CINXE.COM

Disclosure Policy

<!DOCTYPE html> <html dir='ltr' xmlns='http://www.w3.org/1999/xhtml' xmlns:b='http://www.google.com/2005/gml/b' xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://www.google.com/2005/gml/expr'> <head> <script type='text/javascript'> // <![CDATA[ var colour="random"; // in addition to "random" can be set to any valid colour eg "#f0f" or "red" var sparkles=50; /**************************** * Tinkerbell Magic Sparkle * *(c)2005-13 mf2fm web-design* * http://www.mf2fm.com/rv * * DON'T EDIT BELOW THIS BOX * ****************************/ var x=ox=400; var y=oy=300; var swide=800; var shigh=600; var sleft=sdown=0; var tiny=new Array(); var star=new Array(); var starv=new Array(); var starx=new Array(); var stary=new Array(); var tinyx=new Array(); var tinyy=new Array(); var tinyv=new Array(); window.onload=function() { if (document.getElementById) { var i, rats, rlef, rdow; for (var i=0; i<sparkles; i++) { var rats=createDiv(3, 3); rats.style.visibility="hidden"; rats.style.zIndex="999"; document.body.appendChild(tiny[i]=rats); starv[i]=0; tinyv[i]=0; var rats=createDiv(5, 5); rats.style.backgroundColor="transparent"; rats.style.visibility="hidden"; rats.style.zIndex="999"; var rlef=createDiv(1, 5); var rdow=createDiv(5, 1); rats.appendChild(rlef); rats.appendChild(rdow); rlef.style.top="2px"; rlef.style.left="0px"; rdow.style.top="0px"; rdow.style.left="2px"; document.body.appendChild(star[i]=rats); } set_width(); sparkle(); }} function sparkle() { var c; if (Math.abs(x-ox)>1 || Math.abs(y-oy)>1) { ox=x; oy=y; for (c=0; c<sparkles; c++) if (!starv[c]) { star[c].style.left=(starx[c]=x)+"px"; star[c].style.top=(stary[c]=y+1)+"px"; star[c].style.clip="rect(0px, 5px, 5px, 0px)"; star[c].childNodes[0].style.backgroundColor=star[c].childNodes[1].style.backgroundColor=(colour=="random")?newColour():colour; star[c].style.visibility="visible"; starv[c]=50; break; } } for (c=0; c<sparkles; c++) { if (starv[c]) update_star(c); if (tinyv[c]) update_tiny(c); } setTimeout("sparkle()", 40); } function update_star(i) { if (--starv[i]==25) star[i].style.clip="rect(1px, 4px, 4px, 1px)"; if (starv[i]) { stary[i]+=1+Math.random()*3; starx[i]+=(i%5-2)/5; if (stary[i]<shigh+sdown) { star[i].style.top=stary[i]+"px"; star[i].style.left=starx[i]+"px"; } else { star[i].style.visibility="hidden"; starv[i]=0; return; } } else { tinyv[i]=50; tiny[i].style.top=(tinyy[i]=stary[i])+"px"; tiny[i].style.left=(tinyx[i]=starx[i])+"px"; tiny[i].style.width="2px"; tiny[i].style.height="2px"; tiny[i].style.backgroundColor=star[i].childNodes[0].style.backgroundColor; star[i].style.visibility="hidden"; tiny[i].style.visibility="visible" } } function update_tiny(i) { if (--tinyv[i]==25) { tiny[i].style.width="1px"; tiny[i].style.height="1px"; } if (tinyv[i]) { tinyy[i]+=1+Math.random()*3; tinyx[i]+=(i%5-2)/5; if (tinyy[i]<shigh+sdown) { tiny[i].style.top=tinyy[i]+"px"; tiny[i].style.left=tinyx[i]+"px"; } else { tiny[i].style.visibility="hidden"; tinyv[i]=0; return; } } else tiny[i].style.visibility="hidden"; } document.onmousemove=mouse; function mouse(e) { if (e) { y=e.pageY; x=e.pageX; } else { set_scroll(); y=event.y+sdown; x=event.x+sleft; } } window.onscroll=set_scroll; function set_scroll() { if (typeof(self.pageYOffset)=='number') { sdown=self.pageYOffset; sleft=self.pageXOffset; } else if (document.body && (document.body.scrollTop || document.body.scrollLeft)) { sdown=document.body.scrollTop; sleft=document.body.scrollLeft; } else if (document.documentElement && (document.documentElement.scrollTop || document.documentElement.scrollLeft)) { sleft=document.documentElement.scrollLeft; sdown=document.documentElement.scrollTop; } else { sdown=0; sleft=0; } } window.onresize=set_width; function set_width() { var sw_min=999999; var sh_min=999999; if (document.documentElement && document.documentElement.clientWidth) { if (document.documentElement.clientWidth>0) sw_min=document.documentElement.clientWidth; if (document.documentElement.clientHeight>0) sh_min=document.documentElement.clientHeight; } if (typeof(self.innerWidth)=='number' && self.innerWidth) { if (self.innerWidth>0 && self.innerWidth<sw_min) sw_min=self.innerWidth; if (self.innerHeight>0 && self.innerHeight<sh_min) sh_min=self.innerHeight; } if (document.body.clientWidth) { if (document.body.clientWidth>0 && document.body.clientWidth<sw_min) sw_min=document.body.clientWidth; if (document.body.clientHeight>0 && document.body.clientHeight<sh_min) sh_min=document.body.clientHeight; } if (sw_min==999999 || sh_min==999999) { sw_min=800; sh_min=600; } swide=sw_min; shigh=sh_min; } function createDiv(height, width) { var div=document.createElement("div"); div.style.position="absolute"; div.style.height=height+"px"; div.style.width=width+"px"; div.style.overflow="hidden"; return (div); } function newColour() { var c=new Array(); c[0]=255; c[1]=Math.floor(Math.random()*256); c[2]=Math.floor(Math.random()*(256-c[1]/2)); c.sort(function(){return (0.5 - Math.random());}); return ("rgb("+c[0]+", "+c[1]+", "+c[2]+")"); } // ]]> </script> <!-- Start cookieyes banner --> <script id='cookieyes' src='https://cdn-cookieyes.com/client_data/448c912ebd6296bf36812936/script.js' type='text/javascript'></script> <!-- End cookieyes banner --> <!-- Google tag (gtag.js) --> <script async='async' src='https://www.googletagmanager.com/gtag/js?id=G-BWXRF2MYVL'></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-BWXRF2MYVL'); </script> <!--[ Meta for browser ]--> <meta charset='UTF-8'/> <meta content='width=device-width, initial-scale=1, user-scalable=1, minimum-scale=1, maximum-scale=5' name='viewport'/> <meta content='IE=edge' http-equiv='X-UA-Compatible'/> <meta content='max-image-preview:large' name='robots'/> <meta content='@LifeandLinda' name='twitter:site'/><meta content='summary_large_image' name='twitter:card'/> <meta content='Disclosure Policy' name='twitter:title'/> <meta content='tablescapes, blog design, blog hops, blogger,' name='twitter:description'/> <!-- Twitter Summary Card Generator for Blogger: http://bit.ly/2OXsKZz --> <script async='async' src='https://platform-api.sharethis.com/js/sharethis.js#property=5e554042fb5dd10012827dfd&product=sop' type='text/javascript'></script> <meta content='ude11PQfGBGAeFfzMDTK-wEE-YZTQ6FoNjsOdk1a5nU' name='google-site-verification'/> <meta content='DF1AF6C5B45DE58FA96F120C45BFE5DD' name='msvalidate.01'/> <meta content='5ba2bf1f7bdb0eda3c47c8fab4152e13' name='p:domain_verify'/> <meta content='9970e5c17df03963' name='yandex-verification'/> <meta content='ude11PQfGBGAeFfzMDTK-wEE-YZTQ6FoNjsOdk1a5nU' name='google-site-verification'/> <meta content='58d9a64d3411f95e55b620f86136e14c' name='verification'/> <meta content=' Life and Linda ' property='og:site_name'/> <meta content='http://www.your-blog-logo.jpg' property='og:image'/> <meta content='App-ID' property='fb:app_id'/> <meta content='Facebook-Profile-ID' property='fb:admins'/> <include expiration='7d' path='/assets/**.css'></include> <include expiration='7d' path='/assets/**.js'></include> <include expiration='3d' path='/assets/**.gif'></include> <include expiration='3d' path='/assets/**.jpeg'></include> <include expiration='3d' path='/assets/**.jpg'></include> <include expiration='3d' path='/assets/**.png'></include> <meta content='text/html; charset=UTF-8' http-equiv='Content-Type'/> <meta content='blogger' name='generator'/> <link href='https://www.lifeandlinda.com/favicon.ico' rel='icon' type='image/x-icon'/> <link href='https://www.lifeandlinda.com/p/disclosure-policy.html' rel='canonical'/> <link rel="alternate" type="application/atom+xml" title=" Life and Linda - Atom" href="https://www.lifeandlinda.com/feeds/posts/default" /> <link rel="alternate" type="application/rss+xml" title=" Life and Linda - RSS" href="https://www.lifeandlinda.com/feeds/posts/default?alt=rss" /> <link rel="service.post" type="application/atom+xml" title=" Life and Linda - Atom" href="https://www.blogger.com/feeds/5387975205672104946/posts/default" /> <!--Can't find substitution for tag [blog.ieCssRetrofitLinks]--> <meta content='https://www.lifeandlinda.com/p/disclosure-policy.html' property='og:url'/> <meta content='Disclosure Policy' property='og:title'/> <meta content='tablescapes, blog design, blog hops, blogger,' property='og:description'/> <!-- SEO Meta Tag --> <!-- SEO Title Tag --> <title> Disclosure Policy </title> <link as='style' href='//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css' rel='preload'/> <link href='//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css' rel='stylesheet'/> <link as='script' href='http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js' rel='preload'/> <!--<link href='https://www.blogger.com/static/v1/widgets/1535467126-widget_css_2_bundle.css' rel='stylesheet' type='text/css'/>--> <style type="text/css"><!-- /* <style id='page-skin-1' type='text/css'><!-- /* ----------------------------------------------- Blogger Template Style Name: Absolute Author : http://www.soratemplates.com License: Premium Version ----------------------------------------------- */ /* Variable definitions ==================== <Variable name="maincolor" description="Main Color" type="color" default="#EF4591"/> */ html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;} /* HTML5 display-role reset for older browsers */ article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}body{line-height:1;display:block;}*{margin:0;padding:0;}html{display:block;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:&#39;&#39;;content:none;}table{border-collapse:collapse;border-spacing:0;} /*################ MBT Pager ##########################*/ .mbt-pager{background:#fff;border:1px solid #ccc;margin-top:23px!important;margin-bottom:23px!important;clear:both;padding:0!important}.mbt-pager li{width:50%;text-align:center;margin:0!important}.mbt-pager li.next{float:right}.mbt-pager li.previous{border-right:1px solid #ddd;padding:0;background:0 0}.mbt-pager li.previous a{padding-right:24px}.mbt-pager li.next:hover,.mbt-pager li.previous:hover{background:#333}.mbt-pager li a{display:block;padding:25px 20px;outline:0;text-decoration:none}.mbt-pager li i{color:#ccc;font-size:18px}.mbt-pager li a strong{display:block;font:bold 20px oswald,sans-serif,arial;color:#ccc;letter-spacing:.5px;text-transform:uppercase;margin-bottom:10px}.mbt-pager li a span{color:#666;font:bold 15px oswald,sans-serif,arial;margin:0}.mbt-pager li a:hover i,.mbt-pager li a:hover span{color:#fff}.mbt-pager li.previous i{float:left;margin-top:15%;margin-left:5%}.mbt-pager li.next i{float:right;margin-top:15%;margin-right:5%}.mbt-pager li.next,.mbt-pager li.next i,.mbt-pager li.previous,.mbt-pager li.previous i{-webkit-transition-property:background color;-webkit-transition-duration:.4s;-webkit-transition-timing-function:ease-out;-moz-transition-property:background color;-moz-transition-duration:.4s;-moz-transition-timing-function:ease-out;-o-transition-property:background color;-o-transition-duration:.4s;-o-transition-timing-function:ease-out;transition-property:background color;transition-duration:.4s;transition-timing-function:ease-out}.fa-chevron-right{padding-right:0} /* FRAMEWORK */ a.quickedit img {width: 18px!important;height:18px!important;border:0!important;border-radius:0!important;padding:0!important;} a.quickedit {background: transparent!important;border:0!important;} .navbar,.post-feeds,.feed-links{display:none; } .navbar-iframe, .Attribution, .quickedit, { display:none !important; } .section,.widget{margin:0 0 0 0;padding:0 0 0 0; } strong,b{font-weight:bold; } cite,em,i{font-style:italic; } a:link{color:#383838;text-decoration:none;outline:none;transition:all 0.25s;-moz-transition:all 0.25s;-webkit-transition:all 0.25s; } a:visited{color:#333333;text-decoration:none; } a:hover{color:#EF4591;text-decoration:none; } a img{border:none;border-width:0;outline:none; } abbr,acronym{ } sup,sub{vertical-align:baseline;position:relative;top:-.4em;font-size:86%; } sub{top:.4em;}small{font-size:86%; } kbd{font-size:80%;border:1px solid #999;padding:2px 5px;border-bottom-width:2px;border-radius:3px; } mark{background-color:#ffce00;color:black; } p,blockquote,pre,table,figure,hr,form,ol,ul,dl{margin:1.5em 0; } hr{height:1px;border:none;background-color:#666; } body#layout div#header-right { width: 40%; float: left; } body#layout #bottombar a { float: none; padding: 0; margin: 0; } body#layout #bottombar { padding: 0; } body#layout #bottombar .left, body#layout #bottombar .center, body#layout #bottombar .right { width: 28%; } body#layout #bottombar .left .widget, body#layout #bottombar .center .widget, body#layout #bottombar .right .widget { margin:8px 0 0; } body#layout #header-wrapper { padding: 0; } body#layout .conty { width: auto; } body#layout .header { width: auto; } body#layout #content-wrapper { padding: 0; } /* heading */ h1,h2,h3,h4,h5,h6{font-weight:bold;line-height:normal;margin:0 0 0.6em; } h1{font-size:200% } h2{font-size:180% } h3{font-size:160% } h4{font-size:140% } h5{font-size:120% } h6{font-size:100% } /* list */ ol,ul,dl{margin:.5em 0em .5em 3em } ol{list-style:decimal outside } ul{list-style:disc outside } li{margin:.5em 0 } dt{font-weight:bold } dd{margin:0 0 .5em 2em } /* form */ input,button,select,textarea{font:inherit;font-size:100%;line-height:normal;vertical-align:baseline; } textarea{display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box; } /* code blockquote */ pre,code{font-family:&quot;Courier New&quot;,Courier,Monospace;color:inherit; } pre{white-space:pre;word-wrap:normal;overflow:auto; } body#layout .widget-content { border: 1px solid #CCC; color: #666; height: 3.3em; line-height: 1em; overflow: visible !important; padding: 5px; position: relative; text-align: center; } img,table{max-width:100%}img{height:auto;border:0}.clear{clear:both}.clear:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0}body#layout #mywrapper{width:60%;float:left}body#layout #post-wrapper{width:100%;float:left}body#layout div#main{width:100%}body#layout #header-wrapper{min-height:0;margin-top:70px}body{margin:0;padding:0;text-align:left;font-family:Helvetica,Arial,sans-serif;font-size:14px;line-height:22px;background:#fff;color:#494949;word-wrap:break-word} /* outer-wrapper */ #outer-wrapper{background:#fff;max-width:1230px;margin:30px auto 20px;overflow:hidden} /* NAVIGATION MENU */ .top-menu,.top-menu1{font:12px Arial,sans-serif;margin:0 auto;height:43px;overflow:hidden}.menubar,ul.socialbar li{list-style-type:none}div#top-nav{background:#46a28d;border-bottom:1px solid #f74d7e;height:45px;top:0;width:100%;z-index:9999;box-shadow:0 5px 8px -1px rgba(0,0,0,.2)}.top-menu1{padding:11px 0 0}.menubar,.menubar li,ul.socialbar{padding:0;margin:0}.menubar li{display:block;float:left;line-height:46px;background:url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiW98v3c9Hoa32K2CACe5rVGeUqufVKd7N9Ym4Rm6Cbl7gxPtfflo-g-mJQmybSIWsTj0kQ81GD8FwyfamkgwYA-2mFdx0zupaYilc7YQU7i_Ua5sMbs0EkJ4xgsTzxa-wQiECw64Zh3ze-/s1600/divider.png") left top no-repeat}.menubar li a{padding:0 12px;font-family:Raleway,sans-serif;font-weight:600;font-size:13px;line-height:13px;color:#fff;text-decoration:none;text-transform:uppercase}.menubar li a:hover{color:#f9f9f9}ul.socialbar{height:38px;float:right;line-height:43px}ul.socialbar a{color:#f9f9f9;font-size:19px;padding:5px 10px}ul.socialbar li{display:inline-block;float:right;margin:0;padding:0;border-right:none} /* HEADER WRAPPER */ #nav,.header{width:100%}.header img,.header-right img{display:block}.header,.header img,.menubar2,.menubar2>li>a{text-align:center}#header-wrapper{margin:0 auto;overflow:hidden;padding:0 28px}div#header-inner{margin-left:10px}.header h1.title,.header p.title{font:bold 24px Fjalla One,Arial,Helvetica,sans-serif;margin:0;text-transform:uppercase}.header .description{color:#555}.header a{color:#333}.header a:hover{color:#999}.header img{margin:0 auto}.header-right{float:right;padding:0;overflow:hidden;margin:31px 0 0;width:72.8%;max-width:728px;max-height:90px}#nav{font:bold 12px Arial,sans-serif;text-transform:uppercase;background:#dc82ba;height:50px;top:0;z-index:9999;border-top:1px solid #f5f5f5;border-bottom:1px solid #f5f5f5}.menubar2{list-style:none;margin:0;position:relative}.menubar2:after,.menubar2:before{content:" ";display:table}.menubar2:after{clear:both}.menubar2 ul:not(.mega-menu){list-style:none;margin:0;width:12em}.menubar2 a:not(.mega_post-image){display:block;padding:0 15px}.menubar2 li:not(.mega-post){text-align:center;line-height:47px;margin:0;padding:0 1px 0 0;display:inline-block}.menubar2>li>a{font-family:Roboto Slab;line-height:50px;font-weight:400;font-style:normal;color:#fff;font-size:12px;opacity:1;float:left;visibility:visible;-webkit-transition:opacity .24s ease-in-out;-moz-transition:opacity .24s ease-in-out;transition:opacity .24s ease-in-out}a.active span{font-weight:700;color:#fff}#menu-main{display:block!important} /* Mega Menus ------------------------------------------*/ .mega-icon:after{content:'\25be'}.mega-menu-wrapper{position:absolute;left:0;right:0;top:44px;overflow:hidden;opacity:0;visibility:hidden;transform:translateY(15px);z-index:99;max-width:1180px;margin:0 auto;border-bottom:3px solid #dc82ba;transition:.3s}#menu-main li a:hover+.mega-menu-wrapper,.mega-menu-wrapper:hover{opacity:1;visibility:visible;transform:translateY(0)}.mega-menu-wrapper:before{content:'';display:block;height:6px;position:absolute;top:-6px;left:0;right:0;background:0 0}.mega-menu{background:#555;padding:15px!important;z-index:99;list-style:none}.mega-post{float:left;width:23%;margin-right:2.6%!important}.mega-post:last-child{margin-right:0!important}.mega_post-image{display:block;width:100%;height:180px;margin-bottom:12px}.mega_post-image+a{border:0!important}.mega_post-title{color:#fff;font-weight:700;font-size:.875rem;line-height:1.7}.menubar2 li ul:not(.mega-menu){background:#383838;border-bottom:4px solid;display:block;position:absolute;top:50px;z-index:10;visibility:hidden;opacity:0;-webkit-transition:.25s ease-out;-moz-transition:.25s ease-out;-ms-transition:.25s ease-out;-o-transition:.25s ease-out;transition:.25s ease-out}.menubar2 li li ul{left:100%;top:-1px}.menubar2 li li.hover ul,.menubar2>li.hover>ul{visibility:visible;opacity:10}.menubar2 li li a:not(.mega_post-image){display:block;color:#fff;font-family:'Droid Sans',sans-serif;position:relative;z-index:100;line-height:32px;border-bottom:1px solid #313030}.menubar2 li li a:hover{color:#878787}.menubar2 li li li a{color:#e0dfdf;font-family:'Droid Sans',sans-serif;text-shadow:0 1px 1px #4b4b4b;z-index:20}i.fa.fa-home{font-size:25px;padding:12px 5px} /* CONTENT WRAPPER */ .img-thumbnail,.img-thumbnail img{width:320px;height:230px}.post-info,a.readmore{text-transform:uppercase}#content-wrapper{background-color:transparent;margin:0 auto;padding:15px 28px 0;word-wrap:break-word}div#featured-posts-section{max-height:400px;overflow:hidden}.largebanner{background:#fff;border-right:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;border-left:1px solid #e5e5e5}.largebanner .widget{padding:15px 14px;overflow:hidden}.largebanner iframe,.largebanner img{display:block;max-width:100%;border:none;overflow:hidden}#post-wrapper{background:0 0;float:left;width:795px;max-width:795px;margin:-25px 0 10px}.post-container{padding:15px 0 0}.breadcrumbs{font-size:13px;line-height:21px;margin:0 0 25px;display:block;overfolow:hidden;padding:0 0 10px;border-bottom:1px solid #dfdfdf}.breadcrumbs>span{padding:10px 5px 10px 10px}.breadcrumbs>span:last-child{background:none;color:grey}.breadcrumbs a{color:#333}.post{background:#fff;margin:0 0 15px;padding:15px 0;border-bottom:1px solid #dc82ba}.post-body{display:block;margin:0;font-size:18px;line-height:28px;color:#585858;box-sizing:border-box}h1.post-title,h2.post-title{font-family:Roboto Slab;line-height:27px;font-weight:400;font-size:27px!important;font-style:normal;opacity:1;visibility:visible;-webkit-transition:opacity .24s ease-in-out;-moz-transition:opacity .24s ease-in-out;transition:opacity .24s ease-in-out}h1.post-title,h1.post-title a,h2.post-title,h2.post-title a{color:#383838}h1.post-title a:hover,h2.post-title a:hover{color:#dc82ba}.img-thumbnail{background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiPjehWR366yr1e3a9jOHOEQTzm6iXHvfPv6t7B9cWQUzbnx-2SAAgNDSkfEv_Cv77RgHFJLCvaPrYk7hJhnsyPawV9krbwu-A1JGPK7h4bRzzhkoE77Ym8UiIgDadon3HexXVowtQseF0f/w200-c-h140/no-image.png) center center no-repeat #fbfbfb;position:relative;float:left;margin:0 15px 0 0}span.rollover:before{content:"";position:absolute;width:24px;height:24px;margin:-12px;top:50%;left:50%}span.rollover:hover{opacity:.7;-o-transition:1s;-moz-transition:1s;-webkit-transition:1s}.post-info{background:0 0;padding:5px 0;color:#aaa!important;display:block;margin:0 0 13px;font-size:12px;font-weight:400;line-height:21px}.post-info a{display:inline-block;color:#666}.author-info,.comment-info,.label-info,.review-info,.time-info{margin-right:12px;display:inline}a.readmore{display:inline-block;margin:15px 0 0;background-color:#fff;border:1px solid #dc82ba;padding:0 10px;line-height:26px;color:#333;font-size:11px;font-weight:700}a.readmore:hover{background:#dc82ba;color:#fff!important;border:1px solid #aaa} /* Page Navigation */ .pagenavi{clear:both;margin:-16px 0 10px;text-align:center;font-size:14px;font-weight:700;padding:0;text-transform:uppercase;border-bottom:1px solid #f2f1f1;border-top:1px solid #ddd}.pagenavi a,.pagenavi span{padding:6px 20px 6px 15px;display:inline-block;color:$(readmore.color);float:left;background:none;border-right:1px solid #dc82ba;background-color:$(readmore.background.color);border:1px solid}.pagenavi .current,.pagenavi .pages,.pagenavi a:hover{background:#dc82ba;color:#fff}.pagenavi .pages{display:none} /* SIDEBAR WRAPPER */ .sidebar h2:after,.sidebar h2:before{content:'';position:absolute;top:15px;height:4px;width:15%;border-top:1px solid #f2f2f2;border-bottom:1px solid #f2f2f2}ul.xpose_thumbs .xpose_thumb,ul.xpose_thumbs1 .xpose_thumb{overflow:hidden;background:#fbfbfb;position:relative;width:100%}.stylebox,.stylebox1,ul.xpose_thumbs1{float:left;margin:0}#sidebar-wrapper{background:0 0;float:right;width:35%;max-width:360px;margin:0 auto}.sidebar-container{padding:15px 0}.panel h2,.sidebar h2{color:#000;text-align:center;text-transform:uppercase;font-size:20px;position:relative;margin-top:0;margin-bottom:15px;text-transform:uppercase;line-height:36px;font-weight:400}.recent-post-title h2,span.xpose_title{line-height:24px;font-weight:500;color:#222}.sidebar h2:before{left:10px}.sidebar h2:after{right:10px}.sidebar .widget{margin:0 0 15px;overflow:hidden}.sidebar ol,.sidebar ul,.stylebox ul,.stylebox1 ul{list-style-type:none;margin:0;padding:0}.sidebar li{margin:5px 0;padding:0}.recent-post-title{margin:0 0 15px;padding:0;position:relative}.recent-post-title h2{display:block;font-family:Raleway,sans-serif;font-size:24px;padding:0 0 13px;margin:6px 0 5px;border-bottom:3px solid}.recent-post-title h2 span{padding-bottom:11px;border-bottom:3px solid #444}ul.xpose_thumbs li,ul.xpose_thumbs1 li,ul.xpose_thumbs2 li{padding:0 0 8px;margin:0 0 8px;border-bottom:1px dotted #e5e5e5}.recent-post-title h2 a{color:#474747}.stylebox{width:50%}.stylebox .widget{padding:0 15px 15px 0}.stylebox .widget-content,.stylebox1 .widget-content{background:#fff}.stylebox1{width:98%}.stylebox1 .widget{padding:0 0 15px}ul.xpose_thumbs{margin:0}ul.xpose_thumbs li,ul.xpose_thumbs1 li{font-size:12px;min-height:68px}ul.xpose_thumbs .xpose_thumb{margin:3px 0 10px;height:50px;padding-bottom:46%}ul.xpose_thumbs .xpose_thumb img,ul.xpose_thumbs1 .xpose_thumb img{height:auto;width:100%}ul.xpose_thumbs1{width:65%}ul.xpose_thumbs1 .xpose_thumb{margin:3px 0 10px;height:62px;padding-bottom:46%}ul.xpose_thumbs2{font-size:13px}ul.xpose_thumbs2 li{min-height:106px;font-size:11px}ul.xpose_thumbs2 .xpose_thumb2{background:#fbfbfb;float:left;margin:3px 8px 0 0;height:100px;width:100px}ul.xpose_thumbs2 .xpose_thumb2 img{height:100px;width:100px}span.xpose_title{font-family:Raleway,Helvetica,Arial,sans-serif;font-size:22px;margin:0 0 15px}span.xpose_title2{font-size:16px} span.xpose_title,span.xpose_title_big{font-family:Raleway,Helvetica,Arial,sans-serif}span.xpose_meta_comment:before,span.xpose_meta_date:before,span.xpose_meta_more:before{font-family:FontAwesome;font-style:normal;text-decoration:inherit;padding-right:4px}span.xpose_title_big{font-size:36px;line-height:40px;font-weight:400;color:#222;margin:0 0 30px}span.xpose_title,span.xpose_title22{line-height:24px;font-weight:500;color:#222}span.xpose_title22{font-size:18px;margin:0}ul.xpose_thumbs li a:hover,ul.xpose_thumbs2 li a:hover,ul.xpose_thumbs22 li a:hover{color:#EF4591}ul.xpose_thumbs22{font-size:13px;width:32%;float:right}ul.xpose_thumbs22 li{padding:0 0 3px;min-height:66px;font-size:11px;margin:0 0 8px;border-bottom:1px dotted #e5e5e5}ul.xpose_thumbs22 .xpose_thumb2{background:#fbfbfb;float:left;margin:3px 8px 6px 0;height:140px;width:245px}ul.xpose_thumbs22 .xpose_thumb2 img{height:140px;width:245px}span.xpose_title{font-size:22px;margin:0 0 15px}span.xpose_title2{font-size:16px}span.rp_summary{display:block;margin:0;font-size:16px;line-height:28px;color:#585858}span.xpose_meta,span.xpose_meta a{color:#aaa!important;font-size:13px;line-height:21px;text-transform:uppercase;font-weight:400}span.xpose_meta{background:0 0;display:block;margin:0}span.xpose_meta a{display:inline-block;margin:10px 0}span.xpose_meta_comment,span.xpose_meta_date,span.xpose_meta_more{display:inline-block;margin-right:8px}span.xpose_meta_date:before{content:"\f073";font-weight:400}span.xpose_meta_comment:before{content:"\f086";font-weight:400}span.xpose_meta_more:before{content:"\f0a9";font-weight:400}#bottombar{background:#222;overflow:hidden;margin:0 auto;padding:35px 28px 40px;color:#ddd;border-top:1px solid #efefef}#bottombar .center,#bottombar .left{float:left;width:34%}#bottombar .right{float:right;width:32%}#bottombar .center .widget,#bottombar .left .widget{margin:0 15px 15px 0}#bottombar .right .widget{margin:0 0 15px}#bottombar h2{color:#fff;text-align:center;text-transform:uppercase;font-size:20px;position:relative;margin-top:0;margin-bottom:15px;text-transform:uppercase;line-height:36px;font-weight:400} #bottombar h2:after,#bottombar h2:before{content:'';position:absolute;top:15px;height:4px;width:15%;border-top:1px solid #f2f2f2;border-bottom:1px solid #f2f2f2}#bottombar h2:before{left:10px}#bottombar h2:after{right:10px}#bottombar ol,#bottombar ul{list-style-type:none;margin:0;padding:0}#bottombar li{margin:5px 0;padding:0}#bottombar ul li:before{color:#eee!important}#bottombar a{color:#fff!important}#bottombar a:hover{color:#fff}#footer-wrapper{padding:20px 0;color:#eee;font-size:12px;background:#100c0c;width:100%;display:block;margin:0 auto;overflow:hidden}.footer-left{margin-top:10px;color:#949494;float:left}.footer-right{float:right;margin:10px;color:#949494}#footer-wrapper a{color:#b8b8b8}#footer-wrapper a:hover{color:background:#dc82ba} /* CUSTOM WIDGET */ .widget ul { line-height:1.4em; } /* Tab Menu */ .panel,.set{margin:0}.tabs .panel{padding:0}.tabs-menu{border-bottom:3px solid #e73138;padding:0;margin:0}.tabs-menu li{font:bold 12px Arial,sans-serif;display:inline-block;zoom:1;margin:0 3px 0 0;padding:10px;background:#fff;border:1px solid #e5e5e5;border-bottom:none!important;color:#333;cursor:pointer;position:relative}.tabs-menu .active-tab{background:#e73138;border:1px solid #e73138;border-bottom:none!important;color:#fff}.tabs-content{padding:10px 0}.tabs-content .widget li{float:none!important;margin:5px 0}.tabs-content .widget ul{overflow:visible} /* Custom CSS for Blogger Popular Post Widget */ .PopularPosts ul, .PopularPosts li, .PopularPosts li img, .PopularPosts li a, .PopularPosts li a img { margin:0 0; padding:0 0; list-style:none; border:none; background:none; outline:none; } .PopularPosts ul { margin:.5em 0; list-style:none; color:black; counter-reset:num; } .PopularPosts ul li img { display:block; margin:0 .5em 0 0; width:75px; height:75px; float:left; } .PopularPosts ul li { margin:0 10% .4em 0 !important; padding:.5em 1.5em .5em .5em !important; counter-increment:num; position:relative; } .PopularPosts ul li:before, .PopularPosts ul li .item-title a, .PopularPosts ul li a { font-weight:bold; color:#3a3a3a !important; text-decoration:none; } /* Set color and level */ .PopularPosts ul li {margin-right:1% !important} .PopularPosts .item-thumbnail { margin:0 0 0 0; } .PopularPosts .item-snippet { font-size:11.5px; color: #5C5C5C; } .profile-img{ display:inline; opaciry:10; margin:0 6px 3px 0; } /* back to top */ #back-to-top { background: #DC82BA; color: #ffffff; padding: 8px 10px; border-radius: 50%; font-size: 24px; border: 1px solid #DC82BA; } .back-to-top { position:fixed !important; position:absolute; bottom:130px; right:20px; z-index:999; } /* ==== Related Post Widget Start ==== */ #related-posts h2>span{border-bottom:2px solid;bottom:-2px;padding:4px 10px}#related-posts{float:left;width:100%;margin-bottom:40px}#related-posts h2{border-bottom:2px solid #eee;padding:4px 0;font:bold 12px Arial,sans-serif;text-transform:uppercase;text-align:left;color:#474747;margin-bottom:5px}#related-posts a{width:252px;text-decoration:none;margin:0 7px 7px 0;float:left}#related-posts #r-title{width:85%;padding:9px 0 20px;color:#fff;height:25px;text-align:left;margin:-63px 0 0;font-size:15px;line-height:20px;background:#111;opacity:.7}#related-posts h8{padding-left:14px;display:inline-block}#related-posts .related_img{padding:0;width:100%;max-width:100%;height:160px}#related-posts .related_img:hover{opacity:.7;-moz-opacity:.7;-khtml-opacity:.7} /* share buttons */ .share-buttons-box { height: 67px; background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhg1z2i5AuBE61QDvdBuVxEqjtwnAugyx_bob2HfQ1YpnephRciCAXMUXE0ioqKjeeGapFTw2xXOlCk-Xpu3Hn8plleyDKDAoaXvUpCPj7kgxhpnIfGFbH2LaV2L6VvYRF9TIn-UAYFcYGL/s1600/share.png) no-repeat 330px 10px; margin:20px 0 15px; overflow:hidden; } .share-buttons { margin:0 0; height:67px; float:left; } .share-buttons .share { float:left; margin-right:10px; display:inline-block; } /* error and search */ .status-msg-wrap { font-size:120%; font-weight:bold; width:100%; margin:20px auto; } .status-msg-body { padding:20px 2%; width:96%; } .status-msg-border { border:1px solid #e5e5e5; opacity:10; width:auto; } .status-msg-bg { background-color:#ffffff; } .status-msg-hidden { padding:20px 2%; } #ArchiveList ul li:before { content:"" !important; padding-right:0px !important; } /* facebook comments */ .fb-comments{width: 100% !important;} .fb-comments iframe[style]{width: 100% !important;} .fb-like-box{width: 100% !important;} .fb-like-box iframe[style]{width: 100% !important;} .fb-comments span{width: 100% !important;} .fb-comments iframe span[style]{width: 100% !important;} .fb-like-box span{width: 100% !important;} .fb-like-box iframe span[style]{width: 100% !important; } .rich-snippet { padding:10px; margin:15px 0 0; border:3px solid #eee; font-size:12px; } /*-------sidebar----------------*/ .sidebar-narrow{margin:0} #sidebar-narrow .widget{margin-bottom:30px;} #sidebar-narrow{float:right;width:160px;margin-right: 14px; border-right: 1px solid #eaeaea; border-left: 1px solid #eaeaea; padding: 16px 10px 0 15px;} div#main { width: 98%; margin-top: 15px; } div#mywrapper { float: left; width: 694px; } #sidebartab { margin-bottom: 15px; } .tab-widget-menu { height: 46px; margin: 0; padding: 8px 0 0 2px; } #sidebartab .widget { margin-bottom: 0; padding-bottom: 0; } #sidebartab .h2title { display: none; } #sidebartab .h2titlesmall { display: none; } #sidebartab .widget-content { box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; border: 0; } .tab-widget-menu ul, .tab-widget-menu li { list-style: none; padding: 0; margin: 0; } .tab-widget-menu li { background: #333; bottom: -2px; color: #FFF; cursor: pointer; float: left; height: 38px; line-height: 38px; margin: -2px 0px 0 0px; padding: 0; position: relative; text-align: center; width: 33.3%; z-index: 2; } .tab-widget-menu li.selected { background: #DC82BA; border-width: 1px 1px 3px; color: #FFF; margin-top: -2px; } #sidebartab .h2title, #sidebartab h2 { display: none; } #sidebartab .h2titlesmall, #sidebartab h2 { display: none; } #sidebartab .widget-content img { padding: 2px; border: 1px solid lightGrey; width: 100px; height: 100px; } #sidebartab .popular-posts li { background: none repeat scroll 0 0 transparent; border-bottom: 1px solid #E9E9E9; overflow: hidden; padding: 10px 0; } .PopularPosts img:hover, #sidebartab .widget-content img:hover { -khtml-opacity: 0.4; -moz-opacity: 0.4; opacity: 0.4; } #sidebarlab .sidebar li a:hover { color: #fff; background: #222; } .PopularPosts a {font-weight:bold;} .tagcloud a { background: #e4e4e4; color: #888; display: block; float: left; font-size: 14px!important; line-height: 12px; margin: 0 2px 2px 0; padding: 12px 17px; } .tagcloud a:link { color: #888; } .tagcloud a:hover { background: #EF4591; color: #fff; } .tagcloud1 a { float: left; font-size: 14px!important; color: #fff; border: 1px solid #fff; padding: 7px 15px; margin: 5px; font-size: 14px !important; border-radius: 30px; display: inline-block; transition: 300ms; -webkit-transition: 300ms; -moz-transition: 300ms; } .tagcloud1 a:link { color: #888; } .tagcloud1 a:hover { background: #000; color: #fff; border: 1px solid #000; } .showpageArea a { clear:both; margin:-5px 0 10px; text-align:center; font-size:11px; font-weight:bold; text-transform:uppercase; } .showpageNum a { padding:6px 10px; margin-right:3px; display:inline-block; color:#333333; background-color:#ffffff; border: 1px solid #dddddd; } .showpageNum a:hover { border: 1px solid #aaaaaa; } .showpagePoint { padding:6px 10px; margin-right:3px; display:inline-block; color:#333333; background-color:#ffffff; border: 1px solid #aaaaaa; } .showpageOf { display:none; } .showpage a { padding:6px 10px; margin-right:3px; display:inline-block; color:#333333; background-color:#ffffff; border: 1px solid #dddddd; } .showpage a:hover { border: 1px solid #aaaaaa; } .showpageNum a:link,.showpage a:link { text-decoration:none; color:#666; } #Attribution1 { height:0px; visibility:hidden; display:none } .author-avatar img{float: left; border: 50%; width: 100px; height: 100px; -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px; } #author-box h3 { padding-bottom: 5px; font-size: 18px; font-family: Oswald,arial,Georgia,serif; } .author-description { margin-left: 120px; } .share-post { font-size: 13px; margin-top: 15px; } .share-post li { float: left; } .share-post a { display: block; margin-right: 10px; text-indent: -9999px; margin-left: 12px; background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiapyyF3tRFAsAVMGVk590QX5oOCcFlTKu_CtqfJ6S_Jzv22U8EwDA0dDBGjzJcdhbj17owGxREguJoBG37BBYlScTdPWoUeKfZycs7uBU4ii9iFvha3U91wPeYfbOFO1Jz01tC5AegSP0/s1600/single-share.png) no-repeat; -webkit-transition: opacity .2s; -moz-transition: opacity .2s; -o-transition: opacity .2s; transition: opacity .2s; } .share-post a:hover { opacity: .7; } .share-post .facebook a { width: 7px; } .share-post .twitter a { width: 18px; background-position: -47px 0; } .share-post .google a { width: 14px; background-position: -105px 0; } .share-post .pinterest a { width: 11px; background-position: -159px 1px; } /*** Share Post Styling ***/ #share-post { width: 100%; overflow: hidden; margin-top: 20px; } #share-post a { display: block; height: 32px; line-height: 32px; color: #fff !important; float: left; padding-right: 10px; margin-right: 10px; margin-bottom: 25px; } #share-post .facebook { background-color: #436FC9; } #share-post .twitter { background-color: #40BEF4; } #share-post .google { background-color: #EC5F4A; } #share-post span { display: block; width: 32px; height: 32px; float: left; margin-right: 10px; background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiapyyF3tRFAsAVMGVk590QX5oOCcFlTKu_CtqfJ6S_Jzv22U8EwDA0dDBGjzJcdhbj17owGxREguJoBG37BBYlScTdPWoUeKfZycs7uBU4ii9iFvha3U91wPeYfbOFO1Jz01tC5AegSP0/s1600/single-share.png) no-repeat; } #share-post .facebook span { background-color: #3967C6; } #share-post .twitter span { background-color: #26B5F2; background-position: -72px 0; } #share-post .google span { background-color: #E94D36; background-position: -144px 0; } /* Search Box ----------------------------------------------- */ #searchformfix { float:right; overflow:hidden; position:relative; } #searchform { margin:7px 0 0; padding:0; } #searchform fieldset { padding:0; border:none; margin:0; } #searchform input[type="text"]{ background:#fff; border:none; float:left; padding:0px 10px 0px 15px; margin:0px; width:150px; height:34px; line-height:34px; transition:all 600ms cubic-bezier(0.215,0.61,0.355,1) 0s; -moz-transition:all 300ms cubic-bezier(0.215,0.61,0.355,1) 0s; -webkit-transition:all 600ms cubic-bezier(0.215,0.61,0.355,1) 0s; -o-transition:all 600ms cubic-bezier(0.215,0.61,0.355,1) 0s; color:#585858} #searchform input[type=text]:hover,#searchform input[type=text]:focus { width:200px; } #searchform input[type=submit] { background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgYB81vdBp39wJ8iTnif82MiSarFpAFZONa-Qh9rJfhzRQK_pm1JrReULTQJHPiosZ3EE3BhiT6d1Acnrc9WsrLg7XDkDgea41Pfc01K0T1agVY83HuedXumotGFf6jaTbNLmYbQqe3TIL3/s1600/icon-search.png) center 9px no-repeat; cursor:pointer; margin:0; padding:0; width:37px; height:34px; line-height:34px; background-color:#207b66; } input[type=submit] { padding:4px 17px; color:#ffffcolor:#585858; text-transform:uppercase; border:none; font-size:20px; background:url(gradient.png) bottom repeat-x; cursor:pointer; margin-top:10px; float:left; overflow:visible; transition:all .3s linear; -moz-transition:all .3s linear; -o-transition:all .3s linear; -webkit-transition:all .3s linear; } #searchform input[type=submit]:hover { background-color:#333; } .selectnav { display:none; } /*---Flicker Image Gallery-----*/ .flickr_plugin { width: 100%; } .flickr_badge_image { float: left; height: 74px; margin: 8px 5px 0px 5px; width: 74px; } .flickr_badge_image a { display: block; } .flickr_badge_image a img { display: block; width: 100%; height: auto; -webkit-transition: opacity 100ms linear; -moz-transition: opacity 100ms linear; -ms-transition: opacity 100ms linear; -o-transition: opacity 100ms linear; transition: opacity 100ms linear; } .flickr_badge_image a img:hover { opacity: .5; } div#act { display: none; } #sidebar-narrow .list-label-widget-content li:before { content: "\f013"; font-family: fontawesome; margin-right: 5px; } #sidebar-narrow .list-label-widget-content li { display: block; padding: 0 0 8px 0; position: relative; } #sidebar-narrow .list-label-widget-content li a { color: #555555; font-size: 13px; font-weight: normal; } #sidebar-narrow .list-label-widget-content li a:first-child { text-transform: capitalize; } #sidebar-narrow .list-label-widget-content li a:hover { text-decoration: underline; } #sidebar-narrow .list-label-widget-content li span:last-child { color: #949494; font-size: 12px; font-weight: bold; position: absolute; right: 0; top: 0; } #sidebar-narrow .list-label-widget-content li:hover span:last-child { text-decoration: underline; } /***** Social link*****/ ul.socialbar li,ul.socialbar li{ float: left; margin-right: 0px; margin-bottom:0px; padding: 0px; display:block; width: auto; background:#242628; } ul.socialbar li a, ul.socialbar li a, a.soc-follow { display: block; float: left; margin: 0; padding: 0; width: 40px; height: 43px; margin-bottom:2px; text-indent: -9999px; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } a.soc-follow.dribbble { background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgwBeDEad2orW-CM54_EnGjaIBWcZlEbtP0Q5k8AmgA64vrgv3pTvWzsfSqDMmTqeBwZfIc3HPXXFfq1-YTLl6XcxOiCJNemaJkS7odzoYZrq93mVuXPtkkxz73mAXRH8ztqa7Z-upWt8o/s1600/dribbble.png) no-repeat 0 0; } a.soc-follow.dribbble:hover { background-color: #ef5b92; } a.soc-follow.facebook { background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh6JQFw_xhVHX90AUsLaLgOwak98w8vv8nT6vCaUrnJoE7GEmtGqnVBzmMOWhtUhwA-GEAayH-gvfB_6p8k3OdwsyPaPAeMYsBqpUTQuS0cujm4kfQQtnXEtnMsGBRz5GKDthKyNZgHvhg/s1600/facebook.png) no-repeat 0 0; } a.soc-follow.facebook:hover{ background-color: #3b5998; } a.soc-follow.flickrs { background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgnRpQhDwdLO9Ao-efoM56WMh5zBWmslK8-ig-Nts6pfOWXKWq6Eg-ftsIq1fxZu5vwwtOnTtVVeJv5KcipIm9xyQT6FYkcNTH8PqoJxxU5B-Td-cZFlVEa0StsmqHfmPHenVUat4sIIoM/s1600/flickr.png) no-repeat 0 0; } a.soc-follow.flickrs:hover { background-color: #f1628b; } a.soc-follow.googleplus { background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhWLI1_xtK7c31_J0CYxno0CSL1reXB7YK65TU-2LjP6qyng3i_sJMqicQ7-sq-d2uWKZf_7dQSUIE10n8crdXUxkQNx4RYFMDw-pjwKIweAeqxBz_W3XdWkmEid9j6ST9c3h7FpLT6lsk/s1600/googleplus.png) no-repeat 0 0; } a.soc-follow.googleplus:hover { background-color: #d94a39; } a.soc-follow.linkedin { background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYUS2Jyrn3mFQv__ui8Cr1EjLfwk-dj1R9AGqhFcNeue9rY5ReVzsTav4FSHTUKGPHDv3sa5XfwCVvuIs5e4FmRRe-YUIehpIOOvHLV1F6-Zg9-NTIm6I2rEDDm0WbXKEZPvSNb38KAfk/s1600/linkedin.png) no-repeat 0 0; } a.soc-follow.linkedin:hover { background-color: #71b2d0; } a.soc-follow.twitter { background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi7alBxM6eWF_XryhaOTtXMNevhFQCDShOwlrV5v7iRu68ZMJsPPSP8V8g8SeeVoRaV551BKqiuIDoGWVTBbWMtYXGLUkJv_ssELDy7Rr4sTDcnPSE-dv3olTcWcHXF3ypTwBHCz1jPooM/s1600/twitter.png) no-repeat 0 0; } a.soc-follow.twitter:hover { background-color: #48c4d2; } a.soc-follow.vimeo { background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhsospZ1n9i4nkL_civ7amoXDOwzuO3W_YStQ_PAwQOR0xt27tQmHBjbLZ1Rz0MYgk-TjmrbbKHyWsDFDXRFjv4A88bHRDZxI4Zxf12CSzxOGwqHzUu-pIhPRU8SU3pvx8SOCNVIGR-SZU/s1600/vimeo.png) no-repeat 0 0; } a.soc-follow.vimeo:hover { background-color: #62a0ad; } ul.socicon-2 li a:hover, ul.socicon li a:hover, a.soc-follow:hover { background-position: 0 -40px; } #nav.fixed-nav{ position: fixed; top: 0; left: 0; width: 100% !important; z-index: 999; -webkit-box-shadow: 0 5px 3px rgba(0, 0, 0, .1); -moz-box-shadow: 0 5px 3px rgba(0, 0, 0, .1); box-shadow: 0 5px 3px rgba(0, 0, 0, .1); padding: 0; margin: 0; } div.conty { width:95%; margin: 0 auto; } #beakingnews { background:#242628; float: left; height: 42px; line-height: 42px; overflow: hidden; width: 60.2%; } #recentpostbreaking li a { color:#949494; font-family: sans-serif; font-weight: bold; } #recentpostbreaking li a:hover { color:#EF4591; } #beakingnews .tulisbreaking { background:#EF4591; } #beakingnews .tulisbreaking{ color:$(mainbgfontcol.background.color) !important; } span.tulisbreaking:after{ content: close-quote; position: absolute; width: 0px; top: 15px; right: -12px; border-bottom: 6px solid rgba(0, 0, 0, 0); border-left: 6px solid #EF4591; border-top: 6px solid rgba(0, 0, 0, 0); border-right: 6px solid rgba(0, 0, 0, 0); } #beakingnews .tulisbreaking { color: #FFFFFF; display: block; float: left; font-family: sans-serif; font-weight: bold; padding: 0 10px; position: absolute; border-bottom: 1px solid #EF4591; } #recentpostbreaking { float: left; margin-left: 125px; } #recentpostbreaking ul,#recentpostbreaking li{list-style:none;margin:0;padding:0} div#fontoo { width: 100%; display: block; padding: 25px 0; text-align: center; line-height: 0; font-size: 0px; overflow: hidden; border-bottom: 1px solid #dfdfdf; } div#author-box { border: 1px solid #dfdfdf; padding: 25px; margin: 0 0 30px 0; display: block; overflow: hidden; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } /** Featured area **/ .featured-area { margin-bottom:10px; margin-top:40px; } #owl-demo .item img{ max-width: 100%; height: 265px; max-width: 100%; height: 265px; position: absolute; left: 19px; z-index: 999; border-radius: 50%; border: 4px solid white; -webkit-box-shadow: 0px -22px 8px -20px #9e9e9e; -moz-box-shadow: 0px -22px 8px -20px #9e9e9e; box-shadow: 0px -22px 8px -20px #9e9e9e; overflow: hidden; width: 180px; height: 180px; object-fit: cover; } .owl-carousel .owl-item { float: left; margin-right: 1px; padding-top:5px; } .upperpart { width: 100%; height: 113px; } #owl-demo .item .feat-overlay { position: absolute; width: 100%; bottom: 6px; background: rgba(0,0,0,.5); opacity: 0.8; position: absolute; width: 100%; height: 250px; top: 89px; left: 0 } .owl-carousel .owl-wrapper-outer.autoHeight { height: 304px; } #owl-demo .item .feat-overlay .feat-text { padding:120px 25px 15px; position: relative; } #owl-demo .item .feat-overlay h3 a { font-size:15px; color:#fff; font-weight:400; letter-spacing:1px; } #owl-demo .item .feat-overlay h3 a:hover { text-decoration:underline; } #owl-demo .item .feat-overlay .feat-cat a{ font-size: 14px; color: #C55D9B; display: inline-block; margin-bottom: 4px; font-weight: 700; } body#layout .widget-content { border: 1px solid #CCC; color: #666; height: 3.3em; line-height: 1em; overflow: visible!important; padding: 5px; position: relative; text-align: center; } .PopularPosts ul li a {font: 14px verdana; color: black;} .PopularPosts .item-thumbnail {margin: 0 15px 0 0;} .PopularPosts .item-title {padding-top:20px;} .PopularPosts .item-thumbnail img {background:#fff; height:95px; width:95px; border:1px solid #DC82BA; padding:3px; -moz-border-radius: 100px; -webkit-border-radius: 100px; border-radius: 100px; -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, .1); -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, .1); box-shadow: 1px 1px 5px rgba(0, 0, 0, .1);} .widget.LinkList ul li a { display: block; font-style: none; text-transform: uppercase; text-align: center; color: #ffffff; letter-spacing: 6px; border: #fff none 1px; background: #000000; padding: 8px 0; text-decoration: none; font-family: 'Source Sans Pro'; font-weight: bold; font-size: 16px; } .post blockquote { background: #C8EFFF url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgC62vxFfIt2NcKH6SBe61unatxdVwQ3hSXJecCbdxvayo4VLLemJ3gH24HOHlJh5FwEtOyM1QjycH_tQVAhBP4e1pyg33y5wjzzGfNhNuBP_EZU3HxGXpce7NoxWCGfN0b1ntVeNziVVY/s1600/1.png); background-position:top left; background-repeat:repeat-y; margin: 0 20px; padding: 10px 20px 10px 45px; border-top: 2px solid #DDD; border-right: 5px solid #666; border-left: 2px solid #DDD; border-bottom: 5px solid #666; font-size: 0.9em; } .post blockquote p { margin: 0; padding: 0 0 15px; } .blockquote { font: 18px normal sans-serif,Tahoma; padding-top: 10px; margin: 5px; text-indent: 65px; } .blockquote div { display: block; padding-bottom:10px; } .blockquote p { margin: 0; padding-top:10px; } /* BloggerSentral Recent Posts Image Gallery CSS Start */ .bsrp-gallery {padding:10px; clear:both;} .bsrp-gallery:after {content: "";display: table;clear: both;} .bsrp-gallery .bs-item a {position: relative;float:left;margin: 0 15px 15px 0 !important;text-decoration:none;} .bsrp-gallery .bs-item .ptitle {background: rgba(0, 0, 0, 0.5); background: #7f7f7f\9; display: block; clear: left; font-size: 11px; line-height:1.3em; height: 2.6em; position: absolute; text-align: left; bottom: 10%; color:#fff; padding:2px 5px; word-wrap: break-word; overflow:hidden;} .bsrp-gallery a img {background: #eee; float: left; padding: 5px; box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); transition: background-color 0.4s; -webkit-transition: background-color 0.4s; -moz-transition: background-color 0.4s;} .bsrp-gallery a:hover img {background: #F478AD;} /* BloggerSentral Recent Posts Image Gallery CSS End */ #ArchiveList { text-align: center !important; } #BlogArchive1_ArchiveMenu { width:70%; font:13px verdana; height:35px; padding-left:10px; color:#fff; border:1px solid #DC82BA; background-color: #DC82BA; background-image:-webkit-gradient(linear, left top, left bottom, from(#DC82BA), to(#DC82BA)); background-image:-webkit-linear-gradient(top, #F0B2C5, #DC82BA); background-image:-moz-linear-gradient(top, #F0B2C5, #DC82BA); background-image:-ms-linear-gradient(top, #DC82BA, #DC82BA); background-image:-o-linear-gradient(top, #F0B2C5, #DC82BA); background-image:linear-gradient(top, #DC82BA,#DC82BA); -moz-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.5); -webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.5); box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.5); } select option {color:#000; background:#fff;} #Translate1 { text-align:center !important;} */.footer-top-wrapper { color: #fff; padding: 30px; background: #333; border-bottom: 2px solid #333; } #HTML12,#Image1,#Image9,.email-sub-bottom,.footer-top-wrapper{text-align:center}#subscribe-slide{max-width:400px;position:fixed;bottom:-10px;right:0;z-index:99999;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}#subscribe-slide.slide-left{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}#Image5{text-align:center!important}.quickedit{display:none}.post-body a{color:#dc82ba!important}.email-sub-bottom *{box-sizing:border-box}.email-sub-bottom{border:2px solid #ccc;border-radius:5px}.email-sub-bottom input{border:1px solid #ccc;height:40px;width:46%;margin:0 5px;padding:0 10px;float:none;border-radius:4px}.email-sub-bottom input:focus{outline:0!important}.email-sub-bottom input:last-of-type{margin:15px auto 0;background:#dc79b9;border:0}.email-sub-bottom p{background:#ccc;font-size:18px;margin:0;padding:10px} /*CUSTOM CONTACT FORM BY ICANBUILDABLOG.COM */ .contact-form-email,.contact-form-email-message,.contact-form-name{max-width:100%;margin-bottom:10px;font-size:16px;width:100%;padding:10px}.contact-form-widget{margin-left:auto;margin-right:auto;width:600px;max-width:100%;padding:0;color:#000}.fm_email,.fm_name{float:left;padding:5px;width:48%}.fm_message{padding:5px}.contact-form-email,.contact-form-name{height:40px}.contact-form-email-message{height:100px}.contact-form-button-submit{border-color:#c1c1c1;background:#dc82ba;color:#000;width:20%;max-width:20%;margin-bottom:10px;height:30px;font-size:16px}.contact-form-button-submit:hover{background:silver;color:#000;border:1px solid #fafafa}#Image4{text-align:center}#HTML3{display:none}div#ContactForm1{display:none!important} /* *Core Owl Carousel CSS File* v1.3.3 */ /* clearfix */ .owl-carousel .owl-wrapper:after { content: &quot;.&quot;; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; } /* display none until init */ .owl-carousel{ display: none; position: relative; width: 100%; -ms-touch-action: pan-y; } .owl-carousel .owl-wrapper{ display: none; position: relative; -webkit-transform: translate3d(0px, 0px, 0px); } .owl-carousel .owl-wrapper-outer{ overflow: hidden; position: relative; width: 100%; height: 310px; } .owl-carousel .owl-wrapper-outer.autoHeight{ -webkit-transition: height 500ms ease-in-out; -moz-transition: height 500ms ease-in-out; -ms-transition: height 500ms ease-in-out; -o-transition: height 500ms ease-in-out; transition: height 500ms ease-in-out; } .owl-carousel .owl-item { float: left; } .owl-carousel .owl-item{ float: left; } .owl-controls .owl-page, .owl-controls .owl-buttons div{ cursor: pointer; } .owl-controls { -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } /* mouse grab icon */ .grabbing { cursor:url(grabbing.png) 8 8, move; } /* fix */ .owl-carousel .owl-wrapper, .owl-carousel .owl-item{ -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; -webkit-transform: translate3d(0,0,0); -moz-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0); } .layover { background: #000; opacity: 0.9; position: absolute; width: 100%; height: 256px; top: 0; left: 0; } /** Owl Carousel Owl Demo Theme * v1.3.3*/ .owl-theme .owl-controls{ margin-top: 10px; text-align: center; } /* Styling Next and Prev buttons */ .owl-theme .owl-controls .owl-buttons div{ color: #EF59A1; display: inline-block; zoom: 1; *display: inline;/*IE7 life-saver */ margin: 5px; padding: 3px 10px; font-size: 12px; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; background: #869791; filter: Alpha(Opacity=50);/*IE7 fix*/ opacity: 0.5; } /* Clickable class fix problem with hover on touch devices */ /* Use it for non-touch hover action */ .owl-theme .owl-controls.clickable .owl-buttons div:hover{ filter: Alpha(Opacity=100);/*IE7 fix*/ opacity: 1; text-decoration: none; } /* Styling Pagination*/ .owl-theme .owl-controls .owl-page{ display: inline-block; zoom: 1; *display: inline;/*IE7 life-saver */ } .owl-theme .owl-controls .owl-page span{ display: block; width: 12px; height: 12px; margin: 5px 7px; filter: Alpha(Opacity=50);/*IE7 fix*/ opacity: 0.5; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; background: #869791; } .owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span{ filter: Alpha(Opacity=100);/*IE7 fix*/ opacity: 1; } /* If PaginationNumbers is true */ .owl-theme .owl-controls .owl-page span.owl-numbers{ height: auto; width: auto; color: #FFF; padding: 2px 10px; font-size: 12px; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; } /* preloading images */ .owl-item.loading{ min-height: 150px; background: url(AjaxLoader.gif) no-repeat center center } p.comment-content { margin: 0.5em 0; } .blog-pager { display: none; } /* Note block */ .note{position:relative;padding:20px 30px 20px 50px;background-color:#e1f5fe;color:#01579b;font-size:1rem;line-height:1.62em;border-radius:2px} .note:before{content:'\2605';position:absolute;left:18px;font-size:20px} @media screen and (max-width: 640px){ .note {font-size: .9rem;border-radius: 0;border: 2px solid;}} --></style> <style> .post-title.entry-title{ display: none; } </style> <style> /*-------Typography and ShortCodes-------*/ .firstcharacter{float:left;color:#27ae60;font-size:75px;line-height:60px;padding-top:4px;padding-right:8px;padding-left:3px}.post-body h1,.post-body h2,.post-body h3,.post-body h4,.post-body h5,.post-body h6{margin-bottom:15px;color:#2c3e50}blockquote{font-style:italic;color:#888;border-left:5px solid #27ae60;margin-left:0;padding:10px 15px}blockquote:before{content:'\f10d';display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-right:10px;color:#888}blockquote:after{content:'\f10e';display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-left:10px;color:#888}.button{background-color:#2c3e50;float:left;padding:5px 12px;margin:5px;color:#fff;text-align:center;border:0;cursor:pointer;border-radius:3px;display:block;text-decoration:none;font-weight:400;transition:all .3s ease-out !important;-webkit-transition:all .3s ease-out !important}a.button{color:#fff}.button:hover{background-color:#27ae60;color:#fff}.button.small{font-size:12px;padding:5px 12px}.button.medium{font-size:16px;padding:6px 15px}.button.large{font-size:18px;padding:8px 18px}.small-button{width:100%;overflow:hidden;clear:both}.medium-button{width:100%;overflow:hidden;clear:both}.large-button{width:100%;overflow:hidden;clear:both}.demo:before{content:"\f06e";margin-right:5px;display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.download:before{content:"\f019";margin-right:5px;display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.buy:before{content:"\f09d";margin-right:5px;display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.visit:before{content:"\f14c";margin-right:5px;display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.widget .post-body ul,.widget .post-body ol{line-height:1.5;font-weight:400}.widget .post-body li{margin:5px 0;padding:0;line-height:1.5}pre{font-family:Monaco, "Andale Mono", "Courier New", Courier, monospace;background-color:#2c3e50;background-image:-webkit-linear-gradient(rgba(0, 0, 0, 0.05) 50%, transparent 50%, transparent);background-image:-moz-linear-gradient(rgba(0, 0, 0, 0.05) 50%, transparent 50%, transparent);background-image:-ms-linear-gradient(rgba(0, 0, 0, 0.05) 50%, transparent 50%, transparent);background-image:-o-linear-gradient(rgba(0, 0, 0, 0.05) 50%, transparent 50%, transparent);background-image:linear-gradient(rgba(0, 0, 0, 0.05) 50%, transparent 50%, transparent);-webkit-background-size:100% 50px;-moz-background-size:100% 50px;background-size:100% 50px;line-height:25px;color:#f1f1f1;position:relative;padding:0 7px;margin:15px 0 10px;overflow:hidden;word-wrap:normal;white-space:pre;position:relative}pre:before{content:'Code';display:block;background:#F7F7F7;margin-left:-7px;margin-right:-7px;color:#2c3e50;padding-left:7px;font-weight:400;font-size:14px}pre code,pre .line-number{display:block}pre .line-number a{color:#27ae60;opacity:0.6}pre .line-number span{display:block;float:left;clear:both;width:20px;text-align:center;margin-left:-7px;margin-right:7px}pre .line-number span:nth-child(odd){background-color:rgba(0, 0, 0, 0.11)}pre .line-number span:nth-child(even){background-color:rgba(255, 255, 255, 0.05)}pre .cl{display:block;clear:both}#contact{background-color:#fff;margin:30px 0 !important}#contact .contact-form-widget{max-width:100% !important}#contact .contact-form-name,#contact .contact-form-email,#contact .contact-form-email-message{background-color:#FFF;border:1px solid #eee;border-radius:3px;padding:10px;margin-bottom:10px !important;max-width:100% !important}#contact .contact-form-name{width:47.7%;height:50px}#contact .contact-form-email{width:49.7%;height:50px}#contact .contact-form-email-message{height:150px}#contact .contact-form-button-submit{max-width:100%;width:100%;z-index:0;margin:4px 0 0;padding:10px !important;text-align:center;cursor:pointer;background:#27ae60;border:0;height:auto;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;text-transform:uppercase;-webkit-transition:all .2s ease-out;-moz-transition:all .2s ease-out;-o-transition:all .2s ease-out;-ms-transition:all .2s ease-out;transition:all .2s ease-out;color:#FFF}#contact .contact-form-button-submit:hover{background:#2c3e50}#contact .contact-form-email:focus,#contact .contact-form-name:focus,#contact .contact-form-email-message:focus{box-shadow:none !important}.alert-message{position:relative;display:block;background-color:#FAFAFA;padding:20px;margin:20px 0;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;color:#2f3239;border:1px solid}.alert-message p{margin:0 !important;padding:0;line-height:22px;font-size:13px;color:#2f3239}.alert-message span{font-size:14px !important}.alert-message i{font-size:16px;line-height:20px}.alert-message.success{background-color:#f1f9f7;border-color:#e0f1e9;color:#1d9d74}.alert-message.success a,.alert-message.success span{color:#1d9d74}.alert-message.alert{background-color:#DAEFFF;border-color:#8ED2FF;color:#378FFF}.alert-message.alert a,.alert-message.alert span{color:#378FFF}.alert-message.warning{background-color:#fcf8e3;border-color:#faebcc;color:#8a6d3b}.alert-message.warning a,.alert-message.warning span{color:#8a6d3b}.alert-message.error{background-color:#FFD7D2;border-color:#FF9494;color:#F55D5D}.alert-message.error a,.alert-message.error span{color:#F55D5D}.fa-check-circle:before{content:"\f058"}.fa-info-circle:before{content:"\f05a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-exclamation-circle:before{content:"\f06a"}.post-table table{border-collapse:collapse;width:100%}.post-table th{background-color:#eee;font-weight:bold}.post-table th,.post-table td{border:0.125em solid #333;line-height:1.5;padding:0.75em;text-align:left}@media (max-width: 30em){.post-table thead tr{position:absolute;top:-9999em;left:-9999em}.post-table tr{border:0.125em solid #333;border-bottom:0}.post-table tr + tr{margin-top:1.5em}.post-table tr,.post-table td{display:block}.post-table td{border:none;border-bottom:0.125em solid #333;padding-left:50%}.post-table td:before{content:attr(data-label);display:inline-block;font-weight:bold;line-height:1.5;margin-left:-100%;width:100%}}@media (max-width: 20em){.post-table td{padding-left:0.75em}.post-table td:before{display:block;margin-bottom:0.75em;margin-left:0}} .FollowByEmail { clear: both; } .widget .post-body ol { padding: 0 0 0 15px; } .post-body ul li { list-style: none; } </style> <style> @media only screen and (max-width:768px){#selectnav1{background:#333;border:1px solid #232323;color:#fff;margin:8px 0;float:left;width:405px}.selectnav{display:block;width:50%;margin:0;padding:7px}}@media only screen and (max-width:480px){#selectnav1{width:254px}}@media only screen and (max-width:320px){#selectnav1{width:280px}}@media only screen and (max-width:1066px){#outer-wrapper{margin:0 auto}#post-wrapper{width:670px;max-width:670px}div#mywrapper{float:left;width:665px}#related-posts a{width:236px}#related-posts h8{padding-right:10px}#sidebar-wrapper{max-width:297px}ul.xpose_thumbs1{width:60%}ul.xpose_thumbs22{width:38%}#nav,div.conty{width:100%}}@media only screen and (max-width:1024px){#my-slider{margin-left:15px}#nav{width:100%}#footer-wrapper{width:100%;padding:10px 20px 20px;text-align:center}.footer-left{float:none}div#main{width:auto}div#mywrapper{float:none;width:730px;margin:0 auto}#post-wrapper{width:730px;max-width:730px}#sidebar-wrapper{width:360px;max-width:360px;margin:20px auto;float:none;clear:both}#menu-main,#searchformfix{display:none}.pagenavi{margin:10px 0;border-bottom:0;border-top:0}.pagenavi a,.pagenavi span{padding:6px 12px 6px 13px;display:inline-block;float:none;background:0 0;border:1px solid #ddd;margin:0 3px}}@media only screen and (max-width:768px){#outer-wrapper{padding:0 12px}#menu-main{display:none!important}#my-slider{margin-left:-6px}#searchformfix,.back-to-top,.breadcrumbs,div#featured-posts-section{display:none}#footer-wrapper{width:auto}#nav,ul.xpose_thumbs1,ul.xpose_thumbs22{width:100%}div.conty{width:401px}.img-thumbnail,.img-thumbnail img{width:100%;height:240px}ul.xpose_thumbs22 span.xpose_meta{line-height:51px}div#mywrapper{margin:0 auto;width:480px}#post-wrapper,#sidebar-wrapper{float:none;width:480px;max-width:480px}.post-body{clear:both}h2.post-title{float:left;margin-top:8px}h2.post-title a{font-size:25px!important}.post-info{margin:0 0 4px;float:left}#bottombar .center,#bottombar .left,#bottombar .right{float:none;width:480px;margin:0 auto}#bottombar .center .widget,#bottombar .left .widget,#bottombar .right .widget{margin:15px 0}.active{display:block}.post-body img{max-width:90%}.img-thumbnail{margin:0 10px 0 0}.stylebox .widget{padding:0 0 10px}#stylebox-1 .widget,#stylebox-3 .widget,#stylebox-5 .widget{padding:0 5px 10px 0}#stylebox-2 .widget,#stylebox-4 .widget,#stylebox-6 .widget{padding:0 0 10px 5px}.post-container,.sidebar-container{padding:15px 0 0}#related-posts a{width:233px}.top-comment{width:41%}}@media only screen and (max-width:640px){#content-wrapper,#outer-wrapper{padding:0 10px}#menu-main,#sidebar-narrow{display:none}div#mywrapper{margin:0 auto;width:360px}#post-wrapper,#sidebar-wrapper{float:none;width:360px;max-width:360px}#bottombar .center,#bottombar .left,#bottombar .right{float:none;width:360px;margin:0 auto}#header-wrapper{min-height:auto}.header{text-align:center;width:340px;height:115px}.post-container,.sidebar-container{padding:10px 0 0}.largebanner .widget,.stylebox .widget-content{padding:10px}.post{padding:10px 0}.pagenavi{margin:6px 0 10px}#related-posts a{width:173px}.top-comment{width:70%}}@media only screen and (max-width:480px){#nav,#related-posts a,.header,ul.xpose_thumbs1,ul.xpose_thumbs22{width:100%}#outer-wrapper{padding:0 8px}div.conty{width:256px}.header{text-align:center;height:105px;margin:30px auto 0!important}#menu-main,#searchformfix,#sidebar-narrow,div#author-box{display:none}div#mywrapper{margin:0 auto;width:300px}#post-wrapper,#sidebar-wrapper{float:none;width:300px;max-width:300px}.img-thumbnail,.img-thumbnail img{height:200px}#bottombar .center,#bottombar .left,#bottombar .right{float:none;width:300px;margin:0 auto}.top-comment{width:70%}.top-comment-widget-menu{background:#444}.header img{margin:20px auto 0}.comments .comment-block,.comments .comments-content .inline-thread{padding:10px!important}.comment .comment-thread.inline-thread .comment{margin:0!important}.footer-left,.footer-right{float:none;text-align:center}}@media screen and (max-width:320px){#outer-wrapper{padding:0}#menu-main,#sidebar-narrow{display:none}#selectnav1{width:254px}#bottombar{padding:20px 0}}@media screen and (max-width:319px){#selectnav1{width:220px;float:none;margin:8px auto}div.conty{width:auto}.header{height:90px}#bottombar,#sidebar-wrapper,.featured-area{display:none}div#mywrapper{margin:0 auto;width:220px}#post-wrapper{float:none;width:220px;max-width:220px}h2.post-title a{font-size:21px!important}.img-thumbnail,.img-thumbnail img{height:140px}.top-comment{width:100%}h1.post-title{font-size:24px!important}} </style> <style type='text/css'> .top-comment-widget-menu.clear {display: none;} </style> <style type='text/css'> /* COMMENT */ #comments .blogger-comment-icon,.blogger-comment-icon{line-height:16px;background:url(/img/b16-rounded.gif) left no-repeat;padding-left:20px}#comments .openid-comment-icon,.openid-comment-icon{line-height:16px;background:url(/img/openid16-rounded.gif) left no-repeat;padding-left:20px}#comments .anon-comment-icon,.anon-comment-icon{line-height:16px;background:url(/img/anon16-rounded.gif) left no-repeat;padding-left:20px}.comment-link{white-space:nowrap}#comment-actions{background:transparent;border:0;padding:0;position:absolute;height:25px}.paging-control-container{float:right;margin:0 6px 0 0;font-size:80%}.unneeded-paging-control{visibility:hidden}#comments-block .avatar-image-container img{-ms-interpolation-mode:bicubic;float:right}#comments-block .avatar-image-container.avatar-stock img{border-width:0;padding:1px}iframe.avatar-hovercard-iframe{border:0 none;padding:0;width:25em;height:9.4em;margin:.5em}.comments{clear:both;margin-top:10px;margin-bottom:0}.comments .comments-content{margin-bottom:16px}.comments .comment .comment-actions a{padding-right:5px;padding-top:5px}.comments .comment .comment-actions a:hover{text-decoration:underline}.comments .comments-content .comment-thread ol{list-style-type:none;padding:0;text-align:left}.comments .comments-content .inline-thread{padding:.5em 1em}.comments .comments-content .comment-thread{margin:8px 0}.comments .comments-content .comment-thread:empty{display:none}.comments .comments-content .comment-replies{margin-left:36px;margin-top:1em}.comments .comments-content .comment{margin-bottom:16px;padding-bottom:8px}.comments .comments-content .comment:first-child{padding-top:16px}.comments .comments-content .comment:last-child{border-bottom:0;padding-bottom:0}.comments .comments-content .comment-body{position:relative}.comments .comments-content .user{font-style:normal;font-weight:bold}.comments .comments-content .icon.blog-author{display:inline-block;height:18px;margin:0 0 -4px 6px;width:18px}.comments .comments-content .datetime{margin-left:6px}.comments .comments-content .comment-header,.comments .comments-content .comment-content{margin:0 0 8px}.comments .comments-content .comment-content{text-align:justify}.comments .comments-content .owner-actions{position:absolute;right:0;top:0}.comments .comments-replybox{border:none;height:250px;width:100%}.comments .comment-replybox-single{margin-left:48px;margin-top:5px}.comments .comment-replybox-thread{margin-top:5px}.comments .comments-content .loadmore a{display:block;padding:10px 16px;text-align:center}.comments .thread-toggle{cursor:pointer;display:inline-block}.comments .continue{cursor:pointer}.comments .continue a{display:block;font-weight:bold;padding:.5em}.comments .comments-content .loadmore{cursor:pointer;margin-top:3em;max-height:3em}.comments .comments-content .loadmore.loaded{max-height:0;opacity:0;overflow:hidden}.comments .thread-chrome.thread-collapsed{display:none}.comments .thread-toggle{display:inline-block}.comments .thread-toggle .thread-arrow{display:inline-block;height:6px;margin:.3em;overflow:visible;padding-right:4px;width:7px}.comments .thread-expanded .thread-arrow{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAG0lEQVR42mNgwAfKy8v/48I4FeA0AacVDFQBAP9wJkE/KhUMAAAAAElFTkSuQmCC") no-repeat scroll 0 0 transparent}.comments .thread-collapsed .thread-arrow{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAJUlEQVR42mNgAILy8vL/DLgASBKnApgkVgXIkhgKiNKJ005s4gDLbCZBiSxfygAAAABJRU5ErkJggg==") no-repeat scroll 0 0 transparent}.comments .avatar-image-container img{max-width:36px}.comments .hidden{display:none}@media screen and (max-device-width:480px){.comments .comments-content .comment-replies{margin-left:0}}table.tr-caption-container{padding:4px;margin-bottom:.5em}td.tr-caption{font-size:80%}.icon-action{border-style:none !important;margin:0 0 0 .5em !important;vertical-align:middle}.comment-action-icon{width:13px;height:13px;margin-top:3px}.delete-comment-icon{background:url("/img/icon_delete13.gif") no-repeat left;padding:7px}#comment-popup{position:absolute;visibility:hidden;width:100px;height:20px}.comment-form{overflow:hidden;clear:both;width:410px;clear:both;width:410px}.comments h3{line-height:normal;text-transform:uppercase;color:#333;font-weight:700;margin:0 0 20px;font-size:14px;padding:0}h4#comment-post-message{display:none;margin:0}.comments{clear:both;margin-top:10px;margin-bottom:0}.comments .comments-content{font-size:13px;margin-bottom:8px}.comments .comments-content .comment-thread ol{text-align:left;margin:13px 0;padding:0}.comments .comment-block {position: relative;background: #fff;padding: 15px;margin-left: 60px;border: 1px solid #f0f0f0;border-left: 3px solid #504e4e;}.comments .comment-block:before{content:"";height:0;position:absolute;right:100%;top:14px;border-width:10px;border-style:solid;border-color:transparent transparent transparent transparent;display:block}.comments .comments-content .comment-thread:empty{display:none}.comments .comment-replybox-single{background:#f0f0f0;padding:0;margin:8px 0 8px 60px}.comments .comment-replybox-thread{background:#f0f0f0;margin:8px 0 0;padding:0}.comments .comments-content .comment{margin-bottom:6px;padding:0}.comments .comments-content .comment:first-child,.comments .comments-content .comment:last-child{padding:0;margin:0}.comments .comment-thread.inline-thread .comment,.comments .comment-thread.inline-thread .comment:last-child{margin:0 0 5px 30%}.comment .comment-thread.inline-thread .comment:nth-child(6){margin:0 0 5px 25%}.comment .comment-thread.inline-thread .comment:nth-child(5){margin:0 0 5px 20%}.comment .comment-thread.inline-thread .comment:nth-child(4){margin:0 0 5px 15%}.comment .comment-thread.inline-thread .comment:nth-child(3){margin:0 0 5px 10%}.comment .comment-thread.inline-thread .comment:nth-child(2){margin:0 0 5px 5%}.comment .comment-thread.inline-thread .comment:first-child{margin:0 0 5px}.comments .comments-content .comment-thread{margin:0;padding:0}.comments .comments-content .inline-thread{background:#fff;border:0;padding:15px;margin:0}.comments .comments-content .icon.blog-author{display:inline}.comments .comments-content .icon.blog-author:after{content:"";color:#fff;font-size:11px;padding:2px 5px}.comment-header{text-transform:uppercase;font-size:12px}.comments .comments-content .datetime{margin-left:6px}.comments .comments-content .datetime a{color:#888}.comments .comment .comment-actions a,.comments .continue a{color:#333;display:inline-block;font-size:10px}.comments .comment .comment-actions a{font-weight:700;line-height:15px;margin:4px 8px 0 0}.comments .comment .comment-actions a:hover,.comments .continue a:hover{text-decoration:underline}#comments p{line-height:normal;margin:0}.fb-comments,.fb-comments iframe span[style],.fb-comments iframe[style],.fb-comments span,.fb-like-box,.fb-like-box iframe span[style],.fb-like-box iframe[style],.fb-like-box span{width:100%!important}.fotleft{float:left}.fotright{float:right;text-align:right}.comment-content a{display:none}.comments h4{color:#fff;display:inline-block!important;background:#dc79b9;padding:10px}.comments .comment .comment-actions a{background:#e29ec9;border-radius:5px;color:#fff;font:14px georgia;margin-right:8px;padding:5px;text-decoration:none!important}.continue{border-top:none!important}.continue a{background:#dc79b9;border:1px solid #dc79b9;border-radius:5px;color:#fff;display:inline-block!important;margin-top:8px;padding:5px;text-decoration:none!important;font:13px georgia,arial}.comment-header a{color:#222!important}#comments .avatar-image-container img{border:2px solid #dc79b9;border-radius:50px;height:58px;max-width:58px}.comments .avatar-image-container{border:2px solid #dc79b9;border-radius:35px;box-shadow:1px 1px 3px #dcdcdc;float:left;margin-left:-20px;max-height:61px!important;overflow:hidden;width:61px!important;background:#fff;padding:6px;}#Header1{margin-bottom:-20px} </style> <script type='text/javascript'> var numposts = 1; var numposts2 = 3; var numposts3 = 3; var showpostthumbnails = true; var showpostthumbnails2 = true; var displaymore = true; var displaymore2 = false; var showcommentnum = true; var showcommentnum2 = true; var showpostdate = true; var showpostdate2 = true; var showpostsummary = true; var numchars = 100; var thumb_width = 300; var thumb_height = 190; var thumb_width1 = 506; var thumb_height1 = 321; var thumb_width22 = 245; var thumb_height22 = 140; var thumb_width2 = 100; var thumb_height2 = 100; Slider_numposts = '15'; var no_thumb = 'https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjI6kByT9DIbp5yt_WX8GHxJY-1poz7yFbMgrxEZuK8JAJUOZcyR4MSYETS15m7Nk4YbiPztyH50H4mCMMU4pH0Nm_YzAaIW2VeQX2g8GgNFEPCoUgt3DgtoHDXOqML0LvynltjUhUpmkwh/w300-c-h140/no-image.png' var no_thumb2 = 'https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiPjehWR366yr1e3a9jOHOEQTzm6iXHvfPv6t7B9cWQUzbnx-2SAAgNDSkfEv_Cv77RgHFJLCvaPrYk7hJhnsyPawV9krbwu-A1JGPK7h4bRzzhkoE77Ym8UiIgDadon3HexXVowtQseF0f/s60-c/no-image.png' </script> <script type='text/javascript'> //<![CDATA[ function bp_thumbnail_resize(image_url,post_title) { var image_width=300; var image_height=190; image_tag = '<img class="post-thumb" src="' + image_url.replace('s72-c', 'w500') + '" alt="' + post_title.replace(/"/g, "") + '" title="' + post_title.replace(/"/g, "") + '"/>'; if (post_title != "") return image_tag; else return "" } //]]> </script> <!-- author image in post--> <script style='text/javascript'> //<![CDATA[ function authorshow(data) { for (var i = 0; i < 1; i++) { var entry = data.feed.entry[i]; var avtr = entry.author[0].gd$image.src; document.write('<img width="60" height="60" src="' + avtr + '"/>'); } } //]]> </script> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js" type="text/javascript"></script> <!-- <script type='text/javascript'> $(function() { $(&quot;.set-1&quot;).mtabs(); }); </script>--> <script type='text/javascript'> //<![CDATA[ window.selectnav=function(){return function(p,q){var a,h=function(b){var c;b||(b=window.event);b.target?c=b.target:b.srcElement&&(c=b.srcElement);3===c.nodeType&&(c=c.parentNode);c.value&&(window.location.href=c.value)},k=function(b){b=b.nodeName.toLowerCase();return"ul"===b||"ol"===b},l=function(b){for(var c=1;document.getElementById("selectnav"+c);c++){}return b?"selectnav"+c:"selectnav"+(c-1)},n=function(b){g++;var c=b.children.length,a="",d="",f=g-1;if(c){if(f){for(;f--;){d+=r}d+=" "}for(f=0;f<c;f++){var e=b.children[f].children[0];if("undefined"!==typeof e){var h=e.innerText||e.textContent,i="";j&&(i=-1!==e.className.search(j)||-1!==e.parentElement.className.search(j)?m:"");s&&!i&&(i=e.href===document.URL?m:"");a+='<option value="'+e.href+'" '+i+">"+d+h+"</option>";t&&(e=b.children[f].children[1])&&k(e)&&(a+=n(e))}}1===g&&o&&(a='<option value="">'+o+"</option>"+a);1===g&&(a='<select class="selectnav" id="'+l(!0)+'">'+a+"</select>");g--;return a}};if((a=document.getElementById(p))&&k(a)){document.documentElement.className+=" js";var d=q||{},j=d.activeclass||"active1",s="boolean"===typeof d.autoselect?d.autoselect:!0,t="boolean"===typeof d.nested?d.nested:!0,r=d.indent||"\u2192",o=d.label||"- Navigation -",g=0,m=" selected ";a.insertAdjacentHTML("afterend",n(a));a=document.getElementById(l());a.addEventListener&&a.addEventListener("change",h);a.attachEvent&&a.attachEvent("onchange",h)}}}();(jQuery); //]]></script> <!--Menu To Drop Down Started--> <script type='text/javascript'> //<![CDATA[ $(document).ready(function(){ selectnav('menu-main', { label: 'Select Here ', nested: true, autoselect: false, indent: '-' }); }); //]]></script> <script type='text/javascript'> //<![CDATA[ var relatedTitles=new Array();var relatedTitlesNum=0;var relatedUrls=new Array();var thumburl=new Array();function related_results_labels_thumbs(json){for(var i=0;i<json.feed.entry.length;i++){var entry=json.feed.entry[i];relatedTitles[relatedTitlesNum]=entry.title.$t;try{thumburl[relatedTitlesNum]=entry.gform_foot.url}catch(error){s=entry.content.$t;a=s.indexOf("<img");b=s.indexOf("src=\"",a);c=s.indexOf("\"",b+5);d=s.substr(b+5,c-b-5);if((a!=-1)&&(b!=-1)&&(c!=-1)&&(d!="")){thumburl[relatedTitlesNum]=d}else thumburl[relatedTitlesNum]='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEifSXOFM0nAiiErmZN55DbIJcDdAfhque_XDQocg_zEavddX1k6l6tWUybWGzZamkYDTI5R0gdPDTQNa7w_x9PIuqKGlW1QHVOgrjeksnk20vLZbZjNEpeRaMZOMZI224GXy6TAE3r5TZA/s1600/picture_not_available.png'}if(relatedTitles[relatedTitlesNum].length>35)relatedTitles[relatedTitlesNum]=relatedTitles[relatedTitlesNum].substring(0,35)+"...";for(var k=0;k<entry.link.length;k++){if(entry.link[k].rel=='alternate'){relatedUrls[relatedTitlesNum]=entry.link[k].href;relatedTitlesNum++}}}}function removeRelatedDuplicates_thumbs(){var tmp=new Array(0);var tmp2=new Array(0);var tmp3=new Array(0);for(var i=0;i<relatedUrls.length;i++){if(!contains_thumbs(tmp,relatedUrls[i])){tmp.length+=1;tmp[tmp.length-1]=relatedUrls[i];tmp2.length+=1;tmp3.length+=1;tmp2[tmp2.length-1]=relatedTitles[i];tmp3[tmp3.length-1]=thumburl[i]}}relatedTitles=tmp2;relatedUrls=tmp;thumburl=tmp3}function contains_thumbs(a,e){for(var j=0;j<a.length;j++)if(a[j]==e)return true;return false}function printRelatedLabels_thumbs(){for(var i=0;i<relatedUrls.length;i++){if((relatedUrls[i]==currentposturl)||(!(relatedTitles[i]))){relatedUrls.splice(i,1);relatedTitles.splice(i,1);thumburl.splice(i,1);i--}}var r=Math.floor((relatedTitles.length-1)*Math.random());var i=0;if(relatedTitles.length>0)document.write('<h1>'+relatedpoststitle+'</h1>');document.write('<div style="clear: both;"/>');while(i<relatedTitles.length&&i<20&&i<maxresults){document.write('<a ');if(i!=0)document.write('"');else document.write('');document.write(' href="'+relatedUrls[r]+'"><img class="related_img" src="'+thumburl[r]+'"/><br/><div id="r-title"><h8>'+relatedTitles[r]+'<h8></div></a>');if(r<relatedTitles.length-1){r++}else{r=0}i++}document.write('</div>');relatedUrls.splice(0,relatedUrls.length);thumburl.splice(0,thumburl.length);relatedTitles.splice(0,relatedTitles.length)} //]]> </script> <script type='text/javascript'>//<![CDATA[ var summary = 27; function stripTags(s, n) { return s.replace(/<.*?>/ig, "").split(/\s+/).slice(0, n - 1).join(" ") } function rm(a) { var p = document.getElementById(a); var summ = summary; imgtag = ""; img = p.getElementsByTagName("img"); if (img.length >= 1) imgtag = '<div class="thumb"><a href="' + y + '"><img src="' + img[0].src + '" style="max-width:100%;width:100%;" alt="' + x + '" /></a></div>'; else imgtag = '<div class="entry-image no-image"></div>'; p.innerHTML = imgtag + '<div class="excerpt=wrap"><div class="entry-meta"><span class="date">' + t + '</span><span class="sep">-</span><a href="' + y + '#comments">' + u + ' comments</a></div><h2 class="entry-title" style="margin:0;margin-bottom:10px;"><a href="' + y + '">' + x + '</a></h2><p>' + stripTags(p.innerHTML, summ) + '...</p></div>' } //]]></script> <script type='text/javascript'>//<![CDATA[ // TOP MOST featured posts section featured_numposts = '5'; //]]></script> <script>//<![CDATA[ imgr = new Array(); imgr[0] = "http://sites.google.com/site/fdblogsite/Home/nothumbnail.gif"; showRandomImg = true; aBold = true; summaryPost = 150; summaryTitle = 50; numposts1 = 10; function removeHtmlTag(strx,chop){ var s = strx.split("<"); for(var i=0;i<s.length;i++){ if(s[i].indexOf(">")!=-1){ s[i] = s[i].substring(s[i].indexOf(">")+1,s[i].length); } } s = s.join(""); s = s.substring(0,chop-1); return s; } function showrecentposts1(json) { j = (showRandomImg) ? Math.floor((imgr.length+1)*Math.random()) : 0; img = new Array(); if (numposts1 <= json.feed.entry.length) { maxpost = numposts1; } else { maxpost=json.feed.entry.length; } document.write('<div class="owl-carousel" id="owl-demo">'); for (var i = 0; i < maxpost; i++) { var entry = json.feed.entry[i]; var posttitle = entry.title.$t; var pcm; var posturl; var cate =''; for (var e=0; e < json.feed.entry[i].category.length;e++) { cate = cate + '<a href="/search/label/'+json.feed.entry[i].category[e].term+'?max-results=8">'+json.feed.entry[i].category[e].term+'</a>, '; } if (i == json.feed.entry.length) break; for (var k = 0; k < entry.link.length; k++) { if (entry.link[k].rel == 'alternate') { posturl = entry.link[k].href; break; } } for (var k = 0; k < entry.link.length; k++) { if (entry.link[k].rel == 'replies' && entry.link[k].type == 'text/html') { pcm = entry.link[k].title.split(" ")[0]; break; } } if ("content" in entry) { var postcontent = entry.content.$t;} else if ("summary" in entry) { var postcontent = entry.summary.$t;} else var postcontent = ""; postdate = entry.published.$t; if(j>imgr.length-1) j=0; img[i] = imgr[j]; s = postcontent ; a = s.indexOf("<img"); b = s.indexOf("src=\"",a); c = s.indexOf("\"",b+5); d = s.substr(b+5,c-b-5); if((a!=-1)&&(b!=-1)&&(c!=-1)&&(d!="")) img[i] = d; //cmtext = (text != 'no') ? '<i><font color="'+acolor+'">('+pcm+' '+text+')</font></i>' : ''; var month = [1,2,3,4,5,6,7,8,9,10,11,12]; var month2 = ["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"]; var day = postdate.split("-")[2].substring(0,2); var m = postdate.split("-")[1]; var y = postdate.split("-")[0]; for(var u2=0;u2<month.length;u2++){ if(parseInt(m)==month[u2]) { m = month2[u2] ; break; } } var tmb = img[i].replace('s1600/','s500-c/'); var daystr = day+ ' ' + m + ' ' + y ; var trtd = '<div class="owl-item"><div class="item"><a href="'+posturl+'"><img height="300" src="'+tmb+'" width="900"/></a><div class="upperpart"></div><div class="feat-overlay" style="background:url('+tmb+'); background-size: cover;"><div class="layover"></div><div class="feat-text"><span class="feat-cat">'+cate+'</span><h3><a href="'+posturl+'">'+posttitle+'</a></h3></div></div></div></div>'; document.write(trtd); j++; } document.write('</div>'); } //]]> </script> <script> // Blogger Recent Posts Gallery by Bloggersentral.com // Tutorial at http://www.bloggersentral.com/2013/05/recent-posts-image-gallery-for-blogger.html // Free to use or share, but please keep this notice intact. //<![CDATA[ function bsrpGallery(root) { var entries = root.feed.entry || []; var html = ['<div class="bsrp-gallery nopin" title="Get this from BloggerSentral.com">']; for (var i = 0; i < entries.length; ++i) { var post = entries[i]; var postTitle = post.title.$t; var orgImgUrl = post.media$thumbnail ? post.media$thumbnail.url : 'https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjKV2VFJje27B_CD5YAJTdLPwstUGijeBFpHpRrnMH445kLjAJybo2XkcAxjLs3FHNvCnG7Vav0FB4N9kTxzb-sSyjbt9JzmKBXTfqblVRhR5hlGklqoiA24G2mI_LxjPAPKoP7rOe5uAid/s72-c/default+image.png'; var newImgUrl = orgImgUrl.replace('s72-c', 's' + bsrpg_thumbSize + '-c'); var links = post.link || []; for (var j = 0; j < links.length; ++j) { if (links[j].rel == 'alternate') break; } var postUrl = links[j].href; var imgTag = '<img src="' + newImgUrl + '" width="' + bsrpg_thumbSize + '" height="' + bsrpg_thumbSize + '"/>'; var pTitle = bsrpg_showTitle ? '<span class="ptitle">' + postTitle + '</span>' : ''; var item = '<a href="' + postUrl + '" target="_blank" title="' + postTitle + '">' + imgTag + pTitle + '</a>'; html.push('<div class="bs-item">', item, '</div>'); } html.push('</div>'); document.write(html.join("")); } //]]> </script> <!--<script> (adsbygoogle = window.adsbygoogle || []).push({ google_ad_client: &quot;ca-pub-7395805604072630&quot;, enable_page_level_ads: true }); </script>--> <link href='https://www.blogger.com/dyn-css/authorization.css?targetBlogID=5387975205672104946&amp;zx=c23b6b85-d40c-4645-9d1b-e96d1f13b1ee' media='none' onload='if(media!=&#39;all&#39;)media=&#39;all&#39;' rel='stylesheet'/><noscript><link href='https://www.blogger.com/dyn-css/authorization.css?targetBlogID=5387975205672104946&amp;zx=c23b6b85-d40c-4645-9d1b-e96d1f13b1ee' rel='stylesheet'/></noscript> <meta name='google-adsense-platform-account' content='ca-host-pub-1556223355139109'/> <meta name='google-adsense-platform-domain' content='blogspot.com'/> <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-7395805604072630&host=ca-host-pub-1556223355139109" crossorigin="anonymous"></script> <!-- data-ad-client=ca-pub-7395805604072630 --> <link rel="stylesheet" href="https://fonts.googleapis.com/css2?display=swap&family=Dancing+Script"></head> <!-- Notification bar code start --> <style type='text/css'> #gls-sticky { background: #000000; /* Bar background color */ color:#fff; /* Bar text color */ text-align: center; margin: 0 auto; height:50px; /* Bar height */ line-height: 15px; /* Bar line height */ font-size:16px; /* Bar font size */ font-weight: bold; /* Bar line weight */ text-transform: none; /* Bar text capitalization - options: none, capitalize, lowercase, uppercase */ position:fixed; /* Bar position. Change to - absolute - to make non-sticky. */ vertical-align: baseline; overflow:hidden; z-index:9999; width:100%; display:block; top: 0; /* To create a bottom notification bar, change this line to - bottom: 0; */ display: flex; align-content: center; justify-content: center; align-items: center; } #gls-sticky p a { color: #b791b6; /* Link Color */ text-decoration: none; } #gls-sticky p a:hover { color: #abc4c1; /* Link Hover Color */ } #gls-sticky p a#gls-button { background:#DC82BA; /* Button Background Color */ color: #fff; /* Button Text Color */ padding:4px 8px; border-radius: 5px; margin-left: 6px; white-space: nowrap; } #gls-sticky p a#gls-button:hover { background:#DC82BA; /* Button Hover Background Color */ color: #fff; /* Button Text Hover Color */ } #gls-sticky p {width:80%; float:left;} .gls-cross { display:block; position:relative; right:15px; float:right; } .gls-cross a { font-size:18px; /* Exit X size */ font-weight:bold; font-family:"Arial"; color:#fff; /* Exit X color */ line-height:30px; } .gls-cross, a:hover { color: #abc4c1; /* Exit X Hover Color */ text-decoration:none; } /* Media Queries */ @media only screen and (max-width: 600px){ body {margin-top: 30px;} #gls-sticky { height: auto; line-height: 2; font-size: 15px;} } </style> <div id='gls-sticky'> <p>Subscribe to receive updated tablescapes, designs and more <a href='https://eepurl.com/bteSgn' id='gls-button' target='_blank'>Click Here!</a></p> <div class='gls-cross'><a href='javascript:hide_cross();'>X</a></div> </div> <script language='JavaScript'> function hide_cross() { crosstbox = document.getElementById("gls-sticky"); crosstbox.style.visibility = 'hidden'; } </script> <br/> <!-- End of Notification code, info - https://lifeandlinda.com --> <body class='loading'> <!--<div id='fb-root'/>--> <!--<script> //<![CDATA[ window.fbAsyncInit = function() { FB.init({ appId : 'YOUR_APPLICATION_ID', status : true, // check login status cookie : true, // enable cookies to allow the server to access the session xfbml : true // parse XFBML }); }; (function() { var e = document.createElement('script'); e.src = document.location.protocol + '//connect.facebook.net/en_US/all.js'; e.async = true; document.getElementById('fb-root').appendChild(e); }()); //]]> </script>--> <!--<b:section class='navbar' id='navbar' maxwidgets='2' showaddelement='yes'> <b:widget id='Navbar1' locked='true' title='Navbar' type='Navbar' version='1'> <b:includable id='main'>&lt;script type=&quot;text/javascript&quot;&gt; function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener(&#39;load&#39;, function(){ object[attribute] = val; }, false); } else { window.attachEvent(&#39;onload&#39;, function(){ object[attribute] = val; }); } } &lt;/script&gt; &lt;div id=&quot;navbar-iframe-container&quot;&gt;&lt;/div&gt; &lt;script type=&quot;text/javascript&quot; src=&quot;https://apis.google.com/js/plusone.js&quot;&gt;&lt;/script&gt; &lt;script type=&quot;text/javascript&quot;&gt; gapi.load(&quot;gapi.iframes:gapi.iframes.style.bubble&quot;, function() { if (gapi.iframes &amp;&amp; gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: &#39;https://www.blogger.com/navbar.g?targetBlogID\x3d5387975205672104946\x26blogName\x3d+Life+and+Linda+\x26publishMode\x3dPUBLISH_MODE_HOSTED\x26navbarType\x3dLIGHT\x26layoutType\x3dLAYOUTS\x26searchRoot\x3dhttps://www.lifeandlinda.com/search\x26blogLocale\x3den\x26v\x3d2\x26homepageUrl\x3dhttp://www.lifeandlinda.com/\x26vt\x3d-7634769154783002350&#39;, where: document.getElementById(&quot;navbar-iframe-container&quot;), id: &quot;navbar-iframe&quot; }); } }); &lt;/script&gt;&lt;script type=&quot;text/javascript&quot;&gt; (function() { var script = document.createElement(&#39;script&#39;); script.type = &#39;text/javascript&#39;; script.src = &#39;//pagead2.googlesyndication.com/pagead/js/google_top_exp.js&#39;; var head = document.getElementsByTagName(&#39;head&#39;)[0]; if (head) { head.appendChild(script); }})(); &lt;/script&gt; </b:includable> </b:widget> </b:section>--> <!-- header wrapper start --> <header id='header-wrapper' itemscope='itemscope' itemtype='http://schema.org/WPHeader'> <div class='conty'> <div class='header section section' id='header'><div class='widget Header' data-version='1' id='Header1'> <div id='header-inner'> <a href='https://www.lifeandlinda.com/' itemprop='url' style='display: block'> <h1><img alt=' Life and Linda ' height='350px; ' id='Header1_headerimg' src='https://blogger.googleusercontent.com/img/a/AVvXsEjvCQwk76ADHgy25NOD8LptbP0IFrs3TFda9UdNDte8FyfcMnJ0jluZpq9AklTY8L7FOHgI0HkmOg11O8cD7TFQgGfhowQ3S3xdmJvKuh1Famp7LHx_xC27iRPllCSnXrw0pvNA39IrncKubZqhK6BYXSbbkRwa9-cpP1EsA2SV8-CB1L_P36NhKid5=s1000-rw' style='display: block' width='1000px; '/></h1> </a> </div> </div></div> </div> </header> <!-- header wrapper end --> <nav id='nav' itemscope='itemscope' itemtype='http://schema.org/SiteNavigationElement'> <div class='conty'> <ul class='nav menubar2' id='menu-main'> <li> <a class='active' href='/'> <span>Home</span> </a> </li> <li> <a href='http://www.lifeandlinda.com/p/about-me_2.html'> <span> About Me</span> </a> <ul> <li> <a href='http://www.lifeandlinda.com/p/house.html'> House Tour </a> </li> <li> <a href='http://www.lifeandlinda.com/p/contact.html'> Contact </a> </li> <li> <a href='http://www.lifeandlinda.com/p/link-parties.html'> Blog Roll </a> </li> </ul> </li> <li> <a href='http://www.lifeandlinda.com/p/tablescapes_29.html'> <span>Tablescape Categories</span> </a> <ul> <li> <a href='http://www.lifeandlinda.com/p/christmas-tablescapes.html'> Christmas </a> </li> <li> <a href='http://www.lifeandlinda.com/p/spring-tablescapes.html'> Spring </a> </li> <li> <a href='http://www.lifeandlinda.com/p/summer-tablescapes.html'> Summer </a> </li> <li> <a href='http://www.lifeandlinda.com/p/fall-tablescapes.html'> <span> Fall</span> </a> </li> <li> <a href='http://www.lifeandlinda.com/p/halloween-tablescapes.html'> <span> Halloween</span> </a> </li> </ul> </li> <li> <a href='http://www.lifeandlinda.com/p/blog-page.html'> <span>Recipes</span> </a> <ul> <li> <a href='http://www.lifeandlinda.com/search/label/breakfast'> Breakfast </a> </li> <li> <a href='http://www.lifeandlinda.com/p/appetizers.html'> Appetizers </a> </li> <li> <a href='http://www.lifeandlinda.com/p/entrees.html'> Entrees </a> </li> <li> <a href='http://www.lifeandlinda.com/search/label/pasta'> <span> Pasta</span> </a> </li> <li> <a href='http://www.lifeandlinda.com/p/desserts.html'> <span> Desserts</span> </a> </li> </ul> </li> <li> <a href='http://www.lifeandlinda.com/p/blog-designs.html'> <span>Blog Design</span> </a> <ul> <li> <a href='http://www.myfairyblogmother.com/'> My Fairy Blog Mother </a> </li> <li> <a href='http://www.myfairyblogmother.com/p/blog-designs.html'> Services </a> </li> <li> <a href='http://www.myfairyblogmother.com/p/kudos.html'> <span> Testimonials</span> </a> </li> </ul> </li> <li> <a href='http://www.lifeandlinda.com/p/projects.html'> <span>Projects</span> </a> </li> <li> <a href='http://www.lifeandlinda.com/p/sitemap.html'> <span>Post Index</span> </a> </li> <li> <a href='http://www.lifeandlinda.com/p/blogger-tutorials.html'> <span> Blog Tutorials</span> </a> </li> </ul> </div> </nav> <div class='clear'></div> <div class='clear'></div> <!-- outer-wrapper start --> <div id='outer-wrapper'> <!-- secondary navigation menu end --> <!-- content wrapper start --> <div id='content-wrapper'> <div id='mywrapper'> <!-- post wrapper start --> <div id='post-wrapper'> <div class='post-container'> <div class='clear'></div> <div id='singlepage'> <div class='main section' id='main'><div class='widget Blog' data-version='1' id='Blog1'> <div class='breadcrumbs'><span><a href='https://www.lifeandlinda.com/' rel='nofollow'>Home</a></span> / <span>Disclosure Policy</span> </div> <div class='blog-posts hfeed'> <!--Can't find substitution for tag [defaultAdStart]--> <div class="date-outer"> <div class="date-posts"> <div class='post-outer'> <meta content='summary' name='twitter:card'/> <meta content='@LifeandLinda' name='twitter:site'/> <meta content='@LifeandLinda' name='twitter:creator'/> <meta content='www.lifeandlinda.com' name='twitter:domain'/> <meta content='' name='twitter:image:src'/> <meta content='Disclosure Policy' name='twitter:title'/> <meta content=' 聽 This blog 聽Life and Linda is a personal blog written and edited by me.聽For聽 聽 聽 聽 聽 聽 questions about this blog, please contact Linda Pr...' name='twitter:description'/> <meta content='' name='twitter:url'/> <article class='post hentry'> <a name='6675929756620334519'></a> <h1 class='post-title entry-title' itemprop='name headline'> Disclosure Policy </h1> <div class='post-info'> </div> <div class='post-header'> <div class='post-header-line-1'></div> </div> <div class='post-body entry-content' id='post-body-6675929756620334519' itemprop='articleBody description'> <br /> <div style="text-align: left;"> &nbsp; This blog &nbsp;Life and Linda is a personal blog written and edited by me.&nbsp;For&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; questions about this blog, please contact Linda Primmer (lifeandlinda at gmail&nbsp; &nbsp; &nbsp; dot com) Feel free to contact me <a href="https://www.lifeandlinda.com/p/contact.html" target="_blank">Here</a>.</div> <br /> <ul style="background-color: white; box-sizing: inherit; list-style-image: initial; list-style-position: initial; margin: 0px 0px 1.6em 2.4em; padding: 0px;"> <li style="box-sizing: inherit;"><span style="font-family: inherit;">Please note that this blog is a personal blog written and edited by me.&nbsp; I always give my honest opinions, findings, beliefs, or experiences on the topics or products I write about.&nbsp; The views and opinions expressed on this blog are purely my own.&nbsp; Any product claim, statistic, quote or other representation about a product or service should be verified with the manufacturer, provider or party in question.</span></li> <li style="box-sizing: inherit;"><span data-reactid=".5q.1:5:1:$comment434668103399353_434706060062224/=10.0.$right.0.$left.0.0.2.$comment-body.0.3.0.$text0/=1$text4/=010" style="box-sizing: inherit;"><span style="font-family: inherit;">I am a participant in the Amazon Associates Program, an affiliate advertising program designed to provide a means for me to earn fees by linking to Amazon and affiliated sites.</span></span></li> <li style="box-sizing: inherit;"><span style="font-family: inherit;">Many of my posts contain affiliate links. &nbsp;If you click on an affiliate link and buy something from that site, I may receive a small commission. This NEVER results in additional charges to you or any increase in the cost of the product you are purchasing. I only recommend products that I either own and love or would purchase for myself.&nbsp; Mentions of associated products/services/businesses within the content of my&nbsp;blog may or may not be noted as an affiliate in every reference. The affiliate commission I earn each month helps pay the fees to keep this blog running.</span></li> </ul> <div style="background-color: white; box-sizing: inherit; color: #495762;"> <span style="font-family: inherit;">&nbsp; &nbsp; GOOGLE ADSENSE (GOOGLE INC.) DISCLOSURE STATEMENT</span></div> <div style="background-color: white; box-sizing: inherit; color: #495762;"> <br /></div> <ul style="box-sizing: inherit; list-style-image: initial; list-style-position: initial; margin: 0px 0px 1.6em 2.4em; padding: 0px;"> <li style="box-sizing: inherit;"><span style="font-family: inherit;">Third party vendors, including Google, use cookies to serve ads based on a user&#8217;s prior visits to your website or other websites.</span></li> </ul> <ul style="box-sizing: inherit; list-style-image: initial; list-style-position: initial; margin: 0px 0px 1.6em 2.4em; padding: 0px;"> <li style="box-sizing: inherit;"><span style="font-family: inherit;">Google&#8217;s use of advertising cookies enables it and its partners to serve ads to your users based on their visit to your sites and/or other sites on the Internet.</span></li> </ul> <ul style="box-sizing: inherit; list-style-image: initial; list-style-position: initial; margin: 0px 0px 1.6em 2.4em; padding: 0px;"> <li style="box-sizing: inherit;"><span style="font-family: inherit;">Users may opt out of personalized advertising by visiting&nbsp;<a href="https://www.google.com/settings/ads" rel="noopener noreferrer" style="background-color: transparent; border-bottom: 2px solid rgb(129, 147, 161); box-sizing: inherit; color: #8193a1; text-decoration-line: none; transition: 0.1s; word-wrap: break-word;" target="_blank">Ads Settings</a>. (Alternatively, you can direct users to opt out of a third-party vendor&#8217;s use of cookies for personalized advertising by visiting&nbsp;<a href="http://www.aboutads.info/choices/" rel="noopener noreferrer" style="background-color: transparent; border-bottom: 2px solid rgb(129, 147, 161); box-sizing: inherit; color: #8193a1; text-decoration-line: none; transition: 0.1s; word-wrap: break-word;" target="_blank">www.aboutads.info</a>.)</span></li> </ul> <span style="font-family: inherit;">To understand how Google uses your information, please visit:</span><br /> <div class="innerText" style="background-color: white; box-sizing: inherit; color: #495762;"> <div style="box-sizing: inherit; margin-bottom: 1.6em;"> <span style="font-family: inherit;">I use Google AdSense Advertising on my website.</span></div> <div style="box-sizing: inherit; margin-bottom: 1.6em;"> <span style="font-family: inherit;">Google&#8217;s advertising requirements can be summed up by Google&#8217;s Advertising Principles.&nbsp; They are put in place to provide a positive experience for users.</span></div> <div style="box-sizing: inherit; margin-bottom: 1.6em;"> <a href="https://support.google.com/adwordspolicy/answer/1316548?hl=en" rel="noopener noreferrer" style="background-color: transparent; border-bottom: 2px solid rgb(129, 147, 161); box-sizing: inherit; color: #8193a1; text-decoration-line: none; transition: 0.1s; word-wrap: break-word;" target="_blank"><span style="font-family: inherit; font-size: small;">https://support.google.com/adwordspolicy/answer/1316548?hl=en</span></a></div> </div> <div class="innerText" style="background-color: white; box-sizing: inherit; color: #495762;"> <div style="box-sizing: inherit; margin-bottom: 1.6em;"> <a href="https://www.google.com/policies/privacy/partners/" rel="noopener noreferrer" style="background-color: transparent; border-bottom: 2px solid rgb(129, 147, 161); box-sizing: inherit; color: #8193a1; text-decoration-line: none; transition: 0.1s; word-wrap: break-word;" target="_blank"><span style="font-family: inherit; font-size: small;">https://www.google.com/policies/privacy/partners/</span></a></div> </div> <br /> &nbsp;This blog accepts forms of cash advertising, sponsorship, paid insertions or other forms of compensation.<br /> <br /> &nbsp;This blog abides by word of mouth marketing standards. We believe in honesty of relationship, opinion and identity. The compensation received may influence the advertising content, topics or posts made in this blog. That content, advertising space or post will be clearly identified as paid or sponsored content.<br /> <br /> &nbsp;The owner of this blog is compensated to provide opinion on products, services, websites and various other topics. Even though the owner(s) of this blog receives compensation for our posts or advertisements, we always give our honest opinions, findings, beliefs, or experiences on those topics or products. The views and opinions expressed on this blog are purely the bloggers' own. Any product claim, statistic, quote or other representation about a product or service should be verified with the manufacturer, provider or party in question.<br /> <br /> &nbsp;This blog does not contain any content which might present a conflict of interest.<br /> <br /> Note: Life and Linda may be compensated if consumers choose to utilize the links throughout the content on this site and generate sales for the merchant.<br /> <br /> <br /> &#169; Linda Primmer from Life and Linda, 2016. Unauthorized use and/or duplication of this material without express and written permission from this blog&#8217;s author and/or owner is strictly prohibited. Excerpts and links may be used, provided that full and clear credit is given to Linda Primmer and Life and Linda with appropriate and specific direction to the original content.<br /> <br /> To get your own policy, go to http://www.disclosurepolicy.org<br /> This policy is valid from 26 August 2016<br /> <div> <br /></div> <div style='clear: both;'></div> </div> </article> <div id='top-comment'> <div class='widget2' id='top-comment1'> <div class='centerare1'> <div class='comments' id='comments'> <a name='comments'></a> <div id='backlinks-container'> <div id='Blog1_backlinks-container'> </div> </div> </div> </div> </div> </div> </div> </div></div> <!--Can't find substitution for tag [adEnd]--> </div> <div class='blog-pager' id='blog-pager'> <a class='home-link' href='https://www.lifeandlinda.com/'> Home </a> </div> <div class='clear'></div> <div class='blog-feeds'> <div class='feed-links'> Subscribe to: <a class='feed-link' href='https://www.lifeandlinda.com/feeds/posts/default' target='_blank' type='application/atom+xml'> Posts ( Atom ) </a> </div> </div> </div><div class='widget Text' data-version='2' id='Text1'> <div class='widget-content'> <div class="note">Please note that I use Google Adsense, Shareasale, Rakuten and Amazon affiliate links on this site. This means using them for purchases won&#8217;t cost you extra but may earn me a small commission. Our full disclosure is available for viewing under About in the <a href="https://www.lifeandlinda.com/p/privacy-policy_18.html">disclosure policy</a>.<br /> All rights reserved. Our graphics, images and text are all subject to copyright protection.</div> </div> <div class='clear'></div> </div><div class='widget HTML' data-version='1' id='HTML5'> <h2 class='title'>Follow LifeandLinda on Instagram</h2> <div class='widget-content'> <!-- SnapWidget --> <iframe src="https://snapwidget.com/embed/1004377" class="snapwidget-widget" allowtransparency="true" frameborder="0" scrolling="no" style="border:none; overflow:hidden; width:800px; height:200px" title="Posts from Instagram"></iframe> </div> <div class='clear'></div> </div></div> </div><!--singlepage end--> </div> </div> <!-- post wrapper end --> </div> <!--my wrapper end --> <!-- sidebar wrapper start --> <!-- sidebar wrapper start --> <aside id='sidebar-wrapper' itemscope='itemscope' itemtype='http://schema.org/WPSideBar'> <div class='sidebar-container'> <div class='sidebar section section' id='sidebar'><div class='widget HTML' data-version='2' id='HTML1'> <h2 class='title'>Hey there!</h2> <div class='widget-content'> <a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgAIdPDpTZUnzEIgqsDML4zGTjOiWUlc5l7CxPp7MlHgGulq15Jj4o9VvtXNEFAthnnj9p65TkRlpPfzZLsZoNtu1IAnKZdC-MmZOl29VnQckERY3SywVA-TlnnKwveUYZiT3FYewALel6UopPBYfcEcoPIuMiH2q2RbmNRMrms7e6SlSciAgpRYaO6Gq4/s1600/Linda%20new%20profile%202024.jpg=s16000-rw" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"><img loading="lazy" border="0" height="550" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgAIdPDpTZUnzEIgqsDML4zGTjOiWUlc5l7CxPp7MlHgGulq15Jj4o9VvtXNEFAthnnj9p65TkRlpPfzZLsZoNtu1IAnKZdC-MmZOl29VnQckERY3SywVA-TlnnKwveUYZiT3FYewALel6UopPBYfcEcoPIuMiH2q2RbmNRMrms7e6SlSciAgpRYaO6Gq4/s1600/Linda%20new%20profile%202024.jpg=s16000-rw" width="380" /></a><center> <a href="https://www.facebook.com/pages/LifeandLinda/484834781531039" title="Like Me On Facebook"><img loading="lazy" alt="Facebook Icon" height="35" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh6rmXjJPaPsrqc5OfAf2drPQOPB1VEnhqO5wkGIyHdDrtZSJf9yz1P8w3S65GZfxRJJmjcjAaDEDVOKA5-TLGoH6azlAHJz4Rc3RoyN_wBTDAleOR1RFdsNi-R8NsOgXbNiQQy-ArLvkQ/s1600-rw/facebook.png" width="35" /></a> <a href="http://pinterest.com/lifeandlinda/" title="Follow Me On Pinterest"><img loading="lazy" alt="Pinterest Icon" height="35" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhq2_ttlBM2xSYn8DVRQhcDn-GUonXq8Zi9RMkAGswlD3vK7vM2NtjORgDAXp3MQ6DwUJNR91ha5qqgO5DGRRt2gYcNCsDqvx1cot0JeVQF9It7MXEIE_ulO9pXJFSy-1VNofgZ6twFjUU/s1600/pinterest+optimized.png" width="35" /></a> <a href="http://instagram.com/lifeandlinda#" title="Follow Me On Instagram"><img loading="lazy" alt="Instagram Icon" height="37" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgjwXBpjlX-h7e6bYGlru1n0Hy1jyPskayYgOWJfF1zNdOR8MTK0CTSwopr-SO1xQ3bpYn2UpDpeGIFtF6q5_PQPaPMHY2KwPnyYdVMZdyBux55w_HIMwhCUc2CyXYN7jzJuAn7E2nYeZE/s1600-rw/instagram-optimized.png" width="35" /></a> <a href="http://www.bloglovin.com/en/blog/4119083" title="Add Me On Bloglovin"><img loading="lazy" alt="Bloglovin Icon" height="35" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj-X391ww9w5fNSi0BCKyEqbYxZ7xfT4hnAVjCBnXuwnwMcDfMa7bNXGjcqoGV-vkrghzaD2GSMihzKJZ6HUrj_D0fyipxQ7TvwVAFdbfnsenXKMJlsutkB3dj2RKrpc67SakPlc7xn6IA/h120/bloglovin+optimized.png" width="35" /></a> <a href="http://twitter.com/LifeandLinda" title="Follow Me On Twitter"><img loading="lazy" alt="Twitter Icon" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEipNlkkdbf26YxsjOK3JVbmW4bH3GvkoK6tX0AKdQOLwJsl3jK9ed6cxvgZdD8MeZx38RdkuNay6VjyU-MBwe5J5KNtvUfWgXn0_NfuukqTD__V36j5KOX_qDsAqy1xlZwhYj2yFfM-MIs/s1600/twitter-+optimized.png" height="35" width="35" /></a></center> </div> <div class='clear'></div> </div><div class='widget Image' data-version='1' id='Image5'> <h2>Citrus Table</h2> <div class='widget-content'> <a href='https://www.lifeandlinda.com/2020/03/floral-with-citrus-spring-table.html'> <img alt='Citrus Table' height='1374' id='Image5_img' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj5VD4oCAP-sq1GSIewUxUkgPMZvkKmKb4nrEOUFyBbft0s51Wm0nXfI8LqQR9YN9YLRMj4VbZOPo8dl7dzKnbeJZ4O0L3skLhC8FB-8mI4238qE_ovqaVF3iqTjc7XtZfoMBuSztp_Hac/s1374/tulips.jpg' width='650'/> </a> <br/> </div> <div class='clear'></div> </div><div class='widget Image' data-version='2' id='Image3'> <h2>Singin in the Rain</h2> <div class='widget-content'> <a href='https://www.lifeandlinda.com/2024/02/singin-in-rain.html'> <img alt='Singin in the Rain' height='862' id='Image3_img' loading='lazy' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh4oNODuCVdbQtrQhQn4Zi6ZUeyoHkanslVNbzHhJg3WVWbg7neiWbXusOjHMmxw8eKEm5hO6_MKaIF_LEGblsYwLGPx8at8yFfSDjXksaVmzNtCwPYGB6lKyZmmiu86kWgHVGcJbC9EK79jGvEb4mBXnBZmbR62j4eqIEW4un3jdQiaTEsF_oP_uG3Kqo/s862/frog6%20(1)-min.jpg' width='646'/> </a> <br/> </div> <div class='clear'></div> </div><div class='widget Image' data-version='2' id='Image4'> <h2>Our next Adventure March 1, 2025</h2> <div class='widget-content'> <img alt='Our next Adventure March 1, 2025' height='619' id='Image4_img' loading='lazy' src='https://blogger.googleusercontent.com/img/a/AVvXsEgFbnNIVA0VNgJ4P6qbjG_ypsFPseKQ9xv7gSD_tdBWtnUZU014fZsYVPR3xjxBricyyihIXfXpzsuDKD477d2hsSvcCMfwZECNcd5MJ5oolhB29bqlz_TL3_3p4NcIzu7_ZK94kIYtsqWqENaKIzfulO3Wj6sxxhNId2Yp9OZ8bB3RJdpNBaddBRJl9Kg=s619' width='450'/> <br/> <span class='caption'>Plus GIVEAWAY</span> </div> <div class='clear'></div> </div><div class='widget Image' data-version='1' id='Image2'> <h2>Mackenzie Childs Spring Table</h2> <div class='widget-content'> <a href='https://www.lifeandlinda.com/2017/04/mackenzie-childs-spring-tablescape.html'> <img alt='Mackenzie Childs Spring Table' height='1600' id='Image2_img' src='https://blogger.googleusercontent.com/img/a/AVvXsEjzL9vriACA8FIp2LRG8T7Ds4ILXcsBXqFXyTyR2jfM9WZ6Fnc0de25oANIJZwZjmpD5FJehhlTfhkK1CnVxrfxBP8VUnE9nKgCZvbkJStdnl88lNH6mJUR-YO-V8oXNO-c3Pvj1zdmYtfuzVN4D6g2vvuWEzqI0k9m7Y84QY4Kk5jNjZBOtvzQKXUvcpY=s1600' width='900'/> </a> <br/> </div> <div class='clear'></div> </div><div class='widget HTML' data-version='2' id='HTML2'> <h2 class='title'>My Instagram</h2> <div class='widget-content'> <!-- SnapWidget --> <iframe src="https://snapwidget.com/embed/915099" class="snapwidget-widget" allowtransparency="true" frameborder="0" scrolling="no" style="border:none; overflow:hidden; width:330px; height:596px" title="Posts from Instagram"></iframe> </div> <div class='clear'></div> </div><div class='widget LinkList' data-version='2' id='LinkList1'> <h2>Blog Makeover?</h2> <div class='widget-content'> <ul> <li><a href='https://www.lifeandlinda.com/p/contact.html'>Contact Me</a></li> <li><a href='https://www.lifeandlinda.com/p/blog-designs.html'>Linda Designs Blogs</a></li> <li><a href='https://www.myfairyblogmother.com/'>My Fairy Blog Mother</a></li> <li><a href='https://www.myfairyblogmother.com/p/blog-designs.html'>Services</a></li> <li><a href='https://www.lifeandlinda.com/p/blogger-support.html'>Blogger Support</a></li> <li><a href='https://www.myfairyblogmother.com/p/kudos.html'>Testimonials</a></li> </ul> <div class='clear'></div> </div> </div><div class='widget Image' data-version='1' id='Image7'> <h2>Lovely Lavender Table</h2> <div class='widget-content'> <a href='https://www.lifeandlinda.com/2017/05/lovely-lavender-tablecape.html'> <img alt='Lovely Lavender Table' height='1244' id='Image7_img' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiqjFwIfHeQPE73cO4TQ9tp4i30qiWLhGmU82u-AMoLSYJHn2yOns9yG5fFkvPOvtuHsemovtGTQ9FiNxYrZzRB4t2uoiOZn-ihubEllBWdDGBZKhbv3dH16lS1hffr2_qor7Non5C7duc/s1244/lavender+goodness.jpg' width='700'/> </a> <br/> </div> <div class='clear'></div> </div><div class='widget HTML' data-version='1' id='HTML4'> <h2 class='title'>Sponsor</h2> <div class='widget-content'> <center><a target="_blank" href="https://shareasale.com/r.cfm?b=2730824&amp;u=931107&amp;m=123747&amp;urllink=&amp;afftrack="><img src="https://static.shareasale.com/image/123747/300x2501_01.png" border="0" /></a></center> </div> <div class='clear'></div> </div><div class='widget HTML' data-version='1' id='HTML7'> <h2 class='title'>Sponsor</h2> <div class='widget-content'> <center><a target="_blank" href="https://shareasale.com/r.cfm?b=2734934&amp;u=931107&amp;m=112429&amp;urllink=&amp;afftrack="><img src="https://static.shareasale.com/image/112429/300x250_06.jpg" border="0" alt="73% off super sale for limited stock, first come, first servce!" /></a></center> </div> <div class='clear'></div> </div><div class='widget HTML' data-version='2' id='HTML6'> <h2 class='title'>Looking For Something?</h2> <div class='widget-content'> <center><style> #search-box { position: relative; width: 70%; margin: 0; } #search-form { height: 40px; border: 1px solid #999; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; background-color: #fff; overflow: hidden; } #search-text { font-size: 14px; color: #ddd; border-width: 0; background: transparent; } #search-box input[type="text"] { width: 90%; padding: 11px 0 12px 1em; color: #333; outline: none; } #search-button { position: absolute; top: 0; right: 0; height: 42px; width: 80px; font-size: 14px; color: #fff; text-align: center; line-height: 42px; border-width: 0; background-color:#DC82BA; -webkit-border-radius: 0px 5px 5px 0px; -moz-border-radius: 0px 5px 5px 0px; border-radius: 0px 5px 5px 0px; cursor: pointer; } </style> <div id='search-box'> <form action='/search' id='search-form' method='get' target='_top'> <input id='search-text' name='q' placeholder='Search LifeandLinda' type='text'/> <button id='search-button' type='submit'><span>Search</span></button> </form> </div></center> </div> <div class='clear'></div> </div><div class='widget Image' data-version='2' id='Image1'> <h2>Blog Hops For Tablescapes</h2> <div class='widget-content'> <a href='https://www.lifeandlinda.com/p/blog-hops.html'> <img alt='Blog Hops For Tablescapes' height='360' id='Image1_img' loading='lazy' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjPleFvHJ-fgoIM8iO6pKi4Rp3kX3ERm1EF2df8PxqdvsKyfuHkmQemwGcn_1eDj4lN3ESS5BrIlf9aO2X182JylUPM9IFNL95uvzWmo9tpnwoJSOvvdWflciXpQLbIeb4MxMCA-2mGQkw/s1600/bloghopa.jpg' width='640'/> </a> <br/> </div> <div class='clear'></div> </div><div class='widget Image' data-version='2' id='Image12'> <h2>Join Mackenzie Childs Loyalty Program</h2> <div class='widget-content'> <a href='<center><a href="https://www.pjatr.com/t/4-460159-281215-149251" rel="sponsored"><img src="//www.pjatr.com/b/4-460159-281215-149251" border="0" width="300" height="250" title="300X250" alt="300X250"></a>tm_source=Pepperjam&utm_medium=PPJ+Affiliate&utm_campaign=PPJ-1</center>'> <img alt='Join Mackenzie Childs Loyalty Program' height='250' id='Image12_img' loading='lazy' src='https://blogger.googleusercontent.com/img/a/AVvXsEj_783jA7NdXiDdRXlErJiOOBWpLstHUMLJN16JxcNqc2pI-62sz8hzAg-5rztSvxvMX2cchkQqaeUYvqdOgXehebUiLfGJ0f8CqF5XcCnE1wOp5FOlX0fPbL6pIglYT2AdLFl_1UuiP5YmDFZBbe8m_aLPVI8KN5j0suM43uI3FXxcO7Ak9OrfBQ9F=s300' width='300'/> </a> <br/> </div> <div class='clear'></div> </div><div class='widget PopularPosts' data-version='1' id='PopularPosts1'> <h2>Popular Posts</h2> <div class='widget-content popular-posts'> <ul> <li> <div class='item-content'> <div class='item-thumbnail'> <a href='https://www.lifeandlinda.com/2020/07/2020-comment-notification-for-blogger.html' target='_blank'> <img alt='' border='0' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiebLGmxJf6QRBNLa26T8Fu36tXEvdLahi_8xsRjF8_nRNRMMvmWVcuTsuW8y6MkYLKZAu-M8gVreZwfNvKvQAXYK4TXbjI3csY5wekjSVXsEYah9tqIrmp7hcZQAugXViC7cJD_tHK_8s/w72-h72-p-k-no-nu/network.png?imgmax=650'/> </a> </div> <div class='item-title'><a href='https://www.lifeandlinda.com/2020/07/2020-comment-notification-for-blogger.html'>2020 Comment Notification for Blogger</a></div> <div class='item-snippet'>Hello friends, it seems like Blogger is constantly changing.&#160; We have to keep on our toes to see how things work.&#160; I noticed sometimes my co...</div> </div> <div style='clear: both;'></div> </li> <li> <div class='item-content'> <div class='item-thumbnail'> <a href='https://www.lifeandlinda.com/2022/07/a-fix-for-anonymous-commenting-with.html' target='_blank'> <img alt='' border='0' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgD1zxGoJiBxe09MoiBfeb7QQD4gJ-2Q_Tyx7INsidsZX-WPJUuQGH-UCY2HyOLgnqoyN-l-Q4V_6pNLee3qUUw2hTeMIIXNINaWYXe2GaXONPayrICFxfzJ0PPdXSXMRFZH0B8l2yNVoQ3MrKdExKbEn8LfCYPXIjLaOu2hCV5ZAQ11RmMpvnqwLNr/w72-h72-p-k-no-nu/blogger%20coment%20(1).jpg'/> </a> </div> <div class='item-title'><a href='https://www.lifeandlinda.com/2022/07/a-fix-for-anonymous-commenting-with.html'>A Fix for Anonymous Commenting With Blogger</a></div> <div class='item-snippet'>I &#160;have noticed many bloggers are having a difficult time commenting on Blogger blogs. The main reason is bloggers can only comment as Anony...</div> </div> <div style='clear: both;'></div> </li> <li> <div class='item-content'> <div class='item-thumbnail'> <a href='https://www.lifeandlinda.com/2020/10/jack-and-sally-misfit-love.html' target='_blank'> <img alt='' border='0' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj_79e91rmfFtMZMhWCBuvFMfXmPgCGUpcc9xlPxj9kh2Azfwome-Yx3HG6uV2Jtae6PIbCl7jR4wrSWAmm4O_HIG432qe4mevfqHJ6StjXIZKD6gmFPKamPmRndvJSYPNGW-wh4SeguSc/w72-h72-p-k-no-nu/jacksally.jpg'/> </a> </div> <div class='item-title'><a href='https://www.lifeandlinda.com/2020/10/jack-and-sally-misfit-love.html'>Jack and Sally - Misfit Love</a></div> <div class='item-snippet'>Sally is in love with&#160; Jack Skellington , but is unsuccessful in showing her affections to&#160; Jack . However, by the end of the movie, she ma...</div> </div> <div style='clear: both;'></div> </li> <li> <div class='item-content'> <div class='item-thumbnail'> <a href='https://www.lifeandlinda.com/2020/10/love-your-creativity-link-party-67.html' target='_blank'> <img alt='' border='0' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiievJKbe1xGofWrBHGKO2IDqN0m65zXGRXSkVosbVGwaQGOsyoomxumYTLKbXq7sckYhjOxWASYLEaV7r7g3QWly1zByoidK4uzinU599ilAWDlG71_6S6yzZe02EqQVCC5lYxmiel0hI/w72-h72-p-k-no-nu/image.png?imgmax=640'/> </a> </div> <div class='item-title'><a href='https://www.lifeandlinda.com/2020/10/love-your-creativity-link-party-67.html'>Love Your Creativity Link Party #67</a></div> <div class='item-snippet'>&quot; Love &#160;Your Creativity.&quot; The place&#160; where&#160; you can share your latest blog posts.&#160;&#160; Just link up&#160; at&#160; &#160;the bottom of this post. Yo...</div> </div> <div style='clear: both;'></div> </li> <li> <div class='item-content'> <div class='item-thumbnail'> <a href='https://www.lifeandlinda.com/2015/09/blogger-simple-drop-down-menu.html' target='_blank'> <img alt='' border='0' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjcdamIklmeJ6lKVCuoCQgPA7xKCorJPZR0UF3DMjKFOMy1YGn44awIbLGlLnop-VY6EDLHLihXAOGHxPkwbakQjyL-f9xF2_ncTh9AUh6WQ3bgaPkGYYzCCdrBwBcCw3SOlipZLfygnRA/w72-h72-p-k-no-nu/drop+down+menu.png'/> </a> </div> <div class='item-title'><a href='https://www.lifeandlinda.com/2015/09/blogger-simple-drop-down-menu.html'>Blogger - Simple Drop-down Menu</a></div> <div class='item-snippet'> This is relatively easy. &#160;You add the coding in a Javascript gadget under your header. The instructions below include adding a second ga...</div> </div> <div style='clear: both;'></div> </li> </ul> <div class='clear'></div> </div> </div><div class='widget Image' data-version='2' id='Image6'> <h2>Our Sweet Fur Babies</h2> <div class='widget-content'> <img alt='Our Sweet Fur Babies' height='685' id='Image6_img' loading='lazy' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiRsBP-jh1ZiuK-0tHu6n-57JIAoAb1eTysUVwoesNv3LVavoSSiP9BpFKTMlAAWvv7iv6kgBDZVJdwwagkAEFbBlOhVoG6mLEi4smxiwx1LZ_Q8UZdD6cjEnKKMlOfLV8D6dnQKf0hfQQ/s1600/chloe+and+Dante.jpg' width='960'/> <br/> </div> <div class='clear'></div> </div><div class='widget ContactForm' data-version='2' id='ContactForm1'> <h2 class='title'>Contact Form</h2> <div class='contact-form-widget'> <div class='form'> <form name='contact-form'> <p></p> Name <br/> <input class='contact-form-name' id='ContactForm1_contact-form-name' name='name' size='30' type='text' value=''/> <p></p> Email <span style='font-weight: bolder;'>*</span> <br/> <input class='contact-form-email' id='ContactForm1_contact-form-email' name='email' size='30' type='text' value=''/> <p></p> Message <span style='font-weight: bolder;'>*</span> <br/> <textarea class='contact-form-email-message' cols='25' id='ContactForm1_contact-form-email-message' name='email-message' rows='5'></textarea> <p></p> <input class='contact-form-button contact-form-button-submit' id='ContactForm1_contact-form-submit' type='button' value='Send'/> <p></p> <div style='text-align: center; max-width: 222px; width: 100%'> <p class='contact-form-error-message' id='ContactForm1_contact-form-error-message'></p> <p class='contact-form-success-message' id='ContactForm1_contact-form-success-message'></p> </div> </form> </div> </div> <div class='clear'></div> </div></div> </div> </aside> <!-- sidebar wrapper end --> </div> <!-- content wrapper end --> <div class='clear'></div> </div> <!-- footer wrapper start --> <aside id='bottombar'> <div class='left section section' id='left'><div class='widget LinkList' data-version='2' id='LinkList2'> <h2>My Policys</h2> <div class='widget-content'> <ul> <li><a href='https://www.lifeandlinda.com/p/disclosure-policy.html'>Disclosure Policy</a></li> <li><a href='https://www.lifeandlinda.com/p/privacy-policy_18.html'>Privacy Policy</a></li> </ul> <div class='clear'></div> </div> </div><div class='widget HTML' data-version='2' id='HTML3'> <h2 class='title'>Stay Updated!</h2> <div class='widget-content'> <center><img height="61" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhpxBA2hHmyQ-n0KyD1aJZFn1ZN-jekksK1pln-I32Q6CYZOYQjObvuIcrZ5r4a5xJiK61CD0iRYdjnuFihClBkJmdMLfPLmseMfK9EZNZJRhDIkkK_MjN2U05AejfF1eu0JLNGbyySir0/s1600/heel.png width="254" /> <div id='emailsubsocial'> <p>Sign up with your email address to receive the latest updates straight in your inbox.</p> <div class='emailsub'> <!-- Begin MailChimp Signup Form --><br /><div id="mailchimp"><form action="https://lifeandlinda.us11.list-manage.com/subscribe?u=460440ec5019a6f60df04c7de&id=e328e7e5f2" class="validate" id="mc-embedded-subscribe-form" method="post" name="mc-embedded-subscribe-form" target="_blank"> <input class="required email" id="mce-EMAIL" name="EMAIL" onblur="if(this.value=='')this.value=this.defaultValue;" onfocus="if(this.value==this.defaultValue)this.value='';" size="30" type="email" value="Enter your email" /><br /><br /> <input class="name" id="mce-FNAME" name="FNAME" onblur="if(this.value=='')this.value=this.defaultValue;" onfocus="if(this.value==this.defaultValue)this.value='';" size="30" type="text" value="Enter your name" /><br /><br /><input class="button" id="mc-embedded-subscribe" name="subscribe" type="submit" value="Subscribe" /><br /> </form></div><!--End mc_embed_signup--></div></div></center> <style type='text/css'> #emailsubsocial { width: 300px; height: 300px; border: 2px solid #DC82BA; border-radius: 5px 5px 0px 0px; } #emailsubsocial .heading { padding: 15px 25px; line-height: 35px; font-size: 26px; font-weight: 600; font-family: open sans; color: rgb(170, 170, 170); text-align: center; text-shadow: 0px 1px rgba(255, 255, 255, 0.75); background: none repeat scroll 0% 0% rgb(247, 247, 247); } #emailsubsocial p { font-family: open sans; font-size: 13px; color: rgb(170, 170, 170); line-height: 25px; padding: 10px 20px 0 20px; margin: 0; } #emailsubsocial .emailsub { padding: 0px 20px 10px 20px; } #emailsubsocial .emailsub input { color: rgb(170, 170, 170); padding: 10px; margin-top: 10px; font-size: 15px; font-family: open sans; width: 92%; border: 1px solid #ccc; border-bottom: 2px solid #ccc; border-radius: 5px; transition:border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s; } #emailsubsocial .emailsub input:focus { border-color:#DC82BA; outline: none; box-shadow: 0 0 2px 1px #3FB8AF; } #emailsubsocial .emailsub .button { background: #DC82BA; color: white!important; border:none; outline: none; border-bottom: 3px solid #8EBEB9; transition:background .4s linear; width: 90%; margin-right: 5%; margin-left: 5%; font-weight: 600; cursor:pointer; } #emailsubsocial .emailsub .button:hover{ background:#DC82BA; } </style> </div> <div class='clear'></div> </div></div> <div class='center section tagcloud1 section' id='center'><div class='widget HTML' data-version='2' id='HTML13'> <h2 class='title'>Payments For Blog Designs</h2> <div class='widget-content'> <center><form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_blank"> <input type="hidden" name="cmd" value="_s-xclick" /> <input type="hidden" name="hosted_button_id" value="MQ98Z9AAPZS3G" /> <table> <tr> <td> <input type="hidden" name="on0" value="Gold Package"/> Gold Package </td> </tr> <tr> <td> <select name="os0"> <option value="Gold Blog Package" /> Gold Blog Package $200.00 USD <option value="Deluxe Package" /> Deluxe Package $150.00 USD <option value="MailChimp" /> MailChimp $50.00 USD <option value="Blog Work" /> Blog Work $25.00 USD <option value="Blog Design Deposit" /> Blog Design Deposit $75.00 USD </select> </td> </tr> </table> <input type="hidden" name="currency_code" value="USD" /> <input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_cart_LG.gif" border="0" name="submit" title="PayPal - The safer, easier way to pay online!" alt="Add to Cart" /> </form> </center> </div> <div class='clear'></div> </div></div> <div class='right section section' id='right'><div class='widget Translate' data-version='2' id='Translate1'> <h2 class='title'>Translate</h2> <div id='google_translate_element'></div> <script> function googleTranslateElementInit() { new google.translate.TranslateElement({ pageLanguage: 'en', autoDisplay: 'true', layout: google.translate.TranslateElement.InlineLayout.SIMPLE }, 'google_translate_element'); } </script> <script defer='defer' src='//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit'></script> <div class='clear'></div> </div></div> </aside> <footer id='footer-wrapper' itemscope='itemscope' itemtype='http://schema.org/WPFooter'> <div class='conty'> <div class='footer-center'> <div class='copyright-text'> <center><p>Copyright &#169; 2013 <a href='https://www.lifeandlinda.com/'> Life and Linda </a>. All Rights Reserved.</p> <span>Customized by <a href='http://www.myfairyblogmother.com/' target='_blank'>My Fairy Blog Mother</a></span></center> </div> </div> </div> </footer> <!-- footer wrapper end --> <!-- wrapper end --> <div class='back-to-top'> <a href='#' id='back-to-top' title='back to top'> <i class='fa fa-chevron-up'></i> </a> </div> <script> $(window).scroll(function() { if($(this).scrollTop() > 200) { $('#back-to-top').fadeIn(); } else { $('#back-to-top').fadeOut(); } }); $('#back-to-top').hide().click(function() { $('html, body').animate({scrollTop:0}, 1000); return false; }); </script> <script type='text/javascript'> //<![CDATA[ var ww=document.body.clientWidth;$(document).ready(function(){$(".nav li a").each(function(){if($(this).next().length>0){$(this).addClass("parent")}});$(".toggleMenu").click(function(e){e.preventDefault();$(this).toggleClass("active");$(".nav").toggle()});adjustMenu()});$(window).bind("resize orientationchange",function(){ww=document.body.clientWidth;adjustMenu()});var adjustMenu=function(){if(ww<768){$(".toggleMenu").css("display","inline-block");if(!$(".toggleMenu").hasClass("active")){$(".nav").hide()}else{$(".nav").show()}$(".nav li").unbind("mouseenter mouseleave");$(".nav li a.parent").unbind("click").bind("click",function(e){e.preventDefault();$(this).parent("li").toggleClass("hover")})}else if(ww>=768){$(".toggleMenu").css("display","none");$(".nav").show();$(".nav li").removeClass("hover");$(".nav li a").unbind("click");$(".nav li").unbind("mouseenter mouseleave").bind("mouseenter mouseleave",function(){$(this).toggleClass("hover")})}} //]]> </script> <script type='text/javascript'> //<![CDATA[ /*! Matt Tabs v2.2.1 | https://github.com/matthewhall/matt-tabs */ !function(a){"use strict";var b=function(b,c){var d=this;d.element=b,d.$element=a(b),d.tabs=d.$element.children(),d.options=a.extend({},a.fn.mtabs.defaults,c),d.current_tab=0,d.init()};b.prototype={init:function(){var a=this;a.tabs.length&&(a.build(),a.buildTabMenu())},build:function(){var b=this,c=b.options,d=c.tab_text_el,e=c.container_class;b.tab_names=[],b.$wrapper=b.$element.wrapInner('<div class="'+e+'" />').find("."+e),b.tabs.wrapAll('<div class="'+c.tabs_container_class+'" />'),b.tabs.each(function(c,e){var f,g=a(e),h=d;f=g.find(h).filter(":first").hide().text(),b.tab_names.push(f)}),a.isFunction(c.onReady)&&c.onReady.call(b.element)},buildTabMenu:function(){for(var b,c=this,d=c.options,e=d.tabsmenu_el,f=c.tab_names,g="<"+e+' class="'+d.tabsmenu_class+'">',h=0,i=f.length,j=function(){var a=arguments;return d.tmpl.tabsmenu_tab.replace(/\{[0-9]\}/g,function(b){var c=Number(b.replace(/\D/g,""));return a[c]||""})};i>h;h++)g+=j(h+1,f[h]);g+="</"+e+">",c.$tabs_menu=a(g).prependTo(c.$wrapper),b=c.$tabs_menu.find(":first")[0].nodeName.toLowerCase(),c.$tabs_menu.on("click",b,function(b){var d=a(this),e=d.index();c.show(e),b.preventDefault()}).find(":first").trigger("click")},show:function(b){var c=this,d=c.options,e=d.active_tab_class;c.tabs.hide().filter(":eq("+b+")").show(),c.$tabs_menu.children().removeClass(e).filter(":eq("+b+")").addClass(e),a.isFunction(d.onTabSelect)&&b!==c.current_tab&&d.onTabSelect.call(c.element,b),c.current_tab=b},destroy:function(){var a=this,b=a.options.tab_text_el;a.$tabs_menu.remove(),a.tabs.unwrap().unwrap(),a.tabs.removeAttr("style"),a.tabs.children(b+":first").removeAttr("style"),a.$element.removeData("mtabs")}},a.fn.mtabs=function(c,d){return this.each(function(){var e,f=a(this),g=f.data("mtabs");e="object"==typeof c&&c,g||f.data("mtabs",g=new b(this,e)),"string"==typeof c&&g[c](d)})},a.fn.mtabs.defaults={container_class:"tabs",tabs_container_class:"tabs-content",active_tab_class:"active-tab",tab_text_el:"h1, h2, h3, h4, h5, h6",tabsmenu_class:"tabs-menu",tabsmenu_el:"ul",tmpl:{tabsmenu_tab:'<li class="tab-{0}"><span>{1}</span></li>'},onTabSelect:null}}(window.jQuery,window,document); //]]> </script> <script> $(document).ready(function(){ $(".widget h2").wrapInner("<span></span>"); }); </script> <script type='text/javascript'>//<![CDATA[ $(document).ready(function() { // change the dimension variable below to be the pixel size you want var dimension = 100; // this identifies the PopularPosts1 div element, finds each image in it, and resizes it $('#PopularPosts1').find('img').each(function(n, image){ var image = $(image); image.attr({src : image.attr('src').replace(/s\B\d{2,4}/,'s' + dimension)}); image.attr('width',dimension); image.attr('height',dimension); }); }); //]]></script> <script type='text/javascript'>//<![CDATA[ !function(t){var e={},s={mode:"horizontal",slideSelector:"",infiniteLoop:!0,hideControlOnEnd:!1,speed:500,easing:null,slideMargin:0,startSlide:0,randomStart:!1,captions:!1,ticker:!1,tickerHover:!1,adaptiveHeight:!1,adaptiveHeightSpeed:500,video:!1,useCSS:!0,preloadImages:"visible",responsive:!0,slideZIndex:50,touchEnabled:!0,swipeThreshold:50,oneToOneTouch:!0,preventDefaultSwipeX:!0,preventDefaultSwipeY:!1,pager:!0,pagerType:"full",pagerShortSeparator:" / ",pagerSelector:null,buildPager:null,pagerCustom:null,controls:!0,nextText:"Next",prevText:"Prev",nextSelector:null,prevSelector:null,autoControls:!1,startText:"Start",stopText:"Stop",autoControlsCombine:!1,autoControlsSelector:null,auto:!1,pause:4e3,autoStart:!0,autoDirection:"next",autoHover:!1,autoDelay:0,minSlides:1,maxSlides:1,moveSlides:0,slideWidth:0,onSliderLoad:function(){},onSlideBefore:function(){},onSlideAfter:function(){},onSlideNext:function(){},onSlidePrev:function(){},onSliderResize:function(){}};t.fn.bxSlider=function(n){if(0==this.length)return this;if(this.length>1)return this.each(function(){t(this).bxSlider(n)}),this;var o={},r=this;e.el=this;var a=t(window).width(),l=t(window).height(),d=function(){o.settings=t.extend({},s,n),o.settings.slideWidth=parseInt(o.settings.slideWidth),o.children=r.children(o.settings.slideSelector),o.children.length<o.settings.minSlides&&(o.settings.minSlides=o.children.length),o.children.length<o.settings.maxSlides&&(o.settings.maxSlides=o.children.length),o.settings.randomStart&&(o.settings.startSlide=Math.floor(Math.random()*o.children.length)),o.active={index:o.settings.startSlide},o.carousel=o.settings.minSlides>1||o.settings.maxSlides>1,o.carousel&&(o.settings.preloadImages="all"),o.minThreshold=o.settings.minSlides*o.settings.slideWidth+(o.settings.minSlides-1)*o.settings.slideMargin,o.maxThreshold=o.settings.maxSlides*o.settings.slideWidth+(o.settings.maxSlides-1)*o.settings.slideMargin,o.working=!1,o.controls={},o.interval=null,o.animProp="vertical"==o.settings.mode?"top":"left",o.usingCSS=o.settings.useCSS&&"fade"!=o.settings.mode&&function(){var t=document.createElement("div"),e=["WebkitPerspective","MozPerspective","OPerspective","msPerspective"];for(var i in e)if(void 0!==t.style[e[i]])return o.cssPrefix=e[i].replace("Perspective","").toLowerCase(),o.animProp="-"+o.cssPrefix+"-transform",!0;return!1}(),"vertical"==o.settings.mode&&(o.settings.maxSlides=o.settings.minSlides),r.data("origStyle",r.attr("style")),r.children(o.settings.slideSelector).each(function(){t(this).data("origStyle",t(this).attr("style"))}),c()},c=function(){r.wrap('<div class="bx-wrapper"><div class="bx-viewport"></div></div>'),o.viewport=r.parent(),o.loader=t('<div class="bx-loading" />'),o.viewport.prepend(o.loader),r.css({width:"horizontal"==o.settings.mode?100*o.children.length+215+"%":"auto",position:"relative"}),o.usingCSS&&o.settings.easing?r.css("-"+o.cssPrefix+"-transition-timing-function",o.settings.easing):o.settings.easing||(o.settings.easing="swing"),f(),o.viewport.css({width:"100%",overflow:"hidden",position:"relative"}),o.viewport.parent().css({maxWidth:p()}),o.settings.pager||o.viewport.parent().css({margin:"0 auto 0px"}),o.children.css({"float":"horizontal"==o.settings.mode?"left":"none",listStyle:"none",position:"relative"}),o.children.css("width",u()),"horizontal"==o.settings.mode&&o.settings.slideMargin>0&&o.children.css("marginRight",o.settings.slideMargin),"vertical"==o.settings.mode&&o.settings.slideMargin>0&&o.children.css("marginBottom",o.settings.slideMargin),"fade"==o.settings.mode&&(o.children.css({position:"absolute",zIndex:0,display:"none"}),o.children.eq(o.settings.startSlide).css({zIndex:o.settings.slideZIndex,display:"block"})),o.controls.el=t('<div class="bx-controls" />'),o.settings.captions&&P(),o.active.last=o.settings.startSlide==x()-1,o.settings.video&&r.fitVids();var e=o.children.eq(o.settings.startSlide);"all"==o.settings.preloadImages&&(e=o.children),o.settings.ticker?o.settings.pager=!1:(o.settings.pager&&T(),o.settings.controls&&C(),o.settings.auto&&o.settings.autoControls&&E(),(o.settings.controls||o.settings.autoControls||o.settings.pager)&&o.viewport.after(o.controls.el)),g(e,h)},g=function(e,i){var s=e.find("img, iframe").length;if(0==s)return i(),void 0;var n=0;e.find("img, iframe").each(function(){t(this).one("load",function(){++n==s&&i()}).each(function(){this.complete&&t(this).load()})})},h=function(){if(o.settings.infiniteLoop&&"fade"!=o.settings.mode&&!o.settings.ticker){var e="vertical"==o.settings.mode?o.settings.minSlides:o.settings.maxSlides,i=o.children.slice(0,e).clone().addClass("bx-clone"),s=o.children.slice(-e).clone().addClass("bx-clone");r.append(i).prepend(s)}o.loader.remove(),S(),"vertical"==o.settings.mode&&(o.settings.adaptiveHeight=!0),o.viewport.height(v()),r.redrawSlider(),o.settings.onSliderLoad(o.active.index),o.initialized=!0,o.settings.responsive&&t(window).bind("resize",Z),o.settings.auto&&o.settings.autoStart&&H(),o.settings.ticker&&L(),o.settings.pager&&q(o.settings.startSlide),o.settings.controls&&W(),o.settings.touchEnabled&&!o.settings.ticker&&O()},v=function(){var e=0,s=t();if("vertical"==o.settings.mode||o.settings.adaptiveHeight)if(o.carousel){var n=1==o.settings.moveSlides?o.active.index:o.active.index*m();for(s=o.children.eq(n),i=1;i<=o.settings.maxSlides-1;i++)s=n+i>=o.children.length?s.add(o.children.eq(i-1)):s.add(o.children.eq(n+i))}else s=o.children.eq(o.active.index);else s=o.children;return"vertical"==o.settings.mode?(s.each(function(){e+=t(this).outerHeight()}),o.settings.slideMargin>0&&(e+=o.settings.slideMargin*(o.settings.minSlides-1))):e=Math.max.apply(Math,s.map(function(){return t(this).outerHeight(!1)}).get()),e},p=function(){var t="100%";return o.settings.slideWidth>0&&(t="horizontal"==o.settings.mode?o.settings.maxSlides*o.settings.slideWidth+(o.settings.maxSlides-1)*o.settings.slideMargin:o.settings.slideWidth),t},u=function(){var t=o.settings.slideWidth,e=o.viewport.width();return 0==o.settings.slideWidth||o.settings.slideWidth>e&&!o.carousel||"vertical"==o.settings.mode?t=e:o.settings.maxSlides>1&&"horizontal"==o.settings.mode&&(e>o.maxThreshold||e<o.minThreshold&&(t=(e-o.settings.slideMargin*(o.settings.minSlides-1))/o.settings.minSlides)),t},f=function(){var t=1;if("horizontal"==o.settings.mode&&o.settings.slideWidth>0)if(o.viewport.width()<o.minThreshold)t=o.settings.minSlides;else if(o.viewport.width()>o.maxThreshold)t=o.settings.maxSlides;else{var e=o.children.first().width();t=Math.floor(o.viewport.width()/e)}else"vertical"==o.settings.mode&&(t=o.settings.minSlides);return t},x=function(){var t=0;if(o.settings.moveSlides>0)if(o.settings.infiniteLoop)t=o.children.length/m();else for(var e=0,i=0;e<o.children.length;)++t,e=i+f(),i+=o.settings.moveSlides<=f()?o.settings.moveSlides:f();else t=Math.ceil(o.children.length/f());return t},m=function(){return o.settings.moveSlides>0&&o.settings.moveSlides<=f()?o.settings.moveSlides:f()},S=function(){if(o.children.length>o.settings.maxSlides&&o.active.last&&!o.settings.infiniteLoop){if("horizontal"==o.settings.mode){var t=o.children.last(),e=t.position();b(-(e.left-(o.viewport.width()-t.width())),"reset",0)}else if("vertical"==o.settings.mode){var i=o.children.length-o.settings.minSlides,e=o.children.eq(i).position();b(-e.top,"reset",0)}}else{var e=o.children.eq(o.active.index*m()).position();o.active.index==x()-1&&(o.active.last=!0),void 0!=e&&("horizontal"==o.settings.mode?b(-e.left,"reset",0):"vertical"==o.settings.mode&&b(-e.top,"reset",0))}},b=function(t,e,i,s){if(o.usingCSS){var n="vertical"==o.settings.mode?"translate3d(0, "+t+"px, 0)":"translate3d("+t+"px, 0, 0)";r.css("-"+o.cssPrefix+"-transition-duration",i/1e3+"s"),"slide"==e?(r.css(o.animProp,n),r.bind("transitionend webkitTransitionEnd oTransitionEnd MSTransitionEnd",function(){r.unbind("transitionend webkitTransitionEnd oTransitionEnd MSTransitionEnd"),D()})):"reset"==e?r.css(o.animProp,n):"ticker"==e&&(r.css("-"+o.cssPrefix+"-transition-timing-function","linear"),r.css(o.animProp,n),r.bind("transitionend webkitTransitionEnd oTransitionEnd MSTransitionEnd",function(){r.unbind("transitionend webkitTransitionEnd oTransitionEnd MSTransitionEnd"),b(s.resetValue,"reset",0),N()}))}else{var a={};a[o.animProp]=t,"slide"==e?r.animate(a,i,o.settings.easing,function(){D()}):"reset"==e?r.css(o.animProp,t):"ticker"==e&&r.animate(a,speed,"linear",function(){b(s.resetValue,"reset",0),N()})}},w=function(){for(var e="",i=x(),s=0;i>s;s++){var n="";o.settings.buildPager&&t.isFunction(o.settings.buildPager)?(n=o.settings.buildPager(s),o.pagerEl.addClass("bx-custom-pager")):(n=s+1,o.pagerEl.addClass("bx-default-pager")),e+='<div class="bx-pager-item"><a href="" data-slide-index="'+s+'" class="bx-pager-link">'+n+"</a></div>"}o.pagerEl.html(e)},T=function(){o.settings.pagerCustom?o.pagerEl=t(o.settings.pagerCustom):(o.pagerEl=t('<div class="bx-pager" />'),o.settings.pagerSelector?t(o.settings.pagerSelector).html(o.pagerEl):o.controls.el.addClass("bx-has-pager").append(o.pagerEl),w()),o.pagerEl.on("click","a",I)},C=function(){o.controls.next=t('<a class="bx-next" href="">'+o.settings.nextText+"</a>"),o.controls.prev=t('<a class="bx-prev" href="">'+o.settings.prevText+"</a>"),o.controls.next.bind("click",y),o.controls.prev.bind("click",z),o.settings.nextSelector&&t(o.settings.nextSelector).append(o.controls.next),o.settings.prevSelector&&t(o.settings.prevSelector).append(o.controls.prev),o.settings.nextSelector||o.settings.prevSelector||(o.controls.directionEl=t('<div class="bx-controls-direction" />'),o.controls.directionEl.append(o.controls.prev).append(o.controls.next),o.controls.el.addClass("bx-has-controls-direction").append(o.controls.directionEl))},E=function(){o.controls.start=t('<div class="bx-controls-auto-item"><a class="bx-start" href="">'+o.settings.startText+"</a></div>"),o.controls.stop=t('<div class="bx-controls-auto-item"><a class="bx-stop" href="">'+o.settings.stopText+"</a></div>"),o.controls.autoEl=t('<div class="bx-controls-auto" />'),o.controls.autoEl.on("click",".bx-start",k),o.controls.autoEl.on("click",".bx-stop",M),o.settings.autoControlsCombine?o.controls.autoEl.append(o.controls.start):o.controls.autoEl.append(o.controls.start).append(o.controls.stop),o.settings.autoControlsSelector?t(o.settings.autoControlsSelector).html(o.controls.autoEl):o.controls.el.addClass("bx-has-controls-auto").append(o.controls.autoEl),A(o.settings.autoStart?"stop":"start")},P=function(){o.children.each(function(){var e=t(this).find("img:first").attr("title");void 0!=e&&(""+e).length&&t(this).append('<div class="bx-caption"><span>'+e+"</span></div>")})},y=function(t){o.settings.auto&&r.stopAuto(),r.goToNextSlide(),t.preventDefault()},z=function(t){o.settings.auto&&r.stopAuto(),r.goToPrevSlide(),t.preventDefault()},k=function(t){r.startAuto(),t.preventDefault()},M=function(t){r.stopAuto(),t.preventDefault()},I=function(e){o.settings.auto&&r.stopAuto();var i=t(e.currentTarget),s=parseInt(i.attr("data-slide-index"));s!=o.active.index&&r.goToSlide(s),e.preventDefault()},q=function(e){var i=o.children.length;return"short"==o.settings.pagerType?(o.settings.maxSlides>1&&(i=Math.ceil(o.children.length/o.settings.maxSlides)),o.pagerEl.html(e+1+o.settings.pagerShortSeparator+i),void 0):(o.pagerEl.find("a").removeClass("active"),o.pagerEl.each(function(i,s){t(s).find("a").eq(e).addClass("active")}),void 0)},D=function(){if(o.settings.infiniteLoop){var t="";0==o.active.index?t=o.children.eq(0).position():o.active.index==x()-1&&o.carousel?t=o.children.eq((x()-1)*m()).position():o.active.index==o.children.length-1&&(t=o.children.eq(o.children.length-1).position()),t&&("horizontal"==o.settings.mode?b(-t.left,"reset",0):"vertical"==o.settings.mode&&b(-t.top,"reset",0))}o.working=!1,o.settings.onSlideAfter(o.children.eq(o.active.index),o.oldIndex,o.active.index)},A=function(t){o.settings.autoControlsCombine?o.controls.autoEl.html(o.controls[t]):(o.controls.autoEl.find("a").removeClass("active"),o.controls.autoEl.find("a:not(.bx-"+t+")").addClass("active"))},W=function(){1==x()?(o.controls.prev.addClass("disabled"),o.controls.next.addClass("disabled")):!o.settings.infiniteLoop&&o.settings.hideControlOnEnd&&(0==o.active.index?(o.controls.prev.addClass("disabled"),o.controls.next.removeClass("disabled")):o.active.index==x()-1?(o.controls.next.addClass("disabled"),o.controls.prev.removeClass("disabled")):(o.controls.prev.removeClass("disabled"),o.controls.next.removeClass("disabled")))},H=function(){o.settings.autoDelay>0?setTimeout(r.startAuto,o.settings.autoDelay):r.startAuto(),o.settings.autoHover&&r.hover(function(){o.interval&&(r.stopAuto(!0),o.autoPaused=!0)},function(){o.autoPaused&&(r.startAuto(!0),o.autoPaused=null)})},L=function(){var e=0;if("next"==o.settings.autoDirection)r.append(o.children.clone().addClass("bx-clone"));else{r.prepend(o.children.clone().addClass("bx-clone"));var i=o.children.first().position();e="horizontal"==o.settings.mode?-i.left:-i.top}b(e,"reset",0),o.settings.pager=!1,o.settings.controls=!1,o.settings.autoControls=!1,o.settings.tickerHover&&!o.usingCSS&&o.viewport.hover(function(){r.stop()},function(){var e=0;o.children.each(function(){e+="horizontal"==o.settings.mode?t(this).outerWidth(!0):t(this).outerHeight(!0)});var i=o.settings.speed/e,s="horizontal"==o.settings.mode?"left":"top",n=i*(e-Math.abs(parseInt(r.css(s))));N(n)}),N()},N=function(t){speed=t?t:o.settings.speed;var e={left:0,top:0},i={left:0,top:0};"next"==o.settings.autoDirection?e=r.find(".bx-clone").first().position():i=o.children.first().position();var s="horizontal"==o.settings.mode?-e.left:-e.top,n="horizontal"==o.settings.mode?-i.left:-i.top,a={resetValue:n};b(s,"ticker",speed,a)},O=function(){o.touch={start:{x:0,y:0},end:{x:0,y:0}},o.viewport.bind("touchstart",X)},X=function(t){if(o.working)t.preventDefault();else{o.touch.originalPos=r.position();var e=t.originalEvent;o.touch.start.x=e.changedTouches[0].pageX,o.touch.start.y=e.changedTouches[0].pageY,o.viewport.bind("touchmove",Y),o.viewport.bind("touchend",V)}},Y=function(t){var e=t.originalEvent,i=Math.abs(e.changedTouches[0].pageX-o.touch.start.x),s=Math.abs(e.changedTouches[0].pageY-o.touch.start.y);if(3*i>s&&o.settings.preventDefaultSwipeX?t.preventDefault():3*s>i&&o.settings.preventDefaultSwipeY&&t.preventDefault(),"fade"!=o.settings.mode&&o.settings.oneToOneTouch){var n=0;if("horizontal"==o.settings.mode){var r=e.changedTouches[0].pageX-o.touch.start.x;n=o.touch.originalPos.left+r}else{var r=e.changedTouches[0].pageY-o.touch.start.y;n=o.touch.originalPos.top+r}b(n,"reset",0)}},V=function(t){o.viewport.unbind("touchmove",Y);var e=t.originalEvent,i=0;if(o.touch.end.x=e.changedTouches[0].pageX,o.touch.end.y=e.changedTouches[0].pageY,"fade"==o.settings.mode){var s=Math.abs(o.touch.start.x-o.touch.end.x);s>=o.settings.swipeThreshold&&(o.touch.start.x>o.touch.end.x?r.goToNextSlide():r.goToPrevSlide(),r.stopAuto())}else{var s=0;"horizontal"==o.settings.mode?(s=o.touch.end.x-o.touch.start.x,i=o.touch.originalPos.left):(s=o.touch.end.y-o.touch.start.y,i=o.touch.originalPos.top),!o.settings.infiniteLoop&&(0==o.active.index&&s>0||o.active.last&&0>s)?b(i,"reset",200):Math.abs(s)>=o.settings.swipeThreshold?(0>s?r.goToNextSlide():r.goToPrevSlide(),r.stopAuto()):b(i,"reset",200)}o.viewport.unbind("touchend",V)},Z=function(){var e=t(window).width(),i=t(window).height();(a!=e||l!=i)&&(a=e,l=i,r.redrawSlider(),o.settings.onSliderResize.call(r,o.active.index))};return r.goToSlide=function(e,i){if(!o.working&&o.active.index!=e)if(o.working=!0,o.oldIndex=o.active.index,o.active.index=0>e?x()-1:e>=x()?0:e,o.settings.onSlideBefore(o.children.eq(o.active.index),o.oldIndex,o.active.index),"next"==i?o.settings.onSlideNext(o.children.eq(o.active.index),o.oldIndex,o.active.index):"prev"==i&&o.settings.onSlidePrev(o.children.eq(o.active.index),o.oldIndex,o.active.index),o.active.last=o.active.index>=x()-1,o.settings.pager&&q(o.active.index),o.settings.controls&&W(),"fade"==o.settings.mode)o.settings.adaptiveHeight&&o.viewport.height()!=v()&&o.viewport.animate({height:v()},o.settings.adaptiveHeightSpeed),o.children.filter(":visible").fadeOut(o.settings.speed).css({zIndex:0}),o.children.eq(o.active.index).css("zIndex",o.settings.slideZIndex+1).fadeIn(o.settings.speed,function(){t(this).css("zIndex",o.settings.slideZIndex),D()});else{o.settings.adaptiveHeight&&o.viewport.height()!=v()&&o.viewport.animate({height:v()},o.settings.adaptiveHeightSpeed);var s=0,n={left:0,top:0};if(!o.settings.infiniteLoop&&o.carousel&&o.active.last)if("horizontal"==o.settings.mode){var a=o.children.eq(o.children.length-1);n=a.position(),s=o.viewport.width()-a.outerWidth()}else{var l=o.children.length-o.settings.minSlides;n=o.children.eq(l).position()}else if(o.carousel&&o.active.last&&"prev"==i){var d=1==o.settings.moveSlides?o.settings.maxSlides-m():(x()-1)*m()-(o.children.length-o.settings.maxSlides),a=r.children(".bx-clone").eq(d);n=a.position()}else if("next"==i&&0==o.active.index)n=r.find("> .bx-clone").eq(o.settings.maxSlides).position(),o.active.last=!1;else if(e>=0){var c=e*m();n=o.children.eq(c).position()}if("undefined"!=typeof n){var g="horizontal"==o.settings.mode?-(n.left-s):-n.top;b(g,"slide",o.settings.speed)}}},r.goToNextSlide=function(){if(o.settings.infiniteLoop||!o.active.last){var t=parseInt(o.active.index)+1;r.goToSlide(t,"next")}},r.goToPrevSlide=function(){if(o.settings.infiniteLoop||0!=o.active.index){var t=parseInt(o.active.index)-1;r.goToSlide(t,"prev")}},r.startAuto=function(t){o.interval||(o.interval=setInterval(function(){"next"==o.settings.autoDirection?r.goToNextSlide():r.goToPrevSlide()},o.settings.pause),o.settings.autoControls&&1!=t&&A("stop"))},r.stopAuto=function(t){o.interval&&(clearInterval(o.interval),o.interval=null,o.settings.autoControls&&1!=t&&A("start"))},r.getCurrentSlide=function(){return o.active.index},r.getCurrentSlideElement=function(){return o.children.eq(o.active.index)},r.getSlideCount=function(){return o.children.length},r.redrawSlider=function(){o.children.add(r.find(".bx-clone")).outerWidth(u()),o.viewport.css("height",v()),o.settings.ticker||S(),o.active.last&&(o.active.index=x()-1),o.active.index>=x()&&(o.active.last=!0),o.settings.pager&&!o.settings.pagerCustom&&(w(),q(o.active.index))},r.destroySlider=function(){o.initialized&&(o.initialized=!1,t(".bx-clone",this).remove(),o.children.each(function(){void 0!=t(this).data("origStyle")?t(this).attr("style",t(this).data("origStyle")):t(this).removeAttr("style")}),void 0!=t(this).data("origStyle")?this.attr("style",t(this).data("origStyle")):t(this).removeAttr("style"),t(this).unwrap().unwrap(),o.controls.el&&o.controls.el.remove(),o.controls.next&&o.controls.next.remove(),o.controls.prev&&o.controls.prev.remove(),o.pagerEl&&o.settings.controls&&o.pagerEl.remove(),t(".bx-caption",this).remove(),o.controls.autoEl&&o.controls.autoEl.remove(),clearInterval(o.interval),o.settings.responsive&&t(window).unbind("resize",Z))},r.reloadSlider=function(t){void 0!=t&&(n=t),r.destroySlider(),d()},d(),this}}(jQuery); (function($){$.fn.fitVids=function(options){var settings={customSelector:null} var div=document.createElement('div'),ref=document.getElementsByTagName('base')[0]||document.getElementsByTagName('script')[0];div.className='fit-vids-style';div.innerHTML='&shy;<style> \ .fluid-width-video-wrapper { \ width: 100%; \ position: relative; \ padding: 0; \ } \ \ .fluid-width-video-wrapper iframe, \ .fluid-width-video-wrapper object, \ .fluid-width-video-wrapper embed { \ position: absolute; \ top: 0; \ left: 0; \ width: 100%; \ height: 100%; \ } \ </style>';ref.parentNode.insertBefore(div,ref);if(options){$.extend(settings,options);} return this.each(function(){var selectors=["iframe[src*='player.vimeo.com']","iframe[src*='www.youtube.com']","iframe[src*='www.kickstarter.com']","object","embed"];if(settings.customSelector){selectors.push(settings.customSelector);} var $allVideos=$(this).find(selectors.join(','));$allVideos.each(function(){var $this=$(this);if(this.tagName.toLowerCase()=='embed'&&$this.parent('object').length||$this.parent('.fluid-width-video-wrapper').length){return;} var height=this.tagName.toLowerCase()=='object'?$this.attr('height'):$this.height(),aspectRatio=height/$this.width();if(!$this.attr('id')){var videoID='fitvid'+ Math.floor(Math.random()*999999);$this.attr('id',videoID);} $this.wrap('<div class="fluid-width-video-wrapper"></div>').parent('.fluid-width-video-wrapper').css('padding-top',(aspectRatio*100)+"%");$this.removeAttr('height').removeAttr('width');});});}})(jQuery); ;(function(e,t,n){function o(t,n){this.element=t;this.settings=e.extend({},r,n);this._defaults=r;this._name=i;this.init()}var r={label:"MENU",duplicate:true,duration:200,easingOpen:"swing",easingClose:"swing",closedSymbol:"&#9658;",openedSymbol:"&#9660;",prependTo:"body",parentTag:"a",closeOnClick:false,allowParentLinks:false,nestedParentLinks:true,showChildren:false,init:function(){},open:function(){},close:function(){}},i="slicknav",s="slicknav";o.prototype.init=function(){var n=this;var r=e(this.element);var i=this.settings;if(i.duplicate){n.mobileNav=r.clone();n.mobileNav.removeAttr("id");n.mobileNav.find("*").each(function(t,n){e(n).removeAttr("id")})}else n.mobileNav=r;var o=s+"_icon";if(i.label===""){o+=" "+s+"_no-text"}if(i.parentTag=="a"){i.parentTag='a href="#"'}n.mobileNav.attr("class",s+"_nav");var u=e('<div class="'+s+'_menu"></div>');n.btn=e("<"+i.parentTag+' aria-haspopup="true" tabindex="0" class="'+s+"_btn "+s+'_collapsed"><span class="'+s+'_menutxt">'+i.label+'</span><span class="'+o+'"><span class="'+s+'_icon-bar"></span><span class="'+s+'_icon-bar"></span><span class="'+s+'_icon-bar"></span></span></a>');e(u).append(n.btn);e(i.prependTo).prepend(u);u.append(n.mobileNav);var a=n.mobileNav.find("li");e(a).each(function(){var t=e(this);var r={};r.children=t.children("ul").attr("role","menu");t.data("menu",r);if(r.children.length>0){var o=t.contents();var u=false;var a=[];e(o).each(function(){if(!e(this).is("ul")){a.push(this)}else{return false}if(e(this).is("a")){u=true}});var f=e("<"+i.parentTag+' role="menuitem" aria-haspopup="true" tabindex="-1" class="'+s+'_item"/>');if(!i.allowParentLinks||i.nestedParentLinks||!u){var l=e(a).wrapAll(f).parent();l.addClass(s+"_row")}else e(a).wrapAll('<span class="'+s+"_parent-link "+s+'_row"/>').parent();t.addClass(s+"_collapsed");t.addClass(s+"_parent");var c=e('<span class="'+s+'_arrow">'+i.closedSymbol+"</span>");if(i.allowParentLinks&&!i.nestedParentLinks&&u)c=c.wrap(f).parent();e(a).last().after(c)}else if(t.children().length===0){t.addClass(s+"_txtnode")}t.children("a").attr("role","menuitem").click(function(t){if(i.closeOnClick&&!e(t.target).parent().closest("li").hasClass(s+"_parent"))e(n.btn).click()});if(i.closeOnClick&&i.allowParentLinks){t.children("a").children("a").click(function(t){e(n.btn).click()});t.find("."+s+"_parent-link a:not(."+s+"_item)").click(function(t){e(n.btn).click()})}});e(a).each(function(){var t=e(this).data("menu");if(!i.showChildren){n._visibilityToggle(t.children,null,false,null,true)}});n._visibilityToggle(n.mobileNav,null,false,"init",true);n.mobileNav.attr("role","menu");e(t).mousedown(function(){n._outlines(false)});e(t).keyup(function(){n._outlines(true)});e(n.btn).click(function(e){e.preventDefault();n._menuToggle()});n.mobileNav.on("click","."+s+"_item",function(t){t.preventDefault();n._itemClick(e(this))});e(n.btn).keydown(function(e){var t=e||event;if(t.keyCode==13){e.preventDefault();n._menuToggle()}});n.mobileNav.on("keydown","."+s+"_item",function(t){var r=t||event;if(r.keyCode==13){t.preventDefault();n._itemClick(e(t.target))}});if(i.allowParentLinks&&i.nestedParentLinks){e("."+s+"_item a").click(function(e){e.stopImmediatePropagation()})}};o.prototype._menuToggle=function(e){var t=this;var n=t.btn;var r=t.mobileNav;if(n.hasClass(s+"_collapsed")){n.removeClass(s+"_collapsed");n.addClass(s+"_open")}else{n.removeClass(s+"_open");n.addClass(s+"_collapsed")}n.addClass(s+"_animating");t._visibilityToggle(r,n.parent(),true,n)};o.prototype._itemClick=function(e){var t=this;var n=t.settings;var r=e.data("menu");if(!r){r={};r.arrow=e.children("."+s+"_arrow");r.ul=e.next("ul");r.parent=e.parent();if(r.parent.hasClass(s+"_parent-link")){r.parent=e.parent().parent();r.ul=e.parent().next("ul")}e.data("menu",r)}if(r.parent.hasClass(s+"_collapsed")){r.arrow.html(n.openedSymbol);r.parent.removeClass(s+"_collapsed");r.parent.addClass(s+"_open");r.parent.addClass(s+"_animating");t._visibilityToggle(r.ul,r.parent,true,e)}else{r.arrow.html(n.closedSymbol);r.parent.addClass(s+"_collapsed");r.parent.removeClass(s+"_open");r.parent.addClass(s+"_animating");t._visibilityToggle(r.ul,r.parent,true,e)}};o.prototype._visibilityToggle=function(t,n,r,i,o){var u=this;var a=u.settings;var f=u._getActionItems(t);var l=0;if(r)l=a.duration;if(t.hasClass(s+"_hidden")){t.removeClass(s+"_hidden");t.slideDown(l,a.easingOpen,function(){e(i).removeClass(s+"_animating");e(n).removeClass(s+"_animating");if(!o){a.open(i)}});t.attr("aria-hidden","false");f.attr("tabindex","0");u._setVisAttr(t,false)}else{t.addClass(s+"_hidden");t.slideUp(l,this.settings.easingClose,function(){t.attr("aria-hidden","true");f.attr("tabindex","-1");u._setVisAttr(t,true);t.hide();e(i).removeClass(s+"_animating");e(n).removeClass(s+"_animating");if(!o)a.close(i);else if(i=="init")a.init()})}};o.prototype._setVisAttr=function(t,n){var r=this;var i=t.children("li").children("ul").not("."+s+"_hidden");if(!n){i.each(function(){var t=e(this);t.attr("aria-hidden","false");var i=r._getActionItems(t);i.attr("tabindex","0");r._setVisAttr(t,n)})}else{i.each(function(){var t=e(this);t.attr("aria-hidden","true");var i=r._getActionItems(t);i.attr("tabindex","-1");r._setVisAttr(t,n)})}};o.prototype._getActionItems=function(e){var t=e.data("menu");if(!t){t={};var n=e.children("li");var r=n.find("a");t.links=r.add(n.find("."+s+"_item"));e.data("menu",t)}return t.links};o.prototype._outlines=function(t){if(!t){e("."+s+"_item, ."+s+"_btn").css("outline","none")}else{e("."+s+"_item, ."+s+"_btn").css("outline","")}};o.prototype.toggle=function(){var e=this;e._menuToggle()};o.prototype.open=function(){var e=this;if(e.btn.hasClass(s+"_collapsed")){e._menuToggle()}};o.prototype.close=function(){var e=this;if(e.btn.hasClass(s+"_open")){e._menuToggle()}};e.fn[i]=function(t){var n=arguments;if(t===undefined||typeof t==="object"){return this.each(function(){if(!e.data(this,"plugin_"+i)){e.data(this,"plugin_"+i,new o(this,t))}})}else if(typeof t==="string"&&t[0]!=="_"&&t!=="init"){var r;this.each(function(){var s=e.data(this,"plugin_"+i);if(s instanceof o&&typeof s[t]==="function"){r=s[t].apply(s,Array.prototype.slice.call(n,1))}});return r!==undefined?r:this}}})(jQuery,document,window) "function"!==typeof Object.create&&(Object.create=function(f){function g(){}g.prototype=f;return new g}); (function(f,g,k){var l={init:function(a,b){this.$elem=f(b);this.options=f.extend({},f.fn.owlCarousel.options,this.$elem.data(),a);this.userOptions=a;this.loadContent()},loadContent:function(){function a(a){var d,e="";if("function"===typeof b.options.jsonSuccess)b.options.jsonSuccess.apply(this,[a]);else{for(d in a.owl)a.owl.hasOwnProperty(d)&&(e+=a.owl[d].item);b.$elem.html(e)}b.logIn()}var b=this,e;"function"===typeof b.options.beforeInit&&b.options.beforeInit.apply(this,[b.$elem]);"string"===typeof b.options.jsonPath? (e=b.options.jsonPath,f.getJSON(e,a)):b.logIn()},logIn:function(){this.$elem.data("owl-originalStyles",this.$elem.attr("style"));this.$elem.data("owl-originalClasses",this.$elem.attr("class"));this.$elem.css({opacity:0});this.orignalItems=this.options.items;this.checkBrowser();this.wrapperWidth=0;this.checkVisible=null;this.setVars()},setVars:function(){if(0===this.$elem.children().length)return!1;this.baseClass();this.eventTypes();this.$userItems=this.$elem.children();this.itemsAmount=this.$userItems.length; this.wrapItems();this.$owlItems=this.$elem.find(".owl-item");this.$owlWrapper=this.$elem.find(".owl-wrapper");this.playDirection="next";this.prevItem=0;this.prevArr=[0];this.currentItem=0;this.customEvents();this.onStartup()},onStartup:function(){this.updateItems();this.calculateAll();this.buildControls();this.updateControls();this.response();this.moveEvents();this.stopOnHover();this.owlStatus();!1!==this.options.transitionStyle&&this.transitionTypes(this.options.transitionStyle);!0===this.options.autoPlay&& (this.options.autoPlay=5E3);this.play();this.$elem.find(".owl-wrapper").css("display","block");this.$elem.is(":visible")?this.$elem.css("opacity",1):this.watchVisibility();this.onstartup=!1;this.eachMoveUpdate();"function"===typeof this.options.afterInit&&this.options.afterInit.apply(this,[this.$elem])},eachMoveUpdate:function(){!0===this.options.lazyLoad&&this.lazyLoad();!0===this.options.autoHeight&&this.autoHeight();this.onVisibleItems();"function"===typeof this.options.afterAction&&this.options.afterAction.apply(this, [this.$elem])},updateVars:function(){"function"===typeof this.options.beforeUpdate&&this.options.beforeUpdate.apply(this,[this.$elem]);this.watchVisibility();this.updateItems();this.calculateAll();this.updatePosition();this.updateControls();this.eachMoveUpdate();"function"===typeof this.options.afterUpdate&&this.options.afterUpdate.apply(this,[this.$elem])},reload:function(){var a=this;g.setTimeout(function(){a.updateVars()},0)},watchVisibility:function(){var a=this;if(!1===a.$elem.is(":visible"))a.$elem.css({opacity:0}), g.clearInterval(a.autoPlayInterval),g.clearInterval(a.checkVisible);else return!1;a.checkVisible=g.setInterval(function(){a.$elem.is(":visible")&&(a.reload(),a.$elem.animate({opacity:1},200),g.clearInterval(a.checkVisible))},500)},wrapItems:function(){this.$userItems.wrapAll('<div class="owl-wrapper">').wrap('<div class="owl-item"></div>');this.$elem.find(".owl-wrapper").wrap('<div class="owl-wrapper-outer">');this.wrapperOuter=this.$elem.find(".owl-wrapper-outer");this.$elem.css("display","block")}, baseClass:function(){var a=this.$elem.hasClass(this.options.baseClass),b=this.$elem.hasClass(this.options.theme);a||this.$elem.addClass(this.options.baseClass);b||this.$elem.addClass(this.options.theme)},updateItems:function(){var a,b;if(!1===this.options.responsive)return!1;if(!0===this.options.singleItem)return this.options.items=this.orignalItems=1,this.options.itemsCustom=!1,this.options.itemsDesktop=!1,this.options.itemsDesktopSmall=!1,this.options.itemsTablet=!1,this.options.itemsTabletSmall= !1,this.options.itemsMobile=!1;a=f(this.options.responsiveBaseWidth).width();a>(this.options.itemsDesktop[0]||this.orignalItems)&&(this.options.items=this.orignalItems);if(!1!==this.options.itemsCustom)for(this.options.itemsCustom.sort(function(a,b){return a[0]-b[0]}),b=0;b<this.options.itemsCustom.length;b+=1)this.options.itemsCustom[b][0]<=a&&(this.options.items=this.options.itemsCustom[b][1]);else a<=this.options.itemsDesktop[0]&&!1!==this.options.itemsDesktop&&(this.options.items=this.options.itemsDesktop[1]), a<=this.options.itemsDesktopSmall[0]&&!1!==this.options.itemsDesktopSmall&&(this.options.items=this.options.itemsDesktopSmall[1]),a<=this.options.itemsTablet[0]&&!1!==this.options.itemsTablet&&(this.options.items=this.options.itemsTablet[1]),a<=this.options.itemsTabletSmall[0]&&!1!==this.options.itemsTabletSmall&&(this.options.items=this.options.itemsTabletSmall[1]),a<=this.options.itemsMobile[0]&&!1!==this.options.itemsMobile&&(this.options.items=this.options.itemsMobile[1]);this.options.items>this.itemsAmount&& !0===this.options.itemsScaleUp&&(this.options.items=this.itemsAmount)},response:function(){var a=this,b,e;if(!0!==a.options.responsive)return!1;e=f(g).width();a.resizer=function(){f(g).width()!==e&&(!1!==a.options.autoPlay&&g.clearInterval(a.autoPlayInterval),g.clearTimeout(b),b=g.setTimeout(function(){e=f(g).width();a.updateVars()},a.options.responsiveRefreshRate))};f(g).resize(a.resizer)},updatePosition:function(){this.jumpTo(this.currentItem);!1!==this.options.autoPlay&&this.checkAp()},appendItemsSizes:function(){var a= this,b=0,e=a.itemsAmount-a.options.items;a.$owlItems.each(function(c){var d=f(this);d.css({width:a.itemWidth}).data("owl-item",Number(c));if(0===c%a.options.items||c===e)c>e||(b+=1);d.data("owl-roundPages",b)})},appendWrapperSizes:function(){this.$owlWrapper.css({width:this.$owlItems.length*this.itemWidth*2,left:0});this.appendItemsSizes()},calculateAll:function(){this.calculateWidth();this.appendWrapperSizes();this.loops();this.max()},calculateWidth:function(){this.itemWidth=Math.round(this.$elem.width()/ this.options.items)},max:function(){var a=-1*(this.itemsAmount*this.itemWidth-this.options.items*this.itemWidth);this.options.items>this.itemsAmount?this.maximumPixels=a=this.maximumItem=0:(this.maximumItem=this.itemsAmount-this.options.items,this.maximumPixels=a);return a},min:function(){return 0},loops:function(){var a=0,b=0,e,c;this.positionsInArray=[0];this.pagesInArray=[];for(e=0;e<this.itemsAmount;e+=1)b+=this.itemWidth,this.positionsInArray.push(-b),!0===this.options.scrollPerPage&&(c=f(this.$owlItems[e]), c=c.data("owl-roundPages"),c!==a&&(this.pagesInArray[a]=this.positionsInArray[e],a=c))},buildControls:function(){if(!0===this.options.navigation||!0===this.options.pagination)this.owlControls=f('<div class="owl-controls"/>').toggleClass("clickable",!this.browser.isTouch).appendTo(this.$elem);!0===this.options.pagination&&this.buildPagination();!0===this.options.navigation&&this.buildButtons()},buildButtons:function(){var a=this,b=f('<div class="owl-buttons"/>');a.owlControls.append(b);a.buttonPrev= f("<div/>",{"class":"owl-prev",html:a.options.navigationText[0]||""});a.buttonNext=f("<div/>",{"class":"owl-next",html:a.options.navigationText[1]||""});b.append(a.buttonPrev).append(a.buttonNext);b.on("touchstart.owlControls mousedown.owlControls",'div[class^="owl"]',function(a){a.preventDefault()});b.on("touchend.owlControls mouseup.owlControls",'div[class^="owl"]',function(b){b.preventDefault();f(this).hasClass("owl-next")?a.next():a.prev()})},buildPagination:function(){var a=this;a.paginationWrapper= f('<div class="owl-pagination"/>');a.owlControls.append(a.paginationWrapper);a.paginationWrapper.on("touchend.owlControls mouseup.owlControls",".owl-page",function(b){b.preventDefault();Number(f(this).data("owl-page"))!==a.currentItem&&a.goTo(Number(f(this).data("owl-page")),!0)})},updatePagination:function(){var a,b,e,c,d,g;if(!1===this.options.pagination)return!1;this.paginationWrapper.html("");a=0;b=this.itemsAmount-this.itemsAmount%this.options.items;for(c=0;c<this.itemsAmount;c+=1)0===c%this.options.items&& (a+=1,b===c&&(e=this.itemsAmount-this.options.items),d=f("<div/>",{"class":"owl-page"}),g=f("<span></span>",{text:!0===this.options.paginationNumbers?a:"","class":!0===this.options.paginationNumbers?"owl-numbers":""}),d.append(g),d.data("owl-page",b===c?e:c),d.data("owl-roundPages",a),this.paginationWrapper.append(d));this.checkPagination()},checkPagination:function(){var a=this;if(!1===a.options.pagination)return!1;a.paginationWrapper.find(".owl-page").each(function(){f(this).data("owl-roundPages")=== f(a.$owlItems[a.currentItem]).data("owl-roundPages")&&(a.paginationWrapper.find(".owl-page").removeClass("active"),f(this).addClass("active"))})},checkNavigation:function(){if(!1===this.options.navigation)return!1;!1===this.options.rewindNav&&(0===this.currentItem&&0===this.maximumItem?(this.buttonPrev.addClass("disabled"),this.buttonNext.addClass("disabled")):0===this.currentItem&&0!==this.maximumItem?(this.buttonPrev.addClass("disabled"),this.buttonNext.removeClass("disabled")):this.currentItem=== this.maximumItem?(this.buttonPrev.removeClass("disabled"),this.buttonNext.addClass("disabled")):0!==this.currentItem&&this.currentItem!==this.maximumItem&&(this.buttonPrev.removeClass("disabled"),this.buttonNext.removeClass("disabled")))},updateControls:function(){this.updatePagination();this.checkNavigation();this.owlControls&&(this.options.items>=this.itemsAmount?this.owlControls.hide():this.owlControls.show())},destroyControls:function(){this.owlControls&&this.owlControls.remove()},next:function(a){if(this.isTransition)return!1; this.currentItem+=!0===this.options.scrollPerPage?this.options.items:1;if(this.currentItem>this.maximumItem+(!0===this.options.scrollPerPage?this.options.items-1:0))if(!0===this.options.rewindNav)this.currentItem=0,a="rewind";else return this.currentItem=this.maximumItem,!1;this.goTo(this.currentItem,a)},prev:function(a){if(this.isTransition)return!1;this.currentItem=!0===this.options.scrollPerPage&&0<this.currentItem&&this.currentItem<this.options.items?0:this.currentItem-(!0===this.options.scrollPerPage? this.options.items:1);if(0>this.currentItem)if(!0===this.options.rewindNav)this.currentItem=this.maximumItem,a="rewind";else return this.currentItem=0,!1;this.goTo(this.currentItem,a)},goTo:function(a,b,e){var c=this;if(c.isTransition)return!1;"function"===typeof c.options.beforeMove&&c.options.beforeMove.apply(this,[c.$elem]);a>=c.maximumItem?a=c.maximumItem:0>=a&&(a=0);c.currentItem=c.owl.currentItem=a;if(!1!==c.options.transitionStyle&&"drag"!==e&&1===c.options.items&&!0===c.browser.support3d)return c.swapSpeed(0), !0===c.browser.support3d?c.transition3d(c.positionsInArray[a]):c.css2slide(c.positionsInArray[a],1),c.afterGo(),c.singleItemTransition(),!1;a=c.positionsInArray[a];!0===c.browser.support3d?(c.isCss3Finish=!1,!0===b?(c.swapSpeed("paginationSpeed"),g.setTimeout(function(){c.isCss3Finish=!0},c.options.paginationSpeed)):"rewind"===b?(c.swapSpeed(c.options.rewindSpeed),g.setTimeout(function(){c.isCss3Finish=!0},c.options.rewindSpeed)):(c.swapSpeed("slideSpeed"),g.setTimeout(function(){c.isCss3Finish=!0}, c.options.slideSpeed)),c.transition3d(a)):!0===b?c.css2slide(a,c.options.paginationSpeed):"rewind"===b?c.css2slide(a,c.options.rewindSpeed):c.css2slide(a,c.options.slideSpeed);c.afterGo()},jumpTo:function(a){"function"===typeof this.options.beforeMove&&this.options.beforeMove.apply(this,[this.$elem]);a>=this.maximumItem||-1===a?a=this.maximumItem:0>=a&&(a=0);this.swapSpeed(0);!0===this.browser.support3d?this.transition3d(this.positionsInArray[a]):this.css2slide(this.positionsInArray[a],1);this.currentItem= this.owl.currentItem=a;this.afterGo()},afterGo:function(){this.prevArr.push(this.currentItem);this.prevItem=this.owl.prevItem=this.prevArr[this.prevArr.length-2];this.prevArr.shift(0);this.prevItem!==this.currentItem&&(this.checkPagination(),this.checkNavigation(),this.eachMoveUpdate(),!1!==this.options.autoPlay&&this.checkAp());"function"===typeof this.options.afterMove&&this.prevItem!==this.currentItem&&this.options.afterMove.apply(this,[this.$elem])},stop:function(){this.apStatus="stop";g.clearInterval(this.autoPlayInterval)}, checkAp:function(){"stop"!==this.apStatus&&this.play()},play:function(){var a=this;a.apStatus="play";if(!1===a.options.autoPlay)return!1;g.clearInterval(a.autoPlayInterval);a.autoPlayInterval=g.setInterval(function(){a.next(!0)},a.options.autoPlay)},swapSpeed:function(a){"slideSpeed"===a?this.$owlWrapper.css(this.addCssSpeed(this.options.slideSpeed)):"paginationSpeed"===a?this.$owlWrapper.css(this.addCssSpeed(this.options.paginationSpeed)):"string"!==typeof a&&this.$owlWrapper.css(this.addCssSpeed(a))}, addCssSpeed:function(a){return{"-webkit-transition":"all "+a+"ms ease","-moz-transition":"all "+a+"ms ease","-o-transition":"all "+a+"ms ease",transition:"all "+a+"ms ease"}},removeTransition:function(){return{"-webkit-transition":"","-moz-transition":"","-o-transition":"",transition:""}},doTranslate:function(a){return{"-webkit-transform":"translate3d("+a+"px, 0px, 0px)","-moz-transform":"translate3d("+a+"px, 0px, 0px)","-o-transform":"translate3d("+a+"px, 0px, 0px)","-ms-transform":"translate3d("+ a+"px, 0px, 0px)",transform:"translate3d("+a+"px, 0px,0px)"}},transition3d:function(a){this.$owlWrapper.css(this.doTranslate(a))},css2move:function(a){this.$owlWrapper.css({left:a})},css2slide:function(a,b){var e=this;e.isCssFinish=!1;e.$owlWrapper.stop(!0,!0).animate({left:a},{duration:b||e.options.slideSpeed,complete:function(){e.isCssFinish=!0}})},checkBrowser:function(){var a=k.createElement("div");a.style.cssText=" -moz-transform:translate3d(0px, 0px, 0px); -ms-transform:translate3d(0px, 0px, 0px); -o-transform:translate3d(0px, 0px, 0px); -webkit-transform:translate3d(0px, 0px, 0px); transform:translate3d(0px, 0px, 0px)"; a=a.style.cssText.match(/translate3d\(0px, 0px, 0px\)/g);this.browser={support3d:null!==a&&1===a.length,isTouch:"ontouchstart"in g||g.navigator.msMaxTouchPoints}},moveEvents:function(){if(!1!==this.options.mouseDrag||!1!==this.options.touchDrag)this.gestures(),this.disabledEvents()},eventTypes:function(){var a=["s","e","x"];this.ev_types={};!0===this.options.mouseDrag&&!0===this.options.touchDrag?a=["touchstart.owl mousedown.owl","touchmove.owl mousemove.owl","touchend.owl touchcancel.owl mouseup.owl"]: !1===this.options.mouseDrag&&!0===this.options.touchDrag?a=["touchstart.owl","touchmove.owl","touchend.owl touchcancel.owl"]:!0===this.options.mouseDrag&&!1===this.options.touchDrag&&(a=["mousedown.owl","mousemove.owl","mouseup.owl"]);this.ev_types.start=a[0];this.ev_types.move=a[1];this.ev_types.end=a[2]},disabledEvents:function(){this.$elem.on("dragstart.owl",function(a){a.preventDefault()});this.$elem.on("mousedown.disableTextSelect",function(a){return f(a.target).is("input, textarea, select, option")})}, gestures:function(){function a(a){if(void 0!==a.touches)return{x:a.touches[0].pageX,y:a.touches[0].pageY};if(void 0===a.touches){if(void 0!==a.pageX)return{x:a.pageX,y:a.pageY};if(void 0===a.pageX)return{x:a.clientX,y:a.clientY}}}function b(a){"on"===a?(f(k).on(d.ev_types.move,e),f(k).on(d.ev_types.end,c)):"off"===a&&(f(k).off(d.ev_types.move),f(k).off(d.ev_types.end))}function e(b){b=b.originalEvent||b||g.event;d.newPosX=a(b).x-h.offsetX;d.newPosY=a(b).y-h.offsetY;d.newRelativeX=d.newPosX-h.relativePos; "function"===typeof d.options.startDragging&&!0!==h.dragging&&0!==d.newRelativeX&&(h.dragging=!0,d.options.startDragging.apply(d,[d.$elem]));(8<d.newRelativeX||-8>d.newRelativeX)&&!0===d.browser.isTouch&&(void 0!==b.preventDefault?b.preventDefault():b.returnValue=!1,h.sliding=!0);(10<d.newPosY||-10>d.newPosY)&&!1===h.sliding&&f(k).off("touchmove.owl");d.newPosX=Math.max(Math.min(d.newPosX,d.newRelativeX/5),d.maximumPixels+d.newRelativeX/5);!0===d.browser.support3d?d.transition3d(d.newPosX):d.css2move(d.newPosX)} function c(a){a=a.originalEvent||a||g.event;var c;a.target=a.target||a.srcElement;h.dragging=!1;!0!==d.browser.isTouch&&d.$owlWrapper.removeClass("grabbing");d.dragDirection=0>d.newRelativeX?d.owl.dragDirection="left":d.owl.dragDirection="right";0!==d.newRelativeX&&(c=d.getNewPosition(),d.goTo(c,!1,"drag"),h.targetElement===a.target&&!0!==d.browser.isTouch&&(f(a.target).on("click.disable",function(a){a.stopImmediatePropagation();a.stopPropagation();a.preventDefault();f(a.target).off("click.disable")}), a=f._data(a.target,"events").click,c=a.pop(),a.splice(0,0,c)));b("off")}var d=this,h={offsetX:0,offsetY:0,baseElWidth:0,relativePos:0,position:null,minSwipe:null,maxSwipe:null,sliding:null,dargging:null,targetElement:null};d.isCssFinish=!0;d.$elem.on(d.ev_types.start,".owl-wrapper",function(c){c=c.originalEvent||c||g.event;var e;if(3===c.which)return!1;if(!(d.itemsAmount<=d.options.items)){if(!1===d.isCssFinish&&!d.options.dragBeforeAnimFinish||!1===d.isCss3Finish&&!d.options.dragBeforeAnimFinish)return!1; !1!==d.options.autoPlay&&g.clearInterval(d.autoPlayInterval);!0===d.browser.isTouch||d.$owlWrapper.hasClass("grabbing")||d.$owlWrapper.addClass("grabbing");d.newPosX=0;d.newRelativeX=0;f(this).css(d.removeTransition());e=f(this).position();h.relativePos=e.left;h.offsetX=a(c).x-e.left;h.offsetY=a(c).y-e.top;b("on");h.sliding=!1;h.targetElement=c.target||c.srcElement}})},getNewPosition:function(){var a=this.closestItem();a>this.maximumItem?a=this.currentItem=this.maximumItem:0<=this.newPosX&&(this.currentItem= a=0);return a},closestItem:function(){var a=this,b=!0===a.options.scrollPerPage?a.pagesInArray:a.positionsInArray,e=a.newPosX,c=null;f.each(b,function(d,g){e-a.itemWidth/20>b[d+1]&&e-a.itemWidth/20<g&&"left"===a.moveDirection()?(c=g,a.currentItem=!0===a.options.scrollPerPage?f.inArray(c,a.positionsInArray):d):e+a.itemWidth/20<g&&e+a.itemWidth/20>(b[d+1]||b[d]-a.itemWidth)&&"right"===a.moveDirection()&&(!0===a.options.scrollPerPage?(c=b[d+1]||b[b.length-1],a.currentItem=f.inArray(c,a.positionsInArray)): (c=b[d+1],a.currentItem=d+1))});return a.currentItem},moveDirection:function(){var a;0>this.newRelativeX?(a="right",this.playDirection="next"):(a="left",this.playDirection="prev");return a},customEvents:function(){var a=this;a.$elem.on("owl.next",function(){a.next()});a.$elem.on("owl.prev",function(){a.prev()});a.$elem.on("owl.play",function(b,e){a.options.autoPlay=e;a.play();a.hoverStatus="play"});a.$elem.on("owl.stop",function(){a.stop();a.hoverStatus="stop"});a.$elem.on("owl.goTo",function(b,e){a.goTo(e)}); a.$elem.on("owl.jumpTo",function(b,e){a.jumpTo(e)})},stopOnHover:function(){var a=this;!0===a.options.stopOnHover&&!0!==a.browser.isTouch&&!1!==a.options.autoPlay&&(a.$elem.on("mouseover",function(){a.stop()}),a.$elem.on("mouseout",function(){"stop"!==a.hoverStatus&&a.play()}))},lazyLoad:function(){var a,b,e,c,d;if(!1===this.options.lazyLoad)return!1;for(a=0;a<this.itemsAmount;a+=1)b=f(this.$owlItems[a]),"loaded"!==b.data("owl-loaded")&&(e=b.data("owl-item"),c=b.find(".lazyOwl"),"string"!==typeof c.data("src")? b.data("owl-loaded","loaded"):(void 0===b.data("owl-loaded")&&(c.hide(),b.addClass("loading").data("owl-loaded","checked")),(d=!0===this.options.lazyFollow?e>=this.currentItem:!0)&&e<this.currentItem+this.options.items&&c.length&&this.lazyPreload(b,c)))},lazyPreload:function(a,b){function e(){a.data("owl-loaded","loaded").removeClass("loading");b.removeAttr("data-src");"fade"===d.options.lazyEffect?b.fadeIn(400):b.show();"function"===typeof d.options.afterLazyLoad&&d.options.afterLazyLoad.apply(this, [d.$elem])}function c(){f+=1;d.completeImg(b.get(0))||!0===k?e():100>=f?g.setTimeout(c,100):e()}var d=this,f=0,k;"DIV"===b.prop("tagName")?(b.css("background-image","url("+b.data("src")+")"),k=!0):b[0].src=b.data("src");c()},autoHeight:function(){function a(){var a=f(e.$owlItems[e.currentItem]).height();e.wrapperOuter.css("height",a+"px");e.wrapperOuter.hasClass("autoHeight")||g.setTimeout(function(){e.wrapperOuter.addClass("autoHeight")},0)}function b(){d+=1;e.completeImg(c.get(0))?a():100>=d?g.setTimeout(b, 100):e.wrapperOuter.css("height","")}var e=this,c=f(e.$owlItems[e.currentItem]).find("img"),d;void 0!==c.get(0)?(d=0,b()):a()},completeImg:function(a){return!a.complete||"undefined"!==typeof a.naturalWidth&&0===a.naturalWidth?!1:!0},onVisibleItems:function(){var a;!0===this.options.addClassActive&&this.$owlItems.removeClass("active");this.visibleItems=[];for(a=this.currentItem;a<this.currentItem+this.options.items;a+=1)this.visibleItems.push(a),!0===this.options.addClassActive&&f(this.$owlItems[a]).addClass("active"); this.owl.visibleItems=this.visibleItems},transitionTypes:function(a){this.outClass="owl-"+a+"-out";this.inClass="owl-"+a+"-in"},singleItemTransition:function(){var a=this,b=a.outClass,e=a.inClass,c=a.$owlItems.eq(a.currentItem),d=a.$owlItems.eq(a.prevItem),f=Math.abs(a.positionsInArray[a.currentItem])+a.positionsInArray[a.prevItem],g=Math.abs(a.positionsInArray[a.currentItem])+a.itemWidth/2;a.isTransition=!0;a.$owlWrapper.addClass("owl-origin").css({"-webkit-transform-origin":g+"px","-moz-perspective-origin":g+ "px","perspective-origin":g+"px"});d.css({position:"relative",left:f+"px"}).addClass(b).on("webkitAnimationEnd oAnimationEnd MSAnimationEnd animationend",function(){a.endPrev=!0;d.off("webkitAnimationEnd oAnimationEnd MSAnimationEnd animationend");a.clearTransStyle(d,b)});c.addClass(e).on("webkitAnimationEnd oAnimationEnd MSAnimationEnd animationend",function(){a.endCurrent=!0;c.off("webkitAnimationEnd oAnimationEnd MSAnimationEnd animationend");a.clearTransStyle(c,e)})},clearTransStyle:function(a, b){a.css({position:"",left:""}).removeClass(b);this.endPrev&&this.endCurrent&&(this.$owlWrapper.removeClass("owl-origin"),this.isTransition=this.endCurrent=this.endPrev=!1)},owlStatus:function(){this.owl={userOptions:this.userOptions,baseElement:this.$elem,userItems:this.$userItems,owlItems:this.$owlItems,currentItem:this.currentItem,prevItem:this.prevItem,visibleItems:this.visibleItems,isTouch:this.browser.isTouch,browser:this.browser,dragDirection:this.dragDirection}},clearEvents:function(){this.$elem.off(".owl owl mousedown.disableTextSelect"); f(k).off(".owl owl");f(g).off("resize",this.resizer)},unWrap:function(){0!==this.$elem.children().length&&(this.$owlWrapper.unwrap(),this.$userItems.unwrap().unwrap(),this.owlControls&&this.owlControls.remove());this.clearEvents();this.$elem.attr("style",this.$elem.data("owl-originalStyles")||"").attr("class",this.$elem.data("owl-originalClasses"))},destroy:function(){this.stop();g.clearInterval(this.checkVisible);this.unWrap();this.$elem.removeData()},reinit:function(a){a=f.extend({},this.userOptions, a);this.unWrap();this.init(a,this.$elem)},addItem:function(a,b){var e;if(!a)return!1;if(0===this.$elem.children().length)return this.$elem.append(a),this.setVars(),!1;this.unWrap();e=void 0===b||-1===b?-1:b;e>=this.$userItems.length||-1===e?this.$userItems.eq(-1).after(a):this.$userItems.eq(e).before(a);this.setVars()},removeItem:function(a){if(0===this.$elem.children().length)return!1;a=void 0===a||-1===a?-1:a;this.unWrap();this.$userItems.eq(a).remove();this.setVars()}};f.fn.owlCarousel=function(a){return this.each(function(){if(!0=== f(this).data("owl-init"))return!1;f(this).data("owl-init",!0);var b=Object.create(l);b.init(a,this);f.data(this,"owlCarousel",b)})};f.fn.owlCarousel.options={items:5,itemsCustom:!1,itemsDesktop:[1199,4],itemsDesktopSmall:[979,3],itemsTablet:[768,2],itemsTabletSmall:!1,itemsMobile:[479,1],singleItem:!1,itemsScaleUp:!1,slideSpeed:200,paginationSpeed:800,rewindSpeed:1E3,autoPlay:!1,stopOnHover:!1,navigation:!1,navigationText:["prev","next"],rewindNav:!0,scrollPerPage:!1,pagination:!0,paginationNumbers:!1, responsive:!0,responsiveRefreshRate:200,responsiveBaseWidth:g,baseClass:"owl-carousel",theme:"owl-theme",lazyLoad:!1,lazyFollow:!0,lazyEffect:"fade",autoHeight:!1,jsonPath:!1,jsonSuccess:!1,dragBeforeAnimFinish:!0,mouseDrag:!0,touchDrag:!0,addClassActive:!1,transitionStyle:!1,beforeUpdate:!1,afterUpdate:!1,beforeInit:!1,afterInit:!1,beforeMove:!1,afterMove:!1,afterAction:!1,startDragging:!1,afterLazyLoad:!1}})(jQuery,window,document); //]]></script> <script type='text/javascript'>//<![CDATA[ jQuery(document).ready(function($){"use strict";$('#top-search a').on('click',function(e){e.preventDefault();$('.show-search').slideToggle('fast');});$('.to-top').click(function(){$('html, body').animate({scrollTop:0},800);return false;});$('.bxslider').bxSlider({adaptiveHeight:true,mode:'fade',pager:false,captions:true});$(document).ready(function(){$(".container").fitVids();});$('.menu').slicknav({prependTo:'.menu-mobile',label:''});$("#owl-demo").owlCarousel({navigation:false,autoHeight:false,items:6,itemsDesktop:[1199,3],itemsDesktopSmall:[980,2],itemsTablet:[768,2],itemsTabletSmall:[568,1],itemsMobile:[479,1],});$("#footer-text").append("Customized by <a href='http://www.myfairyblogmother.com/'>My Fairy Blog MOther</a>. All Rights Reserved.");}); //]]></script> <!-- PINT IT HOVER BUTTON START --><script> //<![CDATA[ var bs_pinButtonURL = "https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiIFu31AYM0KQsTRBrBz9sn6okaI2jMtIZhpnQfFLDo4ybnf74MQtmPfxRFYN9altg2y59mh8ziXp0z61wDj0NMqMFjHpoBy6a3eThVlHGhD50kB1-G0UZU9KwfUS1udFYIasj08I8_4pw/s1600/pin+4+Linda.png"; var bs_pinButtonPos = "topright"; var bs_pinPrefix = ""; var bs_pinSuffix = ""; //]]> </script><br/> <script id='bs_pinOnHover' type='text/javascript'> //<![CDATA[ eval(function(p,a,c,k,e,r){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--)r[e(c)]=k[c]||e(c);k=[function(e){return r[e]}];e=function(){return'\\w+'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p}('1i(1j).1k(q($){$(\'M\').1l(\'<6 9="r:D;" N="A" O="\'+11+\'" >\');$(\'#12\').1m();3 l;3 m;3 n;$(\'.A\').1n(q(){m=$(\'.A\').E(F);n=$(\'.A\').G(F);$(\'.A\').1o()});3 o=$(\'#12\').1p().1q("1r.13");o!=-1&&14();q 14(){$(\'.s-15 6,.H-M 6,.s-16 6\').1s(\'.17,.17 6\').1t(q(){$(\'.7-8\').t("r","D");18(l);3 a=$(p);3 b=19(a.t("P-u"));3 c=19(a.t("P-v"));3 d;3 e;1u(1v){B\'1w\':d=a.4().u+a.G(F)/2-n/2;e=a.4().v+a.E(F)/2-m/2;C;B\'1x\':d=a.4().u+b+5;e=a.4().v+c+a.E()-m-5;C;B\'1y\':d=a.4().u+b+5;e=a.4().v+c+5;C;B\'1z\':d=a.4().u+b+a.G()-n-5;e=a.4().v+c+a.E()-m-5;C;B\'1A\':d=a.4().u+b+a.G()-n-5;e=a.4().v+c+5;C}3 f=a.1B(\'O\');3 g=a.1C(\'.H,.1D,.s\').Q(\'.H-R,.s-R,.s-1E\');3 h=g.1F();w(S T===\'U\'){T=\'\'}w(S V===\'U\'){V=\'\'}w(g.Q(\'a\').1G){W=g.Q(\'a\').I(\'X\').1a(/\\#.+\\b/1b,"")}Y{W=$(1H).I(\'X\').1a(/\\#.+\\b/1b,"")}3 i=\'<1c N="7-8" 9="1d:x;4: 1I;z-1J: 1K; 1L: 1M;" ><a X="1N://1O.13/1P/1Q/1R/?1S=\'+W+\'&1T=\'+f+\'&1U=\'+T+h+V+\'" 9="1d:1V;1W:x;" 1X="1Y"><6 N="1Z" 9="-20-J-K:x;-21-J-K:x;-o-J-K:x;J-K:x;22:23;P: 0;24: 0;25:0;" O="\'+11+\'" R="26 1e 27" ></a></1c>\';3 j=a.Z().28(\'a\')?a.Z():a;w(!j.y().29(\'7-8\')){j.2a(i);w(S l===\'U\'){j.y(\'.7-8\').I("1f","p.9.1g=1;p.9.r=\'10\'")}Y{j.y(\'.7-8\').I("1f","p.9.1g=1;p.9.r=\'10\';18(2b)")}}3 k=j.y(".7-8");k.t({"u":d,"v":e});k.t("r","10");k.L().1h(2c,1.0,q(){$(p).2d()})});$(\'.s-15 6,.H-M 6,.s-16 6\').1e(\'2e\',q(){w($.2f.2g){3 a=$(p).y(\'.7-8\');3 b=$(p).Z(\'a\').y(\'.7-8\');l=2h(q(){a.L().t("r","D");b.L().t("r","D")},2i)}Y{$(\'.7-8\').L().1h(0,0.0)}})}});',62,143,'|||var|position||img|pinit|wrapper|style||||||||||||||||this|function|visibility|entry|css|top|left|if|none|next||pinimgload|case|break|hidden|outerWidth|true|outerHeight|post|attr|box|shadow|stop|body|class|src|margin|find|title|typeof|bs_pinPrefix|undefined|bs_pinSuffix|pinitURL|href|else|parent|visible|bs_pinButtonURL|bs_pinOnHover|com|hoverCheck|content|summary|nopin|clearTimeout|parseInt|replace|gi|div|display|on|onmouseover|opacity|fadeTo|jQuery|document|ready|append|hide|load|remove|html|indexOf|bloggersentral|not|mouseenter|switch|bs_pinButtonPos|center|topright|topleft|bottomright|bottomleft|prop|closest|hentry|header|text|length|location|absolute|index|9999|cursor|pointer|http|pinterest|pin|create|button|url|media|description|block|outline|target|_blank|pinimg|moz|webkit|background|transparent|padding|border|Pin|Pinterest|is|hasClass|after|bsButtonHover|300|show|mouseleave|browser|msie|setTimeout|3000'.split('|'),0,{})) //]]> // This Pinterest Hover Button is brought to you by bloggersentral.com. // Visit http://www.bloggersentral.com/2012/11/pinterest-pin-it-button-on-image-hover.html for details. // Feel free to use and share, but please keep this notice intact. </script><!-- PINT IT HOVER BUTTON END --> <!--[ Lazy adsense Script with auto ads ]--> <script>/*<![CDATA[*/ var lazyadsense = false; window.addEventListener("scroll", function(){ if ((document.documentElement.scrollTop != 0 && lazyadsense === false) || (document.body.scrollTop != 0 && lazyadsense === false)) { (function() { var ad = document.createElement('script'); var att = document.createAttribute('data-ad-client'); att.value = 'ca-pub-7395805604072630'; ad.setAttributeNode(att); ad.async = true; ad.src = 'https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js'; var sc = document.getElementsByTagName('head')[0]; sc.parentNode.insertBefore(ad, sc); })(); lazyadsense = true; } }, true) /*]]>*/</script> <!-- Global site tag (gtag.js) - Google Analytics --> <script type='text/javascript'>//<![CDATA[ var lazyanalisis=!1;window.addEventListener("scroll",function(){(0!=document.documentElement.scrollTop&&!1===lazyanalisis||0!=document.body.scrollTop&&!1===lazyanalisis)&&(!function(){var e=document.createElement("script");e.type="text/javascript",e.async=!0,e.src="https://www.googletagmanager.com/gtag/js?id=G-BWXRF2MYVL";var a=document.getElementsByTagName("script")[0];a.parentNode.insertBefore(e,a)}(),lazyanalisis=!0)},!0); //]]> </script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-BWXRF2MYVL'); </script> <script type="text/javascript" src="https://www.blogger.com/static/v1/widgets/2725212210-widgets.js"></script> <script type='text/javascript'> window['__wavt'] = 'AOuZoY7NogdCfvWGuF78WQbT5RpTM3RvzQ:1740572209406';_WidgetManager._Init('//www.blogger.com/rearrange?blogID\x3d5387975205672104946','//www.lifeandlinda.com/p/disclosure-policy.html','5387975205672104946'); _WidgetManager._SetDataContext([{'name': 'blog', 'data': {'blogId': '5387975205672104946', 'title': ' Life and Linda ', 'url': 'https://www.lifeandlinda.com/p/disclosure-policy.html', 'canonicalUrl': 'https://www.lifeandlinda.com/p/disclosure-policy.html', 'homepageUrl': 'https://www.lifeandlinda.com/', 'searchUrl': 'https://www.lifeandlinda.com/search', 'canonicalHomepageUrl': 'https://www.lifeandlinda.com/', 'blogspotFaviconUrl': 'https://www.lifeandlinda.com/favicon.ico', 'bloggerUrl': 'https://www.blogger.com', 'hasCustomDomain': true, 'httpsEnabled': true, 'enabledCommentProfileImages': true, 'gPlusViewType': 'FILTERED_POSTMOD', 'adultContent': false, 'analyticsAccountNumber': '', 'encoding': 'UTF-8', 'locale': 'en', 'localeUnderscoreDelimited': 'en', 'languageDirection': 'ltr', 'isPrivate': false, 'isMobile': false, 'isMobileRequest': false, 'mobileClass': '', 'isPrivateBlog': false, 'isDynamicViewsAvailable': true, 'feedLinks': '\x3clink rel\x3d\x22alternate\x22 type\x3d\x22application/atom+xml\x22 title\x3d\x22 Life and Linda - Atom\x22 href\x3d\x22https://www.lifeandlinda.com/feeds/posts/default\x22 /\x3e\n\x3clink rel\x3d\x22alternate\x22 type\x3d\x22application/rss+xml\x22 title\x3d\x22 Life and Linda - RSS\x22 href\x3d\x22https://www.lifeandlinda.com/feeds/posts/default?alt\x3drss\x22 /\x3e\n\x3clink rel\x3d\x22service.post\x22 type\x3d\x22application/atom+xml\x22 title\x3d\x22 Life and Linda - Atom\x22 href\x3d\x22https://www.blogger.com/feeds/5387975205672104946/posts/default\x22 /\x3e\n', 'meTag': '', 'adsenseClientId': 'ca-pub-7395805604072630', 'adsenseHostId': 'ca-host-pub-1556223355139109', 'adsenseHasAds': true, 'adsenseAutoAds': true, 'boqCommentIframeForm': true, 'loginRedirectParam': '', 'view': '', 'dynamicViewsCommentsSrc': '//www.blogblog.com/dynamicviews/4224c15c4e7c9321/js/comments.js', 'dynamicViewsScriptSrc': '//www.blogblog.com/dynamicviews/f04e4d11442969dd', 'plusOneApiSrc': 'https://apis.google.com/js/platform.js', 'disableGComments': true, 'interstitialAccepted': false, 'sharing': {'platforms': [{'name': 'Get link', 'key': 'link', 'shareMessage': 'Get link', 'target': ''}, {'name': 'Facebook', 'key': 'facebook', 'shareMessage': 'Share to Facebook', 'target': 'facebook'}, {'name': 'BlogThis!', 'key': 'blogThis', 'shareMessage': 'BlogThis!', 'target': 'blog'}, {'name': 'X', 'key': 'twitter', 'shareMessage': 'Share to X', 'target': 'twitter'}, {'name': 'Pinterest', 'key': 'pinterest', 'shareMessage': 'Share to Pinterest', 'target': 'pinterest'}, {'name': 'Email', 'key': 'email', 'shareMessage': 'Email', 'target': 'email'}], 'disableGooglePlus': true, 'googlePlusShareButtonWidth': 0, 'googlePlusBootstrap': '\x3cscript type\x3d\x22text/javascript\x22\x3ewindow.___gcfg \x3d {\x27lang\x27: \x27en\x27};\x3c/script\x3e'}, 'hasCustomJumpLinkMessage': false, 'jumpLinkMessage': 'Read more', 'pageType': 'static_page', 'pageId': '6675929756620334519', 'pageName': 'Disclosure Policy', 'pageTitle': ' Life and Linda : Disclosure Policy', 'metaDescription': ''}}, {'name': 'features', 'data': {}}, {'name': 'messages', 'data': {'edit': 'Edit', 'linkCopiedToClipboard': 'Link copied to clipboard!', 'ok': 'Ok', 'postLink': 'Post Link'}}, {'name': 'template', 'data': {'name': 'custom', 'localizedName': 'Custom', 'isResponsive': false, 'isAlternateRendering': false, 'isCustom': true}}, {'name': 'view', 'data': {'classic': {'name': 'classic', 'url': '?view\x3dclassic'}, 'flipcard': {'name': 'flipcard', 'url': '?view\x3dflipcard'}, 'magazine': {'name': 'magazine', 'url': '?view\x3dmagazine'}, 'mosaic': {'name': 'mosaic', 'url': '?view\x3dmosaic'}, 'sidebar': {'name': 'sidebar', 'url': '?view\x3dsidebar'}, 'snapshot': {'name': 'snapshot', 'url': '?view\x3dsnapshot'}, 'timeslide': {'name': 'timeslide', 'url': '?view\x3dtimeslide'}, 'isMobile': false, 'title': 'Disclosure Policy', 'description': 'tablescapes, blog design, blog hops, blogger,', 'url': 'https://www.lifeandlinda.com/p/disclosure-policy.html', 'type': 'item', 'isSingleItem': true, 'isMultipleItems': false, 'isError': false, 'isPage': true, 'isPost': false, 'isHomepage': false, 'isArchive': false, 'isLabelSearch': false, 'pageId': 6675929756620334519}}]); _WidgetManager._RegisterWidget('_HeaderView', new _WidgetInfo('Header1', 'header', document.getElementById('Header1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_BlogView', new _WidgetInfo('Blog1', 'main', document.getElementById('Blog1'), {'cmtInteractionsEnabled': false, 'lightboxEnabled': true, 'lightboxModuleUrl': 'https://www.blogger.com/static/v1/jsbin/177302283-lbx.js', 'lightboxCssUrl': 'https://www.blogger.com/static/v1/v-css/1964470060-lightbox_bundle.css'}, 'displayModeFull')); _WidgetManager._RegisterWidget('_TextView', new _WidgetInfo('Text1', 'main', document.getElementById('Text1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML5', 'main', document.getElementById('HTML5'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML1', 'sidebar', document.getElementById('HTML1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_ImageView', new _WidgetInfo('Image5', 'sidebar', document.getElementById('Image5'), {'resize': false}, 'displayModeFull')); _WidgetManager._RegisterWidget('_ImageView', new _WidgetInfo('Image3', 'sidebar', document.getElementById('Image3'), {'resize': false}, 'displayModeFull')); _WidgetManager._RegisterWidget('_ImageView', new _WidgetInfo('Image4', 'sidebar', document.getElementById('Image4'), {'resize': false}, 'displayModeFull')); _WidgetManager._RegisterWidget('_ImageView', new _WidgetInfo('Image2', 'sidebar', document.getElementById('Image2'), {'resize': false}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML2', 'sidebar', document.getElementById('HTML2'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_LinkListView', new _WidgetInfo('LinkList1', 'sidebar', document.getElementById('LinkList1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_ImageView', new _WidgetInfo('Image7', 'sidebar', document.getElementById('Image7'), {'resize': false}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML4', 'sidebar', document.getElementById('HTML4'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML7', 'sidebar', document.getElementById('HTML7'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML6', 'sidebar', document.getElementById('HTML6'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_ImageView', new _WidgetInfo('Image1', 'sidebar', document.getElementById('Image1'), {'resize': false}, 'displayModeFull')); _WidgetManager._RegisterWidget('_ImageView', new _WidgetInfo('Image12', 'sidebar', document.getElementById('Image12'), {'resize': false}, 'displayModeFull')); _WidgetManager._RegisterWidget('_PopularPostsView', new _WidgetInfo('PopularPosts1', 'sidebar', document.getElementById('PopularPosts1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_ImageView', new _WidgetInfo('Image6', 'sidebar', document.getElementById('Image6'), {'resize': false}, 'displayModeFull')); _WidgetManager._RegisterWidget('_ContactFormView', new _WidgetInfo('ContactForm1', 'sidebar', document.getElementById('ContactForm1'), {'contactFormMessageSendingMsg': 'Sending...', 'contactFormMessageSentMsg': 'Your message has been sent.', 'contactFormMessageNotSentMsg': 'Message could not be sent. Please try again later.', 'contactFormInvalidEmailMsg': 'A valid email address is required.', 'contactFormEmptyMessageMsg': 'Message field cannot be empty.', 'title': 'Contact Form', 'blogId': '5387975205672104946', 'contactFormNameMsg': 'Name', 'contactFormEmailMsg': 'Email', 'contactFormMessageMsg': 'Message', 'contactFormSendMsg': 'Send', 'contactFormToken': 'AOuZoY7cuiHuCxBwCE7Z7SGL-TnpyiKsjQ:1740572209407', 'submitUrl': 'https://www.blogger.com/contact-form.do'}, 'displayModeFull')); _WidgetManager._RegisterWidget('_LinkListView', new _WidgetInfo('LinkList2', 'left', document.getElementById('LinkList2'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML3', 'left', document.getElementById('HTML3'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML13', 'center', document.getElementById('HTML13'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_TranslateView', new _WidgetInfo('Translate1', 'right', document.getElementById('Translate1'), {}, 'displayModeFull')); </script> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10