/*

	Copyright 2014, .clearFix. All Rights Reserved.
	Author: The .clearFix Team
	Author URI: http://madebyclearfix.com/

*/
<style>
/* ============= BASE STYLES ============================================== */

	/* =WordPress Core
	-------------------------------------------------------------- */
	.alignnone { margin: 5px 20px 20px 0; color: #0043bc; }
	.aligncenter, div.aligncenter { display: block; margin: 5px auto 5px auto; }
	.alignright { float:right; margin: 5px 0 20px 20px; }
	.alignleft { float: left; margin: 5px 20px 20px 0; }
	.aligncenter { display: block; margin: 5px auto 5px auto; }
	a img.alignright { float: right; margin: 5px 0 20px 20px; }
	a img.alignnone { margin: 5px 20px 20px 0; }
	a img.alignleft { float: left; margin: 5px 20px 20px 0; }
	a img.aligncenter {
	    display: block;
	    margin-left: auto;
	    margin-right: auto
	}
	.wp-caption {
	    background: #fff;
	    border: 1px solid #f0f0f0;
	    max-width: 96%; /* Image does not overflow the content area */
	    padding: 5px 3px 10px;
	    text-align: center;
	}
	.wp-caption.alignnone { margin: 5px 20px 20px 0; }
	.wp-caption.alignleft { margin: 5px 20px 20px 0; }
	.wp-caption.alignright { margin: 5px 0 20px 20px; }
	.wp-caption img {
	    border: 0 none;
	    height: auto;
	    margin: 0;
	    max-width: 98.5%;
	    padding: 0;
	    width: auto;
	}
	.wp-caption p.wp-caption-text {
	    font-size: 11px;
	    line-height: 17px;
	    margin: 0;
	    padding: 0 4px 5px;
	}
	.photo { border: 3px solid #CCC; }
	.size-auto, 
	.size-full,
	.size-large,
	.size-medium,
	.size-thumbnail {
		max-width: 100%;
		height: auto;
	}

	::selection 	 	{background: rgb(206,206,206);}
	::-moz-selection 	{background: rgb(206,206,206);}
	img::selection 		{background: transparent;}
	img::-moz-selection	{background: transparent;}
	body {-webkit-tap-highlight-color: rgb(206,206,206);}



/* ============= LAYOUT STYLES ============================================== */				



.module { padding: 15px; }
.row { margin: 0; padding: 0; }
.row:before,
.row:after {
    content: " ";
    display: table;
}


.is-nested {
    margin-left: -10px;
    margin-right: -10px;
}

.col { float: left; }
.col > .in {
    margin-right: 10px;
    margin-left: 10px;
    /*background: rgba(255,0,0,.1);*/
}
.last-col {
    float: none;
    width: auto;
}

.rtl .col {
    float: right;
    _position:relative;
    _left:-3px;
    _margin-right:-3px;
}

.rtl .last-col {
    _right:-3px;
    _margin-left:-3px;
    _margin-right:0;
    _left:0;
}

.g-1of1 { width: 100%; }
.g-1of2 { width: 50%; }
.g-1of3 { width: 33.33333%; }
.g-2of3 { width: 66.66666%; }
.g-1of4 { width: 25%; }
.g-3of4 { width: 75%; }
.g-1of5 { width: 20%; }
.g-2of5 { width: 40%; }
.g-3of5 { width: 60%; }
.g-4of5 { width: 80%; }
.g-1of6 { width: 16.66666%; }
.g-4of6 { width: 66.66666%; }
.g-5of6 { width: 83.33333%; }

	#siteWrap {
		touch-action: pan-y !important;
		position: relative;
		overflow: hidden; 
	}


	.sectionWrap {
		width: 100%;
		height: auto;
		margin: 0;
		position: relative;
	}
		/* .sectionWrap .grid-wrap {
			height: auto;
			margin: 0 auto;
			padding: 30px 30px;
			display: block;
		}
		*/
		.sectionWrap .grid-wrap .section-content {
			padding: 20px;
		}


		/*
			BANNER BLOCK
		*/
		.section-bannerblock .grid-wrap {
			background: none;
			width: 100% !important;
			max-width: 100%;
			padding: 0;
			margin: 0;
			float: left;
		}
		.section-bannerblock .grid-wrap img {
			width: 100%;
			height: auto;
			display: block;
		}

		/*
			COUNTDOWN BLOCK
		*/
		.section-countdownblock {
			background: #FFF;
		}
		.section-countdownblock .grid-wrap {
		}

		/*
			FANCY BUTTON BLOCK
		*/
		.section-buttonblock .grid-wrap {
			padding: 10px 30px;
		}
			.cta-button-wrap {
				background: url('/wp-content/themes/wkgnet-coach/ninja-page-assets/assets/images/lp-cta-circle.png') center center no-repeat;
				display: block;
				vertical-align: middle;
				width: 100%;
				padding: 45px 0;
			}

			#contentAreaWrap .cta-button-yellow {
				background: rgb(255,226,91); /* Old browsers */
				background: -moz-linear-gradient(top,  rgba(255,226,91,1) 0%, rgba(240,202,60,1) 100%); /* FF3.6+ */
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,226,91,1)), color-stop(100%,rgba(240,202,60,1))); /* Chrome,Safari4+ */
				background: -webkit-linear-gradient(top,  rgba(255,226,91,1) 0%,rgba(240,202,60,1) 100%); /* Chrome10+,Safari5.1+ */
				background: -o-linear-gradient(top,  rgba(255,226,91,1) 0%,rgba(240,202,60,1) 100%); /* Opera 11.10+ */
				background: -ms-linear-gradient(top,  rgba(255,226,91,1) 0%,rgba(240,202,60,1) 100%); /* IE10+ */
				background: linear-gradient(to bottom,  rgba(255,226,91,1) 0%,rgba(240,202,60,1) 100%); /* W3C */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe25b', endColorstr='#f0ca3c',GradientType=0 ); /* IE6-9 */
			    border: 1px solid #E5CB51;
			    -webkit-border-radius: 5px;
			       -moz-border-radius: 5px;
			    		border-radius: 5px;
				-webkit-box-shadow: inset 0 1px 0 #FFF !important;
				   -moz-box-shadow: inset 0 1px 0 #FFF !important;
						box-shadow: inset 0 1px 0 #FFF !important;
				-webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2) !important;
				   -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2) !important;
						box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2) !important;
			    overflow: hidden;
			    margin: 0;
				padding: 15px 30px 10px;
				color: #7c4106;
				color: #A5871F !important;
				font-size: 26px;
				line-height: 32px;
				max-width: 510px !important;
				display: inline-block;
				white-space: normal !important;
			}
				#contentAreaWrap .cta-button-yellow:hover {
					background: rgb(255,212,21); /* Old browsers */
					background: -moz-linear-gradient(top,  rgba(255,212,21,1) 0%, rgba(223,178,17,1) 100%); /* FF3.6+ */
					background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,212,21,1)), color-stop(100%,rgba(223,178,17,1))); /* Chrome,Safari4+ */
					background: -webkit-linear-gradient(top,  rgba(255,212,21,1) 0%,rgba(223,178,17,1) 100%); /* Chrome10+,Safari5.1+ */
					background: -o-linear-gradient(top,  rgba(255,212,21,1) 0%,rgba(223,178,17,1) 100%); /* Opera 11.10+ */
					background: -ms-linear-gradient(top,  rgba(255,212,21,1) 0%,rgba(223,178,17,1) 100%); /* IE10+ */
					background: linear-gradient(to bottom,  rgba(255,212,21,1) 0%,rgba(223,178,17,1) 100%); /* W3C */
					filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd415', endColorstr='#dfb211',GradientType=0 ); /* IE6-9 */
					color: #43360a !important;
				}

		/*
			PLAIN BUTTON BLOCK
		*/
		.section-plainbuttonblock .grid-wrap {
			padding: 10px 30px;
		}
			.section-plainbuttonblock .cta-button-wrap {
				background: none;
				display: block;
				vertical-align: middle;
				width: 100%;
				padding: 30px 0;
			}

			#contentAreaWrap .cta-plainbutton {
				background: url('../assets/images/btn-grad.png') bottom center repeat-x;
				background-color: #5d8844;
			    border: 1px solid #5d8844;
			    -webkit-border-radius: 5px;
			       -moz-border-radius: 5px;
			    		border-radius: 5px;
				-webkit-box-shadow: inset 0 1px 0 #FFF !important;
				   -moz-box-shadow: inset 0 1px 0 #FFF !important;
						box-shadow: inset 0 1px 0 #FFF !important;
				-webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2) !important;
				   -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2) !important;
						box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2) !important;
			    overflow: hidden;
			    margin: 0;
				padding: 18px 30px 13px;
				color: #FFF !important;
				font-size: 26px;
				line-height: 32px;
				max-width: 510px !important;
				display: inline-block;
				white-space: normal !important;
				text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
			}
				#contentAreaWrap .cta-plainbutton:hover {
					background: #5d8844;
					color: #FFF !important;
				}

		/*
			FORM BLOCK
		*/
		.section-buttonblock .grid-wrap {
			padding: 40px 30px 70px;
		}

		/*
			MAP BLOCK
		*/
		.section-mapblock .grid-wrap {
			background: none;
			width: 100% !important;
			max-width: 100%;
			padding: 0;
			margin: 0;
			float: left;
		}
			.acf-map {
			    width: 100% !important;
			    height: 380px !important;
			    border: none !important;
			    margin: 0 !important;
			}
					
		/*
			TESTIMONIALS BLOCK
		*/
		.section-testimonial {
			padding: 40px 0;
		}
		
			.testimonial-module {
				background: #ECECED;
				background: rgba(0,0,0,0.4);
				padding: 0;
				margin: 10px;
			    -webkit-border-radius: 5px;
			       -moz-border-radius: 5px;
					    border-radius: 5px;
			}
			.testimonial-module .quote {
			    background: #FFF;
			    padding: 20px;
			    margin: 0;
			    overflow: hidden;
			    -webkit-border-radius: 5px;
			       -moz-border-radius: 5px;
					    border-radius: 5px;
				box-shadow: 0 0 10px rgba(0,0,0,0.2);
			}
			.testimonial-module .credits {
			}
				.testimonial-module .credits img  {
				    width: 100px;
				    height: 100px;
				    -webkit-border-radius: 50px;
				       -moz-border-radius: 50px;
						    border-radius: 50px;
				    float: left;
				    margin: 10px 20px 10px 10px;
				}
				.testimonial-module .credits p {
				    line-height: 30px;
				    height: 60px;
				    padding: 25px 0px 0px;
				    color: #FFF !important;
				}


/* ============= LANDING PAGES ============================================== */

	.alp-form-wrap {
		max-width: 460px;
		margin: 30px auto;
	}
	.gform_wrapper .button {
		max-width: 300px;
		margin: 0 auto;
		padding: 15px;
		box-shadow: none;
	}
		.gform_wrapper .button:hover {;
		    cursor: pointer;
		    box-shadow: none;
		}
		
		.gform_footer br { display: none; }
		.gform_wrapper img { cursor: pointer; }
		
		.gfield_checkbox li br { display: none; }
		.gform_wrapper ul.gfield_checkbox li input[type="checkbox"], .gform_wrapper ul.gfield_radio li input[type="radio"] {
		    float: left;
		}
		.ginput_container li label { margin: 0 0 10px 10px !important; float: left; }


	#fancybox-loading div { left: 14px !important; }

/* ============= CUSTOM HERE ============================================== */


.cd-wrap > div { margin: 0 auto !important; }


/* Grid values at breakpoints */

/* ============= MIN WIDTHS ============================================== */
	
@media screen and (min-width: 320px) {

    .g1-1of1 { width: 100%; }
    .g1-1of2 { width: 50%; }
    .g1-1of3 { width: 33.33333%; }
    .g1-2of3 { width: 66.66666%; }
    .g1-1of4 { width: 25%; }
    .g1-3of4 { width: 75%; }
    .g1-1of5 { width: 20%; }
    .g1-2of5 { width: 40%; }
    .g1-3of5 { width: 60%; }
    .g1-4of5 { width: 80%; }
    .g1-1of6 { width: 16.66666%; }
    .g1-4of6 { width: 66.66666%; }
    .g1-5of6 { width: 83.33333%; }

}

@media screen and (min-width: 460px) {

    .g2-1of1 { width: 100%; }
    .g2-1of2 { width: 50%; }
    .g2-1of3 { width: 33.33333%; }
    .g2-2of3 { width: 66.66666%; }
    .g2-1of4 { width: 25%; }
    .g2-3of4 { width: 75%; }
    .g2-1of5 { width: 20%; }
    .g2-2of5 { width: 40%; }
    .g2-3of5 { width: 60%; }
    .g2-4of5 { width: 80%; }
    .g2-1of6 { width: 16.66666%; }
    .g2-4of6 { width: 66.66666%; }
    .g2-5of6 { width: 83.33333%; }

}
		
@media screen and (min-width: 882px) {

    .g3-1of1 { width: 100%; }
    .g3-1of2 { width: 50%; }
    .g3-1of3 { width: 33.33333%; }
    .g3-2of3 { width: 66.66666%; }
    .g3-1of4 { width: 25%; }
    .g3-3of4 { width: 75%; }
    .g3-1of5 { width: 20%; }
    .g3-2of5 { width: 40%; }
    .g3-3of5 { width: 60%; }
    .g3-4of5 { width: 80%; }
    .g3-1of6 { width: 16.66666%; }
    .g3-4of6 { width: 66.66666%; }
    .g3-5of6 { width: 83.33333%; }
	
	.nowrap { white-space: nowrap; }

	.buttons-container, .full-nav { display: block !important; }
	.btn-mobile-menu, #mmenu { display: none !important; }

    #topWrap .grid-wrap, #headerWrap .grid-wrap, #navWrap .grid-wrap, #splashWrap .splash-content-wrap, #lpContentWrap .grid-wrap, .sectionWrap .grid-wrap, #contentWrap .grid-wrap, #footerBannerWrap .grid-wrap, #footerWidgetsWrap .grid-wrap, #footerWrap .grid-wrap { width:94%; }
	
	#boxWrap {
	    width: 94%;
	    margin: 50px auto;
	}

}

@media screen and (min-width: 1174px) {

    .g4-1of1 { width: 100%; }
    .g4-1of2 { width: 50%; }
    .g4-1of3 { width: 33.33333%; }
    .g4-2of3 { width: 66.66666%; }
    .g4-1of4 { width: 25%; }
    .g4-3of4 { width: 75%; }
    .g4-1of5 { width: 20%; }
    .g4-2of5 { width: 40%; }
    .g4-3of5 { width: 60%; }
    .g4-4of5 { width: 80%; }
    .g4-1of6 { width: 16.66666%; }
    .g4-4of6 { width: 66.66666%; }
    .g4-5of6 { width: 83.33333%; }

	/* ======= FULL SITE TYPOGRAPHY ======= */
		h1 {
			font-size: 44px;
			line-height: 52px;
		}
		h2 {
			font-size: 24px;
			line-height: 34px;
		}
		h3 {
			font-size: 20px;
			line-height: 30px;
		}

	/* ======= END FULL SITE TYPOGRAPHY ======= */

}

@media screen and (min-width: 1400px) {

    .g5-1of1 { width: 100%; }
    .g5-1of2 { width: 50%; }
    .g5-1of3 { width: 33.33333%; }
    .g5-2of3 { width: 66.66666%; }
    .g5-1of4 { width: 25%; }
    .g5-3of4 { width: 75%; }
    .g5-1of5 { width: 20%; }
    .g5-2of5 { width: 40%; }
    .g5-3of5 { width: 60%; }
    .g5-4of5 { width: 80%; }
    .g5-1of6 { width: 16.66666%; }
    .g5-4of6 { width: 66.66666%; }
    .g5-5of6 { width: 83.33333%; }

    #topWrap .grid-wrap, #headerWrap .grid-wrap, #navWrap .grid-wrap, #splashWrap .splash-content-wrap, #lpContentWrap .grid-wrap, .sectionWrap .grid-wrap, .section-bannerblock, #contentWrap .grid-wrap, #footerBannerWrap .grid-wrap, #footerWidgetsWrap .grid-wrap, #footerWrap .grid-wrap { max-width:1200px; }

}



/* ============= FONTS ============================================== */

@font-face {
    font-family: 'socicon';
    src: url('assets/fonts/socicon-webfont.eot');
    src: url('assets/fonts/socicon-webfont.eot?#iefix') format('embedded-opentype'),
         url('assets/fonts/socicon-webfont.woff') format('woff'),
         url('assets/fonts/socicon-webfont.ttf') format('truetype'),
         url('assets/fonts/socicon-webfont.svg#sociconregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* ==== SLIDER CSS ==== */
.flex-container a:active,#slider a:active,.flex-container a:focus,#slider a:focus{outline:none;}.slides,.flex-control-nav,.flex-direction-nav{list-style:none;margin:0;padding:0;}@font-face{font-family:flexslider-icon;src:url(assets/fonts/flexslider-icon.eot?#iefix) format(embedded-opentype), url(assets/fonts/flexslider-icon.woff) format(woff), url(assets/fonts/flexslider-icon.ttf) format(truetype), url(assets/fonts/flexslider-icon.svg#flexslider-icon) format(svg);font-weight:400;font-style:normal;}#slider{margin:0;padding:0;}#slider .slides > li{display:none;-webkit-backface-visibility:hidden;}#slider .slides img{width:100%;display:block;}.flex-pauseplay span{text-transform:capitalize;}.slides:after{content:"\0020";display:block;clear:both;visibility:hidden;line-height:0;height:0;}* html .slides{height:1%;}.flex-direction-nav{height:0;margin:0 0 -5px;}.flex-direction-nav a{display:block;width:63px;height:63px;line-height:63px;text-indent:-99999px;position:absolute;bottom:0px;z-index:10;overflow:hidden;cursor:pointer;color:#FFF;text-shadow:1px 1px 0 rgba(0,0,0,0.3);-webkit-transition:all .3s ease;-moz-transition:all .3s ease;transition:all .3s ease;margin:0;}.flex-direction-nav .flex-prev{background:url(assets/images/slide-nav-prev.png) no-repeat;right:64px;}.flex-direction-nav .flex-next{background:url(assets/images/slide-nav-next.png) no-repeat;right:0px;}.flex-direction-nav .flex-disabled{opacity:0!important;filter:alpha(opacity=0);cursor:default;}.flex-pauseplay a{display:block;width:20px;height:20px;position:absolute;bottom:5px;left:10px;opacity:0.8;z-index:10;overflow:hidden;cursor:pointer;color:#000;}.flex-pauseplay a:before{font-family:flexslider-icon;font-size:20px;display:inline-block;content:'\f004';}.flex-pauseplay a.flex-play:before{content:'\f003';}.flex-control-nav{width:100%;position:absolute;bottom:20px;text-align:center;display:none;}.flex-control-nav li{zoom:1;display:inline;margin:0 6px;}.flex-control-paging li a{width:11px;height:11px;display:block;background:rgba(0,0,0,0.5);cursor:pointer;text-indent:-9999px;-webkit-border-radius:20px;-moz-border-radius:20px;-o-border-radius:20px;border-radius:20px;-webkit-box-shadow:inset 0 0 3px rgba(0,0,0,0.3);-moz-box-shadow:inset 0 0 3px rgba(0,0,0,0.3);-o-box-shadow:inset 0 0 3px rgba(0,0,0,0.3);box-shadow:inset 0 0 3px rgba(0,0,0,0.3);}.flex-control-paging li a:hover{background:rgba(0,0,0,0.7);}.flex-control-paging li a.flex-active{background:rgba(0,0,0,0.9);cursor:default;}.flex-control-thumbs{position:static;overflow:hidden;margin:5px 0 0;}.flex-control-thumbs li{width:25%;float:left;margin:0;}.flex-control-thumbs img{width:100%;display:block;opacity:.7;cursor:pointer;}.flex-control-thumbs .flex-active{opacity:1;cursor:default;}html[xmlns] .slides,.no-js .slides > li:first-child{display:block;}#slider:hover .flex-prev,#slider:hover .flex-next{opacity:0.7;}#slider:hover .flex-next:hover,#slider:hover .flex-prev:hover,.flex-pauseplay a:hover,.flex-control-thumbs img:hover{opacity:1;}@media screen and max-width 860px{h2.slide-title{font-size:16px!important;line-height:22px!important;margin:0!important;padding:10px!important;}.slide-text,.flex-direction-nav{display:none;}}

.home .flex-direction-nav a{display:block;width:63px;height:63px;line-height:63px;text-indent:-99999px;position:absolute;bottom:42%;z-index:10;overflow:hidden;cursor:pointer;margin:0;}
.home .flex-direction-nav .flex-prev{background:url(assets/images/slide-nav-prev-home.png) no-repeat;left:20px;}
.home .flex-direction-nav .flex-next{background:url(assets/images/slide-nav-next-home.png) no-repeat;right:20px;}
/* ==== FANCYBOX CSS ==== */
/*! fancyBox v2.1.3 fancyapps.com | fancyapps.com */
.fancybox-wrap,.fancybox-skin,.fancybox-outer,.fancybox-inner,.fancybox-image,.fancybox-wrap iframe,.fancybox-wrap object,.fancybox-nav,.fancybox-nav span,.fancybox-tmp{border:0;outline:none;vertical-align:top;margin:0;padding:0;}.fancybox-wrap{position:absolute;top:0;left:0;z-index:8020;}.fancybox-skin{position:relative;background:#f9f9f9;color:#444;text-shadow:none;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}.fancybox-opened{z-index:8030;}.fancybox-opened .fancybox-skin{-webkit-box-shadow:0 10px 25px rgba(0,0,0,0.5);-moz-box-shadow:0 10px 25px rgba(0,0,0,0.5);box-shadow:0 10px 25px rgba(0,0,0,0.5);}.fancybox-outer,.fancybox-inner{position:relative;}.fancybox-type-iframe .fancybox-inner{-webkit-overflow-scrolling:touch;}.fancybox-error{color:#444;font:14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;white-space:nowrap;margin:0;padding:15px;}.fancybox-image,.fancybox-iframe{display:block;width:100%;height:100%;}.fancybox-image{max-width:100%;max-height:100%;}#fancybox-loading,.fancybox-close,.fancybox-prev span,.fancybox-next span{background-image:url('https://www.laurabaltodano.com/wp-content/themes/wkgnet-coach/assets/css/fancybox/fancybox_sprite.png');}#fancybox-loading{position:fixed;top:50%;left:50%;margin-top:-22px;margin-left:-22px;background-position:0 -108px;opacity:0.8;cursor:pointer;z-index:8060;}#fancybox-loading div{width:44px;height:44px;background:url('https://www.laurabaltodano.com/wp-content/themes/wkgnet-coach/assets/css/fancybox/fancybox_loading.gif') center center no-repeat;}.fancybox-close{position:absolute;top:-18px;right:-18px;width:36px;height:36px;cursor:pointer;z-index:8040;}.fancybox-nav{position:absolute;top:0;width:40%;height:100%;cursor:pointer;text-decoration:none;background:transparent url('https://www.laurabaltodano.com/wp-content/themes/wkgnet-coach/assets/css/fancybox/blank.gif');-webkit-tap-highlight-color:rgba(0,0,0,0);z-index:8040;}.fancybox-prev{left:0;}.fancybox-next{right:0;}.fancybox-nav span{position:absolute;top:50%;width:36px;height:34px;margin-top:-18px;cursor:pointer;z-index:8040;visibility:hidden;}.fancybox-prev span{left:10px;background-position:0 -36px;}.fancybox-next span{right:10px;background-position:0 -72px;}.fancybox-tmp{position:absolute;top:-99999px;left:-99999px;visibility:hidden;max-width:99999px;max-height:99999px;overflow:visible!important;}.fancybox-overlay{position:absolute;top:0;left:0;overflow:hidden;display:none;z-index:8010;background:url('https://www.laurabaltodano.com/wp-content/themes/wkgnet-coach/assets/css/fancybox/fancybox_overlay.png');}.fancybox-overlay-fixed{position:fixed;bottom:0;right:0;}.fancybox-lock .fancybox-overlay{overflow:auto;overflow-y:scroll;}.fancybox-title{visibility:hidden;font:normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;position:relative;text-shadow:none;z-index:8050;}.fancybox-title-float-wrap{position:absolute;bottom:0;right:50%;margin-bottom:-35px;z-index:8050;text-align:center;}.fancybox-title-float-wrap .child{display:inline-block;margin-right:-100%;background:rgba(0,0,0,0.8);-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;text-shadow:0 1px 2px #222;color:#FFF;font-weight:700;line-height:24px;white-space:nowrap;padding:2px 20px;}.fancybox-title-outside-wrap{position:relative;margin-top:10px;color:#fff;}.fancybox-title-inside-wrap{padding-top:10px;}.fancybox-title-over-wrap{position:absolute;bottom:0;left:0;color:#fff;background:rgba(0,0,0,.8);padding:10px;}.fancybox-inner,.fancybox-lock{overflow:hidden;}.fancybox-nav:hover span,.fancybox-opened .fancybox-title{visibility:visible;}

#fancybox-title {
    display: none !important;
}

