diff --git a/assets/css/editor-style-blocks-rtl.css b/assets/css/editor-style-blocks-rtl.css index ffc6f8d..ef93434 100644 --- a/assets/css/editor-style-blocks-rtl.css +++ b/assets/css/editor-style-blocks-rtl.css @@ -6,7 +6,7 @@ /* FILE: editor-block/__index.scss */ /* FILE: editor-block/__starter.scss */ /* inStyle (v1.6.3) https://github.com/salsita/inStyle 2016 | MIT @mixin ============================= */ -.editor-styles-wrapper { /* FILE: starter/content/base/_elements.scss */ /* FILE: starter/content/base/_helpers.scss */ /* FILE: starter/content/base/_clearing.scss */ /* FILE: starter/content/base/_accessibility.scss */ /* FILE: starter/content/base/_modifiers.scss */ /* FILE: starter/content/base/_modifiers-backcompat.scss */ /* FILE: starter/content/typography/__index.scss */ /* FILE: starter/content/typography/_base.scss */ /* FILE: starter/content/typography/_size.scss */ /* FILE: starter/content/typography/_weight.scss */ /* FILE: starter/content/typography/_style.scss */ /* FILE: starter/content/typography/_spacing.scss */ /* FILE: starter/content/wp/__index.scss */ /* FILE: starter/content/wp/_sticky.scss */ /* FILE: starter/content/wp/_caption.scss */ /* FILE: starter/content/wp/_gallery.scss */ /* FILE: starter/content/wp/_smilie.scss */ /* FILE: starter/content/wp/_player.scss */ /* FILE: starter/content/wp/_embed.scss */ /* FILE: starter/content/wp/blocks/__index.scss */ /* FILE: starter/content/wp/blocks/_block.scss */ /* FILE: starter/content/wp/blocks/_audio.scss */ /* FILE: starter/content/wp/blocks/_button.scss */ /* FILE: starter/content/wp/blocks/_code.scss */ /* FILE: starter/content/wp/blocks/_columns.scss */ /* FILE: starter/content/wp/blocks/_cover.scss */ /* FILE: starter/content/wp/blocks/_drop-cap.scss */ /* FILE: starter/content/wp/blocks/_embed.scss */ /* FILE: starter/content/wp/blocks/_gallery.scss */ /* FILE: starter/content/wp/blocks/_image.scss */ /* FILE: starter/content/wp/blocks/_latest-comments.scss */ /* FILE: starter/content/wp/blocks/_latest-posts.scss */ /* FILE: starter/content/wp/blocks/_pullquote.scss */ /* FILE: starter/content/wp/blocks/_quote.scss */ /* FILE: starter/content/wp/blocks/_separator.scss */ /* FILE: starter/content/wp/blocks/_spacer.scss */ /* FILE: starter/content/wp/blocks/_table.scss */ /* FILE: starter/content/wp/blocks/_verse.scss */ /* FILE: starter/content/wp/blocks/_video.scss */ /* FILE: starter/content/wp/_alignment.scss */ } +.editor-styles-wrapper { /* FILE: starter/content/base/_elements.scss */ /* FILE: starter/content/base/_helpers.scss */ /* FILE: starter/content/base/_clearing.scss */ /* FILE: starter/content/base/_accessibility.scss */ /* FILE: starter/content/base/_modifiers.scss */ /* FILE: starter/content/base/_modifiers-backcompat.scss */ /* FILE: starter/content/typography/__index.scss */ /* FILE: starter/content/typography/_base.scss */ /* FILE: starter/content/typography/_size.scss */ /* FILE: starter/content/typography/_weight.scss */ /* FILE: starter/content/typography/_style.scss */ /* FILE: starter/content/typography/_spacing.scss */ /* FILE: starter/content/wp/__index.scss */ /* FILE: starter/content/wp/_sticky.scss */ /* FILE: starter/content/wp/_caption.scss */ /* FILE: starter/content/wp/_gallery.scss */ /* FILE: starter/content/wp/_smilie.scss */ /* FILE: starter/content/wp/_player.scss */ /* FILE: starter/content/wp/_embed.scss */ /* FILE: starter/content/wp/blocks/__index.scss */ /* FILE: starter/content/wp/blocks/_block.scss */ /* FILE: starter/content/wp/blocks/_audio.scss */ /* FILE: starter/content/wp/blocks/_button.scss */ /* FILE: starter/content/wp/blocks/_code.scss */ /* FILE: starter/content/wp/blocks/_columns.scss */ /* FILE: starter/content/wp/blocks/_cover.scss */ /* FILE: starter/content/wp/blocks/_drop-cap.scss */ /* FILE: starter/content/wp/blocks/_embed.scss */ /* FILE: starter/content/wp/blocks/_gallery.scss */ /* FILE: starter/content/wp/blocks/_image.scss */ /* FILE: starter/content/wp/blocks/_latest-comments.scss */ /* FILE: starter/content/wp/blocks/_latest-posts.scss */ /* FILE: starter/content/wp/blocks/_media-text.scss */ /* FILE: starter/content/wp/blocks/_pullquote.scss */ /* FILE: starter/content/wp/blocks/_quote.scss */ /* FILE: starter/content/wp/blocks/_separator.scss */ /* FILE: starter/content/wp/blocks/_spacer.scss */ /* FILE: starter/content/wp/blocks/_table.scss */ /* FILE: starter/content/wp/blocks/_verse.scss */ /* FILE: starter/content/wp/blocks/_video.scss */ /* FILE: starter/content/wp/_alignment.scss */ } .editor-styles-wrapper body { overflow-x: hidden; } @@ -130,7 +130,7 @@ .editor-styles-wrapper .has-full-screen-min-height, .editor-styles-wrapper .has-full-screen-min-height[class^="wp-block-"] { min-height: 100vh; } -.editor-styles-wrapper .has-golden-padding, .editor-styles-wrapper .has-background, .editor-styles-wrapper p.has-golden-padding { padding: 1.618em; } +.editor-styles-wrapper .has-phi-padding, .editor-styles-wrapper .has-background, .editor-styles-wrapper p.has-phi-padding, .editor-styles-wrapper p.has-golden-padding, .editor-styles-wrapper .has-golden-padding { padding: 1.618em; } .editor-styles-wrapper .has-no-padding, .editor-styles-wrapper p.has-no-padding { padding: 0; } @@ -152,6 +152,10 @@ .editor-styles-wrapper .has-no-margin-left { margin-left: 0; } +.editor-styles-wrapper .has-no-margin-horizontal { margin-left: 0; margin-right: 0; } + +.editor-styles-wrapper .has-no-margin-vertical { margin-top: 0; margin-bottom: 0; } + .editor-styles-wrapper .has-hidden-overflow, .editor-styles-wrapper .overflow-hidden { overflow: hidden; } @media (min-width: 880px) { .editor-styles-wrapper .has-nowrap-white-space, .editor-styles-wrapper .no-wrap { white-space: nowrap; } } @@ -306,7 +310,7 @@ .editor-styles-wrapper .wp-block-cover a:not(.button) { color: inherit; } -.editor-styles-wrapper .wp-block-cover h2 { max-width: none; padding: 0; margin-bottom: 0.66012em; font-size: 2.058em; line-height: 1.191; text-align: inherit; color: inherit; } +.editor-styles-wrapper .wp-block-cover h2 { max-width: none; padding: 0; margin-bottom: 0.66012em; font-size: 2.058em; line-height: 1.191; color: inherit; } .editor-styles-wrapper .wp-block-cover h2:last-child { margin-bottom: 0; } @@ -336,6 +340,8 @@ .editor-styles-wrapper .wp-block-latest-posts:not(.alignleft):not(.aligncenter):not(.alignright):not(.alignwide):not(.alignfull) { margin-left: 0; margin-right: 0; } +.editor-styles-wrapper .wp-block-media-text .wp-block-media-text__content { padding-top: 1.618em; padding-bottom: 1.618em; } + .editor-styles-wrapper .wp-block-pullquote, .editor-styles-wrapper blockquote.alignleft, .editor-styles-wrapper blockquote.alignright { padding: 2.61792em 6%; text-align: inherit; border-top-width: 0.382em; border-top-style: solid; border-bottom-width: 0.382em; border-bottom-style: solid; } .editor-styles-wrapper .alignleft.wp-block-pullquote, .editor-styles-wrapper blockquote.alignleft, .editor-styles-wrapper .alignright.wp-block-pullquote, .editor-styles-wrapper blockquote.alignright { clear: none; width: 47%; max-width: none; padding-left: 0; padding-right: 0; margin-left: 6%; margin-right: 6%; } @@ -350,7 +356,7 @@ .editor-styles-wrapper .wp-block-pullquote.is-style-solid-color blockquote { max-width: none; text-align: inherit; } -.editor-styles-wrapper .wp-block-pullquote.is-style-solid-color blockquote p { margin-bottom: 1em; font-size: 1em; } +.editor-styles-wrapper .wp-block-pullquote.is-style-solid-color blockquote p { font-size: 1em; } .editor-styles-wrapper .wp-block-quote.is-style-large p { line-height: inherit; font-size: 1.272em; font-style: inherit; } @@ -395,6 +401,8 @@ /* FILE: editor-block/_ui.scss */ .block-editor-block-list__layout .block-editor-default-block-appender > .block-editor-default-block-appender__content, .block-editor-block-list__layout > .block-editor-block-list__block > .block-editor-block-list__block-edit, .block-editor-block-list__layout > .block-editor-block-list__layout > .block-editor-block-list__block > .block-editor-block-list__block-edit { margin-top: 1.618em; margin-bottom: 1.618em; } +[data-type="core/more"], [data-type="core/nextpage"] { clear: both; } + /* FILE: editor-block/_post-title.scss */ .editor-post-title { padding-top: 3.09em; padding-bottom: 3.09em; margin-bottom: 3.09em; background-color: #fafafb; background-color: var(--color_intro_background); border-bottom: 1px solid; border-color: rgba(83, 83, 84, 0.2); border-color: var(--color_intro_text--a20); } @@ -685,9 +693,9 @@ body .editor-styles-wrapper { background-color: #fefeff; color: #535354; border- .editor-styles-wrapper .wp-block[data-align="left"] .block-editor-block-list__block-edit .block-editor-block-list__block-edit, .editor-styles-wrapper .wp-block[data-align="right"] .block-editor-block-list__block-edit .block-editor-block-list__block-edit { float: none; width: auto; max-width: none; margin-left: 0; margin-right: 0; margin-bottom: 0; } -.wp-block[data-align="wide"] + .wp-block[data-align="wide"], .wp-block[data-align="full"] + .wp-block[data-align="wide"], .wp-block[data-align="wide"] + .wp-block[data-align="full"], .wp-block[data-align="full"] + .wp-block[data-align="full"] { margin-top: -1.618em; } +.wp-block[data-align="wide"] .has-no-margin, .wp-block[data-align="wide"] .has-no-margin-vertical, .wp-block[data-align="wide"] .has-no-margin-bottom, .wp-block[data-align="full"] .has-no-margin, .wp-block[data-align="full"] .has-no-margin-vertical, .wp-block[data-align="full"] .has-no-margin-bottom { margin-bottom: -1.618em; } -.wp-block[data-align="wide"] { max-width: calc( 1200px + 28px); max-width: calc( var(--layout_width_content) + 28px); } +.wp-block[data-align="wide"] { width: calc( 1200px + 28px); width: calc( var(--layout_width_content) + 28px); max-width: 88%; } /* FILE: editor-block/blocks/_audio.scss */ [data-type="core/audio"][data-align="center"] .block-editor-block-list__block-edit, [data-type="core/audio"][data-align="left"] .block-editor-block-list__block-edit, [data-type="core/audio"][data-align="right"] .block-editor-block-list__block-edit { width: 61.8%; max-width: 61.8%; } @@ -787,6 +795,8 @@ body .editor-styles-wrapper { background-color: #fefeff; color: #535354; border- .wp-block-quote__citation::before { content: '\2014\2002'; } /* FILE: editor-block/blocks/_separator.scss */ +[data-type="core/separator"] { clear: both; } + .wp-block .wp-block-separator, .wp-block .wp-block-separator:last-child, .wp-block .wp-block-separator:first-child { margin-top: 2.63951em; margin-bottom: 2.63951em; } @media (min-width: 672px) { .wp-block .wp-block-separator, .wp-block .wp-block-separator:last-child, .wp-block .wp-block-separator:first-child { margin-top: 3.64781em; margin-bottom: 3.64781em; } } diff --git a/assets/css/editor-style-blocks.css b/assets/css/editor-style-blocks.css index 58f718a..ad3e2b8 100644 --- a/assets/css/editor-style-blocks.css +++ b/assets/css/editor-style-blocks.css @@ -6,7 +6,7 @@ /* FILE: editor-block/__index.scss */ /* FILE: editor-block/__starter.scss */ /* inStyle (v1.6.3) https://github.com/salsita/inStyle 2016 | MIT @mixin ============================= */ -.editor-styles-wrapper { /* FILE: starter/content/base/_elements.scss */ /* FILE: starter/content/base/_helpers.scss */ /* FILE: starter/content/base/_clearing.scss */ /* FILE: starter/content/base/_accessibility.scss */ /* FILE: starter/content/base/_modifiers.scss */ /* FILE: starter/content/base/_modifiers-backcompat.scss */ /* FILE: starter/content/typography/__index.scss */ /* FILE: starter/content/typography/_base.scss */ /* FILE: starter/content/typography/_size.scss */ /* FILE: starter/content/typography/_weight.scss */ /* FILE: starter/content/typography/_style.scss */ /* FILE: starter/content/typography/_spacing.scss */ /* FILE: starter/content/wp/__index.scss */ /* FILE: starter/content/wp/_sticky.scss */ /* FILE: starter/content/wp/_caption.scss */ /* FILE: starter/content/wp/_gallery.scss */ /* FILE: starter/content/wp/_smilie.scss */ /* FILE: starter/content/wp/_player.scss */ /* FILE: starter/content/wp/_embed.scss */ /* FILE: starter/content/wp/blocks/__index.scss */ /* FILE: starter/content/wp/blocks/_block.scss */ /* FILE: starter/content/wp/blocks/_audio.scss */ /* FILE: starter/content/wp/blocks/_button.scss */ /* FILE: starter/content/wp/blocks/_code.scss */ /* FILE: starter/content/wp/blocks/_columns.scss */ /* FILE: starter/content/wp/blocks/_cover.scss */ /* FILE: starter/content/wp/blocks/_drop-cap.scss */ /* FILE: starter/content/wp/blocks/_embed.scss */ /* FILE: starter/content/wp/blocks/_gallery.scss */ /* FILE: starter/content/wp/blocks/_image.scss */ /* FILE: starter/content/wp/blocks/_latest-comments.scss */ /* FILE: starter/content/wp/blocks/_latest-posts.scss */ /* FILE: starter/content/wp/blocks/_pullquote.scss */ /* FILE: starter/content/wp/blocks/_quote.scss */ /* FILE: starter/content/wp/blocks/_separator.scss */ /* FILE: starter/content/wp/blocks/_spacer.scss */ /* FILE: starter/content/wp/blocks/_table.scss */ /* FILE: starter/content/wp/blocks/_verse.scss */ /* FILE: starter/content/wp/blocks/_video.scss */ /* FILE: starter/content/wp/_alignment.scss */ } +.editor-styles-wrapper { /* FILE: starter/content/base/_elements.scss */ /* FILE: starter/content/base/_helpers.scss */ /* FILE: starter/content/base/_clearing.scss */ /* FILE: starter/content/base/_accessibility.scss */ /* FILE: starter/content/base/_modifiers.scss */ /* FILE: starter/content/base/_modifiers-backcompat.scss */ /* FILE: starter/content/typography/__index.scss */ /* FILE: starter/content/typography/_base.scss */ /* FILE: starter/content/typography/_size.scss */ /* FILE: starter/content/typography/_weight.scss */ /* FILE: starter/content/typography/_style.scss */ /* FILE: starter/content/typography/_spacing.scss */ /* FILE: starter/content/wp/__index.scss */ /* FILE: starter/content/wp/_sticky.scss */ /* FILE: starter/content/wp/_caption.scss */ /* FILE: starter/content/wp/_gallery.scss */ /* FILE: starter/content/wp/_smilie.scss */ /* FILE: starter/content/wp/_player.scss */ /* FILE: starter/content/wp/_embed.scss */ /* FILE: starter/content/wp/blocks/__index.scss */ /* FILE: starter/content/wp/blocks/_block.scss */ /* FILE: starter/content/wp/blocks/_audio.scss */ /* FILE: starter/content/wp/blocks/_button.scss */ /* FILE: starter/content/wp/blocks/_code.scss */ /* FILE: starter/content/wp/blocks/_columns.scss */ /* FILE: starter/content/wp/blocks/_cover.scss */ /* FILE: starter/content/wp/blocks/_drop-cap.scss */ /* FILE: starter/content/wp/blocks/_embed.scss */ /* FILE: starter/content/wp/blocks/_gallery.scss */ /* FILE: starter/content/wp/blocks/_image.scss */ /* FILE: starter/content/wp/blocks/_latest-comments.scss */ /* FILE: starter/content/wp/blocks/_latest-posts.scss */ /* FILE: starter/content/wp/blocks/_media-text.scss */ /* FILE: starter/content/wp/blocks/_pullquote.scss */ /* FILE: starter/content/wp/blocks/_quote.scss */ /* FILE: starter/content/wp/blocks/_separator.scss */ /* FILE: starter/content/wp/blocks/_spacer.scss */ /* FILE: starter/content/wp/blocks/_table.scss */ /* FILE: starter/content/wp/blocks/_verse.scss */ /* FILE: starter/content/wp/blocks/_video.scss */ /* FILE: starter/content/wp/_alignment.scss */ } .editor-styles-wrapper body { overflow-x: hidden; } @@ -130,7 +130,7 @@ .editor-styles-wrapper .has-full-screen-min-height, .editor-styles-wrapper .has-full-screen-min-height[class^="wp-block-"] { min-height: 100vh; } -.editor-styles-wrapper .has-golden-padding, .editor-styles-wrapper .has-background, .editor-styles-wrapper p.has-golden-padding { padding: 1.618em; } +.editor-styles-wrapper .has-phi-padding, .editor-styles-wrapper .has-background, .editor-styles-wrapper p.has-phi-padding, .editor-styles-wrapper p.has-golden-padding, .editor-styles-wrapper .has-golden-padding { padding: 1.618em; } .editor-styles-wrapper .has-no-padding, .editor-styles-wrapper p.has-no-padding { padding: 0; } @@ -152,6 +152,10 @@ .editor-styles-wrapper .has-no-margin-left { margin-left: 0; } +.editor-styles-wrapper .has-no-margin-horizontal { margin-left: 0; margin-right: 0; } + +.editor-styles-wrapper .has-no-margin-vertical { margin-top: 0; margin-bottom: 0; } + .editor-styles-wrapper .has-hidden-overflow, .editor-styles-wrapper .overflow-hidden { overflow: hidden; } @media (min-width: 880px) { .editor-styles-wrapper .has-nowrap-white-space, .editor-styles-wrapper .no-wrap { white-space: nowrap; } } @@ -306,7 +310,7 @@ .editor-styles-wrapper .wp-block-cover a:not(.button) { color: inherit; } -.editor-styles-wrapper .wp-block-cover h2 { max-width: none; padding: 0; margin-bottom: 0.66012em; font-size: 2.058em; line-height: 1.191; text-align: inherit; color: inherit; } +.editor-styles-wrapper .wp-block-cover h2 { max-width: none; padding: 0; margin-bottom: 0.66012em; font-size: 2.058em; line-height: 1.191; color: inherit; } .editor-styles-wrapper .wp-block-cover h2:last-child { margin-bottom: 0; } @@ -336,6 +340,8 @@ .editor-styles-wrapper .wp-block-latest-posts:not(.alignleft):not(.aligncenter):not(.alignright):not(.alignwide):not(.alignfull) { margin-left: 0; margin-right: 0; } +.editor-styles-wrapper .wp-block-media-text .wp-block-media-text__content { padding-top: 1.618em; padding-bottom: 1.618em; } + .editor-styles-wrapper .wp-block-pullquote, .editor-styles-wrapper blockquote.alignleft, .editor-styles-wrapper blockquote.alignright { padding: 2.61792em 6%; text-align: inherit; border-top-width: 0.382em; border-top-style: solid; border-bottom-width: 0.382em; border-bottom-style: solid; } .editor-styles-wrapper .alignleft.wp-block-pullquote, .editor-styles-wrapper blockquote.alignleft, .editor-styles-wrapper .alignright.wp-block-pullquote, .editor-styles-wrapper blockquote.alignright { clear: none; width: 47%; max-width: none; padding-left: 0; padding-right: 0; margin-left: 6%; margin-right: 6%; } @@ -350,7 +356,7 @@ .editor-styles-wrapper .wp-block-pullquote.is-style-solid-color blockquote { max-width: none; text-align: inherit; } -.editor-styles-wrapper .wp-block-pullquote.is-style-solid-color blockquote p { margin-bottom: 1em; font-size: 1em; } +.editor-styles-wrapper .wp-block-pullquote.is-style-solid-color blockquote p { font-size: 1em; } .editor-styles-wrapper .wp-block-quote.is-style-large p { line-height: inherit; font-size: 1.272em; font-style: inherit; } @@ -395,6 +401,8 @@ /* FILE: editor-block/_ui.scss */ .block-editor-block-list__layout .block-editor-default-block-appender > .block-editor-default-block-appender__content, .block-editor-block-list__layout > .block-editor-block-list__block > .block-editor-block-list__block-edit, .block-editor-block-list__layout > .block-editor-block-list__layout > .block-editor-block-list__block > .block-editor-block-list__block-edit { margin-top: 1.618em; margin-bottom: 1.618em; } +[data-type="core/more"], [data-type="core/nextpage"] { clear: both; } + /* FILE: editor-block/_post-title.scss */ .editor-post-title { padding-top: 3.09em; padding-bottom: 3.09em; margin-bottom: 3.09em; background-color: #fafafb; background-color: var(--color_intro_background); border-bottom: 1px solid; border-color: rgba(83, 83, 84, 0.2); border-color: var(--color_intro_text--a20); } @@ -685,9 +693,9 @@ body .editor-styles-wrapper { background-color: #fefeff; color: #535354; border- .editor-styles-wrapper .wp-block[data-align="left"] .block-editor-block-list__block-edit .block-editor-block-list__block-edit, .editor-styles-wrapper .wp-block[data-align="right"] .block-editor-block-list__block-edit .block-editor-block-list__block-edit { float: none; width: auto; max-width: none; margin-left: 0; margin-right: 0; margin-bottom: 0; } -.wp-block[data-align="wide"] + .wp-block[data-align="wide"], .wp-block[data-align="full"] + .wp-block[data-align="wide"], .wp-block[data-align="wide"] + .wp-block[data-align="full"], .wp-block[data-align="full"] + .wp-block[data-align="full"] { margin-top: -1.618em; } +.wp-block[data-align="wide"] .has-no-margin, .wp-block[data-align="wide"] .has-no-margin-vertical, .wp-block[data-align="wide"] .has-no-margin-bottom, .wp-block[data-align="full"] .has-no-margin, .wp-block[data-align="full"] .has-no-margin-vertical, .wp-block[data-align="full"] .has-no-margin-bottom { margin-bottom: -1.618em; } -.wp-block[data-align="wide"] { max-width: calc( 1200px + 28px); max-width: calc( var(--layout_width_content) + 28px); } +.wp-block[data-align="wide"] { width: calc( 1200px + 28px); width: calc( var(--layout_width_content) + 28px); max-width: 88%; } /* FILE: editor-block/blocks/_audio.scss */ [data-type="core/audio"][data-align="center"] .block-editor-block-list__block-edit, [data-type="core/audio"][data-align="left"] .block-editor-block-list__block-edit, [data-type="core/audio"][data-align="right"] .block-editor-block-list__block-edit { width: 61.8%; max-width: 61.8%; } @@ -787,6 +795,8 @@ body .editor-styles-wrapper { background-color: #fefeff; color: #535354; border- .wp-block-quote__citation::before { content: '\2014\2002'; } /* FILE: editor-block/blocks/_separator.scss */ +[data-type="core/separator"] { clear: both; } + .wp-block .wp-block-separator, .wp-block .wp-block-separator:last-child, .wp-block .wp-block-separator:first-child { margin-top: 2.63951em; margin-bottom: 2.63951em; } @media (min-width: 672px) { .wp-block .wp-block-separator, .wp-block .wp-block-separator:last-child, .wp-block .wp-block-separator:first-child { margin-top: 3.64781em; margin-bottom: 3.64781em; } } diff --git a/assets/css/editor-style-rtl.css b/assets/css/editor-style-rtl.css index beed335..13e4173 100644 --- a/assets/css/editor-style-rtl.css +++ b/assets/css/editor-style-rtl.css @@ -282,7 +282,7 @@ body::before { display: none; } .site .has-full-screen-min-height, .site .has-full-screen-min-height[class^="wp-block-"] { min-height: 100vh; } -.site .has-golden-padding, .site .has-background, .site p.has-golden-padding { padding: 1.618em; } +.site .has-phi-padding, .site .has-background, .site p.has-phi-padding, .site p.has-golden-padding, .site .has-golden-padding { padding: 1.618em; } .site .has-no-padding, .site p.has-no-padding { padding: 0; } @@ -304,6 +304,10 @@ body::before { display: none; } .site .has-no-margin-left { margin-left: 0; } +.site .has-no-margin-horizontal { margin-left: 0; margin-right: 0; } + +.site .has-no-margin-vertical { margin-top: 0; margin-bottom: 0; } + .site .has-hidden-overflow, .site .overflow-hidden { overflow: hidden; } @media (min-width: 880px) { .site .has-nowrap-white-space, .site .no-wrap { white-space: nowrap; } } @@ -478,7 +482,7 @@ table, .site .has-small-line-height, .site .line-height-s, .site .has-s-line-hei .wp-block-cover a:not(.button) { color: inherit; } -.wp-block-cover h2 { max-width: none; padding: 0; margin-bottom: 0.66012em; font-size: 2.058em; line-height: 1.191; text-align: inherit; color: inherit; } +.wp-block-cover h2 { max-width: none; padding: 0; margin-bottom: 0.66012em; font-size: 2.058em; line-height: 1.191; color: inherit; } .wp-block-cover h2:last-child { margin-bottom: 0; } @@ -514,6 +518,9 @@ table, .site .has-small-line-height, .site .line-height-s, .site .has-s-line-hei /* FILE: starter/content/wp/blocks/_latest-posts.scss */ .wp-block-latest-posts:not(.alignleft):not(.aligncenter):not(.alignright):not(.alignwide):not(.alignfull) { margin-left: 0; margin-right: 0; } +/* FILE: starter/content/wp/blocks/_media-text.scss */ +.wp-block-media-text .wp-block-media-text__content { padding-top: 1.618em; padding-bottom: 1.618em; } + /* FILE: starter/content/wp/blocks/_pullquote.scss */ .wp-block-pullquote, blockquote.alignleft, blockquote.alignright { padding: 2.61792em 6%; text-align: inherit; border-top-width: 0.382em; border-top-style: solid; border-bottom-width: 0.382em; border-bottom-style: solid; } @@ -529,7 +536,7 @@ table, .site .has-small-line-height, .site .line-height-s, .site .has-s-line-hei .wp-block-pullquote.is-style-solid-color blockquote { max-width: none; text-align: inherit; } -.wp-block-pullquote.is-style-solid-color blockquote p { margin-bottom: 1em; font-size: 1em; } +.wp-block-pullquote.is-style-solid-color blockquote p { font-size: 1em; } /* FILE: starter/content/wp/blocks/_quote.scss */ .wp-block-quote.is-style-large p { line-height: inherit; font-size: 1.272em; font-style: inherit; } @@ -564,9 +571,11 @@ table, .site .has-small-line-height, .site .line-height-s, .site .has-s-line-hei .wp-block-video.alignleft, .wp-block-video.aligncenter, .wp-block-video.alignright { max-width: 55.8%; } /* FILE: starter/content/wp/_alignment.scss */ -.alignleft { float: left; margin-right: 6%; margin-bottom: 1em; } +.alignleft, .alignleft:last-child, .alignright, .alignright:last-child { margin-bottom: 1em; } -.alignright { float: right; margin-left: 6%; margin-bottom: 1em; } +.alignleft { float: left; margin-right: 6%; } + +.alignright { float: right; margin-left: 6%; } .aligncenter { margin-left: auto; margin-right: auto; } @@ -937,9 +946,11 @@ ul, ol { margin-bottom: 1.618em; } ul { list-style: square; } -ul li.icon, ul li.icon-bullet { position: relative; list-style: none; } +ul li.icon, ul li.icon-bullet { position: relative; display: list-item; list-style: none; font-family: inherit; line-height: inherit; vertical-align: baseline; speak: normal; } + +ul li.icon::before, ul li.icon-bullet::before { position: absolute; right: -1.382em; line-height: inherit; speak: none; } -ul li.icon::before, ul li.icon-bullet::before { position: absolute; right: -1.382em; line-height: inherit; } +ul li.icon.genericons-neue::before, ul li.icon-bullet.genericons-neue::before { font-family: 'Genericons-Neue'; } blockquote { clear: none; margin: 1.618em 0; } diff --git a/assets/css/editor-style.css b/assets/css/editor-style.css index 4a6b057..d872602 100644 --- a/assets/css/editor-style.css +++ b/assets/css/editor-style.css @@ -278,7 +278,7 @@ body::before { display: none; } .site .has-full-screen-min-height, .site .has-full-screen-min-height[class^="wp-block-"] { min-height: 100vh; } -.site .has-golden-padding, .site .has-background, .site p.has-golden-padding { padding: 1.618em; } +.site .has-phi-padding, .site .has-background, .site p.has-phi-padding, .site p.has-golden-padding, .site .has-golden-padding { padding: 1.618em; } .site .has-no-padding, .site p.has-no-padding { padding: 0; } @@ -300,6 +300,10 @@ body::before { display: none; } .site .has-no-margin-left { margin-left: 0; } +.site .has-no-margin-horizontal { margin-left: 0; margin-right: 0; } + +.site .has-no-margin-vertical { margin-top: 0; margin-bottom: 0; } + .site .has-hidden-overflow, .site .overflow-hidden { overflow: hidden; } @media (min-width: 880px) { .site .has-nowrap-white-space, .site .no-wrap { white-space: nowrap; } } @@ -474,7 +478,7 @@ table, .site .has-small-line-height, .site .line-height-s, .site .has-s-line-hei .wp-block-cover a:not(.button) { color: inherit; } -.wp-block-cover h2 { max-width: none; padding: 0; margin-bottom: 0.66012em; font-size: 2.058em; line-height: 1.191; text-align: inherit; color: inherit; } +.wp-block-cover h2 { max-width: none; padding: 0; margin-bottom: 0.66012em; font-size: 2.058em; line-height: 1.191; color: inherit; } .wp-block-cover h2:last-child { margin-bottom: 0; } @@ -510,6 +514,9 @@ table, .site .has-small-line-height, .site .line-height-s, .site .has-s-line-hei /* FILE: starter/content/wp/blocks/_latest-posts.scss */ .wp-block-latest-posts:not(.alignleft):not(.aligncenter):not(.alignright):not(.alignwide):not(.alignfull) { margin-left: 0; margin-right: 0; } +/* FILE: starter/content/wp/blocks/_media-text.scss */ +.wp-block-media-text .wp-block-media-text__content { padding-top: 1.618em; padding-bottom: 1.618em; } + /* FILE: starter/content/wp/blocks/_pullquote.scss */ .wp-block-pullquote, blockquote.alignleft, blockquote.alignright { padding: 2.61792em 6%; text-align: inherit; border-top-width: 0.382em; border-top-style: solid; border-bottom-width: 0.382em; border-bottom-style: solid; } @@ -525,7 +532,7 @@ table, .site .has-small-line-height, .site .line-height-s, .site .has-s-line-hei .wp-block-pullquote.is-style-solid-color blockquote { max-width: none; text-align: inherit; } -.wp-block-pullquote.is-style-solid-color blockquote p { margin-bottom: 1em; font-size: 1em; } +.wp-block-pullquote.is-style-solid-color blockquote p { font-size: 1em; } /* FILE: starter/content/wp/blocks/_quote.scss */ .wp-block-quote.is-style-large p { line-height: inherit; font-size: 1.272em; font-style: inherit; } @@ -560,9 +567,11 @@ table, .site .has-small-line-height, .site .line-height-s, .site .has-s-line-hei .wp-block-video.alignleft, .wp-block-video.aligncenter, .wp-block-video.alignright { max-width: 55.8%; } /* FILE: starter/content/wp/_alignment.scss */ -.alignleft { float: left; margin-right: 6%; margin-bottom: 1em; } +.alignleft, .alignleft:last-child, .alignright, .alignright:last-child { margin-bottom: 1em; } -.alignright { float: right; margin-left: 6%; margin-bottom: 1em; } +.alignleft { float: left; margin-right: 6%; } + +.alignright { float: right; margin-left: 6%; } .aligncenter { margin-left: auto; margin-right: auto; } @@ -933,9 +942,11 @@ ul, ol { margin-bottom: 1.618em; } ul { list-style: square; } -ul li.icon, ul li.icon-bullet { position: relative; list-style: none; } +ul li.icon, ul li.icon-bullet { position: relative; display: list-item; list-style: none; font-family: inherit; line-height: inherit; vertical-align: baseline; speak: normal; } + +ul li.icon::before, ul li.icon-bullet::before { position: absolute; left: -1.382em; line-height: inherit; speak: none; } -ul li.icon::before, ul li.icon-bullet::before { position: absolute; left: -1.382em; line-height: inherit; } +ul li.icon.genericons-neue::before, ul li.icon-bullet.genericons-neue::before { font-family: 'Genericons-Neue'; } blockquote { clear: none; margin: 1.618em 0; } diff --git a/assets/css/main-rtl.css b/assets/css/main-rtl.css index e41909e..4879d07 100644 --- a/assets/css/main-rtl.css +++ b/assets/css/main-rtl.css @@ -283,7 +283,7 @@ body::before { display: none; } .site .has-full-screen-min-height, .site .has-full-screen-min-height[class^="wp-block-"] { min-height: 100vh; } -.site .has-golden-padding, .site .has-background, .site p.has-golden-padding { padding: 1.618em; } +.site .has-phi-padding, .site .has-background, .site p.has-phi-padding, .site p.has-golden-padding, .site .has-golden-padding { padding: 1.618em; } .site .has-no-padding, .site p.has-no-padding { padding: 0; } @@ -305,6 +305,10 @@ body::before { display: none; } .site .has-no-margin-left { margin-left: 0; } +.site .has-no-margin-horizontal { margin-left: 0; margin-right: 0; } + +.site .has-no-margin-vertical { margin-top: 0; margin-bottom: 0; } + .site .has-hidden-overflow, .site .overflow-hidden { overflow: hidden; } @media (min-width: 880px) { .site .has-nowrap-white-space, .site .no-wrap { white-space: nowrap; } } @@ -485,7 +489,7 @@ table, .site .has-small-line-height, .site .line-height-s, .site .has-s-line-hei .wp-block-cover a:not(.button) { color: inherit; } -.wp-block-cover h2 { max-width: none; padding: 0; margin-bottom: 0.66012em; font-size: 2.058em; line-height: 1.191; text-align: inherit; color: inherit; } +.wp-block-cover h2 { max-width: none; padding: 0; margin-bottom: 0.66012em; font-size: 2.058em; line-height: 1.191; color: inherit; } .wp-block-cover h2:last-child { margin-bottom: 0; } @@ -521,6 +525,9 @@ table, .site .has-small-line-height, .site .line-height-s, .site .has-s-line-hei /* FILE: starter/content/wp/blocks/_latest-posts.scss */ .wp-block-latest-posts:not(.alignleft):not(.aligncenter):not(.alignright):not(.alignwide):not(.alignfull) { margin-left: 0; margin-right: 0; } +/* FILE: starter/content/wp/blocks/_media-text.scss */ +.wp-block-media-text .wp-block-media-text__content { padding-top: 1.618em; padding-bottom: 1.618em; } + /* FILE: starter/content/wp/blocks/_pullquote.scss */ .wp-block-pullquote, blockquote.alignleft, blockquote.alignright { padding: 2.61792em 6%; text-align: inherit; border-top-width: 0.382em; border-top-style: solid; border-bottom-width: 0.382em; border-bottom-style: solid; } @@ -536,7 +543,7 @@ table, .site .has-small-line-height, .site .line-height-s, .site .has-s-line-hei .wp-block-pullquote.is-style-solid-color blockquote { max-width: none; text-align: inherit; } -.wp-block-pullquote.is-style-solid-color blockquote p { margin-bottom: 1em; font-size: 1em; } +.wp-block-pullquote.is-style-solid-color blockquote p { font-size: 1em; } /* FILE: starter/content/wp/blocks/_quote.scss */ .wp-block-quote.is-style-large p { line-height: inherit; font-size: 1.272em; font-style: inherit; } @@ -571,9 +578,11 @@ table, .site .has-small-line-height, .site .line-height-s, .site .has-s-line-hei .wp-block-video.alignleft, .wp-block-video.aligncenter, .wp-block-video.alignright { max-width: 55.8%; } /* FILE: starter/content/wp/_alignment.scss */ -.alignleft { float: left; margin-right: 6%; margin-bottom: 1em; } +.alignleft, .alignleft:last-child, .alignright, .alignright:last-child { margin-bottom: 1em; } -.alignright { float: right; margin-left: 6%; margin-bottom: 1em; } +.alignleft { float: left; margin-right: 6%; } + +.alignright { float: right; margin-left: 6%; } .aligncenter { margin-left: auto; margin-right: auto; } @@ -955,9 +964,11 @@ ul, ol { margin-bottom: 1.618em; } ul { list-style: square; } -ul li.icon, ul li.icon-bullet { position: relative; list-style: none; } +ul li.icon, ul li.icon-bullet { position: relative; display: list-item; list-style: none; font-family: inherit; line-height: inherit; vertical-align: baseline; speak: normal; } + +ul li.icon::before, ul li.icon-bullet::before { position: absolute; right: -1.382em; line-height: inherit; speak: none; } -ul li.icon::before, ul li.icon-bullet::before { position: absolute; right: -1.382em; line-height: inherit; } +ul li.icon.genericons-neue::before, ul li.icon-bullet.genericons-neue::before { font-family: 'Genericons-Neue'; } blockquote { clear: none; margin: 1.618em 0; } @@ -1614,11 +1625,7 @@ blockquote.alignleft, blockquote.alignright { margin-top: 0; } /* FILE: main/wp/__alignment.scss */ .site-content { overflow-x: hidden; } -.align-wrap { clear: both; width: 100vw; margin-right: calc( 50% - 50vw); margin-bottom: 1.618em; pointer-events: none; } - -.align-wrap:last-child, .align-wrap[data-block="columns"] { margin-bottom: 0; } - -.align-wrap + .align-wrap { margin-top: -1.618em; } +.align-wrap { clear: both; width: 100vw; margin-right: calc( 50% - 50vw); pointer-events: none; } @media (min-width: 880px) { .has-widgets-sidebar .align-wrap { width: auto; margin-right: calc( 50% / 0.58744 - 50vw); } } @@ -1628,15 +1635,23 @@ blockquote.alignleft, blockquote.alignright { margin-top: 0; } .alignwide, .alignfull { pointer-events: auto; } -.alignwide { /* $content_width */ max-width: 1200px; max-width: var(--layout_width_content); margin: 0 auto; } +.alignwide, .alignwide:last-child, .alignfull, .alignfull:last-child { margin-bottom: 1.618em; } + +.alignwide.wp-block-columns, .alignwide.has-no-margin, .alignwide.has-no-margin-vertical, .alignwide.has-no-margin-bottom, .alignfull.wp-block-columns, .alignfull.has-no-margin, .alignfull.has-no-margin-vertical, .alignfull.has-no-margin-bottom { margin-bottom: 0; } + +.alignwide, .alignwide.has-no-margin, .alignfull, .alignfull.has-no-margin { margin-left: auto; margin-right: auto; } -@media (min-width: 880px) { .has-widgets-sidebar .alignwide { max-width: 1127px; max-width: calc( var(--layout_width_content) * 0.68744); margin-left: 0; } } +.alignwide { /* $content_width */ width: 1200px; width: var(--layout_width_content); max-width: 88%; } -.alignfull { width: 100%; max-width: 100%; margin: 0; } +@media (min-width: 880px) { .has-widgets-sidebar .alignwide { width: 1127px; width: calc( var(--layout_width_content) * 0.68744); max-width: 94%; } + .has-widgets-sidebar .alignwide, .has-widgets-sidebar .alignwide.has-no-margin { margin-left: 0; } } -.site-layout-boxed .alignfull { width: 1640px; width: var(--layout_width_site); margin: 0 auto; } +.alignfull { width: 100%; max-width: 100%; } -@media (min-width: 880px) { .site-layout-boxed.has-widgets-sidebar .alignfull { width: auto; /* $content_width */ max-width: calc( 1640px / 2 + 1200px * 0.58744 - 1200px / 2); max-width: calc( var(--layout_width_site) / 2 + var(--layout_width_content) * 0.58744 - var(--layout_width_content) / 2); margin-left: 0; } } +.site-layout-boxed .alignfull { width: 1640px; width: var(--layout_width_site); } + +@media (min-width: 880px) { .site-layout-boxed.has-widgets-sidebar .alignfull { width: auto; /* $content_width */ max-width: calc( 1640px / 2 + 1200px * 0.58744 - 1200px / 2); max-width: calc( var(--layout_width_site) / 2 + var(--layout_width_content) * 0.58744 - var(--layout_width_content) / 2); } + .site-layout-boxed.has-widgets-sidebar .alignfull, .site-layout-boxed.has-widgets-sidebar .alignfull.has-no-margin { margin-left: 0; } } /* FILE: main/content/_content.scss */ /* FILE: main/content/__layout.scss */ @@ -2040,6 +2055,8 @@ body.page:not(.page-layout-outdented) .outdent-content { margin-left: 0; margin- @media (min-width: 1280px) { .page-layout-outdented:not(.content-layout-no-paddings) .entry-content-inner > h2:not(:first-child), .page-layout-outdented:not(.content-layout-no-paddings) .entry-content-inner > .outdent-heading:not(:first-child) { margin-top: 12%; } } +.page-layout-outdented:not(.content-layout-no-paddings) .entry-content-inner .outdent-content { margin-left: 0; margin-right: 0; } + @media (min-width: 1280px) { .page-layout-outdented:not(.content-layout-no-paddings) .entry-content-inner { padding-right: 41.256%; } .page-layout-outdented:not(.content-layout-no-paddings) .entry-content-inner > h2, .page-layout-outdented:not(.content-layout-no-paddings) .entry-content-inner > .outdent-heading { width: 170.23015%; height: 1.618em; padding-left: 113.61841%; margin-right: -70.23015%; margin-bottom: -1.618em; } .page-layout-outdented:not(.content-layout-no-paddings) .entry-content-inner > h2.uppercase, .page-layout-outdented:not(.content-layout-no-paddings) .entry-content-inner > h2.is-uppercase, .page-layout-outdented:not(.content-layout-no-paddings) .entry-content-inner > h2.has-uppercase-text-transform, .page-layout-outdented:not(.content-layout-no-paddings) .site .entry-content-inner > h2.uppercase, .site .page-layout-outdented:not(.content-layout-no-paddings) .entry-content-inner > h2.uppercase, .page-layout-outdented:not(.content-layout-no-paddings) .site .entry-content-inner > h2.is-uppercase, .site .page-layout-outdented:not(.content-layout-no-paddings) .entry-content-inner > h2.is-uppercase, .page-layout-outdented:not(.content-layout-no-paddings) .entry-content-inner > .outdent-heading.uppercase, .page-layout-outdented:not(.content-layout-no-paddings) .entry-content-inner > .outdent-heading.is-uppercase, .page-layout-outdented:not(.content-layout-no-paddings) .entry-content-inner > .outdent-heading.has-uppercase-text-transform, .page-layout-outdented:not(.content-layout-no-paddings) .site .entry-content-inner > .outdent-heading.uppercase, .site .page-layout-outdented:not(.content-layout-no-paddings) .entry-content-inner > .outdent-heading.uppercase, .page-layout-outdented:not(.content-layout-no-paddings) .site .entry-content-inner > .outdent-heading.is-uppercase, .site .page-layout-outdented:not(.content-layout-no-paddings) .entry-content-inner > .outdent-heading.is-uppercase { letter-spacing: .075em; } diff --git a/assets/css/main.css b/assets/css/main.css index 651f7be..8c3430e 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -280,7 +280,7 @@ body::before { display: none; } .site .has-full-screen-min-height, .site .has-full-screen-min-height[class^="wp-block-"] { min-height: 100vh; } -.site .has-golden-padding, .site .has-background, .site p.has-golden-padding { padding: 1.618em; } +.site .has-phi-padding, .site .has-background, .site p.has-phi-padding, .site p.has-golden-padding, .site .has-golden-padding { padding: 1.618em; } .site .has-no-padding, .site p.has-no-padding { padding: 0; } @@ -302,6 +302,10 @@ body::before { display: none; } .site .has-no-margin-left { margin-left: 0; } +.site .has-no-margin-horizontal { margin-left: 0; margin-right: 0; } + +.site .has-no-margin-vertical { margin-top: 0; margin-bottom: 0; } + .site .has-hidden-overflow, .site .overflow-hidden { overflow: hidden; } @media (min-width: 880px) { .site .has-nowrap-white-space, .site .no-wrap { white-space: nowrap; } } @@ -482,7 +486,7 @@ table, .site .has-small-line-height, .site .line-height-s, .site .has-s-line-hei .wp-block-cover a:not(.button) { color: inherit; } -.wp-block-cover h2 { max-width: none; padding: 0; margin-bottom: 0.66012em; font-size: 2.058em; line-height: 1.191; text-align: inherit; color: inherit; } +.wp-block-cover h2 { max-width: none; padding: 0; margin-bottom: 0.66012em; font-size: 2.058em; line-height: 1.191; color: inherit; } .wp-block-cover h2:last-child { margin-bottom: 0; } @@ -518,6 +522,9 @@ table, .site .has-small-line-height, .site .line-height-s, .site .has-s-line-hei /* FILE: starter/content/wp/blocks/_latest-posts.scss */ .wp-block-latest-posts:not(.alignleft):not(.aligncenter):not(.alignright):not(.alignwide):not(.alignfull) { margin-left: 0; margin-right: 0; } +/* FILE: starter/content/wp/blocks/_media-text.scss */ +.wp-block-media-text .wp-block-media-text__content { padding-top: 1.618em; padding-bottom: 1.618em; } + /* FILE: starter/content/wp/blocks/_pullquote.scss */ .wp-block-pullquote, blockquote.alignleft, blockquote.alignright { padding: 2.61792em 6%; text-align: inherit; border-top-width: 0.382em; border-top-style: solid; border-bottom-width: 0.382em; border-bottom-style: solid; } @@ -533,7 +540,7 @@ table, .site .has-small-line-height, .site .line-height-s, .site .has-s-line-hei .wp-block-pullquote.is-style-solid-color blockquote { max-width: none; text-align: inherit; } -.wp-block-pullquote.is-style-solid-color blockquote p { margin-bottom: 1em; font-size: 1em; } +.wp-block-pullquote.is-style-solid-color blockquote p { font-size: 1em; } /* FILE: starter/content/wp/blocks/_quote.scss */ .wp-block-quote.is-style-large p { line-height: inherit; font-size: 1.272em; font-style: inherit; } @@ -568,9 +575,11 @@ table, .site .has-small-line-height, .site .line-height-s, .site .has-s-line-hei .wp-block-video.alignleft, .wp-block-video.aligncenter, .wp-block-video.alignright { max-width: 55.8%; } /* FILE: starter/content/wp/_alignment.scss */ -.alignleft { float: left; margin-right: 6%; margin-bottom: 1em; } +.alignleft, .alignleft:last-child, .alignright, .alignright:last-child { margin-bottom: 1em; } -.alignright { float: right; margin-left: 6%; margin-bottom: 1em; } +.alignleft { float: left; margin-right: 6%; } + +.alignright { float: right; margin-left: 6%; } .aligncenter { margin-left: auto; margin-right: auto; } @@ -952,9 +961,11 @@ ul, ol { margin-bottom: 1.618em; } ul { list-style: square; } -ul li.icon, ul li.icon-bullet { position: relative; list-style: none; } +ul li.icon, ul li.icon-bullet { position: relative; display: list-item; list-style: none; font-family: inherit; line-height: inherit; vertical-align: baseline; speak: normal; } + +ul li.icon::before, ul li.icon-bullet::before { position: absolute; left: -1.382em; line-height: inherit; speak: none; } -ul li.icon::before, ul li.icon-bullet::before { position: absolute; left: -1.382em; line-height: inherit; } +ul li.icon.genericons-neue::before, ul li.icon-bullet.genericons-neue::before { font-family: 'Genericons-Neue'; } blockquote { clear: none; margin: 1.618em 0; } @@ -1611,11 +1622,7 @@ blockquote.alignleft, blockquote.alignright { margin-top: 0; } /* FILE: main/wp/__alignment.scss */ .site-content { overflow-x: hidden; } -.align-wrap { clear: both; width: 100vw; margin-left: calc( 50% - 50vw); margin-bottom: 1.618em; pointer-events: none; } - -.align-wrap:last-child, .align-wrap[data-block="columns"] { margin-bottom: 0; } - -.align-wrap + .align-wrap { margin-top: -1.618em; } +.align-wrap { clear: both; width: 100vw; margin-left: calc( 50% - 50vw); pointer-events: none; } @media (min-width: 880px) { .has-widgets-sidebar .align-wrap { width: auto; margin-left: calc( 50% / 0.58744 - 50vw); } } @@ -1625,15 +1632,23 @@ blockquote.alignleft, blockquote.alignright { margin-top: 0; } .alignwide, .alignfull { pointer-events: auto; } -.alignwide { /* $content_width */ max-width: 1200px; max-width: var(--layout_width_content); margin: 0 auto; } +.alignwide, .alignwide:last-child, .alignfull, .alignfull:last-child { margin-bottom: 1.618em; } + +.alignwide.wp-block-columns, .alignwide.has-no-margin, .alignwide.has-no-margin-vertical, .alignwide.has-no-margin-bottom, .alignfull.wp-block-columns, .alignfull.has-no-margin, .alignfull.has-no-margin-vertical, .alignfull.has-no-margin-bottom { margin-bottom: 0; } + +.alignwide, .alignwide.has-no-margin, .alignfull, .alignfull.has-no-margin { margin-left: auto; margin-right: auto; } -@media (min-width: 880px) { .has-widgets-sidebar .alignwide { max-width: 1127px; max-width: calc( var(--layout_width_content) * 0.68744); margin-right: 0; } } +.alignwide { /* $content_width */ width: 1200px; width: var(--layout_width_content); max-width: 88%; } -.alignfull { width: 100%; max-width: 100%; margin: 0; } +@media (min-width: 880px) { .has-widgets-sidebar .alignwide { width: 1127px; width: calc( var(--layout_width_content) * 0.68744); max-width: 94%; } + .has-widgets-sidebar .alignwide, .has-widgets-sidebar .alignwide.has-no-margin { margin-right: 0; } } -.site-layout-boxed .alignfull { width: 1640px; width: var(--layout_width_site); margin: 0 auto; } +.alignfull { width: 100%; max-width: 100%; } -@media (min-width: 880px) { .site-layout-boxed.has-widgets-sidebar .alignfull { width: auto; /* $content_width */ max-width: calc( 1640px / 2 + 1200px * 0.58744 - 1200px / 2); max-width: calc( var(--layout_width_site) / 2 + var(--layout_width_content) * 0.58744 - var(--layout_width_content) / 2); margin-right: 0; } } +.site-layout-boxed .alignfull { width: 1640px; width: var(--layout_width_site); } + +@media (min-width: 880px) { .site-layout-boxed.has-widgets-sidebar .alignfull { width: auto; /* $content_width */ max-width: calc( 1640px / 2 + 1200px * 0.58744 - 1200px / 2); max-width: calc( var(--layout_width_site) / 2 + var(--layout_width_content) * 0.58744 - var(--layout_width_content) / 2); } + .site-layout-boxed.has-widgets-sidebar .alignfull, .site-layout-boxed.has-widgets-sidebar .alignfull.has-no-margin { margin-right: 0; } } /* FILE: main/content/_content.scss */ /* FILE: main/content/__layout.scss */ @@ -2037,6 +2052,8 @@ body.page:not(.page-layout-outdented) .outdent-content { margin-left: 0; margin- @media (min-width: 1280px) { .page-layout-outdented:not(.content-layout-no-paddings) .entry-content-inner > h2:not(:first-child), .page-layout-outdented:not(.content-layout-no-paddings) .entry-content-inner > .outdent-heading:not(:first-child) { margin-top: 12%; } } +.page-layout-outdented:not(.content-layout-no-paddings) .entry-content-inner .outdent-content { margin-left: 0; margin-right: 0; } + @media (min-width: 1280px) { .page-layout-outdented:not(.content-layout-no-paddings) .entry-content-inner { padding-left: 41.256%; } .page-layout-outdented:not(.content-layout-no-paddings) .entry-content-inner > h2, .page-layout-outdented:not(.content-layout-no-paddings) .entry-content-inner > .outdent-heading { width: 170.23015%; height: 1.618em; padding-right: 113.61841%; margin-left: -70.23015%; margin-bottom: -1.618em; } .page-layout-outdented:not(.content-layout-no-paddings) .entry-content-inner > h2.uppercase, .page-layout-outdented:not(.content-layout-no-paddings) .entry-content-inner > h2.is-uppercase, .page-layout-outdented:not(.content-layout-no-paddings) .entry-content-inner > h2.has-uppercase-text-transform, .page-layout-outdented:not(.content-layout-no-paddings) .site .entry-content-inner > h2.uppercase, .site .page-layout-outdented:not(.content-layout-no-paddings) .entry-content-inner > h2.uppercase, .page-layout-outdented:not(.content-layout-no-paddings) .site .entry-content-inner > h2.is-uppercase, .site .page-layout-outdented:not(.content-layout-no-paddings) .entry-content-inner > h2.is-uppercase, .page-layout-outdented:not(.content-layout-no-paddings) .entry-content-inner > .outdent-heading.uppercase, .page-layout-outdented:not(.content-layout-no-paddings) .entry-content-inner > .outdent-heading.is-uppercase, .page-layout-outdented:not(.content-layout-no-paddings) .entry-content-inner > .outdent-heading.has-uppercase-text-transform, .page-layout-outdented:not(.content-layout-no-paddings) .site .entry-content-inner > .outdent-heading.uppercase, .site .page-layout-outdented:not(.content-layout-no-paddings) .entry-content-inner > .outdent-heading.uppercase, .page-layout-outdented:not(.content-layout-no-paddings) .site .entry-content-inner > .outdent-heading.is-uppercase, .site .page-layout-outdented:not(.content-layout-no-paddings) .entry-content-inner > .outdent-heading.is-uppercase { letter-spacing: .075em; } diff --git a/assets/css/woocommerce-rtl.css b/assets/css/woocommerce-rtl.css index 6b26270..f433c1d 100644 --- a/assets/css/woocommerce-rtl.css +++ b/assets/css/woocommerce-rtl.css @@ -50,6 +50,8 @@ ul.order_details::after { background-position: 0 0; top: auto; bottom: -0.5em; } /* FILE: woocommerce/main/_main.scss */ /* FILE: woocommerce/main/__global.scss */ +.woocommerce-page.has-blocks .content-area { max-width: none; } + .woocommerce ins { text-decoration: none; } .woocommerce mark, #page .woocommerce mark { margin: 0; font-weight: 700; background: none; color: inherit; -webkit-box-shadow: none; box-shadow: none; -webkit-box-decoration-break: slice; box-decoration-break: slice; } @@ -1063,6 +1065,8 @@ ul.order_details strong { display: block; text-transform: none; font-size: 1.382 .customer-login .inline { margin-right: 1em; } +.customer-login .woocommerce-form-login__rememberme { margin-bottom: 1.618em; } + .customer-login .lost_password { font-size: 0.809em; } .woocommerce-MyAccount-navigation { font-size: 0.809em; margin-bottom: 2.61792rem; } diff --git a/assets/css/woocommerce.css b/assets/css/woocommerce.css index 1ca1254..02a60e3 100644 --- a/assets/css/woocommerce.css +++ b/assets/css/woocommerce.css @@ -50,6 +50,8 @@ ul.order_details::after { background-position: 0 0; top: auto; bottom: -0.5em; } /* FILE: woocommerce/main/_main.scss */ /* FILE: woocommerce/main/__global.scss */ +.woocommerce-page.has-blocks .content-area { max-width: none; } + .woocommerce ins { text-decoration: none; } .woocommerce mark, #page .woocommerce mark { margin: 0; font-weight: 700; background: none; color: inherit; -webkit-box-shadow: none; box-shadow: none; -webkit-box-decoration-break: slice; box-decoration-break: slice; } @@ -1063,6 +1065,8 @@ ul.order_details strong { display: block; text-transform: none; font-size: 1.382 .customer-login .inline { margin-left: 1em; } +.customer-login .woocommerce-form-login__rememberme { margin-bottom: 1.618em; } + .customer-login .lost_password { font-size: 0.809em; } .woocommerce-MyAccount-navigation { font-size: 0.809em; margin-bottom: 2.61792rem; } diff --git a/assets/scss/editor-block/_ui.scss b/assets/scss/editor-block/_ui.scss index 0afe315..e3af740 100644 --- a/assets/scss/editor-block/_ui.scss +++ b/assets/scss/editor-block/_ui.scss @@ -13,3 +13,8 @@ $alignment_width: $alignment_width + $alignment_margin; margin-top: $golden +em; margin-bottom: $golden +em; } + +[data-type="core/more"], +[data-type="core/nextpage"] { + clear: both; +} diff --git a/assets/scss/editor-block/blocks/_block.scss b/assets/scss/editor-block/blocks/_block.scss index cb391c7..93cd6a4 100644 --- a/assets/scss/editor-block/blocks/_block.scss +++ b/assets/scss/editor-block/blocks/_block.scss @@ -59,17 +59,23 @@ &[data-align="wide"], &[data-align="full"] { - & + & { - // Removing vertical margin here in favor of Spacer block - // used to space out the wide/full aligned blocks. - margin-top: -$golden +em; + // .wp-block-columns, + .has-no-margin, + .has-no-margin-vertical, + .has-no-margin-bottom { + // Simulate no margin between wide/full aligned blocks + // with specific margin removal modifier classes applied. + // + // @see main/wp/__alignment.scss + margin-bottom: -$golden +em; } } &[data-align="wide"] { - max-width: calc( #{ map_get( $customize_options, 'layout_width_content' ) } + #{ $ui_margin * 2 } ); - max-width: calc( var(--layout_width_content) + #{ $ui_margin * 2 } ); + width: calc( #{ map_get( $customize_options, 'layout_width_content' ) } + #{ $ui_margin * 2 } ); + width: calc( var(--layout_width_content) + #{ $ui_margin * 2 } ); + max-width: 88%; } } diff --git a/assets/scss/editor-block/blocks/_media-text.scss b/assets/scss/editor-block/blocks/_media-text.scss index 13b157a..37e83f7 100644 --- a/assets/scss/editor-block/blocks/_media-text.scss +++ b/assets/scss/editor-block/blocks/_media-text.scss @@ -1,10 +1,13 @@ /* FILE: editor-block/blocks/_media-text.scss */ -// No need for conditional check. -.wp-block-media-text { +@if ( index( $support__block, 'media-text' ) ) { + + .wp-block-media-text { + + figure { + margin-bottom: 0; + } - figure { - margin-bottom: 0; } } diff --git a/assets/scss/editor-block/blocks/_separator.scss b/assets/scss/editor-block/blocks/_separator.scss index 958a411..9e17382 100644 --- a/assets/scss/editor-block/blocks/_separator.scss +++ b/assets/scss/editor-block/blocks/_separator.scss @@ -2,6 +2,10 @@ @if ( index( $support__block, 'separator' ) ) { + [data-type="core/separator"] { + clear: both; + } + .wp-block-separator { .wp-block & { diff --git a/assets/scss/editor-style-blocks.scss b/assets/scss/editor-style-blocks.scss index 906e504..69ffe0d 100644 --- a/assets/scss/editor-style-blocks.scss +++ b/assets/scss/editor-style-blocks.scss @@ -9,7 +9,7 @@ // @copyright WebMan Design, Oliver Juhas // // @since 2.0.0 -// @version 2.0.0 +// @version 2.0.1 // @import 'setup'; diff --git a/assets/scss/main.scss b/assets/scss/main.scss index 4a43ada..01d4a2e 100644 --- a/assets/scss/main.scss +++ b/assets/scss/main.scss @@ -7,7 +7,7 @@ // @copyright WebMan Design, Oliver Juhas // // @since 1.0.0 -// @version 2.0.0 +// @version 2.0.1 // diff --git a/assets/scss/main/base/__elements.scss b/assets/scss/main/base/__elements.scss index db27f70..ee30dc6 100644 --- a/assets/scss/main/base/__elements.scss +++ b/assets/scss/main/base/__elements.scss @@ -29,12 +29,22 @@ ul { &.icon, &.icon-bullet { position: relative; + display: list-item; list-style: none; + font-family: inherit; + line-height: inherit; + vertical-align: baseline; + speak: normal; &::before { position: absolute; #{$left}: -$golden_minor - 1em; line-height: inherit; + speak: none; + } + + &.genericons-neue::before { + font-family: 'Genericons-Neue'; } } diff --git a/assets/scss/main/content/__layout-outdented.scss b/assets/scss/main/content/__layout-outdented.scss index 8420ae6..c2b2cf4 100644 --- a/assets/scss/main/content/__layout-outdented.scss +++ b/assets/scss/main/content/__layout-outdented.scss @@ -87,6 +87,11 @@ } + .outdent-content { + margin-left: 0; + margin-right: 0; + } + @include media( map_get( $breakpoint, 'xl' ) ) { padding-#{$left}: percentage( 1 - $page_content_width / 100 ); // {{RTL}} diff --git a/assets/scss/main/wp/__alignment.scss b/assets/scss/main/wp/__alignment.scss index 27dcb06..0f4eb14 100644 --- a/assets/scss/main/wp/__alignment.scss +++ b/assets/scss/main/wp/__alignment.scss @@ -22,20 +22,8 @@ $content_indent: 100 - $page_content_width; clear: both; width: 100vw; margin-#{$left}: calc( 50% - 50vw ); // {{RTL}} - margin-bottom: $golden +em; pointer-events: none; - &:last-child, - &[data-block="columns"] { - margin-bottom: 0; - } - - & + & { - // Removing vertical margin here in favor of Spacer block - // used to space out the wide/full aligned blocks. - margin-top: -$golden +em; - } - // Sidebar is displayed: .has-widgets-sidebar & { @@ -71,23 +59,49 @@ $content_indent: 100 - $page_content_width; .alignwide, .alignfull { pointer-events: auto; + + &, + &:last-child { + margin-bottom: $golden +em; + } + + &.wp-block-columns, + &.has-no-margin, + &.has-no-margin-vertical, + &.has-no-margin-bottom { + margin-bottom: 0; + } + + &, + &.has-no-margin { + // Horizontal margin has to be applied. + margin-left: auto; + margin-right: auto; + } + } .alignwide { + $content_padding: 6%; /* $content_width */ - max-width: map_get( $customize_options, 'layout_width_content' ); - max-width: var(--layout_width_content); - // max-width: calc( 50% + var(--layout_width_content) / 2 ); // @see WPRig. But it's not usable in our case. - margin: 0 auto; + width: map_get( $customize_options, 'layout_width_content' ); + width: var(--layout_width_content); + max-width: 100% - 2 * $content_padding; // Sidebar is displayed: .has-widgets-sidebar & { $alignwide_overlap: 10; // in % @include media( map_get( $breakpoint, 'l' ) ) { - max-width: #{ round( map_get( $customize_options, 'layout_width_site' ) * ( $page_content_width + $alignwide_overlap ) / 100 ) }; - max-width: calc( var(--layout_width_content) * #{ ( $page_content_width + $alignwide_overlap ) / 100 } ); - margin-#{$right}: 0; + width: #{ round( map_get( $customize_options, 'layout_width_site' ) * ( $page_content_width + $alignwide_overlap ) / 100 ) }; + width: calc( var(--layout_width_content) * #{ ( $page_content_width + $alignwide_overlap ) / 100 } ); + max-width: 100% - $content_padding; + + &, + &.has-no-margin { + margin-#{$right}: 0; + } + } } @@ -97,13 +111,11 @@ $content_indent: 100 - $page_content_width; .alignfull { width: 100%; max-width: 100%; - margin: 0; // Boxed site layout: .site-layout-boxed & { width: map_get( $customize_options, 'layout_width_site' ); width: var(--layout_width_site); - margin: 0 auto; } // Boxed site layout + sidebar: @@ -114,7 +126,12 @@ $content_indent: 100 - $page_content_width; /* $content_width */ max-width: calc( #{ map_get( $customize_options, 'layout_width_site' ) } / 2 + #{ map_get( $customize_options, 'layout_width_content' ) } * #{ $page_content_width / 100 } - #{ map_get( $customize_options, 'layout_width_content' ) } / 2 ); max-width: calc( var(--layout_width_site) / 2 + var(--layout_width_content) * #{ $page_content_width / 100 } - var(--layout_width_content) / 2 ); - margin-#{$right}: 0; + + &, + &.has-no-margin { + margin-#{$right}: 0; + } + } } diff --git a/assets/scss/starter/__index.scss b/assets/scss/starter/__index.scss index 7455874..0e69a24 100644 --- a/assets/scss/starter/__index.scss +++ b/assets/scss/starter/__index.scss @@ -18,7 +18,6 @@ // WordPress CSS Starter. // // Search for "Custom CSS class:" for list of specific custom CSS classes used. -// Global custom CSS classes can be found in `content/base/_modifiers.scss` file. // // This stylesheet provides just basic styles for WordPress themes. // Using mobile first approach with these breakpoints: @@ -31,7 +30,7 @@ // @copyright WebMan Design, Oliver Juhas // @license GPL-3.0, https://www.gnu.org/licenses/gpl-3.0.html // -// @version 5.0.0 +// @version 5.0.1 // @import 'tools/functions'; diff --git a/assets/scss/starter/content/base/_modifiers.scss b/assets/scss/starter/content/base/_modifiers.scss index e177c63..850b31e 100644 --- a/assets/scss/starter/content/base/_modifiers.scss +++ b/assets/scss/starter/content/base/_modifiers.scss @@ -1,6 +1,34 @@ /* FILE: starter/content/base/_modifiers.scss */ - +// +// Custom CSS class: +// +// Alignment: +// - has-[left/center/right]-content +// - has-[left/center/right]-text-align +// - has-[top/middle/baseline/bottom]-vertical-align +// +// Box model: +// - has-background +// - has-no-margin +// - has-no-margin-[top/right/bottom/left/vertical/horizontal] +// - has-[phi/golden/no]-padding +// - has-no-padding-[top/right/bottom/left] +// - has-[half/phi/full]-screen-min-height +// +// Others: +// - has-drop-cap +// - has-dropcap-text +// - has-hidden-overflow +// - has-nowrap-white-space +// +// Typography: +// - has-[extra-small/small/smaller/regular/normal/larger/large/extra-large]-font-size +// - has-[italic/normal]-font-style +// - has-[100/200/300/400/500/600/700/800/900]-font-weight +// - has-[extra-small/small/regular/medium]-line-height +// - has-uppercase-text-transform +// // Alignment @@ -44,7 +72,7 @@ // Box model .has-background { - @extend .has-golden-padding; + @extend .has-phi-padding; } p.has-background { @@ -53,8 +81,9 @@ padding: 28px $important_base_modifiers; } + p.has-phi-padding, p.has-golden-padding { - @extend .has-golden-padding; + @extend .has-phi-padding; } p.has-no-padding { @@ -89,6 +118,7 @@ // Padding + .has-phi-padding, .has-golden-padding { padding: ( $golden +em ) $important_base_modifiers; } @@ -135,6 +165,16 @@ margin-left: 0 $important_base_modifiers; } + .has-no-margin-horizontal { + margin-left: 0 $important_base_modifiers; + margin-right: 0 $important_base_modifiers; + } + + .has-no-margin-vertical { + margin-top: 0 $important_base_modifiers; + margin-bottom: 0 $important_base_modifiers; + } + // Others .has-hidden-overflow { diff --git a/assets/scss/starter/content/wp/_alignment.scss b/assets/scss/starter/content/wp/_alignment.scss index 629f689..96bbdf0 100644 --- a/assets/scss/starter/content/wp/_alignment.scss +++ b/assets/scss/starter/content/wp/_alignment.scss @@ -1,15 +1,23 @@ /* FILE: starter/content/wp/_alignment.scss */ +.alignleft, +.alignright { + + &, + &:last-child { + margin-bottom: 1em; + } + +} + .alignleft { float: left; margin-right: $alignment_margin; - margin-bottom: 1em; } .alignright { float: right; margin-left: $alignment_margin; - margin-bottom: 1em; } .aligncenter { diff --git a/assets/scss/starter/content/wp/blocks/__index.scss b/assets/scss/starter/content/wp/blocks/__index.scss index cf67efc..3d29fa9 100644 --- a/assets/scss/starter/content/wp/blocks/__index.scss +++ b/assets/scss/starter/content/wp/blocks/__index.scss @@ -13,6 +13,7 @@ @import 'image'; @import 'latest-comments'; @import 'latest-posts'; +@import 'media-text'; @import 'pullquote'; @import 'quote'; @import 'separator'; diff --git a/assets/scss/starter/content/wp/blocks/_cover.scss b/assets/scss/starter/content/wp/blocks/_cover.scss index e92ffd7..bd42421 100644 --- a/assets/scss/starter/content/wp/blocks/_cover.scss +++ b/assets/scss/starter/content/wp/blocks/_cover.scss @@ -19,7 +19,7 @@ } &__inner-container, - & .wp-block-cover__inner-container { + .wp-block-cover__inner-container { width: 100%; max-width: 24em; padding: 0; @@ -37,7 +37,6 @@ margin-bottom: nth( $setup_h2, 4 ) +em; font-size: nth( $setup_h2, 1 ) +em; line-height: nth( $setup_h2, 2 ); - text-align: inherit; color: inherit; &:last-child { diff --git a/assets/scss/starter/content/wp/blocks/_media-text.scss b/assets/scss/starter/content/wp/blocks/_media-text.scss new file mode 100644 index 0000000..4cebe1f --- /dev/null +++ b/assets/scss/starter/content/wp/blocks/_media-text.scss @@ -0,0 +1,14 @@ +/* FILE: starter/content/wp/blocks/_media-text.scss */ + +@if ( index( $support__block, 'media-text' ) ) { + + .wp-block-media-text { + + .wp-block-media-text__content { + padding-top: $golden +em; + padding-bottom: $golden +em; + } + + } + +} diff --git a/assets/scss/starter/content/wp/blocks/_pullquote.scss b/assets/scss/starter/content/wp/blocks/_pullquote.scss index 565c039..bfea5f3 100644 --- a/assets/scss/starter/content/wp/blocks/_pullquote.scss +++ b/assets/scss/starter/content/wp/blocks/_pullquote.scss @@ -61,7 +61,6 @@ text-align: inherit; p { - margin-bottom: 1em; font-size: 1em; } diff --git a/assets/scss/starter/setup/_variables.scss b/assets/scss/starter/setup/_variables.scss index ce07e78..add60ff 100644 --- a/assets/scss/starter/setup/_variables.scss +++ b/assets/scss/starter/setup/_variables.scss @@ -96,6 +96,7 @@ 'image', 'latest-comments', 'latest-posts', + 'media-text', 'pullquote', 'quote', 'separator', diff --git a/assets/scss/woocommerce.scss b/assets/scss/woocommerce.scss index 8cb5a4e..9782cd2 100644 --- a/assets/scss/woocommerce.scss +++ b/assets/scss/woocommerce.scss @@ -7,7 +7,7 @@ // @copyright WebMan Design, Oliver Juhas // // @since 1.0.0 -// @version 2.0.0 +// @version 2.0.1 // diff --git a/assets/scss/woocommerce/main/__global.scss b/assets/scss/woocommerce/main/__global.scss index 92d4c7a..072eb15 100644 --- a/assets/scss/woocommerce/main/__global.scss +++ b/assets/scss/woocommerce/main/__global.scss @@ -8,6 +8,14 @@ +// Page width modification + + .woocommerce-page.has-blocks .content-area { + max-width: none; + } + + + // Basic elements .woocommerce { diff --git a/assets/scss/woocommerce/pages/__my-account.scss b/assets/scss/woocommerce/pages/__my-account.scss index e680f6b..81a6d1a 100644 --- a/assets/scss/woocommerce/pages/__my-account.scss +++ b/assets/scss/woocommerce/pages/__my-account.scss @@ -93,6 +93,10 @@ margin-#{$left}: 1em; // {{RTL}} } + .woocommerce-form-login__rememberme { + margin-bottom: $golden +em; + } + .lost_password { font-size: 1em - $golden_minor / 2; } diff --git a/changelog.md b/changelog.md index 6d08113..673bc6e 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,29 @@ # Reykjavik Changelog +## 2.0.1 + +* **Update**: Demo content +* **Update**: Starter CSS 5.0.1 +* **Update**: Localization +* **Fix**: Blocks styles +* **Fix**: Wide and full alignment styles +* **Fix**: WooCommerce page width +* **Fix**: Styles fixes + +### Files changed: + + changelog.md + readme.txt + style.css + assets/scss/editor-style-blocks.scss + assets/scss/main.scss + assets/scss/woocommerce.scss + includes/frontend/class-content.php + includes/plugins/one-click-demo-import/demo-content-reykjavik.xml + includes/plugins/one-click-demo-import/demo-widgets-reykjavik.wie + includes/starter-content/class-starter-content.php + + ## 2.0.0 * **Add**: Block editor (Gutenberg) full, advanced support diff --git a/includes/frontend/class-content.php b/includes/frontend/class-content.php index d5538a1..5a19004 100644 --- a/includes/frontend/class-content.php +++ b/includes/frontend/class-content.php @@ -6,7 +6,7 @@ * @copyright WebMan Design, Oliver Juhas * * @since 1.0.0 - * @version 2.0.0 + * @version 2.0.1 * * Contents: * @@ -305,7 +305,7 @@ public static function headings_level_up( $html ) { * Block editor output modifications. * * @since 2.0.0 - * @version 2.0.0 + * @version 2.0.1 * * @param string $block_content The pre-rendered content. Default null. * @param array $block The block being rendered. @@ -368,7 +368,7 @@ public static function render_block( $block_content, $block ) { ) { $atts = array( 'class="align-wrap"', - 'data-block="' . sanitize_html_class( str_replace( 'core/', '', $block['blockName'] ) ) . '"', + 'data-block="' . sanitize_title( str_replace( 'core/', '', $block['blockName'] ) ) . '"', 'data-block-class="' . esc_attr( $attr_class ) . '"', ); $block_content = '
' . $block_content . '
'; diff --git a/includes/plugins/one-click-demo-import/demo-content-reykjavik.xml b/includes/plugins/one-click-demo-import/demo-content-reykjavik.xml index 34d5711..0fef6d8 100644 --- a/includes/plugins/one-click-demo-import/demo-content-reykjavik.xml +++ b/includes/plugins/one-click-demo-import/demo-content-reykjavik.xml @@ -14,33 +14,81 @@ - + Reykjavík http://themedemos.webmandesign.eu/reykjavik Icelandish style - Fri, 27 Oct 2017 07:21:47 +0000 + Tue, 09 Jul 2019 17:30:02 +0000 en-US 1.2 http://themedemos.webmandesign.eu/ http://themedemos.webmandesign.eu/reykjavik - 1 + 1 - + 1 - + 24 - + + + + + + + WooCommerce documentation for more info.]]> + + + + + + + + + + + + + + + + + + + + + + + + WooCommerce documentation for more info.]]> + + + + + + + + + + + + + + + + + + @@ -48,28 +96,75 @@ - + - + - + - + + + + + + + WooCommerce documentation for more info.]]> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -81,14 +176,14 @@ - + - + @@ -100,7 +195,7 @@ - + @@ -108,86 +203,44 @@ - + - + - + - + - - - - - - - no page builder layout on these products. They all simply use default theme layouts and styles.]]> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + - + - + + WooCommerce documentation for more info.]]> - + @@ -195,14 +248,26 @@ - + - + - + + + + + + + no page builder layout on these products. They all simply use default theme layouts and styles.]]> + + + + + + @@ -225,87 +290,34 @@ - - + + - + - - - - - - - - - - - - - + - - - - - - - - - - WooCommerce documentation for more info.]]> - - - - - - - - - - - - - - - - - - + + + + - - WooCommerce documentation for more info.]]> - - - - - - - - - - - - - - - - + - - + + - + - - WooCommerce documentation for more info.]]> + + WooCommerce documentation for more info.]]> - + @@ -320,16 +332,16 @@ - - + + - + - - WooCommerce documentation for more info.]]> + + WooCommerce documentation for more info.]]> - + @@ -344,40 +356,39 @@ - - - - + + + + - - WooCommerce documentation for more info.]]> - - - - - - - - + + - - + + + + + + + + + + - + - - + + - + - - WooCommerce documentation for more info.]]> + - + @@ -385,14 +396,14 @@ - + - + - 19nav_menu + 19nav_menu 15nav_menu @@ -403,10 +414,170 @@ 18nav_menu - https://wordpress.org/?v=4.8.2 + https://wordpress.org/?v=5.2.2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - +

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce eget libero sit amet eros sagittis iaculis sed in est. Nulla porttitor tortor quis sem iaculis, nec elementum ante fermentum.

+ + +
+ -
- -
    -
  • Aenean maximus, urna gravida dapibus accumsan, ante mauris semper ante, et lacinia erat ipsum fringilla risus.
  • -
  • Donec non scelerisque lectus. Suspendisse non consequat risus.
  • -
  • Pellentesque mollis nulla quam, at ornare augue volutpat eu.
  • -
+ +
  • Aenean maximus, urna gravida dapibus accumsan, ante mauris semper ante, et lacinia erat ipsum fringilla risus.
  • Donec non scelerisque lectus. Suspendisse non consequat risus.
  • Pellentesque mollis nulla quam, at ornare augue volutpat eu.
+ -
+ +
+ -Etiam elementum, leo quis mollis sagittis, ex erat sollicitudin libero, id iaculis tellus lacus bibendum tellus. Nam eu ex nec ante viverra elementum id eget mi. Fusce dapibus imperdiet velit non sodales. Praesent vehicula aliquam sollicitudin. Suspendisse porta diam in augue mollis lobortis. Sed sed tempor libero. Duis tortor augue, malesuada eget justo vel, vestibulum tincidunt magna.]]> + +

Etiam elementum, leo quis mollis sagittis, ex erat sollicitudin libero, id iaculis tellus lacus bibendum tellus. Nam eu ex nec ante viverra elementum id eget mi. Fusce dapibus imperdiet velit non sodales. Praesent vehicula aliquam sollicitudin. Suspendisse porta diam in augue mollis lobortis. Sed sed tempor libero. Duis tortor augue, malesuada eget justo vel, vestibulum tincidunt magna.

+]]> 136 @@ -446,56 +622,56 @@ Etiam elementum, leo quis mollis sagittis, ex erat sollicitudin libero, id iacul 0 - - - - + + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - + Yacht Race '15 http://themedemos.webmandesign.eu/reykjavik/portfolio/project-2/ @@ -503,27 +679,51 @@ Etiam elementum, leo quis mollis sagittis, ex erat sollicitudin libero, id iacul http://themedemos.webmandesign.eu/reykjavik/?post_type=jetpack-portfolio&p=137 - You can easily disable the Intro section for any portfolio projects. This can be done either with a page template (or should I say a “post type template”) or with a dedicated custom field.

- - -
- -[gallery columns="2" link="none" ids="243,247"] -
-
-

Aenean maximus, urna gravida dapibus accumsan, ante mauris semper ante, et lacinia erat ipsum fringilla risus. Donec non scelerisque lectus. Suspendisse non consequat risus.

-Pellentesque mollis nulla quam, at ornare augue volutpat eu. Etiam elementum, leo quis mollis sagittis, ex erat sollicitudin libero, id iaculis tellus lacus bibendum tellus. - -
-
-[gallery columns="2" link="none" ids="251,252"] - -
- -Praesent vehicula aliquam sollicitudin. Suspendisse porta diam in augue mollis lobortis. Sed sed tempor libero. Duis tortor augue, malesuada eget justo vel, vestibulum tincidunt magna. -

— - -WebMan Design signature

]]>
+ +

You can easily disable the Intro section for any portfolio projects. This can be done either with a page template (or should I say a “post type template”) or with a dedicated custom field.

+ + + +
+ + + + + + + +
+
+

Aenean maximus, urna gravida dapibus accumsan, ante mauris semper ante, et lacinia erat ipsum fringilla risus. Donec non scelerisque lectus. Suspendisse non consequat risus.

+
+ + + +
+

Pellentesque mollis nulla quam, at ornare augue volutpat eu. Etiam elementum, leo quis mollis sagittis, ex erat sollicitudin libero, id iaculis tellus lacus bibendum tellus.

+
+
+ + + + + + + +
+ + + +

Praesent vehicula aliquam sollicitudin. Suspendisse porta diam in augue mollis lobortis. Sed sed tempor libero. Duis tortor augue, malesuada eget justo vel, vestibulum tincidunt magna.

+ + + +
+ + + +
WebMan Design signature
+]]>
137 @@ -537,65 +737,65 @@ Praesent vehicula aliquam sollicitudin. Suspendisse porta diam in augue mollis l 0 - + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + -
+ Surfing IS '16 http://themedemos.webmandesign.eu/reykjavik/portfolio/project-3/ @@ -603,14 +803,21 @@ Praesent vehicula aliquam sollicitudin. Suspendisse porta diam in augue mollis l http://themedemos.webmandesign.eu/reykjavik/?post_type=jetpack-portfolio&p=138 - You can easily enable the widgets area in the Intro section of any portfolio project. This can be done either with a page template (or should I say a “post type template”) or with a dedicated custom field.

-Aenean maximus, urna gravida dapibus accumsan, ante mauris semper ante, et lacinia erat ipsum fringilla risus. Donec non scelerisque lectus. Suspendisse non consequat risus. -
+ +

You can easily enable the widgets area in the Intro section of any portfolio project. This can be done either with a page template (or should I say a “post type template”) or with a dedicated custom field.

+ -Surfing the wave + +

Aenean maximus, urna gravida dapibus accumsan, ante mauris semper ante, et lacinia erat ipsum fringilla risus. Donec non scelerisque lectus. Suspendisse non consequat risus.

+ -
-Pellentesque mollis nulla quam, at ornare augue volutpat eu. Etiam elementum, leo quis mollis sagittis, ex erat sollicitudin libero, id iaculis tellus lacus bibendum tellus. Nam eu ex nec ante viverra elementum id eget mi. Fusce dapibus imperdiet velit non sodales. Praesent vehicula aliquam sollicitudin. Suspendisse porta diam in augue mollis lobortis. Sed sed tempor libero. Duis tortor augue, malesuada eget justo vel, vestibulum tincidunt magna.]]>
+ +
Surfing the wave
+ + + +

Pellentesque mollis nulla quam, at ornare augue volutpat eu. Etiam elementum, leo quis mollis sagittis, ex erat sollicitudin libero, id iaculis tellus lacus bibendum tellus. Nam eu ex nec ante viverra elementum id eget mi. Fusce dapibus imperdiet velit non sodales. Praesent vehicula aliquam sollicitudin. Suspendisse porta diam in augue mollis lobortis. Sed sed tempor libero. Duis tortor augue, malesuada eget justo vel, vestibulum tincidunt magna.

+]]> 138 @@ -624,68 +831,68 @@ Pellentesque mollis nulla quam, at ornare augue volutpat eu. Etiam elementum, le 0 - - - - + + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + -
+ Yacht Race '16 http://themedemos.webmandesign.eu/reykjavik/portfolio/project-4/ @@ -693,11 +900,21 @@ Pellentesque mollis nulla quam, at ornare augue volutpat eu. Etiam elementum, le http://themedemos.webmandesign.eu/reykjavik/?post_type=jetpack-portfolio&p=139 - Lorem ipsum dolor sit amet, consectetur elit. Fusce eget libero sit amet eros sagittis iaculis sed in est. Nulla porttitor tortor quis sem iaculis, nec elementum ante fermentum.

+ +

Lorem ipsum dolor sit amet, consectetur elit. Fusce eget libero sit amet eros sagittis iaculis sed in est. Nulla porttitor tortor quis sem iaculis, nec elementum ante fermentum.

+ + + +

Aenean maximus, urna gravida dapibus accumsan, ante mauris semper ante, et lacinia erat ipsum fringilla risus. Donec non scelerisque lectus. Suspendisse non consequat risus.

+ + + +

Pellentesque mollis nulla quam, at ornare augue volutpat eu. Etiam elementum, leo quis mollis sagittis, ex erat sollicitudin libero, id iaculis tellus lacus bibendum tellus. Nam eu ex nec ante viverra elementum id eget mi.

+ -Aenean maximus, urna gravida dapibus accumsan, ante mauris semper ante, et lacinia erat ipsum fringilla risus. Donec non scelerisque lectus. Suspendisse non consequat risus. -
Pellentesque mollis nulla quam, at ornare augue volutpat eu. Etiam elementum, leo quis mollis sagittis, ex erat sollicitudin libero, id iaculis tellus lacus bibendum tellus. Nam eu ex nec ante viverra elementum id eget mi.
-Fusce dapibus imperdiet velit non sodales. Praesent vehicula aliquam sollicitudin. Suspendisse porta diam in augue mollis lobortis. Sed sed tempor libero. Duis tortor augue, malesuada eget justo vel, vestibulum tincidunt magna.]]>
+ +

Fusce dapibus imperdiet velit non sodales. Praesent vehicula aliquam sollicitudin. Suspendisse porta diam in augue mollis lobortis. Sed sed tempor libero. Duis tortor augue, malesuada eget justo vel, vestibulum tincidunt magna.

+]]>
139 @@ -711,52 +928,52 @@ Fusce dapibus imperdiet velit non sodales. Praesent vehicula aliquam sollicitudi 0 - - - - + + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + -
+ Surfing IS '17 http://themedemos.webmandesign.eu/reykjavik/portfolio/project-5/ @@ -764,10 +981,21 @@ Fusce dapibus imperdiet velit non sodales. Praesent vehicula aliquam sollicitudi http://themedemos.webmandesign.eu/reykjavik/?post_type=jetpack-portfolio&p=140 - Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce eget libero sit amet eros sagittis iaculis sed in est. Nulla porttitor tortor quis sem iaculis, nec elementum ante fermentum.

-Aenean maximus, urna gravida dapibus accumsan, ante mauris semper ante, et lacinia erat ipsum fringilla risus. Donec non scelerisque lectus. Suspendisse non consequat risus. + +

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce eget libero sit amet eros sagittis iaculis sed in est. Nulla porttitor tortor quis sem iaculis, nec elementum ante fermentum.

+ -Surfer jumping on wavesPellentesque mollis nulla quam, at ornare augue volutpat eu. Etiam elementum, leo quis mollis sagittis, ex erat sollicitudin libero, id iaculis tellus lacus bibendum tellus. Nam eu ex nec ante viverra elementum id eget mi. Fusce dapibus imperdiet velit non sodales. Praesent vehicula aliquam sollicitudin. Suspendisse porta diam in augue mollis lobortis. Sed sed tempor libero. Duis tortor augue, malesuada eget justo vel, vestibulum tincidunt magna.]]>
+ +

Aenean maximus, urna gravida dapibus accumsan, ante mauris semper ante, et lacinia erat ipsum fringilla risus. Donec non scelerisque lectus. Suspendisse non consequat risus.

+ + + +
Surfer jumping on waves
+ + + +

Pellentesque mollis nulla quam, at ornare augue volutpat eu. Etiam elementum, leo quis mollis sagittis, ex erat sollicitudin libero, id iaculis tellus lacus bibendum tellus. Nam eu ex nec ante viverra elementum id eget mi. Fusce dapibus imperdiet velit non sodales. Praesent vehicula aliquam sollicitudin. Suspendisse porta diam in augue mollis lobortis. Sed sed tempor libero. Duis tortor augue, malesuada eget justo vel, vestibulum tincidunt magna.

+]]>
140 @@ -781,60 +1009,60 @@ Aenean maximus, urna gravida dapibus accumsan, ante mauris semper ante, et lacin 0 - - - - + + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - + 2 - https://www.webmandesign.eu + http://www.webmandesign.eu @@ -843,47 +1071,58 @@ Aenean maximus, urna gravida dapibus accumsan, ante mauris semper ante, et lacin 0 1 - - + + 3 - - - - - - - 0 - 0 - -
- - Yacht Race '17 - http://themedemos.webmandesign.eu/reykjavik/portfolio/project-6/ - Fri, 04 Aug 2017 12:25:48 +0000 - - http://themedemos.webmandesign.eu/reykjavik/?post_type=jetpack-portfolio&p=141 - - Lorem ipsum dolor sit amet, consectetur elit. Fusce eget libero sit amet eros sagittis iaculis sed in est. Nulla porttitor tortor quis sem iaculis, nec elementum ante fermentum.

- - -
- -
- -[gallery link="none" ids="247,243,249,179,245,241"] - -
- -
- -
- -Aenean maximus, urna gravida dapibus accumsan, ante mauris semper ante, et lacinia erat ipsum fringilla risus. Donec non scelerisque lectus. Suspendisse non consequat risus. Pellentesque mollis nulla quam, at ornare augue volutpat eu. Etiam elementum, leo quis mollis sagittis, ex erat sollicitudin libero, id iaculis tellus lacus bibendum tellus. Nam eu ex nec ante viverra elementum id eget mi. Fusce dapibus imperdiet velit non sodales. Praesent vehicula aliquam sollicitudin. - -
]]>
+ + + + + + + 0 + 0 + +
+ + Yacht Race '17 + http://themedemos.webmandesign.eu/reykjavik/portfolio/project-6/ + Fri, 04 Aug 2017 12:25:48 +0000 + + http://themedemos.webmandesign.eu/reykjavik/?post_type=jetpack-portfolio&p=141 + + +

Lorem ipsum dolor sit amet, consectetur elit. Fusce eget libero sit amet eros sagittis iaculis sed in est. Nulla porttitor tortor quis sem iaculis, nec elementum ante fermentum.

+ + + +
+ + + + + + + +
+ + + +
+
+

Aenean maximus, urna gravida dapibus accumsan, ante mauris semper ante, et lacinia erat ipsum fringilla risus. Donec non scelerisque lectus. Suspendisse non consequat risus. Pellentesque mollis nulla quam, at ornare volutpat.

+
+ + + +
+

Etiam elementum, leo quis mollis sagittis, ex erat sollicitudin libero, id iaculis tellus lacus bibendum tellus. Nam eu ex nec ante viverra elementum id eget mi. Fusce dapibus imperdiet velit non sodales. Praesent vehicula sollicitudin.

+
+
+]]>
141 @@ -897,56 +1136,56 @@ Aenean maximus, urna gravida dapibus accumsan, ante mauris semper ante, et lacin 0 - - - - + + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + -
+ @@ -960,10 +1199,12 @@ Post type: jetpack-testimonial Eiríkur Leifsson http://themedemos.webmandesign.eu/reykjavik/testimonial/testimonial-1/ Fri, 04 Aug 2017 12:09:50 +0000 - + http://themedemos.webmandesign.eu/reykjavik/?post_type=jetpack-testimonial&p=121 - Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec id vestibulum turpis, et varius nulla. Duis ante diam, pretium sollicitudin semper a, dignissim eu turpis.]]> + +

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec id vestibulum turpis, et varius nulla. Duis ante diam, pretium sollicitudin semper a, dignissim eu turpis.

+]]>
121 @@ -977,59 +1218,61 @@ Post type: jetpack-testimonial 0 - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - + Dagmar Agnarsson http://themedemos.webmandesign.eu/reykjavik/testimonial/testimonial-2/ Fri, 04 Aug 2017 12:10:56 +0000 - + http://themedemos.webmandesign.eu/reykjavik/?post_type=jetpack-testimonial&p=124 - Pellentesque vel placerat tortor, a consequat nisi. Nullam sit amet convallis leo, fringilla sagittis mi. Mauris gravida augue eget urna tristique accumsan sit amet vestibulum sem. Nulla facilisi.]]> + +

Pellentesque vel placerat tortor, a consequat nisi. Nullam sit amet convallis leo, fringilla sagittis mi. Mauris gravida augue eget urna tristique accumsan sit amet vestibulum sem. Nulla facilisi.

+]]>
124 @@ -1043,59 +1286,61 @@ Post type: jetpack-testimonial 0 - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + -
+ Árni Leifsson http://themedemos.webmandesign.eu/reykjavik/testimonial/testimonial-3/ Fri, 04 Aug 2017 12:11:26 +0000 - + http://themedemos.webmandesign.eu/reykjavik/?post_type=jetpack-testimonial&p=126 - Nullam finibus sit amet orci id sagittis. Ut neque nulla, eleifend et auctor vitae, sodales quis sapien. Etiam convallis sem orci, tempor porta eros tincidunt vel.]]> + +

Nullam finibus sit amet orci id sagittis. Ut neque nulla, eleifend et auctor vitae, sodales quis sapien. Etiam convallis sem orci, tempor porta eros tincidunt vel.

+]]>
126 @@ -1109,59 +1354,61 @@ Post type: jetpack-testimonial 0 - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + -
+ Benedikt Ingolfsson http://themedemos.webmandesign.eu/reykjavik/testimonial/testimonial-4/ Fri, 04 Aug 2017 12:11:59 +0000 - + http://themedemos.webmandesign.eu/reykjavik/?post_type=jetpack-testimonial&p=128 - Sed mollis, ligula id dignissim congue, odio dolor consequat eros, ut feugiat diam diam non tellus. Vestibulum in tristique eros, sed lacinia turpis. Donec sed lectus ac ligula scelerisque feugiat.]]> + +

Sed mollis, ligula id dignissim congue, odio dolor consequat eros, ut feugiat diam diam non tellus. Vestibulum in tristique eros, sed lacinia turpis. Donec sed lectus ac ligula scelerisque feugiat.

+]]>
128 @@ -1175,51 +1422,51 @@ Post type: jetpack-testimonial 0 - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + -
+ @@ -1250,40 +1497,40 @@ Post type: nav_menu_item 0 - - - - + + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - + Default layout http://themedemos.webmandesign.eu/reykjavik/32/ @@ -1305,40 +1552,40 @@ Post type: nav_menu_item 0 - - - - + + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - + <link>http://themedemos.webmandesign.eu/reykjavik/33/</link> @@ -1360,40 +1607,40 @@ Post type: nav_menu_item <wp:post_type><![CDATA[nav_menu_item]]></wp:post_type> <wp:post_password><![CDATA[]]></wp:post_password> <wp:is_sticky>0</wp:is_sticky> - <category domain="nav_menu" nicename="primary"><![CDATA[Primary]]></category> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_type]]></wp:meta_key> - <wp:meta_value><![CDATA[post_type]]></wp:meta_value> + <category domain="nav_menu" nicename="primary"><![CDATA[Primary]]></category> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_type]]></wp:meta_key> + <wp:meta_value><![CDATA[post_type]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_menu_item_parent]]></wp:meta_key> - <wp:meta_value><![CDATA[0]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_menu_item_parent]]></wp:meta_key> + <wp:meta_value><![CDATA[0]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_object_id]]></wp:meta_key> - <wp:meta_value><![CDATA[19]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_object_id]]></wp:meta_key> + <wp:meta_value><![CDATA[19]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_object]]></wp:meta_key> - <wp:meta_value><![CDATA[page]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_object]]></wp:meta_key> + <wp:meta_value><![CDATA[page]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_target]]></wp:meta_key> - <wp:meta_value><![CDATA[]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_target]]></wp:meta_key> + <wp:meta_value><![CDATA[]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_classes]]></wp:meta_key> - <wp:meta_value><![CDATA[a:1:{i:0;s:8:"megamenu";}]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_classes]]></wp:meta_key> + <wp:meta_value><![CDATA[a:1:{i:0;s:8:"megamenu";}]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_xfn]]></wp:meta_key> - <wp:meta_value><![CDATA[]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_xfn]]></wp:meta_key> + <wp:meta_value><![CDATA[]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_url]]></wp:meta_key> - <wp:meta_value><![CDATA[]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_url]]></wp:meta_key> + <wp:meta_value><![CDATA[]]></wp:meta_value> </wp:postmeta> - </item> + </item> <item> <title/> <link>http://themedemos.webmandesign.eu/reykjavik/34/</link> @@ -1415,40 +1662,40 @@ Post type: nav_menu_item <wp:post_type><![CDATA[nav_menu_item]]></wp:post_type> <wp:post_password><![CDATA[]]></wp:post_password> <wp:is_sticky>0</wp:is_sticky> - <category domain="nav_menu" nicename="primary"><![CDATA[Primary]]></category> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_type]]></wp:meta_key> - <wp:meta_value><![CDATA[post_type]]></wp:meta_value> + <category domain="nav_menu" nicename="primary"><![CDATA[Primary]]></category> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_type]]></wp:meta_key> + <wp:meta_value><![CDATA[post_type]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_menu_item_parent]]></wp:meta_key> - <wp:meta_value><![CDATA[42]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_menu_item_parent]]></wp:meta_key> + <wp:meta_value><![CDATA[42]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_object_id]]></wp:meta_key> - <wp:meta_value><![CDATA[25]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_object_id]]></wp:meta_key> + <wp:meta_value><![CDATA[25]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_object]]></wp:meta_key> - <wp:meta_value><![CDATA[page]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_object]]></wp:meta_key> + <wp:meta_value><![CDATA[page]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_target]]></wp:meta_key> - <wp:meta_value><![CDATA[]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_target]]></wp:meta_key> + <wp:meta_value><![CDATA[]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_classes]]></wp:meta_key> - <wp:meta_value><![CDATA[a:1:{i:0;s:0:"";}]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_classes]]></wp:meta_key> + <wp:meta_value><![CDATA[a:1:{i:0;s:0:"";}]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_xfn]]></wp:meta_key> - <wp:meta_value><![CDATA[]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_xfn]]></wp:meta_key> + <wp:meta_value><![CDATA[]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_url]]></wp:meta_key> - <wp:meta_value><![CDATA[]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_url]]></wp:meta_key> + <wp:meta_value><![CDATA[]]></wp:meta_value> </wp:postmeta> - </item> + </item> <item> <title>Portfolio http://themedemos.webmandesign.eu/reykjavik/35/ @@ -1470,40 +1717,40 @@ Post type: nav_menu_item 0 - - - - + + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - + Default layout http://themedemos.webmandesign.eu/reykjavik/36/ @@ -1525,40 +1772,40 @@ Post type: nav_menu_item 0 - - - - + + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - + <link>http://themedemos.webmandesign.eu/reykjavik/37/</link> @@ -1580,40 +1827,40 @@ Post type: nav_menu_item <wp:post_type><![CDATA[nav_menu_item]]></wp:post_type> <wp:post_password><![CDATA[]]></wp:post_password> <wp:is_sticky>0</wp:is_sticky> - <category domain="nav_menu" nicename="primary"><![CDATA[Primary]]></category> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_type]]></wp:meta_key> - <wp:meta_value><![CDATA[post_type]]></wp:meta_value> + <category domain="nav_menu" nicename="primary"><![CDATA[Primary]]></category> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_type]]></wp:meta_key> + <wp:meta_value><![CDATA[post_type]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_menu_item_parent]]></wp:meta_key> - <wp:meta_value><![CDATA[0]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_menu_item_parent]]></wp:meta_key> + <wp:meta_value><![CDATA[0]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_object_id]]></wp:meta_key> - <wp:meta_value><![CDATA[5]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_object_id]]></wp:meta_key> + <wp:meta_value><![CDATA[5]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_object]]></wp:meta_key> - <wp:meta_value><![CDATA[page]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_object]]></wp:meta_key> + <wp:meta_value><![CDATA[page]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_target]]></wp:meta_key> - <wp:meta_value><![CDATA[]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_target]]></wp:meta_key> + <wp:meta_value><![CDATA[]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_classes]]></wp:meta_key> - <wp:meta_value><![CDATA[a:1:{i:0;s:0:"";}]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_classes]]></wp:meta_key> + <wp:meta_value><![CDATA[a:1:{i:0;s:0:"";}]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_xfn]]></wp:meta_key> - <wp:meta_value><![CDATA[]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_xfn]]></wp:meta_key> + <wp:meta_value><![CDATA[]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_url]]></wp:meta_key> - <wp:meta_value><![CDATA[]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_url]]></wp:meta_key> + <wp:meta_value><![CDATA[]]></wp:meta_value> </wp:postmeta> - </item> + </item> <item> <title/> <link>http://themedemos.webmandesign.eu/reykjavik/38/</link> @@ -1635,40 +1882,40 @@ Post type: nav_menu_item <wp:post_type><![CDATA[nav_menu_item]]></wp:post_type> <wp:post_password><![CDATA[]]></wp:post_password> <wp:is_sticky>0</wp:is_sticky> - <category domain="nav_menu" nicename="primary"><![CDATA[Primary]]></category> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_type]]></wp:meta_key> - <wp:meta_value><![CDATA[post_type]]></wp:meta_value> + <category domain="nav_menu" nicename="primary"><![CDATA[Primary]]></category> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_type]]></wp:meta_key> + <wp:meta_value><![CDATA[post_type]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_menu_item_parent]]></wp:meta_key> - <wp:meta_value><![CDATA[37]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_menu_item_parent]]></wp:meta_key> + <wp:meta_value><![CDATA[37]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_object_id]]></wp:meta_key> - <wp:meta_value><![CDATA[6]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_object_id]]></wp:meta_key> + <wp:meta_value><![CDATA[6]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_object]]></wp:meta_key> - <wp:meta_value><![CDATA[page]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_object]]></wp:meta_key> + <wp:meta_value><![CDATA[page]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_target]]></wp:meta_key> - <wp:meta_value><![CDATA[]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_target]]></wp:meta_key> + <wp:meta_value><![CDATA[]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_classes]]></wp:meta_key> - <wp:meta_value><![CDATA[a:1:{i:0;s:0:"";}]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_classes]]></wp:meta_key> + <wp:meta_value><![CDATA[a:1:{i:0;s:0:"";}]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_xfn]]></wp:meta_key> - <wp:meta_value><![CDATA[]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_xfn]]></wp:meta_key> + <wp:meta_value><![CDATA[]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_url]]></wp:meta_key> - <wp:meta_value><![CDATA[]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_url]]></wp:meta_key> + <wp:meta_value><![CDATA[]]></wp:meta_value> </wp:postmeta> - </item> + </item> <item> <title/> <link>http://themedemos.webmandesign.eu/reykjavik/39/</link> @@ -1690,40 +1937,40 @@ Post type: nav_menu_item <wp:post_type><![CDATA[nav_menu_item]]></wp:post_type> <wp:post_password><![CDATA[]]></wp:post_password> <wp:is_sticky>0</wp:is_sticky> - <category domain="nav_menu" nicename="primary"><![CDATA[Primary]]></category> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_type]]></wp:meta_key> - <wp:meta_value><![CDATA[post_type]]></wp:meta_value> + <category domain="nav_menu" nicename="primary"><![CDATA[Primary]]></category> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_type]]></wp:meta_key> + <wp:meta_value><![CDATA[post_type]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_menu_item_parent]]></wp:meta_key> - <wp:meta_value><![CDATA[37]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_menu_item_parent]]></wp:meta_key> + <wp:meta_value><![CDATA[37]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_object_id]]></wp:meta_key> - <wp:meta_value><![CDATA[7]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_object_id]]></wp:meta_key> + <wp:meta_value><![CDATA[7]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_object]]></wp:meta_key> - <wp:meta_value><![CDATA[page]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_object]]></wp:meta_key> + <wp:meta_value><![CDATA[page]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_target]]></wp:meta_key> - <wp:meta_value><![CDATA[]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_target]]></wp:meta_key> + <wp:meta_value><![CDATA[]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_classes]]></wp:meta_key> - <wp:meta_value><![CDATA[a:1:{i:0;s:0:"";}]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_classes]]></wp:meta_key> + <wp:meta_value><![CDATA[a:1:{i:0;s:0:"";}]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_xfn]]></wp:meta_key> - <wp:meta_value><![CDATA[]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_xfn]]></wp:meta_key> + <wp:meta_value><![CDATA[]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_url]]></wp:meta_key> - <wp:meta_value><![CDATA[]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_url]]></wp:meta_key> + <wp:meta_value><![CDATA[]]></wp:meta_value> </wp:postmeta> - </item> + </item> <item> <title/> <link>http://themedemos.webmandesign.eu/reykjavik/40/</link> @@ -1745,40 +1992,40 @@ Post type: nav_menu_item <wp:post_type><![CDATA[nav_menu_item]]></wp:post_type> <wp:post_password><![CDATA[]]></wp:post_password> <wp:is_sticky>0</wp:is_sticky> - <category domain="nav_menu" nicename="primary"><![CDATA[Primary]]></category> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_type]]></wp:meta_key> - <wp:meta_value><![CDATA[post_type]]></wp:meta_value> + <category domain="nav_menu" nicename="primary"><![CDATA[Primary]]></category> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_type]]></wp:meta_key> + <wp:meta_value><![CDATA[post_type]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_menu_item_parent]]></wp:meta_key> - <wp:meta_value><![CDATA[37]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_menu_item_parent]]></wp:meta_key> + <wp:meta_value><![CDATA[37]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_object_id]]></wp:meta_key> - <wp:meta_value><![CDATA[8]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_object_id]]></wp:meta_key> + <wp:meta_value><![CDATA[8]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_object]]></wp:meta_key> - <wp:meta_value><![CDATA[page]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_object]]></wp:meta_key> + <wp:meta_value><![CDATA[page]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_target]]></wp:meta_key> - <wp:meta_value><![CDATA[]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_target]]></wp:meta_key> + <wp:meta_value><![CDATA[]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_classes]]></wp:meta_key> - <wp:meta_value><![CDATA[a:1:{i:0;s:0:"";}]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_classes]]></wp:meta_key> + <wp:meta_value><![CDATA[a:1:{i:0;s:0:"";}]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_xfn]]></wp:meta_key> - <wp:meta_value><![CDATA[]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_xfn]]></wp:meta_key> + <wp:meta_value><![CDATA[]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_url]]></wp:meta_key> - <wp:meta_value><![CDATA[]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_url]]></wp:meta_key> + <wp:meta_value><![CDATA[]]></wp:meta_value> </wp:postmeta> - </item> + </item> <item> <title/> <link>http://themedemos.webmandesign.eu/reykjavik/41/</link> @@ -1800,40 +2047,40 @@ Post type: nav_menu_item <wp:post_type><![CDATA[nav_menu_item]]></wp:post_type> <wp:post_password><![CDATA[]]></wp:post_password> <wp:is_sticky>0</wp:is_sticky> - <category domain="nav_menu" nicename="primary"><![CDATA[Primary]]></category> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_type]]></wp:meta_key> - <wp:meta_value><![CDATA[post_type]]></wp:meta_value> + <category domain="nav_menu" nicename="primary"><![CDATA[Primary]]></category> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_type]]></wp:meta_key> + <wp:meta_value><![CDATA[post_type]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_menu_item_parent]]></wp:meta_key> - <wp:meta_value><![CDATA[42]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_menu_item_parent]]></wp:meta_key> + <wp:meta_value><![CDATA[42]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_object_id]]></wp:meta_key> - <wp:meta_value><![CDATA[29]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_object_id]]></wp:meta_key> + <wp:meta_value><![CDATA[29]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_object]]></wp:meta_key> - <wp:meta_value><![CDATA[page]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_object]]></wp:meta_key> + <wp:meta_value><![CDATA[page]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_target]]></wp:meta_key> - <wp:meta_value><![CDATA[]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_target]]></wp:meta_key> + <wp:meta_value><![CDATA[]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_classes]]></wp:meta_key> - <wp:meta_value><![CDATA[a:1:{i:0;s:0:"";}]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_classes]]></wp:meta_key> + <wp:meta_value><![CDATA[a:1:{i:0;s:0:"";}]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_xfn]]></wp:meta_key> - <wp:meta_value><![CDATA[]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_xfn]]></wp:meta_key> + <wp:meta_value><![CDATA[]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_url]]></wp:meta_key> - <wp:meta_value><![CDATA[]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_url]]></wp:meta_key> + <wp:meta_value><![CDATA[]]></wp:meta_value> </wp:postmeta> - </item> + </item> <item> <title>Pages http://themedemos.webmandesign.eu/reykjavik/pages/ @@ -1855,40 +2102,40 @@ Post type: nav_menu_item 0 - - - - + + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - + Home http://themedemos.webmandesign.eu/reykjavik/home-2/ @@ -1910,40 +2157,40 @@ Post type: nav_menu_item 0 - - - - + + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - + <link>http://themedemos.webmandesign.eu/reykjavik/44/</link> @@ -1965,40 +2212,40 @@ Post type: nav_menu_item <wp:post_type><![CDATA[nav_menu_item]]></wp:post_type> <wp:post_password><![CDATA[]]></wp:post_password> <wp:is_sticky>0</wp:is_sticky> - <category domain="nav_menu" nicename="secondary"><![CDATA[Secondary]]></category> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_type]]></wp:meta_key> - <wp:meta_value><![CDATA[post_type]]></wp:meta_value> + <category domain="nav_menu" nicename="secondary"><![CDATA[Secondary]]></category> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_type]]></wp:meta_key> + <wp:meta_value><![CDATA[post_type]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_menu_item_parent]]></wp:meta_key> - <wp:meta_value><![CDATA[0]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_menu_item_parent]]></wp:meta_key> + <wp:meta_value><![CDATA[0]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_object_id]]></wp:meta_key> - <wp:meta_value><![CDATA[5]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_object_id]]></wp:meta_key> + <wp:meta_value><![CDATA[5]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_object]]></wp:meta_key> - <wp:meta_value><![CDATA[page]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_object]]></wp:meta_key> + <wp:meta_value><![CDATA[page]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_target]]></wp:meta_key> - <wp:meta_value><![CDATA[]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_target]]></wp:meta_key> + <wp:meta_value><![CDATA[]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_classes]]></wp:meta_key> - <wp:meta_value><![CDATA[a:1:{i:0;s:0:"";}]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_classes]]></wp:meta_key> + <wp:meta_value><![CDATA[a:1:{i:0;s:0:"";}]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_xfn]]></wp:meta_key> - <wp:meta_value><![CDATA[]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_xfn]]></wp:meta_key> + <wp:meta_value><![CDATA[]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_url]]></wp:meta_key> - <wp:meta_value><![CDATA[]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_url]]></wp:meta_key> + <wp:meta_value><![CDATA[]]></wp:meta_value> </wp:postmeta> - </item> + </item> <item> <title>Tutorial videos by WebMan Design http://themedemos.webmandesign.eu/reykjavik/tutorial-videos-by-webman-design/ @@ -2020,40 +2267,40 @@ Post type: nav_menu_item 0 - - - - + + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - + WebMan Design on Facebook http://themedemos.webmandesign.eu/reykjavik/webman-design-on-facebook/ @@ -2075,40 +2322,40 @@ Post type: nav_menu_item 0 - - - - + + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - + WebMan Design on Twitter http://themedemos.webmandesign.eu/reykjavik/webman-design-on-twitter/ @@ -2130,40 +2377,40 @@ Post type: nav_menu_item 0 - - - - + + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - + <link>http://themedemos.webmandesign.eu/reykjavik/59/</link> @@ -2185,40 +2432,40 @@ Post type: nav_menu_item <wp:post_type><![CDATA[nav_menu_item]]></wp:post_type> <wp:post_password><![CDATA[]]></wp:post_password> <wp:is_sticky>0</wp:is_sticky> - <category domain="nav_menu" nicename="primary"><![CDATA[Primary]]></category> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_type]]></wp:meta_key> - <wp:meta_value><![CDATA[post_type]]></wp:meta_value> + <category domain="nav_menu" nicename="primary"><![CDATA[Primary]]></category> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_type]]></wp:meta_key> + <wp:meta_value><![CDATA[post_type]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_menu_item_parent]]></wp:meta_key> - <wp:meta_value><![CDATA[37]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_menu_item_parent]]></wp:meta_key> + <wp:meta_value><![CDATA[37]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_object_id]]></wp:meta_key> - <wp:meta_value><![CDATA[54]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_object_id]]></wp:meta_key> + <wp:meta_value><![CDATA[54]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_object]]></wp:meta_key> - <wp:meta_value><![CDATA[page]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_object]]></wp:meta_key> + <wp:meta_value><![CDATA[page]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_target]]></wp:meta_key> - <wp:meta_value><![CDATA[]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_target]]></wp:meta_key> + <wp:meta_value><![CDATA[]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_classes]]></wp:meta_key> - <wp:meta_value><![CDATA[a:1:{i:0;s:0:"";}]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_classes]]></wp:meta_key> + <wp:meta_value><![CDATA[a:1:{i:0;s:0:"";}]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_xfn]]></wp:meta_key> - <wp:meta_value><![CDATA[]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_xfn]]></wp:meta_key> + <wp:meta_value><![CDATA[]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_url]]></wp:meta_key> - <wp:meta_value><![CDATA[]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_url]]></wp:meta_key> + <wp:meta_value><![CDATA[]]></wp:meta_value> </wp:postmeta> - </item> + </item> <item> <title>Get the Theme! http://themedemos.webmandesign.eu/reykjavik/get-the-theme/ @@ -2240,40 +2487,40 @@ Post type: nav_menu_item 0 - - - - + + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - + Documentation http://themedemos.webmandesign.eu/reykjavik/documentation/ @@ -2295,40 +2542,40 @@ Post type: nav_menu_item 0 - - - - + + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - + Get More Themes http://themedemos.webmandesign.eu/reykjavik/get-more-themes/ @@ -2350,40 +2597,40 @@ Post type: nav_menu_item 0 - - - - + + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - + Support Center http://themedemos.webmandesign.eu/reykjavik/support-center/ @@ -2405,40 +2652,40 @@ Post type: nav_menu_item 0 - - - - + + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - + Our story http://themedemos.webmandesign.eu/reykjavik/our-story/ @@ -2460,40 +2707,40 @@ Post type: nav_menu_item 0 - - - - + + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - + Our achievements http://themedemos.webmandesign.eu/reykjavik/our-achievements/ @@ -2515,40 +2762,40 @@ Post type: nav_menu_item 0 - - - - + + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - + Our partners http://themedemos.webmandesign.eu/reykjavik/our-partners/ @@ -2570,40 +2817,40 @@ Post type: nav_menu_item 0 - - - - + + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - + Get in touch http://themedemos.webmandesign.eu/reykjavik/get-in-touch/ @@ -2625,40 +2872,40 @@ Post type: nav_menu_item 0 - - - - + + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - + Utility pages http://themedemos.webmandesign.eu/reykjavik/utility-pages/ @@ -2680,40 +2927,40 @@ Post type: nav_menu_item 0 - - - - + + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - + Search results page http://themedemos.webmandesign.eu/reykjavik/search-results-page/ @@ -2735,40 +2982,40 @@ Post type: nav_menu_item 0 - - - - + + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - + Error 404 page http://themedemos.webmandesign.eu/reykjavik/error-404-page/ @@ -2790,40 +3037,40 @@ Post type: nav_menu_item 0 - - - - + + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - + Archive page http://themedemos.webmandesign.eu/reykjavik/archive-page/ @@ -2845,40 +3092,40 @@ Post type: nav_menu_item 0 - - - - + + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - + Blog without sidebar http://themedemos.webmandesign.eu/reykjavik/blog-without-sidebar/ @@ -2900,40 +3147,40 @@ Post type: nav_menu_item 0 - - - - + + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - + Page templates http://themedemos.webmandesign.eu/reykjavik/page-templates/ @@ -2955,40 +3202,40 @@ Post type: nav_menu_item 0 - - - - + + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - + With intro widgets http://themedemos.webmandesign.eu/reykjavik/with-intro-widgets/ @@ -3010,40 +3257,40 @@ Post type: nav_menu_item 0 - - - - + + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - + List child pages http://themedemos.webmandesign.eu/reykjavik/list-child-pages/ @@ -3065,40 +3312,40 @@ Post type: nav_menu_item 0 - - - - + + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - + No intro http://themedemos.webmandesign.eu/reykjavik/no-intro/ @@ -3120,40 +3367,40 @@ Post type: nav_menu_item 0 - - - - + + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - + Blank http://themedemos.webmandesign.eu/reykjavik/blank/ @@ -3175,40 +3422,40 @@ Post type: nav_menu_item 0 - - - - + + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - + With sidebar http://themedemos.webmandesign.eu/reykjavik/with-sidebar/ @@ -3230,40 +3477,40 @@ Post type: nav_menu_item 0 - - - - + + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - + <link>http://themedemos.webmandesign.eu/reykjavik/280/</link> @@ -3285,40 +3532,40 @@ Post type: nav_menu_item <wp:post_type><![CDATA[nav_menu_item]]></wp:post_type> <wp:post_password><![CDATA[]]></wp:post_password> <wp:is_sticky>0</wp:is_sticky> - <category domain="nav_menu" nicename="primary"><![CDATA[Primary]]></category> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_type]]></wp:meta_key> - <wp:meta_value><![CDATA[post_type]]></wp:meta_value> + <category domain="nav_menu" nicename="primary"><![CDATA[Primary]]></category> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_type]]></wp:meta_key> + <wp:meta_value><![CDATA[post_type]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_menu_item_parent]]></wp:meta_key> - <wp:meta_value><![CDATA[116]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_menu_item_parent]]></wp:meta_key> + <wp:meta_value><![CDATA[116]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_object_id]]></wp:meta_key> - <wp:meta_value><![CDATA[276]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_object_id]]></wp:meta_key> + <wp:meta_value><![CDATA[276]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_object]]></wp:meta_key> - <wp:meta_value><![CDATA[page]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_object]]></wp:meta_key> + <wp:meta_value><![CDATA[page]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_target]]></wp:meta_key> - <wp:meta_value><![CDATA[]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_target]]></wp:meta_key> + <wp:meta_value><![CDATA[]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_classes]]></wp:meta_key> - <wp:meta_value><![CDATA[a:1:{i:0;s:0:"";}]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_classes]]></wp:meta_key> + <wp:meta_value><![CDATA[a:1:{i:0;s:0:"";}]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_xfn]]></wp:meta_key> - <wp:meta_value><![CDATA[]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_xfn]]></wp:meta_key> + <wp:meta_value><![CDATA[]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_url]]></wp:meta_key> - <wp:meta_value><![CDATA[]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_url]]></wp:meta_key> + <wp:meta_value><![CDATA[]]></wp:meta_value> </wp:postmeta> - </item> + </item> <item> <title>Page builder layout http://themedemos.webmandesign.eu/reykjavik/about-us/ @@ -3340,40 +3587,40 @@ Post type: nav_menu_item 0 - - - - + + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - + Page builder layout http://themedemos.webmandesign.eu/reykjavik/page-builder-layout/ @@ -3395,40 +3642,40 @@ Post type: nav_menu_item 0 - - - - + + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - + <link>http://themedemos.webmandesign.eu/reykjavik/303/</link> @@ -3450,40 +3697,40 @@ Post type: nav_menu_item <wp:post_type><![CDATA[nav_menu_item]]></wp:post_type> <wp:post_password><![CDATA[]]></wp:post_password> <wp:is_sticky>0</wp:is_sticky> - <category domain="nav_menu" nicename="primary"><![CDATA[Primary]]></category> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_type]]></wp:meta_key> - <wp:meta_value><![CDATA[post_type]]></wp:meta_value> + <category domain="nav_menu" nicename="primary"><![CDATA[Primary]]></category> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_type]]></wp:meta_key> + <wp:meta_value><![CDATA[post_type]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_menu_item_parent]]></wp:meta_key> - <wp:meta_value><![CDATA[37]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_menu_item_parent]]></wp:meta_key> + <wp:meta_value><![CDATA[37]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_object_id]]></wp:meta_key> - <wp:meta_value><![CDATA[298]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_object_id]]></wp:meta_key> + <wp:meta_value><![CDATA[298]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_object]]></wp:meta_key> - <wp:meta_value><![CDATA[page]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_object]]></wp:meta_key> + <wp:meta_value><![CDATA[page]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_target]]></wp:meta_key> - <wp:meta_value><![CDATA[]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_target]]></wp:meta_key> + <wp:meta_value><![CDATA[]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_classes]]></wp:meta_key> - <wp:meta_value><![CDATA[a:1:{i:0;s:0:"";}]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_classes]]></wp:meta_key> + <wp:meta_value><![CDATA[a:1:{i:0;s:0:"";}]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_xfn]]></wp:meta_key> - <wp:meta_value><![CDATA[]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_xfn]]></wp:meta_key> + <wp:meta_value><![CDATA[]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_url]]></wp:meta_key> - <wp:meta_value><![CDATA[]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_url]]></wp:meta_key> + <wp:meta_value><![CDATA[]]></wp:meta_value> </wp:postmeta> - </item> + </item> <item> <title>RTL http://themedemos.webmandesign.eu/reykjavik/rtl/ @@ -3505,40 +3752,40 @@ Post type: nav_menu_item 0 - - - - + + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - + <link>http://themedemos.webmandesign.eu/reykjavik/319/</link> @@ -3560,40 +3807,40 @@ Post type: nav_menu_item <wp:post_type><![CDATA[nav_menu_item]]></wp:post_type> <wp:post_password><![CDATA[]]></wp:post_password> <wp:is_sticky>0</wp:is_sticky> - <category domain="nav_menu" nicename="primary"><![CDATA[Primary]]></category> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_type]]></wp:meta_key> - <wp:meta_value><![CDATA[post_type]]></wp:meta_value> + <category domain="nav_menu" nicename="primary"><![CDATA[Primary]]></category> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_type]]></wp:meta_key> + <wp:meta_value><![CDATA[post_type]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_menu_item_parent]]></wp:meta_key> - <wp:meta_value><![CDATA[37]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_menu_item_parent]]></wp:meta_key> + <wp:meta_value><![CDATA[37]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_object_id]]></wp:meta_key> - <wp:meta_value><![CDATA[317]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_object_id]]></wp:meta_key> + <wp:meta_value><![CDATA[317]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_object]]></wp:meta_key> - <wp:meta_value><![CDATA[page]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_object]]></wp:meta_key> + <wp:meta_value><![CDATA[page]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_target]]></wp:meta_key> - <wp:meta_value><![CDATA[]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_target]]></wp:meta_key> + <wp:meta_value><![CDATA[]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_classes]]></wp:meta_key> - <wp:meta_value><![CDATA[a:1:{i:0;s:0:"";}]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_classes]]></wp:meta_key> + <wp:meta_value><![CDATA[a:1:{i:0;s:0:"";}]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_xfn]]></wp:meta_key> - <wp:meta_value><![CDATA[]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_xfn]]></wp:meta_key> + <wp:meta_value><![CDATA[]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_url]]></wp:meta_key> - <wp:meta_value><![CDATA[]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_url]]></wp:meta_key> + <wp:meta_value><![CDATA[]]></wp:meta_value> </wp:postmeta> - </item> + </item> <item> <title/> <link>http://themedemos.webmandesign.eu/reykjavik/328/</link> @@ -3615,40 +3862,40 @@ Post type: nav_menu_item <wp:post_type><![CDATA[nav_menu_item]]></wp:post_type> <wp:post_password><![CDATA[]]></wp:post_password> <wp:is_sticky>0</wp:is_sticky> - <category domain="nav_menu" nicename="primary"><![CDATA[Primary]]></category> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_type]]></wp:meta_key> - <wp:meta_value><![CDATA[post_type]]></wp:meta_value> + <category domain="nav_menu" nicename="primary"><![CDATA[Primary]]></category> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_type]]></wp:meta_key> + <wp:meta_value><![CDATA[post_type]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_menu_item_parent]]></wp:meta_key> - <wp:meta_value><![CDATA[42]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_menu_item_parent]]></wp:meta_key> + <wp:meta_value><![CDATA[42]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_object_id]]></wp:meta_key> - <wp:meta_value><![CDATA[21]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_object_id]]></wp:meta_key> + <wp:meta_value><![CDATA[21]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_object]]></wp:meta_key> - <wp:meta_value><![CDATA[page]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_object]]></wp:meta_key> + <wp:meta_value><![CDATA[page]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_target]]></wp:meta_key> - <wp:meta_value><![CDATA[]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_target]]></wp:meta_key> + <wp:meta_value><![CDATA[]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_classes]]></wp:meta_key> - <wp:meta_value><![CDATA[a:1:{i:0;s:0:"";}]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_classes]]></wp:meta_key> + <wp:meta_value><![CDATA[a:1:{i:0;s:0:"";}]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_xfn]]></wp:meta_key> - <wp:meta_value><![CDATA[]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_xfn]]></wp:meta_key> + <wp:meta_value><![CDATA[]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_url]]></wp:meta_key> - <wp:meta_value><![CDATA[]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_url]]></wp:meta_key> + <wp:meta_value><![CDATA[]]></wp:meta_value> </wp:postmeta> - </item> + </item> <item> <title/> <link>http://themedemos.webmandesign.eu/reykjavik/329/</link> @@ -3670,40 +3917,40 @@ Post type: nav_menu_item <wp:post_type><![CDATA[nav_menu_item]]></wp:post_type> <wp:post_password><![CDATA[]]></wp:post_password> <wp:is_sticky>0</wp:is_sticky> - <category domain="nav_menu" nicename="primary"><![CDATA[Primary]]></category> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_type]]></wp:meta_key> - <wp:meta_value><![CDATA[post_type]]></wp:meta_value> + <category domain="nav_menu" nicename="primary"><![CDATA[Primary]]></category> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_type]]></wp:meta_key> + <wp:meta_value><![CDATA[post_type]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_menu_item_parent]]></wp:meta_key> - <wp:meta_value><![CDATA[42]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_menu_item_parent]]></wp:meta_key> + <wp:meta_value><![CDATA[42]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_object_id]]></wp:meta_key> - <wp:meta_value><![CDATA[23]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_object_id]]></wp:meta_key> + <wp:meta_value><![CDATA[23]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_object]]></wp:meta_key> - <wp:meta_value><![CDATA[page]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_object]]></wp:meta_key> + <wp:meta_value><![CDATA[page]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_target]]></wp:meta_key> - <wp:meta_value><![CDATA[]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_target]]></wp:meta_key> + <wp:meta_value><![CDATA[]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_classes]]></wp:meta_key> - <wp:meta_value><![CDATA[a:1:{i:0;s:0:"";}]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_classes]]></wp:meta_key> + <wp:meta_value><![CDATA[a:1:{i:0;s:0:"";}]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_xfn]]></wp:meta_key> - <wp:meta_value><![CDATA[]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_xfn]]></wp:meta_key> + <wp:meta_value><![CDATA[]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_url]]></wp:meta_key> - <wp:meta_value><![CDATA[]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_url]]></wp:meta_key> + <wp:meta_value><![CDATA[]]></wp:meta_value> </wp:postmeta> - </item> + </item> <item> <title>Home, boxed http://themedemos.webmandesign.eu/reykjavik/home-boxed/ @@ -3725,40 +3972,40 @@ Post type: nav_menu_item 0 - - - - + + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - + Blog with sidebar http://themedemos.webmandesign.eu/reykjavik/blog-with-sidebar-2/ @@ -3780,40 +4027,40 @@ Post type: nav_menu_item 0 - - - - + + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - + Blog styles http://themedemos.webmandesign.eu/reykjavik/blog-styles/ @@ -3835,40 +4082,40 @@ Post type: nav_menu_item 0 - - - - + + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - + Post examples http://themedemos.webmandesign.eu/reykjavik/post-examples/ @@ -3890,40 +4137,40 @@ Post type: nav_menu_item 0 - - - - + + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - + Why no post formats? http://themedemos.webmandesign.eu/reykjavik/why-no-post-formats/ @@ -3933,217 +4180,107 @@ Post type: nav_menu_item - 337 - - - - - - - 0 - 32 - - - 0 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Comments example - http://themedemos.webmandesign.eu/reykjavik/comments-example/ - Fri, 13 Oct 2017 22:02:58 +0000 - - http://themedemos.webmandesign.eu/reykjavik/?p=338 - - - - 338 - - - - - - - 0 - 31 - - - 0 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <link>http://themedemos.webmandesign.eu/reykjavik/339/</link> - <pubDate>Fri, 13 Oct 2017 22:02:58 +0000</pubDate> - <dc:creator><![CDATA[demouser]]></dc:creator> - <guid isPermaLink="false">http://themedemos.webmandesign.eu/reykjavik/?p=339</guid> - <description/> - <content:encoded><![CDATA[ ]]></content:encoded> - <excerpt:encoded><![CDATA[]]></excerpt:encoded> - <wp:post_id>339</wp:post_id> + <wp:post_id>337</wp:post_id> <wp:post_date><![CDATA[2017-10-14 00:02:58]]></wp:post_date> <wp:post_date_gmt><![CDATA[2017-10-13 22:02:58]]></wp:post_date_gmt> <wp:comment_status><![CDATA[closed]]></wp:comment_status> <wp:ping_status><![CDATA[closed]]></wp:ping_status> - <wp:post_name><![CDATA[339]]></wp:post_name> + <wp:post_name><![CDATA[why-no-post-formats]]></wp:post_name> <wp:status><![CDATA[publish]]></wp:status> <wp:post_parent>0</wp:post_parent> - <wp:menu_order>30</wp:menu_order> + <wp:menu_order>32</wp:menu_order> <wp:post_type><![CDATA[nav_menu_item]]></wp:post_type> <wp:post_password><![CDATA[]]></wp:post_password> <wp:is_sticky>0</wp:is_sticky> - <category domain="nav_menu" nicename="primary"><![CDATA[Primary]]></category> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_type]]></wp:meta_key> - <wp:meta_value><![CDATA[post_type]]></wp:meta_value> + <category domain="nav_menu" nicename="primary"><![CDATA[Primary]]></category> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_type]]></wp:meta_key> + <wp:meta_value><![CDATA[post_type]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_menu_item_parent]]></wp:meta_key> - <wp:meta_value><![CDATA[336]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_menu_item_parent]]></wp:meta_key> + <wp:meta_value><![CDATA[336]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_object_id]]></wp:meta_key> - <wp:meta_value><![CDATA[156]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_object_id]]></wp:meta_key> + <wp:meta_value><![CDATA[154]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_object]]></wp:meta_key> - <wp:meta_value><![CDATA[post]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_object]]></wp:meta_key> + <wp:meta_value><![CDATA[post]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_target]]></wp:meta_key> - <wp:meta_value><![CDATA[]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_target]]></wp:meta_key> + <wp:meta_value><![CDATA[]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_classes]]></wp:meta_key> - <wp:meta_value><![CDATA[a:1:{i:0;s:0:"";}]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_classes]]></wp:meta_key> + <wp:meta_value><![CDATA[a:1:{i:0;s:0:"";}]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_xfn]]></wp:meta_key> - <wp:meta_value><![CDATA[]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_xfn]]></wp:meta_key> + <wp:meta_value><![CDATA[]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_url]]></wp:meta_key> - <wp:meta_value><![CDATA[]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_url]]></wp:meta_key> + <wp:meta_value><![CDATA[]]></wp:meta_value> </wp:postmeta> - </item> + </item> <item> - <title>Table of contents - http://themedemos.webmandesign.eu/reykjavik/table-of-contents/ + Comments example + http://themedemos.webmandesign.eu/reykjavik/comments-example/ Fri, 13 Oct 2017 22:02:58 +0000 - http://themedemos.webmandesign.eu/reykjavik/?p=340 + http://themedemos.webmandesign.eu/reykjavik/?p=338 - 340 + 338 - + 0 - 29 + 31 0 - - - - + + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - + Product types http://themedemos.webmandesign.eu/reykjavik/product-types/ @@ -4165,40 +4302,40 @@ Post type: nav_menu_item 0 - - - - + + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - + Product layouts http://themedemos.webmandesign.eu/reykjavik/product-layouts/ @@ -4220,40 +4357,40 @@ Post type: nav_menu_item 0 - - - - + + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - + <link>http://themedemos.webmandesign.eu/reykjavik/343/</link> @@ -4275,40 +4412,40 @@ Post type: nav_menu_item <wp:post_type><![CDATA[nav_menu_item]]></wp:post_type> <wp:post_password><![CDATA[]]></wp:post_password> <wp:is_sticky>0</wp:is_sticky> - <category domain="nav_menu" nicename="primary"><![CDATA[Primary]]></category> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_type]]></wp:meta_key> - <wp:meta_value><![CDATA[taxonomy]]></wp:meta_value> + <category domain="nav_menu" nicename="primary"><![CDATA[Primary]]></category> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_type]]></wp:meta_key> + <wp:meta_value><![CDATA[taxonomy]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_menu_item_parent]]></wp:meta_key> - <wp:meta_value><![CDATA[342]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_menu_item_parent]]></wp:meta_key> + <wp:meta_value><![CDATA[342]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_object_id]]></wp:meta_key> - <wp:meta_value><![CDATA[31]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_object_id]]></wp:meta_key> + <wp:meta_value><![CDATA[31]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_object]]></wp:meta_key> - <wp:meta_value><![CDATA[product_tag]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_object]]></wp:meta_key> + <wp:meta_value><![CDATA[product_tag]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_target]]></wp:meta_key> - <wp:meta_value><![CDATA[]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_target]]></wp:meta_key> + <wp:meta_value><![CDATA[]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_classes]]></wp:meta_key> - <wp:meta_value><![CDATA[a:1:{i:0;s:0:"";}]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_classes]]></wp:meta_key> + <wp:meta_value><![CDATA[a:1:{i:0;s:0:"";}]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_xfn]]></wp:meta_key> - <wp:meta_value><![CDATA[]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_xfn]]></wp:meta_key> + <wp:meta_value><![CDATA[]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_url]]></wp:meta_key> - <wp:meta_value><![CDATA[]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_url]]></wp:meta_key> + <wp:meta_value><![CDATA[]]></wp:meta_value> </wp:postmeta> - </item> + </item> <item> <title/> <link>http://themedemos.webmandesign.eu/reykjavik/344/</link> @@ -4330,40 +4467,40 @@ Post type: nav_menu_item <wp:post_type><![CDATA[nav_menu_item]]></wp:post_type> <wp:post_password><![CDATA[]]></wp:post_password> <wp:is_sticky>0</wp:is_sticky> - <category domain="nav_menu" nicename="primary"><![CDATA[Primary]]></category> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_type]]></wp:meta_key> - <wp:meta_value><![CDATA[taxonomy]]></wp:meta_value> + <category domain="nav_menu" nicename="primary"><![CDATA[Primary]]></category> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_type]]></wp:meta_key> + <wp:meta_value><![CDATA[taxonomy]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_menu_item_parent]]></wp:meta_key> - <wp:meta_value><![CDATA[342]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_menu_item_parent]]></wp:meta_key> + <wp:meta_value><![CDATA[342]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_object_id]]></wp:meta_key> - <wp:meta_value><![CDATA[32]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_object_id]]></wp:meta_key> + <wp:meta_value><![CDATA[32]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_object]]></wp:meta_key> - <wp:meta_value><![CDATA[product_tag]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_object]]></wp:meta_key> + <wp:meta_value><![CDATA[product_tag]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_target]]></wp:meta_key> - <wp:meta_value><![CDATA[]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_target]]></wp:meta_key> + <wp:meta_value><![CDATA[]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_classes]]></wp:meta_key> - <wp:meta_value><![CDATA[a:1:{i:0;s:0:"";}]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_classes]]></wp:meta_key> + <wp:meta_value><![CDATA[a:1:{i:0;s:0:"";}]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_xfn]]></wp:meta_key> - <wp:meta_value><![CDATA[]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_xfn]]></wp:meta_key> + <wp:meta_value><![CDATA[]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_url]]></wp:meta_key> - <wp:meta_value><![CDATA[]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_url]]></wp:meta_key> + <wp:meta_value><![CDATA[]]></wp:meta_value> </wp:postmeta> - </item> + </item> <item> <title/> <link>http://themedemos.webmandesign.eu/reykjavik/345/</link> @@ -4385,40 +4522,40 @@ Post type: nav_menu_item <wp:post_type><![CDATA[nav_menu_item]]></wp:post_type> <wp:post_password><![CDATA[]]></wp:post_password> <wp:is_sticky>0</wp:is_sticky> - <category domain="nav_menu" nicename="primary"><![CDATA[Primary]]></category> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_type]]></wp:meta_key> - <wp:meta_value><![CDATA[taxonomy]]></wp:meta_value> + <category domain="nav_menu" nicename="primary"><![CDATA[Primary]]></category> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_type]]></wp:meta_key> + <wp:meta_value><![CDATA[taxonomy]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_menu_item_parent]]></wp:meta_key> - <wp:meta_value><![CDATA[342]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_menu_item_parent]]></wp:meta_key> + <wp:meta_value><![CDATA[342]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_object_id]]></wp:meta_key> - <wp:meta_value><![CDATA[28]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_object_id]]></wp:meta_key> + <wp:meta_value><![CDATA[28]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_object]]></wp:meta_key> - <wp:meta_value><![CDATA[product_tag]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_object]]></wp:meta_key> + <wp:meta_value><![CDATA[product_tag]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_target]]></wp:meta_key> - <wp:meta_value><![CDATA[]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_target]]></wp:meta_key> + <wp:meta_value><![CDATA[]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_classes]]></wp:meta_key> - <wp:meta_value><![CDATA[a:1:{i:0;s:0:"";}]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_classes]]></wp:meta_key> + <wp:meta_value><![CDATA[a:1:{i:0;s:0:"";}]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_xfn]]></wp:meta_key> - <wp:meta_value><![CDATA[]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_xfn]]></wp:meta_key> + <wp:meta_value><![CDATA[]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_url]]></wp:meta_key> - <wp:meta_value><![CDATA[]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_url]]></wp:meta_key> + <wp:meta_value><![CDATA[]]></wp:meta_value> </wp:postmeta> - </item> + </item> <item> <title/> <link>http://themedemos.webmandesign.eu/reykjavik/346/</link> @@ -4440,40 +4577,40 @@ Post type: nav_menu_item <wp:post_type><![CDATA[nav_menu_item]]></wp:post_type> <wp:post_password><![CDATA[]]></wp:post_password> <wp:is_sticky>0</wp:is_sticky> - <category domain="nav_menu" nicename="primary"><![CDATA[Primary]]></category> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_type]]></wp:meta_key> - <wp:meta_value><![CDATA[taxonomy]]></wp:meta_value> + <category domain="nav_menu" nicename="primary"><![CDATA[Primary]]></category> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_type]]></wp:meta_key> + <wp:meta_value><![CDATA[taxonomy]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_menu_item_parent]]></wp:meta_key> - <wp:meta_value><![CDATA[342]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_menu_item_parent]]></wp:meta_key> + <wp:meta_value><![CDATA[342]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_object_id]]></wp:meta_key> - <wp:meta_value><![CDATA[29]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_object_id]]></wp:meta_key> + <wp:meta_value><![CDATA[29]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_object]]></wp:meta_key> - <wp:meta_value><![CDATA[product_tag]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_object]]></wp:meta_key> + <wp:meta_value><![CDATA[product_tag]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_target]]></wp:meta_key> - <wp:meta_value><![CDATA[]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_target]]></wp:meta_key> + <wp:meta_value><![CDATA[]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_classes]]></wp:meta_key> - <wp:meta_value><![CDATA[a:1:{i:0;s:0:"";}]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_classes]]></wp:meta_key> + <wp:meta_value><![CDATA[a:1:{i:0;s:0:"";}]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_xfn]]></wp:meta_key> - <wp:meta_value><![CDATA[]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_xfn]]></wp:meta_key> + <wp:meta_value><![CDATA[]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_url]]></wp:meta_key> - <wp:meta_value><![CDATA[]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_url]]></wp:meta_key> + <wp:meta_value><![CDATA[]]></wp:meta_value> </wp:postmeta> - </item> + </item> <item> <title/> <link>http://themedemos.webmandesign.eu/reykjavik/347/</link> @@ -4495,40 +4632,40 @@ Post type: nav_menu_item <wp:post_type><![CDATA[nav_menu_item]]></wp:post_type> <wp:post_password><![CDATA[]]></wp:post_password> <wp:is_sticky>0</wp:is_sticky> - <category domain="nav_menu" nicename="primary"><![CDATA[Primary]]></category> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_type]]></wp:meta_key> - <wp:meta_value><![CDATA[taxonomy]]></wp:meta_value> + <category domain="nav_menu" nicename="primary"><![CDATA[Primary]]></category> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_type]]></wp:meta_key> + <wp:meta_value><![CDATA[taxonomy]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_menu_item_parent]]></wp:meta_key> - <wp:meta_value><![CDATA[342]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_menu_item_parent]]></wp:meta_key> + <wp:meta_value><![CDATA[342]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_object_id]]></wp:meta_key> - <wp:meta_value><![CDATA[30]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_object_id]]></wp:meta_key> + <wp:meta_value><![CDATA[30]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_object]]></wp:meta_key> - <wp:meta_value><![CDATA[product_tag]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_object]]></wp:meta_key> + <wp:meta_value><![CDATA[product_tag]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_target]]></wp:meta_key> - <wp:meta_value><![CDATA[]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_target]]></wp:meta_key> + <wp:meta_value><![CDATA[]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_classes]]></wp:meta_key> - <wp:meta_value><![CDATA[a:1:{i:0;s:0:"";}]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_classes]]></wp:meta_key> + <wp:meta_value><![CDATA[a:1:{i:0;s:0:"";}]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_xfn]]></wp:meta_key> - <wp:meta_value><![CDATA[]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_xfn]]></wp:meta_key> + <wp:meta_value><![CDATA[]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_url]]></wp:meta_key> - <wp:meta_value><![CDATA[]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_url]]></wp:meta_key> + <wp:meta_value><![CDATA[]]></wp:meta_value> </wp:postmeta> - </item> + </item> <item> <title/> <link>http://themedemos.webmandesign.eu/reykjavik/348/</link> @@ -4550,40 +4687,40 @@ Post type: nav_menu_item <wp:post_type><![CDATA[nav_menu_item]]></wp:post_type> <wp:post_password><![CDATA[]]></wp:post_password> <wp:is_sticky>0</wp:is_sticky> - <category domain="nav_menu" nicename="primary"><![CDATA[Primary]]></category> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_type]]></wp:meta_key> - <wp:meta_value><![CDATA[taxonomy]]></wp:meta_value> + <category domain="nav_menu" nicename="primary"><![CDATA[Primary]]></category> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_type]]></wp:meta_key> + <wp:meta_value><![CDATA[taxonomy]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_menu_item_parent]]></wp:meta_key> - <wp:meta_value><![CDATA[341]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_menu_item_parent]]></wp:meta_key> + <wp:meta_value><![CDATA[341]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_object_id]]></wp:meta_key> - <wp:meta_value><![CDATA[38]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_object_id]]></wp:meta_key> + <wp:meta_value><![CDATA[38]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_object]]></wp:meta_key> - <wp:meta_value><![CDATA[product_cat]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_object]]></wp:meta_key> + <wp:meta_value><![CDATA[product_cat]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_target]]></wp:meta_key> - <wp:meta_value><![CDATA[]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_target]]></wp:meta_key> + <wp:meta_value><![CDATA[]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_classes]]></wp:meta_key> - <wp:meta_value><![CDATA[a:1:{i:0;s:0:"";}]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_classes]]></wp:meta_key> + <wp:meta_value><![CDATA[a:1:{i:0;s:0:"";}]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_xfn]]></wp:meta_key> - <wp:meta_value><![CDATA[]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_xfn]]></wp:meta_key> + <wp:meta_value><![CDATA[]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_url]]></wp:meta_key> - <wp:meta_value><![CDATA[]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_url]]></wp:meta_key> + <wp:meta_value><![CDATA[]]></wp:meta_value> </wp:postmeta> - </item> + </item> <item> <title/> <link>http://themedemos.webmandesign.eu/reykjavik/349/</link> @@ -4605,40 +4742,40 @@ Post type: nav_menu_item <wp:post_type><![CDATA[nav_menu_item]]></wp:post_type> <wp:post_password><![CDATA[]]></wp:post_password> <wp:is_sticky>0</wp:is_sticky> - <category domain="nav_menu" nicename="primary"><![CDATA[Primary]]></category> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_type]]></wp:meta_key> - <wp:meta_value><![CDATA[taxonomy]]></wp:meta_value> + <category domain="nav_menu" nicename="primary"><![CDATA[Primary]]></category> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_type]]></wp:meta_key> + <wp:meta_value><![CDATA[taxonomy]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_menu_item_parent]]></wp:meta_key> - <wp:meta_value><![CDATA[341]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_menu_item_parent]]></wp:meta_key> + <wp:meta_value><![CDATA[341]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_object_id]]></wp:meta_key> - <wp:meta_value><![CDATA[39]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_object_id]]></wp:meta_key> + <wp:meta_value><![CDATA[39]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_object]]></wp:meta_key> - <wp:meta_value><![CDATA[product_cat]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_object]]></wp:meta_key> + <wp:meta_value><![CDATA[product_cat]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_target]]></wp:meta_key> - <wp:meta_value><![CDATA[]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_target]]></wp:meta_key> + <wp:meta_value><![CDATA[]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_classes]]></wp:meta_key> - <wp:meta_value><![CDATA[a:1:{i:0;s:0:"";}]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_classes]]></wp:meta_key> + <wp:meta_value><![CDATA[a:1:{i:0;s:0:"";}]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_xfn]]></wp:meta_key> - <wp:meta_value><![CDATA[]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_xfn]]></wp:meta_key> + <wp:meta_value><![CDATA[]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_url]]></wp:meta_key> - <wp:meta_value><![CDATA[]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_url]]></wp:meta_key> + <wp:meta_value><![CDATA[]]></wp:meta_value> </wp:postmeta> - </item> + </item> <item> <title/> <link>http://themedemos.webmandesign.eu/reykjavik/350/</link> @@ -4660,40 +4797,40 @@ Post type: nav_menu_item <wp:post_type><![CDATA[nav_menu_item]]></wp:post_type> <wp:post_password><![CDATA[]]></wp:post_password> <wp:is_sticky>0</wp:is_sticky> - <category domain="nav_menu" nicename="primary"><![CDATA[Primary]]></category> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_type]]></wp:meta_key> - <wp:meta_value><![CDATA[taxonomy]]></wp:meta_value> + <category domain="nav_menu" nicename="primary"><![CDATA[Primary]]></category> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_type]]></wp:meta_key> + <wp:meta_value><![CDATA[taxonomy]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_menu_item_parent]]></wp:meta_key> - <wp:meta_value><![CDATA[341]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_menu_item_parent]]></wp:meta_key> + <wp:meta_value><![CDATA[341]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_object_id]]></wp:meta_key> - <wp:meta_value><![CDATA[40]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_object_id]]></wp:meta_key> + <wp:meta_value><![CDATA[40]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_object]]></wp:meta_key> - <wp:meta_value><![CDATA[product_cat]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_object]]></wp:meta_key> + <wp:meta_value><![CDATA[product_cat]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_target]]></wp:meta_key> - <wp:meta_value><![CDATA[]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_target]]></wp:meta_key> + <wp:meta_value><![CDATA[]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_classes]]></wp:meta_key> - <wp:meta_value><![CDATA[a:1:{i:0;s:0:"";}]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_classes]]></wp:meta_key> + <wp:meta_value><![CDATA[a:1:{i:0;s:0:"";}]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_xfn]]></wp:meta_key> - <wp:meta_value><![CDATA[]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_xfn]]></wp:meta_key> + <wp:meta_value><![CDATA[]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_url]]></wp:meta_key> - <wp:meta_value><![CDATA[]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_url]]></wp:meta_key> + <wp:meta_value><![CDATA[]]></wp:meta_value> </wp:postmeta> - </item> + </item> <item> <title/> <link>http://themedemos.webmandesign.eu/reykjavik/351/</link> @@ -4715,40 +4852,40 @@ Post type: nav_menu_item <wp:post_type><![CDATA[nav_menu_item]]></wp:post_type> <wp:post_password><![CDATA[]]></wp:post_password> <wp:is_sticky>0</wp:is_sticky> - <category domain="nav_menu" nicename="primary"><![CDATA[Primary]]></category> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_type]]></wp:meta_key> - <wp:meta_value><![CDATA[taxonomy]]></wp:meta_value> + <category domain="nav_menu" nicename="primary"><![CDATA[Primary]]></category> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_type]]></wp:meta_key> + <wp:meta_value><![CDATA[taxonomy]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_menu_item_parent]]></wp:meta_key> - <wp:meta_value><![CDATA[341]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_menu_item_parent]]></wp:meta_key> + <wp:meta_value><![CDATA[341]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_object_id]]></wp:meta_key> - <wp:meta_value><![CDATA[41]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_object_id]]></wp:meta_key> + <wp:meta_value><![CDATA[41]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_object]]></wp:meta_key> - <wp:meta_value><![CDATA[product_cat]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_object]]></wp:meta_key> + <wp:meta_value><![CDATA[product_cat]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_target]]></wp:meta_key> - <wp:meta_value><![CDATA[]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_target]]></wp:meta_key> + <wp:meta_value><![CDATA[]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_classes]]></wp:meta_key> - <wp:meta_value><![CDATA[a:1:{i:0;s:0:"";}]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_classes]]></wp:meta_key> + <wp:meta_value><![CDATA[a:1:{i:0;s:0:"";}]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_xfn]]></wp:meta_key> - <wp:meta_value><![CDATA[]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_xfn]]></wp:meta_key> + <wp:meta_value><![CDATA[]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_url]]></wp:meta_key> - <wp:meta_value><![CDATA[]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_url]]></wp:meta_key> + <wp:meta_value><![CDATA[]]></wp:meta_value> </wp:postmeta> - </item> + </item> <item> <title/> <link>http://themedemos.webmandesign.eu/reykjavik/352/</link> @@ -4770,40 +4907,40 @@ Post type: nav_menu_item <wp:post_type><![CDATA[nav_menu_item]]></wp:post_type> <wp:post_password><![CDATA[]]></wp:post_password> <wp:is_sticky>0</wp:is_sticky> - <category domain="nav_menu" nicename="primary"><![CDATA[Primary]]></category> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_type]]></wp:meta_key> - <wp:meta_value><![CDATA[taxonomy]]></wp:meta_value> + <category domain="nav_menu" nicename="primary"><![CDATA[Primary]]></category> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_type]]></wp:meta_key> + <wp:meta_value><![CDATA[taxonomy]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_menu_item_parent]]></wp:meta_key> - <wp:meta_value><![CDATA[341]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_menu_item_parent]]></wp:meta_key> + <wp:meta_value><![CDATA[341]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_object_id]]></wp:meta_key> - <wp:meta_value><![CDATA[42]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_object_id]]></wp:meta_key> + <wp:meta_value><![CDATA[42]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_object]]></wp:meta_key> - <wp:meta_value><![CDATA[product_cat]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_object]]></wp:meta_key> + <wp:meta_value><![CDATA[product_cat]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_target]]></wp:meta_key> - <wp:meta_value><![CDATA[]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_target]]></wp:meta_key> + <wp:meta_value><![CDATA[]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_classes]]></wp:meta_key> - <wp:meta_value><![CDATA[a:1:{i:0;s:0:"";}]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_classes]]></wp:meta_key> + <wp:meta_value><![CDATA[a:1:{i:0;s:0:"";}]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_xfn]]></wp:meta_key> - <wp:meta_value><![CDATA[]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_xfn]]></wp:meta_key> + <wp:meta_value><![CDATA[]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_url]]></wp:meta_key> - <wp:meta_value><![CDATA[]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_url]]></wp:meta_key> + <wp:meta_value><![CDATA[]]></wp:meta_value> </wp:postmeta> - </item> + </item> <item> <title/> <link>http://themedemos.webmandesign.eu/reykjavik/353/</link> @@ -4825,40 +4962,150 @@ Post type: nav_menu_item <wp:post_type><![CDATA[nav_menu_item]]></wp:post_type> <wp:post_password><![CDATA[]]></wp:post_password> <wp:is_sticky>0</wp:is_sticky> - <category domain="nav_menu" nicename="primary"><![CDATA[Primary]]></category> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_type]]></wp:meta_key> - <wp:meta_value><![CDATA[taxonomy]]></wp:meta_value> + <category domain="nav_menu" nicename="primary"><![CDATA[Primary]]></category> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_type]]></wp:meta_key> + <wp:meta_value><![CDATA[taxonomy]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_menu_item_parent]]></wp:meta_key> - <wp:meta_value><![CDATA[341]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_menu_item_parent]]></wp:meta_key> + <wp:meta_value><![CDATA[341]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_object_id]]></wp:meta_key> - <wp:meta_value><![CDATA[43]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_object_id]]></wp:meta_key> + <wp:meta_value><![CDATA[43]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_object]]></wp:meta_key> - <wp:meta_value><![CDATA[product_cat]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_object]]></wp:meta_key> + <wp:meta_value><![CDATA[product_cat]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_target]]></wp:meta_key> - <wp:meta_value><![CDATA[]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_target]]></wp:meta_key> + <wp:meta_value><![CDATA[]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_classes]]></wp:meta_key> - <wp:meta_value><![CDATA[a:1:{i:0;s:0:"";}]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_classes]]></wp:meta_key> + <wp:meta_value><![CDATA[a:1:{i:0;s:0:"";}]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_xfn]]></wp:meta_key> - <wp:meta_value><![CDATA[]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_xfn]]></wp:meta_key> + <wp:meta_value><![CDATA[]]></wp:meta_value> </wp:postmeta> - <wp:postmeta> - <wp:meta_key><![CDATA[_menu_item_url]]></wp:meta_key> - <wp:meta_value><![CDATA[]]></wp:meta_value> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_url]]></wp:meta_key> + <wp:meta_value><![CDATA[]]></wp:meta_value> + </wp:postmeta> + </item> + <item> + <title/> + <link>http://themedemos.webmandesign.eu/reykjavik/510/</link> + <pubDate>Thu, 04 Jul 2019 14:25:43 +0000</pubDate> + <dc:creator><![CDATA[demouser]]></dc:creator> + <guid isPermaLink="false">http://themedemos.webmandesign.eu/reykjavik/?p=510</guid> + <description/> + <content:encoded><![CDATA[ ]]></content:encoded> + <excerpt:encoded><![CDATA[]]></excerpt:encoded> + <wp:post_id>510</wp:post_id> + <wp:post_date><![CDATA[2019-07-04 16:25:43]]></wp:post_date> + <wp:post_date_gmt><![CDATA[2019-07-04 14:25:43]]></wp:post_date_gmt> + <wp:comment_status><![CDATA[closed]]></wp:comment_status> + <wp:ping_status><![CDATA[closed]]></wp:ping_status> + <wp:post_name><![CDATA[510]]></wp:post_name> + <wp:status><![CDATA[publish]]></wp:status> + <wp:post_parent>0</wp:post_parent> + <wp:menu_order>29</wp:menu_order> + <wp:post_type><![CDATA[nav_menu_item]]></wp:post_type> + <wp:post_password><![CDATA[]]></wp:post_password> + <wp:is_sticky>0</wp:is_sticky> + <category domain="nav_menu" nicename="primary"><![CDATA[Primary]]></category> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_type]]></wp:meta_key> + <wp:meta_value><![CDATA[post_type]]></wp:meta_value> + </wp:postmeta> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_menu_item_parent]]></wp:meta_key> + <wp:meta_value><![CDATA[336]]></wp:meta_value> + </wp:postmeta> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_object_id]]></wp:meta_key> + <wp:meta_value><![CDATA[156]]></wp:meta_value> + </wp:postmeta> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_object]]></wp:meta_key> + <wp:meta_value><![CDATA[post]]></wp:meta_value> + </wp:postmeta> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_target]]></wp:meta_key> + <wp:meta_value><![CDATA[]]></wp:meta_value> + </wp:postmeta> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_classes]]></wp:meta_key> + <wp:meta_value><![CDATA[a:1:{i:0;s:0:"";}]]></wp:meta_value> + </wp:postmeta> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_xfn]]></wp:meta_key> + <wp:meta_value><![CDATA[]]></wp:meta_value> + </wp:postmeta> + <wp:postmeta> + <wp:meta_key><![CDATA[_menu_item_url]]></wp:meta_key> + <wp:meta_value><![CDATA[]]></wp:meta_value> + </wp:postmeta> + </item> + <item> + <title>Table of contents + http://themedemos.webmandesign.eu/reykjavik/table-of-contents/ + Thu, 04 Jul 2019 14:26:35 +0000 + + http://themedemos.webmandesign.eu/reykjavik/?p=511 + + + + 511 + + + + + + + 0 + 30 + + + 0 + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -4889,55 +5136,55 @@ Post type: page 0 - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - + Cart http://themedemos.webmandesign.eu/reykjavik/our-shop/shopping-cart/ @@ -4945,7 +5192,9 @@ Post type: page http://themedemos.webmandesign.eu/reykjavik/cart/ - + +[woocommerce_cart] +]]> 6 @@ -4959,59 +5208,59 @@ Post type: page 0 - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - + Checkout http://themedemos.webmandesign.eu/reykjavik/our-shop/shop-checkout/ @@ -5019,7 +5268,9 @@ Post type: page http://themedemos.webmandesign.eu/reykjavik/checkout/ - + +[woocommerce_checkout] +]]> 7 @@ -5033,59 +5284,59 @@ Post type: page 0 - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - + My account http://themedemos.webmandesign.eu/reykjavik/our-shop/customer-account/ @@ -5093,25 +5344,35 @@ Post type: page http://themedemos.webmandesign.eu/reykjavik/my-account/ - + +[woocommerce_my_account] + -
+ +
+ - -

Registeration is not allowed

-Registration form on this page is for preview purposes only, it does not workHowever, we provide preview screenshots of the shop customer account pages. Click the screenshot links to preview how the "My Account" pages look like. + +
+
+

Registeration is not allowed

+ + + +

Registration form on this page is for preview purposes only, it does not workHowever, we provide preview screenshots of the shop customer account pages. Click the screenshot links to preview how the "My Account" pages look like.

+
+ + + + +
+]]>
8 @@ -5125,59 +5386,59 @@ Post type: page 0 - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + -
+ Hello from Reykjavík http://themedemos.webmandesign.eu/reykjavik/ @@ -5185,29 +5446,67 @@ Post type: page http://themedemos.webmandesign.eu/reykjavik/?page_id=15 - -

Welcome to our website!

-

This is your homepage, which is what most visitors will see when they come to your site for the first time. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum in mauris eleifend, egestas lectus et, vulputate orci.

-  - -Illustration of boats in a styled navy frame - -  - - -

Outdented H2 -(in default page layout)

-

By default the theme displays page content in 2 columns. You can change this to more traditional, one-column layout in customizer.

-Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum in mauris eleifend, egestas lectus et, vulputate orci. Integer in leo eget justo hendrerit consequat. Donec varius est eu neque ultrices consectetur. -
- -Waves illustration -

We'd like to welcome you in person

-

Lorem ipsum dolor sit amet, consectetur adipiscing elit. -Vestibulum in mauris eleifend, egestas lectus et, vulputate orci.

-

Come see us →

- -
]]>
+ +

Welcome to our website!

+ + + +

This is your homepage, which is what most visitors will see when they come to your site for the first time. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum in mauris eleifend, egestas et, vulputate orci.

+ + + + + + + +
Illustration of boats in a styled navy frame
+ + + + + + + +
+
+

Section title here

+
+ + + +
+

Vestibulum in mauris eleifend, egestas lectus et, vulputate orci. Integer in leo eget justo hendrerit consequat. Donec varius est eu neque ultrices consectetur.

+ + + +

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum in mauris eleifend, egestas lectus et, vulputate orci. Integer in leo eget justo hendrerit consequat. Donec varius est eu neque ultrices consectetur.

+
+
+ + + + + + + +
Waves illustration
+ + + + + + + +

We’d like to welcome you in person

+ + + +

Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Vestibulum in mauris eleifend, egestas lectus et, vulputate orci.

+ + + + +]]>
This is a page/post excerpt text. You might need to enable the excerpt field in screen options first when editing the page/post.

Go shopping

]]>
15 @@ -5221,51 +5520,51 @@ Vestibulum in mauris eleifend, egestas lectus et, vulputate orci.

0 - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + -
+ Blog http://themedemos.webmandesign.eu/reykjavik/blog/ @@ -5287,51 +5586,51 @@ Vestibulum in mauris eleifend, egestas lectus et, vulputate orci.

0 - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + -
+ About us http://themedemos.webmandesign.eu/reykjavik/about-us/ @@ -5339,29 +5638,73 @@ Vestibulum in mauris eleifend, egestas lectus et, vulputate orci.

http://themedemos.webmandesign.eu/reykjavik/?page_id=21 - +

Introduce yourself

-

You might be an artist who would like to introduce yourself and your work here or maybe you’re a business with a mission to describe. Lorem ipsum dolor sit amet, consectetur adipiscing elit.

- -
- - -

1982

-Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum in mauris eleifend, egestas lectus et, vulputate orci. Integer in leo eget justo hendrerit consequat. Donec varius est eu neque ultrices consectetur. -

2017

-Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum in mauris eleifend, egestas lectus et, vulputate orci. Integer in leo eget justo hendrerit consequat. Donec varius est eu neque ultrices consectetur. -
- -Waves illustration -
+ + + +

You might be an artist who would like to introduce yourself and your work here or maybe you’re a business with a mission to describe. Lorem ipsum dolor sit amet, consectetur adipiscing elit.

+ + + +
+ + + +
+
+

1982

+
+ + + +
+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum in mauris eleifend, egestas lectus et, vulputate orci. Integer in leo eget justo hendrerit consequat. Donec varius est eu neque ultrices consectetur.

+
+
+ + + + + + + +
+
+

2019

+
+ + + +
+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum in mauris eleifend, egestas lectus et, vulputate orci. Integer in leo eget justo hendrerit consequat. Donec varius est eu neque ultrices consectetur.

+
+
+ + + + + + + +
Waves illustration
+ + + + + + +

Here we are now

-
+ -Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum in mauris eleifend, egestas lectus et, vulputate orci. Integer in leo eget justo hendrerit consequat. Donec varius est eu neque ultrices consectetur. - -
+ +

Lorem ipsum dolor sit amet consectetur adipiscing elit lobortis magna, ultrices porta hac fusce lacus etiam hendrerit non morbi risus, sociis volutpat turpis bibendum litora vestibulum accumsan augue. Sapien gravida aenean himenaeos aptent vitae taciti donec, curabitur parturient fames massa imperdiet quisque.

+ -WebManDesign.eu signature]]>
+ +
WebManDesign.eu signature
+]]>
21 @@ -5375,55 +5718,55 @@ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum in mauris el 0 - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + -
+ Services http://themedemos.webmandesign.eu/reykjavik/services/ @@ -5431,29 +5774,75 @@ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum in mauris el http://themedemos.webmandesign.eu/reykjavik/?page_id=23 - -

Services We Offer

-

This is an example of "List child pages" page template with Intro section disabled. -Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum in mauris eleifend, egestas lectus et, vulputate orci.

-  - -Waves illustration - -  - - -

How we work

-
- -Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum in mauris eleifend, egestas lectus et, vulputate orci. Integer in leo eget justo hendrerit consequat. Donec varius est eu neque ultrices consectetur. - -
-

Try us now

-
- -Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum in mauris eleifend, egestas lectus et, vulputate orci. Integer in leo eget justo hendrerit consequat. Donec varius est eu neque ultrices consectetur. - -
]]>
+ +
+
+

Services We Offer

+
+ + + +
+

This is an example of “List child pages” page template with Intro section disabled. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum in mauris eleifend.

+
+
+ + + + + + + +
Waves illustration
+ + + + + + + +
+
+

How we work

+
+ + + +
+

Lorem ipsum dolor sit amet consectetur adipiscing elit donec hendrerit velit, sodales potenti libero sed luctus duis mus.

+
+ + + +
+

Proin senectus mollis auctor tristique, et inceptos etiam hendrerit tortor, habitasse neque purus

+
+
+ + + + + + + +
+
+

Try us now

+
+ + + +
+

Lorem ipsum dolor sit amet consectetur adipiscing elit donec hendrerit velit, sodales potenti libero sed luctus duis mus.

+
+ + + +
+

Proin senectus mollis auctor tristique, et inceptos etiam hendrerit tortor, habitasse neque purus

+
+
+]]>
23 @@ -5467,47 +5856,47 @@ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum in mauris el 0 - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + -
+ Contact Us http://themedemos.webmandesign.eu/reykjavik/contact/ @@ -5515,18 +5904,29 @@ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum in mauris el http://themedemos.webmandesign.eu/reykjavik/?page_id=25 - Get in touch -This is a page with some basic contact information, such as an address and phone number. You might also try a plugin to add a contact form. + +
+
+

Get in touch

+
+ + + +
+

This is a page with some basic contact information, such as an address and phone number. You might also try a plugin to add a contact form.

+ +
-

-

+

+

-This is only a dummy form placeholder. It does not work. Use a plugin to create forms for your website, such as Caldera Forms plugin or Contact Form 7 plugin. - - - -
]]> +

This is only a dummy form placeholder. It does not work. Use a plugin to create forms for your website, such as Caldera Forms plugin or Contact Form 7 plugin.

+

+ +
+
+]]>
"With intro widgets" page template. This is a page/post excerpt text. You might need to enable the excerpt field in screen options first when editing the page/post.]]> 25 @@ -5540,51 +5940,51 @@ This is a page with some basic contact information, such as an address and phone 0 - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + -
+ Our Projects http://themedemos.webmandesign.eu/reykjavik/projects/ @@ -5592,20 +5992,47 @@ This is a page with some basic contact information, such as an address and phone http://themedemos.webmandesign.eu/reykjavik/?page_id=27 - We create beauty -Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum in mauris eleifend, egestas lectus et, vulputate orci. Integer in leo eget justo hendrerit consequat. Donec varius est eu neque ultrices consectetur. -
- -Waves illustration - -  - + +
+
+

We create beauty

+
+ + + +
+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum in mauris eleifend, egestas lectus et, vulputate orci. Integer in leo eget justo hendrerit consequat. Donec varius ultrices consectetur.

+
+
+ + + + + + + +
Waves illustration
+ + + + + + + +
+
[portfolio columns=3 showposts=6 order=DESC display_content=false display_types=true display_tags=false] -

-  -This page displays Jetpack plugin's Portfolio custom post type using a shortcode above.

+
+
+ -
]]>
+ + + + + +

This page displays Jetpack plugin's Portfolio custom post type using a shortcode above.

+]]> 27 @@ -5619,51 +6046,51 @@ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum in mauris el 0 - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + -
+ Testimonials http://themedemos.webmandesign.eu/reykjavik/testimonials/ @@ -5671,46 +6098,99 @@ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum in mauris el http://themedemos.webmandesign.eu/reykjavik/?page_id=29 - -

Testimonials

-

This example displays Jetpack plugin's Testimonials custom post type. -We are using testimonials shortcode on this page. -Also, this is an example of "No intro" page template.

+ +

Testimonials

+ + +

-


+This example displays Jetpack plugin’s Testimonials custom post type.
We are using testimonials shortcode on this page.
Also, this is an example of “No intro” page template. - +

+ + + +
+ + + +
+

We have the best customers!

-Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum in mauris eleifend, egestas lectus et, vulputate orci. Integer in leo eget justo hendrerit consequat. Donec varius est eu neque ultrices consectetur. -
+
+ + + +
+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum in mauris eleifend, egestas lectus et, vulputate orci. Integer in leo eget justo hendrerit consequat. Donec varius est eu neque ultrices consectetur.

+
+
+ + + + + + + +
Waves illustration
+ + + + + + + +
+
+[testimonials columns=2 showposts=6 display_content=full] +
+
+ -Waves illustration + + + -  + +

This page displays Jetpack plugin's Testimonials custom post type using a shortcode above.

+ -[testimonials columns=2 showposts=6 display_content=full] -

-  -This page displays Jetpack plugin's Testimonials custom post type using a shortcode above.

+ + + -  + +
Waves illustration
+ -Waves illustration + + + -
+ +
+

Want to add your own testimony?

-Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum in mauris eleifend, egestas lectus et, vulputate orci. Integer in leo eget justo hendrerit consequat. Donec varius est eu neque ultrices consectetur. +
+ + + +
+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum in mauris eleifend, egestas lectus et, vulputate orci. Integer in leo eget justo hendrerit consequat. Donec varius est eu neque ultrices consectetur.

+ +
-

-

+

+

-This is only a dummy form placeholder. It does not work. Use a plugin to create forms for your website, such as Caldera Forms plugin or Contact Form 7 plugin. - - - -
]]> +

This is only a dummy form placeholder. It does not work. Use a plugin to create forms for your website, such as Caldera Forms plugin or Contact Form 7 plugin.

+

+ +
+
+]]>
29 @@ -5724,91 +6204,157 @@ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum in mauris el 0 - - - - - - - + + + - - - - - - - - - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + -
- - Shop home - http://themedemos.webmandesign.eu/reykjavik/home-shop/ - Wed, 12 Jul 2017 15:23:09 +0000 - - http://themedemos.webmandesign.eu/reykjavik/?page_id=54 - - Featured products -Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum in mauris eleifend, egestas lectus et, vulputate orci. Integer in leo eget justo hendrerit consequat. -
- -[products visibility="featured" limit="3" columns="3" orderby="date" order="DESC"] - -  - -Waves illustration - -
-

Shop categories

-Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum in mauris eleifend, egestas lectus et, vulputate orci. Integer in leo eget justo hendrerit consequat. -
- -[product_categories limit="3" columns="3"] - -  - -Waves illustration - -
+ + + + + + + + + + + + +
+ + Shop home + http://themedemos.webmandesign.eu/reykjavik/home-shop/ + Wed, 12 Jul 2017 15:23:09 +0000 + + http://themedemos.webmandesign.eu/reykjavik/?page_id=54 + + +
+
+

Featured products

+
+ + + +
+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum in mauris eleifend, egestas lectus et, vulputate orci. Integer in leo eget justo hendrerit consequat.

+
+
+ + + + + + + +
[products limit="3" columns="3" orderby="date" order="DESC" ids="185,184,177"]
+ + + + + + + +
Waves illustration
+ + + + + + + +
+
+

Newest products

+
+ + + +
+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum in mauris eleifend, egestas lectus et, vulputate orci. Integer in leo eget justo hendrerit consequat.

+
+
+ + + + + + + +
[products limit="3" columns="3" orderby="date" order="DESC"]
+ + + + + + + +
Waves illustration
+ + + + + + + +
+

Shortly about us

-
- -Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum in mauris eleifend, egestas lectus et, vulputate orci. Integer in leo eget justo hendrerit consequat. Donec varius est eu neque ultrices consectetur. - -
-WebMan Design signature]]> +
+ + + +
+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum in mauris eleifend, egestas lectus et, vulputate orci. Integer in leo eget justo consequat.

+
+ + + +
+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum in mauris eleifend, egestas lectus et, vulputate orci. Integer in leo eget justo consequat.

+
+
+ + + + + + + +
WebMan Design signature
+]]>
website front page, you can also use the special intro with video background. This is a page/post excerpt text. You might need to enable the excerpt field in screen options first.]]> 54 @@ -5822,59 +6368,59 @@ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum in mauris el 0 - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + -
+ Accessibility-ready http://themedemos.webmandesign.eu/reykjavik/services/accessibility-ready/ @@ -5896,59 +6442,59 @@ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum in mauris el 0 - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - + Speed Optimized http://themedemos.webmandesign.eu/reykjavik/services/speed-optimized/ @@ -5970,59 +6516,59 @@ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum in mauris el 0 - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - + Easy to Use http://themedemos.webmandesign.eu/reykjavik/services/easy-to-use/ @@ -6044,59 +6590,59 @@ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum in mauris el 0 - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - + Page Builder Compatible http://themedemos.webmandesign.eu/reykjavik/services/page-builder-compatible/ @@ -6118,59 +6664,59 @@ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum in mauris el 0 - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - + With Helfull Support http://themedemos.webmandesign.eu/reykjavik/services/with-helfull-support/ @@ -6192,59 +6738,59 @@ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum in mauris el 0 - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - + Well Documented http://themedemos.webmandesign.eu/reykjavik/services/well-documented/ @@ -6266,59 +6812,59 @@ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum in mauris el 0 - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - + Page with sidebar http://themedemos.webmandesign.eu/reykjavik/page-with-sidebar/ @@ -6326,19 +6872,29 @@ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum in mauris el http://themedemos.webmandesign.eu/reykjavik/?page_id=202 - How to further control sidebar display? -Sidebars and other widgetized areas display can be further controlled with a sidebar management plugin. If you only want to control display of specific widgets, you can use Jetpack plugin’s Visibility module for that. Both of these will give you a great control over you website layouts. + +

How to further control sidebar display?

+ -
-

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas accumsan aliquet erat sed tincidunt. Vestibulum cursus neque quis dignissim hendrerit.

+ +

Sidebars and other widgetized areas display can be further controlled with sidebar manegement plugin. If you only want to control display of specific widgets, you can use Jetpack plugin’s Visibility module for that. Both of these will give you a great control over you website layouts.

+ -  + +
+ -Illustration of boats in a styled navy frame + +

Lorem ipsum dolor sit amet, consectetur elit. Maecenas accumsan aliquet erat sed tincidunt. Vestibulum cursus neque quis dignissim hendrerit.

+ -  + +
Surfer jumping on waves
+ -Morbi lectus augue, scelerisque sed consectetur nec, luctus non ligula. Curabitur mi justo, rhoncus eu ante vitae, facilisis tempus nisi. Cras iaculis arcu tempus consequat aliquet. Nunc vehicula, arcu nec euismod dignissim, sapien nulla pulvinar nisl, ut fermentum tellus mauris at sem. Nam non neque rhoncus, sagittis augue non, malesuada nibh.]]>
+ +

Morbi lectus augue, scelerisque sed consectetur nec, luctus non ligula. Curabitur mi justo, rhoncus eu ante vitae, facilisis tempus nisi. Cras iaculis arcu tempus consequat aliquet. Nunc vehicula, arcu nec euismod dignissim, sapien nulla pulvinar nisl, ut fermentum tellus mauris at sem. Nam non neque rhoncus, sagittis augue non, malesuada nibh.

+]]>
"With sidebar" page template. This text can be modified in page excerpt field.]]> 202 @@ -6352,47 +6908,47 @@ Morbi lectus augue, scelerisque sed consectetur nec, luctus non ligula. Curabitu 0 - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + -
+ Blank page template http://themedemos.webmandesign.eu/reykjavik/blank-page-template/ @@ -6400,10 +6956,23 @@ Morbi lectus augue, scelerisque sed consectetur nec, luctus non ligula. Curabitu http://themedemos.webmandesign.eu/reykjavik/?page_id=204 - What is a "Blank" page template? -This is an example of "Blank" page template with no header and footer, just the page content. Blank page template is ideal for use with your page builder plugin to create a custom landing page. - -← Back to homepage]]> + +
+
+

"Blank" page template?

+
+ + + +
+

This is an example of "Blank" page template with no header and footer, just the page content. Blank page template is ideal for use with your page builder plugin to create a custom landing page.

+ + + + +
+
+]]>
204 @@ -6417,47 +6986,47 @@ This is an example of "Blank" page template with no header and 0 - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + -
+ About Company http://themedemos.webmandesign.eu/reykjavik/about-page-builder/ @@ -6503,21 +7072,21 @@ Vestibulum in mauris eleifend, egestas lectus et, vulputate orci.

0 - - - + + + - - - + + + - - - + + + - - - Introduce yourself + + + Introduce yourself

You might be an artist who would like to introduce yourself and your work here or maybe you’re a business with a mission to describe. Lorem ipsum dolor sit amet, consectetur adipiscing elit.

";s:10:"margin_top";s:0:"";s:17:"margin_top_medium";s:0:"";s:21:"margin_top_responsive";s:0:"";s:13:"margin_bottom";s:0:"";s:20:"margin_bottom_medium";s:0:"";s:24:"margin_bottom_responsive";s:0:"";s:11:"margin_left";s:0:"";s:18:"margin_left_medium";s:0:"";s:22:"margin_left_responsive";s:0:"";s:12:"margin_right";s:0:"";s:19:"margin_right_medium";s:0:"";s:23:"margin_right_responsive";s:0:"";s:18:"responsive_display";s:0:"";s:18:"visibility_display";s:0:"";s:26:"visibility_user_capability";s:0:"";s:9:"animation";s:0:"";s:15:"animation_delay";s:3:"0.0";s:2:"id";s:0:"";s:5:"class";s:0:"";s:4:"type";s:9:"rich-text";}}s:13:"59d6380f1e5e0";O:8:"stdClass":5:{s:4:"node";s:13:"59d6380f1e5e0";s:4:"type";s:6:"module";s:6:"parent";s:13:"59d6379f0a127";s:8:"position";i:0;s:8:"settings";O:8:"stdClass":33:{s:12:"photo_source";s:7:"library";s:5:"photo";s:3:"251";s:9:"photo_url";s:0:"";s:4:"crop";s:0:"";s:5:"align";s:6:"center";s:12:"show_caption";s:1:"0";s:7:"caption";s:0:"";s:9:"link_type";s:0:"";s:8:"link_url";s:0:"";s:11:"link_target";s:5:"_self";s:10:"margin_top";s:0:"";s:17:"margin_top_medium";s:0:"";s:21:"margin_top_responsive";s:0:"";s:13:"margin_bottom";s:0:"";s:20:"margin_bottom_medium";s:0:"";s:24:"margin_bottom_responsive";s:0:"";s:11:"margin_left";s:0:"";s:18:"margin_left_medium";s:0:"";s:22:"margin_left_responsive";s:0:"";s:12:"margin_right";s:0:"";s:19:"margin_right_medium";s:0:"";s:23:"margin_right_responsive";s:0:"";s:18:"responsive_display";s:0:"";s:18:"visibility_display";s:0:"";s:26:"visibility_user_capability";s:0:"";s:9:"animation";s:0:"";s:15:"animation_delay";s:3:"0.0";s:2:"id";s:0:"";s:5:"class";s:0:"";s:4:"type";s:5:"photo";s:9:"photo_src";s:104:"https://themedemos.webmandesign.eu/reykjavik/wp-content/uploads/sites/19/SAMPLE/_rope-950355-744x419.jpg";s:4:"data";O:8:"stdClass":33:{s:2:"id";i:251;s:5:"title";s:19:"SAMPLE/_rope-950355";s:8:"filename";s:23:"SAMPLE/_rope-950355.jpg";s:3:"url";s:96:"https://themedemos.webmandesign.eu/reykjavik/wp-content/uploads/sites/19/SAMPLE/_rope-950355.jpg";s:4:"link";s:85:"https://themedemos.webmandesign.eu/reykjavik/portfolio/project-4/sample/_rope-950355/";s:3:"alt";s:11:"Yacht ropes";s:6:"author";s:1:"1";s:11:"description";s:0:"";s:7:"caption";s:0:"";s:4:"name";s:19:"sample/_rope-950355";s:6:"status";s:7:"inherit";s:10:"uploadedTo";i:139;s:4:"date";i:1507207468000;s:8:"modified";i:1507207480000;s:9:"menuOrder";i:0;s:4:"mime";s:10:"image/jpeg";s:4:"type";s:5:"image";s:7:"subtype";s:4:"jpeg";s:4:"icon";s:81:"https://themedemos.webmandesign.eu/reykjavik/wp-includes/images/media/default.png";s:13:"dateFormatted";s:15:"October 5, 2017";s:6:"nonces";O:8:"stdClass":3:{s:6:"update";s:10:"478f15cf40";s:6:"delete";s:10:"26ac8939de";s:4:"edit";s:10:"313c3eb859";}s:8:"editLink";s:83:"https://themedemos.webmandesign.eu/reykjavik/wp-admin/post.php?post=251&action=edit";s:4:"meta";b:0;s:10:"authorName";s:12:"Oliver Juhas";s:14:"uploadedToLink";s:83:"https://themedemos.webmandesign.eu/reykjavik/wp-admin/post.php?post=139&action=edit";s:15:"uploadedToTitle";s:14:"Yacht Race '16";s:15:"filesizeInBytes";i:294524;s:21:"filesizeHumanReadable";s:6:"288 KB";s:6:"height";i:1080;s:5:"width";i:1920;s:11:"orientation";s:9:"landscape";s:5:"sizes";O:8:"stdClass":9:{s:9:"thumbnail";O:8:"stdClass":4:{s:6:"height";i:418;s:5:"width";i:744;s:3:"url";s:104:"https://themedemos.webmandesign.eu/reykjavik/wp-content/uploads/sites/19/SAMPLE/_rope-950355-744x418.jpg";s:11:"orientation";s:9:"landscape";}s:6:"medium";O:8:"stdClass":4:{s:6:"height";i:419;s:5:"width";i:744;s:3:"url";s:104:"https://themedemos.webmandesign.eu/reykjavik/wp-content/uploads/sites/19/SAMPLE/_rope-950355-744x419.jpg";s:11:"orientation";s:9:"landscape";}s:5:"large";O:8:"stdClass":4:{s:6:"height";i:675;s:5:"width";i:1200;s:3:"url";s:105:"https://themedemos.webmandesign.eu/reykjavik/wp-content/uploads/sites/19/SAMPLE/_rope-950355-1200x675.jpg";s:11:"orientation";s:9:"landscape";}s:4:"full";O:8:"stdClass":4:{s:3:"url";s:96:"https://themedemos.webmandesign.eu/reykjavik/wp-content/uploads/sites/19/SAMPLE/_rope-950355.jpg";s:6:"height";i:1080;s:5:"width";i:1920;s:11:"orientation";s:9:"landscape";}s:12:"medium_large";O:8:"stdClass":4:{s:6:"height";i:675;s:5:"width";i:1200;s:3:"url";s:105:"https://themedemos.webmandesign.eu/reykjavik/wp-content/uploads/sites/19/SAMPLE/_rope-950355-1200x675.jpg";s:11:"orientation";s:9:"landscape";}s:14:"shop_thumbnail";O:8:"stdClass":4:{s:6:"height";i:120;s:5:"width";i:120;s:3:"url";s:104:"https://themedemos.webmandesign.eu/reykjavik/wp-content/uploads/sites/19/SAMPLE/_rope-950355-120x120.jpg";s:11:"orientation";s:9:"landscape";}s:12:"shop_catalog";O:8:"stdClass":4:{s:6:"height";i:480;s:5:"width";i:480;s:3:"url";s:104:"https://themedemos.webmandesign.eu/reykjavik/wp-content/uploads/sites/19/SAMPLE/_rope-950355-480x480.jpg";s:11:"orientation";s:9:"landscape";}s:11:"shop_single";O:8:"stdClass":4:{s:6:"height";i:1080;s:5:"width";i:1200;s:3:"url";s:106:"https://themedemos.webmandesign.eu/reykjavik/wp-content/uploads/sites/19/SAMPLE/_rope-950355-1200x1080.jpg";s:11:"orientation";s:9:"landscape";}s:29:"jetpack-portfolio-admin-thumb";O:8:"stdClass":4:{s:6:"height";i:50;s:5:"width";i:50;s:3:"url";s:102:"https://themedemos.webmandesign.eu/reykjavik/wp-content/uploads/sites/19/SAMPLE/_rope-950355-50x50.jpg";s:11:"orientation";s:9:"landscape";}}s:8:"filesize";s:6:"288 KB";}s:15:"link_url-search";s:0:"";}}s:13:"59d63821bd61a";O:8:"stdClass":5:{s:4:"node";s:13:"59d63821bd61a";s:4:"type";s:6:"module";s:6:"parent";s:13:"59d6379f0a0ea";s:8:"position";i:1;s:8:"settings";O:8:"stdClass":33:{s:12:"photo_source";s:3:"url";s:5:"photo";s:0:"";s:9:"photo_url";s:68:"https://sample.webmandesign.eu/signature-webman-design-black-320.png";s:4:"crop";s:0:"";s:5:"align";s:4:"left";s:12:"show_caption";s:1:"0";s:7:"caption";s:0:"";s:9:"link_type";s:0:"";s:8:"link_url";s:0:"";s:11:"link_target";s:5:"_self";s:10:"margin_top";s:0:"";s:17:"margin_top_medium";s:0:"";s:21:"margin_top_responsive";s:0:"";s:13:"margin_bottom";s:0:"";s:20:"margin_bottom_medium";s:0:"";s:24:"margin_bottom_responsive";s:0:"";s:11:"margin_left";s:0:"";s:18:"margin_left_medium";s:0:"";s:22:"margin_left_responsive";s:0:"";s:12:"margin_right";s:0:"";s:19:"margin_right_medium";s:0:"";s:23:"margin_right_responsive";s:0:"";s:18:"responsive_display";s:0:"";s:18:"visibility_display";s:0:"";s:26:"visibility_user_capability";s:0:"";s:9:"animation";s:0:"";s:15:"animation_delay";s:3:"0.0";s:2:"id";s:0:"";s:5:"class";s:0:"";s:4:"type";s:5:"photo";s:9:"photo_src";s:0:"";s:4:"data";N;s:15:"link_url-search";s:0:"";}}s:13:"59d6388241420";O:8:"stdClass":5:{s:4:"node";s:13:"59d6388241420";s:4:"type";s:3:"row";s:6:"parent";N;s:8:"position";i:1;s:8:"settings";O:8:"stdClass":82:{s:5:"width";s:4:"full";s:13:"content_width";s:5:"fixed";s:11:"full_height";s:7:"default";s:17:"content_alignment";s:6:"center";s:18:"vertical_alignment";s:0:"";s:16:"predefined_color";s:0:"";s:10:"text_color";s:6:"fefeff";s:10:"link_color";s:0:"";s:11:"hover_color";s:0:"";s:13:"heading_color";s:0:"";s:7:"bg_type";s:5:"photo";s:8:"bg_image";s:3:"241";s:9:"bg_repeat";s:9:"no-repeat";s:11:"bg_position";s:11:"left center";s:13:"bg_attachment";s:5:"fixed";s:7:"bg_size";s:5:"cover";s:15:"bg_video_source";s:9:"wordpress";s:8:"bg_video";s:0:"";s:13:"bg_video_webm";s:0:"";s:16:"bg_video_url_mp4";s:0:"";s:17:"bg_video_url_webm";s:0:"";s:20:"bg_video_service_url";s:0:"";s:14:"bg_video_audio";s:2:"no";s:17:"bg_video_fallback";s:0:"";s:9:"ss_source";s:9:"wordpress";s:9:"ss_photos";s:0:"";s:11:"ss_feed_url";s:0:"";s:8:"ss_speed";s:1:"3";s:13:"ss_transition";s:4:"fade";s:21:"ss_transitionDuration";s:1:"1";s:12:"ss_randomize";s:5:"false";s:17:"bg_parallax_image";s:0:"";s:17:"bg_parallax_speed";s:1:"2";s:8:"bg_color";s:6:"273a7d";s:10:"bg_opacity";s:3:"100";s:16:"bg_overlay_color";s:6:"001144";s:18:"bg_overlay_opacity";s:2:"75";s:11:"border_type";s:0:"";s:12:"border_color";s:0:"";s:14:"border_opacity";s:3:"100";s:10:"border_top";s:1:"1";s:17:"border_top_medium";s:0:"";s:21:"border_top_responsive";s:0:"";s:13:"border_bottom";s:1:"1";s:20:"border_bottom_medium";s:0:"";s:24:"border_bottom_responsive";s:0:"";s:11:"border_left";s:1:"0";s:18:"border_left_medium";s:0:"";s:22:"border_left_responsive";s:0:"";s:12:"border_right";s:1:"0";s:19:"border_right_medium";s:0:"";s:23:"border_right_responsive";s:0:"";s:10:"margin_top";s:0:"";s:17:"margin_top_medium";s:0:"";s:21:"margin_top_responsive";s:0:"";s:13:"margin_bottom";s:0:"";s:20:"margin_bottom_medium";s:0:"";s:24:"margin_bottom_responsive";s:0:"";s:11:"margin_left";s:0:"";s:18:"margin_left_medium";s:0:"";s:22:"margin_left_responsive";s:0:"";s:12:"margin_right";s:0:"";s:19:"margin_right_medium";s:0:"";s:23:"margin_right_responsive";s:0:"";s:11:"padding_top";s:3:"200";s:18:"padding_top_medium";s:3:"100";s:22:"padding_top_responsive";s:2:"50";s:14:"padding_bottom";s:3:"200";s:21:"padding_bottom_medium";s:3:"100";s:25:"padding_bottom_responsive";s:2:"50";s:12:"padding_left";s:0:"";s:19:"padding_left_medium";s:0:"";s:23:"padding_left_responsive";s:0:"";s:13:"padding_right";s:0:"";s:20:"padding_right_medium";s:0:"";s:24:"padding_right_responsive";s:0:"";s:18:"responsive_display";s:0:"";s:18:"visibility_display";s:0:"";s:26:"visibility_user_capability";s:0:"";s:2:"id";s:0:"";s:5:"class";s:0:"";s:12:"bg_image_src";s:109:"https://themedemos.webmandesign.eu/reykjavik/wp-content/uploads/sites/19/SAMPLE/_vlad-chernolyasov-397342.jpg";}}s:13:"59d638824410c";O:8:"stdClass":5:{s:4:"node";s:13:"59d638824410c";s:4:"type";s:12:"column-group";s:6:"parent";s:13:"59d6388241420";s:8:"position";i:0;s:8:"settings";s:0:"";}s:13:"59d6388244176";O:8:"stdClass":5:{s:4:"node";s:13:"59d6388244176";s:4:"type";s:6:"column";s:6:"parent";s:13:"59d638824410c";s:8:"position";i:0;s:8:"settings";O:8:"stdClass":68:{s:4:"size";d:50;s:12:"equal_height";s:2:"no";s:17:"content_alignment";s:3:"top";s:18:"vertical_alignment";s:0:"";s:16:"predefined_color";s:0:"";s:10:"text_color";s:0:"";s:10:"link_color";s:0:"";s:11:"hover_color";s:0:"";s:13:"heading_color";s:0:"";s:7:"bg_type";s:5:"color";s:8:"bg_color";s:0:"";s:10:"bg_opacity";s:3:"100";s:8:"bg_image";s:0:"";s:9:"bg_repeat";s:9:"no-repeat";s:11:"bg_position";s:13:"center center";s:13:"bg_attachment";s:6:"scroll";s:7:"bg_size";s:5:"cover";s:16:"bg_overlay_color";s:0:"";s:18:"bg_overlay_opacity";s:2:"50";s:11:"border_type";s:0:"";s:12:"border_color";s:0:"";s:14:"border_opacity";s:3:"100";s:10:"border_top";s:1:"1";s:17:"border_top_medium";s:0:"";s:21:"border_top_responsive";s:0:"";s:13:"border_bottom";s:1:"1";s:20:"border_bottom_medium";s:0:"";s:24:"border_bottom_responsive";s:0:"";s:11:"border_left";s:1:"1";s:18:"border_left_medium";s:0:"";s:22:"border_left_responsive";s:0:"";s:12:"border_right";s:1:"1";s:19:"border_right_medium";s:0:"";s:23:"border_right_responsive";s:0:"";s:10:"margin_top";s:0:"";s:17:"margin_top_medium";s:0:"";s:21:"margin_top_responsive";s:0:"";s:13:"margin_bottom";s:0:"";s:20:"margin_bottom_medium";s:0:"";s:24:"margin_bottom_responsive";s:0:"";s:11:"margin_left";s:0:"";s:18:"margin_left_medium";s:0:"";s:22:"margin_left_responsive";s:0:"";s:12:"margin_right";s:0:"";s:19:"margin_right_medium";s:0:"";s:23:"margin_right_responsive";s:0:"";s:11:"padding_top";s:0:"";s:18:"padding_top_medium";s:0:"";s:22:"padding_top_responsive";s:0:"";s:14:"padding_bottom";s:0:"";s:21:"padding_bottom_medium";s:0:"";s:25:"padding_bottom_responsive";s:0:"";s:12:"padding_left";s:0:"";s:19:"padding_left_medium";s:0:"";s:23:"padding_left_responsive";s:0:"";s:13:"padding_right";s:0:"";s:20:"padding_right_medium";s:0:"";s:24:"padding_right_responsive";s:0:"";s:18:"responsive_display";s:0:"";s:11:"medium_size";s:6:"custom";s:18:"custom_medium_size";s:3:"100";s:15:"responsive_size";s:7:"default";s:22:"custom_responsive_size";s:3:"100";s:16:"responsive_order";s:7:"default";s:18:"visibility_display";s:0:"";s:26:"visibility_user_capability";s:0:"";s:2:"id";s:0:"";s:5:"class";s:0:"";}}s:13:"59d63882441b0";O:8:"stdClass":5:{s:4:"node";s:13:"59d63882441b0";s:4:"type";s:6:"column";s:6:"parent";s:13:"59d638824410c";s:8:"position";i:1;s:8:"settings";O:8:"stdClass":68:{s:4:"size";s:2:"50";s:12:"equal_height";s:2:"no";s:17:"content_alignment";s:3:"top";s:18:"vertical_alignment";s:0:"";s:16:"predefined_color";s:0:"";s:10:"text_color";s:0:"";s:10:"link_color";s:0:"";s:11:"hover_color";s:0:"";s:13:"heading_color";s:0:"";s:7:"bg_type";s:5:"color";s:8:"bg_color";s:0:"";s:10:"bg_opacity";s:3:"100";s:8:"bg_image";s:0:"";s:9:"bg_repeat";s:9:"no-repeat";s:11:"bg_position";s:13:"center center";s:13:"bg_attachment";s:6:"scroll";s:7:"bg_size";s:5:"cover";s:16:"bg_overlay_color";s:0:"";s:18:"bg_overlay_opacity";s:2:"50";s:11:"border_type";s:0:"";s:12:"border_color";s:0:"";s:14:"border_opacity";s:3:"100";s:10:"border_top";s:1:"1";s:17:"border_top_medium";s:0:"";s:21:"border_top_responsive";s:0:"";s:13:"border_bottom";s:1:"1";s:20:"border_bottom_medium";s:0:"";s:24:"border_bottom_responsive";s:0:"";s:11:"border_left";s:1:"1";s:18:"border_left_medium";s:0:"";s:22:"border_left_responsive";s:0:"";s:12:"border_right";s:1:"1";s:19:"border_right_medium";s:0:"";s:23:"border_right_responsive";s:0:"";s:10:"margin_top";s:0:"";s:17:"margin_top_medium";s:0:"";s:21:"margin_top_responsive";s:0:"";s:13:"margin_bottom";s:0:"";s:20:"margin_bottom_medium";s:0:"";s:24:"margin_bottom_responsive";s:0:"";s:11:"margin_left";s:0:"";s:18:"margin_left_medium";s:0:"";s:22:"margin_left_responsive";s:0:"";s:12:"margin_right";s:0:"";s:19:"margin_right_medium";s:0:"";s:23:"margin_right_responsive";s:0:"";s:11:"padding_top";s:0:"";s:18:"padding_top_medium";s:0:"";s:22:"padding_top_responsive";s:0:"";s:14:"padding_bottom";s:0:"";s:21:"padding_bottom_medium";s:0:"";s:25:"padding_bottom_responsive";s:0:"";s:12:"padding_left";s:0:"";s:19:"padding_left_medium";s:0:"";s:23:"padding_left_responsive";s:0:"";s:13:"padding_right";s:0:"";s:20:"padding_right_medium";s:0:"";s:24:"padding_right_responsive";s:0:"";s:18:"responsive_display";s:7:"desktop";s:11:"medium_size";s:7:"default";s:18:"custom_medium_size";s:3:"100";s:15:"responsive_size";s:7:"default";s:22:"custom_responsive_size";s:3:"100";s:16:"responsive_order";s:7:"default";s:18:"visibility_display";s:0:"";s:26:"visibility_user_capability";s:0:"";s:2:"id";s:0:"";s:5:"class";s:0:"";}}s:13:"59d638dc7b7a5";O:8:"stdClass":5:{s:4:"node";s:13:"59d638dc7b7a5";s:4:"type";s:6:"module";s:6:"parent";s:13:"59d6388244176";s:8:"position";i:0;s:8:"settings";O:8:"stdClass":21:{s:4:"text";s:127:"

Lorem ipsum dolor sit amet, adipiscing. Mauris eleifend, egestas lectus et, vulputate orci.

";s:10:"margin_top";s:0:"";s:17:"margin_top_medium";s:0:"";s:21:"margin_top_responsive";s:0:"";s:13:"margin_bottom";s:0:"";s:20:"margin_bottom_medium";s:0:"";s:24:"margin_bottom_responsive";s:0:"";s:11:"margin_left";s:0:"";s:18:"margin_left_medium";s:0:"";s:22:"margin_left_responsive";s:0:"";s:12:"margin_right";s:0:"";s:19:"margin_right_medium";s:0:"";s:23:"margin_right_responsive";s:0:"";s:18:"responsive_display";s:0:"";s:18:"visibility_display";s:0:"";s:26:"visibility_user_capability";s:0:"";s:9:"animation";s:0:"";s:15:"animation_delay";s:3:"0.0";s:2:"id";s:0:"";s:5:"class";s:0:"";s:4:"type";s:9:"rich-text";}}s:13:"59d63a284c6c7";O:8:"stdClass":5:{s:4:"node";s:13:"59d63a284c6c7";s:4:"type";s:3:"row";s:6:"parent";N;s:8:"position";i:2;s:8:"settings";O:8:"stdClass":81:{s:5:"width";s:5:"fixed";s:13:"content_width";s:5:"fixed";s:11:"full_height";s:7:"default";s:17:"content_alignment";s:6:"center";s:18:"vertical_alignment";s:0:"";s:16:"predefined_color";s:0:"";s:10:"text_color";s:0:"";s:10:"link_color";s:0:"";s:11:"hover_color";s:0:"";s:13:"heading_color";s:0:"";s:7:"bg_type";s:4:"none";s:8:"bg_image";s:0:"";s:9:"bg_repeat";s:9:"no-repeat";s:11:"bg_position";s:13:"center center";s:13:"bg_attachment";s:6:"scroll";s:7:"bg_size";s:5:"cover";s:15:"bg_video_source";s:9:"wordpress";s:8:"bg_video";s:0:"";s:13:"bg_video_webm";s:0:"";s:16:"bg_video_url_mp4";s:0:"";s:17:"bg_video_url_webm";s:0:"";s:20:"bg_video_service_url";s:0:"";s:14:"bg_video_audio";s:2:"no";s:17:"bg_video_fallback";s:0:"";s:9:"ss_source";s:9:"wordpress";s:9:"ss_photos";s:0:"";s:11:"ss_feed_url";s:0:"";s:8:"ss_speed";s:1:"3";s:13:"ss_transition";s:4:"fade";s:21:"ss_transitionDuration";s:1:"1";s:12:"ss_randomize";s:5:"false";s:17:"bg_parallax_image";s:0:"";s:17:"bg_parallax_speed";s:1:"2";s:8:"bg_color";s:0:"";s:10:"bg_opacity";s:3:"100";s:16:"bg_overlay_color";s:0:"";s:18:"bg_overlay_opacity";s:2:"50";s:11:"border_type";s:0:"";s:12:"border_color";s:0:"";s:14:"border_opacity";s:3:"100";s:10:"border_top";s:1:"1";s:17:"border_top_medium";s:0:"";s:21:"border_top_responsive";s:0:"";s:13:"border_bottom";s:1:"1";s:20:"border_bottom_medium";s:0:"";s:24:"border_bottom_responsive";s:0:"";s:11:"border_left";s:1:"0";s:18:"border_left_medium";s:0:"";s:22:"border_left_responsive";s:0:"";s:12:"border_right";s:1:"0";s:19:"border_right_medium";s:0:"";s:23:"border_right_responsive";s:0:"";s:10:"margin_top";s:3:"100";s:17:"margin_top_medium";s:0:"";s:21:"margin_top_responsive";s:0:"";s:13:"margin_bottom";s:3:"100";s:20:"margin_bottom_medium";s:0:"";s:24:"margin_bottom_responsive";s:0:"";s:11:"margin_left";s:0:"";s:18:"margin_left_medium";s:0:"";s:22:"margin_left_responsive";s:0:"";s:12:"margin_right";s:0:"";s:19:"margin_right_medium";s:0:"";s:23:"margin_right_responsive";s:0:"";s:11:"padding_top";s:0:"";s:18:"padding_top_medium";s:0:"";s:22:"padding_top_responsive";s:0:"";s:14:"padding_bottom";s:0:"";s:21:"padding_bottom_medium";s:0:"";s:25:"padding_bottom_responsive";s:0:"";s:12:"padding_left";s:0:"";s:19:"padding_left_medium";s:0:"";s:23:"padding_left_responsive";s:0:"";s:13:"padding_right";s:0:"";s:20:"padding_right_medium";s:0:"";s:24:"padding_right_responsive";s:0:"";s:18:"responsive_display";s:0:"";s:18:"visibility_display";s:0:"";s:26:"visibility_user_capability";s:0:"";s:2:"id";s:0:"";s:5:"class";s:0:"";}}s:13:"59d63a2850c90";O:8:"stdClass":5:{s:4:"node";s:13:"59d63a2850c90";s:4:"type";s:12:"column-group";s:6:"parent";s:13:"59d63a284c6c7";s:8:"position";i:1;s:8:"settings";s:0:"";}s:13:"59d63a2850d2a";O:8:"stdClass":5:{s:4:"node";s:13:"59d63a2850d2a";s:4:"type";s:6:"column";s:6:"parent";s:13:"59d63a2850c90";s:8:"position";i:0;s:8:"settings";O:8:"stdClass":1:{s:4:"size";d:33.33;}}s:13:"59d63a2850d67";O:8:"stdClass":5:{s:4:"node";s:13:"59d63a2850d67";s:4:"type";s:6:"column";s:6:"parent";s:13:"59d63a2850c90";s:8:"position";i:1;s:8:"settings";O:8:"stdClass":1:{s:4:"size";d:33.33;}}s:13:"59d63a2850da2";O:8:"stdClass":5:{s:4:"node";s:13:"59d63a2850da2";s:4:"type";s:6:"column";s:6:"parent";s:13:"59d63a2850c90";s:8:"position";i:2;s:8:"settings";O:8:"stdClass":1:{s:4:"size";d:33.33;}}s:13:"59d63a36d661c";O:8:"stdClass":5:{s:4:"node";s:13:"59d63a36d661c";s:4:"type";s:12:"column-group";s:6:"parent";s:13:"59d63a284c6c7";s:8:"position";i:0;s:8:"settings";s:0:"";}s:13:"59d63a36d668a";O:8:"stdClass":5:{s:4:"node";s:13:"59d63a36d668a";s:4:"type";s:6:"column";s:6:"parent";s:13:"59d63a36d661c";s:8:"position";i:0;s:8:"settings";O:8:"stdClass":1:{s:4:"size";i:100;}}s:13:"59d63a36d65c4";O:8:"stdClass":5:{s:4:"node";s:13:"59d63a36d65c4";s:4:"type";s:6:"module";s:6:"parent";s:13:"59d63a36d668a";s:8:"position";i:0;s:8:"settings";O:8:"stdClass":21:{s:4:"text";s:156:"

How we take care of you?

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum in mauris eleifend, egestas lectus et, vulputate orci.";s:10:"margin_top";s:0:"";s:17:"margin_top_medium";s:0:"";s:21:"margin_top_responsive";s:0:"";s:13:"margin_bottom";s:2:"60";s:20:"margin_bottom_medium";s:0:"";s:24:"margin_bottom_responsive";s:0:"";s:11:"margin_left";s:0:"";s:18:"margin_left_medium";s:0:"";s:22:"margin_left_responsive";s:0:"";s:12:"margin_right";s:0:"";s:19:"margin_right_medium";s:0:"";s:23:"margin_right_responsive";s:0:"";s:18:"responsive_display";s:0:"";s:18:"visibility_display";s:0:"";s:26:"visibility_user_capability";s:0:"";s:9:"animation";s:0:"";s:15:"animation_delay";s:3:"0.0";s:2:"id";s:0:"";s:5:"class";s:11:"text-center";s:4:"type";s:9:"rich-text";}}s:13:"59d63a6f39fe1";O:8:"stdClass":5:{s:4:"node";s:13:"59d63a6f39fe1";s:4:"type";s:6:"module";s:6:"parent";s:13:"59d63a2850da2";s:8:"position";i:0;s:8:"settings";O:8:"stdClass":33:{s:12:"photo_source";s:7:"library";s:5:"photo";s:2:"93";s:9:"photo_url";s:0:"";s:4:"crop";s:0:"";s:5:"align";s:6:"center";s:12:"show_caption";s:1:"0";s:7:"caption";s:0:"";s:9:"link_type";s:0:"";s:8:"link_url";s:0:"";s:11:"link_target";s:5:"_self";s:10:"margin_top";s:0:"";s:17:"margin_top_medium";s:0:"";s:21:"margin_top_responsive";s:0:"";s:13:"margin_bottom";s:0:"";s:20:"margin_bottom_medium";s:0:"";s:24:"margin_bottom_responsive";s:0:"";s:11:"margin_left";s:0:"";s:18:"margin_left_medium";s:0:"";s:22:"margin_left_responsive";s:0:"";s:12:"margin_right";s:0:"";s:19:"margin_right_medium";s:0:"";s:23:"margin_right_responsive";s:0:"";s:18:"responsive_display";s:0:"";s:18:"visibility_display";s:0:"";s:26:"visibility_user_capability";s:0:"";s:9:"animation";s:0:"";s:15:"animation_delay";s:3:"0.0";s:2:"id";s:0:"";s:5:"class";s:0:"";s:4:"type";s:5:"photo";s:9:"photo_src";s:104:"https://themedemos.webmandesign.eu/reykjavik/wp-content/uploads/sites/19/SAMPLE/_boat-instructions-6.png";s:4:"data";O:8:"stdClass":33:{s:2:"id";i:93;s:5:"title";s:27:"SAMPLE/_boat-instructions-6";s:8:"filename";s:31:"SAMPLE/_boat-instructions-6.png";s:3:"url";s:104:"https://themedemos.webmandesign.eu/reykjavik/wp-content/uploads/sites/19/SAMPLE/_boat-instructions-6.png";s:4:"link";s:78:"https://themedemos.webmandesign.eu/reykjavik/home/sample/_boat-instructions-6/";s:3:"alt";s:27:"Instructions illustration 6";s:6:"author";s:1:"1";s:11:"description";s:0:"";s:7:"caption";s:0:"";s:4:"name";s:27:"sample/_boat-instructions-6";s:6:"status";s:7:"inherit";s:10:"uploadedTo";i:15;s:4:"date";i:1501843246000;s:8:"modified";i:1502019688000;s:9:"menuOrder";i:0;s:4:"mime";s:9:"image/png";s:4:"type";s:5:"image";s:7:"subtype";s:3:"png";s:4:"icon";s:81:"https://themedemos.webmandesign.eu/reykjavik/wp-includes/images/media/default.png";s:13:"dateFormatted";s:14:"August 4, 2017";s:6:"nonces";O:8:"stdClass":3:{s:6:"update";s:10:"ad296841f4";s:6:"delete";s:10:"3519fd7c45";s:4:"edit";s:10:"252ea8323f";}s:8:"editLink";s:82:"https://themedemos.webmandesign.eu/reykjavik/wp-admin/post.php?post=93&action=edit";s:4:"meta";b:0;s:10:"authorName";s:12:"Oliver Juhas";s:14:"uploadedToLink";s:82:"https://themedemos.webmandesign.eu/reykjavik/wp-admin/post.php?post=15&action=edit";s:15:"uploadedToTitle";s:21:"Hello from Reykjavík";s:15:"filesizeInBytes";i:27235;s:21:"filesizeHumanReadable";s:5:"27 KB";s:6:"height";i:300;s:5:"width";i:600;s:11:"orientation";s:9:"landscape";s:5:"sizes";O:8:"stdClass":5:{s:4:"full";O:8:"stdClass":4:{s:3:"url";s:104:"https://themedemos.webmandesign.eu/reykjavik/wp-content/uploads/sites/19/SAMPLE/_boat-instructions-6.png";s:6:"height";i:300;s:5:"width";i:600;s:11:"orientation";s:9:"landscape";}s:14:"shop_thumbnail";O:8:"stdClass":4:{s:6:"height";i:180;s:5:"width";i:180;s:3:"url";s:112:"https://themedemos.webmandesign.eu/reykjavik/wp-content/uploads/sites/19/SAMPLE/_boat-instructions-6-180x180.png";s:11:"orientation";s:9:"landscape";}s:12:"shop_catalog";O:8:"stdClass":4:{s:6:"height";i:300;s:5:"width";i:300;s:3:"url";s:112:"https://themedemos.webmandesign.eu/reykjavik/wp-content/uploads/sites/19/SAMPLE/_boat-instructions-6-300x300.png";s:11:"orientation";s:9:"landscape";}s:11:"shop_single";O:8:"stdClass":4:{s:6:"height";i:300;s:5:"width";i:600;s:3:"url";s:112:"https://themedemos.webmandesign.eu/reykjavik/wp-content/uploads/sites/19/SAMPLE/_boat-instructions-6-600x300.png";s:11:"orientation";s:9:"landscape";}s:29:"jetpack-portfolio-admin-thumb";O:8:"stdClass":4:{s:6:"height";i:50;s:5:"width";i:50;s:3:"url";s:110:"https://themedemos.webmandesign.eu/reykjavik/wp-content/uploads/sites/19/SAMPLE/_boat-instructions-6-50x50.png";s:11:"orientation";s:9:"landscape";}}s:8:"filesize";s:5:"27 KB";}s:15:"link_url-search";s:0:"";}}s:13:"59d63a7f31afc";O:8:"stdClass":5:{s:4:"node";s:13:"59d63a7f31afc";s:4:"type";s:6:"module";s:6:"parent";s:13:"59d63a2850d2a";s:8:"position";i:0;s:8:"settings";O:8:"stdClass":33:{s:12:"photo_source";s:7:"library";s:5:"photo";s:2:"92";s:9:"photo_url";s:0:"";s:4:"crop";s:0:"";s:5:"align";s:6:"center";s:12:"show_caption";s:1:"0";s:7:"caption";s:0:"";s:9:"link_type";s:0:"";s:8:"link_url";s:0:"";s:11:"link_target";s:5:"_self";s:10:"margin_top";s:0:"";s:17:"margin_top_medium";s:0:"";s:21:"margin_top_responsive";s:0:"";s:13:"margin_bottom";s:0:"";s:20:"margin_bottom_medium";s:0:"";s:24:"margin_bottom_responsive";s:0:"";s:11:"margin_left";s:0:"";s:18:"margin_left_medium";s:0:"";s:22:"margin_left_responsive";s:0:"";s:12:"margin_right";s:0:"";s:19:"margin_right_medium";s:0:"";s:23:"margin_right_responsive";s:0:"";s:18:"responsive_display";s:0:"";s:18:"visibility_display";s:0:"";s:26:"visibility_user_capability";s:0:"";s:9:"animation";s:0:"";s:15:"animation_delay";s:3:"0.0";s:2:"id";s:0:"";s:5:"class";s:0:"";s:4:"type";s:5:"photo";s:9:"photo_src";s:104:"https://themedemos.webmandesign.eu/reykjavik/wp-content/uploads/sites/19/SAMPLE/_boat-instructions-5.png";s:4:"data";O:8:"stdClass":31:{s:2:"id";i:92;s:5:"title";s:27:"SAMPLE/_boat-instructions-5";s:8:"filename";s:31:"SAMPLE/_boat-instructions-5.png";s:3:"url";s:104:"https://themedemos.webmandesign.eu/reykjavik/wp-content/uploads/sites/19/SAMPLE/_boat-instructions-5.png";s:4:"link";s:73:"https://themedemos.webmandesign.eu/reykjavik/sample/_boat-instructions-5/";s:3:"alt";s:27:"Instructions illustration 5";s:6:"author";s:1:"1";s:11:"description";s:0:"";s:7:"caption";s:0:"";s:4:"name";s:27:"sample/_boat-instructions-5";s:6:"status";s:7:"inherit";s:10:"uploadedTo";i:0;s:4:"date";i:1501843245000;s:8:"modified";i:1501843518000;s:9:"menuOrder";i:0;s:4:"mime";s:9:"image/png";s:4:"type";s:5:"image";s:7:"subtype";s:3:"png";s:4:"icon";s:81:"https://themedemos.webmandesign.eu/reykjavik/wp-includes/images/media/default.png";s:13:"dateFormatted";s:14:"August 4, 2017";s:6:"nonces";O:8:"stdClass":3:{s:6:"update";s:10:"c72955d1ee";s:6:"delete";s:10:"bfce92b2a9";s:4:"edit";s:10:"e086d80ea2";}s:8:"editLink";s:82:"https://themedemos.webmandesign.eu/reykjavik/wp-admin/post.php?post=92&action=edit";s:4:"meta";b:0;s:10:"authorName";s:12:"Oliver Juhas";s:15:"filesizeInBytes";i:33753;s:21:"filesizeHumanReadable";s:5:"33 KB";s:6:"height";i:300;s:5:"width";i:600;s:11:"orientation";s:9:"landscape";s:5:"sizes";O:8:"stdClass":5:{s:4:"full";O:8:"stdClass":4:{s:3:"url";s:104:"https://themedemos.webmandesign.eu/reykjavik/wp-content/uploads/sites/19/SAMPLE/_boat-instructions-5.png";s:6:"height";i:300;s:5:"width";i:600;s:11:"orientation";s:9:"landscape";}s:14:"shop_thumbnail";O:8:"stdClass":4:{s:6:"height";i:180;s:5:"width";i:180;s:3:"url";s:112:"https://themedemos.webmandesign.eu/reykjavik/wp-content/uploads/sites/19/SAMPLE/_boat-instructions-5-180x180.png";s:11:"orientation";s:9:"landscape";}s:12:"shop_catalog";O:8:"stdClass":4:{s:6:"height";i:300;s:5:"width";i:300;s:3:"url";s:112:"https://themedemos.webmandesign.eu/reykjavik/wp-content/uploads/sites/19/SAMPLE/_boat-instructions-5-300x300.png";s:11:"orientation";s:9:"landscape";}s:11:"shop_single";O:8:"stdClass":4:{s:6:"height";i:300;s:5:"width";i:600;s:3:"url";s:112:"https://themedemos.webmandesign.eu/reykjavik/wp-content/uploads/sites/19/SAMPLE/_boat-instructions-5-600x300.png";s:11:"orientation";s:9:"landscape";}s:29:"jetpack-portfolio-admin-thumb";O:8:"stdClass":4:{s:6:"height";i:50;s:5:"width";i:50;s:3:"url";s:110:"https://themedemos.webmandesign.eu/reykjavik/wp-content/uploads/sites/19/SAMPLE/_boat-instructions-5-50x50.png";s:11:"orientation";s:9:"landscape";}}s:8:"filesize";s:5:"33 KB";}s:15:"link_url-search";s:0:"";}}s:13:"59d63a82e8bad";O:8:"stdClass":5:{s:4:"node";s:13:"59d63a82e8bad";s:4:"type";s:6:"module";s:6:"parent";s:13:"59d63a2850d67";s:8:"position";i:0;s:8:"settings";O:8:"stdClass":33:{s:12:"photo_source";s:7:"library";s:5:"photo";s:2:"89";s:9:"photo_url";s:0:"";s:4:"crop";s:0:"";s:5:"align";s:6:"center";s:12:"show_caption";s:1:"0";s:7:"caption";s:0:"";s:9:"link_type";s:0:"";s:8:"link_url";s:0:"";s:11:"link_target";s:5:"_self";s:10:"margin_top";s:0:"";s:17:"margin_top_medium";s:0:"";s:21:"margin_top_responsive";s:0:"";s:13:"margin_bottom";s:0:"";s:20:"margin_bottom_medium";s:0:"";s:24:"margin_bottom_responsive";s:0:"";s:11:"margin_left";s:0:"";s:18:"margin_left_medium";s:0:"";s:22:"margin_left_responsive";s:0:"";s:12:"margin_right";s:0:"";s:19:"margin_right_medium";s:0:"";s:23:"margin_right_responsive";s:0:"";s:18:"responsive_display";s:0:"";s:18:"visibility_display";s:0:"";s:26:"visibility_user_capability";s:0:"";s:9:"animation";s:0:"";s:15:"animation_delay";s:3:"0.0";s:2:"id";s:0:"";s:5:"class";s:0:"";s:4:"type";s:5:"photo";s:9:"photo_src";s:104:"https://themedemos.webmandesign.eu/reykjavik/wp-content/uploads/sites/19/SAMPLE/_boat-instructions-2.png";s:4:"data";O:8:"stdClass":31:{s:2:"id";i:89;s:5:"title";s:27:"SAMPLE/_boat-instructions-2";s:8:"filename";s:31:"SAMPLE/_boat-instructions-2.png";s:3:"url";s:104:"https://themedemos.webmandesign.eu/reykjavik/wp-content/uploads/sites/19/SAMPLE/_boat-instructions-2.png";s:4:"link";s:73:"https://themedemos.webmandesign.eu/reykjavik/sample/_boat-instructions-2/";s:3:"alt";s:27:"Instructions illustration 2";s:6:"author";s:1:"1";s:11:"description";s:0:"";s:7:"caption";s:0:"";s:4:"name";s:27:"sample/_boat-instructions-2";s:6:"status";s:7:"inherit";s:10:"uploadedTo";i:0;s:4:"date";i:1501843235000;s:8:"modified";i:1501843509000;s:9:"menuOrder";i:0;s:4:"mime";s:9:"image/png";s:4:"type";s:5:"image";s:7:"subtype";s:3:"png";s:4:"icon";s:81:"https://themedemos.webmandesign.eu/reykjavik/wp-includes/images/media/default.png";s:13:"dateFormatted";s:14:"August 4, 2017";s:6:"nonces";O:8:"stdClass":3:{s:6:"update";s:10:"aabea978e9";s:6:"delete";s:10:"a8a6904b6b";s:4:"edit";s:10:"67235296e4";}s:8:"editLink";s:82:"https://themedemos.webmandesign.eu/reykjavik/wp-admin/post.php?post=89&action=edit";s:4:"meta";b:0;s:10:"authorName";s:12:"Oliver Juhas";s:15:"filesizeInBytes";i:32661;s:21:"filesizeHumanReadable";s:5:"32 KB";s:6:"height";i:300;s:5:"width";i:600;s:11:"orientation";s:9:"landscape";s:5:"sizes";O:8:"stdClass":5:{s:4:"full";O:8:"stdClass":4:{s:3:"url";s:104:"https://themedemos.webmandesign.eu/reykjavik/wp-content/uploads/sites/19/SAMPLE/_boat-instructions-2.png";s:6:"height";i:300;s:5:"width";i:600;s:11:"orientation";s:9:"landscape";}s:14:"shop_thumbnail";O:8:"stdClass":4:{s:6:"height";i:180;s:5:"width";i:180;s:3:"url";s:112:"https://themedemos.webmandesign.eu/reykjavik/wp-content/uploads/sites/19/SAMPLE/_boat-instructions-2-180x180.png";s:11:"orientation";s:9:"landscape";}s:12:"shop_catalog";O:8:"stdClass":4:{s:6:"height";i:300;s:5:"width";i:300;s:3:"url";s:112:"https://themedemos.webmandesign.eu/reykjavik/wp-content/uploads/sites/19/SAMPLE/_boat-instructions-2-300x300.png";s:11:"orientation";s:9:"landscape";}s:11:"shop_single";O:8:"stdClass":4:{s:6:"height";i:300;s:5:"width";i:600;s:3:"url";s:112:"https://themedemos.webmandesign.eu/reykjavik/wp-content/uploads/sites/19/SAMPLE/_boat-instructions-2-600x300.png";s:11:"orientation";s:9:"landscape";}s:29:"jetpack-portfolio-admin-thumb";O:8:"stdClass":4:{s:6:"height";i:50;s:5:"width";i:50;s:3:"url";s:110:"https://themedemos.webmandesign.eu/reykjavik/wp-content/uploads/sites/19/SAMPLE/_boat-instructions-2-50x50.png";s:11:"orientation";s:9:"landscape";}}s:8:"filesize";s:5:"32 KB";}s:15:"link_url-search";s:0:"";}}s:13:"59d63aab4366d";O:8:"stdClass":5:{s:4:"node";s:13:"59d63aab4366d";s:4:"type";s:6:"module";s:6:"parent";s:13:"59d63a2850da2";s:8:"position";i:1;s:8:"settings";O:8:"stdClass":21:{s:4:"text";s:148:"

3. Consectetur

@@ -6525,47 +7094,47 @@ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum in mauris e Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum in mauris eleifend, egestas lectus et, vulputate orci.";s:10:"margin_top";s:0:"";s:17:"margin_top_medium";s:0:"";s:21:"margin_top_responsive";s:0:"";s:13:"margin_bottom";s:0:"";s:20:"margin_bottom_medium";s:0:"";s:24:"margin_bottom_responsive";s:0:"";s:11:"margin_left";s:0:"";s:18:"margin_left_medium";s:0:"";s:22:"margin_left_responsive";s:0:"";s:12:"margin_right";s:0:"";s:19:"margin_right_medium";s:0:"";s:23:"margin_right_responsive";s:0:"";s:18:"responsive_display";s:0:"";s:18:"visibility_display";s:0:"";s:26:"visibility_user_capability";s:0:"";s:9:"animation";s:0:"";s:15:"animation_delay";s:3:"0.0";s:2:"id";s:0:"";s:5:"class";s:0:"";s:4:"type";s:9:"rich-text";}}s:13:"59d63ad75b364";O:8:"stdClass":5:{s:4:"node";s:13:"59d63ad75b364";s:4:"type";s:6:"module";s:6:"parent";s:13:"59d63a2850d67";s:8:"position";i:1;s:8:"settings";O:8:"stdClass":21:{s:4:"text";s:150:"

2. Dolor Sit Amet

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum in mauris eleifend, egestas lectus et, vulputate orci.";s:10:"margin_top";s:0:"";s:17:"margin_top_medium";s:0:"";s:21:"margin_top_responsive";s:0:"";s:13:"margin_bottom";s:0:"";s:20:"margin_bottom_medium";s:0:"";s:24:"margin_bottom_responsive";s:0:"";s:11:"margin_left";s:0:"";s:18:"margin_left_medium";s:0:"";s:22:"margin_left_responsive";s:0:"";s:12:"margin_right";s:0:"";s:19:"margin_right_medium";s:0:"";s:23:"margin_right_responsive";s:0:"";s:18:"responsive_display";s:0:"";s:18:"visibility_display";s:0:"";s:26:"visibility_user_capability";s:0:"";s:9:"animation";s:0:"";s:15:"animation_delay";s:3:"0.0";s:2:"id";s:0:"";s:5:"class";s:0:"";s:4:"type";s:9:"rich-text";}}s:13:"59d63b258023c";O:8:"stdClass":5:{s:4:"node";s:13:"59d63b258023c";s:4:"type";s:3:"row";s:6:"parent";N;s:8:"position";i:3;s:8:"settings";O:8:"stdClass":81:{s:5:"width";s:4:"full";s:13:"content_width";s:5:"fixed";s:11:"full_height";s:7:"default";s:17:"content_alignment";s:6:"center";s:18:"vertical_alignment";s:21:"vertical-align-middle";s:16:"predefined_color";s:0:"";s:10:"text_color";s:0:"";s:10:"link_color";s:0:"";s:11:"hover_color";s:0:"";s:13:"heading_color";s:0:"";s:7:"bg_type";s:5:"color";s:8:"bg_image";s:0:"";s:9:"bg_repeat";s:9:"no-repeat";s:11:"bg_position";s:13:"center center";s:13:"bg_attachment";s:6:"scroll";s:7:"bg_size";s:5:"cover";s:15:"bg_video_source";s:9:"wordpress";s:8:"bg_video";s:0:"";s:13:"bg_video_webm";s:0:"";s:16:"bg_video_url_mp4";s:0:"";s:17:"bg_video_url_webm";s:0:"";s:20:"bg_video_service_url";s:0:"";s:14:"bg_video_audio";s:2:"no";s:17:"bg_video_fallback";s:0:"";s:9:"ss_source";s:9:"wordpress";s:9:"ss_photos";s:0:"";s:11:"ss_feed_url";s:0:"";s:8:"ss_speed";s:1:"3";s:13:"ss_transition";s:4:"fade";s:21:"ss_transitionDuration";s:1:"1";s:12:"ss_randomize";s:5:"false";s:17:"bg_parallax_image";s:0:"";s:17:"bg_parallax_speed";s:1:"2";s:8:"bg_color";s:6:"fafafb";s:10:"bg_opacity";s:3:"100";s:16:"bg_overlay_color";s:0:"";s:18:"bg_overlay_opacity";s:2:"50";s:11:"border_type";s:5:"solid";s:12:"border_color";s:0:"";s:14:"border_opacity";s:3:"100";s:10:"border_top";s:1:"1";s:17:"border_top_medium";s:0:"";s:21:"border_top_responsive";s:0:"";s:13:"border_bottom";s:0:"";s:20:"border_bottom_medium";s:0:"";s:24:"border_bottom_responsive";s:0:"";s:11:"border_left";s:0:"";s:18:"border_left_medium";s:0:"";s:22:"border_left_responsive";s:0:"";s:12:"border_right";s:0:"";s:19:"border_right_medium";s:0:"";s:23:"border_right_responsive";s:0:"";s:10:"margin_top";s:0:"";s:17:"margin_top_medium";s:0:"";s:21:"margin_top_responsive";s:0:"";s:13:"margin_bottom";s:0:"";s:20:"margin_bottom_medium";s:0:"";s:24:"margin_bottom_responsive";s:0:"";s:11:"margin_left";s:0:"";s:18:"margin_left_medium";s:0:"";s:22:"margin_left_responsive";s:0:"";s:12:"margin_right";s:0:"";s:19:"margin_right_medium";s:0:"";s:23:"margin_right_responsive";s:0:"";s:11:"padding_top";s:2:"60";s:18:"padding_top_medium";s:0:"";s:22:"padding_top_responsive";s:0:"";s:14:"padding_bottom";s:2:"60";s:21:"padding_bottom_medium";s:0:"";s:25:"padding_bottom_responsive";s:0:"";s:12:"padding_left";s:0:"";s:19:"padding_left_medium";s:0:"";s:23:"padding_left_responsive";s:0:"";s:13:"padding_right";s:0:"";s:20:"padding_right_medium";s:0:"";s:24:"padding_right_responsive";s:0:"";s:18:"responsive_display";s:0:"";s:18:"visibility_display";s:0:"";s:26:"visibility_user_capability";s:0:"";s:2:"id";s:0:"";s:5:"class";s:0:"";}}s:13:"59d63b25840e1";O:8:"stdClass":5:{s:4:"node";s:13:"59d63b25840e1";s:4:"type";s:12:"column-group";s:6:"parent";s:13:"59d63b258023c";s:8:"position";i:0;s:8:"settings";s:0:"";}s:13:"59d63b258415d";O:8:"stdClass":5:{s:4:"node";s:13:"59d63b258415d";s:4:"type";s:6:"column";s:6:"parent";s:13:"59d63b25840e1";s:8:"position";i:0;s:8:"settings";O:8:"stdClass":1:{s:4:"size";s:5:"66.59";}}s:13:"59d63b2584198";O:8:"stdClass":5:{s:4:"node";s:13:"59d63b2584198";s:4:"type";s:6:"column";s:6:"parent";s:13:"59d63b25840e1";s:8:"position";i:1;s:8:"settings";O:8:"stdClass":68:{s:4:"size";s:5:"33.41";s:12:"equal_height";s:2:"no";s:17:"content_alignment";s:3:"top";s:18:"vertical_alignment";s:0:"";s:16:"predefined_color";s:0:"";s:10:"text_color";s:0:"";s:10:"link_color";s:0:"";s:11:"hover_color";s:0:"";s:13:"heading_color";s:0:"";s:7:"bg_type";s:5:"color";s:8:"bg_color";s:0:"";s:10:"bg_opacity";s:3:"100";s:8:"bg_image";s:0:"";s:9:"bg_repeat";s:9:"no-repeat";s:11:"bg_position";s:13:"center center";s:13:"bg_attachment";s:6:"scroll";s:7:"bg_size";s:5:"cover";s:16:"bg_overlay_color";s:0:"";s:18:"bg_overlay_opacity";s:2:"50";s:11:"border_type";s:0:"";s:12:"border_color";s:0:"";s:14:"border_opacity";s:3:"100";s:10:"border_top";s:1:"1";s:17:"border_top_medium";s:0:"";s:21:"border_top_responsive";s:0:"";s:13:"border_bottom";s:1:"1";s:20:"border_bottom_medium";s:0:"";s:24:"border_bottom_responsive";s:0:"";s:11:"border_left";s:1:"1";s:18:"border_left_medium";s:0:"";s:22:"border_left_responsive";s:0:"";s:12:"border_right";s:1:"1";s:19:"border_right_medium";s:0:"";s:23:"border_right_responsive";s:0:"";s:10:"margin_top";s:0:"";s:17:"margin_top_medium";s:0:"";s:21:"margin_top_responsive";s:0:"";s:13:"margin_bottom";s:0:"";s:20:"margin_bottom_medium";s:0:"";s:24:"margin_bottom_responsive";s:0:"";s:11:"margin_left";s:0:"";s:18:"margin_left_medium";s:0:"";s:22:"margin_left_responsive";s:0:"";s:12:"margin_right";s:0:"";s:19:"margin_right_medium";s:0:"";s:23:"margin_right_responsive";s:0:"";s:11:"padding_top";s:0:"";s:18:"padding_top_medium";s:0:"";s:22:"padding_top_responsive";s:0:"";s:14:"padding_bottom";s:0:"";s:21:"padding_bottom_medium";s:0:"";s:25:"padding_bottom_responsive";s:0:"";s:12:"padding_left";s:0:"";s:19:"padding_left_medium";s:0:"";s:23:"padding_left_responsive";s:0:"";s:13:"padding_right";s:0:"";s:20:"padding_right_medium";s:0:"";s:24:"padding_right_responsive";s:0:"";s:18:"responsive_display";s:0:"";s:11:"medium_size";s:7:"default";s:18:"custom_medium_size";s:3:"100";s:15:"responsive_size";s:7:"default";s:22:"custom_responsive_size";s:3:"100";s:16:"responsive_order";s:7:"default";s:18:"visibility_display";s:0:"";s:26:"visibility_user_capability";s:0:"";s:2:"id";s:0:"";s:5:"class";s:0:"";}}s:13:"59d63b4f6f6bd";O:8:"stdClass":5:{s:4:"node";s:13:"59d63b4f6f6bd";s:4:"type";s:6:"module";s:6:"parent";s:13:"59d63b258415d";s:8:"position";i:0;s:8:"settings";O:8:"stdClass":21:{s:4:"text";s:62:"

Don't hesitate and get in touch with us now!

";s:10:"margin_top";s:0:"";s:17:"margin_top_medium";s:0:"";s:21:"margin_top_responsive";s:0:"";s:13:"margin_bottom";s:0:"";s:20:"margin_bottom_medium";s:0:"";s:24:"margin_bottom_responsive";s:0:"";s:11:"margin_left";s:0:"";s:18:"margin_left_medium";s:0:"";s:22:"margin_left_responsive";s:0:"";s:12:"margin_right";s:0:"";s:19:"margin_right_medium";s:0:"";s:23:"margin_right_responsive";s:0:"";s:18:"responsive_display";s:0:"";s:18:"visibility_display";s:0:"";s:26:"visibility_user_capability";s:0:"";s:9:"animation";s:0:"";s:15:"animation_delay";s:3:"0.0";s:2:"id";s:0:"";s:5:"class";s:0:"";s:4:"type";s:9:"rich-text";}}s:13:"59d63b765827e";O:8:"stdClass":5:{s:4:"node";s:13:"59d63b765827e";s:4:"type";s:6:"module";s:6:"parent";s:13:"59d63b2584198";s:8:"position";i:0;s:8:"settings";O:8:"stdClass":21:{s:4:"text";s:48:"Get in touch »";s:10:"margin_top";s:0:"";s:17:"margin_top_medium";s:0:"";s:21:"margin_top_responsive";s:0:"";s:13:"margin_bottom";s:0:"";s:20:"margin_bottom_medium";s:0:"";s:24:"margin_bottom_responsive";s:0:"";s:11:"margin_left";s:0:"";s:18:"margin_left_medium";s:0:"";s:22:"margin_left_responsive";s:0:"";s:12:"margin_right";s:0:"";s:19:"margin_right_medium";s:0:"";s:23:"margin_right_responsive";s:0:"";s:18:"responsive_display";s:0:"";s:18:"visibility_display";s:0:"";s:26:"visibility_user_capability";s:0:"";s:9:"animation";s:0:"";s:15:"animation_delay";s:3:"0.0";s:2:"id";s:0:"";s:5:"class";s:33:"text-center fullwidth font-size-l";s:4:"type";s:9:"rich-text";}}}]]>
- - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + -
+ Helper CSS Classes http://themedemos.webmandesign.eu/reykjavik/css-classes/ @@ -6573,62 +7142,13 @@ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum in mauris e http://themedemos.webmandesign.eu/reykjavik/?page_id=276 - -

How to use?

-Apply the custom helper CSS classes listed below on a page builder element, shortcode or HTML element as you like. -If you are using Beaver Builder page builder, you can apply the custom CSS class conveniently using a dropdown selector on "Advanced" tab of your page builder element edit form. -With shortcodes you may be able to use a class attribute, just like with HTML code. + +

How to use?

+ -The list of CSS classes below is organized into groups and each CSS class information is represented as: -
-

Group title:

-
-
css-class-name
-
CSS class description.
-
-
- -

Layout modifiers:

-
-
text-center | text-left | text-right
-
Apply on any element. Forces text alignment.
-
fullwidth
-
Best applied on a page builder module, form, image or button element. Makes certain nested elements (such as buttons, images or form fields) full width of the container.
-
hide-accessibly
-
Apply on any element. Hides the element accessibly (it will be still available for search engines and assistive technology). If applied on the Beaver Builder page builder element, the element will be visible in editing mode, but hidden otherwise.
-
split-screen-row
-
Apply on Beaver Builder page builder row. Will improve the 2-column row style for split screen use (make sure the row is set to full height).
-
zindex-10 (or z-index-10)
-
Apply on Beaver Builder page builder element to bring it to front, above other elements. This will basically rise the CSS z-index value of the element to 10.
-
-

Typography modifiers:

-
-
font-size-#
-
Apply on any element. Changes the element font size relatively to default website (or section) size (which is m - medium). -Replace # with one of these values: xs - Extra small; s - Small; sm - Smaller; l - Large; xl - Extra large
-
-

Page builder column decorations:

-
-
box-shadow-#
-
Apply on Beaver Builder page builder column. Renders a drop shadow on columns. Replace # with small, medium or large.
-
-

Widgets modifiers:

-
-
widget-title-style
-
Apply on a widget in a page builder layout. Styles the widget title the same way as it is styled in the sidebar and other widgetized areas.
-
hide-widget-title-accessibly
-
Apply on a widget in a page builder layout. Hides widget title accessibly for search engines and assistive technology.
-
hide-widget-title
-
Apply on a widget in a page builder layout. Hides widget title inaccessibly.
-
set-flex-grow-#
-
As the theme uses CSS flexbox layout in its horizontal widgetized areas you can control the width of widgets displayed there with these classes. Replace # with 2, 3 or 4. -For setting up a widget CSS class we recommend using Widget CSS Classes plugin (the theme integrates the classes to the plugin's interface automatically for your convenience).
-
-

Other classes:

-
-
background-size-stretch
-
Apply on Beaver Builder page builder row or column to set it's CSS background size property to background-size: 100% 100%; (which is not possible with Beaver Builder out of the box). This will make the row/column background image to stretch, instead of just fill or fit. Depending on the background image you are using, this is sometimes desired.
-
]]>
+ +

This is a demo page only. For up to date list of helper CSS classes predefined in the theme, please visit the online version of the page.

+]]>
276 @@ -6642,51 +7162,51 @@ For setting up a widget CSS class we recommend using ";s:10:"margin_top";s:0:"";s:17:"margin_top_medium";s:0:"";s:21:"margin_top_responsive";s:0:"";s:13:"margin_bottom";s:0:"";s:20:"margin_bottom_medium";s:0:"";s:24:"margin_bottom_responsive";s:0:"";s:11:"margin_left";s:0:"";s:18:"margin_left_medium";s:0:"";s:22:"margin_left_responsive";s:0:"";s:12:"margin_right";s:0:"";s:19:"margin_right_medium";s:0:"";s:23:"margin_right_responsive";s:0:"";s:18:"responsive_display";s:0:"";s:18:"visibility_display";s:0:"";s:26:"visibility_user_capability";s:0:"";s:9:"animation";s:0:"";s:15:"animation_delay";s:3:"0.0";s:2:"id";s:0:"";s:5:"class";s:0:"";s:4:"type";s:9:"rich-text";}}s:13:"59d67bb10129b";O:8:"stdClass":5:{s:4:"node";s:13:"59d67bb10129b";s:4:"type";s:3:"row";s:6:"parent";N;s:8:"position";i:2;s:8:"settings";O:8:"stdClass":81:{s:5:"width";s:5:"fixed";s:13:"content_width";s:5:"fixed";s:11:"full_height";s:7:"default";s:17:"content_alignment";s:6:"center";s:18:"vertical_alignment";s:0:"";s:16:"predefined_color";s:0:"";s:10:"text_color";s:0:"";s:10:"link_color";s:0:"";s:11:"hover_color";s:0:"";s:13:"heading_color";s:0:"";s:7:"bg_type";s:4:"none";s:8:"bg_image";s:0:"";s:9:"bg_repeat";s:4:"none";s:11:"bg_position";s:13:"center center";s:13:"bg_attachment";s:6:"scroll";s:7:"bg_size";s:5:"cover";s:15:"bg_video_source";s:9:"wordpress";s:8:"bg_video";s:0:"";s:13:"bg_video_webm";s:0:"";s:16:"bg_video_url_mp4";s:0:"";s:17:"bg_video_url_webm";s:0:"";s:20:"bg_video_service_url";s:0:"";s:14:"bg_video_audio";s:2:"no";s:17:"bg_video_fallback";s:0:"";s:9:"ss_source";s:9:"wordpress";s:9:"ss_photos";s:0:"";s:11:"ss_feed_url";s:0:"";s:8:"ss_speed";s:1:"3";s:13:"ss_transition";s:4:"fade";s:21:"ss_transitionDuration";s:1:"1";s:12:"ss_randomize";s:5:"false";s:17:"bg_parallax_image";s:0:"";s:17:"bg_parallax_speed";s:4:"fast";s:8:"bg_color";s:0:"";s:10:"bg_opacity";s:3:"100";s:16:"bg_overlay_color";s:0:"";s:18:"bg_overlay_opacity";s:2:"50";s:11:"border_type";s:0:"";s:12:"border_color";s:0:"";s:14:"border_opacity";s:3:"100";s:10:"border_top";s:1:"1";s:17:"border_top_medium";s:0:"";s:21:"border_top_responsive";s:0:"";s:13:"border_bottom";s:1:"1";s:20:"border_bottom_medium";s:0:"";s:24:"border_bottom_responsive";s:0:"";s:11:"border_left";s:1:"0";s:18:"border_left_medium";s:0:"";s:22:"border_left_responsive";s:0:"";s:12:"border_right";s:1:"0";s:19:"border_right_medium";s:0:"";s:23:"border_right_responsive";s:0:"";s:10:"margin_top";s:0:"";s:17:"margin_top_medium";s:0:"";s:21:"margin_top_responsive";s:0:"";s:13:"margin_bottom";s:0:"";s:20:"margin_bottom_medium";s:0:"";s:24:"margin_bottom_responsive";s:0:"";s:11:"margin_left";s:0:"";s:18:"margin_left_medium";s:0:"";s:22:"margin_left_responsive";s:0:"";s:12:"margin_right";s:0:"";s:19:"margin_right_medium";s:0:"";s:23:"margin_right_responsive";s:0:"";s:11:"padding_top";s:0:"";s:18:"padding_top_medium";s:0:"";s:22:"padding_top_responsive";s:0:"";s:14:"padding_bottom";s:0:"";s:21:"padding_bottom_medium";s:0:"";s:25:"padding_bottom_responsive";s:0:"";s:12:"padding_left";s:0:"";s:19:"padding_left_medium";s:0:"";s:23:"padding_left_responsive";s:0:"";s:13:"padding_right";s:0:"";s:20:"padding_right_medium";s:0:"";s:24:"padding_right_responsive";s:0:"";s:18:"responsive_display";s:0:"";s:18:"visibility_display";s:0:"";s:26:"visibility_user_capability";s:0:"";s:2:"id";s:0:"";s:5:"class";s:0:"";}}s:13:"59d67bb10140c";O:8:"stdClass":5:{s:4:"node";s:13:"59d67bb10140c";s:4:"type";s:12:"column-group";s:6:"parent";s:13:"59d67bb10129b";s:8:"position";i:0;s:8:"settings";s:0:"";}s:13:"59d67bb10144a";O:8:"stdClass":5:{s:4:"node";s:13:"59d67bb10144a";s:4:"type";s:6:"column";s:6:"parent";s:13:"59d67bb10140c";s:8:"position";i:0;s:8:"settings";O:8:"stdClass":68:{s:4:"size";i:100;s:12:"equal_height";s:2:"no";s:17:"content_alignment";s:3:"top";s:18:"vertical_alignment";s:0:"";s:16:"predefined_color";s:0:"";s:10:"text_color";s:0:"";s:10:"link_color";s:0:"";s:11:"hover_color";s:0:"";s:13:"heading_color";s:0:"";s:7:"bg_type";s:5:"color";s:8:"bg_color";s:0:"";s:10:"bg_opacity";s:3:"100";s:8:"bg_image";s:0:"";s:9:"bg_repeat";s:4:"none";s:11:"bg_position";s:13:"center center";s:13:"bg_attachment";s:6:"scroll";s:7:"bg_size";s:5:"cover";s:16:"bg_overlay_color";s:0:"";s:18:"bg_overlay_opacity";s:2:"50";s:11:"border_type";s:0:"";s:12:"border_color";s:0:"";s:14:"border_opacity";s:3:"100";s:10:"border_top";s:1:"1";s:17:"border_top_medium";s:0:"";s:21:"border_top_responsive";s:0:"";s:13:"border_bottom";s:1:"1";s:20:"border_bottom_medium";s:0:"";s:24:"border_bottom_responsive";s:0:"";s:11:"border_left";s:1:"1";s:18:"border_left_medium";s:0:"";s:22:"border_left_responsive";s:0:"";s:12:"border_right";s:1:"1";s:19:"border_right_medium";s:0:"";s:23:"border_right_responsive";s:0:"";s:10:"margin_top";s:0:"";s:17:"margin_top_medium";s:0:"";s:21:"margin_top_responsive";s:0:"";s:13:"margin_bottom";s:0:"";s:20:"margin_bottom_medium";s:0:"";s:24:"margin_bottom_responsive";s:0:"";s:11:"margin_left";s:0:"";s:18:"margin_left_medium";s:0:"";s:22:"margin_left_responsive";s:0:"";s:12:"margin_right";s:0:"";s:19:"margin_right_medium";s:0:"";s:23:"margin_right_responsive";s:0:"";s:11:"padding_top";s:0:"";s:18:"padding_top_medium";s:0:"";s:22:"padding_top_responsive";s:0:"";s:14:"padding_bottom";s:0:"";s:21:"padding_bottom_medium";s:0:"";s:25:"padding_bottom_responsive";s:0:"";s:12:"padding_left";s:0:"";s:19:"padding_left_medium";s:0:"";s:23:"padding_left_responsive";s:0:"";s:13:"padding_right";s:0:"";s:20:"padding_right_medium";s:0:"";s:24:"padding_right_responsive";s:0:"";s:18:"responsive_display";s:0:"";s:11:"medium_size";s:0:"";s:18:"custom_medium_size";s:3:"100";s:15:"responsive_size";s:0:"";s:22:"custom_responsive_size";s:3:"100";s:16:"responsive_order";s:7:"default";s:18:"visibility_display";s:0:"";s:26:"visibility_user_capability";s:0:"";s:2:"id";s:0:"";s:5:"class";s:0:"";}}s:13:"59d67bb101486";O:8:"stdClass":5:{s:4:"node";s:13:"59d67bb101486";s:4:"type";s:6:"module";s:6:"parent";s:13:"59d67bb10144a";s:8:"position";i:0;s:8:"settings";O:8:"stdClass":21:{s:4:"text";s:6:"
";s:10:"margin_top";s:0:"";s:17:"margin_top_medium";s:0:"";s:21:"margin_top_responsive";s:0:"";s:13:"margin_bottom";s:0:"";s:20:"margin_bottom_medium";s:0:"";s:24:"margin_bottom_responsive";s:0:"";s:11:"margin_left";s:0:"";s:18:"margin_left_medium";s:0:"";s:22:"margin_left_responsive";s:0:"";s:12:"margin_right";s:0:"";s:19:"margin_right_medium";s:0:"";s:23:"margin_right_responsive";s:0:"";s:18:"responsive_display";s:0:"";s:18:"visibility_display";s:0:"";s:26:"visibility_user_capability";s:0:"";s:9:"animation";s:0:"";s:15:"animation_delay";s:3:"0.0";s:2:"id";s:0:"";s:5:"class";s:0:"";s:4:"type";s:9:"rich-text";}}s:13:"59d67c3374bb7";O:8:"stdClass":5:{s:4:"node";s:13:"59d67c3374bb7";s:4:"type";s:3:"row";s:6:"parent";N;s:8:"position";i:1;s:8:"settings";O:8:"stdClass":81:{s:5:"width";s:5:"fixed";s:13:"content_width";s:5:"fixed";s:11:"full_height";s:7:"default";s:17:"content_alignment";s:6:"center";s:18:"vertical_alignment";s:0:"";s:16:"predefined_color";s:0:"";s:10:"text_color";s:0:"";s:10:"link_color";s:0:"";s:11:"hover_color";s:0:"";s:13:"heading_color";s:0:"";s:7:"bg_type";s:4:"none";s:8:"bg_image";s:0:"";s:9:"bg_repeat";s:9:"no-repeat";s:11:"bg_position";s:13:"center center";s:13:"bg_attachment";s:6:"scroll";s:7:"bg_size";s:5:"cover";s:15:"bg_video_source";s:9:"wordpress";s:8:"bg_video";s:0:"";s:13:"bg_video_webm";s:0:"";s:16:"bg_video_url_mp4";s:0:"";s:17:"bg_video_url_webm";s:0:"";s:20:"bg_video_service_url";s:0:"";s:14:"bg_video_audio";s:2:"no";s:17:"bg_video_fallback";s:0:"";s:9:"ss_source";s:9:"wordpress";s:9:"ss_photos";s:0:"";s:11:"ss_feed_url";s:0:"";s:8:"ss_speed";s:1:"3";s:13:"ss_transition";s:4:"fade";s:21:"ss_transitionDuration";s:1:"1";s:12:"ss_randomize";s:5:"false";s:17:"bg_parallax_image";s:0:"";s:17:"bg_parallax_speed";s:1:"2";s:8:"bg_color";s:0:"";s:10:"bg_opacity";s:3:"100";s:16:"bg_overlay_color";s:0:"";s:18:"bg_overlay_opacity";s:2:"50";s:11:"border_type";s:0:"";s:12:"border_color";s:0:"";s:14:"border_opacity";s:3:"100";s:10:"border_top";s:1:"1";s:17:"border_top_medium";s:0:"";s:21:"border_top_responsive";s:0:"";s:13:"border_bottom";s:1:"1";s:20:"border_bottom_medium";s:0:"";s:24:"border_bottom_responsive";s:0:"";s:11:"border_left";s:1:"0";s:18:"border_left_medium";s:0:"";s:22:"border_left_responsive";s:0:"";s:12:"border_right";s:1:"0";s:19:"border_right_medium";s:0:"";s:23:"border_right_responsive";s:0:"";s:10:"margin_top";s:3:"100";s:17:"margin_top_medium";s:0:"";s:21:"margin_top_responsive";s:0:"";s:13:"margin_bottom";s:2:"50";s:20:"margin_bottom_medium";s:0:"";s:24:"margin_bottom_responsive";s:0:"";s:11:"margin_left";s:0:"";s:18:"margin_left_medium";s:0:"";s:22:"margin_left_responsive";s:0:"";s:12:"margin_right";s:0:"";s:19:"margin_right_medium";s:0:"";s:23:"margin_right_responsive";s:0:"";s:11:"padding_top";s:0:"";s:18:"padding_top_medium";s:0:"";s:22:"padding_top_responsive";s:0:"";s:14:"padding_bottom";s:0:"";s:21:"padding_bottom_medium";s:0:"";s:25:"padding_bottom_responsive";s:0:"";s:12:"padding_left";s:0:"";s:19:"padding_left_medium";s:0:"";s:23:"padding_left_responsive";s:0:"";s:13:"padding_right";s:0:"";s:20:"padding_right_medium";s:0:"";s:24:"padding_right_responsive";s:0:"";s:18:"responsive_display";s:0:"";s:18:"visibility_display";s:0:"";s:26:"visibility_user_capability";s:0:"";s:2:"id";s:0:"";s:5:"class";s:0:"";}}s:13:"59d67c33783e8";O:8:"stdClass":5:{s:4:"node";s:13:"59d67c33783e8";s:4:"type";s:12:"column-group";s:6:"parent";s:13:"59d67c3374bb7";s:8:"position";i:0;s:8:"settings";s:0:"";}s:13:"59d67c3378465";O:8:"stdClass":5:{s:4:"node";s:13:"59d67c3378465";s:4:"type";s:6:"column";s:6:"parent";s:13:"59d67c33783e8";s:8:"position";i:0;s:8:"settings";O:8:"stdClass":1:{s:4:"size";i:100;}}s:13:"59d67c3374575";O:8:"stdClass":5:{s:4:"node";s:13:"59d67c3374575";s:4:"type";s:6:"module";s:6:"parent";s:13:"59d67c3378465";s:8:"position";i:0;s:8:"settings";O:8:"stdClass":21:{s:4:"text";s:216:"

The best services + + + ";s:10:"margin_top";s:0:"";s:17:"margin_top_medium";s:0:"";s:21:"margin_top_responsive";s:0:"";s:13:"margin_bottom";s:0:"";s:20:"margin_bottom_medium";s:0:"";s:24:"margin_bottom_responsive";s:0:"";s:11:"margin_left";s:0:"";s:18:"margin_left_medium";s:0:"";s:22:"margin_left_responsive";s:0:"";s:12:"margin_right";s:0:"";s:19:"margin_right_medium";s:0:"";s:23:"margin_right_responsive";s:0:"";s:18:"responsive_display";s:0:"";s:18:"visibility_display";s:0:"";s:26:"visibility_user_capability";s:0:"";s:9:"animation";s:0:"";s:15:"animation_delay";s:3:"0.0";s:2:"id";s:0:"";s:5:"class";s:0:"";s:4:"type";s:9:"rich-text";}}s:13:"59d67bb10129b";O:8:"stdClass":5:{s:4:"node";s:13:"59d67bb10129b";s:4:"type";s:3:"row";s:6:"parent";N;s:8:"position";i:2;s:8:"settings";O:8:"stdClass":81:{s:5:"width";s:5:"fixed";s:13:"content_width";s:5:"fixed";s:11:"full_height";s:7:"default";s:17:"content_alignment";s:6:"center";s:18:"vertical_alignment";s:0:"";s:16:"predefined_color";s:0:"";s:10:"text_color";s:0:"";s:10:"link_color";s:0:"";s:11:"hover_color";s:0:"";s:13:"heading_color";s:0:"";s:7:"bg_type";s:4:"none";s:8:"bg_image";s:0:"";s:9:"bg_repeat";s:4:"none";s:11:"bg_position";s:13:"center center";s:13:"bg_attachment";s:6:"scroll";s:7:"bg_size";s:5:"cover";s:15:"bg_video_source";s:9:"wordpress";s:8:"bg_video";s:0:"";s:13:"bg_video_webm";s:0:"";s:16:"bg_video_url_mp4";s:0:"";s:17:"bg_video_url_webm";s:0:"";s:20:"bg_video_service_url";s:0:"";s:14:"bg_video_audio";s:2:"no";s:17:"bg_video_fallback";s:0:"";s:9:"ss_source";s:9:"wordpress";s:9:"ss_photos";s:0:"";s:11:"ss_feed_url";s:0:"";s:8:"ss_speed";s:1:"3";s:13:"ss_transition";s:4:"fade";s:21:"ss_transitionDuration";s:1:"1";s:12:"ss_randomize";s:5:"false";s:17:"bg_parallax_image";s:0:"";s:17:"bg_parallax_speed";s:4:"fast";s:8:"bg_color";s:0:"";s:10:"bg_opacity";s:3:"100";s:16:"bg_overlay_color";s:0:"";s:18:"bg_overlay_opacity";s:2:"50";s:11:"border_type";s:0:"";s:12:"border_color";s:0:"";s:14:"border_opacity";s:3:"100";s:10:"border_top";s:1:"1";s:17:"border_top_medium";s:0:"";s:21:"border_top_responsive";s:0:"";s:13:"border_bottom";s:1:"1";s:20:"border_bottom_medium";s:0:"";s:24:"border_bottom_responsive";s:0:"";s:11:"border_left";s:1:"0";s:18:"border_left_medium";s:0:"";s:22:"border_left_responsive";s:0:"";s:12:"border_right";s:1:"0";s:19:"border_right_medium";s:0:"";s:23:"border_right_responsive";s:0:"";s:10:"margin_top";s:0:"";s:17:"margin_top_medium";s:0:"";s:21:"margin_top_responsive";s:0:"";s:13:"margin_bottom";s:0:"";s:20:"margin_bottom_medium";s:0:"";s:24:"margin_bottom_responsive";s:0:"";s:11:"margin_left";s:0:"";s:18:"margin_left_medium";s:0:"";s:22:"margin_left_responsive";s:0:"";s:12:"margin_right";s:0:"";s:19:"margin_right_medium";s:0:"";s:23:"margin_right_responsive";s:0:"";s:11:"padding_top";s:0:"";s:18:"padding_top_medium";s:0:"";s:22:"padding_top_responsive";s:0:"";s:14:"padding_bottom";s:0:"";s:21:"padding_bottom_medium";s:0:"";s:25:"padding_bottom_responsive";s:0:"";s:12:"padding_left";s:0:"";s:19:"padding_left_medium";s:0:"";s:23:"padding_left_responsive";s:0:"";s:13:"padding_right";s:0:"";s:20:"padding_right_medium";s:0:"";s:24:"padding_right_responsive";s:0:"";s:18:"responsive_display";s:0:"";s:18:"visibility_display";s:0:"";s:26:"visibility_user_capability";s:0:"";s:2:"id";s:0:"";s:5:"class";s:0:"";}}s:13:"59d67bb10140c";O:8:"stdClass":5:{s:4:"node";s:13:"59d67bb10140c";s:4:"type";s:12:"column-group";s:6:"parent";s:13:"59d67bb10129b";s:8:"position";i:0;s:8:"settings";s:0:"";}s:13:"59d67bb10144a";O:8:"stdClass":5:{s:4:"node";s:13:"59d67bb10144a";s:4:"type";s:6:"column";s:6:"parent";s:13:"59d67bb10140c";s:8:"position";i:0;s:8:"settings";O:8:"stdClass":68:{s:4:"size";i:100;s:12:"equal_height";s:2:"no";s:17:"content_alignment";s:3:"top";s:18:"vertical_alignment";s:0:"";s:16:"predefined_color";s:0:"";s:10:"text_color";s:0:"";s:10:"link_color";s:0:"";s:11:"hover_color";s:0:"";s:13:"heading_color";s:0:"";s:7:"bg_type";s:5:"color";s:8:"bg_color";s:0:"";s:10:"bg_opacity";s:3:"100";s:8:"bg_image";s:0:"";s:9:"bg_repeat";s:4:"none";s:11:"bg_position";s:13:"center center";s:13:"bg_attachment";s:6:"scroll";s:7:"bg_size";s:5:"cover";s:16:"bg_overlay_color";s:0:"";s:18:"bg_overlay_opacity";s:2:"50";s:11:"border_type";s:0:"";s:12:"border_color";s:0:"";s:14:"border_opacity";s:3:"100";s:10:"border_top";s:1:"1";s:17:"border_top_medium";s:0:"";s:21:"border_top_responsive";s:0:"";s:13:"border_bottom";s:1:"1";s:20:"border_bottom_medium";s:0:"";s:24:"border_bottom_responsive";s:0:"";s:11:"border_left";s:1:"1";s:18:"border_left_medium";s:0:"";s:22:"border_left_responsive";s:0:"";s:12:"border_right";s:1:"1";s:19:"border_right_medium";s:0:"";s:23:"border_right_responsive";s:0:"";s:10:"margin_top";s:0:"";s:17:"margin_top_medium";s:0:"";s:21:"margin_top_responsive";s:0:"";s:13:"margin_bottom";s:0:"";s:20:"margin_bottom_medium";s:0:"";s:24:"margin_bottom_responsive";s:0:"";s:11:"margin_left";s:0:"";s:18:"margin_left_medium";s:0:"";s:22:"margin_left_responsive";s:0:"";s:12:"margin_right";s:0:"";s:19:"margin_right_medium";s:0:"";s:23:"margin_right_responsive";s:0:"";s:11:"padding_top";s:0:"";s:18:"padding_top_medium";s:0:"";s:22:"padding_top_responsive";s:0:"";s:14:"padding_bottom";s:0:"";s:21:"padding_bottom_medium";s:0:"";s:25:"padding_bottom_responsive";s:0:"";s:12:"padding_left";s:0:"";s:19:"padding_left_medium";s:0:"";s:23:"padding_left_responsive";s:0:"";s:13:"padding_right";s:0:"";s:20:"padding_right_medium";s:0:"";s:24:"padding_right_responsive";s:0:"";s:18:"responsive_display";s:0:"";s:11:"medium_size";s:0:"";s:18:"custom_medium_size";s:3:"100";s:15:"responsive_size";s:0:"";s:22:"custom_responsive_size";s:3:"100";s:16:"responsive_order";s:7:"default";s:18:"visibility_display";s:0:"";s:26:"visibility_user_capability";s:0:"";s:2:"id";s:0:"";s:5:"class";s:0:"";}}s:13:"59d67bb101486";O:8:"stdClass":5:{s:4:"node";s:13:"59d67bb101486";s:4:"type";s:6:"module";s:6:"parent";s:13:"59d67bb10144a";s:8:"position";i:0;s:8:"settings";O:8:"stdClass":21:{s:4:"text";s:6:"
";s:10:"margin_top";s:0:"";s:17:"margin_top_medium";s:0:"";s:21:"margin_top_responsive";s:0:"";s:13:"margin_bottom";s:0:"";s:20:"margin_bottom_medium";s:0:"";s:24:"margin_bottom_responsive";s:0:"";s:11:"margin_left";s:0:"";s:18:"margin_left_medium";s:0:"";s:22:"margin_left_responsive";s:0:"";s:12:"margin_right";s:0:"";s:19:"margin_right_medium";s:0:"";s:23:"margin_right_responsive";s:0:"";s:18:"responsive_display";s:0:"";s:18:"visibility_display";s:0:"";s:26:"visibility_user_capability";s:0:"";s:9:"animation";s:0:"";s:15:"animation_delay";s:3:"0.0";s:2:"id";s:0:"";s:5:"class";s:0:"";s:4:"type";s:9:"rich-text";}}s:13:"59d67c3374bb7";O:8:"stdClass":5:{s:4:"node";s:13:"59d67c3374bb7";s:4:"type";s:3:"row";s:6:"parent";N;s:8:"position";i:1;s:8:"settings";O:8:"stdClass":81:{s:5:"width";s:5:"fixed";s:13:"content_width";s:5:"fixed";s:11:"full_height";s:7:"default";s:17:"content_alignment";s:6:"center";s:18:"vertical_alignment";s:0:"";s:16:"predefined_color";s:0:"";s:10:"text_color";s:0:"";s:10:"link_color";s:0:"";s:11:"hover_color";s:0:"";s:13:"heading_color";s:0:"";s:7:"bg_type";s:4:"none";s:8:"bg_image";s:0:"";s:9:"bg_repeat";s:9:"no-repeat";s:11:"bg_position";s:13:"center center";s:13:"bg_attachment";s:6:"scroll";s:7:"bg_size";s:5:"cover";s:15:"bg_video_source";s:9:"wordpress";s:8:"bg_video";s:0:"";s:13:"bg_video_webm";s:0:"";s:16:"bg_video_url_mp4";s:0:"";s:17:"bg_video_url_webm";s:0:"";s:20:"bg_video_service_url";s:0:"";s:14:"bg_video_audio";s:2:"no";s:17:"bg_video_fallback";s:0:"";s:9:"ss_source";s:9:"wordpress";s:9:"ss_photos";s:0:"";s:11:"ss_feed_url";s:0:"";s:8:"ss_speed";s:1:"3";s:13:"ss_transition";s:4:"fade";s:21:"ss_transitionDuration";s:1:"1";s:12:"ss_randomize";s:5:"false";s:17:"bg_parallax_image";s:0:"";s:17:"bg_parallax_speed";s:1:"2";s:8:"bg_color";s:0:"";s:10:"bg_opacity";s:3:"100";s:16:"bg_overlay_color";s:0:"";s:18:"bg_overlay_opacity";s:2:"50";s:11:"border_type";s:0:"";s:12:"border_color";s:0:"";s:14:"border_opacity";s:3:"100";s:10:"border_top";s:1:"1";s:17:"border_top_medium";s:0:"";s:21:"border_top_responsive";s:0:"";s:13:"border_bottom";s:1:"1";s:20:"border_bottom_medium";s:0:"";s:24:"border_bottom_responsive";s:0:"";s:11:"border_left";s:1:"0";s:18:"border_left_medium";s:0:"";s:22:"border_left_responsive";s:0:"";s:12:"border_right";s:1:"0";s:19:"border_right_medium";s:0:"";s:23:"border_right_responsive";s:0:"";s:10:"margin_top";s:3:"100";s:17:"margin_top_medium";s:0:"";s:21:"margin_top_responsive";s:0:"";s:13:"margin_bottom";s:2:"50";s:20:"margin_bottom_medium";s:0:"";s:24:"margin_bottom_responsive";s:0:"";s:11:"margin_left";s:0:"";s:18:"margin_left_medium";s:0:"";s:22:"margin_left_responsive";s:0:"";s:12:"margin_right";s:0:"";s:19:"margin_right_medium";s:0:"";s:23:"margin_right_responsive";s:0:"";s:11:"padding_top";s:0:"";s:18:"padding_top_medium";s:0:"";s:22:"padding_top_responsive";s:0:"";s:14:"padding_bottom";s:0:"";s:21:"padding_bottom_medium";s:0:"";s:25:"padding_bottom_responsive";s:0:"";s:12:"padding_left";s:0:"";s:19:"padding_left_medium";s:0:"";s:23:"padding_left_responsive";s:0:"";s:13:"padding_right";s:0:"";s:20:"padding_right_medium";s:0:"";s:24:"padding_right_responsive";s:0:"";s:18:"responsive_display";s:0:"";s:18:"visibility_display";s:0:"";s:26:"visibility_user_capability";s:0:"";s:2:"id";s:0:"";s:5:"class";s:0:"";}}s:13:"59d67c33783e8";O:8:"stdClass":5:{s:4:"node";s:13:"59d67c33783e8";s:4:"type";s:12:"column-group";s:6:"parent";s:13:"59d67c3374bb7";s:8:"position";i:0;s:8:"settings";s:0:"";}s:13:"59d67c3378465";O:8:"stdClass":5:{s:4:"node";s:13:"59d67c3378465";s:4:"type";s:6:"column";s:6:"parent";s:13:"59d67c33783e8";s:8:"position";i:0;s:8:"settings";O:8:"stdClass":1:{s:4:"size";i:100;}}s:13:"59d67c3374575";O:8:"stdClass":5:{s:4:"node";s:13:"59d67c3374575";s:4:"type";s:6:"module";s:6:"parent";s:13:"59d67c3378465";s:8:"position";i:0;s:8:"settings";O:8:"stdClass":21:{s:4:"text";s:216:"

The best services on the market

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum in mauris eleifend, egestas lectus et, vulputate orci.";s:10:"margin_top";s:0:"";s:17:"margin_top_medium";s:0:"";s:21:"margin_top_responsive";s:0:"";s:13:"margin_bottom";s:0:"";s:20:"margin_bottom_medium";s:0:"";s:24:"margin_bottom_responsive";s:0:"";s:11:"margin_left";s:0:"";s:18:"margin_left_medium";s:0:"";s:22:"margin_left_responsive";s:0:"";s:12:"margin_right";s:0:"";s:19:"margin_right_medium";s:0:"";s:23:"margin_right_responsive";s:0:"";s:18:"responsive_display";s:0:"";s:18:"visibility_display";s:0:"";s:26:"visibility_user_capability";s:0:"";s:9:"animation";s:0:"";s:15:"animation_delay";s:3:"0.0";s:2:"id";s:0:"";s:5:"class";s:0:"";s:4:"type";s:9:"rich-text";}}s:13:"59d67ca414a34";O:8:"stdClass":5:{s:4:"node";s:13:"59d67ca414a34";s:4:"type";s:3:"row";s:6:"parent";N;s:8:"position";i:4;s:8:"settings";O:8:"stdClass":81:{s:5:"width";s:5:"fixed";s:13:"content_width";s:5:"fixed";s:11:"full_height";s:7:"default";s:17:"content_alignment";s:6:"center";s:18:"vertical_alignment";s:0:"";s:16:"predefined_color";s:0:"";s:10:"text_color";s:0:"";s:10:"link_color";s:0:"";s:11:"hover_color";s:0:"";s:13:"heading_color";s:0:"";s:7:"bg_type";s:4:"none";s:8:"bg_image";s:0:"";s:9:"bg_repeat";s:4:"none";s:11:"bg_position";s:13:"center center";s:13:"bg_attachment";s:6:"scroll";s:7:"bg_size";s:5:"cover";s:15:"bg_video_source";s:9:"wordpress";s:8:"bg_video";s:0:"";s:13:"bg_video_webm";s:0:"";s:16:"bg_video_url_mp4";s:0:"";s:17:"bg_video_url_webm";s:0:"";s:20:"bg_video_service_url";s:0:"";s:14:"bg_video_audio";s:2:"no";s:17:"bg_video_fallback";s:0:"";s:9:"ss_source";s:9:"wordpress";s:9:"ss_photos";s:0:"";s:11:"ss_feed_url";s:0:"";s:8:"ss_speed";s:1:"3";s:13:"ss_transition";s:4:"fade";s:21:"ss_transitionDuration";s:1:"1";s:12:"ss_randomize";s:5:"false";s:17:"bg_parallax_image";s:0:"";s:17:"bg_parallax_speed";s:4:"fast";s:8:"bg_color";s:0:"";s:10:"bg_opacity";s:3:"100";s:16:"bg_overlay_color";s:0:"";s:18:"bg_overlay_opacity";s:2:"50";s:11:"border_type";s:0:"";s:12:"border_color";s:0:"";s:14:"border_opacity";s:3:"100";s:10:"border_top";s:1:"1";s:17:"border_top_medium";s:0:"";s:21:"border_top_responsive";s:0:"";s:13:"border_bottom";s:1:"1";s:20:"border_bottom_medium";s:0:"";s:24:"border_bottom_responsive";s:0:"";s:11:"border_left";s:1:"0";s:18:"border_left_medium";s:0:"";s:22:"border_left_responsive";s:0:"";s:12:"border_right";s:1:"0";s:19:"border_right_medium";s:0:"";s:23:"border_right_responsive";s:0:"";s:10:"margin_top";s:0:"";s:17:"margin_top_medium";s:0:"";s:21:"margin_top_responsive";s:0:"";s:13:"margin_bottom";s:0:"";s:20:"margin_bottom_medium";s:0:"";s:24:"margin_bottom_responsive";s:0:"";s:11:"margin_left";s:0:"";s:18:"margin_left_medium";s:0:"";s:22:"margin_left_responsive";s:0:"";s:12:"margin_right";s:0:"";s:19:"margin_right_medium";s:0:"";s:23:"margin_right_responsive";s:0:"";s:11:"padding_top";s:0:"";s:18:"padding_top_medium";s:0:"";s:22:"padding_top_responsive";s:0:"";s:14:"padding_bottom";s:0:"";s:21:"padding_bottom_medium";s:0:"";s:25:"padding_bottom_responsive";s:0:"";s:12:"padding_left";s:0:"";s:19:"padding_left_medium";s:0:"";s:23:"padding_left_responsive";s:0:"";s:13:"padding_right";s:0:"";s:20:"padding_right_medium";s:0:"";s:24:"padding_right_responsive";s:0:"";s:18:"responsive_display";s:0:"";s:18:"visibility_display";s:0:"";s:26:"visibility_user_capability";s:0:"";s:2:"id";s:0:"";s:5:"class";s:0:"";}}s:13:"59d67ca414b1a";O:8:"stdClass":5:{s:4:"node";s:13:"59d67ca414b1a";s:4:"type";s:12:"column-group";s:6:"parent";s:13:"59d67ca414a34";s:8:"position";i:0;s:8:"settings";s:0:"";}s:13:"59d67ca414b54";O:8:"stdClass":5:{s:4:"node";s:13:"59d67ca414b54";s:4:"type";s:6:"column";s:6:"parent";s:13:"59d67ca414b1a";s:8:"position";i:0;s:8:"settings";O:8:"stdClass":68:{s:4:"size";i:100;s:12:"equal_height";s:2:"no";s:17:"content_alignment";s:3:"top";s:18:"vertical_alignment";s:0:"";s:16:"predefined_color";s:0:"";s:10:"text_color";s:0:"";s:10:"link_color";s:0:"";s:11:"hover_color";s:0:"";s:13:"heading_color";s:0:"";s:7:"bg_type";s:5:"color";s:8:"bg_color";s:0:"";s:10:"bg_opacity";s:3:"100";s:8:"bg_image";s:0:"";s:9:"bg_repeat";s:4:"none";s:11:"bg_position";s:13:"center center";s:13:"bg_attachment";s:6:"scroll";s:7:"bg_size";s:5:"cover";s:16:"bg_overlay_color";s:0:"";s:18:"bg_overlay_opacity";s:2:"50";s:11:"border_type";s:0:"";s:12:"border_color";s:0:"";s:14:"border_opacity";s:3:"100";s:10:"border_top";s:1:"1";s:17:"border_top_medium";s:0:"";s:21:"border_top_responsive";s:0:"";s:13:"border_bottom";s:1:"1";s:20:"border_bottom_medium";s:0:"";s:24:"border_bottom_responsive";s:0:"";s:11:"border_left";s:1:"1";s:18:"border_left_medium";s:0:"";s:22:"border_left_responsive";s:0:"";s:12:"border_right";s:1:"1";s:19:"border_right_medium";s:0:"";s:23:"border_right_responsive";s:0:"";s:10:"margin_top";s:0:"";s:17:"margin_top_medium";s:0:"";s:21:"margin_top_responsive";s:0:"";s:13:"margin_bottom";s:0:"";s:20:"margin_bottom_medium";s:0:"";s:24:"margin_bottom_responsive";s:0:"";s:11:"margin_left";s:0:"";s:18:"margin_left_medium";s:0:"";s:22:"margin_left_responsive";s:0:"";s:12:"margin_right";s:0:"";s:19:"margin_right_medium";s:0:"";s:23:"margin_right_responsive";s:0:"";s:11:"padding_top";s:0:"";s:18:"padding_top_medium";s:0:"";s:22:"padding_top_responsive";s:0:"";s:14:"padding_bottom";s:0:"";s:21:"padding_bottom_medium";s:0:"";s:25:"padding_bottom_responsive";s:0:"";s:12:"padding_left";s:0:"";s:19:"padding_left_medium";s:0:"";s:23:"padding_left_responsive";s:0:"";s:13:"padding_right";s:0:"";s:20:"padding_right_medium";s:0:"";s:24:"padding_right_responsive";s:0:"";s:18:"responsive_display";s:0:"";s:11:"medium_size";s:0:"";s:18:"custom_medium_size";s:3:"100";s:15:"responsive_size";s:0:"";s:22:"custom_responsive_size";s:3:"100";s:16:"responsive_order";s:7:"default";s:18:"visibility_display";s:0:"";s:26:"visibility_user_capability";s:0:"";s:2:"id";s:0:"";s:5:"class";s:0:"";}}s:13:"59d67ca414b8a";O:8:"stdClass":5:{s:4:"node";s:13:"59d67ca414b8a";s:4:"type";s:6:"module";s:6:"parent";s:13:"59d67ca414b54";s:8:"position";i:0;s:8:"settings";O:8:"stdClass":21:{s:4:"text";s:6:"
";s:10:"margin_top";s:0:"";s:17:"margin_top_medium";s:0:"";s:21:"margin_top_responsive";s:0:"";s:13:"margin_bottom";s:0:"";s:20:"margin_bottom_medium";s:0:"";s:24:"margin_bottom_responsive";s:0:"";s:11:"margin_left";s:0:"";s:18:"margin_left_medium";s:0:"";s:22:"margin_left_responsive";s:0:"";s:12:"margin_right";s:0:"";s:19:"margin_right_medium";s:0:"";s:23:"margin_right_responsive";s:0:"";s:18:"responsive_display";s:0:"";s:18:"visibility_display";s:0:"";s:26:"visibility_user_capability";s:0:"";s:9:"animation";s:0:"";s:15:"animation_delay";s:3:"0.0";s:2:"id";s:0:"";s:5:"class";s:0:"";s:4:"type";s:9:"rich-text";}}s:13:"59d67cb05da6f";O:8:"stdClass":5:{s:4:"node";s:13:"59d67cb05da6f";s:4:"type";s:3:"row";s:6:"parent";N;s:8:"position";i:6;s:8:"settings";O:8:"stdClass":81:{s:5:"width";s:5:"fixed";s:13:"content_width";s:5:"fixed";s:11:"full_height";s:7:"default";s:17:"content_alignment";s:6:"center";s:18:"vertical_alignment";s:0:"";s:16:"predefined_color";s:0:"";s:10:"text_color";s:0:"";s:10:"link_color";s:0:"";s:11:"hover_color";s:0:"";s:13:"heading_color";s:0:"";s:7:"bg_type";s:4:"none";s:8:"bg_image";s:0:"";s:9:"bg_repeat";s:4:"none";s:11:"bg_position";s:13:"center center";s:13:"bg_attachment";s:6:"scroll";s:7:"bg_size";s:5:"cover";s:15:"bg_video_source";s:9:"wordpress";s:8:"bg_video";s:0:"";s:13:"bg_video_webm";s:0:"";s:16:"bg_video_url_mp4";s:0:"";s:17:"bg_video_url_webm";s:0:"";s:20:"bg_video_service_url";s:0:"";s:14:"bg_video_audio";s:2:"no";s:17:"bg_video_fallback";s:0:"";s:9:"ss_source";s:9:"wordpress";s:9:"ss_photos";s:0:"";s:11:"ss_feed_url";s:0:"";s:8:"ss_speed";s:1:"3";s:13:"ss_transition";s:4:"fade";s:21:"ss_transitionDuration";s:1:"1";s:12:"ss_randomize";s:5:"false";s:17:"bg_parallax_image";s:0:"";s:17:"bg_parallax_speed";s:4:"fast";s:8:"bg_color";s:0:"";s:10:"bg_opacity";s:3:"100";s:16:"bg_overlay_color";s:0:"";s:18:"bg_overlay_opacity";s:2:"50";s:11:"border_type";s:0:"";s:12:"border_color";s:0:"";s:14:"border_opacity";s:3:"100";s:10:"border_top";s:1:"1";s:17:"border_top_medium";s:0:"";s:21:"border_top_responsive";s:0:"";s:13:"border_bottom";s:1:"1";s:20:"border_bottom_medium";s:0:"";s:24:"border_bottom_responsive";s:0:"";s:11:"border_left";s:1:"0";s:18:"border_left_medium";s:0:"";s:22:"border_left_responsive";s:0:"";s:12:"border_right";s:1:"0";s:19:"border_right_medium";s:0:"";s:23:"border_right_responsive";s:0:"";s:10:"margin_top";s:0:"";s:17:"margin_top_medium";s:0:"";s:21:"margin_top_responsive";s:0:"";s:13:"margin_bottom";s:0:"";s:20:"margin_bottom_medium";s:0:"";s:24:"margin_bottom_responsive";s:0:"";s:11:"margin_left";s:0:"";s:18:"margin_left_medium";s:0:"";s:22:"margin_left_responsive";s:0:"";s:12:"margin_right";s:0:"";s:19:"margin_right_medium";s:0:"";s:23:"margin_right_responsive";s:0:"";s:11:"padding_top";s:0:"";s:18:"padding_top_medium";s:0:"";s:22:"padding_top_responsive";s:0:"";s:14:"padding_bottom";s:0:"";s:21:"padding_bottom_medium";s:0:"";s:25:"padding_bottom_responsive";s:0:"";s:12:"padding_left";s:0:"";s:19:"padding_left_medium";s:0:"";s:23:"padding_left_responsive";s:0:"";s:13:"padding_right";s:0:"";s:20:"padding_right_medium";s:0:"";s:24:"padding_right_responsive";s:0:"";s:18:"responsive_display";s:0:"";s:18:"visibility_display";s:0:"";s:26:"visibility_user_capability";s:0:"";s:2:"id";s:0:"";s:5:"class";s:0:"";}}s:13:"59d67cb05db53";O:8:"stdClass":5:{s:4:"node";s:13:"59d67cb05db53";s:4:"type";s:12:"column-group";s:6:"parent";s:13:"59d67cb05da6f";s:8:"position";i:0;s:8:"settings";s:0:"";}s:13:"59d67cb05db8a";O:8:"stdClass":5:{s:4:"node";s:13:"59d67cb05db8a";s:4:"type";s:6:"column";s:6:"parent";s:13:"59d67cb05db53";s:8:"position";i:0;s:8:"settings";O:8:"stdClass":68:{s:4:"size";i:100;s:12:"equal_height";s:2:"no";s:17:"content_alignment";s:3:"top";s:18:"vertical_alignment";s:0:"";s:16:"predefined_color";s:0:"";s:10:"text_color";s:0:"";s:10:"link_color";s:0:"";s:11:"hover_color";s:0:"";s:13:"heading_color";s:0:"";s:7:"bg_type";s:5:"color";s:8:"bg_color";s:0:"";s:10:"bg_opacity";s:3:"100";s:8:"bg_image";s:0:"";s:9:"bg_repeat";s:4:"none";s:11:"bg_position";s:13:"center center";s:13:"bg_attachment";s:6:"scroll";s:7:"bg_size";s:5:"cover";s:16:"bg_overlay_color";s:0:"";s:18:"bg_overlay_opacity";s:2:"50";s:11:"border_type";s:0:"";s:12:"border_color";s:0:"";s:14:"border_opacity";s:3:"100";s:10:"border_top";s:1:"1";s:17:"border_top_medium";s:0:"";s:21:"border_top_responsive";s:0:"";s:13:"border_bottom";s:1:"1";s:20:"border_bottom_medium";s:0:"";s:24:"border_bottom_responsive";s:0:"";s:11:"border_left";s:1:"1";s:18:"border_left_medium";s:0:"";s:22:"border_left_responsive";s:0:"";s:12:"border_right";s:1:"1";s:19:"border_right_medium";s:0:"";s:23:"border_right_responsive";s:0:"";s:10:"margin_top";s:0:"";s:17:"margin_top_medium";s:0:"";s:21:"margin_top_responsive";s:0:"";s:13:"margin_bottom";s:0:"";s:20:"margin_bottom_medium";s:0:"";s:24:"margin_bottom_responsive";s:0:"";s:11:"margin_left";s:0:"";s:18:"margin_left_medium";s:0:"";s:22:"margin_left_responsive";s:0:"";s:12:"margin_right";s:0:"";s:19:"margin_right_medium";s:0:"";s:23:"margin_right_responsive";s:0:"";s:11:"padding_top";s:0:"";s:18:"padding_top_medium";s:0:"";s:22:"padding_top_responsive";s:0:"";s:14:"padding_bottom";s:0:"";s:21:"padding_bottom_medium";s:0:"";s:25:"padding_bottom_responsive";s:0:"";s:12:"padding_left";s:0:"";s:19:"padding_left_medium";s:0:"";s:23:"padding_left_responsive";s:0:"";s:13:"padding_right";s:0:"";s:20:"padding_right_medium";s:0:"";s:24:"padding_right_responsive";s:0:"";s:18:"responsive_display";s:0:"";s:11:"medium_size";s:0:"";s:18:"custom_medium_size";s:3:"100";s:15:"responsive_size";s:0:"";s:22:"custom_responsive_size";s:3:"100";s:16:"responsive_order";s:7:"default";s:18:"visibility_display";s:0:"";s:26:"visibility_user_capability";s:0:"";s:2:"id";s:0:"";s:5:"class";s:0:"";}}s:13:"59d67cb05dbc1";O:8:"stdClass":5:{s:4:"node";s:13:"59d67cb05dbc1";s:4:"type";s:6:"module";s:6:"parent";s:13:"59d67cb05db8a";s:8:"position";i:0;s:8:"settings";O:8:"stdClass":21:{s:4:"text";s:6:"
";s:10:"margin_top";s:0:"";s:17:"margin_top_medium";s:0:"";s:21:"margin_top_responsive";s:0:"";s:13:"margin_bottom";s:0:"";s:20:"margin_bottom_medium";s:0:"";s:24:"margin_bottom_responsive";s:0:"";s:11:"margin_left";s:0:"";s:18:"margin_left_medium";s:0:"";s:22:"margin_left_responsive";s:0:"";s:12:"margin_right";s:0:"";s:19:"margin_right_medium";s:0:"";s:23:"margin_right_responsive";s:0:"";s:18:"responsive_display";s:0:"";s:18:"visibility_display";s:0:"";s:26:"visibility_user_capability";s:0:"";s:9:"animation";s:0:"";s:15:"animation_delay";s:3:"0.0";s:2:"id";s:0:"";s:5:"class";s:0:"";s:4:"type";s:9:"rich-text";}}s:13:"59d67d2f94efe";O:8:"stdClass":5:{s:4:"node";s:13:"59d67d2f94efe";s:4:"type";s:3:"row";s:6:"parent";N;s:8:"position";i:9;s:8:"settings";O:8:"stdClass":82:{s:5:"width";s:4:"full";s:13:"content_width";s:5:"fixed";s:11:"full_height";s:7:"default";s:17:"content_alignment";s:6:"center";s:18:"vertical_alignment";s:0:"";s:16:"predefined_color";s:0:"";s:10:"text_color";s:6:"fefeff";s:10:"link_color";s:0:"";s:11:"hover_color";s:0:"";s:13:"heading_color";s:0:"";s:7:"bg_type";s:5:"photo";s:8:"bg_image";s:3:"241";s:9:"bg_repeat";s:9:"no-repeat";s:11:"bg_position";s:11:"left center";s:13:"bg_attachment";s:5:"fixed";s:7:"bg_size";s:5:"cover";s:15:"bg_video_source";s:9:"wordpress";s:8:"bg_video";s:0:"";s:13:"bg_video_webm";s:0:"";s:16:"bg_video_url_mp4";s:0:"";s:17:"bg_video_url_webm";s:0:"";s:20:"bg_video_service_url";s:0:"";s:14:"bg_video_audio";s:2:"no";s:17:"bg_video_fallback";s:0:"";s:9:"ss_source";s:9:"wordpress";s:9:"ss_photos";s:0:"";s:11:"ss_feed_url";s:0:"";s:8:"ss_speed";s:1:"3";s:13:"ss_transition";s:4:"fade";s:21:"ss_transitionDuration";s:1:"1";s:12:"ss_randomize";s:5:"false";s:17:"bg_parallax_image";s:0:"";s:17:"bg_parallax_speed";s:1:"2";s:8:"bg_color";s:6:"273a7d";s:10:"bg_opacity";s:3:"100";s:16:"bg_overlay_color";s:6:"273a7d";s:18:"bg_overlay_opacity";s:2:"85";s:11:"border_type";s:0:"";s:12:"border_color";s:0:"";s:14:"border_opacity";s:3:"100";s:10:"border_top";s:1:"1";s:17:"border_top_medium";s:0:"";s:21:"border_top_responsive";s:0:"";s:13:"border_bottom";s:1:"1";s:20:"border_bottom_medium";s:0:"";s:24:"border_bottom_responsive";s:0:"";s:11:"border_left";s:1:"0";s:18:"border_left_medium";s:0:"";s:22:"border_left_responsive";s:0:"";s:12:"border_right";s:1:"0";s:19:"border_right_medium";s:0:"";s:23:"border_right_responsive";s:0:"";s:10:"margin_top";s:3:"100";s:17:"margin_top_medium";s:0:"";s:21:"margin_top_responsive";s:0:"";s:13:"margin_bottom";s:0:"";s:20:"margin_bottom_medium";s:0:"";s:24:"margin_bottom_responsive";s:0:"";s:11:"margin_left";s:0:"";s:18:"margin_left_medium";s:0:"";s:22:"margin_left_responsive";s:0:"";s:12:"margin_right";s:0:"";s:19:"margin_right_medium";s:0:"";s:23:"margin_right_responsive";s:0:"";s:11:"padding_top";s:3:"150";s:18:"padding_top_medium";s:3:"100";s:22:"padding_top_responsive";s:2:"50";s:14:"padding_bottom";s:3:"150";s:21:"padding_bottom_medium";s:3:"100";s:25:"padding_bottom_responsive";s:2:"50";s:12:"padding_left";s:0:"";s:19:"padding_left_medium";s:0:"";s:23:"padding_left_responsive";s:0:"";s:13:"padding_right";s:0:"";s:20:"padding_right_medium";s:0:"";s:24:"padding_right_responsive";s:0:"";s:18:"responsive_display";s:0:"";s:18:"visibility_display";s:0:"";s:26:"visibility_user_capability";s:0:"";s:2:"id";s:0:"";s:5:"class";s:0:"";s:12:"bg_image_src";s:109:"https://themedemos.webmandesign.eu/reykjavik/wp-content/uploads/sites/19/SAMPLE/_vlad-chernolyasov-397342.jpg";}}s:13:"59d67d2f98787";O:8:"stdClass":5:{s:4:"node";s:13:"59d67d2f98787";s:4:"type";s:12:"column-group";s:6:"parent";s:13:"59d67d2f94efe";s:8:"position";i:0;s:8:"settings";s:0:"";}s:13:"59d67d2f9880b";O:8:"stdClass":5:{s:4:"node";s:13:"59d67d2f9880b";s:4:"type";s:6:"column";s:6:"parent";s:13:"59d67d2f98787";s:8:"position";i:0;s:8:"settings";O:8:"stdClass":1:{s:4:"size";d:50;}}s:13:"59d67d2f98845";O:8:"stdClass":5:{s:4:"node";s:13:"59d67d2f98845";s:4:"type";s:6:"column";s:6:"parent";s:13:"59d67d2f98787";s:8:"position";i:1;s:8:"settings";O:8:"stdClass":68:{s:4:"size";s:2:"50";s:12:"equal_height";s:2:"no";s:17:"content_alignment";s:3:"top";s:18:"vertical_alignment";s:0:"";s:16:"predefined_color";s:0:"";s:10:"text_color";s:0:"";s:10:"link_color";s:0:"";s:11:"hover_color";s:0:"";s:13:"heading_color";s:0:"";s:7:"bg_type";s:5:"color";s:8:"bg_color";s:0:"";s:10:"bg_opacity";s:3:"100";s:8:"bg_image";s:0:"";s:9:"bg_repeat";s:9:"no-repeat";s:11:"bg_position";s:13:"center center";s:13:"bg_attachment";s:6:"scroll";s:7:"bg_size";s:5:"cover";s:16:"bg_overlay_color";s:0:"";s:18:"bg_overlay_opacity";s:2:"50";s:11:"border_type";s:0:"";s:12:"border_color";s:0:"";s:14:"border_opacity";s:3:"100";s:10:"border_top";s:1:"1";s:17:"border_top_medium";s:0:"";s:21:"border_top_responsive";s:0:"";s:13:"border_bottom";s:1:"1";s:20:"border_bottom_medium";s:0:"";s:24:"border_bottom_responsive";s:0:"";s:11:"border_left";s:1:"1";s:18:"border_left_medium";s:0:"";s:22:"border_left_responsive";s:0:"";s:12:"border_right";s:1:"1";s:19:"border_right_medium";s:0:"";s:23:"border_right_responsive";s:0:"";s:10:"margin_top";s:0:"";s:17:"margin_top_medium";s:0:"";s:21:"margin_top_responsive";s:0:"";s:13:"margin_bottom";s:0:"";s:20:"margin_bottom_medium";s:0:"";s:24:"margin_bottom_responsive";s:0:"";s:11:"margin_left";s:0:"";s:18:"margin_left_medium";s:0:"";s:22:"margin_left_responsive";s:0:"";s:12:"margin_right";s:0:"";s:19:"margin_right_medium";s:0:"";s:23:"margin_right_responsive";s:0:"";s:11:"padding_top";s:0:"";s:18:"padding_top_medium";s:0:"";s:22:"padding_top_responsive";s:0:"";s:14:"padding_bottom";s:0:"";s:21:"padding_bottom_medium";s:0:"";s:25:"padding_bottom_responsive";s:0:"";s:12:"padding_left";s:0:"";s:19:"padding_left_medium";s:0:"";s:23:"padding_left_responsive";s:0:"";s:13:"padding_right";s:0:"";s:20:"padding_right_medium";s:0:"";s:24:"padding_right_responsive";s:0:"";s:18:"responsive_display";s:14:"desktop-medium";s:11:"medium_size";s:7:"default";s:18:"custom_medium_size";s:3:"100";s:15:"responsive_size";s:7:"default";s:22:"custom_responsive_size";s:3:"100";s:16:"responsive_order";s:7:"default";s:18:"visibility_display";s:0:"";s:26:"visibility_user_capability";s:0:"";s:2:"id";s:0:"";s:5:"class";s:0:"";}}s:13:"59d67da063c7f";O:8:"stdClass":5:{s:4:"node";s:13:"59d67da063c7f";s:4:"type";s:6:"module";s:6:"parent";s:13:"59d67d2f9880b";s:8:"position";i:0;s:8:"settings";O:8:"stdClass":21:{s:4:"text";s:216:"

Pricing plan 1

@@ -6803,15 +7323,15 @@ Vestibulum in mauris eleifend, egestas lectus et, vulputate orci.";s:10:"margin_ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum in mauris eleifend, egestas lectus et, vulputate orci.";s:10:"margin_top";s:0:"";s:17:"margin_top_medium";s:0:"";s:21:"margin_top_responsive";s:0:"";s:13:"margin_bottom";s:0:"";s:20:"margin_bottom_medium";s:0:"";s:24:"margin_bottom_responsive";s:0:"";s:11:"margin_left";s:0:"";s:18:"margin_left_medium";s:0:"";s:22:"margin_left_responsive";s:0:"";s:12:"margin_right";s:0:"";s:19:"margin_right_medium";s:0:"";s:23:"margin_right_responsive";s:0:"";s:18:"responsive_display";s:0:"";s:18:"visibility_display";s:0:"";s:26:"visibility_user_capability";s:0:"";s:9:"animation";s:0:"";s:15:"animation_delay";s:3:"0.0";s:2:"id";s:0:"";s:5:"class";s:0:"";s:4:"type";s:9:"rich-text";}}s:13:"59d680584fcbf";O:8:"stdClass":5:{s:4:"node";s:13:"59d680584fcbf";s:4:"type";s:3:"row";s:6:"parent";N;s:8:"position";i:13;s:8:"settings";O:8:"stdClass":81:{s:5:"width";s:5:"fixed";s:13:"content_width";s:5:"fixed";s:11:"full_height";s:7:"default";s:17:"content_alignment";s:6:"center";s:18:"vertical_alignment";s:0:"";s:16:"predefined_color";s:0:"";s:10:"text_color";s:0:"";s:10:"link_color";s:0:"";s:11:"hover_color";s:0:"";s:13:"heading_color";s:0:"";s:7:"bg_type";s:4:"none";s:8:"bg_image";s:0:"";s:9:"bg_repeat";s:4:"none";s:11:"bg_position";s:13:"center center";s:13:"bg_attachment";s:6:"scroll";s:7:"bg_size";s:5:"cover";s:15:"bg_video_source";s:9:"wordpress";s:8:"bg_video";s:0:"";s:13:"bg_video_webm";s:0:"";s:16:"bg_video_url_mp4";s:0:"";s:17:"bg_video_url_webm";s:0:"";s:20:"bg_video_service_url";s:0:"";s:14:"bg_video_audio";s:2:"no";s:17:"bg_video_fallback";s:0:"";s:9:"ss_source";s:9:"wordpress";s:9:"ss_photos";s:0:"";s:11:"ss_feed_url";s:0:"";s:8:"ss_speed";s:1:"3";s:13:"ss_transition";s:4:"fade";s:21:"ss_transitionDuration";s:1:"1";s:12:"ss_randomize";s:5:"false";s:17:"bg_parallax_image";s:0:"";s:17:"bg_parallax_speed";s:4:"fast";s:8:"bg_color";s:0:"";s:10:"bg_opacity";s:3:"100";s:16:"bg_overlay_color";s:0:"";s:18:"bg_overlay_opacity";s:2:"50";s:11:"border_type";s:0:"";s:12:"border_color";s:0:"";s:14:"border_opacity";s:3:"100";s:10:"border_top";s:1:"1";s:17:"border_top_medium";s:0:"";s:21:"border_top_responsive";s:0:"";s:13:"border_bottom";s:1:"1";s:20:"border_bottom_medium";s:0:"";s:24:"border_bottom_responsive";s:0:"";s:11:"border_left";s:1:"0";s:18:"border_left_medium";s:0:"";s:22:"border_left_responsive";s:0:"";s:12:"border_right";s:1:"0";s:19:"border_right_medium";s:0:"";s:23:"border_right_responsive";s:0:"";s:10:"margin_top";s:0:"";s:17:"margin_top_medium";s:0:"";s:21:"margin_top_responsive";s:0:"";s:13:"margin_bottom";s:0:"";s:20:"margin_bottom_medium";s:0:"";s:24:"margin_bottom_responsive";s:0:"";s:11:"margin_left";s:0:"";s:18:"margin_left_medium";s:0:"";s:22:"margin_left_responsive";s:0:"";s:12:"margin_right";s:0:"";s:19:"margin_right_medium";s:0:"";s:23:"margin_right_responsive";s:0:"";s:11:"padding_top";s:0:"";s:18:"padding_top_medium";s:0:"";s:22:"padding_top_responsive";s:0:"";s:14:"padding_bottom";s:0:"";s:21:"padding_bottom_medium";s:0:"";s:25:"padding_bottom_responsive";s:0:"";s:12:"padding_left";s:0:"";s:19:"padding_left_medium";s:0:"";s:23:"padding_left_responsive";s:0:"";s:13:"padding_right";s:0:"";s:20:"padding_right_medium";s:0:"";s:24:"padding_right_responsive";s:0:"";s:18:"responsive_display";s:0:"";s:18:"visibility_display";s:0:"";s:26:"visibility_user_capability";s:0:"";s:2:"id";s:0:"";s:5:"class";s:0:"";}}s:13:"59d6805855610";O:8:"stdClass":5:{s:4:"node";s:13:"59d6805855610";s:4:"type";s:12:"column-group";s:6:"parent";s:13:"59d680584fcbf";s:8:"position";i:0;s:8:"settings";s:0:"";}s:13:"59d68058556a8";O:8:"stdClass":5:{s:4:"node";s:13:"59d68058556a8";s:4:"type";s:6:"column";s:6:"parent";s:13:"59d6805855610";s:8:"position";i:0;s:8:"settings";O:8:"stdClass":1:{s:4:"size";i:50;}}s:13:"59d68058556e2";O:8:"stdClass":5:{s:4:"node";s:13:"59d68058556e2";s:4:"type";s:6:"column";s:6:"parent";s:13:"59d6805855610";s:8:"position";i:1;s:8:"settings";O:8:"stdClass":1:{s:4:"size";i:50;}}s:13:"59d6805d7fab0";O:8:"stdClass":5:{s:4:"node";s:13:"59d6805d7fab0";s:4:"type";s:6:"module";s:6:"parent";s:13:"59d68058556a8";s:8:"position";i:0;s:8:"settings";O:8:"stdClass":21:{s:4:"text";s:37:"

What is your favorite fruit?

";s:10:"margin_top";s:0:"";s:17:"margin_top_medium";s:0:"";s:21:"margin_top_responsive";s:0:"";s:13:"margin_bottom";s:1:"0";s:20:"margin_bottom_medium";s:0:"";s:24:"margin_bottom_responsive";s:0:"";s:11:"margin_left";s:0:"";s:18:"margin_left_medium";s:0:"";s:22:"margin_left_responsive";s:0:"";s:12:"margin_right";s:0:"";s:19:"margin_right_medium";s:0:"";s:23:"margin_right_responsive";s:0:"";s:18:"responsive_display";s:0:"";s:18:"visibility_display";s:0:"";s:26:"visibility_user_capability";s:0:"";s:9:"animation";s:0:"";s:15:"animation_delay";s:3:"0.0";s:2:"id";s:0:"";s:5:"class";s:0:"";s:4:"type";s:9:"rich-text";}}s:13:"59d6808463450";O:8:"stdClass":5:{s:4:"node";s:13:"59d6808463450";s:4:"type";s:6:"module";s:6:"parent";s:13:"59d68058556e2";s:8:"position";i:0;s:8:"settings";O:8:"stdClass":21:{s:4:"text";s:217:"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum in mauris eleifend, egestas lectus et, vulputate orci. Integer in leo eget justo hendrerit consequat. Donec varius est eu neque ultrices consectetur.";s:10:"margin_top";s:0:"";s:17:"margin_top_medium";s:0:"";s:21:"margin_top_responsive";s:0:"";s:13:"margin_bottom";s:0:"";s:20:"margin_bottom_medium";s:0:"";s:24:"margin_bottom_responsive";s:0:"";s:11:"margin_left";s:0:"";s:18:"margin_left_medium";s:0:"";s:22:"margin_left_responsive";s:0:"";s:12:"margin_right";s:0:"";s:19:"margin_right_medium";s:0:"";s:23:"margin_right_responsive";s:0:"";s:18:"responsive_display";s:0:"";s:18:"visibility_display";s:0:"";s:26:"visibility_user_capability";s:0:"";s:9:"animation";s:0:"";s:15:"animation_delay";s:3:"0.0";s:2:"id";s:0:"";s:5:"class";s:0:"";s:4:"type";s:9:"rich-text";}}s:13:"59d6808987422";O:8:"stdClass":5:{s:4:"node";s:13:"59d6808987422";s:4:"type";s:3:"row";s:6:"parent";N;s:8:"position";i:15;s:8:"settings";O:8:"stdClass":81:{s:5:"width";s:5:"fixed";s:13:"content_width";s:5:"fixed";s:11:"full_height";s:7:"default";s:17:"content_alignment";s:6:"center";s:18:"vertical_alignment";s:0:"";s:16:"predefined_color";s:0:"";s:10:"text_color";s:0:"";s:10:"link_color";s:0:"";s:11:"hover_color";s:0:"";s:13:"heading_color";s:0:"";s:7:"bg_type";s:4:"none";s:8:"bg_image";s:0:"";s:9:"bg_repeat";s:4:"none";s:11:"bg_position";s:13:"center center";s:13:"bg_attachment";s:6:"scroll";s:7:"bg_size";s:5:"cover";s:15:"bg_video_source";s:9:"wordpress";s:8:"bg_video";s:0:"";s:13:"bg_video_webm";s:0:"";s:16:"bg_video_url_mp4";s:0:"";s:17:"bg_video_url_webm";s:0:"";s:20:"bg_video_service_url";s:0:"";s:14:"bg_video_audio";s:2:"no";s:17:"bg_video_fallback";s:0:"";s:9:"ss_source";s:9:"wordpress";s:9:"ss_photos";s:0:"";s:11:"ss_feed_url";s:0:"";s:8:"ss_speed";s:1:"3";s:13:"ss_transition";s:4:"fade";s:21:"ss_transitionDuration";s:1:"1";s:12:"ss_randomize";s:5:"false";s:17:"bg_parallax_image";s:0:"";s:17:"bg_parallax_speed";s:4:"fast";s:8:"bg_color";s:0:"";s:10:"bg_opacity";s:3:"100";s:16:"bg_overlay_color";s:0:"";s:18:"bg_overlay_opacity";s:2:"50";s:11:"border_type";s:0:"";s:12:"border_color";s:0:"";s:14:"border_opacity";s:3:"100";s:10:"border_top";s:1:"1";s:17:"border_top_medium";s:0:"";s:21:"border_top_responsive";s:0:"";s:13:"border_bottom";s:1:"1";s:20:"border_bottom_medium";s:0:"";s:24:"border_bottom_responsive";s:0:"";s:11:"border_left";s:1:"0";s:18:"border_left_medium";s:0:"";s:22:"border_left_responsive";s:0:"";s:12:"border_right";s:1:"0";s:19:"border_right_medium";s:0:"";s:23:"border_right_responsive";s:0:"";s:10:"margin_top";s:0:"";s:17:"margin_top_medium";s:0:"";s:21:"margin_top_responsive";s:0:"";s:13:"margin_bottom";s:0:"";s:20:"margin_bottom_medium";s:0:"";s:24:"margin_bottom_responsive";s:0:"";s:11:"margin_left";s:0:"";s:18:"margin_left_medium";s:0:"";s:22:"margin_left_responsive";s:0:"";s:12:"margin_right";s:0:"";s:19:"margin_right_medium";s:0:"";s:23:"margin_right_responsive";s:0:"";s:11:"padding_top";s:0:"";s:18:"padding_top_medium";s:0:"";s:22:"padding_top_responsive";s:0:"";s:14:"padding_bottom";s:0:"";s:21:"padding_bottom_medium";s:0:"";s:25:"padding_bottom_responsive";s:0:"";s:12:"padding_left";s:0:"";s:19:"padding_left_medium";s:0:"";s:23:"padding_left_responsive";s:0:"";s:13:"padding_right";s:0:"";s:20:"padding_right_medium";s:0:"";s:24:"padding_right_responsive";s:0:"";s:18:"responsive_display";s:0:"";s:18:"visibility_display";s:0:"";s:26:"visibility_user_capability";s:0:"";s:2:"id";s:0:"";s:5:"class";s:0:"";}}s:13:"59d6808987566";O:8:"stdClass":5:{s:4:"node";s:13:"59d6808987566";s:4:"type";s:12:"column-group";s:6:"parent";s:13:"59d6808987422";s:8:"position";i:0;s:8:"settings";s:0:"";}s:13:"59d680898759e";O:8:"stdClass":5:{s:4:"node";s:13:"59d680898759e";s:4:"type";s:6:"column";s:6:"parent";s:13:"59d6808987566";s:8:"position";i:0;s:8:"settings";O:8:"stdClass":68:{s:4:"size";i:50;s:12:"equal_height";s:2:"no";s:17:"content_alignment";s:3:"top";s:18:"vertical_alignment";s:0:"";s:16:"predefined_color";s:0:"";s:10:"text_color";s:0:"";s:10:"link_color";s:0:"";s:11:"hover_color";s:0:"";s:13:"heading_color";s:0:"";s:7:"bg_type";s:5:"color";s:8:"bg_color";s:0:"";s:10:"bg_opacity";s:3:"100";s:8:"bg_image";s:0:"";s:9:"bg_repeat";s:4:"none";s:11:"bg_position";s:13:"center center";s:13:"bg_attachment";s:6:"scroll";s:7:"bg_size";s:5:"cover";s:16:"bg_overlay_color";s:0:"";s:18:"bg_overlay_opacity";s:2:"50";s:11:"border_type";s:0:"";s:12:"border_color";s:0:"";s:14:"border_opacity";s:3:"100";s:10:"border_top";s:1:"1";s:17:"border_top_medium";s:0:"";s:21:"border_top_responsive";s:0:"";s:13:"border_bottom";s:1:"1";s:20:"border_bottom_medium";s:0:"";s:24:"border_bottom_responsive";s:0:"";s:11:"border_left";s:1:"1";s:18:"border_left_medium";s:0:"";s:22:"border_left_responsive";s:0:"";s:12:"border_right";s:1:"1";s:19:"border_right_medium";s:0:"";s:23:"border_right_responsive";s:0:"";s:10:"margin_top";s:0:"";s:17:"margin_top_medium";s:0:"";s:21:"margin_top_responsive";s:0:"";s:13:"margin_bottom";s:0:"";s:20:"margin_bottom_medium";s:0:"";s:24:"margin_bottom_responsive";s:0:"";s:11:"margin_left";s:0:"";s:18:"margin_left_medium";s:0:"";s:22:"margin_left_responsive";s:0:"";s:12:"margin_right";s:0:"";s:19:"margin_right_medium";s:0:"";s:23:"margin_right_responsive";s:0:"";s:11:"padding_top";s:0:"";s:18:"padding_top_medium";s:0:"";s:22:"padding_top_responsive";s:0:"";s:14:"padding_bottom";s:0:"";s:21:"padding_bottom_medium";s:0:"";s:25:"padding_bottom_responsive";s:0:"";s:12:"padding_left";s:0:"";s:19:"padding_left_medium";s:0:"";s:23:"padding_left_responsive";s:0:"";s:13:"padding_right";s:0:"";s:20:"padding_right_medium";s:0:"";s:24:"padding_right_responsive";s:0:"";s:18:"responsive_display";s:0:"";s:11:"medium_size";s:0:"";s:18:"custom_medium_size";s:3:"100";s:15:"responsive_size";s:0:"";s:22:"custom_responsive_size";s:3:"100";s:16:"responsive_order";s:7:"default";s:18:"visibility_display";s:0:"";s:26:"visibility_user_capability";s:0:"";s:2:"id";s:0:"";s:5:"class";s:0:"";}}s:13:"59d68089875d5";O:8:"stdClass":5:{s:4:"node";s:13:"59d68089875d5";s:4:"type";s:6:"module";s:6:"parent";s:13:"59d680898759e";s:8:"position";i:0;s:8:"settings";O:8:"stdClass":21:{s:4:"text";s:66:"

If you could have any kind of pet, what would you choose?

";s:10:"margin_top";s:0:"";s:17:"margin_top_medium";s:0:"";s:21:"margin_top_responsive";s:0:"";s:13:"margin_bottom";s:1:"0";s:20:"margin_bottom_medium";s:0:"";s:24:"margin_bottom_responsive";s:0:"";s:11:"margin_left";s:0:"";s:18:"margin_left_medium";s:0:"";s:22:"margin_left_responsive";s:0:"";s:12:"margin_right";s:0:"";s:19:"margin_right_medium";s:0:"";s:23:"margin_right_responsive";s:0:"";s:18:"responsive_display";s:0:"";s:18:"visibility_display";s:0:"";s:26:"visibility_user_capability";s:0:"";s:9:"animation";s:0:"";s:15:"animation_delay";s:3:"0.0";s:2:"id";s:0:"";s:5:"class";s:0:"";s:4:"type";s:9:"rich-text";}}s:13:"59d680898761b";O:8:"stdClass":5:{s:4:"node";s:13:"59d680898761b";s:4:"type";s:6:"column";s:6:"parent";s:13:"59d6808987566";s:8:"position";i:1;s:8:"settings";O:8:"stdClass":68:{s:4:"size";i:50;s:12:"equal_height";s:2:"no";s:17:"content_alignment";s:3:"top";s:18:"vertical_alignment";s:0:"";s:16:"predefined_color";s:0:"";s:10:"text_color";s:0:"";s:10:"link_color";s:0:"";s:11:"hover_color";s:0:"";s:13:"heading_color";s:0:"";s:7:"bg_type";s:5:"color";s:8:"bg_color";s:0:"";s:10:"bg_opacity";s:3:"100";s:8:"bg_image";s:0:"";s:9:"bg_repeat";s:4:"none";s:11:"bg_position";s:13:"center center";s:13:"bg_attachment";s:6:"scroll";s:7:"bg_size";s:5:"cover";s:16:"bg_overlay_color";s:0:"";s:18:"bg_overlay_opacity";s:2:"50";s:11:"border_type";s:0:"";s:12:"border_color";s:0:"";s:14:"border_opacity";s:3:"100";s:10:"border_top";s:1:"1";s:17:"border_top_medium";s:0:"";s:21:"border_top_responsive";s:0:"";s:13:"border_bottom";s:1:"1";s:20:"border_bottom_medium";s:0:"";s:24:"border_bottom_responsive";s:0:"";s:11:"border_left";s:1:"1";s:18:"border_left_medium";s:0:"";s:22:"border_left_responsive";s:0:"";s:12:"border_right";s:1:"1";s:19:"border_right_medium";s:0:"";s:23:"border_right_responsive";s:0:"";s:10:"margin_top";s:0:"";s:17:"margin_top_medium";s:0:"";s:21:"margin_top_responsive";s:0:"";s:13:"margin_bottom";s:0:"";s:20:"margin_bottom_medium";s:0:"";s:24:"margin_bottom_responsive";s:0:"";s:11:"margin_left";s:0:"";s:18:"margin_left_medium";s:0:"";s:22:"margin_left_responsive";s:0:"";s:12:"margin_right";s:0:"";s:19:"margin_right_medium";s:0:"";s:23:"margin_right_responsive";s:0:"";s:11:"padding_top";s:0:"";s:18:"padding_top_medium";s:0:"";s:22:"padding_top_responsive";s:0:"";s:14:"padding_bottom";s:0:"";s:21:"padding_bottom_medium";s:0:"";s:25:"padding_bottom_responsive";s:0:"";s:12:"padding_left";s:0:"";s:19:"padding_left_medium";s:0:"";s:23:"padding_left_responsive";s:0:"";s:13:"padding_right";s:0:"";s:20:"padding_right_medium";s:0:"";s:24:"padding_right_responsive";s:0:"";s:18:"responsive_display";s:0:"";s:11:"medium_size";s:0:"";s:18:"custom_medium_size";s:3:"100";s:15:"responsive_size";s:0:"";s:22:"custom_responsive_size";s:3:"100";s:16:"responsive_order";s:7:"default";s:18:"visibility_display";s:0:"";s:26:"visibility_user_capability";s:0:"";s:2:"id";s:0:"";s:5:"class";s:0:"";}}s:13:"59d6808987652";O:8:"stdClass":5:{s:4:"node";s:13:"59d6808987652";s:4:"type";s:6:"module";s:6:"parent";s:13:"59d680898761b";s:8:"position";i:0;s:8:"settings";O:8:"stdClass":21:{s:4:"text";s:217:"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum in mauris eleifend, egestas lectus et, vulputate orci. Integer in leo eget justo hendrerit consequat. Donec varius est eu neque ultrices consectetur.";s:10:"margin_top";s:0:"";s:17:"margin_top_medium";s:0:"";s:21:"margin_top_responsive";s:0:"";s:13:"margin_bottom";s:0:"";s:20:"margin_bottom_medium";s:0:"";s:24:"margin_bottom_responsive";s:0:"";s:11:"margin_left";s:0:"";s:18:"margin_left_medium";s:0:"";s:22:"margin_left_responsive";s:0:"";s:12:"margin_right";s:0:"";s:19:"margin_right_medium";s:0:"";s:23:"margin_right_responsive";s:0:"";s:18:"responsive_display";s:0:"";s:18:"visibility_display";s:0:"";s:26:"visibility_user_capability";s:0:"";s:9:"animation";s:0:"";s:15:"animation_delay";s:3:"0.0";s:2:"id";s:0:"";s:5:"class";s:0:"";s:4:"type";s:9:"rich-text";}}s:13:"59d6808bc01af";O:8:"stdClass":5:{s:4:"node";s:13:"59d6808bc01af";s:4:"type";s:3:"row";s:6:"parent";N;s:8:"position";i:19;s:8:"settings";O:8:"stdClass":81:{s:5:"width";s:5:"fixed";s:13:"content_width";s:5:"fixed";s:11:"full_height";s:7:"default";s:17:"content_alignment";s:6:"center";s:18:"vertical_alignment";s:0:"";s:16:"predefined_color";s:0:"";s:10:"text_color";s:0:"";s:10:"link_color";s:0:"";s:11:"hover_color";s:0:"";s:13:"heading_color";s:0:"";s:7:"bg_type";s:4:"none";s:8:"bg_image";s:0:"";s:9:"bg_repeat";s:4:"none";s:11:"bg_position";s:13:"center center";s:13:"bg_attachment";s:6:"scroll";s:7:"bg_size";s:5:"cover";s:15:"bg_video_source";s:9:"wordpress";s:8:"bg_video";s:0:"";s:13:"bg_video_webm";s:0:"";s:16:"bg_video_url_mp4";s:0:"";s:17:"bg_video_url_webm";s:0:"";s:20:"bg_video_service_url";s:0:"";s:14:"bg_video_audio";s:2:"no";s:17:"bg_video_fallback";s:0:"";s:9:"ss_source";s:9:"wordpress";s:9:"ss_photos";s:0:"";s:11:"ss_feed_url";s:0:"";s:8:"ss_speed";s:1:"3";s:13:"ss_transition";s:4:"fade";s:21:"ss_transitionDuration";s:1:"1";s:12:"ss_randomize";s:5:"false";s:17:"bg_parallax_image";s:0:"";s:17:"bg_parallax_speed";s:4:"fast";s:8:"bg_color";s:0:"";s:10:"bg_opacity";s:3:"100";s:16:"bg_overlay_color";s:0:"";s:18:"bg_overlay_opacity";s:2:"50";s:11:"border_type";s:0:"";s:12:"border_color";s:0:"";s:14:"border_opacity";s:3:"100";s:10:"border_top";s:1:"1";s:17:"border_top_medium";s:0:"";s:21:"border_top_responsive";s:0:"";s:13:"border_bottom";s:1:"1";s:20:"border_bottom_medium";s:0:"";s:24:"border_bottom_responsive";s:0:"";s:11:"border_left";s:1:"0";s:18:"border_left_medium";s:0:"";s:22:"border_left_responsive";s:0:"";s:12:"border_right";s:1:"0";s:19:"border_right_medium";s:0:"";s:23:"border_right_responsive";s:0:"";s:10:"margin_top";s:0:"";s:17:"margin_top_medium";s:0:"";s:21:"margin_top_responsive";s:0:"";s:13:"margin_bottom";s:0:"";s:20:"margin_bottom_medium";s:0:"";s:24:"margin_bottom_responsive";s:0:"";s:11:"margin_left";s:0:"";s:18:"margin_left_medium";s:0:"";s:22:"margin_left_responsive";s:0:"";s:12:"margin_right";s:0:"";s:19:"margin_right_medium";s:0:"";s:23:"margin_right_responsive";s:0:"";s:11:"padding_top";s:0:"";s:18:"padding_top_medium";s:0:"";s:22:"padding_top_responsive";s:0:"";s:14:"padding_bottom";s:0:"";s:21:"padding_bottom_medium";s:0:"";s:25:"padding_bottom_responsive";s:0:"";s:12:"padding_left";s:0:"";s:19:"padding_left_medium";s:0:"";s:23:"padding_left_responsive";s:0:"";s:13:"padding_right";s:0:"";s:20:"padding_right_medium";s:0:"";s:24:"padding_right_responsive";s:0:"";s:18:"responsive_display";s:0:"";s:18:"visibility_display";s:0:"";s:26:"visibility_user_capability";s:0:"";s:2:"id";s:0:"";s:5:"class";s:0:"";}}s:13:"59d6808bc030b";O:8:"stdClass":5:{s:4:"node";s:13:"59d6808bc030b";s:4:"type";s:12:"column-group";s:6:"parent";s:13:"59d6808bc01af";s:8:"position";i:0;s:8:"settings";s:0:"";}s:13:"59d6808bc0343";O:8:"stdClass":5:{s:4:"node";s:13:"59d6808bc0343";s:4:"type";s:6:"column";s:6:"parent";s:13:"59d6808bc030b";s:8:"position";i:0;s:8:"settings";O:8:"stdClass":68:{s:4:"size";i:50;s:12:"equal_height";s:2:"no";s:17:"content_alignment";s:3:"top";s:18:"vertical_alignment";s:0:"";s:16:"predefined_color";s:0:"";s:10:"text_color";s:0:"";s:10:"link_color";s:0:"";s:11:"hover_color";s:0:"";s:13:"heading_color";s:0:"";s:7:"bg_type";s:5:"color";s:8:"bg_color";s:0:"";s:10:"bg_opacity";s:3:"100";s:8:"bg_image";s:0:"";s:9:"bg_repeat";s:4:"none";s:11:"bg_position";s:13:"center center";s:13:"bg_attachment";s:6:"scroll";s:7:"bg_size";s:5:"cover";s:16:"bg_overlay_color";s:0:"";s:18:"bg_overlay_opacity";s:2:"50";s:11:"border_type";s:0:"";s:12:"border_color";s:0:"";s:14:"border_opacity";s:3:"100";s:10:"border_top";s:1:"1";s:17:"border_top_medium";s:0:"";s:21:"border_top_responsive";s:0:"";s:13:"border_bottom";s:1:"1";s:20:"border_bottom_medium";s:0:"";s:24:"border_bottom_responsive";s:0:"";s:11:"border_left";s:1:"1";s:18:"border_left_medium";s:0:"";s:22:"border_left_responsive";s:0:"";s:12:"border_right";s:1:"1";s:19:"border_right_medium";s:0:"";s:23:"border_right_responsive";s:0:"";s:10:"margin_top";s:0:"";s:17:"margin_top_medium";s:0:"";s:21:"margin_top_responsive";s:0:"";s:13:"margin_bottom";s:0:"";s:20:"margin_bottom_medium";s:0:"";s:24:"margin_bottom_responsive";s:0:"";s:11:"margin_left";s:0:"";s:18:"margin_left_medium";s:0:"";s:22:"margin_left_responsive";s:0:"";s:12:"margin_right";s:0:"";s:19:"margin_right_medium";s:0:"";s:23:"margin_right_responsive";s:0:"";s:11:"padding_top";s:0:"";s:18:"padding_top_medium";s:0:"";s:22:"padding_top_responsive";s:0:"";s:14:"padding_bottom";s:0:"";s:21:"padding_bottom_medium";s:0:"";s:25:"padding_bottom_responsive";s:0:"";s:12:"padding_left";s:0:"";s:19:"padding_left_medium";s:0:"";s:23:"padding_left_responsive";s:0:"";s:13:"padding_right";s:0:"";s:20:"padding_right_medium";s:0:"";s:24:"padding_right_responsive";s:0:"";s:18:"responsive_display";s:0:"";s:11:"medium_size";s:0:"";s:18:"custom_medium_size";s:3:"100";s:15:"responsive_size";s:0:"";s:22:"custom_responsive_size";s:3:"100";s:16:"responsive_order";s:7:"default";s:18:"visibility_display";s:0:"";s:26:"visibility_user_capability";s:0:"";s:2:"id";s:0:"";s:5:"class";s:0:"";}}s:13:"59d6808bc037a";O:8:"stdClass":5:{s:4:"node";s:13:"59d6808bc037a";s:4:"type";s:6:"module";s:6:"parent";s:13:"59d6808bc0343";s:8:"position";i:0;s:8:"settings";O:8:"stdClass":21:{s:4:"text";s:30:"

Do you like your job?

";s:10:"margin_top";s:0:"";s:17:"margin_top_medium";s:0:"";s:21:"margin_top_responsive";s:0:"";s:13:"margin_bottom";s:1:"0";s:20:"margin_bottom_medium";s:0:"";s:24:"margin_bottom_responsive";s:0:"";s:11:"margin_left";s:0:"";s:18:"margin_left_medium";s:0:"";s:22:"margin_left_responsive";s:0:"";s:12:"margin_right";s:0:"";s:19:"margin_right_medium";s:0:"";s:23:"margin_right_responsive";s:0:"";s:18:"responsive_display";s:0:"";s:18:"visibility_display";s:0:"";s:26:"visibility_user_capability";s:0:"";s:9:"animation";s:0:"";s:15:"animation_delay";s:3:"0.0";s:2:"id";s:0:"";s:5:"class";s:0:"";s:4:"type";s:9:"rich-text";}}s:13:"59d6808bc03b3";O:8:"stdClass":5:{s:4:"node";s:13:"59d6808bc03b3";s:4:"type";s:6:"column";s:6:"parent";s:13:"59d6808bc030b";s:8:"position";i:1;s:8:"settings";O:8:"stdClass":68:{s:4:"size";i:50;s:12:"equal_height";s:2:"no";s:17:"content_alignment";s:3:"top";s:18:"vertical_alignment";s:0:"";s:16:"predefined_color";s:0:"";s:10:"text_color";s:0:"";s:10:"link_color";s:0:"";s:11:"hover_color";s:0:"";s:13:"heading_color";s:0:"";s:7:"bg_type";s:5:"color";s:8:"bg_color";s:0:"";s:10:"bg_opacity";s:3:"100";s:8:"bg_image";s:0:"";s:9:"bg_repeat";s:4:"none";s:11:"bg_position";s:13:"center center";s:13:"bg_attachment";s:6:"scroll";s:7:"bg_size";s:5:"cover";s:16:"bg_overlay_color";s:0:"";s:18:"bg_overlay_opacity";s:2:"50";s:11:"border_type";s:0:"";s:12:"border_color";s:0:"";s:14:"border_opacity";s:3:"100";s:10:"border_top";s:1:"1";s:17:"border_top_medium";s:0:"";s:21:"border_top_responsive";s:0:"";s:13:"border_bottom";s:1:"1";s:20:"border_bottom_medium";s:0:"";s:24:"border_bottom_responsive";s:0:"";s:11:"border_left";s:1:"1";s:18:"border_left_medium";s:0:"";s:22:"border_left_responsive";s:0:"";s:12:"border_right";s:1:"1";s:19:"border_right_medium";s:0:"";s:23:"border_right_responsive";s:0:"";s:10:"margin_top";s:0:"";s:17:"margin_top_medium";s:0:"";s:21:"margin_top_responsive";s:0:"";s:13:"margin_bottom";s:0:"";s:20:"margin_bottom_medium";s:0:"";s:24:"margin_bottom_responsive";s:0:"";s:11:"margin_left";s:0:"";s:18:"margin_left_medium";s:0:"";s:22:"margin_left_responsive";s:0:"";s:12:"margin_right";s:0:"";s:19:"margin_right_medium";s:0:"";s:23:"margin_right_responsive";s:0:"";s:11:"padding_top";s:0:"";s:18:"padding_top_medium";s:0:"";s:22:"padding_top_responsive";s:0:"";s:14:"padding_bottom";s:0:"";s:21:"padding_bottom_medium";s:0:"";s:25:"padding_bottom_responsive";s:0:"";s:12:"padding_left";s:0:"";s:19:"padding_left_medium";s:0:"";s:23:"padding_left_responsive";s:0:"";s:13:"padding_right";s:0:"";s:20:"padding_right_medium";s:0:"";s:24:"padding_right_responsive";s:0:"";s:18:"responsive_display";s:0:"";s:11:"medium_size";s:0:"";s:18:"custom_medium_size";s:3:"100";s:15:"responsive_size";s:0:"";s:22:"custom_responsive_size";s:3:"100";s:16:"responsive_order";s:7:"default";s:18:"visibility_display";s:0:"";s:26:"visibility_user_capability";s:0:"";s:2:"id";s:0:"";s:5:"class";s:0:"";}}s:13:"59d6808bc03eb";O:8:"stdClass":5:{s:4:"node";s:13:"59d6808bc03eb";s:4:"type";s:6:"module";s:6:"parent";s:13:"59d6808bc03b3";s:8:"position";i:0;s:8:"settings";O:8:"stdClass":21:{s:4:"text";s:217:"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum in mauris eleifend, egestas lectus et, vulputate orci. Integer in leo eget justo hendrerit consequat. Donec varius est eu neque ultrices consectetur.";s:10:"margin_top";s:0:"";s:17:"margin_top_medium";s:0:"";s:21:"margin_top_responsive";s:0:"";s:13:"margin_bottom";s:0:"";s:20:"margin_bottom_medium";s:0:"";s:24:"margin_bottom_responsive";s:0:"";s:11:"margin_left";s:0:"";s:18:"margin_left_medium";s:0:"";s:22:"margin_left_responsive";s:0:"";s:12:"margin_right";s:0:"";s:19:"margin_right_medium";s:0:"";s:23:"margin_right_responsive";s:0:"";s:18:"responsive_display";s:0:"";s:18:"visibility_display";s:0:"";s:26:"visibility_user_capability";s:0:"";s:9:"animation";s:0:"";s:15:"animation_delay";s:3:"0.0";s:2:"id";s:0:"";s:5:"class";s:0:"";s:4:"type";s:9:"rich-text";}}s:13:"59d6808d6b486";O:8:"stdClass":5:{s:4:"node";s:13:"59d6808d6b486";s:4:"type";s:3:"row";s:6:"parent";N;s:8:"position";i:17;s:8:"settings";O:8:"stdClass":81:{s:5:"width";s:5:"fixed";s:13:"content_width";s:5:"fixed";s:11:"full_height";s:7:"default";s:17:"content_alignment";s:6:"center";s:18:"vertical_alignment";s:0:"";s:16:"predefined_color";s:0:"";s:10:"text_color";s:0:"";s:10:"link_color";s:0:"";s:11:"hover_color";s:0:"";s:13:"heading_color";s:0:"";s:7:"bg_type";s:4:"none";s:8:"bg_image";s:0:"";s:9:"bg_repeat";s:4:"none";s:11:"bg_position";s:13:"center center";s:13:"bg_attachment";s:6:"scroll";s:7:"bg_size";s:5:"cover";s:15:"bg_video_source";s:9:"wordpress";s:8:"bg_video";s:0:"";s:13:"bg_video_webm";s:0:"";s:16:"bg_video_url_mp4";s:0:"";s:17:"bg_video_url_webm";s:0:"";s:20:"bg_video_service_url";s:0:"";s:14:"bg_video_audio";s:2:"no";s:17:"bg_video_fallback";s:0:"";s:9:"ss_source";s:9:"wordpress";s:9:"ss_photos";s:0:"";s:11:"ss_feed_url";s:0:"";s:8:"ss_speed";s:1:"3";s:13:"ss_transition";s:4:"fade";s:21:"ss_transitionDuration";s:1:"1";s:12:"ss_randomize";s:5:"false";s:17:"bg_parallax_image";s:0:"";s:17:"bg_parallax_speed";s:4:"fast";s:8:"bg_color";s:0:"";s:10:"bg_opacity";s:3:"100";s:16:"bg_overlay_color";s:0:"";s:18:"bg_overlay_opacity";s:2:"50";s:11:"border_type";s:0:"";s:12:"border_color";s:0:"";s:14:"border_opacity";s:3:"100";s:10:"border_top";s:1:"1";s:17:"border_top_medium";s:0:"";s:21:"border_top_responsive";s:0:"";s:13:"border_bottom";s:1:"1";s:20:"border_bottom_medium";s:0:"";s:24:"border_bottom_responsive";s:0:"";s:11:"border_left";s:1:"0";s:18:"border_left_medium";s:0:"";s:22:"border_left_responsive";s:0:"";s:12:"border_right";s:1:"0";s:19:"border_right_medium";s:0:"";s:23:"border_right_responsive";s:0:"";s:10:"margin_top";s:0:"";s:17:"margin_top_medium";s:0:"";s:21:"margin_top_responsive";s:0:"";s:13:"margin_bottom";s:0:"";s:20:"margin_bottom_medium";s:0:"";s:24:"margin_bottom_responsive";s:0:"";s:11:"margin_left";s:0:"";s:18:"margin_left_medium";s:0:"";s:22:"margin_left_responsive";s:0:"";s:12:"margin_right";s:0:"";s:19:"margin_right_medium";s:0:"";s:23:"margin_right_responsive";s:0:"";s:11:"padding_top";s:0:"";s:18:"padding_top_medium";s:0:"";s:22:"padding_top_responsive";s:0:"";s:14:"padding_bottom";s:0:"";s:21:"padding_bottom_medium";s:0:"";s:25:"padding_bottom_responsive";s:0:"";s:12:"padding_left";s:0:"";s:19:"padding_left_medium";s:0:"";s:23:"padding_left_responsive";s:0:"";s:13:"padding_right";s:0:"";s:20:"padding_right_medium";s:0:"";s:24:"padding_right_responsive";s:0:"";s:18:"responsive_display";s:0:"";s:18:"visibility_display";s:0:"";s:26:"visibility_user_capability";s:0:"";s:2:"id";s:0:"";s:5:"class";s:0:"";}}s:13:"59d6808d6b604";O:8:"stdClass":5:{s:4:"node";s:13:"59d6808d6b604";s:4:"type";s:12:"column-group";s:6:"parent";s:13:"59d6808d6b486";s:8:"position";i:0;s:8:"settings";s:0:"";}s:13:"59d6808d6b63c";O:8:"stdClass":5:{s:4:"node";s:13:"59d6808d6b63c";s:4:"type";s:6:"column";s:6:"parent";s:13:"59d6808d6b604";s:8:"position";i:0;s:8:"settings";O:8:"stdClass":68:{s:4:"size";i:50;s:12:"equal_height";s:2:"no";s:17:"content_alignment";s:3:"top";s:18:"vertical_alignment";s:0:"";s:16:"predefined_color";s:0:"";s:10:"text_color";s:0:"";s:10:"link_color";s:0:"";s:11:"hover_color";s:0:"";s:13:"heading_color";s:0:"";s:7:"bg_type";s:5:"color";s:8:"bg_color";s:0:"";s:10:"bg_opacity";s:3:"100";s:8:"bg_image";s:0:"";s:9:"bg_repeat";s:4:"none";s:11:"bg_position";s:13:"center center";s:13:"bg_attachment";s:6:"scroll";s:7:"bg_size";s:5:"cover";s:16:"bg_overlay_color";s:0:"";s:18:"bg_overlay_opacity";s:2:"50";s:11:"border_type";s:0:"";s:12:"border_color";s:0:"";s:14:"border_opacity";s:3:"100";s:10:"border_top";s:1:"1";s:17:"border_top_medium";s:0:"";s:21:"border_top_responsive";s:0:"";s:13:"border_bottom";s:1:"1";s:20:"border_bottom_medium";s:0:"";s:24:"border_bottom_responsive";s:0:"";s:11:"border_left";s:1:"1";s:18:"border_left_medium";s:0:"";s:22:"border_left_responsive";s:0:"";s:12:"border_right";s:1:"1";s:19:"border_right_medium";s:0:"";s:23:"border_right_responsive";s:0:"";s:10:"margin_top";s:0:"";s:17:"margin_top_medium";s:0:"";s:21:"margin_top_responsive";s:0:"";s:13:"margin_bottom";s:0:"";s:20:"margin_bottom_medium";s:0:"";s:24:"margin_bottom_responsive";s:0:"";s:11:"margin_left";s:0:"";s:18:"margin_left_medium";s:0:"";s:22:"margin_left_responsive";s:0:"";s:12:"margin_right";s:0:"";s:19:"margin_right_medium";s:0:"";s:23:"margin_right_responsive";s:0:"";s:11:"padding_top";s:0:"";s:18:"padding_top_medium";s:0:"";s:22:"padding_top_responsive";s:0:"";s:14:"padding_bottom";s:0:"";s:21:"padding_bottom_medium";s:0:"";s:25:"padding_bottom_responsive";s:0:"";s:12:"padding_left";s:0:"";s:19:"padding_left_medium";s:0:"";s:23:"padding_left_responsive";s:0:"";s:13:"padding_right";s:0:"";s:20:"padding_right_medium";s:0:"";s:24:"padding_right_responsive";s:0:"";s:18:"responsive_display";s:0:"";s:11:"medium_size";s:0:"";s:18:"custom_medium_size";s:3:"100";s:15:"responsive_size";s:0:"";s:22:"custom_responsive_size";s:3:"100";s:16:"responsive_order";s:7:"default";s:18:"visibility_display";s:0:"";s:26:"visibility_user_capability";s:0:"";s:2:"id";s:0:"";s:5:"class";s:0:"";}}s:13:"59d6808d6b672";O:8:"stdClass":5:{s:4:"node";s:13:"59d6808d6b672";s:4:"type";s:6:"module";s:6:"parent";s:13:"59d6808d6b63c";s:8:"position";i:0;s:8:"settings";O:8:"stdClass":21:{s:4:"text";s:33:"

Where have you traveled?

";s:10:"margin_top";s:0:"";s:17:"margin_top_medium";s:0:"";s:21:"margin_top_responsive";s:0:"";s:13:"margin_bottom";s:1:"0";s:20:"margin_bottom_medium";s:0:"";s:24:"margin_bottom_responsive";s:0:"";s:11:"margin_left";s:0:"";s:18:"margin_left_medium";s:0:"";s:22:"margin_left_responsive";s:0:"";s:12:"margin_right";s:0:"";s:19:"margin_right_medium";s:0:"";s:23:"margin_right_responsive";s:0:"";s:18:"responsive_display";s:0:"";s:18:"visibility_display";s:0:"";s:26:"visibility_user_capability";s:0:"";s:9:"animation";s:0:"";s:15:"animation_delay";s:3:"0.0";s:2:"id";s:0:"";s:5:"class";s:0:"";s:4:"type";s:9:"rich-text";}}s:13:"59d6808d6b6a9";O:8:"stdClass":5:{s:4:"node";s:13:"59d6808d6b6a9";s:4:"type";s:6:"column";s:6:"parent";s:13:"59d6808d6b604";s:8:"position";i:1;s:8:"settings";O:8:"stdClass":68:{s:4:"size";i:50;s:12:"equal_height";s:2:"no";s:17:"content_alignment";s:3:"top";s:18:"vertical_alignment";s:0:"";s:16:"predefined_color";s:0:"";s:10:"text_color";s:0:"";s:10:"link_color";s:0:"";s:11:"hover_color";s:0:"";s:13:"heading_color";s:0:"";s:7:"bg_type";s:5:"color";s:8:"bg_color";s:0:"";s:10:"bg_opacity";s:3:"100";s:8:"bg_image";s:0:"";s:9:"bg_repeat";s:4:"none";s:11:"bg_position";s:13:"center center";s:13:"bg_attachment";s:6:"scroll";s:7:"bg_size";s:5:"cover";s:16:"bg_overlay_color";s:0:"";s:18:"bg_overlay_opacity";s:2:"50";s:11:"border_type";s:0:"";s:12:"border_color";s:0:"";s:14:"border_opacity";s:3:"100";s:10:"border_top";s:1:"1";s:17:"border_top_medium";s:0:"";s:21:"border_top_responsive";s:0:"";s:13:"border_bottom";s:1:"1";s:20:"border_bottom_medium";s:0:"";s:24:"border_bottom_responsive";s:0:"";s:11:"border_left";s:1:"1";s:18:"border_left_medium";s:0:"";s:22:"border_left_responsive";s:0:"";s:12:"border_right";s:1:"1";s:19:"border_right_medium";s:0:"";s:23:"border_right_responsive";s:0:"";s:10:"margin_top";s:0:"";s:17:"margin_top_medium";s:0:"";s:21:"margin_top_responsive";s:0:"";s:13:"margin_bottom";s:0:"";s:20:"margin_bottom_medium";s:0:"";s:24:"margin_bottom_responsive";s:0:"";s:11:"margin_left";s:0:"";s:18:"margin_left_medium";s:0:"";s:22:"margin_left_responsive";s:0:"";s:12:"margin_right";s:0:"";s:19:"margin_right_medium";s:0:"";s:23:"margin_right_responsive";s:0:"";s:11:"padding_top";s:0:"";s:18:"padding_top_medium";s:0:"";s:22:"padding_top_responsive";s:0:"";s:14:"padding_bottom";s:0:"";s:21:"padding_bottom_medium";s:0:"";s:25:"padding_bottom_responsive";s:0:"";s:12:"padding_left";s:0:"";s:19:"padding_left_medium";s:0:"";s:23:"padding_left_responsive";s:0:"";s:13:"padding_right";s:0:"";s:20:"padding_right_medium";s:0:"";s:24:"padding_right_responsive";s:0:"";s:18:"responsive_display";s:0:"";s:11:"medium_size";s:0:"";s:18:"custom_medium_size";s:3:"100";s:15:"responsive_size";s:0:"";s:22:"custom_responsive_size";s:3:"100";s:16:"responsive_order";s:7:"default";s:18:"visibility_display";s:0:"";s:26:"visibility_user_capability";s:0:"";s:2:"id";s:0:"";s:5:"class";s:0:"";}}s:13:"59d6808d6b6df";O:8:"stdClass":5:{s:4:"node";s:13:"59d6808d6b6df";s:4:"type";s:6:"module";s:6:"parent";s:13:"59d6808d6b6a9";s:8:"position";i:0;s:8:"settings";O:8:"stdClass":21:{s:4:"text";s:217:"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum in mauris eleifend, egestas lectus et, vulputate orci. Integer in leo eget justo hendrerit consequat. Donec varius est eu neque ultrices consectetur.";s:10:"margin_top";s:0:"";s:17:"margin_top_medium";s:0:"";s:21:"margin_top_responsive";s:0:"";s:13:"margin_bottom";s:0:"";s:20:"margin_bottom_medium";s:0:"";s:24:"margin_bottom_responsive";s:0:"";s:11:"margin_left";s:0:"";s:18:"margin_left_medium";s:0:"";s:22:"margin_left_responsive";s:0:"";s:12:"margin_right";s:0:"";s:19:"margin_right_medium";s:0:"";s:23:"margin_right_responsive";s:0:"";s:18:"responsive_display";s:0:"";s:18:"visibility_display";s:0:"";s:26:"visibility_user_capability";s:0:"";s:9:"animation";s:0:"";s:15:"animation_delay";s:3:"0.0";s:2:"id";s:0:"";s:5:"class";s:0:"";s:4:"type";s:9:"rich-text";}}s:13:"59d680af0bec0";O:8:"stdClass":5:{s:4:"node";s:13:"59d680af0bec0";s:4:"type";s:3:"row";s:6:"parent";N;s:8:"position";i:14;s:8:"settings";O:8:"stdClass":81:{s:5:"width";s:5:"fixed";s:13:"content_width";s:5:"fixed";s:11:"full_height";s:7:"default";s:17:"content_alignment";s:6:"center";s:18:"vertical_alignment";s:0:"";s:16:"predefined_color";s:0:"";s:10:"text_color";s:0:"";s:10:"link_color";s:0:"";s:11:"hover_color";s:0:"";s:13:"heading_color";s:0:"";s:7:"bg_type";s:4:"none";s:8:"bg_image";s:0:"";s:9:"bg_repeat";s:4:"none";s:11:"bg_position";s:13:"center center";s:13:"bg_attachment";s:6:"scroll";s:7:"bg_size";s:5:"cover";s:15:"bg_video_source";s:9:"wordpress";s:8:"bg_video";s:0:"";s:13:"bg_video_webm";s:0:"";s:16:"bg_video_url_mp4";s:0:"";s:17:"bg_video_url_webm";s:0:"";s:20:"bg_video_service_url";s:0:"";s:14:"bg_video_audio";s:2:"no";s:17:"bg_video_fallback";s:0:"";s:9:"ss_source";s:9:"wordpress";s:9:"ss_photos";s:0:"";s:11:"ss_feed_url";s:0:"";s:8:"ss_speed";s:1:"3";s:13:"ss_transition";s:4:"fade";s:21:"ss_transitionDuration";s:1:"1";s:12:"ss_randomize";s:5:"false";s:17:"bg_parallax_image";s:0:"";s:17:"bg_parallax_speed";s:4:"fast";s:8:"bg_color";s:0:"";s:10:"bg_opacity";s:3:"100";s:16:"bg_overlay_color";s:0:"";s:18:"bg_overlay_opacity";s:2:"50";s:11:"border_type";s:0:"";s:12:"border_color";s:0:"";s:14:"border_opacity";s:3:"100";s:10:"border_top";s:1:"1";s:17:"border_top_medium";s:0:"";s:21:"border_top_responsive";s:0:"";s:13:"border_bottom";s:1:"1";s:20:"border_bottom_medium";s:0:"";s:24:"border_bottom_responsive";s:0:"";s:11:"border_left";s:1:"0";s:18:"border_left_medium";s:0:"";s:22:"border_left_responsive";s:0:"";s:12:"border_right";s:1:"0";s:19:"border_right_medium";s:0:"";s:23:"border_right_responsive";s:0:"";s:10:"margin_top";s:0:"";s:17:"margin_top_medium";s:0:"";s:21:"margin_top_responsive";s:0:"";s:13:"margin_bottom";s:0:"";s:20:"margin_bottom_medium";s:0:"";s:24:"margin_bottom_responsive";s:0:"";s:11:"margin_left";s:0:"";s:18:"margin_left_medium";s:0:"";s:22:"margin_left_responsive";s:0:"";s:12:"margin_right";s:0:"";s:19:"margin_right_medium";s:0:"";s:23:"margin_right_responsive";s:0:"";s:11:"padding_top";s:0:"";s:18:"padding_top_medium";s:0:"";s:22:"padding_top_responsive";s:0:"";s:14:"padding_bottom";s:0:"";s:21:"padding_bottom_medium";s:0:"";s:25:"padding_bottom_responsive";s:0:"";s:12:"padding_left";s:0:"";s:19:"padding_left_medium";s:0:"";s:23:"padding_left_responsive";s:0:"";s:13:"padding_right";s:0:"";s:20:"padding_right_medium";s:0:"";s:24:"padding_right_responsive";s:0:"";s:18:"responsive_display";s:0:"";s:18:"visibility_display";s:0:"";s:26:"visibility_user_capability";s:0:"";s:2:"id";s:0:"";s:5:"class";s:0:"";}}s:13:"59d680af0bfee";O:8:"stdClass":5:{s:4:"node";s:13:"59d680af0bfee";s:4:"type";s:12:"column-group";s:6:"parent";s:13:"59d680af0bec0";s:8:"position";i:0;s:8:"settings";s:0:"";}s:13:"59d680af0c027";O:8:"stdClass":5:{s:4:"node";s:13:"59d680af0c027";s:4:"type";s:6:"column";s:6:"parent";s:13:"59d680af0bfee";s:8:"position";i:0;s:8:"settings";O:8:"stdClass":68:{s:4:"size";i:100;s:12:"equal_height";s:2:"no";s:17:"content_alignment";s:3:"top";s:18:"vertical_alignment";s:0:"";s:16:"predefined_color";s:0:"";s:10:"text_color";s:0:"";s:10:"link_color";s:0:"";s:11:"hover_color";s:0:"";s:13:"heading_color";s:0:"";s:7:"bg_type";s:5:"color";s:8:"bg_color";s:0:"";s:10:"bg_opacity";s:3:"100";s:8:"bg_image";s:0:"";s:9:"bg_repeat";s:4:"none";s:11:"bg_position";s:13:"center center";s:13:"bg_attachment";s:6:"scroll";s:7:"bg_size";s:5:"cover";s:16:"bg_overlay_color";s:0:"";s:18:"bg_overlay_opacity";s:2:"50";s:11:"border_type";s:0:"";s:12:"border_color";s:0:"";s:14:"border_opacity";s:3:"100";s:10:"border_top";s:1:"1";s:17:"border_top_medium";s:0:"";s:21:"border_top_responsive";s:0:"";s:13:"border_bottom";s:1:"1";s:20:"border_bottom_medium";s:0:"";s:24:"border_bottom_responsive";s:0:"";s:11:"border_left";s:1:"1";s:18:"border_left_medium";s:0:"";s:22:"border_left_responsive";s:0:"";s:12:"border_right";s:1:"1";s:19:"border_right_medium";s:0:"";s:23:"border_right_responsive";s:0:"";s:10:"margin_top";s:0:"";s:17:"margin_top_medium";s:0:"";s:21:"margin_top_responsive";s:0:"";s:13:"margin_bottom";s:0:"";s:20:"margin_bottom_medium";s:0:"";s:24:"margin_bottom_responsive";s:0:"";s:11:"margin_left";s:0:"";s:18:"margin_left_medium";s:0:"";s:22:"margin_left_responsive";s:0:"";s:12:"margin_right";s:0:"";s:19:"margin_right_medium";s:0:"";s:23:"margin_right_responsive";s:0:"";s:11:"padding_top";s:0:"";s:18:"padding_top_medium";s:0:"";s:22:"padding_top_responsive";s:0:"";s:14:"padding_bottom";s:0:"";s:21:"padding_bottom_medium";s:0:"";s:25:"padding_bottom_responsive";s:0:"";s:12:"padding_left";s:0:"";s:19:"padding_left_medium";s:0:"";s:23:"padding_left_responsive";s:0:"";s:13:"padding_right";s:0:"";s:20:"padding_right_medium";s:0:"";s:24:"padding_right_responsive";s:0:"";s:18:"responsive_display";s:0:"";s:11:"medium_size";s:0:"";s:18:"custom_medium_size";s:3:"100";s:15:"responsive_size";s:0:"";s:22:"custom_responsive_size";s:3:"100";s:16:"responsive_order";s:7:"default";s:18:"visibility_display";s:0:"";s:26:"visibility_user_capability";s:0:"";s:2:"id";s:0:"";s:5:"class";s:0:"";}}s:13:"59d680af0c05f";O:8:"stdClass":5:{s:4:"node";s:13:"59d680af0c05f";s:4:"type";s:6:"module";s:6:"parent";s:13:"59d680af0c027";s:8:"position";i:0;s:8:"settings";O:8:"stdClass":21:{s:4:"text";s:6:"
";s:10:"margin_top";s:0:"";s:17:"margin_top_medium";s:0:"";s:21:"margin_top_responsive";s:0:"";s:13:"margin_bottom";s:0:"";s:20:"margin_bottom_medium";s:0:"";s:24:"margin_bottom_responsive";s:0:"";s:11:"margin_left";s:0:"";s:18:"margin_left_medium";s:0:"";s:22:"margin_left_responsive";s:0:"";s:12:"margin_right";s:0:"";s:19:"margin_right_medium";s:0:"";s:23:"margin_right_responsive";s:0:"";s:18:"responsive_display";s:0:"";s:18:"visibility_display";s:0:"";s:26:"visibility_user_capability";s:0:"";s:9:"animation";s:0:"";s:15:"animation_delay";s:3:"0.0";s:2:"id";s:0:"";s:5:"class";s:0:"";s:4:"type";s:9:"rich-text";}}s:13:"59d680bfabb00";O:8:"stdClass":5:{s:4:"node";s:13:"59d680bfabb00";s:4:"type";s:6:"module";s:6:"parent";s:13:"59d680cd9433f";s:8:"position";i:0;s:8:"settings";O:8:"stdClass":21:{s:4:"text";s:6:"
";s:10:"margin_top";s:0:"";s:17:"margin_top_medium";s:0:"";s:21:"margin_top_responsive";s:0:"";s:13:"margin_bottom";s:0:"";s:20:"margin_bottom_medium";s:0:"";s:24:"margin_bottom_responsive";s:0:"";s:11:"margin_left";s:0:"";s:18:"margin_left_medium";s:0:"";s:22:"margin_left_responsive";s:0:"";s:12:"margin_right";s:0:"";s:19:"margin_right_medium";s:0:"";s:23:"margin_right_responsive";s:0:"";s:18:"responsive_display";s:0:"";s:18:"visibility_display";s:0:"";s:26:"visibility_user_capability";s:0:"";s:9:"animation";s:0:"";s:15:"animation_delay";s:3:"0.0";s:2:"id";s:0:"";s:5:"class";s:0:"";s:4:"type";s:9:"rich-text";}}s:13:"59d680c0d94ba";O:8:"stdClass":5:{s:4:"node";s:13:"59d680c0d94ba";s:4:"type";s:3:"row";s:6:"parent";N;s:8:"position";i:18;s:8:"settings";O:8:"stdClass":81:{s:5:"width";s:5:"fixed";s:13:"content_width";s:5:"fixed";s:11:"full_height";s:7:"default";s:17:"content_alignment";s:6:"center";s:18:"vertical_alignment";s:0:"";s:16:"predefined_color";s:0:"";s:10:"text_color";s:0:"";s:10:"link_color";s:0:"";s:11:"hover_color";s:0:"";s:13:"heading_color";s:0:"";s:7:"bg_type";s:4:"none";s:8:"bg_image";s:0:"";s:9:"bg_repeat";s:4:"none";s:11:"bg_position";s:13:"center center";s:13:"bg_attachment";s:6:"scroll";s:7:"bg_size";s:5:"cover";s:15:"bg_video_source";s:9:"wordpress";s:8:"bg_video";s:0:"";s:13:"bg_video_webm";s:0:"";s:16:"bg_video_url_mp4";s:0:"";s:17:"bg_video_url_webm";s:0:"";s:20:"bg_video_service_url";s:0:"";s:14:"bg_video_audio";s:2:"no";s:17:"bg_video_fallback";s:0:"";s:9:"ss_source";s:9:"wordpress";s:9:"ss_photos";s:0:"";s:11:"ss_feed_url";s:0:"";s:8:"ss_speed";s:1:"3";s:13:"ss_transition";s:4:"fade";s:21:"ss_transitionDuration";s:1:"1";s:12:"ss_randomize";s:5:"false";s:17:"bg_parallax_image";s:0:"";s:17:"bg_parallax_speed";s:4:"fast";s:8:"bg_color";s:0:"";s:10:"bg_opacity";s:3:"100";s:16:"bg_overlay_color";s:0:"";s:18:"bg_overlay_opacity";s:2:"50";s:11:"border_type";s:0:"";s:12:"border_color";s:0:"";s:14:"border_opacity";s:3:"100";s:10:"border_top";s:1:"1";s:17:"border_top_medium";s:0:"";s:21:"border_top_responsive";s:0:"";s:13:"border_bottom";s:1:"1";s:20:"border_bottom_medium";s:0:"";s:24:"border_bottom_responsive";s:0:"";s:11:"border_left";s:1:"0";s:18:"border_left_medium";s:0:"";s:22:"border_left_responsive";s:0:"";s:12:"border_right";s:1:"0";s:19:"border_right_medium";s:0:"";s:23:"border_right_responsive";s:0:"";s:10:"margin_top";s:0:"";s:17:"margin_top_medium";s:0:"";s:21:"margin_top_responsive";s:0:"";s:13:"margin_bottom";s:0:"";s:20:"margin_bottom_medium";s:0:"";s:24:"margin_bottom_responsive";s:0:"";s:11:"margin_left";s:0:"";s:18:"margin_left_medium";s:0:"";s:22:"margin_left_responsive";s:0:"";s:12:"margin_right";s:0:"";s:19:"margin_right_medium";s:0:"";s:23:"margin_right_responsive";s:0:"";s:11:"padding_top";s:0:"";s:18:"padding_top_medium";s:0:"";s:22:"padding_top_responsive";s:0:"";s:14:"padding_bottom";s:0:"";s:21:"padding_bottom_medium";s:0:"";s:25:"padding_bottom_responsive";s:0:"";s:12:"padding_left";s:0:"";s:19:"padding_left_medium";s:0:"";s:23:"padding_left_responsive";s:0:"";s:13:"padding_right";s:0:"";s:20:"padding_right_medium";s:0:"";s:24:"padding_right_responsive";s:0:"";s:18:"responsive_display";s:0:"";s:18:"visibility_display";s:0:"";s:26:"visibility_user_capability";s:0:"";s:2:"id";s:0:"";s:5:"class";s:0:"";}}s:13:"59d680c0d9683";O:8:"stdClass":5:{s:4:"node";s:13:"59d680c0d9683";s:4:"type";s:12:"column-group";s:6:"parent";s:13:"59d680c0d94ba";s:8:"position";i:0;s:8:"settings";s:0:"";}s:13:"59d680c0d969f";O:8:"stdClass":5:{s:4:"node";s:13:"59d680c0d969f";s:4:"type";s:6:"column";s:6:"parent";s:13:"59d680c0d9683";s:8:"position";i:0;s:8:"settings";O:8:"stdClass":68:{s:4:"size";i:100;s:12:"equal_height";s:2:"no";s:17:"content_alignment";s:3:"top";s:18:"vertical_alignment";s:0:"";s:16:"predefined_color";s:0:"";s:10:"text_color";s:0:"";s:10:"link_color";s:0:"";s:11:"hover_color";s:0:"";s:13:"heading_color";s:0:"";s:7:"bg_type";s:5:"color";s:8:"bg_color";s:0:"";s:10:"bg_opacity";s:3:"100";s:8:"bg_image";s:0:"";s:9:"bg_repeat";s:4:"none";s:11:"bg_position";s:13:"center center";s:13:"bg_attachment";s:6:"scroll";s:7:"bg_size";s:5:"cover";s:16:"bg_overlay_color";s:0:"";s:18:"bg_overlay_opacity";s:2:"50";s:11:"border_type";s:0:"";s:12:"border_color";s:0:"";s:14:"border_opacity";s:3:"100";s:10:"border_top";s:1:"1";s:17:"border_top_medium";s:0:"";s:21:"border_top_responsive";s:0:"";s:13:"border_bottom";s:1:"1";s:20:"border_bottom_medium";s:0:"";s:24:"border_bottom_responsive";s:0:"";s:11:"border_left";s:1:"1";s:18:"border_left_medium";s:0:"";s:22:"border_left_responsive";s:0:"";s:12:"border_right";s:1:"1";s:19:"border_right_medium";s:0:"";s:23:"border_right_responsive";s:0:"";s:10:"margin_top";s:0:"";s:17:"margin_top_medium";s:0:"";s:21:"margin_top_responsive";s:0:"";s:13:"margin_bottom";s:0:"";s:20:"margin_bottom_medium";s:0:"";s:24:"margin_bottom_responsive";s:0:"";s:11:"margin_left";s:0:"";s:18:"margin_left_medium";s:0:"";s:22:"margin_left_responsive";s:0:"";s:12:"margin_right";s:0:"";s:19:"margin_right_medium";s:0:"";s:23:"margin_right_responsive";s:0:"";s:11:"padding_top";s:0:"";s:18:"padding_top_medium";s:0:"";s:22:"padding_top_responsive";s:0:"";s:14:"padding_bottom";s:0:"";s:21:"padding_bottom_medium";s:0:"";s:25:"padding_bottom_responsive";s:0:"";s:12:"padding_left";s:0:"";s:19:"padding_left_medium";s:0:"";s:23:"padding_left_responsive";s:0:"";s:13:"padding_right";s:0:"";s:20:"padding_right_medium";s:0:"";s:24:"padding_right_responsive";s:0:"";s:18:"responsive_display";s:0:"";s:11:"medium_size";s:0:"";s:18:"custom_medium_size";s:3:"100";s:15:"responsive_size";s:0:"";s:22:"custom_responsive_size";s:3:"100";s:16:"responsive_order";s:7:"default";s:18:"visibility_display";s:0:"";s:26:"visibility_user_capability";s:0:"";s:2:"id";s:0:"";s:5:"class";s:0:"";}}s:13:"59d680c0d96d7";O:8:"stdClass":5:{s:4:"node";s:13:"59d680c0d96d7";s:4:"type";s:6:"module";s:6:"parent";s:13:"59d680c0d969f";s:8:"position";i:0;s:8:"settings";O:8:"stdClass":21:{s:4:"text";s:6:"
";s:10:"margin_top";s:0:"";s:17:"margin_top_medium";s:0:"";s:21:"margin_top_responsive";s:0:"";s:13:"margin_bottom";s:0:"";s:20:"margin_bottom_medium";s:0:"";s:24:"margin_bottom_responsive";s:0:"";s:11:"margin_left";s:0:"";s:18:"margin_left_medium";s:0:"";s:22:"margin_left_responsive";s:0:"";s:12:"margin_right";s:0:"";s:19:"margin_right_medium";s:0:"";s:23:"margin_right_responsive";s:0:"";s:18:"responsive_display";s:0:"";s:18:"visibility_display";s:0:"";s:26:"visibility_user_capability";s:0:"";s:9:"animation";s:0:"";s:15:"animation_delay";s:3:"0.0";s:2:"id";s:0:"";s:5:"class";s:0:"";s:4:"type";s:9:"rich-text";}}s:13:"59d680c1794cc";O:8:"stdClass":5:{s:4:"node";s:13:"59d680c1794cc";s:4:"type";s:3:"row";s:6:"parent";N;s:8:"position";i:20;s:8:"settings";O:8:"stdClass":81:{s:5:"width";s:5:"fixed";s:13:"content_width";s:5:"fixed";s:11:"full_height";s:7:"default";s:17:"content_alignment";s:6:"center";s:18:"vertical_alignment";s:0:"";s:16:"predefined_color";s:0:"";s:10:"text_color";s:0:"";s:10:"link_color";s:0:"";s:11:"hover_color";s:0:"";s:13:"heading_color";s:0:"";s:7:"bg_type";s:4:"none";s:8:"bg_image";s:0:"";s:9:"bg_repeat";s:9:"no-repeat";s:11:"bg_position";s:13:"center center";s:13:"bg_attachment";s:6:"scroll";s:7:"bg_size";s:5:"cover";s:15:"bg_video_source";s:9:"wordpress";s:8:"bg_video";s:0:"";s:13:"bg_video_webm";s:0:"";s:16:"bg_video_url_mp4";s:0:"";s:17:"bg_video_url_webm";s:0:"";s:20:"bg_video_service_url";s:0:"";s:14:"bg_video_audio";s:2:"no";s:17:"bg_video_fallback";s:0:"";s:9:"ss_source";s:9:"wordpress";s:9:"ss_photos";s:0:"";s:11:"ss_feed_url";s:0:"";s:8:"ss_speed";s:1:"3";s:13:"ss_transition";s:4:"fade";s:21:"ss_transitionDuration";s:1:"1";s:12:"ss_randomize";s:5:"false";s:17:"bg_parallax_image";s:0:"";s:17:"bg_parallax_speed";s:1:"2";s:8:"bg_color";s:0:"";s:10:"bg_opacity";s:3:"100";s:16:"bg_overlay_color";s:0:"";s:18:"bg_overlay_opacity";s:2:"50";s:11:"border_type";s:0:"";s:12:"border_color";s:0:"";s:14:"border_opacity";s:3:"100";s:10:"border_top";s:1:"1";s:17:"border_top_medium";s:0:"";s:21:"border_top_responsive";s:0:"";s:13:"border_bottom";s:1:"1";s:20:"border_bottom_medium";s:0:"";s:24:"border_bottom_responsive";s:0:"";s:11:"border_left";s:1:"0";s:18:"border_left_medium";s:0:"";s:22:"border_left_responsive";s:0:"";s:12:"border_right";s:1:"0";s:19:"border_right_medium";s:0:"";s:23:"border_right_responsive";s:0:"";s:10:"margin_top";s:0:"";s:17:"margin_top_medium";s:0:"";s:21:"margin_top_responsive";s:0:"";s:13:"margin_bottom";s:3:"100";s:20:"margin_bottom_medium";s:0:"";s:24:"margin_bottom_responsive";s:0:"";s:11:"margin_left";s:0:"";s:18:"margin_left_medium";s:0:"";s:22:"margin_left_responsive";s:0:"";s:12:"margin_right";s:0:"";s:19:"margin_right_medium";s:0:"";s:23:"margin_right_responsive";s:0:"";s:11:"padding_top";s:0:"";s:18:"padding_top_medium";s:0:"";s:22:"padding_top_responsive";s:0:"";s:14:"padding_bottom";s:0:"";s:21:"padding_bottom_medium";s:0:"";s:25:"padding_bottom_responsive";s:0:"";s:12:"padding_left";s:0:"";s:19:"padding_left_medium";s:0:"";s:23:"padding_left_responsive";s:0:"";s:13:"padding_right";s:0:"";s:20:"padding_right_medium";s:0:"";s:24:"padding_right_responsive";s:0:"";s:18:"responsive_display";s:0:"";s:18:"visibility_display";s:0:"";s:26:"visibility_user_capability";s:0:"";s:2:"id";s:0:"";s:5:"class";s:0:"";}}s:13:"59d680c179606";O:8:"stdClass":5:{s:4:"node";s:13:"59d680c179606";s:4:"type";s:12:"column-group";s:6:"parent";s:13:"59d680c1794cc";s:8:"position";i:0;s:8:"settings";s:0:"";}s:13:"59d680c17963e";O:8:"stdClass":5:{s:4:"node";s:13:"59d680c17963e";s:4:"type";s:6:"column";s:6:"parent";s:13:"59d680c179606";s:8:"position";i:0;s:8:"settings";O:8:"stdClass":68:{s:4:"size";i:100;s:12:"equal_height";s:2:"no";s:17:"content_alignment";s:3:"top";s:18:"vertical_alignment";s:0:"";s:16:"predefined_color";s:0:"";s:10:"text_color";s:0:"";s:10:"link_color";s:0:"";s:11:"hover_color";s:0:"";s:13:"heading_color";s:0:"";s:7:"bg_type";s:5:"color";s:8:"bg_color";s:0:"";s:10:"bg_opacity";s:3:"100";s:8:"bg_image";s:0:"";s:9:"bg_repeat";s:4:"none";s:11:"bg_position";s:13:"center center";s:13:"bg_attachment";s:6:"scroll";s:7:"bg_size";s:5:"cover";s:16:"bg_overlay_color";s:0:"";s:18:"bg_overlay_opacity";s:2:"50";s:11:"border_type";s:0:"";s:12:"border_color";s:0:"";s:14:"border_opacity";s:3:"100";s:10:"border_top";s:1:"1";s:17:"border_top_medium";s:0:"";s:21:"border_top_responsive";s:0:"";s:13:"border_bottom";s:1:"1";s:20:"border_bottom_medium";s:0:"";s:24:"border_bottom_responsive";s:0:"";s:11:"border_left";s:1:"1";s:18:"border_left_medium";s:0:"";s:22:"border_left_responsive";s:0:"";s:12:"border_right";s:1:"1";s:19:"border_right_medium";s:0:"";s:23:"border_right_responsive";s:0:"";s:10:"margin_top";s:0:"";s:17:"margin_top_medium";s:0:"";s:21:"margin_top_responsive";s:0:"";s:13:"margin_bottom";s:0:"";s:20:"margin_bottom_medium";s:0:"";s:24:"margin_bottom_responsive";s:0:"";s:11:"margin_left";s:0:"";s:18:"margin_left_medium";s:0:"";s:22:"margin_left_responsive";s:0:"";s:12:"margin_right";s:0:"";s:19:"margin_right_medium";s:0:"";s:23:"margin_right_responsive";s:0:"";s:11:"padding_top";s:0:"";s:18:"padding_top_medium";s:0:"";s:22:"padding_top_responsive";s:0:"";s:14:"padding_bottom";s:0:"";s:21:"padding_bottom_medium";s:0:"";s:25:"padding_bottom_responsive";s:0:"";s:12:"padding_left";s:0:"";s:19:"padding_left_medium";s:0:"";s:23:"padding_left_responsive";s:0:"";s:13:"padding_right";s:0:"";s:20:"padding_right_medium";s:0:"";s:24:"padding_right_responsive";s:0:"";s:18:"responsive_display";s:0:"";s:11:"medium_size";s:0:"";s:18:"custom_medium_size";s:3:"100";s:15:"responsive_size";s:0:"";s:22:"custom_responsive_size";s:3:"100";s:16:"responsive_order";s:7:"default";s:18:"visibility_display";s:0:"";s:26:"visibility_user_capability";s:0:"";s:2:"id";s:0:"";s:5:"class";s:0:"";}}s:13:"59d680c179674";O:8:"stdClass":5:{s:4:"node";s:13:"59d680c179674";s:4:"type";s:6:"module";s:6:"parent";s:13:"59d680c17963e";s:8:"position";i:0;s:8:"settings";O:8:"stdClass":21:{s:4:"text";s:6:"
";s:10:"margin_top";s:0:"";s:17:"margin_top_medium";s:0:"";s:21:"margin_top_responsive";s:0:"";s:13:"margin_bottom";s:0:"";s:20:"margin_bottom_medium";s:0:"";s:24:"margin_bottom_responsive";s:0:"";s:11:"margin_left";s:0:"";s:18:"margin_left_medium";s:0:"";s:22:"margin_left_responsive";s:0:"";s:12:"margin_right";s:0:"";s:19:"margin_right_medium";s:0:"";s:23:"margin_right_responsive";s:0:"";s:18:"responsive_display";s:0:"";s:18:"visibility_display";s:0:"";s:26:"visibility_user_capability";s:0:"";s:9:"animation";s:0:"";s:15:"animation_delay";s:3:"0.0";s:2:"id";s:0:"";s:5:"class";s:0:"";s:4:"type";s:9:"rich-text";}}s:13:"59d680cd877d6";O:8:"stdClass":5:{s:4:"node";s:13:"59d680cd877d6";s:4:"type";s:3:"row";s:6:"parent";N;s:8:"position";i:16;s:8:"settings";O:8:"stdClass":81:{s:5:"width";s:5:"fixed";s:13:"content_width";s:5:"fixed";s:11:"full_height";s:7:"default";s:17:"content_alignment";s:6:"center";s:18:"vertical_alignment";s:0:"";s:16:"predefined_color";s:0:"";s:10:"text_color";s:0:"";s:10:"link_color";s:0:"";s:11:"hover_color";s:0:"";s:13:"heading_color";s:0:"";s:7:"bg_type";s:4:"none";s:8:"bg_image";s:0:"";s:9:"bg_repeat";s:4:"none";s:11:"bg_position";s:13:"center center";s:13:"bg_attachment";s:6:"scroll";s:7:"bg_size";s:5:"cover";s:15:"bg_video_source";s:9:"wordpress";s:8:"bg_video";s:0:"";s:13:"bg_video_webm";s:0:"";s:16:"bg_video_url_mp4";s:0:"";s:17:"bg_video_url_webm";s:0:"";s:20:"bg_video_service_url";s:0:"";s:14:"bg_video_audio";s:2:"no";s:17:"bg_video_fallback";s:0:"";s:9:"ss_source";s:9:"wordpress";s:9:"ss_photos";s:0:"";s:11:"ss_feed_url";s:0:"";s:8:"ss_speed";s:1:"3";s:13:"ss_transition";s:4:"fade";s:21:"ss_transitionDuration";s:1:"1";s:12:"ss_randomize";s:5:"false";s:17:"bg_parallax_image";s:0:"";s:17:"bg_parallax_speed";s:4:"fast";s:8:"bg_color";s:0:"";s:10:"bg_opacity";s:3:"100";s:16:"bg_overlay_color";s:0:"";s:18:"bg_overlay_opacity";s:2:"50";s:11:"border_type";s:0:"";s:12:"border_color";s:0:"";s:14:"border_opacity";s:3:"100";s:10:"border_top";s:1:"1";s:17:"border_top_medium";s:0:"";s:21:"border_top_responsive";s:0:"";s:13:"border_bottom";s:1:"1";s:20:"border_bottom_medium";s:0:"";s:24:"border_bottom_responsive";s:0:"";s:11:"border_left";s:1:"0";s:18:"border_left_medium";s:0:"";s:22:"border_left_responsive";s:0:"";s:12:"border_right";s:1:"0";s:19:"border_right_medium";s:0:"";s:23:"border_right_responsive";s:0:"";s:10:"margin_top";s:0:"";s:17:"margin_top_medium";s:0:"";s:21:"margin_top_responsive";s:0:"";s:13:"margin_bottom";s:0:"";s:20:"margin_bottom_medium";s:0:"";s:24:"margin_bottom_responsive";s:0:"";s:11:"margin_left";s:0:"";s:18:"margin_left_medium";s:0:"";s:22:"margin_left_responsive";s:0:"";s:12:"margin_right";s:0:"";s:19:"margin_right_medium";s:0:"";s:23:"margin_right_responsive";s:0:"";s:11:"padding_top";s:0:"";s:18:"padding_top_medium";s:0:"";s:22:"padding_top_responsive";s:0:"";s:14:"padding_bottom";s:0:"";s:21:"padding_bottom_medium";s:0:"";s:25:"padding_bottom_responsive";s:0:"";s:12:"padding_left";s:0:"";s:19:"padding_left_medium";s:0:"";s:23:"padding_left_responsive";s:0:"";s:13:"padding_right";s:0:"";s:20:"padding_right_medium";s:0:"";s:24:"padding_right_responsive";s:0:"";s:18:"responsive_display";s:0:"";s:18:"visibility_display";s:0:"";s:26:"visibility_user_capability";s:0:"";s:2:"id";s:0:"";s:5:"class";s:0:"";}}s:13:"59d680cd94219";O:8:"stdClass":5:{s:4:"node";s:13:"59d680cd94219";s:4:"type";s:12:"column-group";s:6:"parent";s:13:"59d680cd877d6";s:8:"position";i:0;s:8:"settings";s:0:"";}s:13:"59d680cd9433f";O:8:"stdClass":5:{s:4:"node";s:13:"59d680cd9433f";s:4:"type";s:6:"column";s:6:"parent";s:13:"59d680cd94219";s:8:"position";i:0;s:8:"settings";O:8:"stdClass":1:{s:4:"size";i:100;}}s:13:"59d680dae3e94";O:8:"stdClass":5:{s:4:"node";s:13:"59d680dae3e94";s:4:"type";s:3:"row";s:6:"parent";N;s:8:"position";i:12;s:8:"settings";O:8:"stdClass":81:{s:5:"width";s:5:"fixed";s:13:"content_width";s:5:"fixed";s:11:"full_height";s:7:"default";s:17:"content_alignment";s:6:"center";s:18:"vertical_alignment";s:0:"";s:16:"predefined_color";s:0:"";s:10:"text_color";s:0:"";s:10:"link_color";s:0:"";s:11:"hover_color";s:0:"";s:13:"heading_color";s:0:"";s:7:"bg_type";s:4:"none";s:8:"bg_image";s:0:"";s:9:"bg_repeat";s:4:"none";s:11:"bg_position";s:13:"center center";s:13:"bg_attachment";s:6:"scroll";s:7:"bg_size";s:5:"cover";s:15:"bg_video_source";s:9:"wordpress";s:8:"bg_video";s:0:"";s:13:"bg_video_webm";s:0:"";s:16:"bg_video_url_mp4";s:0:"";s:17:"bg_video_url_webm";s:0:"";s:20:"bg_video_service_url";s:0:"";s:14:"bg_video_audio";s:2:"no";s:17:"bg_video_fallback";s:0:"";s:9:"ss_source";s:9:"wordpress";s:9:"ss_photos";s:0:"";s:11:"ss_feed_url";s:0:"";s:8:"ss_speed";s:1:"3";s:13:"ss_transition";s:4:"fade";s:21:"ss_transitionDuration";s:1:"1";s:12:"ss_randomize";s:5:"false";s:17:"bg_parallax_image";s:0:"";s:17:"bg_parallax_speed";s:4:"fast";s:8:"bg_color";s:0:"";s:10:"bg_opacity";s:3:"100";s:16:"bg_overlay_color";s:0:"";s:18:"bg_overlay_opacity";s:2:"50";s:11:"border_type";s:0:"";s:12:"border_color";s:0:"";s:14:"border_opacity";s:3:"100";s:10:"border_top";s:1:"1";s:17:"border_top_medium";s:0:"";s:21:"border_top_responsive";s:0:"";s:13:"border_bottom";s:1:"1";s:20:"border_bottom_medium";s:0:"";s:24:"border_bottom_responsive";s:0:"";s:11:"border_left";s:1:"0";s:18:"border_left_medium";s:0:"";s:22:"border_left_responsive";s:0:"";s:12:"border_right";s:1:"0";s:19:"border_right_medium";s:0:"";s:23:"border_right_responsive";s:0:"";s:10:"margin_top";s:0:"";s:17:"margin_top_medium";s:0:"";s:21:"margin_top_responsive";s:0:"";s:13:"margin_bottom";s:0:"";s:20:"margin_bottom_medium";s:0:"";s:24:"margin_bottom_responsive";s:0:"";s:11:"margin_left";s:0:"";s:18:"margin_left_medium";s:0:"";s:22:"margin_left_responsive";s:0:"";s:12:"margin_right";s:0:"";s:19:"margin_right_medium";s:0:"";s:23:"margin_right_responsive";s:0:"";s:11:"padding_top";s:0:"";s:18:"padding_top_medium";s:0:"";s:22:"padding_top_responsive";s:0:"";s:14:"padding_bottom";s:0:"";s:21:"padding_bottom_medium";s:0:"";s:25:"padding_bottom_responsive";s:0:"";s:12:"padding_left";s:0:"";s:19:"padding_left_medium";s:0:"";s:23:"padding_left_responsive";s:0:"";s:13:"padding_right";s:0:"";s:20:"padding_right_medium";s:0:"";s:24:"padding_right_responsive";s:0:"";s:18:"responsive_display";s:0:"";s:18:"visibility_display";s:0:"";s:26:"visibility_user_capability";s:0:"";s:2:"id";s:0:"";s:5:"class";s:0:"";}}s:13:"59d680dae4071";O:8:"stdClass":5:{s:4:"node";s:13:"59d680dae4071";s:4:"type";s:12:"column-group";s:6:"parent";s:13:"59d680dae3e94";s:8:"position";i:0;s:8:"settings";s:0:"";}s:13:"59d680dae40af";O:8:"stdClass":5:{s:4:"node";s:13:"59d680dae40af";s:4:"type";s:6:"column";s:6:"parent";s:13:"59d680dae4071";s:8:"position";i:0;s:8:"settings";O:8:"stdClass":68:{s:4:"size";i:100;s:12:"equal_height";s:2:"no";s:17:"content_alignment";s:3:"top";s:18:"vertical_alignment";s:0:"";s:16:"predefined_color";s:0:"";s:10:"text_color";s:0:"";s:10:"link_color";s:0:"";s:11:"hover_color";s:0:"";s:13:"heading_color";s:0:"";s:7:"bg_type";s:5:"color";s:8:"bg_color";s:0:"";s:10:"bg_opacity";s:3:"100";s:8:"bg_image";s:0:"";s:9:"bg_repeat";s:4:"none";s:11:"bg_position";s:13:"center center";s:13:"bg_attachment";s:6:"scroll";s:7:"bg_size";s:5:"cover";s:16:"bg_overlay_color";s:0:"";s:18:"bg_overlay_opacity";s:2:"50";s:11:"border_type";s:0:"";s:12:"border_color";s:0:"";s:14:"border_opacity";s:3:"100";s:10:"border_top";s:1:"1";s:17:"border_top_medium";s:0:"";s:21:"border_top_responsive";s:0:"";s:13:"border_bottom";s:1:"1";s:20:"border_bottom_medium";s:0:"";s:24:"border_bottom_responsive";s:0:"";s:11:"border_left";s:1:"1";s:18:"border_left_medium";s:0:"";s:22:"border_left_responsive";s:0:"";s:12:"border_right";s:1:"1";s:19:"border_right_medium";s:0:"";s:23:"border_right_responsive";s:0:"";s:10:"margin_top";s:0:"";s:17:"margin_top_medium";s:0:"";s:21:"margin_top_responsive";s:0:"";s:13:"margin_bottom";s:0:"";s:20:"margin_bottom_medium";s:0:"";s:24:"margin_bottom_responsive";s:0:"";s:11:"margin_left";s:0:"";s:18:"margin_left_medium";s:0:"";s:22:"margin_left_responsive";s:0:"";s:12:"margin_right";s:0:"";s:19:"margin_right_medium";s:0:"";s:23:"margin_right_responsive";s:0:"";s:11:"padding_top";s:0:"";s:18:"padding_top_medium";s:0:"";s:22:"padding_top_responsive";s:0:"";s:14:"padding_bottom";s:0:"";s:21:"padding_bottom_medium";s:0:"";s:25:"padding_bottom_responsive";s:0:"";s:12:"padding_left";s:0:"";s:19:"padding_left_medium";s:0:"";s:23:"padding_left_responsive";s:0:"";s:13:"padding_right";s:0:"";s:20:"padding_right_medium";s:0:"";s:24:"padding_right_responsive";s:0:"";s:18:"responsive_display";s:0:"";s:11:"medium_size";s:0:"";s:18:"custom_medium_size";s:3:"100";s:15:"responsive_size";s:0:"";s:22:"custom_responsive_size";s:3:"100";s:16:"responsive_order";s:7:"default";s:18:"visibility_display";s:0:"";s:26:"visibility_user_capability";s:0:"";s:2:"id";s:0:"";s:5:"class";s:0:"";}}s:13:"59d680dae40f2";O:8:"stdClass":5:{s:4:"node";s:13:"59d680dae40f2";s:4:"type";s:6:"module";s:6:"parent";s:13:"59d680dae40af";s:8:"position";i:0;s:8:"settings";O:8:"stdClass":21:{s:4:"text";s:6:"
";s:10:"margin_top";s:0:"";s:17:"margin_top_medium";s:0:"";s:21:"margin_top_responsive";s:0:"";s:13:"margin_bottom";s:0:"";s:20:"margin_bottom_medium";s:0:"";s:24:"margin_bottom_responsive";s:0:"";s:11:"margin_left";s:0:"";s:18:"margin_left_medium";s:0:"";s:22:"margin_left_responsive";s:0:"";s:12:"margin_right";s:0:"";s:19:"margin_right_medium";s:0:"";s:23:"margin_right_responsive";s:0:"";s:18:"responsive_display";s:0:"";s:18:"visibility_display";s:0:"";s:26:"visibility_user_capability";s:0:"";s:9:"animation";s:0:"";s:15:"animation_delay";s:3:"0.0";s:2:"id";s:0:"";s:5:"class";s:0:"";s:4:"type";s:9:"rich-text";}}}]]>
- - - + + + - - - + + + - + Terms and Conditions http://themedemos.webmandesign.eu/reykjavik/our-shop/terms-and-conditions/ @@ -6819,22 +7339,89 @@ Vestibulum in mauris eleifend, egestas lectus et, vulputate orci.";s:10:"margin_ http://themedemos.webmandesign.eu/reykjavik/?page_id=298 - 1) Privacy

-Lorem ipsum dolor sit amet consectetur, adipiscing elit conubia mauris cras dapibus, mollis lacinia nisl rhoncus. Risus varius lobortis vehicula imperdiet urna nibh ridiculus tincidunt lacus, feugiat natoque auctor et facilisis eros quisque integer erat, ultrices at tristique habitasse pharetra venenatis leo pellentesque. Eu est egestas dignissim ornare, purus proin. -

2) Copyright

-Lorem ipsum dolor sit amet consectetur, adipiscing elit conubia mauris cras dapibus, mollis lacinia nisl rhoncus. Risus varius lobortis vehicula imperdiet urna nibh ridiculus tincidunt lacus, feugiat natoque auctor et facilisis eros quisque integer erat, ultrices at tristique habitasse pharetra venenatis leo pellentesque. Eu est egestas dignissim ornare, purus proin. -

3) Limitations and exclusions of liability

-Lorem ipsum dolor sit amet consectetur, adipiscing elit conubia mauris cras dapibus, mollis lacinia nisl rhoncus. Risus varius lobortis vehicula imperdiet urna nibh ridiculus tincidunt lacus, feugiat natoque auctor et facilisis eros quisque integer erat, ultrices at tristique habitasse pharetra venenatis leo pellentesque. Eu est egestas dignissim ornare, purus proin. -

4) Warranty

-Lorem ipsum dolor sit amet consectetur, adipiscing elit conubia mauris cras dapibus, mollis lacinia nisl rhoncus. Risus varius lobortis vehicula imperdiet urna nibh ridiculus tincidunt lacus, feugiat natoque auctor et facilisis eros quisque integer erat, ultrices at tristique habitasse pharetra venenatis leo pellentesque. Eu est egestas dignissim ornare, purus proin. - -  - -WebManDesign.eu signature -

Reykjavík -Street name 123 -Reykjavik 00100 -Iceland

]]> + +
+
+

1) Privacy

+
+ + + +
+

Lorem ipsum dolor sit amet consectetur, adipiscing elit conubia mauris cras dapibus, mollis lacinia nisl rhoncus. Risus varius lobortis vehicula imperdiet urna nibh ridiculus tincidunt lacus, feugiat natoque auctor et facilisis eros quisque integer erat, ultrices at tristique habitasse pharetra venenatis leo pellentesque. Eu est egestas dignissim ornare, purus proin.

+
+
+ + + + + + + +
+
+

2) Copyright

+
+ + + +
+

Lorem ipsum dolor sit amet consectetur, adipiscing elit conubia mauris cras dapibus, mollis lacinia nisl rhoncus. Risus varius lobortis vehicula imperdiet urna nibh ridiculus tincidunt lacus, feugiat natoque auctor et facilisis eros quisque integer erat, ultrices at tristique habitasse pharetra venenatis leo pellentesque. Eu est egestas dignissim ornare, purus proin.

+
+
+ + + + + + + +
+
+

3) Limitations and exclusions of liability

+
+ + + +
+

Lorem ipsum dolor sit amet consectetur, adipiscing elit conubia mauris cras dapibus, mollis lacinia nisl rhoncus. Risus varius lobortis vehicula imperdiet urna nibh ridiculus tincidunt lacus, feugiat natoque auctor et facilisis eros quisque integer erat, ultrices at tristique habitasse pharetra venenatis leo pellentesque. Eu est egestas dignissim ornare, purus proin.

+
+
+ + + + + + + +
+
+

4) Warranty

+
+ + + +
+

Lorem ipsum dolor sit amet consectetur, adipiscing elit conubia mauris cras dapibus, mollis lacinia nisl rhoncus. Risus varius lobortis vehicula imperdiet urna nibh ridiculus tincidunt lacus, feugiat natoque auctor et facilisis eros quisque integer erat, ultrices at tristique habitasse pharetra venenatis leo pellentesque. Eu est egestas dignissim ornare, purus proin.

+
+
+ + + + + + + +
+ + + +
WebManDesign.eu signature
+ + + +

Reykjavík
Street name 123
Reykjavik 00100
Iceland

+]]>
298 @@ -6848,59 +7435,59 @@ Iceland

]]> 0 - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + -
+ Order tracking http://themedemos.webmandesign.eu/reykjavik/our-shop/order-tracking/ @@ -6911,11 +7498,12 @@ Iceland

]]> [woocommerce_order_tracking] +

You can use demo order details: order ID 316 and -billing email example@example.com.

+billing email example@example.com. -]]>
+

]]> 316), your email (example@example.com), and you can track your order processing here.]]> 317 @@ -6929,59 +7517,59 @@ billing email example@example.com.

0 - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + -
+ @@ -6998,40 +7586,85 @@ Post type: post http://themedemos.webmandesign.eu/reykjavik/?p=154 - What is a post format? -A post format is used by a theme for presenting posts in a certain format and style, such as "standard", "image", "gallery" "audio", "video", "quote", "status", "aside", "link" and/or a "chat" post. You can actually read thorough
explanation of post formats on WordPress codex pages. (Post formats should not be confused with post types!) + +

What is a post format?

+ + + +

A post format is used by a theme for presenting posts in a certain format and style, such as "standard", "image", "gallery" "audio", "video", "quote", "status", "aside", "link" and/or a "chat" post. You can actually read thorough explanation of post formats on WordPress codex pages. (Post formats should not be confused with post types!)

+ + +

There is a problem, though

-Post formats styling and support is left solely for a theme you are using. And there is no standardized way of displaying post formats. So, this can change from theme to theme: -
    -
  • one theme can only distinguish post formats simply with an icon,
  • -
  • the other one goes further by displaying actual format media and/or text automatically, taken from post content,
  • -
  • another theme may even require setting up a special post custom field to display post format media,
  • -
  • yet another theme may not support all post formats, just a few of them…
  • -
-This means that post formats are not very future-proof and are actually quite confusing to a lot of WordPress users to set up, and to your website visitors due to display inconsistency. - -Besides, a standard post can also be any of the other post formats as well. It can have a gallery or a video, for example. Most users simply ignore post formats because of these decision complications. -
+ -Waves illustration + +

Post formats styling and support is left solely for a theme you are using. And there is no standardized way of displaying post formats. So, this can change from theme to theme:

+ -
-

Why this theme doesn't support post formats?

-
WebMan Design themes are built for ease of use, reducing decision pressure.
-WebMan Design themes are not cluttered with redundant options that might only confuse users or create unnecessary decision pressure on them. + +
  • one theme can only distinguish post formats simply with an icon,
  • the other one goes further by displaying actual format media and/or text automatically, taken from post content,
  • another theme may even require setting up a special post custom field to display post format media,
  • yet another theme may not support all post formats, just a few of them…
+ + + +

This means that post formats are not very future-proof and are actually quite confusing to a lot of WordPress users to set up, and to your website visitors due to display inconsistency.

+ + + +

Besides, a standard post can also be any of the other post formats as well. It can have a gallery or a video, for example. Most users simply ignore post formats because of these decision complications.

+ -This theme is also not primarily a blog theme, but rather a business one, so, introducing the support for post formats is very questionable and thus it was removed to make things simpler and help you focus on the most important thing of your website: the actual content. + +
Waves illustration
+ + + +

Why this theme doesn't support post formats?

+ + + +

WebMan Design themes are built for ease of use, reducing decision pressure.

+ + + +

WebMan Design themes are not cluttered with redundant options that might only confuse users or create unnecessary decision pressure on them.

+ + + +

This theme is also not primarily a blog theme, but rather a business one, so, introducing the support for post formats is very questionable and thus it was removed to make things simpler and help you focus on the most important thing of your website: the actual content.

+ + +

But, I may want to use them in the future…

-Well, you can still reintroduce the post formats compatibility in your child theme. + + + +

Well, you can still reintroduce the post formats compatibility in your child theme.

+ -Alternatively you may use post tags: simply tag all your (to-be-)video format posts with a "Video" tag, for example. Then, if you decide to use a theme with post formats supports in the future, you can easily convert all the posts marked with "Video" tag to a video format using WordPress posts bulk edit. + +

Alternatively you may use post tags: simply tag all your (to-be-)video format posts with a "Video" tag, for example. Then, if you decide to use a theme with post formats supports in the future, you can easily convert all the posts marked with "Video" tag to a video format using WordPress posts bulk edit.

+ -Surely, the child theme solution is preferable as it will prepare your posts much more elegantly, although it is also more technically challenging solution as you have to dive into coding a bit. + +

Surely, the child theme solution is preferable as it will prepare your posts much more elegantly, although it is also more technically challenging solution as you have to dive into coding a bit.

+ + +

And what if I already used post formats previously?

-If you used post formats previously on your WordPress website and switched to a theme that does not support them, your posts will simply display as standard posts. To retain the ability to assign a post format for any new post, you can declare the support in a child theme. + + + +

If you used post formats previously on your WordPress website and switched to a theme that does not support them, your posts will simply display as standard posts. To retain the ability to assign a post format for any new post, you can declare the support in a child theme.

+ + +

Summary

-In my opinion, post formats are not suited for business websites (but may be suited for blogs). That's why this theme does not support them to prevent user confusion. -If you still need to use post formats, declare the compatibility in a child theme.]]>
+ + + +

In my opinion, post formats are not suited for business websites (but may be suited for blogs). That's why this theme does not support them to prevent user confusion.
If you still need to use post formats, declare the compatibility in a child theme.

+]]> 154 @@ -7045,68 +7678,64 @@ If you still need to use post formats, - - - - - - - + + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - + Style guide http://themedemos.webmandesign.eu/reykjavik/post-2/ @@ -7114,199 +7743,323 @@ If you still need to use post formats, http://themedemos.webmandesign.eu/reykjavik/?p=156 - Below is just about every HTML element you might want to use in your blog posts. Check the source code to see the many embedded elements within paragraphs. This is also an example of text paragraph with dropcap first letter. Simply add class="dropcap-text" on the paragraph HTML tag where you want to display the dropcap.

+ +

Below is just about every HTML element you might want to use in your blog posts. Check the source code to see the many embedded elements within paragraphs. This is also an example of text paragraph with dropcap first letter.

+ + +
+ -
- +

Heading Two

-Lorem ipsum dolor sit amet,
test link adipiscing elit. This is strong. Nullam dignissim convallis est. Quisque aliquam. This is emphasized. + + + +

Lorem ipsum dolor sit amet, test link adipiscing elit. This is strong. Nullam dignissim convallis est. Quisque aliquam. This is emphasized.

+ + +

Heading Three

-Donec faucibus. Nunc iaculis suscipit dui. 53 = 125. Water is H2O. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl. -The New York Times (That’s a citation). + + + +

Donec faucibus. Nunc iaculis suscipit dui. 53 = 125. Water is H2O. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl.
+The New York Times (That’s a citation).

+ + +

Heading Four

-Underline. Maecenas ornare tortor. Donec sed tellus eget sapien fringilla nonummy. Mauris a ante. Suspendisse quam sem, consequat at, commodo vitae, feugiat in, nunc. Morbi imperdiet augue quis tellus. + + + +

Underline. Maecenas ornare tortor. Donec sed tellus eget sapien fringilla nonummy. Mauris a ante. Suspendisse quam sem, consequat at, commodo vitae, feugiat in, nunc. Morbi imperdiet augue quis tellus.

+ + +
Heading Five
-HTML and CSS are our tools. Mauris a ante. Suspendisse quam sem, consequat at, commodo vitae, feugiat in, nunc. Morbi imperdiet augue quis tellus. + + + +

HTML and CSS are our tools. Mauris a ante. Suspendisse quam sem, consequat at, commodo vitae, feugiat in, nunc. Morbi imperdiet augue quis tellus.

+ + +
Heading Six
-Praesent mattis, massa quis luctus fermentum, turpis mi volutpat justo, eu volutpat enim diam eget metus. To copy a file type COPY filename. Dinner’s at 5:00.Let’s make that 7. This text has been struck. + + + +

Praesent mattis, massa quis luctus fermentum, turpis mi volutpat justo, eu volutpat enim diam eget metus. To copy a file type COPY filename. Dinner’s at 5:00.Let’s make that 7. This text has been struck.

+ + + + + + +

Quotes

+ + +

Blockquote

-The blockquote is used to indicate the quotation of a large section of text from another source. It can be as long or as short as you’d like. -
It is what you read when you don't have to that determines what you will be when you can't help it. -Oscar Wilde
+ -
+ +

The blockquote is used to indicate the quotation of a large section of text from another source. It can be as long or as short as you’d like.

+ + + +

It is what you read when you don't have to that determines what you will be when you can't help it.

Oscar Wilde
+ + + +
+ +

Pull Quote Styles

-To use the pull quote, you simply need to add a class of alignright or alignleft to your content. This can be done in Visual editor with additional style buttons that theme provides. See an example below: -
<blockquote class="alignright">Pull this text right.</blockquote>
-
This pull quote is just hanging out on the right side of the post. Lorem ipsum dolor sit amet, consectetur.
-A pull quote (also known as a lift-out quote) is a quotation or excerpt from an article that is typically placed in a larger or distinctive typeface on the same page, serving to entice readers into an article or to highlight a key topic. The term is principally used in journalism and publishing. - -Placement of a pull quote on a page may be defined in a publication’s or website’s style guide. Such a typographic device may or may not be aligned with a column on the page. Some designers, for example, choose not to align the quote. In that case, the quotation cuts into two or more columns, as in the example shown. -
And this pull quote is pulling text to the left, like a sir. Lorem ipsum dolor sit amet, consectetur.
-Pull quotes need not be a verbatim copy of the text being quoted; depending on a publication’s house style pull quotes may be abbreviated for space and/or paraphrased for clarity, with or without indication. There are no hard-and-fast rules for the exact formatting of pull quotes. + + + +

This pull quote is just hanging out on the right side of the post. Lorem ipsum dolor sit amet, consectetur.

+ + + +

A pull quote (also known as a lift-out quote) is a quotation or excerpt from an article that is typically placed in a larger or distinctive typeface on the same page, serving to entice readers into an article or to highlight a key topic. The term is principally used in journalism and publishing.

+ + + +

Placement of a pull quote on a page may be defined in a publication’s or website’s style guide. Such a typographic device may or may not be aligned with a column on the page. Some designers, for example, choose not to align the quote. In that case, the quotation cuts into two or more columns, as in the example shown.

+ + + +

And this pull quote is pulling text to the left, like a sir. Lorem ipsum dolor sit amet, consectetur.

+ + + +

Pull quotes need not be a verbatim copy of the text being quoted; depending on a publication’s house style pull quotes may be abbreviated for space and/or paraphrased for clarity, with or without indication. There are no hard-and-fast rules for the exact formatting of pull quotes.

+ + + + + + +

List Items

+ + +

Unordered Lists (Nested)

-
    -
  • List item one -
      -
    • List item one -
        -
      • List item one
      • -
      • List item two
      • -
      • List item three
      • -
      • List item four
      • -
      -
    • -
    • List item two
    • -
    • List item three
    • -
    • List item four
    • -
    -
  • -
  • List item two
  • -
  • List item three
  • -
  • You can optionally apply an icon class together with an icon-bullet class on unordered list item to change its bullet. (Do this in "Text" tab of the post editor.) Use a plugin to provide you with icons (classes).
  • -
+ -
+ +
  • List item one
    • List item one
      • List item one
      • List item two
      • List item three
      • List item four
    • List item two
    • List item three
    • List item four
  • List item two
  • List item three
+ + +
+ + +

Ordered List (Nested)

+ + + +
  1. List item one
      -
    1. List item one -
        -
      1. List item one +
      2. List item one
          -
        1. List item one
        2. -
        3. List item two
        4. -
        5. List item three
        6. -
        7. List item four
        8. -
        -
      3. -
      4. List item two
      5. -
      6. List item three
      7. -
      8. List item four
      9. +
      10. List item one
      11. +
      12. List item two
      13. +
      14. List item three
      15. +
      16. List item four
    2. -
    3. List item two
    4. -
    5. List item three
    6. -
    7. List item four
    8. +
    9. List item two
    10. +
    11. List item three
    12. +
    13. List item four
    +
  2. List item two
  3. List item three
  4. List item four
+ -
+ +
+ +

Ordered List With start and reversed Attribute

-
    -
  1. List item one (start="8") + + + +
    1. List item one (start="8")
        -
      1. List item one +
      2. List item one
          -
        1. List item one (reversed="reversed")
        2. -
        3. List item two
        4. -
        5. List item three
        6. -
        7. List item four
        8. -
        -
      3. -
      4. List item two
      5. -
      6. List item three
      7. -
      8. List item four
      9. +
      10. List item one (reversed="reversed")
      11. +
      12. List item two
      13. +
      14. List item three
      15. +
      16. List item four
    2. -
    3. List item two
    4. -
    5. List item three
    6. -
    7. List item four
    8. +
    9. List item two
    10. +
    11. List item three
    12. +
    13. List item four
    +
  2. List item two
  3. List item three
  4. List item four
+ -
+ +
+ +

Definition Lists

+ + +
-
Definition List Title
-
Definition list division.
-
Startup
-
A startup company or startup is a company or temporary organization designed to search for a repeatable and scalable business model.
-
#dowork
-
Coined by Rob Dyrdek and his personal body guard Christopher "Big Black" Boykins, "Do Work" works as a self motivator, to motivating your friends.
-
Do It Live
-
I'll let Bill O'Reilly will explain this one.
+
Definition List Title
+
Definition list division.
+
Startup
+
A startup company or startup is a company or temporary organization designed to search for a repeatable and scalable business model.
+
#dowork
+
Coined by Rob Dyrdek and his personal body guard Christopher "Big Black" Boykins, "Do Work" works as a self motivator, to motivating your friends.
+
Do It Live
+
I'll let Bill O'Reilly will explain this one.
+ + + -

Code Formatting, Tables, Marker and Address

+ + + +

Code Formatting, Tables, Marker and Address

+ + +

Preformatted Text and Inline Code

-Code can be presented inline, like <?php bloginfo('stylesheet_url'); ?>, or within a <pre> block. -
pre {
+
+
+
+

Code can be presented inline, like <?php bloginfo('stylesheet_url'); ?>, or within a <pre> block.

+ + + +
pre {
 	padding: 4%;
 	margin-bottom: 1.62em;
 	background: #eaecee;
 	overflow: auto;
 	tab-size: 2;
 }
+ -
+ +
+ +

Table Styles

- - - - - - - - - - - - - - - - - - - - - - - -
Table Header 1Table Header 2Table Header 3
Division 1Division 2Division 3
Division 1Division 2Division 3
Division 1Division 2Division 3
+ -
+ +
Table Header 1Table Header 2Table Header 3
Division 1Division 2Division 3
Division 1Division 2Division 3
Division 1Division 2Division 3
+ + +
+ + +

Highlight Text Style (Marker)

-To use the highlight, you simply need to wrap the text in mark HTML tag. This can be done in the Text editor view. See an example below: -
<mark>This will be highlighted.</mark>
+ -
+ +

To use the highlight, you simply need to wrap the text in mark HTML tag. This can be done in the Text editor view. See an example below:

+ + +
<mark>This will be highlighted.</mark>
+ + + +
+ + +

Address Tag

-
1 Infinite Loop -Cupertino, CA 95014 -United States
+ + + +
1 Infinite Loop
+Cupertino, CA 95014
+United States
+ + + + + + +

Images and Galleries

+ + +

Image Alignment

-[caption id="" align="aligncenter" width="379"]placeholder image Captioned image[/caption] + + + +
placeholder image
Captioned image
+ -
+ +
+ +

Right Aligned Image

-placeholder textImages may be two-dimensional, such as a photograph, screen display, and as well as a three-dimensional, such as a statue or hologram. They may be captured by optical devices – such as cameras, mirrors, lenses, telescopes, microscopes, etc. and natural objects and phenomena, such as the human eye or water surfaces. + -
+ +
placeholder text
+ + +

Images may be two-dimensional, such as a photograph, screen display, and as well as a three-dimensional, such as a statue or hologram. They may be captured by optical devices – such as cameras, mirrors, lenses, telescopes, microscopes, etc. and natural objects and phenomena, such as the human eye or water surfaces.

+ + + +
+ + +

Left Aligned Image

-placeholder imageThe word image is also used in the broader sense of any two-dimensional figure such as a map, a graph, a pie chart, or an abstract painting. In this wider sense, images can also be rendered manually, such as by drawing, painting, carving, rendered automatically by printing or computer graphics technology, or developed by a combination of methods. + -
+ +
+ -

Image Gallery

-This is a traditional WordPress thumbnail gallery available in all WordPress sites. To add this gallery, simply click Add Media in your post editor and click Create Gallery. In the Gallery Settings area, choose Thumbnail Grid as the type of gallery. + +

The word image is also used in the broader sense of any two-dimensional figure such as a map, a graph, a pie chart, or an abstract painting. In this wider sense, images can also be rendered manually, such as by drawing, painting, carving, rendered automatically by printing or computer graphics technology, or developed by a combination of methods.

+ + + +
+ -[gallery link="file" ids="249,247,243"] + +

Image Gallery

+ -The awesome mosaic thumbnail gallery is provided by the Jetpack plugin. To add this gallery you will need Jetpack installed. Once installed, simply click Add Media in your post editor and click Create Gallery. In the Gallery Settings area, choose Tiled Mosaic as the type of gallery. + +

This is a traditional WordPress thumbnail gallery available in all WordPress sites. To add this gallery, simply use Gallery block.

+ -[gallery type="rectangular" link="file" ids="249,247,243"]]]> + + +]]> 156 @@ -7320,57 +8073,57 @@ The awesome mosaic thumbnail gallery is provided by the Jetpack plugin. To add t 0 - + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - + Formats button styles preview http://themedemos.webmandesign.eu/reykjavik/post-3/ @@ -7378,7 +8131,14 @@ The awesome mosaic thumbnail gallery is provided by the Jetpack plugin. To add t http://themedemos.webmandesign.eu/reykjavik/?p=158 - Text styles + +

"Formats" dropdown button is only available in Classic Editor and in post types with no support for block editor (such as WooCommerce products as of July 2019). All of "Formats" dropdown styles are available in block editor by default.

+ + + +
+ +

Text styles

Dropcap text. Apply this format on a text paragraph. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat voltu.

H3 with Heading 1 style

@@ -7471,56 +8231,56 @@ Create a link and then turn it into a button. Like this: 0 - - - - + + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + -
+ Comments example http://themedemos.webmandesign.eu/reykjavik/post-4/ @@ -7528,22 +8288,50 @@ Create a link and then turn it into a button. Like this: http://themedemos.webmandesign.eu/reykjavik/?p=160 - Swimming hundreds of feet beneath the ocean’s surface in many parts of the world are prolific architects called giant larvaceans. These zooplankton are not particularly giant themselves (they resemble tadpoles and are about the size of a pinkie finger), but every day, they construct one or more spacious "houses” that can exceed three feet in length.

-The houses are transparent mucus structures that encase the creatures inside. Giant larvaceans beat their tails to pump seawater through these structures, which filter tiny bits of dead or drifting organic matter for the animals to eat. When their filters get clogged, the larvaceans abandon ship and construct a new house. + +

Swimming hundreds of feet beneath the ocean’s surface in many parts of the world are prolific architects called giant larvaceans. These zooplankton are not particularly giant themselves (they resemble tadpoles and are about the size of a pinkie finger), but every day, they construct one or more spacious "houses” that can exceed three feet in length.

+ + + +

The houses are transparent mucus structures that encase the creatures inside. Giant larvaceans beat their tails to pump seawater through these structures, which filter tiny bits of dead or drifting organic matter for the animals to eat. When their filters get clogged, the larvaceans abandon ship and construct a new house.

+ + +

Laden with debris

-Laden with debris from the water column, old houses rapidly sink to the seafloor. In a study published in Science Advances on Wednesday, scientists near California’s Monterey Bay have found that, through this process, giant larvaceans can filter all of the bay’s water from about 300 to 1,000 feet deep in less than two weeks, making them the fastest known zooplankton filter feeders. -
+ -Waves illustration + +

Laden with debris from the water column, old houses rapidly sink to the seafloor. In a study published in Science Advances on Wednesday, scientists near California’s Monterey Bay have found that, through this process, giant larvaceans can filter all of the bay’s water from about 300 to 1,000 feet deep in less than two weeks, making them the fastest known zooplankton filter feeders.

+ -
-
In doing so, the creatures help transfer carbon that has been removed from the atmosphere.
-And given their abundance in other parts of the world, these organisms likely play a crucial role in the global carbon cycle. When it comes to the flow of carbon in the ocean, "we don’t know nearly as much as we should,” said Kakani Katija, a principal engineer at the Monterey Bay Aquarium Research Institute and the study’s lead author. + +
Waves illustration
+ + + +

In doing so, the creatures help transfer carbon that has been removed from the atmosphere.

+ + + +

And given their abundance in other parts of the world, these organisms likely play a crucial role in the global carbon cycle. When it comes to the flow of carbon in the ocean, "we don’t know nearly as much as we should,” said Kakani Katija, a principal engineer at the Monterey Bay Aquarium Research Institute and the study’s lead author.

+ + +

Carbon in the ocean

-"If we really want to understand how the system works, we have to look at all the players involved. Giant larvaceans are one important group we need to learn more about.” In the past, other scientists have tried studying giant larvaceans in the laboratory. But these efforts always failed because the animals’ houses were too fragile to be harvested and collected specimens were never able to build houses outside the ocean. + + + +

"If we really want to understand how the system works, we have to look at all the players involved. Giant larvaceans are one important group we need to learn more about.” In the past, other scientists have tried studying giant larvaceans in the laboratory. But these efforts always failed because the animals’ houses were too fragile to be harvested and collected specimens were never able to build houses outside the ocean.

+ + +

Zooplankton

-To study the zooplankton in their natural habitat, Dr. Katija and her collaborators developed a new deep-sea imaging instrument, called DeepPIV, which they paired with a remotely operated vehicle. DeepPIV projects a sheet of laser light that cuts straight through a larvacean’s mucus house. -A high-definition camera on the remotely operated vehicle can then capture the inner pumping mechanisms illuminated by the laser.]]>
+ + + +

To study the zooplankton in their natural habitat, Dr. Katija and her collaborators developed a new deep-sea imaging instrument, called DeepPIV, which they paired with a remotely operated vehicle. DeepPIV projects a sheet of laser light that cuts straight through a larvacean’s mucus house.
+A high-definition camera on the remotely operated vehicle can then capture the inner pumping mechanisms illuminated by the laser.

+]]>
160 @@ -7557,56 +8345,56 @@ A high-definition camera on the remotely operated vehicle can then capture the i 0 - - - - + + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - + 4 @@ -7619,12 +8407,12 @@ A high-definition camera on the remotely operated vehicle can then capture the i 0 0 - - + + 5 - https://www.webmandesign.eu + http://www.webmandesign.eu @@ -7633,12 +8421,12 @@ A high-definition camera on the remotely operated vehicle can then capture the i 4 1 - - + + 6 - https://www.webmandesign.eu + http://www.webmandesign.eu @@ -7647,8 +8435,8 @@ A high-definition camera on the remotely operated vehicle can then capture the i 0 1 - -
+ + Post with comments disabled http://themedemos.webmandesign.eu/reykjavik/post-5/ @@ -7656,28 +8444,69 @@ A high-definition camera on the remotely operated vehicle can then capture the i http://themedemos.webmandesign.eu/reykjavik/?p=163 - Their new technique, described in a study published on Thursday in the journal Science, promises to open new avenues of research into human prehistory and was met with excitement by geneticists and archaeologists.

+ +

Their new technique, described in a study published on Thursday in the journal Science, promises to open new avenues of research into human prehistory and was met with excitement by geneticists and archaeologists.

+ + + +

"It’s a bit like discovering that you can extract gold dust from the air,”

+ -
"It’s a bit like discovering that you can extract gold dust from the air,”
-said Adam Siepel, a population geneticist at Cold Spring Harbor Laboratory. -"An absolutely amazing and exciting paper,” added David Reich, a genetics professor at Harvard who focuses on ancient DNA. + +

said Adam Siepel, a population geneticist at Cold Spring Harbor Laboratory.
+"An absolutely amazing and exciting paper,” added David Reich, a genetics professor at Harvard who focuses on ancient DNA.

+ + +

DNA from fossil bones

-Until recently, the only way to study the genes of ancient humans like the Neanderthals and their cousins, the Denisovans, was to recover DNA from fossil bones. But they are scarce and hard to find, which has greatly limited research into where early humans lived and how widely they ranged. -
The only Denisovan bones and teeth that scientists have, for example, come from a single cave in Siberia.
-Looking for these genetic signposts in sediment has become possible only in the last few years, with recent developments in technology, including rapid sequencing of DNA. Although DNA sticks to minerals and decayed plants in soil, scientists did not know whether it would ever be possible to fish out gene fragments that were tens of thousands of years old and buried deep among other genetic debris. + + + +

Until recently, the only way to study the genes of ancient humans like the Neanderthals and their cousins, the Denisovans, was to recover DNA from fossil bones. But they are scarce and hard to find, which has greatly limited research into where early humans lived and how widely they ranged.

+ + + +

The only Denisovan bones and teeth that scientists have, for example, come from a single cave in Siberia.

+ + + +

Looking for these genetic signposts in sediment has become possible only in the last few years, with recent developments in technology, including rapid sequencing of DNA. Although DNA sticks to minerals and decayed plants in soil, scientists did not know whether it would ever be possible to fish out gene fragments that were tens of thousands of years old and buried deep among other genetic debris.

+ + +

Long way

-Bits of genes from ancient humans make up just a minute fraction of the DNA floating around in the natural world. But the German scientists, led by Matthias Meyer at the Max Planck Institute for Developmental Biology in Tübingen, have spent years developing methods to find DNA even where it seemed impossibly scarce and degraded. + -"There’s been a real revolution in technology invented by this lab,” Dr. Reich said. "Matthias is kind of a wizard in pushing the envelope.” -Scientists began by retrieving DNA from ancient bones: -
    -
  1. first Neanderthals,
  2. -
  3. then Denisovans.
  4. -
+ +

Bits of genes from ancient humans make up just a minute fraction of the DNA floating around in the natural world. But the German scientists, led by Matthias Meyer at the Max Planck Institute for Developmental Biology in Tübingen, have spent years developing methods to find DNA even where it seemed impossibly scarce and degraded.

+ + + +
+

Bits of genes from ancient humans

+
+ + + +

"There’s been a real revolution in technology invented by this lab,” Dr. Reich said. "Matthias is kind of a wizard in pushing the envelope.”
+
Scientists began by retrieving DNA from ancient bones:

+ + + +
  1. first Neanderthals,
  2. then Denisovans.
+ + +

Suprising findings

-To identify the Denisovans, Svante Paabo, a geneticist at the Planck Institute and a co-author of the new paper, had only a child’s pinkie bone to work with. His group surprised the world in 2010 by reporting that it had extracted DNA from the bone, finding that it belonged to a group of humans distinct from both Neanderthals and modern humans. But that sort of analysis is limited by the availability of fossil bones. + + + +

To identify the Denisovans, Svante Paabo, a geneticist at the Planck Institute and a co-author of the new paper, had only a child’s pinkie bone to work with. His group surprised the world in 2010 by reporting that it had extracted DNA from the bone, finding that it belonged to a group of humans distinct from both Neanderthals and modern humans. But that sort of analysis is limited by the availability of fossil bones.

+ -"In a lot of cases, you can get bones, but not enough,” said Hendrik Poinar, an evolutionary geneticist at McMaster University. "If you just have one small piece of bone from one site, curators do not want you to grind it up.”]]>
+ +

"In a lot of cases, you can get bones, but not enough,” said Hendrik Poinar, an evolutionary geneticist at McMaster University. "If you just have one small piece of bone from one site, curators do not want you to grind it up.”

+]]>
163 @@ -7691,61 +8520,61 @@ To identify the Denisovans, Svante Paabo, a geneticist at the Planck Institute a 0 - + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + -
+ There's video in this post http://themedemos.webmandesign.eu/reykjavik/post-6/ @@ -7753,33 +8582,69 @@ To identify the Denisovans, Svante Paabo, a geneticist at the Planck Institute a http://themedemos.webmandesign.eu/reykjavik/?p=165 - Their new technique, described in a study published on Thursday in the journal Science, promises to open new avenues of research into human prehistory and was met with excitement by geneticists and archaeologists.

+ +

Their new technique, described in a study published on Thursday in the journal Science, promises to open new avenues of research into human prehistory and was met with excitement by geneticists and archaeologists.

+ -
"It’s a bit like discovering that you can extract gold dust from the air,”
-said Adam Siepel, a population geneticist at Cold Spring Harbor Laboratory. -"An absolutely amazing and exciting paper,” added David Reich, a genetics professor at Harvard who focuses on ancient DNA. -
+ +

"It’s a bit like discovering that you can extract gold dust from the air,”

+ + +

said Adam Siepel, a population geneticist at Cold Spring Harbor Laboratory.
+"An absolutely amazing and exciting paper,” added David Reich, a genetics professor at Harvard who focuses on ancient DNA.

+ + + +
https://www.youtube.com/watch?v=fbkEmW6PlXs +
+ -
+

DNA from fossil bones

-Until recently, the only way to study the genes of ancient humans like the Neanderthals and their cousins, the Denisovans, was to recover DNA from fossil bones. But they are scarce and hard to find, which has greatly limited research into where early humans lived and how widely they ranged. -
The only Denisovan bones and teeth that scientists have, for example, come from a single cave in Siberia.
-Looking for these genetic signposts in sediment has become possible only in the last few years, with recent developments in technology, including rapid sequencing of DNA. Although DNA sticks to minerals and decayed plants in soil, scientists did not know whether it would ever be possible to fish out gene fragments that were tens of thousands of years old and buried deep among other genetic debris. + + + +

Until recently, the only way to study the genes of ancient humans like the Neanderthals and their cousins, the Denisovans, was to recover DNA from fossil bones. But they are scarce and hard to find, which has greatly limited research into where early humans lived and how widely they ranged.

+ + + +

The only Denisovan bones and teeth that scientists have, for example, come from a single cave in Siberia.

+ + + +

Looking for these genetic signposts in sediment has become possible only in the last few years, with recent developments in technology, including rapid sequencing of DNA. Although DNA sticks to minerals and decayed plants in soil, scientists did not know whether it would ever be possible to fish out gene fragments that were tens of thousands of years old and buried deep among other genetic debris.

+ + +

Long way

-Bits of genes from ancient humans make up just a minute fraction of the DNA floating around in the natural world. But the German scientists, led by Matthias Meyer at the Max Planck Institute for Developmental Biology in Tübingen, have spent years developing methods to find DNA even where it seemed impossibly scarce and degraded. + -"There’s been a real revolution in technology invented by this lab,” Dr. Reich said. "Matthias is kind of a wizard in pushing the envelope.” -Scientists began by retrieving DNA from ancient bones: -
    -
  1. first Neanderthals,
  2. -
  3. then Denisovans.
  4. -
+ +

Bits of genes from ancient humans make up just a minute fraction of the DNA floating around in the natural world. But the German scientists, led by Matthias Meyer at the Max Planck Institute for Developmental Biology in Tübingen, have spent years developing methods to find DNA even where it seemed impossibly scarce and degraded.

+ + + +

"There’s been a real revolution in technology invented by this lab,” Dr. Reich said. "Matthias is kind of a wizard in pushing the envelope.”
+
Scientists began by retrieving DNA from ancient bones:

+ + + +
  1. first Neanderthals,
  2. then Denisovans.
+ + +

Suprising findings

-To identify the Denisovans, Svante Paabo, a geneticist at the Planck Institute and a co-author of the new paper, had only a child’s pinkie bone to work with. His group surprised the world in 2010 by reporting that it had extracted DNA from the bone, finding that it belonged to a group of humans distinct from both Neanderthals and modern humans. But that sort of analysis is limited by the availability of fossil bones. + + + +

To identify the Denisovans, Svante Paabo, a geneticist at the Planck Institute and a co-author of the new paper, had only a child’s pinkie bone to work with. His group surprised the world in 2010 by reporting that it had extracted DNA from the bone, finding that it belonged to a group of humans distinct from both Neanderthals and modern humans. But that sort of analysis is limited by the availability of fossil bones.

+ -"In a lot of cases, you can get bones, but not enough,” said Hendrik Poinar, an evolutionary geneticist at McMaster University. "If you just have one small piece of bone from one site, curators do not want you to grind it up.”]]>
+ +

"In a lot of cases, you can get bones, but not enough,” said Hendrik Poinar, an evolutionary geneticist at McMaster University. "If you just have one small piece of bone from one site, curators do not want you to grind it up.”

+]]>
165 @@ -7793,60 +8658,60 @@ To identify the Denisovans, Svante Paabo, a geneticist at the Planck Institute a 0 - - - - + + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + -
+ Sounds from Earth http://themedemos.webmandesign.eu/reykjavik/post-8/ @@ -7854,25 +8719,53 @@ To identify the Denisovans, Svante Paabo, a geneticist at the Planck Institute a http://themedemos.webmandesign.eu/reykjavik/?p=167 - The recording starts with the patter of a summer squall. Later, a drifting tone like that of a not-quite-tuned-in radio station rises and for a while drowns out the patter. + +

The recording starts with the patter of a summer squall. Later, a drifting tone like that of a not-quite-tuned-in radio station rises and for a while drowns out the patter.

+ + + +
https://open.spotify.com/track/1og2qz7IPpMHQllIKJFBQ9 +
+ -These are the sounds encountered by NASA’s Cassini spacecraft as it dove through the gap between Saturn and its innermost ring on April 26, the first of 22 such encounters before it will plunge into Saturn’s atmosphere in September. What Cassini did not detect were many of the collisions of dust particles hitting the spacecraft as it passed through the plane of the rings. "You can hear a couple of clicks,” said William S. Kurth, a research scientist at the University of Iowa who is the principal investigator for Cassini’s radio and plasma science instrument. -
-

Recording dust hits

-Yacht on the seaThe few dust hits that were recorded sounded like the small pops caused by dust on a LP record, he said. What he had expected was something more like the din of "driving through Iowa in a hailstorm,” Dr. Kurth said. + +

These are the sounds encountered by NASA’s Cassini spacecraft as it dove through the gap between Saturn and its innermost ring on April 26, the first of 22 such encounters before it will plunge into Saturn’s atmosphere in September. What Cassini did not detect were many of the collisions of dust particles hitting the spacecraft as it passed through the plane of the rings. "You can hear a couple of clicks,” said William S. Kurth, a research scientist at the University of Iowa who is the principal investigator for Cassini’s radio and plasma science instrument.

+ -Since Cassini had not passed through this region before, scientists and engineers did not know for certain what it would encounter. Cassini would be traveling at more than 70,000 miles per hour as it passed within 2,000 miles of the cloud tops, and a chance hit with a sand grain could be trouble. + +
Boat in harbor illustration
+

Recording dust hits

+ -
-The analysis indicated that the chances of such a collision were slim, but still risky enough that mission managers did not send Cassini here until the mission’s final months. As a better-safe-than-sorry precaution, the spacecraft was pointed with its big radio dish facing forward, like a shield. -
-

Not only was there nothing catastrophic, there was hardly anything at all.

+ +

The few dust hits that were recorded sounded like the small pops caused by dust on a LP record, he said. What he had expected was something more like the din of “driving through Iowa in a hailstorm,” Dr. Kurth said.

+ -
-The few clicking sounds were generated by dust the size of cigarette smoke particles about a micron, or one-25,000th of an inch, in diameter. To be clear: Cassini did not actually hear any sounds. It is, after all, flying through space where there is no air and thus no vibrating air molecules to convey sound waves. But space is full of radio waves, recorded by Dr. Kurth’s instrument, and those waves, just like the ones bouncing through the Earth’s atmosphere to broadcast the songs of Bruno Mars, Beyoncé and Taylor Swift, can be converted into audible sounds. + +

Since Cassini had not passed through this region before, scientists and engineers did not know for certain what it would encounter. Cassini would be traveling at more than 70,000 miles per houras it passed within 2,000 miles of the cloud tops, and a chance hit with a sand grain could be trouble.

+
+ + + +

The analysis indicated that the chances of such a collision were slim, but still risky enough that mission managers did not send Cassini here until the mission’s final months. As a better-safe-than-sorry precaution, the spacecraft was pointed with its big radio dish facing forward, like a shield.

+ + + +

Not only was there nothing catastrophic, there was hardly anything at all.

+ + + +

The few clicking sounds were generated by dust the size of cigarette smoke particles about a micron, or one-25,000th of an inch, in diameter. To be clear: Cassini did not actually hear any sounds. It is, after all, flying through space where there is no air and thus no vibrating air molecules to convey sound waves. But space is full of radio waves, recorded by Dr. Kurth’s instrument, and those waves, just like the ones bouncing through the Earth’s atmosphere to broadcast the songs of Bruno Mars, Beyoncé and Taylor Swift, can be converted into audible sounds.

+ + +

Bottom line

-Dr. Kurth said the background patter was likely oscillations of charged particles in the upper part of Saturn’s ionosphere where atoms are broken apart by solar and cosmic radiation. The louder tones were almost certainly "whistler mode emissions” when the charged particles oscillate in unison.]]>
+ + + +

Dr. Kurth said the background patter was likely oscillations of charged particles in the upper part of Saturn’s ionosphere where atoms are broken apart by solar and cosmic radiation. The louder tones were almost certainly "whistler mode emissions” when the charged particles oscillate in unison.

+]]>
167 @@ -7886,60 +8779,60 @@ Dr. Kurth said the background patter was likely oscillations of charged particle 0 - - - - + + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + -
+ Swimming beneath the ocean http://themedemos.webmandesign.eu/reykjavik/post-7/ @@ -7947,22 +8840,50 @@ Dr. Kurth said the background patter was likely oscillations of charged particle http://themedemos.webmandesign.eu/reykjavik/?p=170 - Swimming hundreds of feet beneath the ocean’s surface in many parts of the world are prolific architects called giant larvaceans. These zooplankton are not particularly giant themselves (they resemble tadpoles and are about the size of a pinkie finger), but every day, they construct one or more spacious "houses” that can exceed three feet in length.

-The houses are transparent mucus structures that encase the creatures inside. Giant larvaceans beat their tails to pump seawater through these structures, which filter tiny bits of dead or drifting organic matter for the animals to eat. When their filters get clogged, the larvaceans abandon ship and construct a new house. + +

Swimming hundreds of feet beneath the ocean’s surface in many parts of the world are prolific architects called giant larvaceans. These zooplankton are not particularly giant themselves (they resemble tadpoles and are about the size of a pinkie finger), but every day, they construct one or more spacious "houses” that can exceed three feet in length.

+ + + +

The houses are transparent mucus structures that encase the creatures inside. Giant larvaceans beat their tails to pump seawater through these structures, which filter tiny bits of dead or drifting organic matter for the animals to eat. When their filters get clogged, the larvaceans abandon ship and construct a new house.

+ + +

Laden with debris

-Laden with debris from the water column, old houses rapidly sink to the seafloor. In a study published in Science Advances on Wednesday, scientists near California’s Monterey Bay have found that, through this process, giant larvaceans can filter all of the bay’s water from about 300 to 1,000 feet deep in less than two weeks, making them the fastest known zooplankton filter feeders. -
+ -Illustration of boats in a styled navy frame + +

Laden with debris from the water column, old houses rapidly sink to the seafloor. In a study published in Science Advances on Wednesday, scientists near California’s Monterey Bay have found that, through this process, giant larvaceans can filter all of the bay’s water from about 300 to 1,000 feet deep in less than two weeks, making them the fastest known zooplankton filter feeders.

+ -
-
In doing so, the creatures help transfer carbon that has been removed from the atmosphere.
-And given their abundance in other parts of the world, these organisms likely play a crucial role in the global carbon cycle. When it comes to the flow of carbon in the ocean, "we don’t know nearly as much as we should,” said Kakani Katija, a principal engineer at the Monterey Bay Aquarium Research Institute and the study’s lead author. + +
Illustration of boats in a styled navy frame
+ + + +

In doing so, the creatures help transfer carbon that has been removed from the atmosphere.

+ + + +

And given their abundance in other parts of the world, these organisms likely play a crucial role in the global carbon cycle. When it comes to the flow of carbon in the ocean, "we don’t know nearly as much as we should,” said Kakani Katija, a principal engineer at the Monterey Bay Aquarium Research Institute and the study’s lead author.

+ + +

Carbon in the ocean

-"If we really want to understand how the system works, we have to look at all the players involved. Giant larvaceans are one important group we need to learn more about.” In the past, other scientists have tried studying giant larvaceans in the laboratory. But these efforts always failed because the animals’ houses were too fragile to be harvested and collected specimens were never able to build houses outside the ocean. + + + +

"If we really want to understand how the system works, we have to look at all the players involved. Giant larvaceans are one important group we need to learn more about.” In the past, other scientists have tried studying giant larvaceans in the laboratory. But these efforts always failed because the animals’ houses were too fragile to be harvested and collected specimens were never able to build houses outside the ocean.

+ + +

Zooplankton

-To study the zooplankton in their natural habitat, Dr. Katija and her collaborators developed a new deep-sea imaging instrument, called DeepPIV, which they paired with a remotely operated vehicle. DeepPIV projects a sheet of laser light that cuts straight through a larvacean’s mucus house. -A high-definition camera on the remotely operated vehicle can then capture the inner pumping mechanisms illuminated by the laser.]]>
+ + + +

To study the zooplankton in their natural habitat, Dr. Katija and her collaborators developed a new deep-sea imaging instrument, called DeepPIV, which they paired with a remotely operated vehicle. DeepPIV projects a sheet of laser light that cuts straight through a larvacean’s mucus house.
+A high-definition camera on the remotely operated vehicle can then capture the inner pumping mechanisms illuminated by the laser.

+]]>
170 @@ -7976,60 +8897,60 @@ A high-definition camera on the remotely operated vehicle can then capture the i 0 - - - - + + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + -
+ @@ -8081,192 +9002,192 @@ Lorem ipsum dolor sit amet consectetur adipiscing elit, varius lectus libero mol 0 - + + - - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - + Builder plan http://themedemos.webmandesign.eu/reykjavik/product/product-2/ @@ -8290,188 +9211,188 @@ You can easily disable the Intro section for any product. This can be done eithe 0 + - - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - + Economic plan http://themedemos.webmandesign.eu/reykjavik/product/product-3/ @@ -8495,184 +9416,184 @@ You can easily disable the Intro section for any product. This can be done eithe 0 + - - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - + Affiliate or external http://themedemos.webmandesign.eu/reykjavik/product/product-4/ @@ -8711,187 +9632,187 @@ Aenean maximus, urna gravida dapibus accumsan, ante mauris semper ante, et lacin 0 + - - - - - + + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - + Downloadable product http://themedemos.webmandesign.eu/reykjavik/product/product-5/ @@ -8915,211 +9836,211 @@ There is no product description here. Also no attributes are set to display. But 0 + - - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - + 11 - https://www.webmandesign.eu + http://www.webmandesign.eu - + 0 1 - - - + + + - - - + + + - - + + Intro & gallery http://themedemos.webmandesign.eu/reykjavik/product/product-6/ @@ -9153,185 +10074,185 @@ There is no page builder used to build this product layout. It's simply usi 0 - + + - - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - + 8 @@ -9341,41 +10262,41 @@ There is no page builder used to build this product layout. It's simply usi - + 0 0 - - - + + + - - - + + + - - + + 9 - https://www.webmandesign.eu + http://www.webmandesign.eu But it’s great otherwise! :)]]> - + 0 1 - - - + + + - - - + + + - - + + 10 @@ -9385,19 +10306,19 @@ There is no page builder used to build this product layout. It's simply usi - + 0 0 - - - + + + - - - + + + - - + + Variable & page builder http://themedemos.webmandesign.eu/reykjavik/product/product-7/ @@ -9430,208 +10351,208 @@ Scroll down to see the layout built using a page builder. If you would like to r 0 - + - + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - Lorem ipsum + + + Lorem ipsum

Lorem ipsum dolor sit amet consectetur adipiscing elit phasellus sem bibendum feugiat quisque.

Nunc neque hac a placerat leo ultrices et luctus commodo, natoque class donec aliquam gravida egestas convallis cubilia risus, dapibus ligula torquent dignissim iaculis tempus dui primis.";s:10:"margin_top";s:2:"40";s:17:"margin_top_medium";s:0:"";s:21:"margin_top_responsive";s:0:"";s:13:"margin_bottom";s:2:"40";s:20:"margin_bottom_medium";s:0:"";s:24:"margin_bottom_responsive";s:0:"";s:11:"margin_left";s:0:"";s:18:"margin_left_medium";s:0:"";s:22:"margin_left_responsive";s:0:"";s:12:"margin_right";s:0:"";s:19:"margin_right_medium";s:0:"";s:23:"margin_right_responsive";s:0:"";s:18:"responsive_display";s:0:"";s:18:"visibility_display";s:0:"";s:26:"visibility_user_capability";s:0:"";s:9:"animation";s:0:"";s:15:"animation_delay";s:3:"0.0";s:2:"id";s:0:"";s:5:"class";s:0:"";s:4:"type";s:9:"rich-text";}}s:13:"59d78be0d1060";O:8:"stdClass":5:{s:4:"node";s:13:"59d78be0d1060";s:4:"type";s:6:"module";s:6:"parent";s:13:"59d78b17469f5";s:8:"position";i:0;s:8:"settings";O:8:"stdClass":33:{s:12:"photo_source";s:7:"library";s:5:"photo";s:2:"78";s:9:"photo_url";s:0:"";s:4:"crop";s:0:"";s:5:"align";s:6:"center";s:12:"show_caption";s:1:"0";s:7:"caption";s:0:"";s:9:"link_type";s:0:"";s:8:"link_url";s:0:"";s:11:"link_target";s:5:"_self";s:10:"margin_top";s:4:"-100";s:17:"margin_top_medium";s:0:"";s:21:"margin_top_responsive";s:3:"-60";s:13:"margin_bottom";s:2:"40";s:20:"margin_bottom_medium";s:0:"";s:24:"margin_bottom_responsive";s:2:"20";s:11:"margin_left";s:2:"60";s:18:"margin_left_medium";s:0:"";s:22:"margin_left_responsive";s:2:"40";s:12:"margin_right";s:0:"";s:19:"margin_right_medium";s:0:"";s:23:"margin_right_responsive";s:0:"";s:18:"responsive_display";s:0:"";s:18:"visibility_display";s:0:"";s:26:"visibility_user_capability";s:0:"";s:9:"animation";s:0:"";s:15:"animation_delay";s:3:"0.0";s:2:"id";s:0:"";s:5:"class";s:9:"fullwidth";s:4:"type";s:5:"photo";s:9:"photo_src";s:91:"https://themedemos.webmandesign.eu/reykjavik/wp-content/uploads/sites/19/SAMPLE/_boat-1.jpg";s:4:"data";O:8:"stdClass":31:{s:2:"id";i:78;s:5:"title";s:14:"SAMPLE/_boat-1";s:8:"filename";s:18:"SAMPLE/_boat-1.jpg";s:3:"url";s:91:"https://themedemos.webmandesign.eu/reykjavik/wp-content/uploads/sites/19/SAMPLE/_boat-1.jpg";s:4:"link";s:60:"https://themedemos.webmandesign.eu/reykjavik/sample/_boat-1/";s:3:"alt";s:19:"Boat illustration 1";s:6:"author";s:1:"1";s:11:"description";s:0:"";s:7:"caption";s:0:"";s:4:"name";s:14:"sample/_boat-1";s:6:"status";s:7:"inherit";s:10:"uploadedTo";i:0;s:4:"date";i:1501843075000;s:8:"modified";i:1501843431000;s:9:"menuOrder";i:0;s:4:"mime";s:10:"image/jpeg";s:4:"type";s:5:"image";s:7:"subtype";s:4:"jpeg";s:4:"icon";s:81:"https://themedemos.webmandesign.eu/reykjavik/wp-includes/images/media/default.png";s:13:"dateFormatted";s:14:"August 4, 2017";s:6:"nonces";O:8:"stdClass":3:{s:6:"update";s:10:"d99478ed35";s:6:"delete";s:10:"d28722f015";s:4:"edit";s:10:"6d3a0a42f5";}s:8:"editLink";s:82:"https://themedemos.webmandesign.eu/reykjavik/wp-admin/post.php?post=78&action=edit";s:4:"meta";b:0;s:10:"authorName";s:12:"Oliver Juhas";s:15:"filesizeInBytes";i:99889;s:21:"filesizeHumanReadable";s:5:"98 KB";s:6:"height";i:1200;s:5:"width";i:1200;s:11:"orientation";s:9:"landscape";s:5:"sizes";O:8:"stdClass":9:{s:9:"thumbnail";O:8:"stdClass":4:{s:6:"height";i:418;s:5:"width";i:744;s:3:"url";s:99:"https://themedemos.webmandesign.eu/reykjavik/wp-content/uploads/sites/19/SAMPLE/_boat-1-744x418.jpg";s:11:"orientation";s:9:"landscape";}s:6:"medium";O:8:"stdClass":4:{s:6:"height";i:744;s:5:"width";i:744;s:3:"url";s:99:"https://themedemos.webmandesign.eu/reykjavik/wp-content/uploads/sites/19/SAMPLE/_boat-1-744x744.jpg";s:11:"orientation";s:9:"landscape";}s:5:"large";O:8:"stdClass":4:{s:6:"height";i:1200;s:5:"width";i:1200;s:3:"url";s:101:"https://themedemos.webmandesign.eu/reykjavik/wp-content/uploads/sites/19/SAMPLE/_boat-1-1200x1200.jpg";s:11:"orientation";s:9:"landscape";}s:4:"full";O:8:"stdClass":4:{s:3:"url";s:91:"https://themedemos.webmandesign.eu/reykjavik/wp-content/uploads/sites/19/SAMPLE/_boat-1.jpg";s:6:"height";i:1200;s:5:"width";i:1200;s:11:"orientation";s:9:"landscape";}s:12:"medium_large";O:8:"stdClass":4:{s:6:"height";i:1200;s:5:"width";i:1200;s:3:"url";s:101:"https://themedemos.webmandesign.eu/reykjavik/wp-content/uploads/sites/19/SAMPLE/_boat-1-1200x1200.jpg";s:11:"orientation";s:9:"landscape";}s:14:"shop_thumbnail";O:8:"stdClass":4:{s:6:"height";i:120;s:5:"width";i:120;s:3:"url";s:99:"https://themedemos.webmandesign.eu/reykjavik/wp-content/uploads/sites/19/SAMPLE/_boat-1-120x120.jpg";s:11:"orientation";s:9:"landscape";}s:12:"shop_catalog";O:8:"stdClass":4:{s:6:"height";i:480;s:5:"width";i:480;s:3:"url";s:99:"https://themedemos.webmandesign.eu/reykjavik/wp-content/uploads/sites/19/SAMPLE/_boat-1-480x480.jpg";s:11:"orientation";s:9:"landscape";}s:15:"reykjavik-intro";O:8:"stdClass":4:{s:6:"height";i:1080;s:5:"width";i:1200;s:3:"url";s:101:"https://themedemos.webmandesign.eu/reykjavik/wp-content/uploads/sites/19/SAMPLE/_boat-1-1200x1080.jpg";s:11:"orientation";s:9:"landscape";}s:29:"jetpack-portfolio-admin-thumb";O:8:"stdClass":4:{s:6:"height";i:50;s:5:"width";i:50;s:3:"url";s:97:"https://themedemos.webmandesign.eu/reykjavik/wp-content/uploads/sites/19/SAMPLE/_boat-1-50x50.jpg";s:11:"orientation";s:9:"landscape";}}s:8:"filesize";s:5:"98 KB";}s:15:"link_url-search";s:0:"";}}s:13:"59d78cc07ab08";O:8:"stdClass":5:{s:4:"node";s:13:"59d78cc07ab08";s:4:"type";s:3:"row";s:6:"parent";N;s:8:"position";i:1;s:8:"settings";O:8:"stdClass":81:{s:5:"width";s:4:"full";s:13:"content_width";s:5:"fixed";s:11:"full_height";s:7:"default";s:17:"content_alignment";s:6:"center";s:18:"vertical_alignment";s:0:"";s:16:"predefined_color";s:0:"";s:10:"text_color";s:0:"";s:10:"link_color";s:0:"";s:11:"hover_color";s:0:"";s:13:"heading_color";s:0:"";s:7:"bg_type";s:4:"none";s:8:"bg_image";s:0:"";s:9:"bg_repeat";s:9:"no-repeat";s:11:"bg_position";s:13:"center center";s:13:"bg_attachment";s:6:"scroll";s:7:"bg_size";s:5:"cover";s:15:"bg_video_source";s:9:"wordpress";s:8:"bg_video";s:0:"";s:13:"bg_video_webm";s:0:"";s:16:"bg_video_url_mp4";s:0:"";s:17:"bg_video_url_webm";s:0:"";s:20:"bg_video_service_url";s:0:"";s:14:"bg_video_audio";s:2:"no";s:17:"bg_video_fallback";s:0:"";s:9:"ss_source";s:9:"wordpress";s:9:"ss_photos";s:0:"";s:11:"ss_feed_url";s:0:"";s:8:"ss_speed";s:1:"3";s:13:"ss_transition";s:4:"fade";s:21:"ss_transitionDuration";s:1:"1";s:12:"ss_randomize";s:5:"false";s:17:"bg_parallax_image";s:0:"";s:17:"bg_parallax_speed";s:1:"2";s:8:"bg_color";s:0:"";s:10:"bg_opacity";s:3:"100";s:16:"bg_overlay_color";s:0:"";s:18:"bg_overlay_opacity";s:2:"50";s:11:"border_type";s:0:"";s:12:"border_color";s:0:"";s:14:"border_opacity";s:3:"100";s:10:"border_top";s:1:"1";s:17:"border_top_medium";s:0:"";s:21:"border_top_responsive";s:0:"";s:13:"border_bottom";s:1:"1";s:20:"border_bottom_medium";s:0:"";s:24:"border_bottom_responsive";s:0:"";s:11:"border_left";s:1:"0";s:18:"border_left_medium";s:0:"";s:22:"border_left_responsive";s:0:"";s:12:"border_right";s:1:"0";s:19:"border_right_medium";s:0:"";s:23:"border_right_responsive";s:0:"";s:10:"margin_top";s:0:"";s:17:"margin_top_medium";s:0:"";s:21:"margin_top_responsive";s:0:"";s:13:"margin_bottom";s:0:"";s:20:"margin_bottom_medium";s:0:"";s:24:"margin_bottom_responsive";s:0:"";s:11:"margin_left";s:0:"";s:18:"margin_left_medium";s:0:"";s:22:"margin_left_responsive";s:0:"";s:12:"margin_right";s:0:"";s:19:"margin_right_medium";s:0:"";s:23:"margin_right_responsive";s:0:"";s:11:"padding_top";s:3:"100";s:18:"padding_top_medium";s:0:"";s:22:"padding_top_responsive";s:0:"";s:14:"padding_bottom";s:3:"100";s:21:"padding_bottom_medium";s:0:"";s:25:"padding_bottom_responsive";s:0:"";s:12:"padding_left";s:0:"";s:19:"padding_left_medium";s:0:"";s:23:"padding_left_responsive";s:0:"";s:13:"padding_right";s:0:"";s:20:"padding_right_medium";s:0:"";s:24:"padding_right_responsive";s:0:"";s:18:"responsive_display";s:0:"";s:18:"visibility_display";s:0:"";s:26:"visibility_user_capability";s:0:"";s:2:"id";s:0:"";s:5:"class";s:0:"";}}s:13:"59d78cc07ac27";O:8:"stdClass":5:{s:4:"node";s:13:"59d78cc07ac27";s:4:"type";s:12:"column-group";s:6:"parent";s:13:"59d78cc07ab08";s:8:"position";i:0;s:8:"settings";s:0:"";}s:13:"59d78cc07ac5f";O:8:"stdClass":5:{s:4:"node";s:13:"59d78cc07ac5f";s:4:"type";s:6:"column";s:6:"parent";s:13:"59d78cc07ac27";s:8:"position";i:0;s:8:"settings";O:8:"stdClass":68:{s:4:"size";s:5:"10.02";s:12:"equal_height";s:2:"no";s:17:"content_alignment";s:3:"top";s:18:"vertical_alignment";s:0:"";s:16:"predefined_color";s:0:"";s:10:"text_color";s:0:"";s:10:"link_color";s:0:"";s:11:"hover_color";s:0:"";s:13:"heading_color";s:0:"";s:7:"bg_type";s:5:"color";s:8:"bg_color";s:0:"";s:10:"bg_opacity";s:3:"100";s:8:"bg_image";s:0:"";s:9:"bg_repeat";s:9:"no-repeat";s:11:"bg_position";s:13:"center center";s:13:"bg_attachment";s:6:"scroll";s:7:"bg_size";s:5:"cover";s:16:"bg_overlay_color";s:0:"";s:18:"bg_overlay_opacity";s:2:"50";s:11:"border_type";s:0:"";s:12:"border_color";s:0:"";s:14:"border_opacity";s:3:"100";s:10:"border_top";s:1:"1";s:17:"border_top_medium";s:0:"";s:21:"border_top_responsive";s:0:"";s:13:"border_bottom";s:1:"1";s:20:"border_bottom_medium";s:0:"";s:24:"border_bottom_responsive";s:0:"";s:11:"border_left";s:1:"1";s:18:"border_left_medium";s:0:"";s:22:"border_left_responsive";s:0:"";s:12:"border_right";s:1:"1";s:19:"border_right_medium";s:0:"";s:23:"border_right_responsive";s:0:"";s:10:"margin_top";s:0:"";s:17:"margin_top_medium";s:0:"";s:21:"margin_top_responsive";s:0:"";s:13:"margin_bottom";s:0:"";s:20:"margin_bottom_medium";s:0:"";s:24:"margin_bottom_responsive";s:0:"";s:11:"margin_left";s:0:"";s:18:"margin_left_medium";s:0:"";s:22:"margin_left_responsive";s:0:"";s:12:"margin_right";s:0:"";s:19:"margin_right_medium";s:0:"";s:23:"margin_right_responsive";s:0:"";s:11:"padding_top";s:0:"";s:18:"padding_top_medium";s:0:"";s:22:"padding_top_responsive";s:0:"";s:14:"padding_bottom";s:0:"";s:21:"padding_bottom_medium";s:0:"";s:25:"padding_bottom_responsive";s:0:"";s:12:"padding_left";s:0:"";s:19:"padding_left_medium";s:0:"";s:23:"padding_left_responsive";s:0:"";s:13:"padding_right";s:0:"";s:20:"padding_right_medium";s:0:"";s:24:"padding_right_responsive";s:0:"";s:18:"responsive_display";s:7:"desktop";s:11:"medium_size";s:7:"default";s:18:"custom_medium_size";s:3:"100";s:15:"responsive_size";s:7:"default";s:22:"custom_responsive_size";s:3:"100";s:16:"responsive_order";s:7:"default";s:18:"visibility_display";s:0:"";s:26:"visibility_user_capability";s:0:"";s:2:"id";s:0:"";s:5:"class";s:0:"";}}s:13:"59d78cc07ac95";O:8:"stdClass":5:{s:4:"node";s:13:"59d78cc07ac95";s:4:"type";s:6:"column";s:6:"parent";s:13:"59d78cc07ac27";s:8:"position";i:2;s:8:"settings";O:8:"stdClass":69:{s:4:"size";s:5:"39.98";s:12:"equal_height";s:2:"no";s:17:"content_alignment";s:3:"top";s:18:"vertical_alignment";s:21:"vertical-align-bottom";s:16:"predefined_color";s:0:"";s:10:"text_color";s:0:"";s:10:"link_color";s:0:"";s:11:"hover_color";s:0:"";s:13:"heading_color";s:0:"";s:7:"bg_type";s:5:"photo";s:8:"bg_color";s:0:"";s:10:"bg_opacity";s:3:"100";s:8:"bg_image";s:2:"83";s:9:"bg_repeat";s:9:"no-repeat";s:11:"bg_position";s:12:"right bottom";s:13:"bg_attachment";s:6:"scroll";s:7:"bg_size";s:7:"contain";s:16:"bg_overlay_color";s:6:"fefeff";s:18:"bg_overlay_opacity";s:2:"75";s:11:"border_type";s:0:"";s:12:"border_color";s:0:"";s:14:"border_opacity";s:3:"100";s:10:"border_top";s:1:"1";s:17:"border_top_medium";s:0:"";s:21:"border_top_responsive";s:0:"";s:13:"border_bottom";s:1:"1";s:20:"border_bottom_medium";s:0:"";s:24:"border_bottom_responsive";s:0:"";s:11:"border_left";s:1:"1";s:18:"border_left_medium";s:0:"";s:22:"border_left_responsive";s:0:"";s:12:"border_right";s:1:"1";s:19:"border_right_medium";s:0:"";s:23:"border_right_responsive";s:0:"";s:10:"margin_top";s:0:"";s:17:"margin_top_medium";s:0:"";s:21:"margin_top_responsive";s:0:"";s:13:"margin_bottom";s:0:"";s:20:"margin_bottom_medium";s:0:"";s:24:"margin_bottom_responsive";s:0:"";s:11:"margin_left";s:0:"";s:18:"margin_left_medium";s:0:"";s:22:"margin_left_responsive";s:0:"";s:12:"margin_right";s:0:"";s:19:"margin_right_medium";s:0:"";s:23:"margin_right_responsive";s:0:"";s:11:"padding_top";s:0:"";s:18:"padding_top_medium";s:0:"";s:22:"padding_top_responsive";s:0:"";s:14:"padding_bottom";s:0:"";s:21:"padding_bottom_medium";s:0:"";s:25:"padding_bottom_responsive";s:0:"";s:12:"padding_left";s:0:"";s:19:"padding_left_medium";s:0:"";s:23:"padding_left_responsive";s:0:"";s:13:"padding_right";s:0:"";s:20:"padding_right_medium";s:0:"";s:24:"padding_right_responsive";s:0:"";s:18:"responsive_display";s:0:"";s:11:"medium_size";s:6:"custom";s:18:"custom_medium_size";s:2:"50";s:15:"responsive_size";s:6:"custom";s:22:"custom_responsive_size";s:3:"100";s:16:"responsive_order";s:7:"default";s:18:"visibility_display";s:0:"";s:26:"visibility_user_capability";s:0:"";s:2:"id";s:0:"";s:5:"class";s:0:"";s:12:"bg_image_src";s:91:"https://themedemos.webmandesign.eu/reykjavik/wp-content/uploads/sites/19/SAMPLE/_boat-6.jpg";}}s:13:"59d78cc07accb";O:8:"stdClass":5:{s:4:"node";s:13:"59d78cc07accb";s:4:"type";s:6:"module";s:6:"parent";s:13:"59d78cc07ac95";s:8:"position";i:0;s:8:"settings";O:8:"stdClass":33:{s:12:"photo_source";s:7:"library";s:5:"photo";s:2:"83";s:9:"photo_url";s:0:"";s:4:"crop";s:0:"";s:5:"align";s:6:"center";s:12:"show_caption";s:1:"0";s:7:"caption";s:0:"";s:9:"link_type";s:0:"";s:8:"link_url";s:0:"";s:11:"link_target";s:5:"_self";s:10:"margin_top";s:4:"-100";s:17:"margin_top_medium";s:0:"";s:21:"margin_top_responsive";s:3:"-60";s:13:"margin_bottom";s:2:"40";s:20:"margin_bottom_medium";s:0:"";s:24:"margin_bottom_responsive";s:2:"20";s:11:"margin_left";s:0:"";s:18:"margin_left_medium";s:0:"";s:22:"margin_left_responsive";s:0:"";s:12:"margin_right";s:2:"60";s:19:"margin_right_medium";s:0:"";s:23:"margin_right_responsive";s:2:"40";s:18:"responsive_display";s:0:"";s:18:"visibility_display";s:0:"";s:26:"visibility_user_capability";s:0:"";s:9:"animation";s:0:"";s:15:"animation_delay";s:3:"0.0";s:2:"id";s:0:"";s:5:"class";s:9:"fullwidth";s:4:"type";s:5:"photo";s:9:"photo_src";s:91:"https://themedemos.webmandesign.eu/reykjavik/wp-content/uploads/sites/19/SAMPLE/_boat-6.jpg";s:4:"data";O:8:"stdClass":31:{s:2:"id";i:83;s:5:"title";s:14:"SAMPLE/_boat-6";s:8:"filename";s:18:"SAMPLE/_boat-6.jpg";s:3:"url";s:91:"https://themedemos.webmandesign.eu/reykjavik/wp-content/uploads/sites/19/SAMPLE/_boat-6.jpg";s:4:"link";s:60:"https://themedemos.webmandesign.eu/reykjavik/sample/_boat-6/";s:3:"alt";s:19:"Boat illustration 6";s:6:"author";s:1:"1";s:11:"description";s:0:"";s:7:"caption";s:0:"";s:4:"name";s:14:"sample/_boat-6";s:6:"status";s:7:"inherit";s:10:"uploadedTo";i:0;s:4:"date";i:1501843113000;s:8:"modified";i:1501843449000;s:9:"menuOrder";i:0;s:4:"mime";s:10:"image/jpeg";s:4:"type";s:5:"image";s:7:"subtype";s:4:"jpeg";s:4:"icon";s:81:"https://themedemos.webmandesign.eu/reykjavik/wp-includes/images/media/default.png";s:13:"dateFormatted";s:14:"August 4, 2017";s:6:"nonces";O:8:"stdClass":3:{s:6:"update";s:10:"a736cf3180";s:6:"delete";s:10:"2a317fcd80";s:4:"edit";s:10:"881d39ed6a";}s:8:"editLink";s:82:"https://themedemos.webmandesign.eu/reykjavik/wp-admin/post.php?post=83&action=edit";s:4:"meta";b:0;s:10:"authorName";s:12:"Oliver Juhas";s:15:"filesizeInBytes";i:123482;s:21:"filesizeHumanReadable";s:6:"121 KB";s:6:"height";i:1200;s:5:"width";i:1200;s:11:"orientation";s:9:"landscape";s:5:"sizes";O:8:"stdClass":9:{s:9:"thumbnail";O:8:"stdClass":4:{s:6:"height";i:418;s:5:"width";i:744;s:3:"url";s:99:"https://themedemos.webmandesign.eu/reykjavik/wp-content/uploads/sites/19/SAMPLE/_boat-6-744x418.jpg";s:11:"orientation";s:9:"landscape";}s:6:"medium";O:8:"stdClass":4:{s:6:"height";i:744;s:5:"width";i:744;s:3:"url";s:99:"https://themedemos.webmandesign.eu/reykjavik/wp-content/uploads/sites/19/SAMPLE/_boat-6-744x744.jpg";s:11:"orientation";s:9:"landscape";}s:5:"large";O:8:"stdClass":4:{s:6:"height";i:1200;s:5:"width";i:1200;s:3:"url";s:101:"https://themedemos.webmandesign.eu/reykjavik/wp-content/uploads/sites/19/SAMPLE/_boat-6-1200x1200.jpg";s:11:"orientation";s:9:"landscape";}s:4:"full";O:8:"stdClass":4:{s:3:"url";s:91:"https://themedemos.webmandesign.eu/reykjavik/wp-content/uploads/sites/19/SAMPLE/_boat-6.jpg";s:6:"height";i:1200;s:5:"width";i:1200;s:11:"orientation";s:9:"landscape";}s:12:"medium_large";O:8:"stdClass":4:{s:6:"height";i:1200;s:5:"width";i:1200;s:3:"url";s:101:"https://themedemos.webmandesign.eu/reykjavik/wp-content/uploads/sites/19/SAMPLE/_boat-6-1200x1200.jpg";s:11:"orientation";s:9:"landscape";}s:14:"shop_thumbnail";O:8:"stdClass":4:{s:6:"height";i:120;s:5:"width";i:120;s:3:"url";s:99:"https://themedemos.webmandesign.eu/reykjavik/wp-content/uploads/sites/19/SAMPLE/_boat-6-120x120.jpg";s:11:"orientation";s:9:"landscape";}s:12:"shop_catalog";O:8:"stdClass":4:{s:6:"height";i:480;s:5:"width";i:480;s:3:"url";s:99:"https://themedemos.webmandesign.eu/reykjavik/wp-content/uploads/sites/19/SAMPLE/_boat-6-480x480.jpg";s:11:"orientation";s:9:"landscape";}s:15:"reykjavik-intro";O:8:"stdClass":4:{s:6:"height";i:1080;s:5:"width";i:1200;s:3:"url";s:101:"https://themedemos.webmandesign.eu/reykjavik/wp-content/uploads/sites/19/SAMPLE/_boat-6-1200x1080.jpg";s:11:"orientation";s:9:"landscape";}s:29:"jetpack-portfolio-admin-thumb";O:8:"stdClass":4:{s:6:"height";i:50;s:5:"width";i:50;s:3:"url";s:97:"https://themedemos.webmandesign.eu/reykjavik/wp-content/uploads/sites/19/SAMPLE/_boat-6-50x50.jpg";s:11:"orientation";s:9:"landscape";}}s:8:"filesize";s:6:"121 KB";}s:15:"link_url-search";s:0:"";}}s:13:"59d78cc07ad04";O:8:"stdClass":5:{s:4:"node";s:13:"59d78cc07ad04";s:4:"type";s:6:"column";s:6:"parent";s:13:"59d78cc07ac27";s:8:"position";i:1;s:8:"settings";O:8:"stdClass":68:{s:4:"size";s:5:"39.98";s:12:"equal_height";s:2:"no";s:17:"content_alignment";s:3:"top";s:18:"vertical_alignment";s:0:"";s:16:"predefined_color";s:0:"";s:10:"text_color";s:0:"";s:10:"link_color";s:0:"";s:11:"hover_color";s:0:"";s:13:"heading_color";s:0:"";s:7:"bg_type";s:5:"color";s:8:"bg_color";s:0:"";s:10:"bg_opacity";s:3:"100";s:8:"bg_image";s:0:"";s:9:"bg_repeat";s:9:"no-repeat";s:11:"bg_position";s:13:"center center";s:13:"bg_attachment";s:6:"scroll";s:7:"bg_size";s:5:"cover";s:16:"bg_overlay_color";s:0:"";s:18:"bg_overlay_opacity";s:2:"50";s:11:"border_type";s:0:"";s:12:"border_color";s:0:"";s:14:"border_opacity";s:3:"100";s:10:"border_top";s:1:"1";s:17:"border_top_medium";s:0:"";s:21:"border_top_responsive";s:0:"";s:13:"border_bottom";s:1:"1";s:20:"border_bottom_medium";s:0:"";s:24:"border_bottom_responsive";s:0:"";s:11:"border_left";s:1:"1";s:18:"border_left_medium";s:0:"";s:22:"border_left_responsive";s:0:"";s:12:"border_right";s:1:"1";s:19:"border_right_medium";s:0:"";s:23:"border_right_responsive";s:0:"";s:10:"margin_top";s:0:"";s:17:"margin_top_medium";s:0:"";s:21:"margin_top_responsive";s:0:"";s:13:"margin_bottom";s:0:"";s:20:"margin_bottom_medium";s:0:"";s:24:"margin_bottom_responsive";s:0:"";s:11:"margin_left";s:0:"";s:18:"margin_left_medium";s:0:"";s:22:"margin_left_responsive";s:0:"";s:12:"margin_right";s:0:"";s:19:"margin_right_medium";s:0:"";s:23:"margin_right_responsive";s:0:"";s:11:"padding_top";s:0:"";s:18:"padding_top_medium";s:0:"";s:22:"padding_top_responsive";s:0:"";s:14:"padding_bottom";s:0:"";s:21:"padding_bottom_medium";s:0:"";s:25:"padding_bottom_responsive";s:0:"";s:12:"padding_left";s:0:"";s:19:"padding_left_medium";s:0:"";s:23:"padding_left_responsive";s:0:"";s:13:"padding_right";s:0:"";s:20:"padding_right_medium";s:0:"";s:24:"padding_right_responsive";s:0:"";s:18:"responsive_display";s:0:"";s:11:"medium_size";s:6:"custom";s:18:"custom_medium_size";s:2:"50";s:15:"responsive_size";s:6:"custom";s:22:"custom_responsive_size";s:3:"100";s:16:"responsive_order";s:7:"default";s:18:"visibility_display";s:0:"";s:26:"visibility_user_capability";s:0:"";s:2:"id";s:0:"";s:5:"class";s:0:"";}}s:13:"59d78cc07ad3b";O:8:"stdClass":5:{s:4:"node";s:13:"59d78cc07ad3b";s:4:"type";s:6:"module";s:6:"parent";s:13:"59d78cc07ad04";s:8:"position";i:0;s:8:"settings";O:8:"stdClass":21:{s:4:"text";s:346:"

Lorem ipsum

Lorem ipsum dolor sit amet consectetur adipiscing elit phasellus sem bibendum feugiat quisque.

Nunc neque hac a placerat leo ultrices et luctus commodo, natoque class donec aliquam gravida egestas convallis cubilia risus, dapibus ligula torquent dignissim iaculis tempus dui primis.";s:10:"margin_top";s:2:"40";s:17:"margin_top_medium";s:0:"";s:21:"margin_top_responsive";s:0:"";s:13:"margin_bottom";s:2:"40";s:20:"margin_bottom_medium";s:0:"";s:24:"margin_bottom_responsive";s:0:"";s:11:"margin_left";s:0:"";s:18:"margin_left_medium";s:0:"";s:22:"margin_left_responsive";s:0:"";s:12:"margin_right";s:0:"";s:19:"margin_right_medium";s:0:"";s:23:"margin_right_responsive";s:0:"";s:18:"responsive_display";s:0:"";s:18:"visibility_display";s:0:"";s:26:"visibility_user_capability";s:0:"";s:9:"animation";s:0:"";s:15:"animation_delay";s:3:"0.0";s:2:"id";s:0:"";s:5:"class";s:0:"";s:4:"type";s:9:"rich-text";}}s:13:"59d78cc07ad71";O:8:"stdClass":5:{s:4:"node";s:13:"59d78cc07ad71";s:4:"type";s:6:"column";s:6:"parent";s:13:"59d78cc07ac27";s:8:"position";i:3;s:8:"settings";O:8:"stdClass":68:{s:4:"size";d:10.02;s:12:"equal_height";s:2:"no";s:17:"content_alignment";s:3:"top";s:18:"vertical_alignment";s:0:"";s:16:"predefined_color";s:0:"";s:10:"text_color";s:0:"";s:10:"link_color";s:0:"";s:11:"hover_color";s:0:"";s:13:"heading_color";s:0:"";s:7:"bg_type";s:5:"color";s:8:"bg_color";s:0:"";s:10:"bg_opacity";s:3:"100";s:8:"bg_image";s:0:"";s:9:"bg_repeat";s:9:"no-repeat";s:11:"bg_position";s:13:"center center";s:13:"bg_attachment";s:6:"scroll";s:7:"bg_size";s:5:"cover";s:16:"bg_overlay_color";s:0:"";s:18:"bg_overlay_opacity";s:2:"50";s:11:"border_type";s:0:"";s:12:"border_color";s:0:"";s:14:"border_opacity";s:3:"100";s:10:"border_top";s:1:"1";s:17:"border_top_medium";s:0:"";s:21:"border_top_responsive";s:0:"";s:13:"border_bottom";s:1:"1";s:20:"border_bottom_medium";s:0:"";s:24:"border_bottom_responsive";s:0:"";s:11:"border_left";s:1:"1";s:18:"border_left_medium";s:0:"";s:22:"border_left_responsive";s:0:"";s:12:"border_right";s:1:"1";s:19:"border_right_medium";s:0:"";s:23:"border_right_responsive";s:0:"";s:10:"margin_top";s:0:"";s:17:"margin_top_medium";s:0:"";s:21:"margin_top_responsive";s:0:"";s:13:"margin_bottom";s:0:"";s:20:"margin_bottom_medium";s:0:"";s:24:"margin_bottom_responsive";s:0:"";s:11:"margin_left";s:0:"";s:18:"margin_left_medium";s:0:"";s:22:"margin_left_responsive";s:0:"";s:12:"margin_right";s:0:"";s:19:"margin_right_medium";s:0:"";s:23:"margin_right_responsive";s:0:"";s:11:"padding_top";s:0:"";s:18:"padding_top_medium";s:0:"";s:22:"padding_top_responsive";s:0:"";s:14:"padding_bottom";s:0:"";s:21:"padding_bottom_medium";s:0:"";s:25:"padding_bottom_responsive";s:0:"";s:12:"padding_left";s:0:"";s:19:"padding_left_medium";s:0:"";s:23:"padding_left_responsive";s:0:"";s:13:"padding_right";s:0:"";s:20:"padding_right_medium";s:0:"";s:24:"padding_right_responsive";s:0:"";s:18:"responsive_display";s:7:"desktop";s:11:"medium_size";s:7:"default";s:18:"custom_medium_size";s:3:"100";s:15:"responsive_size";s:7:"default";s:22:"custom_responsive_size";s:3:"100";s:16:"responsive_order";s:7:"default";s:18:"visibility_display";s:0:"";s:26:"visibility_user_capability";s:0:"";s:2:"id";s:0:"";s:5:"class";s:0:"";}}}]]>
- - - + + + - - - + + + - - - + + + - - - + + + -
+ With gallery http://themedemos.webmandesign.eu/reykjavik/product/product-8/ @@ -9667,207 +10588,207 @@ Lorem ipsum dolor sit amet consectetur adipiscing, elit tempus viverra sociosqu 0 - + + - - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - + 7 - https://www.webmandesign.eu + http://www.webmandesign.eu - + 0 1 - - - + + + - - - + + + - - + + @@ -9885,7 +10806,7 @@ Post type: product_variation http://themedemos.webmandesign.eu/reykjavik/product/product-7/ - + 301 @@ -9898,143 +10819,143 @@ Post type: product_variation 0 - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - + Variable & page builder - Black http://themedemos.webmandesign.eu/reykjavik/product/product-7/?attribute_frame-color=Black @@ -10043,7 +10964,7 @@ Post type: product_variation http://themedemos.webmandesign.eu/reykjavik/product/product-7/ - + 302 @@ -10056,143 +10977,143 @@ Post type: product_variation 0 - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - + @@ -10223,31 +11144,31 @@ Post type: sidebar 0 - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - + @@ -10278,24 +11199,24 @@ Post type: attachment 0 - - - - + + + + - - - + + + - - - + + + - - - + + + - + SAMPLE/_boat-2 http://themedemos.webmandesign.eu/reykjavik/sample/_boat-2/ @@ -10317,24 +11238,24 @@ Post type: attachment 0 - - - - + + + + - - - + + + - - - + + + - - - + + + - + SAMPLE/_boat-3 http://themedemos.webmandesign.eu/reykjavik/sample/_boat-3/ @@ -10356,24 +11277,24 @@ Post type: attachment 0 - - - - + + + + - - - + + + - - - + + + - - - + + + - + SAMPLE/_boat-4 http://themedemos.webmandesign.eu/reykjavik/sample/_boat-4/ @@ -10395,24 +11316,24 @@ Post type: attachment 0 - - - - + + + + - - - + + + - - - + + + - - - + + + - + SAMPLE/_boat-5 http://themedemos.webmandesign.eu/reykjavik/sample/_boat-5/ @@ -10434,24 +11355,24 @@ Post type: attachment 0 - - - - + + + + - - - + + + - - - + + + - - - + + + - + SAMPLE/_boat-6 http://themedemos.webmandesign.eu/reykjavik/sample/_boat-6/ @@ -10473,24 +11394,24 @@ Post type: attachment 0 - - - - + + + + - - - + + + - - - + + + - - - + + + - + SAMPLE/_boat-7 http://themedemos.webmandesign.eu/reykjavik/sample/_boat-7/ @@ -10512,24 +11433,24 @@ Post type: attachment 0 - - - - + + + + - - - + + + - - - + + + - - - + + + - + SAMPLE/_boat-8 http://themedemos.webmandesign.eu/reykjavik/sample/_boat-8/ @@ -10551,24 +11472,24 @@ Post type: attachment 0 - - - - + + + + - - - + + + - - - + + + - - - + + + - + SAMPLE/_ships http://themedemos.webmandesign.eu/reykjavik/sample/_ships/ @@ -10590,24 +11511,24 @@ Post type: attachment 0 - - - - + + + + - - - + + + - - - + + + - - - + + + - + SAMPLE/_waves http://themedemos.webmandesign.eu/reykjavik/sample/_waves/ @@ -10629,24 +11550,24 @@ Post type: attachment 0 - - - - + + + + - - - + + + - - - + + + - - - + + + - + SAMPLE/_boat-instructions-1 http://themedemos.webmandesign.eu/reykjavik/sample/_boat-instructions-1/ @@ -10668,24 +11589,24 @@ Post type: attachment 0 - - - - + + + + - - - + + + - - - + + + - - - + + + - + SAMPLE/_boat-instructions-2 http://themedemos.webmandesign.eu/reykjavik/sample/_boat-instructions-2/ @@ -10707,24 +11628,24 @@ Post type: attachment 0 - - - - + + + + - - - + + + - - - + + + - - - + + + - + SAMPLE/_boat-instructions-3 http://themedemos.webmandesign.eu/reykjavik/sample/_boat-instructions-3/ @@ -10746,24 +11667,24 @@ Post type: attachment 0 - - - - + + + + - - - + + + - - - + + + - - - + + + - + SAMPLE/_boat-instructions-4 http://themedemos.webmandesign.eu/reykjavik/sample/_boat-instructions-4/ @@ -10785,24 +11706,24 @@ Post type: attachment 0 - - - - + + + + - - - + + + - - - + + + - - - + + + - + SAMPLE/_boat-instructions-5 http://themedemos.webmandesign.eu/reykjavik/sample/_boat-instructions-5/ @@ -10824,24 +11745,24 @@ Post type: attachment 0 - - - - + + + + - - - + + + - - - + + + - - - + + + - + SAMPLE/_boat-instructions-6 http://themedemos.webmandesign.eu/reykjavik/sample/_boat-instructions-6/ @@ -10863,24 +11784,24 @@ Post type: attachment 0 - - - - + + + + - - - + + + - - - + + + - - - + + + - + SAMPLE/_boat-in-harbor http://themedemos.webmandesign.eu/reykjavik/sample/_boat-in-harbor/ @@ -10902,24 +11823,24 @@ Post type: attachment 0 - - - - + + + + - - - + + + - - - + + + - - - + + + - + SAMPLE/_boat-sailing-side-wind http://themedemos.webmandesign.eu/reykjavik/sample/_boat-sailing-side-wind-2/ @@ -10941,24 +11862,24 @@ Post type: attachment 0 - - - - + + + + - - - + + + - - - + + + - - - + + + - + SAMPLE/_boat-sailing http://themedemos.webmandesign.eu/reykjavik/sample/_boat-sailing-2/ @@ -10980,24 +11901,24 @@ Post type: attachment 0 - - - - + + + + - - - + + + - - - + + + - - - + + + - + SAMPLE/_pixabay-colorado-1436681 http://themedemos.webmandesign.eu/reykjavik/sample/_pixabay-colorado-1436681/ @@ -11019,24 +11940,24 @@ Post type: attachment 0 - - - - + + + + - - - + + + - - - + + + - - - + + + - + SAMPLE/_mohamed-nohassi-242589 http://themedemos.webmandesign.eu/reykjavik/sample/_mohamed-nohassi-242589/ @@ -11058,24 +11979,24 @@ Post type: attachment 0 - - - - + + + + - - - + + + - - - + + + - - - + + + - + SAMPLE/_jeremy-bishop-286092 http://themedemos.webmandesign.eu/reykjavik/sample/_jeremy-bishop-286092/ @@ -11097,24 +12018,24 @@ Post type: attachment 0 - - - - + + + + - - - + + + - - - + + + - - - + + + - + SAMPLE/_jesse-orrico-72384 http://themedemos.webmandesign.eu/reykjavik/sample/_jesse-orrico-72384/ @@ -11136,24 +12057,24 @@ Post type: attachment 0 - - - - + + + + - - - + + + - - - + + + - - - + + + - + Footer decorative background image http://themedemos.webmandesign.eu/reykjavik/sample/_artem-verbo-55904-bluish/ @@ -11175,24 +12096,24 @@ Post type: attachment 0 - - - - + + + + - - - + + + - - - + + + - - - + + + - + SAMPLE/_vlad-chernolyasov-397342 http://themedemos.webmandesign.eu/reykjavik/sample/_vlad-chernolyasov-397342/ @@ -11214,24 +12135,24 @@ Post type: attachment 0 - - - - + + + + - - - + + + - - - + + + - - - + + + - + SAMPLE/_jeremy-bishop-351656 http://themedemos.webmandesign.eu/reykjavik/sample/_jeremy-bishop-351656/ @@ -11253,27 +12174,27 @@ Post type: attachment 0 - - - - + + + + - - - + + + - - - + + + - - - + + + - + SAMPLE/_tim-foster-395704 - http://themedemos.webmandesign.eu/reykjavik/sample/_tim-foster-395704/ + http://themedemos.webmandesign.eu/reykjavik/post-4/sample/_tim-foster-395704/ Thu, 05 Oct 2017 11:04:22 +0000 https://themedemos.webmandesign.eu/reykjavik/wp-content/uploads/sites/19/SAMPLE/_tim-foster-395704.jpg @@ -11287,29 +12208,29 @@ Post type: attachment - 0 + 160 0 0 - - - - + + + + - - - + + + - - - + + + - - - + + + - + SAMPLE/_ian-keefe-304713 http://themedemos.webmandesign.eu/reykjavik/sample/_ian-keefe-304713/ @@ -11331,24 +12252,24 @@ Post type: attachment 0 - - - - + + + + - - - + + + - - - + + + - - - + + + - + SAMPLE/_andrew-neel-296630 http://themedemos.webmandesign.eu/reykjavik/sample/_andrew-neel-296630/ @@ -11370,24 +12291,24 @@ Post type: attachment 0 - - - - + + + + - - - + + + - - - + + + - - - + + + - + SAMPLE/_rope-950355 http://themedemos.webmandesign.eu/reykjavik/sample/_rope-950355/ @@ -11409,24 +12330,24 @@ Post type: attachment 0 - - - - + + + + - - - + + + - - - + + + - - - + + + - + SAMPLE/_james-connolly-376514 http://themedemos.webmandesign.eu/reykjavik/sample/_james-connolly-376514/ @@ -11448,26 +12369,57 @@ Post type: attachment 0 - - - - + + + + + + + + + + + + - - - + + + - - - + + + woocommerce-placeholder + http://themedemos.webmandesign.eu/reykjavik/woocommerce-placeholder/ + Wed, 17 Apr 2019 17:19:23 +0000 + + https://themedemos.webmandesign.eu/reykjavik/wp-content/uploads/sites/19/woocommerce-placeholder.png + + + + 437 + + + + + + + 0 + 0 + + + 0 + + + + - - - + + + - + - + \ No newline at end of file diff --git a/includes/plugins/one-click-demo-import/demo-widgets-reykjavik.wie b/includes/plugins/one-click-demo-import/demo-widgets-reykjavik.wie index 3458448..059991e 100644 --- a/includes/plugins/one-click-demo-import/demo-widgets-reykjavik.wie +++ b/includes/plugins/one-click-demo-import/demo-widgets-reykjavik.wie @@ -1 +1 @@ -{"intro":{"text-2":{"title":"Our Commitment","text":"Lorem ipsum dolor sit amet, consectetur adipiscing elit.","filter":true,"visual":true,"icon":"genericons-neue genericons-neue-anchor","image":"https:\/\/themedemos.webmandesign.eu\/reykjavik\/wp-content\/uploads\/sites\/19\/SAMPLE\/_boat-in-harbor-744x744.png"},"text-4":{"title":"How We Work","text":"Lorem ipsum dolor sit amet, consectetur adipiscing elit.","filter":true,"visual":true,"icon":"genericons-neue genericons-neue-cart","image":"https:\/\/themedemos.webmandesign.eu\/reykjavik\/wp-content\/uploads\/sites\/19\/SAMPLE\/_boat-sailing-744x744.png"},"text-3":{"title":"About Us","text":"Lorem ipsum dolor sit amet, consectetur adipiscing elit.","filter":true,"visual":true,"icon":"genericons-neue genericons-neue-phone","image":"https:\/\/themedemos.webmandesign.eu\/reykjavik\/wp-content\/uploads\/sites\/19\/SAMPLE\/_boat-sailing-side-wind-744x744.png"}},"footer":{"nav_menu-2":{"title":"Theme Links","nav_menu":18,"classes":""},"nav_menu-3":{"title":"Information","nav_menu":19,"classes":""},"custom_html-2":{"title":"","content":"","classes":""},"custom_html-3":{"title":"About Reykjavik theme","content":"\r\n\r\nReykjavik WordPress theme logo image<\/title>\r\n\r\n<\/svg> Reykjavik<\/strong><\/a>\r\n is fresh, lightweight, speed and SEO optimized, accessibility ready WordPress theme perfect for your next business, portfolio, blog or WooCommerce e-shop website. Impress your website visitors with this beautiful theme now!\r\n \u2192 Get it for your site \u00bb<\/a>","classes":"set-flex-grow-2"}},"sidebar-with-content":{"text-5":{"title":"About us, shortly","text":"Lorem ipsum dolor sit amet, adipiscing elit. Nullam malesuada, felis posuere venenatis, tortor risus ultricies dui, quis pharetra nisl tellus non ipsum.","filter":true,"visual":true,"icon":"genericons-neue genericons-neue-anchor","image":"https:\/\/themedemos.webmandesign.eu\/reykjavik\/wp-content\/uploads\/sites\/19\/SAMPLE\/_jesse-orrico-72384-744x496.jpg","classes":""},"search-3":{"title":"Search the site","classes":""},"recent-posts-3":{"title":"Recent news","number":3,"show_date":true,"classes":""}}} +{"intro":{"text-2":{"title":"Our Commitment","text":"Lorem ipsum dolor sit amet, consectetur adipiscing elit.","filter":true,"visual":true,"icon":"genericons-neue genericons-neue-anchor","image":96,"classes":""},"text-4":{"title":"How We Work","text":"Lorem ipsum dolor sit amet, consectetur adipiscing elit.","filter":true,"visual":true,"icon":"genericons-neue genericons-neue-cart","image":98},"text-3":{"title":"About Us","text":"Lorem ipsum dolor sit amet, consectetur adipiscing elit.","filter":true,"visual":true,"icon":"genericons-neue genericons-neue-phone","image":97}},"footer":{"nav_menu-2":{"title":"Theme Links","nav_menu":18,"classes":""},"nav_menu-3":{"title":"Information","nav_menu":19,"classes":""},"custom_html-2":{"title":"","content":"","classes":""},"custom_html-3":{"title":"About Reykjavik theme","content":"\r\n\r\nReykjavik WordPress theme logo image<\/title>\r\n\r\n<\/svg> Reykjavik<\/strong><\/a>\r\n is fresh, lightweight, speed and SEO optimized, accessibility ready WordPress theme perfect for your next business, portfolio, blog or WooCommerce e-shop website. Impress your website visitors with this beautiful theme now!\r\n \u2192 Get it for your site \u00bb<\/a>","classes":"set-flex-grow-2"}},"shop":{"woocommerce_widget_cart-2":{"title":"Cart","hide_if_empty":1,"classes":""},"woocommerce_product_search-2":{"title":"Search products","classes":""},"woocommerce_price_filter-2":{"title":"Filter by price","classes":""},"woocommerce_rating_filter-2":{"title":"Average rating","classes":""},"woocommerce_products-2":{"title":"Featured products","number":3,"show":"featured","orderby":"date","order":"desc","hide_free":0,"show_hidden":0,"classes":""}},"sidebar-with-content":{"text-6":{"title":"About us, shortly","text":"Lorem ipsum dolor sit amet, adipiscing elit. Nullam malesuada, felis posuere venenatis, tortor risus ultricies dui, quis pharetra nisl tellus non ipsum.","filter":true,"visual":true,"icon":"genericons-neue genericons-neue-anchor","image":179,"classes":""},"search-2":{"title":"Search the site","classes":""},"recent-posts-2":{"title":"Recent news","number":3,"show_date":true,"category":"","classes":""}}} \ No newline at end of file diff --git a/includes/starter-content/class-starter-content.php b/includes/starter-content/class-starter-content.php index e56501d..a7fa0bc 100644 --- a/includes/starter-content/class-starter-content.php +++ b/includes/starter-content/class-starter-content.php @@ -8,13 +8,12 @@ * @copyright WebMan Design, Oliver Juhas * * @since 1.0.0 - * @version 1.4.0 + * @version 2.0.1 * * Contents: * * 0) Init - * 10) Content - * 20) Partials + * 10) Partials */ class Reykjavik_Starter_Content { @@ -31,64 +30,42 @@ class Reykjavik_Starter_Content { /** - * Constructor + * Initialization. * * @since 1.0.0 - * @version 1.0.0 + * @version 2.0.1 */ - private function __construct() {} - - - - - - /** - * 10) Content - */ - - /** - * Theme starter content - * - * @since 1.0.0 - * @version 1.0.0 - */ - public static function content() { + public static function init() { // Processing - // Loading - - self::attachments(); + // Setting content. + self::attachments(); + self::widgets(); + self::pages(); + self::options(); + self::nav_menus(); - self::widgets(); + // Registering content. + if ( ! empty( self::$content ) ) { + add_theme_support( 'starter-content', self::$content ); + } - self::pages(); - - self::options(); - - self::nav_menus(); - - // Setup - - if ( ! empty( self::$content ) ) { - add_theme_support( 'starter-content', self::$content ); - } - - } // /content + } // /init /** - * 20) Partials + * 10) Partials */ /** - * Widgets + * Widgets. * * @since 1.0.0 - * @version 1.4.0 + * @version 2.0.1 */ public static function widgets() { @@ -147,11 +124,11 @@ public static function widgets() { 'footer' => array( 'meta', - 'text_empty' => array( - 'text', + 'html_empty' => array( + 'custom_html', array( - 'title' => '', - 'text' => '', + 'title' => '', + 'content' => '', ), ), @@ -166,10 +143,10 @@ public static function widgets() { /** - * Pages + * Pages. * * @since 1.0.0 - * @version 1.3.0 + * @version 2.0.1 */ public static function pages() { @@ -177,127 +154,328 @@ public static function pages() { self::$content['posts'] = array( - 'home' => array( - 'post_type' => 'page', - 'template' => 'templates/intro-widgets.php', - 'post_title' => esc_html_x( 'Hello from Reykjavik', 'Theme starter content', 'reykjavik' ), - 'post_excerpt' => '

' . esc_html_x( 'This is a page/post excerpt text. You might need to enable the excerpt field in screen options first when editing the page/post.', 'Theme starter content', 'reykjavik' ) . '

' . esc_html_x( 'Go shopping', 'Theme starter content', 'reykjavik' ) . '

', - 'post_content' => '

' . - esc_html_x( 'Welcome to our website!', 'Theme starter content', 'reykjavik' ) . - '

' . - esc_html_x( 'This is your homepage, which is what most visitors will see when they come to your site for the first time.', 'Theme starter content', 'reykjavik' ) . - ' Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum in mauris eleifend, egestas lectus et, vulputate orci.

 

Waves illustration

 

' . - - '

' . - esc_html_x( 'In default page layout…', 'Theme starter content', 'reykjavik' ) . - '

' . - esc_html_x( 'By default the theme displays page content in 2 columns. You can change this to more traditional layout in theme options.', 'Theme starter content', 'reykjavik' ) . - '

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum in mauris eleifend, vulputate orci. Integer in leo eget.

' . - - '

' . - esc_html_x( '…H2 headings are outdented', 'Theme starter content', 'reykjavik' ) . - '

' . - '

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum in mauris eleifend, egestas lectus et, vulputate orci. Integer in leo eget justo hendrerit consequat. Donec varius est eu neque ultrices consectetur.

', - ), - - 'shop' => array( - 'thumbnail' => '{{image-header}}', - 'post_type' => 'page', - 'template' => 'templates/intro-widgets.php', - 'post_title' => esc_html_x( 'WooCommerce shop homepage', 'Theme starter content', 'reykjavik' ), - 'post_excerpt' => '

' . esc_html_x( 'This is a page/post excerpt text. You might need to enable the excerpt field in screen options first when editing the page/post.', 'Theme starter content', 'reykjavik' ) . '

', - 'post_content' => '

' . - esc_html_x( 'Featured products', 'Theme starter content', 'reykjavik' ) . - '

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum in mauris eleifend, egestas lectus et, vulputate orci. Integer in leo eget justo hendrerit consequat.

' . - '
' . - '[products visibility="featured" limit="3" columns="3" orderby="date" order="DESC"]' . - '

' . - esc_html_x( 'You need to have WooCommerce plugin installed and activated for this shortcode to display your products.', 'Theme starter content', 'reykjavik' ) . - '

 

Waves illustration' . - '
' . - - '

' . - esc_html_x( 'Shop categories', 'Theme starter content', 'reykjavik' ) . - '

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum in mauris eleifend, egestas lectus et, vulputate orci. Integer in leo eget justo hendrerit consequat.

' . - '
' . - '[product_categories limit="3" columns="3"]' . - '

' . - esc_html_x( 'You need to have WooCommerce plugin installed and activated for this shortcode to display your product categories.', 'Theme starter content', 'reykjavik' ) . - '

 

Waves illustration' . - '
' . - - '

' . - esc_html_x( 'Shortly about us', 'Theme starter content', 'reykjavik' ) . - '

' . - '
' . - '

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum in mauris eleifend, egestas lectus et, vulputate orci. Integer in leo eget justo hendrerit consequat. Donec varius est eu neque ultrices consectetur.

' . - '
' . - 'WebMan Design signature', - ), - - 'about' => array( - 'post_type' => 'page', - 'post_excerpt' => '

' . esc_html_x( 'This is a page/post excerpt text. You might need to enable the excerpt field in screen options first when editing the page/post.', 'Theme starter content', 'reykjavik' ) . '

', - 'post_content' => '

' . - esc_html_x( 'Introduce yourself', 'Theme starter content', 'reykjavik' ) . - '

' . - '

' . - esc_html_x( 'You might be an artist who would like to introduce yourself and your work here or maybe you’re a business with a mission to describe.', 'Theme starter content', 'reykjavik' ) . - '

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum in mauris eleifend, egestas lectus et, vulputate orci. Integer in leo eget justo hendrerit consequat. Donec varius est eu neque ultrices consectetur.

' . - - '
[embed]https://www.youtube.com/watch?v=fbkEmW6PlXs[/embed]
' . + 'home' => array( + 'post_type' => 'page', + 'template' => 'templates/intro-widgets.php', + 'post_title' => esc_html_x( 'Hello from Reykjavik', 'Theme starter content', 'reykjavik' ), + + 'post_excerpt' => + '

' + . esc_html_x( 'This is a page/post excerpt text.', 'Theme starter content', 'reykjavik' ) + . ' ' + . '' + . esc_html_x( 'How to edit excerpt field content?', 'Theme starter content', 'reykjavik' ) + . '' + . '

' + . '

' + . '' + . esc_html_x( 'Go shopping', 'Theme starter content', 'reykjavik' ) + . '' + . '

', + + 'post_content' => + ' +

' . esc_html_x( 'Welcome to our website!', 'Theme starter content', 'reykjavik' ) . '

+ + + +

' . esc_html_x( 'This is your homepage, which is what most visitors will see when they come to your site for the first time.', 'Theme starter content', 'reykjavik' ) . ' Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum in mauris eleifend, egestas et, vulputate orci.

+ + + +
+ + + +
+
+

Lorem ipsum dolor

+
+ + + +
+

Vestibulum in mauris eleifend, egestas lectus et, vulputate orci. Integer in leo eget justo hendrerit consequat. Donec varius est eu neque ultrices consectetur.

+ + + +

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum in mauris eleifend, egestas lectus et, vulputate orci. Integer in leo eget justo hendrerit consequat. Donec varius est eu neque ultrices consectetur.

+
+
+ + + + + + + +
+ + + + + + + +

Lorem ipsum dolor sit amet

+ + + +

Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Vestibulum in mauris eleifend, egestas lectus et, vulputate orci.

+ + + + + ', + ), - '

2017

' . - '

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum in mauris eleifend, egestas lectus et, vulputate orci. Integer in leo eget justo hendrerit consequat. Donec varius est eu neque ultrices consectetur.

' . + 'shop' => array( + 'thumbnail' => '{{image-header}}', + 'post_type' => 'page', + 'template' => 'templates/intro-widgets.php', + 'post_title' => esc_html_x( 'WooCommerce shop homepage', 'Theme starter content', 'reykjavik' ), + + 'post_excerpt' => + '

' + . esc_html_x( 'This is a page/post excerpt text.', 'Theme starter content', 'reykjavik' ) + . ' ' + . '' + . esc_html_x( 'How to edit excerpt field content?', 'Theme starter content', 'reykjavik' ) + . '' + . '

', + + 'post_content' => + ' +
+
+

' . esc_html_x( 'Featured products', 'Theme starter content', 'reykjavik' ) . '

+
+ + + +
+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum in mauris eleifend, egestas lectus et, vulputate orci. Integer in leo eget justo hendrerit consequat.

+
+
+ + + + + + + +
[products limit="3" columns="3" orderby="date" order="DESC" ids="185,184,177"]
+ + + + + + + +
+ + + + + + + +
+
+

' . esc_html_x( 'Newest products', 'Theme starter content', 'reykjavik' ) . '

+
+ + + +
+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum in mauris eleifend, egestas lectus et, vulputate orci. Integer in leo eget justo hendrerit consequat.

+
+
+ + + + + + + +
[products limit="3" columns="3" orderby="date" order="DESC"]
+ + + + + + + +
+ + + + + + + +
+
+

Lorem ipsum

+
+ + + +
+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum in mauris eleifend, egestas lectus et, vulputate orci. Integer in leo eget justo consequat.

+
+ + + +
+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum in mauris eleifend, egestas lectus et, vulputate orci. Integer in leo eget justo consequat.

+
+
+ ', + ), - '

2010

' . - '

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum in mauris eleifend, egestas lectus et, vulputate orci. Integer in leo eget justo hendrerit consequat. Donec varius est eu neque ultrices consectetur.

', - ), + 'about' => array( + 'post_type' => 'page', + + 'post_excerpt' => + '

' + . esc_html_x( 'This is a page/post excerpt text.', 'Theme starter content', 'reykjavik' ) + . ' ' + . '' + . esc_html_x( 'How to edit excerpt field content?', 'Theme starter content', 'reykjavik' ) + . '' + . '

', + + 'post_content' => + ' +

' . esc_html_x( 'Introduce yourself', 'Theme starter content', 'reykjavik' ) . '

+ + + +

' . esc_html_x( 'You might be an artist who would like to introduce yourself and your work here or maybe you’re a business with a mission to describe.', 'Theme starter content', 'reykjavik' ) . ' Lorem ipsum dolor sit amet, consectetur adipiscing elit.

+ + + +
+ + + +
+
+

2013

+
+ + + +
+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum in mauris eleifend, egestas lectus et, vulputate orci. Integer in leo eget justo hendrerit consequat. Donec varius est eu neque ultrices consectetur.

+
+
+ + + + + + + +
+
+

2019

+
+ + + +
+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum in mauris eleifend, egestas lectus et, vulputate orci. Integer in leo eget justo hendrerit consequat. Donec varius est eu neque ultrices consectetur.

+
+
+ + + + + + + +
+ + + + + + + +

Here we are now

+ + + +

Lorem ipsum dolor sit amet consectetur adipiscing elit lobortis magna, ultrices porta hac fusce lacus etiam hendrerit non morbi risus, sociis volutpat turpis bibendum litora vestibulum accumsan augue. Sapien gravida aenean himenaeos aptent vitae taciti donec, curabitur parturient fames massa imperdiet quisque.

+ ', + ), - 'news' => array( - 'thumbnail' => '{{image-header}}', - 'post_type' => 'page', - 'post_excerpt' => '

' . esc_html_x( 'This is a page/post excerpt text. You might need to enable the excerpt field in screen options first when editing the page/post.', 'Theme starter content', 'reykjavik' ) . '

', - ), + 'news' => array( + 'thumbnail' => '{{image-header}}', + 'post_type' => 'page', + + 'post_excerpt' => + '

' + . esc_html_x( 'This is a page/post excerpt text.', 'Theme starter content', 'reykjavik' ) + . ' ' + . '' + . esc_html_x( 'How to edit excerpt field content?', 'Theme starter content', 'reykjavik' ) + . '' + . '

', + ), - 'contact' => array( - 'post_type' => 'page', - 'template' => 'templates/intro-widgets.php', - 'post_excerpt' => '

' . esc_html_x( 'This is a page/post excerpt text. You might need to enable the excerpt field in screen options first when editing the page/post.', 'Theme starter content', 'reykjavik' ) . '

', - 'post_content' => '

' . - esc_html_x( 'Get in touch', 'Theme starter content', 'reykjavik' ) . - '

' . - esc_html_x( 'This is a page with some basic contact information, such as an address and phone number. You might also try a plugin to add a contact form.', 'Theme starter content', 'reykjavik' ) . - '

' . - esc_html_x( 'This is only a dummy form placeholder. Use a plugin to create forms, such as Caldera Forms or Contact Form 7.', 'Theme starter content', 'reykjavik' ) . - '

', - ), + 'contact' => array( + 'post_type' => 'page', + 'template' => 'templates/intro-widgets.php', + + 'post_excerpt' => + '

' + . esc_html_x( 'This is a page/post excerpt text.', 'Theme starter content', 'reykjavik' ) + . ' ' + . '' + . esc_html_x( 'How to edit excerpt field content?', 'Theme starter content', 'reykjavik' ) + . '' + . '

', + + 'post_content' => + ' +
+
+

' . esc_html_x( 'Get in touch', 'Theme starter content', 'reykjavik' ) . '

+
+ + + +
+

' . esc_html_x( 'This is a page with some basic contact information, such as an address and phone number. You might also try a plugin to add a contact form.', 'Theme starter content', 'reykjavik' ) . '

+ + + +
+

+

+

+

' . esc_html_x( 'This is only a dummy form placeholder. It does not work. Use a plugin to create forms for your website.', 'reykjavik' ) . '

+

+
+
+
+ ', + ), - ); + ); } // /pages /** - * Navigational menus + * Navigational menus. * * @since 1.0.0 - * @version 1.0.0 + * @version 2.0.1 */ public static function nav_menus() { @@ -305,103 +483,103 @@ public static function nav_menus() { self::$content['nav_menus'] = array( - 'primary' => array( - 'name' => esc_html_x( 'Primary Menu', 'Theme starter content', 'reykjavik' ), - 'items' => array( + 'primary' => array( + 'name' => esc_html_x( 'Primary Menu', 'Theme starter content', 'reykjavik' ), + 'items' => array( - 'page_home' => array( - 'title' => esc_html_x( 'Home', 'Theme starter content', 'reykjavik' ), - ), - - 'page_shop' => array( - 'title' => esc_html_x( 'Shop', 'Theme starter content', 'reykjavik' ), - 'type' => 'post_type', - 'object' => 'page', - 'object_id' => '{{shop}}', - ), + 'page_home' => array( + 'title' => esc_html_x( 'Home', 'Theme starter content', 'reykjavik' ), + ), - 'page_about', - 'page_news', - 'page_contact', + 'page_shop' => array( + 'title' => esc_html_x( 'Shop', 'Theme starter content', 'reykjavik' ), + 'type' => 'post_type', + 'object' => 'page', + 'object_id' => '{{shop}}', + ), - 'link_documentation' => array( - 'title' => esc_html_x( 'Docs', 'Short for "documentation". Theme starter content.', 'reykjavik' ), - 'url' => 'https://webmandesign.github.io/docs/reykjavik', - ), + 'page_about', + 'page_news', + 'page_contact', + 'link_documentation' => array( + 'title' => esc_html_x( 'Docs', 'Short for "documentation". Theme starter content.', 'reykjavik' ), + 'url' => 'https://webmandesign.github.io/docs/reykjavik', ), - ), - 'secondary' => array( - 'name' => esc_html_x( 'Secondary Menu', 'Theme starter content', 'reykjavik' ), - 'items' => array( + ), + ), - 'link_secondary_1' => array( - 'title' => esc_html_x( 'Secondary', 'As in "Secondary simple navigational menu". Theme starter content.', 'reykjavik' ), - 'url' => '#0', - ), + 'secondary' => array( + 'name' => esc_html_x( 'Secondary Menu', 'Theme starter content', 'reykjavik' ), + 'items' => array( - 'link_secondary_2' => array( - 'title' => esc_html_x( 'Menu', 'As in "Secondary simple navigational menu". Theme starter content.', 'reykjavik' ), - 'url' => '#0', - ), + 'link_secondary_1' => array( + 'title' => esc_html_x( 'Secondary', 'As in "Secondary simple navigational menu". Theme starter content.', 'reykjavik' ), + 'url' => '#0', + ), + 'link_secondary_2' => array( + 'title' => esc_html_x( 'Menu', 'As in "Secondary simple navigational menu". Theme starter content.', 'reykjavik' ), + 'url' => '#0', ), + ), + ), - 'social' => array( - 'name' => esc_html_x( 'Social Links Menu', 'Theme starter content', 'reykjavik' ), - 'items' => array( + 'social' => array( + 'name' => esc_html_x( 'Social Links Menu', 'Theme starter content', 'reykjavik' ), + 'items' => array( - 'link_facebook' => array( - 'title' => esc_html_x( 'Facebook', 'Theme starter content', 'reykjavik' ), - 'url' => 'https://www.facebook.com/', - ), + 'link_facebook' => array( + 'title' => esc_html_x( 'Facebook', 'Theme starter content', 'reykjavik' ), + 'url' => 'https://www.facebook.com/', + ), - 'link_twitter' => array( - 'title' => esc_html_x( 'Twitter', 'Theme starter content', 'reykjavik' ), - 'url' => 'https://twitter.com/', - ), + 'link_twitter' => array( + 'title' => esc_html_x( 'Twitter', 'Theme starter content', 'reykjavik' ), + 'url' => 'https://twitter.com/', + ), - 'link_email', + 'link_email', - ), ), + ), - ); + ); } // /nav_menus /** - * WordPress options + * WordPress options. * * @since 1.0.0 - * @version 1.0.0 + * @version 2.0.1 */ public static function options() { // Output self::$content['options'] = array( - 'show_on_front' => 'page', - 'page_on_front' => '{{home}}', - 'page_for_posts' => '{{news}}', - 'posts_per_page' => 6, - 'permalink_structure' => '/%postname%/', - 'external_header_video' => 'https://www.youtube.com/watch?v=HbXTFQXnhmY', - ); + 'show_on_front' => 'page', + 'page_on_front' => '{{home}}', + 'page_for_posts' => '{{news}}', + 'posts_per_page' => 6, + 'permalink_structure' => '/%postname%/', + 'external_header_video' => 'https://www.youtube.com/watch?v=HbXTFQXnhmY', + ); } // /options /** - * Attachments + * Attachments. * * @since 1.0.0 - * @version 1.0.0 + * @version 2.0.1 */ public static function attachments() { @@ -409,11 +587,11 @@ public static function attachments() { self::$content['attachments'] = array( - 'image-header' => array( - 'file' => 'assets/images/header/pixabay-colorado-1436681.png', - ), + 'image-header' => array( + 'file' => 'assets/images/header/pixabay-colorado-1436681.png', + ), - ); + ); } // /attachments @@ -423,4 +601,4 @@ public static function attachments() { } // /Reykjavik_Starter_Content -add_action( 'after_setup_theme', 'Reykjavik_Starter_Content::content' ); +add_action( 'after_setup_theme', 'Reykjavik_Starter_Content::init' ); diff --git a/languages/reykjavik.pot b/languages/reykjavik.pot index 6a19c38..b9d4110 100644 --- a/languages/reykjavik.pot +++ b/languages/reykjavik.pot @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: Reykjavik\n" "Report-Msgid-Bugs-To: https://support.webmandesign.eu\n" -"POT-Creation-Date: 2019-07-01 16:28+0200\n" +"POT-Creation-Date: 2019-07-09 19:03+0200\n" "PO-Revision-Date: 2015-05-12 20:39+0100\n" "Last-Translator: Oliver Juhas, WebMan Design\n" "Language-Team: \n" @@ -1551,217 +1551,185 @@ msgctxt "Font size." msgid "Display %d" msgstr "" -#: includes/starter-content/class-starter-content.php:106 +#: includes/starter-content/class-starter-content.php:83 msgctxt "Theme starter content" msgid "How to hide sidebar?" msgstr "" -#: includes/starter-content/class-starter-content.php:107 +#: includes/starter-content/class-starter-content.php:84 msgctxt "Theme starter content" msgid "Remove all widgets from sidebar to hide it." msgstr "" -#: includes/starter-content/class-starter-content.php:107 +#: includes/starter-content/class-starter-content.php:84 msgctxt "Theme starter content" msgid "" "Or use a sidebar management plugin to manage all widget areas on your " "website and create your own ones." msgstr "" -#: includes/starter-content/class-starter-content.php:118 +#: includes/starter-content/class-starter-content.php:95 msgctxt "Theme starter content" msgid "Intro Widgets" msgstr "" -#: includes/starter-content/class-starter-content.php:119 +#: includes/starter-content/class-starter-content.php:96 msgctxt "Theme starter content" msgid "This is an Intro Widgets area displayed on a special page template." msgstr "" -#: includes/starter-content/class-starter-content.php:183 +#: includes/starter-content/class-starter-content.php:160 msgctxt "Theme starter content" msgid "Hello from Reykjavik" msgstr "" -#: includes/starter-content/class-starter-content.php:184 -#: includes/starter-content/class-starter-content.php:208 +#: includes/starter-content/class-starter-content.php:164 #: includes/starter-content/class-starter-content.php:240 -#: includes/starter-content/class-starter-content.php:260 -#: includes/starter-content/class-starter-content.php:266 +#: includes/starter-content/class-starter-content.php:342 +#: includes/starter-content/class-starter-content.php:421 +#: includes/starter-content/class-starter-content.php:435 msgctxt "Theme starter content" -msgid "" -"This is a page/post excerpt text. You might need to enable the excerpt field " -"in screen options first when editing the page/post." +msgid "This is a page/post excerpt text." msgstr "" -#: includes/starter-content/class-starter-content.php:184 +#: includes/starter-content/class-starter-content.php:167 +#: includes/starter-content/class-starter-content.php:243 +#: includes/starter-content/class-starter-content.php:345 +#: includes/starter-content/class-starter-content.php:424 +#: includes/starter-content/class-starter-content.php:438 +msgctxt "Theme starter content" +msgid "How to edit excerpt field content?" +msgstr "" + +#: includes/starter-content/class-starter-content.php:172 msgctxt "Theme starter content" msgid "Go shopping" msgstr "" -#: includes/starter-content/class-starter-content.php:186 +#: includes/starter-content/class-starter-content.php:178 msgctxt "Theme starter content" msgid "Welcome to our website!" msgstr "" -#: includes/starter-content/class-starter-content.php:188 +#: includes/starter-content/class-starter-content.php:182 msgctxt "Theme starter content" msgid "" "This is your homepage, which is what most visitors will see when they come " "to your site for the first time." msgstr "" -#: includes/starter-content/class-starter-content.php:192 -msgctxt "Theme starter content" -msgid "In default page layout…" -msgstr "" - -#: includes/starter-content/class-starter-content.php:194 -msgctxt "Theme starter content" -msgid "" -"By default the theme displays page content in 2 columns. You can change this " -"to more traditional layout in theme options." -msgstr "" - -#: includes/starter-content/class-starter-content.php:198 -msgctxt "Theme starter content" -msgid "…H2 headings are outdented" -msgstr "" - -#: includes/starter-content/class-starter-content.php:207 +#: includes/starter-content/class-starter-content.php:236 msgctxt "Theme starter content" msgid "WooCommerce shop homepage" msgstr "" -#: includes/starter-content/class-starter-content.php:210 +#: includes/starter-content/class-starter-content.php:251 msgctxt "Theme starter content" msgid "Featured products" msgstr "" -#: includes/starter-content/class-starter-content.php:215 -msgctxt "Theme starter content" -msgid "" -"You need to have WooCommerce plugin installed and activated for this " -"shortcode to display your products." -msgstr "" - -#: includes/starter-content/class-starter-content.php:220 -msgctxt "Theme starter content" -msgid "Shop categories" -msgstr "" - -#: includes/starter-content/class-starter-content.php:225 +#: includes/starter-content/class-starter-content.php:285 msgctxt "Theme starter content" -msgid "" -"You need to have WooCommerce plugin installed and activated for this " -"shortcode to display your product categories." +msgid "Newest products" msgstr "" -#: includes/starter-content/class-starter-content.php:230 -msgctxt "Theme starter content" -msgid "Shortly about us" -msgstr "" - -#: includes/starter-content/class-starter-content.php:242 +#: includes/starter-content/class-starter-content.php:351 msgctxt "Theme starter content" msgid "Introduce yourself" msgstr "" -#: includes/starter-content/class-starter-content.php:245 +#: includes/starter-content/class-starter-content.php:355 msgctxt "Theme starter content" msgid "" "You might be an artist who would like to introduce yourself and your work " "here or maybe you’re a business with a mission to describe." msgstr "" -#: includes/starter-content/class-starter-content.php:268 +#: includes/starter-content/class-starter-content.php:446 msgctxt "Theme starter content" msgid "Get in touch" msgstr "" -#: includes/starter-content/class-starter-content.php:270 +#: includes/starter-content/class-starter-content.php:452 msgctxt "Theme starter content" msgid "" "This is a page with some basic contact information, such as an address and " "phone number. You might also try a plugin to add a contact form." msgstr "" -#: includes/starter-content/class-starter-content.php:272 -#: includes/starter-content/class-starter-content.php:274 +#: includes/starter-content/class-starter-content.php:457 msgctxt "Theme starter content" msgid "Your name" msgstr "" -#: includes/starter-content/class-starter-content.php:276 -#: includes/starter-content/class-starter-content.php:278 +#: includes/starter-content/class-starter-content.php:458 msgctxt "Theme starter content" msgid "Your email" msgstr "" -#: includes/starter-content/class-starter-content.php:280 -#: includes/starter-content/class-starter-content.php:282 +#: includes/starter-content/class-starter-content.php:459 msgctxt "Theme starter content" msgid "Your message" msgstr "" -#: includes/starter-content/class-starter-content.php:284 -msgctxt "Theme starter content" +#: includes/starter-content/class-starter-content.php:460 +msgctxt "reykjavik" msgid "" -"This is only a dummy form placeholder. Use a plugin to create forms, such as " -"Caldera Forms or Contact Form 7." +"This is only a dummy form placeholder. It does not work. Use a plugin to " +"create forms for your website." msgstr "" -#: includes/starter-content/class-starter-content.php:286 +#: includes/starter-content/class-starter-content.php:461 msgctxt "Theme starter content" msgid "This form does not work" msgstr "" -#: includes/starter-content/class-starter-content.php:309 +#: includes/starter-content/class-starter-content.php:487 msgctxt "Theme starter content" msgid "Primary Menu" msgstr "" -#: includes/starter-content/class-starter-content.php:313 +#: includes/starter-content/class-starter-content.php:491 msgctxt "Theme starter content" msgid "Home" msgstr "" -#: includes/starter-content/class-starter-content.php:317 +#: includes/starter-content/class-starter-content.php:495 msgctxt "Theme starter content" msgid "Shop" msgstr "" -#: includes/starter-content/class-starter-content.php:328 +#: includes/starter-content/class-starter-content.php:506 msgctxt "Short for \"documentation\". Theme starter content." msgid "Docs" msgstr "" -#: includes/starter-content/class-starter-content.php:336 +#: includes/starter-content/class-starter-content.php:514 msgctxt "Theme starter content" msgid "Secondary Menu" msgstr "" -#: includes/starter-content/class-starter-content.php:340 +#: includes/starter-content/class-starter-content.php:518 msgctxt "As in \"Secondary simple navigational menu\". Theme starter content." msgid "Secondary" msgstr "" -#: includes/starter-content/class-starter-content.php:345 +#: includes/starter-content/class-starter-content.php:523 msgctxt "As in \"Secondary simple navigational menu\". Theme starter content." msgid "Menu" msgstr "" -#: includes/starter-content/class-starter-content.php:353 +#: includes/starter-content/class-starter-content.php:531 msgctxt "Theme starter content" msgid "Social Links Menu" msgstr "" -#: includes/starter-content/class-starter-content.php:357 +#: includes/starter-content/class-starter-content.php:535 msgctxt "Theme starter content" msgid "Facebook" msgstr "" -#: includes/starter-content/class-starter-content.php:362 +#: includes/starter-content/class-starter-content.php:540 msgctxt "Theme starter content" msgid "Twitter" msgstr "" diff --git a/readme.txt b/readme.txt index 0853587..a425e4f 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: webmandesign Tags: one-column, two-columns, right-sidebar, grid-layout, flexible-header, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-image-header, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, blog, e-commerce, portfolio Requires at least: 4.7.0 Tested up to: 5.2 -Stable tag: 2.0.0 +Stable tag: 2.0.1 License: GNU General Public License v3 License URI: https://www.gnu.org/licenses/gpl-3.0.html @@ -40,8 +40,8 @@ Please see `changelog.md` file. == Upgrade Notice == -= 2.0.0 = -Adding full and advanced support for block editor (Gutenberg). Updating helper class names, updating styles, updating theme options description, removing FitVids in favor of native block editor responsive embeds (or Jetpack plugin's responsive videos), fixing post excerpt wrapper application. += 2.0.1 = +Updated demo content, fixed blocks, WooCommerce and other styles. == Resources == diff --git a/style.css b/style.css index 8e1318d..b8b805d 100644 --- a/style.css +++ b/style.css @@ -3,7 +3,7 @@ Theme Name: Reykjavik Theme URI: https://www.webmandesign.eu/portfolio/reykjavik-wordpress-theme/ Author: WebMan Design Author URI: https://www.webmandesign.eu/ -Version: 2.0.0 +Version: 2.0.1 Text Domain: reykjavik Domain Path: /languages License: GNU General Public License v3