{"id":168,"date":"2018-04-14T22:28:59","date_gmt":"2018-04-14T22:28:59","guid":{"rendered":"http:\/\/beachbumukes.com\/cms\/?p=168"},"modified":"2018-05-14T23:38:05","modified_gmt":"2018-05-14T23:38:05","slug":"visit-carmel-by-the-sea-california","status":"publish","type":"post","link":"https:\/\/beachbumukes.com\/cms\/category\/uncategorized\/visit-carmel-by-the-sea-california\/","title":{"rendered":"VISIT: Carmel By The Sea &#8211; California"},"content":{"rendered":"<p><img loading=\"lazy\" decoding=\"async\" class=\"alignright size-medium wp-image-169\" src=\"http:\/\/beachbumukes.com\/cms\/wp-content\/uploads\/2018\/05\/Carmel-300x300.png\" alt=\"\" width=\"300\" height=\"300\" srcset=\"https:\/\/beachbumukes.com\/cms\/wp-content\/uploads\/2018\/05\/Carmel-300x300.png 300w, https:\/\/beachbumukes.com\/cms\/wp-content\/uploads\/2018\/05\/Carmel-150x150.png 150w, https:\/\/beachbumukes.com\/cms\/wp-content\/uploads\/2018\/05\/Carmel-768x768.png 768w, https:\/\/beachbumukes.com\/cms\/wp-content\/uploads\/2018\/05\/Carmel-1024x1024.png 1024w, https:\/\/beachbumukes.com\/cms\/wp-content\/uploads\/2018\/05\/Carmel-600x600.png 600w, https:\/\/beachbumukes.com\/cms\/wp-content\/uploads\/2018\/05\/Carmel.png 1200w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/><\/p>\n<p>Carmel-by-the-Sea is a place to get away from it all without sacrificing the big-city offerings of art, theater, music, dining, shopping, spas, and more.<\/p>\n<p>You can fine-dine at a number of four-star restaurants or eat al fresco at the beach. You can collect art or just covet art and artifacts at almost 100 galleries and antique shops, and you can buy anything from unique finds to Tiffanys.<\/p>\n<p>Even those who travel the world are unlikely to encounter another place that has so much to offer in one location.<\/p>\n<p><strong>Learn more at:\u00a0<\/strong><br \/>\n<a href=\"https:\/\/www.carmelcalifornia.com\/\" target=\"_blank\" rel=\"noopener\">www.carmelcalifornia.com<\/a><\/p>\n<img decoding=\"async\" src=\"https:\/\/ir-na.amazon-adsystem.com\/e\/ir?t=ATVPDKIKX0DER&l=alb&o=1&a=0789304953\" width=\"1px\" height=\"1px\" alt=\"\" style=\"position: fixed !important; bottom: -1px !important; right: -1px !important; border:none !important; margin:0px !important;\" \/><img decoding=\"async\" src=\"https:\/\/ir-na.amazon-adsystem.com\/e\/ir?t=ATVPDKIKX0DER&l=alb&o=1&a=0738547050\" width=\"1px\" height=\"1px\" alt=\"\" style=\"position: fixed !important; bottom: -1px !important; right: -1px !important; border:none !important; margin:0px !important;\" \/><img decoding=\"async\" src=\"https:\/\/ir-na.amazon-adsystem.com\/e\/ir?t=ATVPDKIKX0DER&l=alb&o=1&a=1531699154\" width=\"1px\" height=\"1px\" alt=\"\" style=\"position: fixed !important; bottom: -1px !important; right: -1px !important; border:none !important; margin:0px !important;\" \/><img decoding=\"async\" src=\"https:\/\/ir-na.amazon-adsystem.com\/e\/ir?t=ATVPDKIKX0DER&l=alb&o=1&a=0982564325\" width=\"1px\" height=\"1px\" alt=\"\" style=\"position: fixed !important; bottom: -1px !important; right: -1px !important; border:none !important; margin:0px !important;\" \/><!-- Ad Template with Carousel Layout-->\n <!--Section tag for iterating through the list of items-->\n<div class=\"aalb-product-carousel-unit\" id=\"aalb-0789304953-0738547050-1531699154-0982564325-US-ATVPDKIKX0DER-ProductCarousel\">\n  <h2 class=\"aalb-pc-ad-header\">Products from Amazon.com<\/h2> <!-- Title of the ad localized according to the marketplace picked from the AalbHeader tag-->\n    <div class=\"aalb-pc-wrapper\">\n      <div class=\"aalb-pc-product-container\">\n        <ul class=\"aalb-pc-product-list\">\n                  <\/ul>\n      <\/div>\n    <\/div>\n    <a href=\"javascript:void(0);\" class=\"aalb-pc-btn-prev\">\u2039<\/a>\n    <a href=\"javascript:void(0);\" class=\"aalb-pc-btn-next\">\u203a<\/a>\n  <\/div>\n\n<script>\n  jQuery(document).ready(function() {\n\n    var CONSTANTS = {\n        productMinWidth : 185,\n        productMargin   : 20\n    };\n\n    var $adUnits = jQuery('.aalb-product-carousel-unit');\n    $adUnits.each(function() {\n        var $adUnit           = jQuery(this),\n            $wrapper          = $adUnit.find('.aalb-pc-wrapper'),\n            $productContainer = $adUnit.find('.aalb-pc-product-container'),\n            $btnNext          = $adUnit.find('.aalb-pc-btn-next'),\n            $btnPrev          = $adUnit.find('.aalb-pc-btn-prev'),\n            $productList      = $productContainer.find('.aalb-pc-product-list'),\n            $products         = $productList.find('.aalb-pc-product'),\n            productCount      = $products.length;\n\n        if (!productCount) {\n            return true;\n        }\n\n        var rows            = $adUnit.find('input[name=rows]').length && parseInt($adUnit.find('input[name=rows]').val(), 10);\n        var columns         = $adUnit.find('input[name=columns]').length && parseInt($adUnit.find('input[name=columns]').val(), 10);\n\n        if( columns ) {\n            var productContainerMinWidth = columns * (CONSTANTS.productMinWidth + CONSTANTS.productMargin) + 'px';\n            $adUnit.css( 'min-width', productContainerMinWidth );\n            $productContainer.css( 'min-width', productContainerMinWidth );\n            $products.filter( ':nth-child(' + columns + 'n + 1)' ).css( 'clear', 'both' );\n        }\n\n        if (rows && columns) {\n            var cutOffIndex = (rows * columns) - 1;\n            $products.filter(':gt(' + cutOffIndex + ')').remove();\n        }\n\n        function updateLayout() {\n            var wrapperWidth = $wrapper.width();\n            var possibleColumns = columns || parseInt( wrapperWidth \/ (CONSTANTS.productMinWidth + CONSTANTS.productMargin), 10 );\n            var actualColumns = columns || possibleColumns < productCount ? possibleColumns : productCount;\n\n            \/**\n             * The actual columns can be zero when the wraperwidth is less than sum of CONSTANTS.productMinWidth and\n             * CONSTANTS.productMargin.The parseInt will use floor function and converts any value less than 1 to\n             * zero.Therefore making actual columns 1 .\n             **\/\n            if( actualColumns == 0 ) {\n                actualColumns = 1;\n            }\n\n            var productWidth = parseInt( wrapperWidth \/ actualColumns, 10 ) - CONSTANTS.productMargin;\n\n            $products.css( 'width', productWidth + 'px' );\n\n            \/**\n             * Removing the Carousel navigation button when the number of products selected by admin is less\n             * than the actual columns (the number of products) can be shown on screen\n             **\/\n            if( productCount > actualColumns ) {\n                $btnNext.css( 'visibility', 'visible' ).removeClass( 'disabled' ).unbind( 'click' );\n                $btnPrev.css( 'visibility', 'visible' ).removeClass( 'disabled' ).unbind( 'click' );\n            }\n            $productContainer.jCarouselLite( {\n                btnNext : '#' + $adUnit.attr( 'id' ) + ' .aalb-pc-btn-next',\n                btnPrev : '#' + $adUnit.attr( 'id' ) + ' .aalb-pc-btn-prev',\n                visible : actualColumns,\n                circular: false\n            } );\n\n\n        }\n\n        updateLayout();\n        jQuery(window).resize(updateLayout);\n    });\n});\n\n\/*!\n * jCarouselLite - v1.1 - 2014-09-28\n * http:\/\/www.gmarwaha.com\/jquery\/jcarousellite\/\n * Copyright (c) 2014 Ganeshji Marwaha\n * Licensed MIT (https:\/\/github.com\/ganeshmax\/jcarousellite\/blob\/master\/LICENSE)\n*\/\n\n!function(a){a.jCarouselLite={version:\"1.1\"},a.fn.jCarouselLite=function(b){return b=a.extend({},a.fn.jCarouselLite.options,b||{}),this.each(function(){function c(a){return n||(clearTimeout(A),z=a,b.beforeStart&&b.beforeStart.call(this,i()),b.circular?j(a):k(a),m({start:function(){n=!0},done:function(){b.afterEnd&&b.afterEnd.call(this,i()),b.auto&&h(),n=!1}}),b.circular||l()),!1}function d(){if(n=!1,o=b.vertical?\"top\":\"left\",p=b.vertical?\"height\":\"width\",q=B.find(\">ul\"),r=q.find(\">li\"),x=r.size(),w=lt(x,b.visible)?x:b.visible,b.circular){var c=r.slice(x-w).clone(),d=r.slice(0,w).clone();q.prepend(c).append(d),b.start+=w}s=a(\"li\",q),y=s.size(),z=b.start}function e(){B.css(\"visibility\",\"visible\"),s.css({overflow:\"hidden\",\"float\":b.vertical?\"none\":\"left\"}),q.css({margin:\"0\",padding:\"0\",position:\"relative\",\"list-style\":\"none\",\"z-index\":\"1\"}),B.css({overflow:\"hidden\",position:\"relative\",\"z-index\":\"2\",left:\"0px\"}),!b.circular&&b.btnPrev&&0==b.start&&a(b.btnPrev).addClass(\"disabled\")}function f(){t=b.vertical?s.outerHeight(!0):s.outerWidth(!0),u=t*y,v=t*w,s.css({width:s.width(),height:s.height()}),q.css(p,u+\"px\").css(o,-(z*t)),B.css(p,v+\"px\")}function g(){b.btnPrev&&a(b.btnPrev).click(function(){return c(z-b.scroll)}),b.btnNext&&a(b.btnNext).click(function(){return c(z+b.scroll)}),b.btnGo&&a.each(b.btnGo,function(d,e){a(e).click(function(){return c(b.circular?w+d:d)})}),b.mouseWheel&&B.mousewheel&&B.mousewheel(function(a,d){return c(d>0?z-b.scroll:z+b.scroll)}),b.auto&&h()}function h(){A=setTimeout(function(){c(z+b.scroll)},b.auto)} function lt(a,b){return a<b;} function gt(a, b) { return a>b;} function i(){return s.slice(z).slice(0,w)}function j(a){var c;a<=b.start-w-1?(c=a+x+b.scroll,q.css(o,-(c*t)+\"px\"),z=c-b.scroll):a>=y-w+1&&(c=a-x-b.scroll,q.css(o,-(c*t)+\"px\"),z=c+b.scroll)}function k(a){0>a?z=0:a>y-w&&(z=y-w)}function l(){a(b.btnPrev+\",\"+b.btnNext).removeClass(\"disabled\"),a(z-lt(b.scroll,0)&&b.btnPrev||z+gt(b.scroll, y)-w&&b.btnNext||[]).addClass(\"disabled\")}function m(c){n=!0,q.animate(\"left\"==o?{left:-(z*t)}:{top:-(z*t)},a.extend({duration:b.speed,easing:b.easing},c))}var n,o,p,q,r,s,t,u,v,w,x,y,z,A,B=a(this);d(),e(),f(),g()})},a.fn.jCarouselLite.options={btnPrev:null,btnNext:null,btnGo:null,mouseWheel:!1,auto:null,speed:200,easing:null,vertical:!1,circular:!0,visible:3,start:0,scroll:1,beforeStart:null,afterEnd:null}}(jQuery);\n\n\n<\/script>\n\n<p>\u00a0<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Carmel-by-the-Sea is a place to get away from it all without sacrificing the big-city offerings of art, theater, music, dining, shopping, spas, and more. You can fine-dine at a number of four-star restaurants or eat al fresco at the beach. You can collect art or just covet art and artifacts [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":169,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[7,1],"tags":[],"class_list":["post-168","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-west","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/beachbumukes.com\/cms\/category\/uncategorized\/wp-json\/wp\/v2\/posts\/168","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/beachbumukes.com\/cms\/category\/uncategorized\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/beachbumukes.com\/cms\/category\/uncategorized\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/beachbumukes.com\/cms\/category\/uncategorized\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/beachbumukes.com\/cms\/category\/uncategorized\/wp-json\/wp\/v2\/comments?post=168"}],"version-history":[{"count":4,"href":"https:\/\/beachbumukes.com\/cms\/category\/uncategorized\/wp-json\/wp\/v2\/posts\/168\/revisions"}],"predecessor-version":[{"id":182,"href":"https:\/\/beachbumukes.com\/cms\/category\/uncategorized\/wp-json\/wp\/v2\/posts\/168\/revisions\/182"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/beachbumukes.com\/cms\/category\/uncategorized\/wp-json\/wp\/v2\/media\/169"}],"wp:attachment":[{"href":"https:\/\/beachbumukes.com\/cms\/category\/uncategorized\/wp-json\/wp\/v2\/media?parent=168"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/beachbumukes.com\/cms\/category\/uncategorized\/wp-json\/wp\/v2\/categories?post=168"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/beachbumukes.com\/cms\/category\/uncategorized\/wp-json\/wp\/v2\/tags?post=168"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}