/** * Jetpack related posts */ /** * The Gutenberg block */ .jp-related-posts-i2__row { display: flex; margin-top: 1.5rem; } .jp-related-posts-i2__row:first-child { margin-top: 0; } .jp-related-posts-i2__post { flex-grow: 1; flex-basis: 0; margin: 0 10px; display: flex; flex-direction: column; padding-left: 0; } .jp-related-posts-i2__row[data-post-count="3"] .jp-related-posts-i2__post { max-width: calc(33% - 20px); } .jp-related-posts-i2__row[data-post-count="2"] .jp-related-posts-i2__post, .jp-related-posts-i2__row[data-post-count="1"] .jp-related-posts-i2__post { max-width: calc(50% - 20px); } .jp-related-posts-i2__post-heading, .jp-related-posts-i2__post-img-link, .jp-related-posts-i2__post-date, .jp-related-posts-i2__post-context { flex-direction: row; display: block; } .jp-related-posts-i2__post-heading { margin: 0.5rem 0; font-size: 1rem; line-height: 1.2em; } .jp-related-posts-i2__post-link { display: block; width: 100%; line-height: 1.2em; } .jp-related-posts-i2__post-img-link { order: -1; } .jp-related-posts-i2__post-img-link img { width: 100%; } /* List view */ .jp-relatedposts-i2[data-layout="list"] .jp-related-posts-i2__row{ margin-top: 0; display: block; } .jp-relatedposts-i2[data-layout="list"] .jp-related-posts-i2__post { max-width: none; margin: 0; } .jp-relatedposts-i2[data-layout="list"].jp-related-posts-i2__post-img-link { margin-top: 1rem; } /* Breakpoints */ @media only screen and (max-width: 640px) { .jp-related-posts-i2__row { margin-top: 0; display: block; } .jp-related-posts-i2__row[data-post-count] .jp-related-posts-i2__post { max-width: none; margin: 0; margin-top: 1rem; } .jp-related-posts-i2__post-img-link { margin-top: 1rem; } .jp-related-posts-i2__post-img-link img { width: 350px; } } /* Container */ #jp-relatedposts { display: none; padding-top: 1em; margin: 1em 0; position: relative; clear: both; } .jp-relatedposts:after { content: ''; display: block; clear: both; } /* Headline above related posts section, labeled "Related" */ #jp-relatedposts h3.jp-relatedposts-headline { margin: 0 0 1em 0; display: inline-block; float: left; font-size: 9pt; font-weight: bold; font-family: inherit; } #jp-relatedposts h3.jp-relatedposts-headline em:before { content: ""; display: block; width: 100%; min-width: 30px; border-top: 1px solid #ddd; border-top: 1px solid rgba(0,0,0,.2); margin-bottom: 1em; } #jp-relatedposts h3.jp-relatedposts-headline em { font-style: normal; font-weight: bold; } /* Related posts items (wrapping items) */ #jp-relatedposts .jp-relatedposts-items { clear: left; } #jp-relatedposts .jp-relatedposts-items-visual { margin-right: -20px; } /* Related posts item */ #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post { float: left; width: 33%; margin: 0 0 1em; /* Needs to be same as the main outer wrapper for Related Posts */ box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; } #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post { padding-right: 20px; filter: alpha(opacity=80); -moz-opacity: .8; opacity: .8; } #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:nth-child(3n+4), #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post:nth-child(3n+4) { clear: both; } #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover .jp-relatedposts-post-title a { text-decoration: underline; } #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover { filter: alpha(opacity=100); -moz-opacity: 1; opacity: 1; } /* Related posts item content */ #jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title, #jp-relatedposts .jp-relatedposts-items p { font-size: 14px; line-height: 20px; margin: 0; } #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs { position:relative; } #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs a.jp-relatedposts-post-aoverlay { position:absolute; top:0; bottom:0; left:0; right:0; display:block; border-bottom: 0; } #jp-relatedposts .jp-relatedposts-items p { margin-bottom: 0; } #jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title { text-transform: none; margin: 0; font-family: inherit; display: block; max-width: 100%; } #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a { font-size: inherit; font-weight: normal; text-decoration: none; filter: alpha(opacity=100); -moz-opacity: 1; opacity: 1; } #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover { text-decoration: underline; } #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post img.jp-relatedposts-post-img, #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post span { display: block; max-width: 90%; overflow: hidden; text-overflow: ellipsis; } #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post img.jp-relatedposts-post-img, #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post span { max-width: 100%; } #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date, #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context { opacity: .6; } /* Hide the date by default, but leave the element there if a theme wants to use css to make it visible. */ .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date { display: none; } /* Behavior when there are thumbnails in visual mode */ #jp-relatedposts .jp-relatedposts-items-visual div.jp-relatedposts-post-thumbs p.jp-relatedposts-post-excerpt { display: none; } /* Behavior when there are no thumbnails in visual mode */ #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs p.jp-relatedposts-post-excerpt { overflow: hidden; } #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs span { margin-bottom: 1em; } /* List Layout */ #jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post { clear: both; width: 100%; } #jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post img.jp-relatedposts-post-img { float: left; overflow: hidden; max-width: 33%; margin-right: 3%; } #jp-relatedposts .jp-relatedposts-list h4.jp-relatedposts-post-title { display: inline-block; max-width: 63%; } /* * Responsive */ @media only screen and (max-width: 640px) { #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post { width: 50%; } #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:nth-child(3n) { clear: left; } #jp-relatedposts .jp-relatedposts-items-visual { margin-right: 20px; } } @media only screen and (max-width: 320px) { #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post { width: 100%; clear: both; margin: 0 0 1em; } #jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post img.jp-relatedposts-post-img, #jp-relatedposts .jp-relatedposts-list h4.jp-relatedposts-post-title { float: none; max-width: 100%; margin-right: 0; } } :root{--wp-admin-theme-color:#007cba;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-20:#005a87}#start-resizable-editor-section{display:none}.wp-block-audio figcaption{margin-top:.5em;margin-bottom:1em}.wp-block-audio audio{width:100%;min-width:300px}.wp-block-button__link{color:#fff;background-color:#32373c;border:none;border-radius:28px;box-shadow:none;cursor:pointer;display:inline-block;font-size:18px;padding:12px 24px;text-align:center;text-decoration:none;overflow-wrap:break-word}.wp-block-button__link:active,.wp-block-button__link:focus,.wp-block-button__link:hover,.wp-block-button__link:visited{color:#fff}.wp-block-button__link.aligncenter{text-align:center}.wp-block-button__link.alignright{text-align:right}.wp-block-button.is-style-squared,.wp-block-button__link.wp-block-button.is-style-squared{border-radius:0}.wp-block-button.no-border-radius,.wp-block-button__link.no-border-radius{border-radius:0!important}.is-style-outline .wp-block-button__link,.wp-block-button__link.is-style-outline{color:#32373c;background-color:transparent;border:2px solid}.wp-block-buttons .wp-block-button{display:inline-block;margin-right:8px;margin-bottom:8px}.wp-block-buttons .wp-block-button:last-child{margin-right:0}.wp-block-buttons.alignright .wp-block-button{margin-right:0;margin-left:8px}.wp-block-buttons.alignright .wp-block-button:first-child{margin-left:0}.wp-block-buttons.alignleft .wp-block-button{margin-left:0;margin-right:8px}.wp-block-buttons.alignleft .wp-block-button:last-child{margin-right:0}.wp-block-button.aligncenter,.wp-block-buttons.aligncenter,.wp-block-calendar{text-align:center}.wp-block-calendar tbody td,.wp-block-calendar th{padding:4px;border:1px solid #ddd}.wp-block-calendar tfoot td{border:none}.wp-block-calendar table{width:100%;border-collapse:collapse;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif}.wp-block-calendar table th{font-weight:400;background:#ddd}.wp-block-calendar a{text-decoration:underline}.wp-block-calendar tfoot a{color:#007cba;color:var(--wp-admin-theme-color)}.wp-block-calendar table caption,.wp-block-calendar table tbody{color:#40464d}.wp-block-categories.alignleft{margin-right:2em}.wp-block-categories.alignright{margin-left:2em}.wp-block-columns{display:flex;margin-bottom:28px;flex-wrap:wrap}@media (min-width:782px){.wp-block-columns{flex-wrap:nowrap}}.wp-block-columns.has-background{padding:20px 38px}.wp-block-column{flex-grow:1;min-width:0;word-break:break-word;overflow-wrap:break-word}@media (max-width:599px){.wp-block-column{flex-basis:100%!important}}@media (min-width:600px) and (max-width:781px){.wp-block-column{flex-basis:calc(50% - 16px)!important;flex-grow:0}.wp-block-column:nth-child(2n){margin-left:32px}}@media (min-width:782px){.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-column[style*=flex-basis]{flex-grow:0}.wp-block-column:not(:first-child){margin-left:32px}}.wp-block-columns.are-vertically-aligned-top{align-items:flex-start}.wp-block-columns.are-vertically-aligned-center{align-items:center}.wp-block-columns.are-vertically-aligned-bottom{align-items:flex-end}.wp-block-column.is-vertically-aligned-top{align-self:flex-start}.wp-block-column.is-vertically-aligned-center{-ms-grid-row-align:center;align-self:center}.wp-block-column.is-vertically-aligned-bottom{align-self:flex-end}.wp-block-column.is-vertically-aligned-bottom,.wp-block-column.is-vertically-aligned-center,.wp-block-column.is-vertically-aligned-top{width:100%}.wp-block-cover,.wp-block-cover-image{position:relative;background-size:cover;background-position:50%;min-height:430px;height:100%;width:100%;display:flex;justify-content:center;align-items:center;padding:16px}.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax{background-attachment:fixed}@supports (-webkit-overflow-scrolling:touch){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax{background-attachment:scroll}}@media (prefers-reduced-motion:reduce){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax{background-attachment:scroll}}.wp-block-cover-image.has-background-dim,.wp-block-cover.has-background-dim{background-color:#000}.wp-block-cover-image.has-background-dim:before,.wp-block-cover.has-background-dim:before{content:"";background-color:inherit}.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,.wp-block-cover-image .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim:not(.has-background-gradient):before,.wp-block-cover .wp-block-cover__gradient-background{position:absolute;top:0;left:0;bottom:0;right:0;z-index:1}.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,.wp-block-cover-image .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim:not(.has-background-gradient):before,.wp-block-cover .wp-block-cover__gradient-background{opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before{opacity:.1}.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background{opacity:.1}.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before{opacity:.2}.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background{opacity:.2}.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before{opacity:.3}.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background{opacity:.3}.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before{opacity:.4}.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background{opacity:.4}.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before{opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background{opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before{opacity:.6}.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background{opacity:.6}.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before{opacity:.7}.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background{opacity:.7}.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before{opacity:.8}.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background{opacity:.8}.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before{opacity:.9}.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background{opacity:.9}.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before{opacity:1}.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background{opacity:1}.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.alignleft,.wp-block-cover.alignright{max-width:290px;width:100%}.wp-block-cover-image:after,.wp-block-cover:after{display:block;content:"";font-size:0;min-height:inherit}@supports ((position:-webkit-sticky) or (position:sticky)){.wp-block-cover-image:after,.wp-block-cover:after{content:none}}.wp-block-cover-image.aligncenter,.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.aligncenter,.wp-block-cover.alignleft,.wp-block-cover.alignright{display:flex}.wp-block-cover-image .wp-block-cover__inner-container,.wp-block-cover .wp-block-cover__inner-container{width:calc(100% - 70px);z-index:1;color:#fff}.wp-block-cover-image .wp-block-subhead:not(.has-text-color),.wp-block-cover-image h1:not(.has-text-color),.wp-block-cover-image h2:not(.has-text-color),.wp-block-cover-image h3:not(.has-text-color),.wp-block-cover-image h4:not(.has-text-color),.wp-block-cover-image h5:not(.has-text-color),.wp-block-cover-image h6:not(.has-text-color),.wp-block-cover-image p:not(.has-text-color),.wp-block-cover .wp-block-subhead:not(.has-text-color),.wp-block-cover h1:not(.has-text-color),.wp-block-cover h2:not(.has-text-color),.wp-block-cover h3:not(.has-text-color),.wp-block-cover h4:not(.has-text-color),.wp-block-cover h5:not(.has-text-color),.wp-block-cover h6:not(.has-text-color),.wp-block-cover p:not(.has-text-color){color:inherit}.wp-block-cover-image.is-position-top-left,.wp-block-cover.is-position-top-left{align-items:flex-start;justify-content:flex-start}.wp-block-cover-image.is-position-top-center,.wp-block-cover.is-position-top-center{align-items:flex-start;justify-content:center}.wp-block-cover-image.is-position-top-right,.wp-block-cover.is-position-top-right{align-items:flex-start;justify-content:flex-end}.wp-block-cover-image.is-position-center-left,.wp-block-cover.is-position-center-left{align-items:center;justify-content:flex-start}.wp-block-cover-image.is-position-center-center,.wp-block-cover.is-position-center-center{align-items:center;justify-content:center}.wp-block-cover-image.is-position-center-right,.wp-block-cover.is-position-center-right{align-items:center;justify-content:flex-end}.wp-block-cover-image.is-position-bottom-left,.wp-block-cover.is-position-bottom-left{align-items:flex-end;justify-content:flex-start}.wp-block-cover-image.is-position-bottom-center,.wp-block-cover.is-position-bottom-center{align-items:flex-end;justify-content:center}.wp-block-cover-image.is-position-bottom-right,.wp-block-cover.is-position-bottom-right{align-items:flex-end;justify-content:flex-end}.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container{margin:0;width:auto}.wp-block-cover__video-background{position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);width:100%;height:100%;z-index:0;object-fit:cover}.wp-block-cover-image-text,.wp-block-cover-text,section.wp-block-cover-image h2{color:#fff}.wp-block-cover-image-text a,.wp-block-cover-image-text a:active,.wp-block-cover-image-text a:focus,.wp-block-cover-image-text a:hover,.wp-block-cover-text a,.wp-block-cover-text a:active,.wp-block-cover-text a:focus,.wp-block-cover-text a:hover,section.wp-block-cover-image h2 a,section.wp-block-cover-image h2 a:active,section.wp-block-cover-image h2 a:focus,section.wp-block-cover-image h2 a:hover{color:#fff}.wp-block-cover-image .wp-block-cover.has-left-content{justify-content:flex-start}.wp-block-cover-image .wp-block-cover.has-right-content{justify-content:flex-end}.wp-block-cover-image.has-left-content .wp-block-cover-image-text,.wp-block-cover.has-left-content .wp-block-cover-text,section.wp-block-cover-image.has-left-content>h2{margin-left:0;text-align:left}.wp-block-cover-image.has-right-content .wp-block-cover-image-text,.wp-block-cover.has-right-content .wp-block-cover-text,section.wp-block-cover-image.has-right-content>h2{margin-right:0;text-align:right}.wp-block-cover-image .wp-block-cover-image-text,.wp-block-cover .wp-block-cover-text,section.wp-block-cover-image>h2{font-size:2em;line-height:1.25;z-index:1;margin-bottom:0;max-width:580px;padding:14px;text-align:center}.wp-block-embed.alignleft,.wp-block-embed.alignright,.wp-block[data-align=left]>[data-type^=core-embed],.wp-block[data-align=right]>[data-type^=core-embed]{max-width:360px;width:100%}.wp-block-embed.alignleft .wp-block-embed__wrapper,.wp-block-embed.alignright .wp-block-embed__wrapper,.wp-block[data-align=left]>[data-type^=core-embed] .wp-block-embed__wrapper,.wp-block[data-align=right]>[data-type^=core-embed] .wp-block-embed__wrapper{min-width:280px}.wp-block-embed{margin-bottom:1em}.wp-block-embed figcaption{margin-top:.5em;margin-bottom:1em}.wp-block-embed iframe{max-width:100%}.wp-block-embed__wrapper{position:relative}.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before{content:"";display:block;padding-top:50%}.wp-embed-responsive .wp-has-aspect-ratio iframe{position:absolute;top:0;right:0;bottom:0;left:0;height:100%;width:100%}.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{padding-top:42.85%}.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before{padding-top:50%}.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before{padding-top:56.25%}.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before{padding-top:75%}.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before{padding-top:100%}.wp-embed-responsive .wp-embed-aspect-9-6 .wp-block-embed__wrapper:before{padding-top:66.66%}.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before{padding-top:200%}.wp-block-file{margin-bottom:1.5em}.wp-block-file.aligncenter{text-align:center}.wp-block-file.alignright{text-align:right}.wp-block-file .wp-block-file__button{background:#32373c;border-radius:2em;color:#fff;font-size:13px;padding:.5em 1em}.wp-block-file a.wp-block-file__button{text-decoration:none}.wp-block-file a.wp-block-file__button:active,.wp-block-file a.wp-block-file__button:focus,.wp-block-file a.wp-block-file__button:hover,.wp-block-file a.wp-block-file__button:visited{box-shadow:none;color:#fff;opacity:.85;text-decoration:none}.wp-block-file *+.wp-block-file__button{margin-left:.75em}.blocks-gallery-grid,.wp-block-gallery{display:flex;flex-wrap:wrap;list-style-type:none;padding:0;margin:0}.blocks-gallery-grid .blocks-gallery-image,.blocks-gallery-grid .blocks-gallery-item,.wp-block-gallery .blocks-gallery-image,.wp-block-gallery .blocks-gallery-item{margin:0 16px 16px 0;display:flex;flex-grow:1;flex-direction:column;justify-content:center;position:relative}.blocks-gallery-grid .blocks-gallery-image figure,.blocks-gallery-grid .blocks-gallery-item figure,.wp-block-gallery .blocks-gallery-image figure,.wp-block-gallery .blocks-gallery-item figure{margin:0;height:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.blocks-gallery-grid .blocks-gallery-image figure,.blocks-gallery-grid .blocks-gallery-item figure,.wp-block-gallery .blocks-gallery-image figure,.wp-block-gallery .blocks-gallery-item figure{display:flex;align-items:flex-end;justify-content:flex-start}}.blocks-gallery-grid .blocks-gallery-image img,.blocks-gallery-grid .blocks-gallery-item img,.wp-block-gallery .blocks-gallery-image img,.wp-block-gallery .blocks-gallery-item img{display:block;max-width:100%;height:auto;width:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.blocks-gallery-grid .blocks-gallery-image img,.blocks-gallery-grid .blocks-gallery-item img,.wp-block-gallery .blocks-gallery-image img,.wp-block-gallery .blocks-gallery-item img{width:auto}}.blocks-gallery-grid .blocks-gallery-image figcaption,.blocks-gallery-grid .blocks-gallery-item figcaption,.wp-block-gallery .blocks-gallery-image figcaption,.wp-block-gallery .blocks-gallery-item figcaption{position:absolute;bottom:0;width:100%;max-height:100%;overflow:auto;padding:40px 10px 9px;color:#fff;text-align:center;font-size:13px;background:linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,transparent)}.blocks-gallery-grid .blocks-gallery-image figcaption img,.blocks-gallery-grid .blocks-gallery-item figcaption img,.wp-block-gallery .blocks-gallery-image figcaption img,.wp-block-gallery .blocks-gallery-item figcaption img{display:inline}.blocks-gallery-grid.is-cropped .blocks-gallery-image a,.blocks-gallery-grid.is-cropped .blocks-gallery-image img,.blocks-gallery-grid.is-cropped .blocks-gallery-item a,.blocks-gallery-grid.is-cropped .blocks-gallery-item img,.wp-block-gallery.is-cropped .blocks-gallery-image a,.wp-block-gallery.is-cropped .blocks-gallery-image img,.wp-block-gallery.is-cropped .blocks-gallery-item a,.wp-block-gallery.is-cropped .blocks-gallery-item img{width:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.blocks-gallery-grid.is-cropped .blocks-gallery-image a,.blocks-gallery-grid.is-cropped .blocks-gallery-image img,.blocks-gallery-grid.is-cropped .blocks-gallery-item a,.blocks-gallery-grid.is-cropped .blocks-gallery-item img,.wp-block-gallery.is-cropped .blocks-gallery-image a,.wp-block-gallery.is-cropped .blocks-gallery-image img,.wp-block-gallery.is-cropped .blocks-gallery-item a,.wp-block-gallery.is-cropped .blocks-gallery-item img{height:100%;flex:1;object-fit:cover}}.blocks-gallery-grid .blocks-gallery-image,.blocks-gallery-grid .blocks-gallery-item,.wp-block-gallery .blocks-gallery-image,.wp-block-gallery .blocks-gallery-item{width:calc(50% - 16px)}.blocks-gallery-grid .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery .blocks-gallery-item:nth-of-type(2n){margin-right:0}.blocks-gallery-grid.columns-1 .blocks-gallery-image,.blocks-gallery-grid.columns-1 .blocks-gallery-item,.wp-block-gallery.columns-1 .blocks-gallery-image,.wp-block-gallery.columns-1 .blocks-gallery-item{width:100%;margin-right:0}@media (min-width:600px){.blocks-gallery-grid.columns-3 .blocks-gallery-image,.blocks-gallery-grid.columns-3 .blocks-gallery-item,.wp-block-gallery.columns-3 .blocks-gallery-image,.wp-block-gallery.columns-3 .blocks-gallery-item{width:calc(33.33333% - 10.66667px);margin-right:16px}.blocks-gallery-grid.columns-4 .blocks-gallery-image,.blocks-gallery-grid.columns-4 .blocks-gallery-item,.wp-block-gallery.columns-4 .blocks-gallery-image,.wp-block-gallery.columns-4 .blocks-gallery-item{width:calc(25% - 12px);margin-right:16px}.blocks-gallery-grid.columns-5 .blocks-gallery-image,.blocks-gallery-grid.columns-5 .blocks-gallery-item,.wp-block-gallery.columns-5 .blocks-gallery-image,.wp-block-gallery.columns-5 .blocks-gallery-item{width:calc(20% - 12.8px);margin-right:16px}.blocks-gallery-grid.columns-6 .blocks-gallery-image,.blocks-gallery-grid.columns-6 .blocks-gallery-item,.wp-block-gallery.columns-6 .blocks-gallery-image,.wp-block-gallery.columns-6 .blocks-gallery-item{width:calc(16.66667% - 13.33333px);margin-right:16px}.blocks-gallery-grid.columns-7 .blocks-gallery-image,.blocks-gallery-grid.columns-7 .blocks-gallery-item,.wp-block-gallery.columns-7 .blocks-gallery-image,.wp-block-gallery.columns-7 .blocks-gallery-item{width:calc(14.28571% - 13.71429px);margin-right:16px}.blocks-gallery-grid.columns-8 .blocks-gallery-image,.blocks-gallery-grid.columns-8 .blocks-gallery-item,.wp-block-gallery.columns-8 .blocks-gallery-image,.wp-block-gallery.columns-8 .blocks-gallery-item{width:calc(12.5% - 14px);margin-right:16px}.blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n),.blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n),.wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),.wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n){margin-right:0}.blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n){margin-right:0}.blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n),.blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n),.wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),.wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n){margin-right:0}.blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n),.blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n),.wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),.wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n){margin-right:0}.blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n),.blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n),.wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),.wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n){margin-right:0}.blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n),.blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n),.wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),.wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n){margin-right:0}.blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n),.blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n),.wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),.wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n){margin-right:0}.blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n),.blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n),.wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),.wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n){margin-right:0}}.blocks-gallery-grid .blocks-gallery-image:last-child,.blocks-gallery-grid .blocks-gallery-item:last-child,.wp-block-gallery .blocks-gallery-image:last-child,.wp-block-gallery .blocks-gallery-item:last-child{margin-right:0}.blocks-gallery-grid.alignleft,.blocks-gallery-grid.alignright,.wp-block-gallery.alignleft,.wp-block-gallery.alignright{max-width:290px;width:100%}.blocks-gallery-grid.aligncenter .blocks-gallery-item figure,.wp-block-gallery.aligncenter .blocks-gallery-item figure{justify-content:center}h1.has-background,h2.has-background,h3.has-background,h4.has-background,h5.has-background,h6.has-background{padding:20px 38px}.wp-block-image{margin-bottom:1em}.wp-block-image img{max-width:100%}.wp-block-image.aligncenter{text-align:center}.wp-block-image.alignfull img,.wp-block-image.alignwide img{width:100%}.wp-block-image .aligncenter,.wp-block-image .alignleft,.wp-block-image .alignright,.wp-block-image.is-resized{display:table}.wp-block-image .aligncenter>figcaption,.wp-block-image .alignleft>figcaption,.wp-block-image .alignright>figcaption,.wp-block-image.is-resized>figcaption{display:table-caption;caption-side:bottom}.wp-block-image .alignleft{float:left;margin:.5em 1em .5em 0}.wp-block-image .alignright{float:right;margin:.5em 0 .5em 1em}.wp-block-image .aligncenter{margin-left:auto;margin-right:auto}.wp-block-image figcaption{margin-top:.5em;margin-bottom:1em}.is-style-circle-mask img,.is-style-rounded img{border-radius:9999px}@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none){.is-style-circle-mask img{-webkit-mask-image:url('data:image/svg+xml;utf8,');mask-image:url('data:image/svg+xml;utf8,');mask-mode:alpha;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center;border-radius:0}}.wp-block-latest-comments__comment{font-size:15px;line-height:1.1;list-style:none;margin-bottom:1em}.has-avatars .wp-block-latest-comments__comment{min-height:36px;list-style:none}.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta{margin-left:52px}.has-dates .wp-block-latest-comments__comment,.has-excerpts .wp-block-latest-comments__comment{line-height:1.5}.wp-block-latest-comments__comment-excerpt p{font-size:14px;line-height:1.8;margin:5px 0 20px}.wp-block-latest-comments__comment-date{color:#8f98a1;display:block;font-size:12px}.wp-block-latest-comments .avatar,.wp-block-latest-comments__comment-avatar{border-radius:24px;display:block;float:left;height:40px;margin-right:12px;width:40px}.wp-block-latest-posts.alignleft{margin-right:2em}.wp-block-latest-posts.alignright{margin-left:2em}.wp-block-latest-posts.wp-block-latest-posts__list{list-style:none}.wp-block-latest-posts.wp-block-latest-posts__list li{clear:both}.wp-block-latest-posts.is-grid{display:flex;flex-wrap:wrap;padding:0}.wp-block-latest-posts.is-grid li{margin:0 20px 20px 0;width:100%}@media (min-width:600px){.wp-block-latest-posts.columns-2 li{width:calc(50% - 20px)}.wp-block-latest-posts.columns-3 li{width:calc(33.33333% - 20px)}.wp-block-latest-posts.columns-4 li{width:calc(25% - 20px)}.wp-block-latest-posts.columns-5 li{width:calc(20% - 20px)}.wp-block-latest-posts.columns-6 li{width:calc(16.66667% - 20px)}}.wp-block-latest-posts__post-author,.wp-block-latest-posts__post-date{display:block;color:#6c7781;font-size:13px}.wp-block-latest-posts__post-excerpt{margin-top:8px;margin-bottom:16px}.wp-block-latest-posts__featured-image img{height:auto;width:auto}.wp-block-latest-posts__featured-image.alignleft{margin-right:1em}.wp-block-latest-posts__featured-image.alignright{margin-left:1em}.wp-block-latest-posts__featured-image.aligncenter{margin-bottom:1em;text-align:center}.edit-post-visual-editor .wp-block-latest-posts.is-grid li{margin-bottom:20px}.wp-block-media-text{ /*!rtl:begin:ignore*/direction:ltr; /*!rtl:end:ignore*/display:-ms-grid;display:grid;-ms-grid-columns:50% 1fr;grid-template-columns:50% 1fr;-ms-grid-rows:auto;grid-template-rows:auto}.wp-block-media-text.has-media-on-the-right{-ms-grid-columns:1fr 50%;grid-template-columns:1fr 50%}.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media{-ms-grid-row-align:start;align-self:start}.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media,.wp-block-media-text .wp-block-media-text__content,.wp-block-media-text .wp-block-media-text__media{-ms-grid-row-align:center;align-self:center}.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media{-ms-grid-row-align:end;align-self:end}.wp-block-media-text .wp-block-media-text__media{ /*!rtl:begin:ignore*/-ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1; /*!rtl:end:ignore*/margin:0}.wp-block-media-text .wp-block-media-text__content{direction:ltr; /*!rtl:begin:ignore*/-ms-grid-column:2;grid-column:2;-ms-grid-row:1;grid-row:1; /*!rtl:end:ignore*/padding:0 8%;word-break:break-word}.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media{ /*!rtl:begin:ignore*/-ms-grid-column:2;grid-column:2;-ms-grid-row:1;grid-row:1 /*!rtl:end:ignore*/}.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content{ /*!rtl:begin:ignore*/-ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1 /*!rtl:end:ignore*/}.wp-block-media-text__media img,.wp-block-media-text__media video{max-width:unset;width:100%;vertical-align:middle}.wp-block-media-text.is-image-fill figure.wp-block-media-text__media{height:100%;min-height:250px;background-size:cover}.wp-block-media-text.is-image-fill figure.wp-block-media-text__media>img{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}@media (max-width:600px){.wp-block-media-text.is-stacked-on-mobile{-ms-grid-columns:100%!important;grid-template-columns:100%!important}.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media{-ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1}.wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__media,.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content{-ms-grid-column:1;grid-column:1;-ms-grid-row:2;grid-row:2}.wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__content{-ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1}}.wp-block-navigation.is-style-light .wp-block-navigation-link:not(.has-text-color),.wp-block-navigation .wp-block-navigation-link:not(.has-text-color){color:#1e1e1e}.wp-block-navigation.is-style-light:not(.has-background) .wp-block-navigation__container,.wp-block-navigation:not(.has-background) .wp-block-navigation__container{background-color:#fff}.wp-block-navigation.is-style-dark .wp-block-navigation-link:not(.has-text-color){color:#fff}.wp-block-navigation.is-style-dark:not(.has-background) .wp-block-navigation__container{background-color:#1e1e1e}.items-justified-left>ul{justify-content:flex-start}.items-justified-center>ul{justify-content:center}.items-justified-right>ul{justify-content:flex-end}.wp-block-navigation-link{display:flex;align-items:center;position:relative;margin:0}.wp-block-navigation-link .wp-block-navigation__container:empty{display:none}.wp-block-navigation__container{list-style:none;margin:0;padding-left:0;display:flex;flex-wrap:wrap}.is-vertical .wp-block-navigation__container{display:block}.has-child .wp-block-navigation__container{border:1px solid rgba(0,0,0,.15);background-color:inherit;color:inherit;position:absolute;left:0;top:100%;width:fit-content;z-index:1;opacity:0;transition:opacity .1s linear;visibility:hidden}.has-child .wp-block-navigation__container>.wp-block-navigation-link>.wp-block-navigation-link__content{flex-grow:1}.has-child .wp-block-navigation__container>.wp-block-navigation-link>.wp-block-navigation-link__submenu-icon{padding-right:8px}@media (min-width:782px){.has-child .wp-block-navigation__container{left:24px}.has-child .wp-block-navigation__container .wp-block-navigation__container{left:100%;top:-1px}.has-child .wp-block-navigation__container .wp-block-navigation__container:before{content:"";position:absolute;right:100%;height:100%;display:block;width:8px;background:transparent}.has-child .wp-block-navigation__container .wp-block-navigation-link__submenu-icon svg{transform:rotate(0)}}.has-child:hover{cursor:pointer}.has-child:hover>.wp-block-navigation__container{visibility:visible;opacity:1;display:flex;flex-direction:column}.has-child:focus-within{cursor:pointer}.has-child:focus-within>.wp-block-navigation__container{visibility:visible;opacity:1;display:flex;flex-direction:column}.wp-block-navigation-link__content{text-decoration:none;padding:8px 16px}.wp-block-navigation-link__content+.wp-block-navigation-link__content{padding-top:0}.has-text-color .wp-block-navigation-link__content{color:inherit}.wp-block-navigation-link__label{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;word-break:normal;overflow-wrap:break-word}.wp-block-navigation-link__submenu-icon{height:inherit;padding:6px 16px}.wp-block-navigation-link__submenu-icon svg{fill:currentColor}@media (min-width:782px){.wp-block-navigation-link__submenu-icon svg{transform:rotate(90deg)}}.is-small-text{font-size:14px}.is-regular-text{font-size:16px}.is-large-text{font-size:36px}.is-larger-text{font-size:48px}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;line-height:.68;font-weight:100;margin:.05em .1em 0 0;text-transform:uppercase;font-style:normal}p.has-background{padding:20px 38px}p.has-text-color a{color:inherit}.wp-block-post-author{display:flex;flex-wrap:wrap;line-height:1.5}.wp-block-post-author__byline{width:100%;margin-top:0;margin-bottom:0;font-size:.5em}.wp-block-post-author__avatar{margin-right:16px}.wp-block-post-author__bio{margin-bottom:8px;font-size:.7em}.wp-block-post-author__content{flex-grow:1;flex-basis:0}.wp-block-post-author__name{font-weight:700;margin:0}.wp-block-pullquote{padding:3em 0;margin-left:0;margin-right:0;text-align:center}.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright{max-width:290px}.wp-block-pullquote.alignleft p,.wp-block-pullquote.alignright p{font-size:20px}.wp-block-pullquote p{font-size:28px;line-height:1.6}.wp-block-pullquote cite,.wp-block-pullquote footer{position:relative}.wp-block-pullquote .has-text-color a{color:inherit}.wp-block-pullquote:not(.is-style-solid-color){background:none}.wp-block-pullquote.is-style-solid-color{border:none}.wp-block-pullquote.is-style-solid-color blockquote{margin-left:auto;margin-right:auto;text-align:left;max-width:60%}.wp-block-pullquote.is-style-solid-color blockquote p{margin-top:0;margin-bottom:0;font-size:32px}.wp-block-pullquote.is-style-solid-color blockquote cite{text-transform:none;font-style:normal}.wp-block-pullquote cite{color:inherit}.wp-block-quote.is-large,.wp-block-quote.is-style-large{margin:0 0 16px;padding:0 1em}.wp-block-quote.is-large p,.wp-block-quote.is-style-large p{font-size:24px;font-style:italic;line-height:1.6}.wp-block-quote.is-large cite,.wp-block-quote.is-large footer,.wp-block-quote.is-style-large cite,.wp-block-quote.is-style-large footer{font-size:18px;text-align:right}.wp-block-rss.alignleft{margin-right:2em}.wp-block-rss.alignright{margin-left:2em}.wp-block-rss.is-grid{display:flex;flex-wrap:wrap;padding:0;list-style:none}.wp-block-rss.is-grid li{margin:0 16px 16px 0;width:100%}@media (min-width:600px){.wp-block-rss.columns-2 li{width:calc(50% - 16px)}.wp-block-rss.columns-3 li{width:calc(33.33333% - 16px)}.wp-block-rss.columns-4 li{width:calc(25% - 16px)}.wp-block-rss.columns-5 li{width:calc(20% - 16px)}.wp-block-rss.columns-6 li{width:calc(16.66667% - 16px)}}.wp-block-rss__item-author,.wp-block-rss__item-publish-date{display:block;color:#6c7781;font-size:13px}.wp-block-search{display:flex;flex-wrap:wrap}.wp-block-search .wp-block-search__label{width:100%}.wp-block-search .wp-block-search__input{flex-grow:1;max-width:360px}.wp-block-search .wp-block-search__button{margin-left:10px}.wp-block-separator.is-style-wide{border-bottom-width:1px}.wp-block-separator.is-style-dots{background:none!important;border:none;text-align:center;max-width:none;line-height:1;height:auto}.wp-block-separator.is-style-dots:before{content:"\00b7 \00b7 \00b7";color:currentColor;font-size:20px;letter-spacing:2em;padding-left:2em;font-family:serif}.wp-block-social-links{display:flex;justify-content:flex-start;padding-left:0;padding-right:0;margin-left:0}.wp-block-social-links .wp-social-link a,.wp-block-social-links .wp-social-link a:hover{text-decoration:none;border-bottom:0;box-shadow:none}.wp-social-link{display:block;width:36px;height:36px;border-radius:36px;margin-right:8px;transition:transform .1s ease}@media (prefers-reduced-motion:reduce){.wp-social-link{transition-duration:0s}}.wp-social-link a{padding:6px;display:block;line-height:0;transition:transform .1s ease}.wp-social-link a,.wp-social-link a:active,.wp-social-link a:hover,.wp-social-link a:visited,.wp-social-link svg{color:currentColor;fill:currentColor}.wp-social-link:hover{transform:scale(1.1)}.wp-block-social-links.aligncenter{justify-content:center;display:flex}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link{background-color:#f0f0f0;color:#444}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon{background-color:#f90;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp{background-color:#1ea0c3;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance{background-color:#0757fe;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen{background-color:#1e1f26;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart{background-color:#02e49b;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble{background-color:#e94c89;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox{background-color:#4280ff;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy{background-color:#f45800;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook{background-color:#1778f2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx{background-color:#000;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr{background-color:#0461dd;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare{background-color:#e65678;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github{background-color:#24292d;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads{background-color:#eceadd;color:#382110}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google{background-color:#ea4434;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram{background-color:#f00075;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm{background-color:#e21b24;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin{background-color:#0d66c2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon{background-color:#3288d4;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium{background-color:#02ab6c;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup{background-color:#f6405f;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest{background-color:#e60122;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket{background-color:#ef4155;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit{background-color:#fe4500;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype{background-color:#0478d7;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat{background-color:#fefc00;color:#fff;stroke:#000}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud{background-color:#ff5600;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify{background-color:#1bd760;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr{background-color:#011835;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch{background-color:#6440a4;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter{background-color:#1da1f2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo{background-color:#1eb7ea;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk{background-color:#4680c2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress{background-color:#3499cd;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp{background-color:#d32422;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube{background-color:red;color:#fff}.wp-block-social-links.is-style-logos-only .wp-social-link{background:none;padding:4px}.wp-block-social-links.is-style-logos-only .wp-social-link svg{width:28px;height:28px}.wp-block-social-links.is-style-logos-only .wp-social-link-amazon{color:#f90}.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp{color:#1ea0c3}.wp-block-social-links.is-style-logos-only .wp-social-link-behance{color:#0757fe}.wp-block-social-links.is-style-logos-only .wp-social-link-codepen{color:#1e1f26}.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart{color:#02e49b}.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble{color:#e94c89}.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox{color:#4280ff}.wp-block-social-links.is-style-logos-only .wp-social-link-etsy{color:#f45800}.wp-block-social-links.is-style-logos-only .wp-social-link-facebook{color:#1778f2}.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx{color:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-flickr{color:#0461dd}.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare{color:#e65678}.wp-block-social-links.is-style-logos-only .wp-social-link-github{color:#24292d}.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads{color:#382110}.wp-block-social-links.is-style-logos-only .wp-social-link-google{color:#ea4434}.wp-block-social-links.is-style-logos-only .wp-social-link-instagram{color:#f00075}.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm{color:#e21b24}.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin{color:#0d66c2}.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon{color:#3288d4}.wp-block-social-links.is-style-logos-only .wp-social-link-medium{color:#02ab6c}.wp-block-social-links.is-style-logos-only .wp-social-link-meetup{color:#f6405f}.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest{color:#e60122}.wp-block-social-links.is-style-logos-only .wp-social-link-pocket{color:#ef4155}.wp-block-social-links.is-style-logos-only .wp-social-link-reddit{color:#fe4500}.wp-block-social-links.is-style-logos-only .wp-social-link-skype{color:#0478d7}.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat{color:#fff;stroke:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud{color:#ff5600}.wp-block-social-links.is-style-logos-only .wp-social-link-spotify{color:#1bd760}.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr{color:#011835}.wp-block-social-links.is-style-logos-only .wp-social-link-twitch{color:#6440a4}.wp-block-social-links.is-style-logos-only .wp-social-link-twitter{color:#1da1f2}.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo{color:#1eb7ea}.wp-block-social-links.is-style-logos-only .wp-social-link-vk{color:#4680c2}.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress{color:#3499cd}.wp-block-social-links.is-style-logos-only .wp-social-link-yelp{background-color:#d32422;color:#fff}.wp-block-social-links.is-style-logos-only .wp-social-link-youtube{color:red}.wp-block-social-links.is-style-pill-shape .wp-social-link{width:auto}.wp-block-social-links.is-style-pill-shape .wp-social-link a{padding-left:16px;padding-right:16px}.wp-block-spacer{clear:both}p.wp-block-subhead{font-size:1.1em;font-style:italic;opacity:.75}.wp-block-table{overflow-x:auto}.wp-block-table table{width:100%}.wp-block-table .has-fixed-layout{table-layout:fixed;width:100%}.wp-block-table .has-fixed-layout td,.wp-block-table .has-fixed-layout th{word-break:break-word}.wp-block-table.aligncenter,.wp-block-table.alignleft,.wp-block-table.alignright{display:table;width:auto}.wp-block-table.aligncenter td,.wp-block-table.aligncenter th,.wp-block-table.alignleft td,.wp-block-table.alignleft th,.wp-block-table.alignright td,.wp-block-table.alignright th{word-break:break-word}.wp-block-table .has-subtle-light-gray-background-color{background-color:#f3f4f5}.wp-block-table .has-subtle-pale-green-background-color{background-color:#e9fbe5}.wp-block-table .has-subtle-pale-blue-background-color{background-color:#e7f5fe}.wp-block-table .has-subtle-pale-pink-background-color{background-color:#fcf0ef}.wp-block-table.is-style-stripes{border-spacing:0;border-collapse:inherit;background-color:transparent;border-bottom:1px solid #f0f0f0}.wp-block-table.is-style-stripes tbody tr:nth-child(odd){background-color:#f0f0f0}.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd){background-color:#f3f4f5}.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd){background-color:#e9fbe5}.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd){background-color:#e7f5fe}.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd){background-color:#fcf0ef}.wp-block-table.is-style-stripes td,.wp-block-table.is-style-stripes th{border-color:transparent}.wp-block-text-columns,.wp-block-text-columns.aligncenter{display:flex}.wp-block-text-columns .wp-block-column{margin:0 16px;padding:0}.wp-block-text-columns .wp-block-column:first-child{margin-left:0}.wp-block-text-columns .wp-block-column:last-child{margin-right:0}.wp-block-text-columns.columns-2 .wp-block-column{width:50%}.wp-block-text-columns.columns-3 .wp-block-column{width:33.33333%}.wp-block-text-columns.columns-4 .wp-block-column{width:25%}.wp-block-video{margin-left:0;margin-right:0}.wp-block-video video{max-width:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.wp-block-video [poster]{object-fit:cover}}.wp-block-video.aligncenter{text-align:center}.wp-block-video figcaption{margin-top:.5em;margin-bottom:1em}:root .editor-styles-wrapper .has-pale-pink-background-color,:root .has-pale-pink-background-color{background-color:#f78da7}:root .editor-styles-wrapper .has-vivid-red-background-color,:root .has-vivid-red-background-color{background-color:#cf2e2e}:root .editor-styles-wrapper .has-luminous-vivid-orange-background-color,:root .has-luminous-vivid-orange-background-color{background-color:#ff6900}:root .editor-styles-wrapper .has-luminous-vivid-amber-background-color,:root .has-luminous-vivid-amber-background-color{background-color:#fcb900}:root .editor-styles-wrapper .has-light-green-cyan-background-color,:root .has-light-green-cyan-background-color{background-color:#7bdcb5}:root .editor-styles-wrapper .has-vivid-green-cyan-background-color,:root .has-vivid-green-cyan-background-color{background-color:#00d084}:root .editor-styles-wrapper .has-pale-cyan-blue-background-color,:root .has-pale-cyan-blue-background-color{background-color:#8ed1fc}:root .editor-styles-wrapper .has-vivid-cyan-blue-background-color,:root .has-vivid-cyan-blue-background-color{background-color:#0693e3}:root .editor-styles-wrapper .has-vivid-purple-background-color,:root .has-vivid-purple-background-color{background-color:#9b51e0}:root .editor-styles-wrapper .has-white-background-color,:root .has-white-background-color{background-color:#fff}:root .editor-styles-wrapper .has-very-light-gray-background-color,:root .has-very-light-gray-background-color{background-color:#eee}:root .editor-styles-wrapper .has-cyan-bluish-gray-background-color,:root .has-cyan-bluish-gray-background-color{background-color:#abb8c3}:root .editor-styles-wrapper .has-very-dark-gray-background-color,:root .has-very-dark-gray-background-color{background-color:#313131}:root .editor-styles-wrapper .has-black-background-color,:root .has-black-background-color{background-color:#000}:root .editor-styles-wrapper .has-pale-pink-color,:root .has-pale-pink-color{color:#f78da7}:root .editor-styles-wrapper .has-vivid-red-color,:root .has-vivid-red-color{color:#cf2e2e}:root .editor-styles-wrapper .has-luminous-vivid-orange-color,:root .has-luminous-vivid-orange-color{color:#ff6900}:root .editor-styles-wrapper .has-luminous-vivid-amber-color,:root .has-luminous-vivid-amber-color{color:#fcb900}:root .editor-styles-wrapper .has-light-green-cyan-color,:root .has-light-green-cyan-color{color:#7bdcb5}:root .editor-styles-wrapper .has-vivid-green-cyan-color,:root .has-vivid-green-cyan-color{color:#00d084}:root .editor-styles-wrapper .has-pale-cyan-blue-color,:root .has-pale-cyan-blue-color{color:#8ed1fc}:root .editor-styles-wrapper .has-vivid-cyan-blue-color,:root .has-vivid-cyan-blue-color{color:#0693e3}:root .editor-styles-wrapper .has-vivid-purple-color,:root .has-vivid-purple-color{color:#9b51e0}:root .editor-styles-wrapper .has-white-color,:root .has-white-color{color:#fff}:root .editor-styles-wrapper .has-very-light-gray-color,:root .has-very-light-gray-color{color:#eee}:root .editor-styles-wrapper .has-cyan-bluish-gray-color,:root .has-cyan-bluish-gray-color{color:#abb8c3}:root .editor-styles-wrapper .has-very-dark-gray-color,:root .has-very-dark-gray-color{color:#313131}:root .editor-styles-wrapper .has-black-color,:root .has-black-color{color:#000}:root .editor-styles-wrapper .has-vivid-cyan-blue-to-vivid-purple-gradient-background,:root .has-vivid-cyan-blue-to-vivid-purple-gradient-background{background:linear-gradient(135deg,#0693e3,#9b51e0)}:root .editor-styles-wrapper .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background,:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .editor-styles-wrapper .has-light-green-cyan-to-vivid-green-cyan-gradient-background,:root .has-light-green-cyan-to-vivid-green-cyan-gradient-background{background:linear-gradient(135deg,#7adcb4,#00d082)}:root .editor-styles-wrapper .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background,:root .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background:linear-gradient(135deg,#fcb900,#ff6900)}:root .editor-styles-wrapper .has-luminous-vivid-orange-to-vivid-red-gradient-background,:root .has-luminous-vivid-orange-to-vivid-red-gradient-background{background:linear-gradient(135deg,#ff6900,#cf2e2e)}:root .editor-styles-wrapper .has-very-light-gray-to-cyan-bluish-gray-gradient-background,:root .has-very-light-gray-to-cyan-bluish-gray-gradient-background{background:linear-gradient(135deg,#eee,#a9b8c3)}:root .editor-styles-wrapper .has-cool-to-warm-spectrum-gradient-background,:root .has-cool-to-warm-spectrum-gradient-background{background:linear-gradient(135deg,#4aeadc,#9778d1 20%,#cf2aba 40%,#ee2c82 60%,#fb6962 80%,#fef84c)}:root .editor-styles-wrapper .has-blush-light-purple-gradient-background,:root .has-blush-light-purple-gradient-background{background:linear-gradient(135deg,#ffceec,#9896f0)}:root .editor-styles-wrapper .has-blush-bordeaux-gradient-background,:root .has-blush-bordeaux-gradient-background{background:linear-gradient(135deg,#fecda5,#fe2d2d 50%,#6b003e)}:root .editor-styles-wrapper .has-purple-crush-gradient-background,:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .editor-styles-wrapper .has-luminous-dusk-gradient-background,:root .has-luminous-dusk-gradient-background{background:linear-gradient(135deg,#ffcb70,#c751c0 50%,#4158d0)}:root .editor-styles-wrapper .has-hazy-dawn-gradient-background,:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .editor-styles-wrapper .has-pale-ocean-gradient-background,:root .has-pale-ocean-gradient-background{background:linear-gradient(135deg,#fff5cb,#b6e3d4 50%,#33a7b5)}:root .editor-styles-wrapper .has-electric-grass-gradient-background,:root .has-electric-grass-gradient-background{background:linear-gradient(135deg,#caf880,#71ce7e)}:root .editor-styles-wrapper .has-subdued-olive-gradient-background,:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .editor-styles-wrapper .has-atomic-cream-gradient-background,:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .editor-styles-wrapper .has-nightshade-gradient-background,:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .editor-styles-wrapper .has-midnight-gradient-background,:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}:root .editor-styles-wrapper .has-link-color a,:root .has-link-color a{color:#00e;color:var(--wp--style--color--link,#00e)}.editor-styles-wrapper .has-small-font-size,.has-small-font-size{font-size:13px}.editor-styles-wrapper .has-normal-font-size,.editor-styles-wrapper .has-regular-font-size,.has-normal-font-size,.has-regular-font-size{font-size:16px}.editor-styles-wrapper .has-medium-font-size,.has-medium-font-size{font-size:20px}.editor-styles-wrapper .has-large-font-size,.has-large-font-size{font-size:36px}.editor-styles-wrapper .has-huge-font-size,.editor-styles-wrapper .has-larger-font-size,.has-huge-font-size,.has-larger-font-size{font-size:42px}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}#end-resizable-editor-section{display:none}.aligncenter{clear:both}:root{--wp-admin-theme-color:#007cba;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-20:#005a87}#start-resizable-editor-section{display:none}.wp-block-audio figcaption{color:#555d66;font-size:13px;text-align:center}.wp-block-code{font-family:Menlo,Consolas,monaco,monospace;font-size:15px;color:#1e1e1e;padding:.8em 1em;border:1px solid #ddd;border-radius:4px}.blocks-gallery-caption,.wp-block-embed figcaption,.wp-block-image figcaption{color:#555d66;font-size:13px;text-align:center}.wp-block-pullquote{border-top:4px solid #555d66;border-bottom:4px solid #555d66;margin-bottom:28px;color:#40464d}.wp-block-pullquote__citation,.wp-block-pullquote cite,.wp-block-pullquote footer{color:#40464d;text-transform:uppercase;font-size:13px;font-style:normal}.wp-block-navigation ul,.wp-block-navigation ul li{list-style:none}.wp-block-navigation-link.wp-block-navigation-link{margin:0}.wp-block-quote{border-left:4px solid #000;margin:0 0 28px;padding-left:1em}.wp-block-quote__citation,.wp-block-quote cite,.wp-block-quote footer{color:#6c7781;font-size:13px;margin-top:1em;position:relative;font-style:normal}.wp-block-quote.has-text-align-right{border-left:none;border-right:4px solid #000;padding-left:0;padding-right:1em}.wp-block-quote.has-text-align-center{border:none;padding-left:0}.wp-block-quote.is-large,.wp-block-quote.is-style-large{border:none}.wp-block-search .wp-block-search__label{font-weight:700}.wp-block-group.has-background{padding:20px 30px;margin-top:0;margin-bottom:0}.wp-block-separator{border:none;border-bottom:2px solid #8f98a1;margin-left:auto;margin-right:auto}.wp-block-separator:not(.is-style-wide):not(.is-style-dots){max-width:100px}.wp-block-separator.has-background:not(.is-style-dots){border-bottom:none;height:1px}.wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots){height:2px}.wp-block-table{border-collapse:collapse}.wp-block-table thead{border-bottom:3px solid}.wp-block-table tfoot{border-top:3px solid}.wp-block-table td,.wp-block-table th{padding:.5em;border:1px solid;word-break:normal}.wp-block-table figcaption,.wp-block-video figcaption{color:#555d66;font-size:13px;text-align:center}#end-resizable-editor-section{display:none}/** * Grid Block styles. * These styles are loaded into both the editor, and the frontend. */ /** * Padding Options */ /* autoprefixer grid: no-autoplace */ .wp-block-jetpack-layout-grid { padding-left: 24px; padding-right: 24px; box-sizing: border-box; } .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-gutter__none { padding-left: 0px; padding-right: 0px; } .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-gutter__small { padding-left: 8px; padding-right: 8px; } .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-gutter__medium { padding-left: 16px; padding-right: 16px; } .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-gutter__huge { padding-left: 48px; padding-right: 48px; } .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-gutter__nowrap { padding-left: 0px; padding-right: 0px; } .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-none { padding: 0px; } .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-none.has-background { padding: 0px 13px; } .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-small .wp-block-jetpack-layout-grid-column { padding: 8px; } .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-small .wp-block-jetpack-layout-grid-column.has-background { padding: 8px 21px; } .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-medium .wp-block-jetpack-layout-grid-column { padding: 16px; } .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-medium .wp-block-jetpack-layout-grid-column.has-background { padding: 16px 29px; } .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-large .wp-block-jetpack-layout-grid-column { padding: 24px; } .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-large .wp-block-jetpack-layout-grid-column.has-background { padding: 24px 37px; } .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-huge .wp-block-jetpack-layout-grid-column { padding: 48px; } .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-huge .wp-block-jetpack-layout-grid-column.has-background { padding: 48px 61px; } /** * Individual Column Options */ .wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.has-background { margin-left: -13px; margin-right: -13px; padding-left: 13px; padding-right: 13px; padding-top: .05px; padding-bottom: .05px; } .wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-none { padding: 0px; } .wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-none.has-background { padding: 0px 13px; } .wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-small { padding: 8px; } .wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-small.has-background { padding: 8px 21px; } .wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-medium { padding: 16px; } .wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-medium.has-background { padding: 16px 29px; } .wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-large { padding: 24px; } .wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-large.has-background { padding: 24px 37px; } .wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-huge { padding: 48px; } .wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-huge.has-background { padding: 48px 61px; } /** * Parent column alignment */ .wp-block-jetpack-layout-grid.are-vertically-aligned-top { align-items: flex-start; } .wp-block-jetpack-layout-grid.are-vertically-aligned-center { align-items: center; } .wp-block-jetpack-layout-grid.are-vertically-aligned-bottom { align-items: flex-end; } /** * Individual column alignment */ .wp-block-jetpack-layout-grid-column.is-vertically-aligned-top { align-self: flex-start; } .wp-block-jetpack-layout-grid-column.is-vertically-aligned-center { align-self: center; } .wp-block-jetpack-layout-grid-column.is-vertically-aligned-bottom { align-self: flex-end; } .components-custom-select-control{color:#555d66;position:relative}.components-custom-select-control__label{display:block;margin-bottom:5px}.components-custom-select-control__button{border:1px solid #7e8993;border-radius:4px;color:#555d66;display:inline;min-height:30px;min-width:130px;position:relative;text-align:left}.components-custom-select-control__button:focus{border-color:#00a0d2}.components-custom-select-control__button-icon{height:100%;padding:0 4px;position:absolute;right:0;top:0}.components-custom-select-control__menu{background:#fff;padding:0;position:absolute;width:100%;z-index:1000000}.components-custom-select-control__item{align-items:center;display:flex;list-style-type:none;padding:10px 5px 10px 25px}.components-custom-select-control__item.is-highlighted{background:#e2e4e7}.components-custom-select-control__item-icon{margin-left:-20px;margin-right:0}.components-spinner{display:inline-block;background-color:#7e8993;width:18px;height:18px;opacity:.7;float:right;margin:5px 11px 0;border-radius:100%;position:relative}.components-spinner:before{content:"";position:absolute;background-color:#fff;top:3px;left:3px;width:4px;height:4px;border-radius:100%;transform-origin:6px 6px;-webkit-animation:components-spinner__animation 1s linear infinite;animation:components-spinner__animation 1s linear infinite}@-webkit-keyframes components-spinner__animation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes components-spinner__animation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.components-snackbar{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;background-color:#32373c;border-radius:4px;box-shadow:0 2px 4px rgba(0,0,0,.3);color:#fff;padding:16px 24px;width:100%;max-width:600px;box-sizing:border-box;cursor:pointer}@media (min-width:600px){.components-snackbar{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}.components-snackbar:hover{background-color:#191e23}.components-snackbar:focus{background-color:#191e23;box-shadow:0 0 0 1px #fff,0 0 0 3px #007cba}.components-snackbar__action.components-button{margin-left:32px;color:#fff;height:auto;flex-shrink:0;line-height:1.4;padding:0}.components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-default){text-decoration:underline;background-color:transparent}.components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-default):focus{color:#fff;box-shadow:none;outline:1px dotted #fff}.components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-default):hover{color:#33b3db}.components-snackbar__content{display:flex;align-items:baseline;justify-content:space-between;line-height:1.4}.components-snackbar-list{position:absolute;z-index:100000;width:100%;box-sizing:border-box}.components-snackbar-list__notice-container{position:relative;padding-top:8px}.wc-block-link-button{border:0;border-radius:0;margin:0;padding:0;vertical-align:baseline;color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit;text-transform:inherit;box-shadow:none;display:inline;text-decoration:underline}.wc-block-link-button,.wc-block-link-button:active,.wc-block-link-button:focus,.wc-block-link-button:hover{background:transparent}.wc-block-suspense-placeholder{-webkit-animation:loading-fade 1.2s ease-in-out infinite;animation:loading-fade 1.2s ease-in-out infinite;background-color:#e2e4e7!important;border-color:#e2e4e7!important;color:#e2e4e7!important;box-shadow:none;pointer-events:none}.wc-block-suspense-placeholder>*{visibility:hidden}@media screen and (prefers-reduced-motion:reduce){.wc-block-suspense-placeholder{-webkit-animation:none;animation:none}}.wc-block-suspense-placeholder:after{content:"\00a0"}.wc-block-grid__products .wc-block-grid__product-image{text-decoration:none;display:block;position:relative}.wc-block-grid__products .wc-block-grid__product-image a{text-decoration:none;border:0;outline:0;box-shadow:none}.wc-block-grid__products .wc-block-grid__product-image img{width:100%}.wc-block-grid__products .wc-block-grid__product-image img[hidden]{display:none}.edit-post-visual-editor .editor-block-list__block .wc-block-grid__product-title,.editor-styles-wrapper .wc-block-grid__product-title,.wc-block-grid__product-title{font-family:inherit;line-height:1.2em;font-weight:700;padding:0;color:inherit;font-size:inherit;display:block}.wc-block-grid__product-price{display:block}.wc-block-grid__product-price .wc-block-grid__product-price__regular{margin-right:.5em}.wc-block-grid__product-add-to-cart{word-break:break-word;white-space:normal}.wc-block-grid__product-add-to-cart a,.wc-block-grid__product-add-to-cart button{word-break:break-word;white-space:normal;margin:0 auto!important;display:inline-flex;justify-content:center}.wc-block-grid__product-add-to-cart a.loading,.wc-block-grid__product-add-to-cart button.loading{opacity:.25}.wc-block-grid__product-add-to-cart a:after,.wc-block-grid__product-add-to-cart button:after{margin-left:.5em;display:inline-block}.wc-block-grid__product-add-to-cart a.added:after,.wc-block-grid__product-add-to-cart button.added:after{font-family:WooCommerce;content:"\e017"}.wc-block-grid__product-add-to-cart a.loading:after,.wc-block-grid__product-add-to-cart button.loading:after{font-family:WooCommerce;content:"\e031";-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite}.wc-block-grid__product-rating{display:block}.wc-block-grid__product-rating .star-rating,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars{overflow:hidden;position:relative;width:5.3em;height:1.618em;line-height:1.618;font-size:1em;font-family:star;font-weight:400;margin:0 auto;text-align:left}.wc-block-grid__product-rating .star-rating:before,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars:before{content:"\53\53\53\53\53";top:0;left:0;right:0;position:absolute;opacity:.5;color:#aaa;white-space:nowrap}.wc-block-grid__product-rating .star-rating span,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span{overflow:hidden;top:0;left:0;right:0;position:absolute;padding-top:1.5em}.wc-block-grid__product-rating .star-rating span:before,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span:before{content:"\53\53\53\53\53";top:0;left:0;right:0;position:absolute;color:#000;white-space:nowrap}.wc-block-grid__product-onsale{font-size:.875em;padding:.25em .75em;display:inline-block;width:auto;border:1px solid #43454b;border-radius:3px;color:#43454b;background:#fff;text-align:center;text-transform:uppercase;font-weight:600;z-index:9;position:relative}.wc-block-grid__product .wc-block-grid__product-image,.wc-block-grid__product .wc-block-grid__product-title{margin:0 0 12px}.wc-block-grid__product .wc-block-grid__product-add-to-cart,.wc-block-grid__product .wc-block-grid__product-onsale,.wc-block-grid__product .wc-block-grid__product-price,.wc-block-grid__product .wc-block-grid__product-rating{margin:0 auto 12px}.theme-twentysixteen .wc-block-grid .price ins{color:#77a464}.theme-twentynineteen .wc-block-grid__product{font-size:.88889em}.theme-twentynineteen .wc-block-components-product-sale-badge,.theme-twentynineteen .wc-block-components-product-title,.theme-twentynineteen .wc-block-grid__product-onsale,.theme-twentynineteen .wc-block-grid__product-title{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.theme-twentynineteen .wc-block-grid__product-title:before{display:none}.theme-twentynineteen .wc-block-components-product-sale-badge,.theme-twentynineteen .wc-block-grid__product-onsale{line-height:1}.theme-twentytwenty .wc-block-grid__product-link{color:#000}.theme-twentytwenty .wc-block-components-product-title,.theme-twentytwenty .wc-block-grid__product-title{font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;color:#000;font-size:1.2em}.theme-twentytwenty .wp-block-columns .wc-block-components-product-title{margin-top:0}.theme-twentytwenty .wc-block-components-product-price .woocommerce-Price-amount,.theme-twentytwenty .wc-block-components-product-price__value,.theme-twentytwenty .wc-block-grid__product-price .woocommerce-Price-amount,.theme-twentytwenty .wc-block-grid__product-price__value{font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;font-size:.9em}.theme-twentytwenty .wc-block-components-product-price del,.theme-twentytwenty .wc-block-grid__product-price del{opacity:.5}.theme-twentytwenty .wc-block-components-product-price ins,.theme-twentytwenty .wc-block-grid__product-price ins{text-decoration:none}.theme-twentytwenty .star-rating,.theme-twentytwenty .wc-block-grid__product-rating{font-size:.7em}.theme-twentytwenty .star-rating .wc-block-components-product-rating__stars,.theme-twentytwenty .star-rating .wc-block-grid__product-rating__stars,.theme-twentytwenty .wc-block-grid__product-rating .wc-block-components-product-rating__stars,.theme-twentytwenty .wc-block-grid__product-rating .wc-block-grid__product-rating__stars{line-height:1}.theme-twentytwenty .wc-block-components-product-button>.wp-block-button__link,.theme-twentytwenty .wc-block-grid__product-add-to-cart>.wp-block-button__link{font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif}.theme-twentytwenty .wc-block-components-product-sale-badge,.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale{background:#cd2653;color:#fff;font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;font-weight:700;letter-spacing:-.02em;line-height:1.2;text-transform:uppercase}.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale{position:absolute;right:4px;top:4px;z-index:1}.theme-twentytwenty .wc-block-grid__products .wc-block-components-product-sale-badge{position:static}.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-image .wc-block-components-product-sale-badge{position:absolute}.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale:not(.wc-block-components-product-sale-badge){position:absolute;right:4px;top:4px;z-index:1}@media only screen and (min-width:768px){.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale{font-size:.875em;padding:.5em}}@media only screen and (min-width:1168px){.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale{font-size:.875em;padding:.5em}}.wc-block-components-product-add-to-cart-attribute-picker{margin:0;flex-basis:100%}.wc-block-components-product-add-to-cart-attribute-picker label{display:block;font-size:1em}.wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__container{position:relative}.wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select{margin:0 0 .75em}.wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select select{min-width:60%;min-height:1.75em}.wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select.has-error{margin-bottom:24px}.wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select.has-error select{border-color:#d94f4f}.wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select.has-error select:focus{outline-color:#d94f4f}.wc-block-components-product-add-to-cart{margin:0;display:flex;flex-wrap:wrap}.wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button{margin:0 0 .75em}.wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button .wc-block-components-button__text{display:block}.wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button .wc-block-components-button__text>svg{fill:currentColor;vertical-align:top;width:1.5em;height:1.5em;margin:-.25em 0 -.25em .5em}.wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity{margin:0 1em .75em 0;flex-basis:5em;padding:.618em;background:#fff;border:1px solid #ccc;border-radius:2px;color:#43454b;box-shadow:inset 0 1px 1px rgba(0,0,0,.125);text-align:center}.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button,.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity,.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-button,.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-quantity{-webkit-animation:loading-fade 1.2s ease-in-out infinite;animation:loading-fade 1.2s ease-in-out infinite;background-color:#e2e4e7!important;border-color:#e2e4e7!important;color:#e2e4e7!important;box-shadow:none;pointer-events:none}.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button>*,.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity>*,.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-button>*,.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-quantity>*{visibility:hidden}@media screen and (prefers-reduced-motion:reduce){.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button,.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity,.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-button,.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-quantity{-webkit-animation:none;animation:none}}.wc-block-grid .wc-block-components-product-add-to-cart{justify-content:center}.wc-block-components-product-add-to-cart-notice{margin:0}.wp-block-button.wc-block-components-product-button{word-break:break-word;white-space:normal;margin-top:0;margin-bottom:12px}.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button{word-break:break-word;white-space:normal;margin:0 auto;display:inline-flex;justify-content:center}.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder{-webkit-animation:loading-fade 1.2s ease-in-out infinite;animation:loading-fade 1.2s ease-in-out infinite;background-color:#e2e4e7!important;border-color:#e2e4e7!important;color:#e2e4e7!important;box-shadow:none;pointer-events:none;min-width:8em;min-height:3em}.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder>*{visibility:hidden}@media screen and (prefers-reduced-motion:reduce){.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder{-webkit-animation:none;animation:none}}.is-loading .wc-block-components-product-button>.wc-block-components-product-button__button{-webkit-animation:loading-fade 1.2s ease-in-out infinite;animation:loading-fade 1.2s ease-in-out infinite;background-color:#e2e4e7!important;border-color:#e2e4e7!important;color:#e2e4e7!important;box-shadow:none;pointer-events:none;min-width:8em;min-height:3em}.is-loading .wc-block-components-product-button>.wc-block-components-product-button__button>*{visibility:hidden}@media screen and (prefers-reduced-motion:reduce){.is-loading .wc-block-components-product-button>.wc-block-components-product-button__button{-webkit-animation:none;animation:none}}.wc-block-components-product-category-list{margin-top:0;margin-bottom:.75em}.wc-block-components-product-category-list ul{margin:0;padding:0;display:inline}.wc-block-components-product-category-list ul li{display:inline;list-style:none}.wc-block-components-product-category-list ul li:after{content:", "}.wc-block-components-product-category-list ul li:last-child:after{content:""}.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image,.wc-block-components-product-image{margin-top:0;margin-bottom:12px;text-decoration:none;display:block;position:relative}.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image a,.wc-block-components-product-image a{text-decoration:none;border:0;outline:0;box-shadow:none}.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image img,.wc-block-components-product-image img{vertical-align:middle;width:100%}.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image img[hidden],.wc-block-components-product-image img[hidden]{display:none}.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image .wc-block-components-product-sale-badge--align-left,.wc-block-components-product-image .wc-block-components-product-sale-badge--align-left{position:absolute;left:4px;top:4px;right:auto;margin:0}.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image .wc-block-components-product-sale-badge--align-center,.wc-block-components-product-image .wc-block-components-product-sale-badge--align-center{position:absolute;top:4px;left:50%;right:auto;transform:translateX(-50%);margin:0}.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image .wc-block-components-product-sale-badge--align-right,.wc-block-components-product-image .wc-block-components-product-sale-badge--align-right{position:absolute;right:4px;top:4px;left:auto;margin:0}.is-loading .wc-block-components-product-image{-webkit-animation:loading-fade 1.2s ease-in-out infinite;animation:loading-fade 1.2s ease-in-out infinite;background-color:#e2e4e7!important;border-color:#e2e4e7!important;color:#e2e4e7!important;box-shadow:none;pointer-events:none}.is-loading .wc-block-components-product-image>*{visibility:hidden}@media screen and (prefers-reduced-motion:reduce){.is-loading .wc-block-components-product-image{-webkit-animation:none;animation:none}}.wc-block-components-product-rating{display:block;margin-top:0;margin-bottom:12px}.wc-block-components-product-rating__stars{overflow:hidden;position:relative;width:5.3em;height:1.618em;line-height:1.618;font-size:1em;font-family:star;font-weight:400;margin:0 auto;text-align:left}.wc-block-components-product-rating__stars:before{content:"\53\53\53\53\53";top:0;left:0;right:0;position:absolute;opacity:.5;color:#aaa;white-space:nowrap}.wc-block-components-product-rating__stars span{overflow:hidden;top:0;left:0;right:0;position:absolute;padding-top:1.5em}.wc-block-components-product-rating__stars span:before{content:"\53\53\53\53\53";top:0;left:0;right:0;position:absolute;color:#000;white-space:nowrap}.wc-block-single-product .wc-block-components-product-rating__stars{margin:0}.wc-block-components-product-sale-badge{margin:0 auto 12px;font-size:.875em;padding:.25em .75em;display:inline-block;width:auto;border:1px solid #43454b;border-radius:3px;color:#43454b;background:#fff;text-align:center;text-transform:uppercase;font-weight:600;z-index:9;position:static}.wc-block-components-product-sku{margin-top:0;margin-bottom:12px;display:block;text-transform:uppercase;font-size:.875em}.wc-block-components-product-stock-indicator{margin-top:0;margin-bottom:.75em;display:block;font-size:.875em}.wc-block-components-product-stock-indicator--in-stock{color:#4ab866}.wc-block-components-product-stock-indicator--out-of-stock{color:#d94f4f}.wc-block-components-product-stock-indicator--available-on-backorder,.wc-block-components-product-stock-indicator--low-stock{color:#ffb900}.wc-block-components-product-summary{margin-top:0;margin-bottom:12px}.is-loading .wc-block-components-product-summary:before{-webkit-animation:loading-fade 1.2s ease-in-out infinite;animation:loading-fade 1.2s ease-in-out infinite;background-color:#e2e4e7!important;border-color:#e2e4e7!important;color:#e2e4e7!important;box-shadow:none;pointer-events:none;content:".";display:block;width:100%;height:6em}.is-loading .wc-block-components-product-summary:before>*{visibility:hidden}@media screen and (prefers-reduced-motion:reduce){.is-loading .wc-block-components-product-summary:before{-webkit-animation:none;animation:none}}.wc-block-components-product-tag-list{margin-top:0;margin-bottom:.75em}.wc-block-components-product-tag-list ul{margin:0;padding:0;display:inline}.wc-block-components-product-tag-list ul li{display:inline;list-style:none}.wc-block-components-product-tag-list ul li:after{content:", "}.wc-block-components-product-tag-list ul li:last-child:after{content:""}.wc-block-components-product-title{margin-top:0;margin-bottom:12px}.wc-block-grid .wc-block-components-product-title{line-height:1.5;font-weight:700;padding:0;color:inherit;font-size:inherit;display:block}.is-loading .wc-block-components-product-title:before{-webkit-animation:loading-fade 1.2s ease-in-out infinite;animation:loading-fade 1.2s ease-in-out infinite;background-color:#e2e4e7!important;border-color:#e2e4e7!important;color:#e2e4e7!important;box-shadow:none;pointer-events:none;content:".";display:inline-block;width:7em}.is-loading .wc-block-components-product-title:before>*{visibility:hidden}@media screen and (prefers-reduced-motion:reduce){.is-loading .wc-block-components-product-title:before{-webkit-animation:none;animation:none}}.is-loading .wc-block-grid .wc-block-components-product-title:before{width:10em}.wc-block-components-product-title--align-left{text-align:left}.wc-block-components-product-title--align-center{text-align:center}.wc-block-components-product-title--align-right{text-align:right}.wc-block-components-error{display:flex;background-color:#f3f3f4;border-left:4px solid #6d6d6d;padding:36px 16px;align-items:center;justify-content:center;flex-direction:column}.wc-block-components-error__header{font-size:2em;font-weight:700;margin:0}.wc-block-components-error__image{max-width:25%}.wc-block-components-error__text{margin:0}.wc-block-components-error__message{margin:1em 0 0;font-style:italic}@media (min-width:481px){.wc-block-components-error{flex-direction:row}.wc-block-components-error__image+.wc-block-components-error__content{margin-left:24px}}.wc-block-components-button:not(.is-link){color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit;text-transform:inherit;align-items:center;background-color:#24292d;color:#fff;display:inline-flex;font-weight:700;min-height:3em;justify-content:center;line-height:1;padding:0 1em;text-align:center;text-decoration:none;text-transform:none;position:relative}.wc-block-components-button:not(.is-link):active,.wc-block-components-button:not(.is-link):disabled,.wc-block-components-button:not(.is-link):focus,.wc-block-components-button:not(.is-link):hover{background-color:#24292d;color:#fff}.wc-block-components-button:not(.is-link) .wc-block-components-button__text{display:block}.wc-block-components-button:not(.is-link) .wc-block-components-button__text>svg{fill:currentColor}.wc-block-components-button:not(.is-link) .wc-block-components-button__spinner{width:1em;height:1em;position:absolute;top:50%;left:0;width:100%;height:100%;margin-top:-.5em;color:inherit;box-sizing:content-box}.wc-block-components-button:not(.is-link) .wc-block-components-button__spinner:after{content:" ";display:inline-block;margin:0 auto;width:1em;height:1em;box-sizing:border-box;transform-origin:50% 50%;transform:translateZ(0) scale(.5);-webkit-backface-visibility:hidden;backface-visibility:hidden;border-radius:50%;border:.2em solid;border-left:.2em solid transparent;-webkit-animation:wc-block-components-button__spinner__animation 1s linear infinite;animation:wc-block-components-button__spinner__animation 1s linear infinite}.wc-block-components-button:not(.is-link) .wc-block-components-button__spinner+.wc-block-components-button__text{visibility:hidden}@-webkit-keyframes wc-block-components-button__spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes wc-block-components-button__spinner__animation{0%{-webkit-animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}.wc-block-components-form{counter-reset:checkout-step}.wc-block-components-form .wc-block-components-checkout-step{position:relative;border:none;padding:0 0 0 36px;background:none;margin:0}.is-large .wc-block-components-form .wc-block-components-checkout-step{padding-right:24px}.wc-block-components-checkout-step__container{position:relative}.wc-block-components-checkout-step__content{padding-bottom:1.5em}.wc-block-components-form .wc-block-components-checkout-step:disabled{opacity:.6}.wc-block-components-checkout-step__heading{display:flex;justify-content:space-between;align-content:center;flex-wrap:wrap;margin:.75em 0 1em;position:relative}.wc-block-components-checkout-step:first-child .wc-block-components-checkout-step__heading{margin-top:0}.wc-block-components-checkout-step__title{margin:0 12px 0 0}.wc-block-components-checkout-step__heading-content{font-size:.75em;position:absolute;right:0}.wc-block-components-checkout-step__heading-content a{font-weight:700;color:inherit}.wc-block-components-checkout-step__description{font-size:.875em;line-height:1.25;margin-bottom:16px}.wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__title:before{border:0;border-radius:0;margin:0;padding:0;vertical-align:baseline;background:transparent;counter-increment:checkout-step;content:" " counter(checkout-step) ".";content:" " counter(checkout-step) "."/"";position:absolute;width:36px;left:-18px;top:0;text-align:center;transform:translateX(-50%)}.wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__container:after{content:"";height:100%;border-left:1px solid;opacity:.3;position:absolute;left:-18px;top:0}.wc-block-components-checkout-step--with-step-number:last-of-type .wc-block-components-checkout-step__container:after{content:none}.wc-block-components-order-summary .wc-blocks-components-panel__button{margin-top:0;padding-top:0}.wc-block-components-order-summary__content{display:table;width:100%}.wc-block-components-order-summary-item{position:relative;display:table-row;padding-bottom:1px;width:100%}.wc-block-components-order-summary-item:after{border-style:solid;border-width:0 0 1px;bottom:0;content:"";display:block;left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}.wc-block-components-order-summary-item:last-child>div{padding-bottom:0}.wc-block-components-order-summary-item:last-child:after{display:none}.wc-block-components-order-summary-item__description,.wc-block-components-order-summary-item__image{display:table-cell;vertical-align:top}.wc-block-components-order-summary-item__image{width:48px;padding-top:16px;padding-bottom:16px;position:relative}.wc-block-components-order-summary-item__image>img{width:48px;max-width:48px}.wc-block-components-order-summary-item__quantity{font-size:.75em;align-items:center;background:#fff;border:2px solid;border-radius:1em;box-shadow:0 0 0 2px #fff;color:#000;display:flex;line-height:1;min-height:20px;padding:0 .4em;position:absolute;justify-content:center;min-width:20px;right:0;top:16px;transform:translate(50%,-50%);white-space:nowrap;z-index:1}.wc-block-components-order-summary-item__description{padding-left:24px;padding-top:16px;padding-bottom:16px;line-height:1.375}.wc-block-components-order-summary-item__description .wc-block-components-product-metadata,.wc-block-components-order-summary-item__description p{line-height:1.375;margin-top:4px}.wc-block-components-order-summary-item__header{display:flex;flex-wrap:wrap;justify-content:space-between}.wc-block-components-payment-method-icons{display:block;text-align:center;margin:0 0 14px}.wc-block-components-payment-method-icons .wc-block-components-payment-method-icon{display:inline-block;margin:0 4px 2px;padding:0;width:auto;height:24px;vertical-align:middle}.wc-block-components-payment-method-icons--align-left{text-align:left}.wc-block-components-payment-method-icons--align-left .wc-block-components-payment-method-icon{margin-left:0;margin-right:8px}.wc-block-components-payment-method-icons--align-right{text-align:right}.wc-block-components-payment-method-icons--align-right .wc-block-components-payment-method-icon{margin-right:0;margin-left:8px}.wc-block-components-payment-method-icons:last-child{margin-bottom:0}.is-mobile .wc-block-components-payment-method-icons .wc-block-components-payment-method-icon,.is-small .wc-block-components-payment-method-icons .wc-block-components-payment-method-icon{height:16px}.wc-block-components-payment-method-label--with-icon{display:inline-block;vertical-align:middle}.wc-block-components-payment-method-label--with-icon>img,.wc-block-components-payment-method-label--with-icon>svg{vertical-align:middle;margin:-2px 4px 0 0}.is-mobile .wc-block-components-payment-method-label--with-icon>img,.is-mobile .wc-block-components-payment-method-label--with-icon>svg,.is-small .wc-block-components-payment-method-label--with-icon>img,.is-small .wc-block-components-payment-method-label--with-icon>svg{display:none}.editor-styles-wrapper .wc-block-components-checkout-policies,.wc-block-components-checkout-policies{font-size:.75em;text-align:center;list-style:none outside;line-height:1;margin:24px 0}.wc-block-components-checkout-policies__item{list-style:none outside;display:inline-block;padding:0 .25em;margin:0}.wc-block-components-checkout-policies__item:not(:first-child){border-left:1px solid #c3c4c7}.wc-block-components-checkout-policies__item>a{color:inherit;padding:0 .25em}.wc-block-components-product-badge{font-size:.75em;border-radius:2px;border:1px solid;display:inline-block;font-weight:600;padding:0 .66em;text-transform:uppercase;white-space:nowrap}.wc-block-components-product-metadata{font-size:.75em}.wc-block-components-product-metadata .wc-block-components-product-metadata__description>p,.wc-block-components-product-metadata .wc-block-components-product-metadata__variation-data{margin:.25em 0 0}.wc-block-components-product-name{font-size:1em;overflow-wrap:anywhere;word-break:break-word;-ms-word-break:break-all;display:block;max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content}.wc-block-components-checkout-return-to-cart-button{box-shadow:none;color:inherit;padding-left:calc(24px + .25em);position:relative;text-decoration:none}.wc-block-components-checkout-return-to-cart-button svg{left:0;position:absolute;transform:translateY(-50%);top:50%}.wc-block-components-shipping-calculator-address{margin-bottom:0}.wc-block-components-shipping-calculator-address__button{width:100%;margin-top:1.5em}.wc-block-components-shipping-calculator{padding:.5em 0 .75em}.wc-block-components-shipping-rates-control__package .wc-block-components-shipping-rates-control__package-title{margin:0}.wc-block-components-shipping-rates-control__package-items{font-size:.875em;display:block;list-style:none;margin:0;padding:0}.wc-block-components-shipping-rates-control__package-item{overflow-wrap:anywhere;word-break:break-word;-ms-word-break:break-all;display:inline-block;margin:0;padding:0}.wc-block-components-shipping-rates-control__package-item:not(:last-child):after{content:", ";white-space:pre}.components-notice.wc-block-components-shipping-rates-control__no-results-notice{margin-bottom:0}.wc-block-components-shipping-rates-control .wc-blocks-components-panel__content{padding-bottom:0}.wc-block-components-totals-coupon__form{display:flex;margin-bottom:0;width:100%}.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__input{margin-bottom:0;margin-top:0;flex-grow:1}.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button{height:48px;flex-shrink:0;margin-left:8px;padding-left:24px;padding-right:24px;white-space:nowrap}.wc-block-components-totals-coupon__content{flex-direction:column;position:relative}.wc-block-components-totals-coupon__content .wc-block-components-validation-error{margin-top:8px;position:relative;width:100%}.wc-block-components-totals-discount__coupon-list{list-style:none;margin:0;padding:0}.wc-block-components-totals-footer-item .wc-block-components-totals-item__label,.wc-block-components-totals-footer-item .wc-block-components-totals-item__value{font-size:1.25em}.wc-block-components-totals-footer-item .wc-block-components-totals-item__label{font-weight:400}.wc-block-components-totals-footer-item .wc-block-components-totals-footer-item-tax{margin-bottom:0}.wc-block-components-totals-item{display:flex;flex-wrap:wrap;padding:.75em 0;width:100%}.wc-block-components-totals-item__label{flex-grow:1;font-weight:700}.wc-block-components-totals-item__value{white-space:nowrap}.wc-block-components-totals-item__description{font-size:.875em;width:100%}.wc-block-components-totals-shipping fieldset.wc-block-components-totals-shipping__fieldset{background-color:transparent;margin:0;padding:0;border:0}.wc-block-components-totals-shipping .wc-block-components-totals-shipping__options .wc-block-components-radio-control__description,.wc-block-components-totals-shipping .wc-block-components-totals-shipping__options .wc-block-components-radio-control__label,.wc-block-components-totals-shipping .wc-block-components-totals-shipping__options .wc-block-components-radio-control__secondary-description,.wc-block-components-totals-shipping .wc-block-components-totals-shipping__options .wc-block-components-radio-control__secondary-label{flex-basis:100%;text-align:left}.wc-block-components-totals-shipping .wc-block-components-radio-control__option-layout:last-child:after,.wc-block-components-totals-shipping .wc-block-components-radio-control__option:last-child:after{display:none}.wc-block-components-totals-shipping .wc-block-components-shipping-rates-control__no-results-notice{margin-bottom:.75em}.wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button{border:0;border-radius:0;margin:0;padding:0;vertical-align:baseline;color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit;text-transform:inherit;background:transparent;box-shadow:none;display:inline;text-decoration:underline}.wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button:active,.wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button:focus,.wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button:hover{background:transparent;opacity:.8}.wc-block-components-totals-shipping .wc-blocks-components-panel:last-child:after{border-bottom-width:0}.wc-block-components-totals-taxes{position:relative}.wc-block-components-totals-taxes:after{border-style:solid;border-width:1px 0 0;bottom:0;content:"";display:block;left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}.wc-block-components-checkbox{color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit;text-transform:inherit;align-items:center;display:flex;height:1em;position:relative}.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:2px solid;border-radius:2px;height:1.125em;width:1.125em;margin:0;min-height:18px;min-width:18px;overflow:hidden;position:static;vertical-align:middle;background-color:#fff}.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:checked{background:currentColor;border-color:currentColor}.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:not(:checked)+.wc-block-components-checkbox__mark{display:none}.has-dark-controls .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]{border-color:hsla(0,0%,100%,.6);background-color:transparent}.has-dark-controls .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:checked{background:transparent;border-color:hsla(0,0%,100%,.6)}.wc-block-components-checkbox .wc-block-components-checkbox__mark{fill:#fff;position:absolute;left:.0625em;top:-.125em;width:1em;height:1em}.wc-block-components-checkbox .wc-block-components-checkbox__label{padding-left:8px;vertical-align:middle}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.wc-block-components-checkbox__mark{display:none}}.editor-styles-wrapper .wc-block-components-checkbox-list,.wc-block-components-checkbox-list{margin:0;padding:0;list-style:none outside}.editor-styles-wrapper .wc-block-components-checkbox-list li,.wc-block-components-checkbox-list li{margin:0 0 4px;padding:0;list-style:none outside}.editor-styles-wrapper .wc-block-components-checkbox-list li.show-less button,.editor-styles-wrapper .wc-block-components-checkbox-list li.show-more button,.wc-block-components-checkbox-list li.show-less button,.wc-block-components-checkbox-list li.show-more button{background:none;border:none;padding:0;text-decoration:underline;cursor:pointer}.editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li,.wc-block-components-checkbox-list.is-loading li{-webkit-animation:loading-fade 1.2s ease-in-out infinite;animation:loading-fade 1.2s ease-in-out infinite;background-color:#e2e4e7!important;border-color:#e2e4e7!important;color:#e2e4e7!important;box-shadow:none;pointer-events:none}.editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li>*,.wc-block-components-checkbox-list.is-loading li>*{visibility:hidden}@media screen and (prefers-reduced-motion:reduce){.editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li,.wc-block-components-checkbox-list.is-loading li{-webkit-animation:none;animation:none}}.wc-block-components-chip{color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit;text-transform:inherit;align-items:center;border:0;display:inline-flex;padding:.125em .5em .25em;margin:0 .365em .365em 0;border-radius:0;line-height:1;max-width:100%}.wc-block-components-chip,.wc-block-components-chip:active,.wc-block-components-chip:focus,.wc-block-components-chip:hover{background:#e2e4e7;color:#23282d}.wc-block-components-chip.wc-block-components-chip--radius-small{border-radius:3px}.wc-block-components-chip.wc-block-components-chip--radius-medium{border-radius:.433em}.wc-block-components-chip.wc-block-components-chip--radius-large{border-radius:2em;padding-left:.75em;padding-right:.75em}.wc-block-components-chip .wc-block-components-chip__text{flex-grow:1}.wc-block-components-chip.is-removable{padding-right:.5em}.wc-block-components-chip.is-removable .wc-block-components-chip__text{padding-right:.25em}.wc-block-components-chip .wc-block-components-chip__remove{font-size:.75em;background:transparent;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0}.wc-block-components-chip .wc-block-components-chip__remove-icon{vertical-align:middle}.wc-block-components-chip__remove:focus,.wc-block-components-chip__remove:hover,button.wc-block-components-chip:focus>.wc-block-components-chip__remove,button.wc-block-components-chip:hover>.wc-block-components-chip__remove{fill:#d94f4f}.wc-block-components-chip__remove:disabled,button.wc-block-components-chip:disabled>.wc-block-components-chip__remove{fill:#86909b;cursor:not-allowed}.wc-block-components-country-input{margin-top:1.5em}.wc-block-components-dropdown-selector{max-width:300px;position:relative;width:100%}.wc-block-components-dropdown-selector__input-wrapper{background:#fff;border:1px solid #8d96a0;color:#2b2d2f;align-items:center;border-radius:4px;cursor:text;display:flex;flex-wrap:wrap;padding:2px 8px}.is-disabled .wc-block-components-dropdown-selector__input-wrapper{background-color:#e2e4e7}.is-multiple.has-checked>.wc-block-components-dropdown-selector__input-wrapper{padding:2px 4px}.is-open>.wc-block-components-dropdown-selector__input-wrapper{border-radius:4px 4px 0 0}.wc-block-components-dropdown-selector__input{font-size:.875em;line-height:1.28571;margin:.1875em 0;min-width:0;padding:.1875em 0}.is-single .wc-block-components-dropdown-selector__input{width:100%}.is-single .wc-block-components-dropdown-selector__input:active,.is-single .wc-block-components-dropdown-selector__input:focus,.is-single .wc-block-components-dropdown-selector__input:hover{outline:0}.is-single.has-checked.is-open .wc-block-components-dropdown-selector__input{margin-bottom:1.5px;margin-top:1.5px}.is-single.has-checked:not(.is-open) .wc-block-components-dropdown-selector__input{clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;width:1px;margin:-1px;overflow:hidden;overflow-wrap:normal!important;word-wrap:normal!important;position:absolute}.is-multiple .wc-block-components-dropdown-selector__input{flex:1;min-width:0}.is-multiple .wc-block-components-dropdown-selector__input,.is-single .wc-block-components-dropdown-selector__input:first-child{background:transparent;border:0}.is-multiple .wc-block-components-dropdown-selector__input:active,.is-multiple .wc-block-components-dropdown-selector__input:focus,.is-multiple .wc-block-components-dropdown-selector__input:hover,.is-single .wc-block-components-dropdown-selector__input:first-child:active,.is-single .wc-block-components-dropdown-selector__input:first-child:focus,.is-single .wc-block-components-dropdown-selector__input:first-child:hover{outline:0}.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__label,.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__remove{background-color:transparent;border:0;color:inherit;font-size:inherit;font-weight:inherit;text-transform:none}.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__label:active,.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__label:focus,.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__label:hover,.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__remove:active,.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__remove:focus,.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__remove:hover{background-color:transparent;text-decoration:none}.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value{font-size:.875em;align-items:center;color:#40464d;display:inline-flex;margin:.1875em 0;padding:.1875em 0;width:100%}.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__label{flex-grow:1;line-height:1.28571;padding:0;text-align:left}.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__remove{background-color:transparent;border:0;display:inline-block;line-height:1;padding:0 0 0 .3em}.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__remove>svg{display:block}.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-chip{font-size:.875em;margin-top:.1875em;margin-bottom:.1875em;line-height:1.28571}.wc-block-components-dropdown-selector__list{background-color:#fff;margin:-1px 0 0;padding:0;position:absolute;left:0;right:0;top:100%;max-height:300px;overflow-y:auto;z-index:1}.wc-block-components-dropdown-selector__list:not(:empty){border:1px solid #9f9f9f}.wc-block-components-dropdown-selector__list-item{font-size:.875em;color:#40464d;cursor:default;list-style:none;margin:0;padding:0 4px}.wc-block-components-dropdown-selector__list-item.is-selected{background-color:#d7dade}.wc-block-components-dropdown-selector__list-item.is-highlighted,.wc-block-components-dropdown-selector__list-item:active,.wc-block-components-dropdown-selector__list-item:focus,.wc-block-components-dropdown-selector__list-item:hover{background-color:#00669e;color:#fff}.wc-block-components-filter-submit-button{display:block;margin-left:auto;white-space:nowrap}.wc-block-components-formatted-money-amount{white-space:nowrap}.wc-block-components-load-more{text-align:center;width:100%}.wc-block-components-loading-mask{position:relative;min-height:34px}.wc-block-components-loading-mask .components-spinner{position:absolute;margin:0;top:50%;left:50%;transform:translate(-50%,-50%)}.wc-block-components-loading-mask__children{opacity:.5}.wc-block-components-pagination{margin:0 auto 16px}.wc-block-components-pagination__ellipsis,.wc-block-components-pagination__page{font-size:1em;color:#333;display:inline-block;font-weight:400}.wc-block-components-pagination__page{border-color:transparent;padding:.3em .6em;min-width:2.2em}@media (max-width:782px){.wc-block-components-pagination__page{padding:.1em .2em;min-width:1.6em}}.wc-block-components-pagination__page:not(.toggle){background-color:transparent}.wc-block-components-pagination__ellipsis{padding:.3em}@media (max-width:782px){.wc-block-components-pagination__ellipsis{padding:.1em}}.wc-block-components-pagination__page--active[disabled]{color:#333;font-weight:700;opacity:1!important}.wc-block-components-pagination__page--active[disabled]:focus,.wc-block-components-pagination__page--active[disabled]:hover{background-color:inherit;color:#333;opacity:1!important}.wc-blocks-components-panel.has-border{position:relative}.wc-blocks-components-panel.has-border:after{border-style:solid;border-width:1px 0;bottom:0;content:"";display:block;left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}.wc-blocks-components-panel.has-border+.wc-blocks-components-panel.has-border:after{border-top-width:0}.wc-blocks-components-panel__button{border:0;border-radius:0;vertical-align:baseline;height:auto;line-height:1;margin:.375em 0;padding:.375em 32px .375em 0;position:relative;text-align:left;width:100%}.wc-blocks-components-panel__button,.wc-blocks-components-panel__button:active,.wc-blocks-components-panel__button:focus,.wc-blocks-components-panel__button:hover{color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit;text-transform:inherit;background:transparent;box-shadow:none}.wc-blocks-components-panel__button>.wc-blocks-components-panel__button-icon{fill:currentColor;position:absolute;right:0;top:50%;transform:translateY(-50%);width:auto}.wc-blocks-components-panel__content{padding-bottom:1em;overflow:auto}.theme-twentyseventeen .wc-blocks-components-panel__button,.theme-twentytwenty .wc-blocks-components-panel__button{background:transparent;color:inherit}.wc-block-components-express-payment{margin:auto;position:relative}.wc-block-components-express-payment .wc-block-components-express-payment__event-buttons{list-style:none;display:flex;flex-direction:row;flex-wrap:wrap;width:100%;padding:0;margin:0;overflow:hidden;text-align:center}.wc-block-components-express-payment .wc-block-components-express-payment__event-buttons>li{margin:0}.wc-block-components-express-payment .wc-block-components-express-payment__event-buttons>li>img{width:100%;height:48px}.wc-block-components-express-payment--checkout .wc-block-components-express-payment__title-container{display:flex;flex-direction:row;left:0;position:absolute;right:0;top:-5px;vertical-align:middle}.wc-block-components-express-payment--checkout .wc-block-components-express-payment__title-container:before{border-left:1px solid;border-top:1px solid;border-radius:5px 0 0 0;content:"";display:block;height:4px;margin-right:12px;opacity:.3;pointer-events:none;width:22px}.wc-block-components-express-payment--checkout .wc-block-components-express-payment__title-container:after{border-right:1px solid;border-top:1px solid;border-radius:0 5px 0 0;content:"";display:block;height:4px;margin-left:12px;opacity:.3;pointer-events:none;flex-grow:1}.wc-block-components-express-payment--checkout .wc-block-components-express-payment__title{flex-grow:0;transform:translateY(-50%)}.wc-block-components-express-payment--checkout .wc-block-components-express-payment__content{position:relative;margin-top:calc(.75em + 5px);padding:1.5em 35px 1em}.wc-block-components-express-payment--checkout .wc-block-components-express-payment__content:after{border-style:solid;border-width:0 1px 1px;bottom:0;content:"";display:block;left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0;border-radius:0 0 5px 5px}.wc-block-components-express-payment--checkout .wc-block-components-express-payment__content>p{margin-bottom:1em}.wc-block-components-express-payment--checkout .wc-block-components-express-payment__event-buttons>li{display:inline-block;width:50%}.wc-block-components-express-payment--checkout .wc-block-components-express-payment__event-buttons>li:nth-child(2n){padding-left:8px}.wc-block-components-express-payment--checkout .wc-block-components-express-payment__event-buttons>li:nth-child(odd){padding-right:8px}.wc-block-components-express-payment--cart .wc-block-components-express-payment__event-buttons>li{padding-bottom:16px;text-align:center;width:100%}.wc-block-components-express-payment--cart .wc-block-components-express-payment__event-buttons>li:last-child{padding-bottom:0}.wc-block-components-express-payment-continue-rule{display:flex;align-items:center;text-align:center;padding:0 36px;margin:24px 0}.wc-block-components-express-payment-continue-rule:before{margin-right:10px}.wc-block-components-express-payment-continue-rule:after{margin-left:10px}.wc-block-components-express-payment-continue-rule:after,.wc-block-components-express-payment-continue-rule:before{content:" ";flex:1;border-bottom:1px solid;opacity:.3}.wc-block-components-express-payment-continue-rule--cart{margin:16px 0;text-transform:uppercase}.theme-twentynineteen .wc-block-components-express-payment__title:before{display:none}.theme-twentytwenty .wc-block-components-express-payment .wc-block-components-express-payment__title{padding-left:12px;padding-right:12px}.components-placeholder.wc-block-checkout__no-payment-methods-placeholder{margin-bottom:16px}.components-placeholder.wc-block-checkout__no-payment-methods-placeholder *{pointer-events:all}.components-placeholder.wc-block-checkout__no-payment-methods-placeholder .components-placeholder__fieldset{display:block}.components-placeholder.wc-block-checkout__no-payment-methods-placeholder .components-placeholder__fieldset .components-button{background-color:#24292d;color:#fff}.components-placeholder.wc-block-checkout__no-payment-methods-placeholder .components-placeholder__fieldset .wc-block-checkout__no-payment-methods-placeholder-description{display:block;margin:.25em 0 1em}.components-notice.wc-block-checkout__no-payment-methods-notice{margin-bottom:16px}.wc-block-card-elements{display:flex;width:100%}.wc-block-card-elements .wc-block-components-validation-error{position:static}.wc-block-gateway-container{position:relative;margin-bottom:1.5em;white-space:nowrap}.wc-block-gateway-container.wc-card-number-element{flex-basis:15em;flex-grow:1;min-width:min(15em,60%)}.wc-block-gateway-container.wc-card-expiry-element{flex-basis:7em;margin-left:12px;min-width:min(7em,calc(24% - 12px))}.wc-block-gateway-container.wc-card-cvc-element{flex-basis:7em;margin-left:12px;min-width:min(5em,calc(16% - 12px))}.wc-block-gateway-container .wc-block-gateway-input{font-size:1em;line-height:1.375;background-color:#fff;padding:.75em 0 .75em 16px;border-radius:4px;border:1px solid #8d96a0;width:100%;font-family:inherit;margin:0;box-sizing:border-box;height:3em;color:#2b2d2f;cursor:text}.wc-block-gateway-container .wc-block-gateway-input:focus,.wc-block-gateway-container:focus{background-color:#fff}.wc-block-gateway-container label{color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit;text-transform:inherit;font-size:1em;line-height:1.375;position:absolute;transform:translateY(.75em);left:0;top:0;transform-origin:top left;color:#646970;transition:transform .2s ease;margin:0 0 0 17px;overflow:hidden;text-overflow:ellipsis;max-width:calc(100% - 24px);cursor:text}@media screen and (prefers-reduced-motion:reduce){.wc-block-gateway-container label{transition:none}}.wc-block-gateway-container.wc-inline-card-element label{margin-left:calc(24px + 1.5em)}.wc-block-gateway-container.wc-inline-card-element .wc-block-gateway-input.focused.empty+label,.wc-block-gateway-container.wc-inline-card-element .wc-block-gateway-input:not(.empty)+label{margin-left:16px;transform:translateY(4px) scale(.75)}.wc-block-gateway-container.wc-inline-card-element+.wc-block-components-validation-error{position:static;margin-top:-24px}.wc-block-gateway-container .wc-block-gateway-input.focused.empty,.wc-block-gateway-container .wc-block-gateway-input:not(.empty){padding:1.5em 0 .25em 16px}.wc-block-gateway-container .wc-block-gateway-input.focused.empty+label,.wc-block-gateway-container .wc-block-gateway-input:not(.empty)+label{transform:translateY(4px) scale(.75)}.wc-block-gateway-container .wc-block-gateway-input.has-error{border-color:#d94f4f}.wc-block-gateway-container .wc-block-gateway-input.has-error:focus{outline-color:#d94f4f}.wc-block-gateway-container .wc-block-gateway-input.has-error+label{color:#d94f4f}.is-large .wc-card-cvc-element .wc-block-components-validation-error>p,.is-large .wc-card-expiry-element .wc-block-components-validation-error>p,.is-medium .wc-card-cvc-element .wc-block-components-validation-error>p,.is-medium .wc-card-expiry-element .wc-block-components-validation-error>p{line-height:16px;padding-top:4px}.is-mobile .wc-card-cvc-element .wc-block-components-validation-error>p,.is-mobile .wc-card-expiry-element .wc-block-components-validation-error>p,.is-small .wc-card-cvc-element .wc-block-components-validation-error>p,.is-small .wc-card-expiry-element .wc-block-components-validation-error>p{min-height:28px}.wc-blocks-credit-card-images{padding-top:12px;display:flex}.wc-blocks-credit-card-images .wc-blocks-credit-cart-icon{height:18px;width:auto;margin-right:12px}.wc-blocks-credit-card-images .wc-blocks-credit-cart-icon:last-child{margin-right:0}.wc-block-components-checkout-payment-methods *{pointer-events:all}.is-mobile .wc-block-card-elements,.is-small .wc-block-card-elements{flex-wrap:wrap}.is-mobile .wc-block-gateway-container.wc-card-number-element,.is-small .wc-block-gateway-container.wc-card-number-element{flex-basis:100%}.is-mobile .wc-block-gateway-container.wc-card-expiry-element,.is-small .wc-block-gateway-container.wc-card-expiry-element{flex-basis:calc(50% - 8px);margin-left:0;margin-right:8px}.is-mobile .wc-block-gateway-container.wc-card-cvc-element,.is-small .wc-block-gateway-container.wc-card-cvc-element{flex-basis:calc(50% - 8px);margin-left:8px}.wc-block-components-price-slider{margin-bottom:24px}.wc-block-components-price-slider .wc-block-components-price-slider__range-input-wrapper{padding:0;border:0;outline:none;background:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:9px;clear:both;position:relative;box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);background:#e1e1e1;margin:15px 0}.wc-block-components-price-slider .wc-block-components-price-slider__range-input-wrapper .wc-block-components-price-slider__range-input-progress{height:9px;width:100%;position:absolute;left:0;top:0;--track-background:linear-gradient(90deg,transparent var(--low),var(--range-color) 0,var(--range-color) var(--high),transparent 0) no-repeat 0 100%/100% 100%;--range-color:#a8739d;background:var(--track-background)}.wc-block-components-price-slider .wc-block-components-price-slider__controls{display:flex}.wc-block-components-price-slider .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount{margin:0;border-radius:4px;width:auto;max-width:100px;min-width:0}.wc-block-components-price-slider .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount.wc-block-components-price-slider__amount--min{margin-right:10px}.wc-block-components-price-slider .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount.wc-block-components-price-slider__amount--max{margin-left:auto}.wc-block-components-price-slider.wc-block-components-price-slider--has-filter-button .wc-block-components-price-slider__controls{justify-content:flex-end}.wc-block-components-price-slider.wc-block-components-price-slider--has-filter-button .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount.wc-block-components-price-slider__amount--max{margin-left:0;margin-right:10px}.wc-block-components-price-slider .wc-block-components-price-slider__range-input{margin:0;padding:0;border:0;outline:none;background:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:0;display:block;position:relative;pointer-events:none;outline:none!important}.wc-block-components-price-slider .wc-block-components-price-slider__range-input::-webkit-slider-runnable-track{cursor:default;height:1px;outline:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.wc-block-components-price-slider .wc-block-components-price-slider__range-input::-webkit-slider-thumb{background-color:transparent;background-position:0 0;width:26px;height:21px;border:0;padding:0;vertical-align:top;cursor:pointer;z-index:20;pointer-events:auto;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='52' height='42'%3E%3Cdefs%3E%3Cpath id='a' d='M23.3176 7.9423l-8.4163-6.1432C13.1953.5706 11.2618-.0997 9.2146.0121h-.1137C4.2103.347.1159 4.368.0022 9.2827-.1115 14.644 4.2102 19 9.6696 19h.1137c1.8197 0 3.6395-.6702 5.118-1.787l8.4163-6.255c.9099-.8935.9099-2.2338 0-3.0157z'/%3E%3Cpath id='b' d='M23.3176 7.9423l-8.4163-6.1432C13.1953.5706 11.2618-.0997 9.2146.0121h-.1137C4.2103.347.1159 4.368.0022 9.2827-.1115 14.644 4.2102 19 9.6696 19h.1137c1.8197 0 3.6395-.6702 5.118-1.787l8.4163-6.255c.9099-.8935.9099-2.2338 0-3.0157z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23FFF' fill-rule='nonzero' stroke='%2395588A' d='M24.3176 8.9423l-8.4163-6.1432c-1.706-1.2285-3.6395-1.8988-5.6867-1.787h-.1137c-4.8906.335-8.985 4.356-9.0987 9.2706C.8885 15.644 5.2102 20 10.6696 20h.1137c1.8197 0 3.6395-.6702 5.118-1.787l8.4163-6.255c.9099-.8935.9099-2.2338 0-3.0157z'/%3E%3Cpath stroke='%23B8B8B8' d='M9 6v9m3-9v9'/%3E%3Cg fill-rule='nonzero' transform='translate(1 22)'%3E%3Cuse fill='%23F8F3F7' stroke='%23FFF' stroke-opacity='.75' stroke-width='3' xlink:href='%23a'/%3E%3Cuse stroke='%2395588A' xlink:href='%23a'/%3E%3C/g%3E%3Cpath stroke='%2395588A' d='M9 27v9m3-9v9'/%3E%3Cg%3E%3Cpath fill='%23FFF' fill-rule='nonzero' stroke='%2395588A' d='M27.6824 8.9423l8.4163-6.1432c1.706-1.2285 3.6395-1.8988 5.6867-1.787h.1137c4.8906.335 8.985 4.356 9.0987 9.2706C51.1115 15.644 46.7898 20 41.3304 20h-.1137c-1.8197 0-3.6395-.6702-5.118-1.787l-8.4163-6.255c-.9099-.8935-.9099-2.2338 0-3.0157z'/%3E%3Cpath stroke='%23B8B8B8' d='M43 6v9m-3-9v9'/%3E%3C/g%3E%3Cg%3E%3Cg fill-rule='nonzero' transform='matrix(-1 0 0 1 51 22)'%3E%3Cuse fill='%23F8F3F7' stroke='%23FFF' stroke-opacity='.75' stroke-width='3' xlink:href='%23b'/%3E%3Cuse stroke='%2395588A' xlink:href='%23b'/%3E%3C/g%3E%3Cpath stroke='%2395588A' d='M43 27v9m-3-9v9'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");-webkit-transition:transform .2s ease-in-out;transition:transform .2s ease-in-out;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:-6px 0 0}.wc-block-components-price-slider .wc-block-components-price-slider__range-input::-webkit-slider-thumb:hover{background-position-y:-21px;filter:drop-shadow(3px 0 0 rgba(255,255,255,.75)) drop-shadow(-3px 0 0 rgba(255,255,255,.75));transform:scale(1.1)}.wc-block-components-price-slider .wc-block-components-price-slider__range-input::-webkit-slider-progress{margin:0;padding:0;border:0;outline:none;background:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.wc-block-components-price-slider .wc-block-components-price-slider__range-input::-moz-focus-outer{border:0}.wc-block-components-price-slider .wc-block-components-price-slider__range-input::-moz-range-track{cursor:default;height:1px;outline:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.wc-block-components-price-slider .wc-block-components-price-slider__range-input::-moz-range-progress{margin:0;padding:0;border:0;outline:none;background:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.wc-block-components-price-slider .wc-block-components-price-slider__range-input::-moz-range-thumb{background-color:transparent;background-position:0 0;width:26px;height:21px;border:0;padding:0;margin:0;vertical-align:top;cursor:pointer;z-index:20;pointer-events:auto;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='52' height='42'%3E%3Cdefs%3E%3Cpath id='a' d='M23.3176 7.9423l-8.4163-6.1432C13.1953.5706 11.2618-.0997 9.2146.0121h-.1137C4.2103.347.1159 4.368.0022 9.2827-.1115 14.644 4.2102 19 9.6696 19h.1137c1.8197 0 3.6395-.6702 5.118-1.787l8.4163-6.255c.9099-.8935.9099-2.2338 0-3.0157z'/%3E%3Cpath id='b' d='M23.3176 7.9423l-8.4163-6.1432C13.1953.5706 11.2618-.0997 9.2146.0121h-.1137C4.2103.347.1159 4.368.0022 9.2827-.1115 14.644 4.2102 19 9.6696 19h.1137c1.8197 0 3.6395-.6702 5.118-1.787l8.4163-6.255c.9099-.8935.9099-2.2338 0-3.0157z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23FFF' fill-rule='nonzero' stroke='%2395588A' d='M24.3176 8.9423l-8.4163-6.1432c-1.706-1.2285-3.6395-1.8988-5.6867-1.787h-.1137c-4.8906.335-8.985 4.356-9.0987 9.2706C.8885 15.644 5.2102 20 10.6696 20h.1137c1.8197 0 3.6395-.6702 5.118-1.787l8.4163-6.255c.9099-.8935.9099-2.2338 0-3.0157z'/%3E%3Cpath stroke='%23B8B8B8' d='M9 6v9m3-9v9'/%3E%3Cg fill-rule='nonzero' transform='translate(1 22)'%3E%3Cuse fill='%23F8F3F7' stroke='%23FFF' stroke-opacity='.75' stroke-width='3' xlink:href='%23a'/%3E%3Cuse stroke='%2395588A' xlink:href='%23a'/%3E%3C/g%3E%3Cpath stroke='%2395588A' d='M9 27v9m3-9v9'/%3E%3Cg%3E%3Cpath fill='%23FFF' fill-rule='nonzero' stroke='%2395588A' d='M27.6824 8.9423l8.4163-6.1432c1.706-1.2285 3.6395-1.8988 5.6867-1.787h.1137c4.8906.335 8.985 4.356 9.0987 9.2706C51.1115 15.644 46.7898 20 41.3304 20h-.1137c-1.8197 0-3.6395-.6702-5.118-1.787l-8.4163-6.255c-.9099-.8935-.9099-2.2338 0-3.0157z'/%3E%3Cpath stroke='%23B8B8B8' d='M43 6v9m-3-9v9'/%3E%3C/g%3E%3Cg%3E%3Cg fill-rule='nonzero' transform='matrix(-1 0 0 1 51 22)'%3E%3Cuse fill='%23F8F3F7' stroke='%23FFF' stroke-opacity='.75' stroke-width='3' xlink:href='%23b'/%3E%3Cuse stroke='%2395588A' xlink:href='%23b'/%3E%3C/g%3E%3Cpath stroke='%2395588A' d='M43 27v9m-3-9v9'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");-moz-transition:transform .2s ease-in-out;transition:transform .2s ease-in-out;-webkit-appearance:none;-moz-appearance:none;appearance:none}.wc-block-components-price-slider .wc-block-components-price-slider__range-input::-moz-range-thumb:hover{background-position-y:-21px;filter:drop-shadow(3px 0 0 rgba(255,255,255,.75)) drop-shadow(-3px 0 0 rgba(255,255,255,.75));transform:scale(1.1)}.wc-block-components-price-slider .wc-block-components-price-slider__range-input::-ms-thumb{background-color:transparent;background-position:0 0;width:26px;height:21px;border:0;padding:0;margin:0;vertical-align:top;cursor:pointer;z-index:20;pointer-events:auto;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='52' height='42'%3E%3Cdefs%3E%3Cpath id='a' d='M23.3176 7.9423l-8.4163-6.1432C13.1953.5706 11.2618-.0997 9.2146.0121h-.1137C4.2103.347.1159 4.368.0022 9.2827-.1115 14.644 4.2102 19 9.6696 19h.1137c1.8197 0 3.6395-.6702 5.118-1.787l8.4163-6.255c.9099-.8935.9099-2.2338 0-3.0157z'/%3E%3Cpath id='b' d='M23.3176 7.9423l-8.4163-6.1432C13.1953.5706 11.2618-.0997 9.2146.0121h-.1137C4.2103.347.1159 4.368.0022 9.2827-.1115 14.644 4.2102 19 9.6696 19h.1137c1.8197 0 3.6395-.6702 5.118-1.787l8.4163-6.255c.9099-.8935.9099-2.2338 0-3.0157z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23FFF' fill-rule='nonzero' stroke='%2395588A' d='M24.3176 8.9423l-8.4163-6.1432c-1.706-1.2285-3.6395-1.8988-5.6867-1.787h-.1137c-4.8906.335-8.985 4.356-9.0987 9.2706C.8885 15.644 5.2102 20 10.6696 20h.1137c1.8197 0 3.6395-.6702 5.118-1.787l8.4163-6.255c.9099-.8935.9099-2.2338 0-3.0157z'/%3E%3Cpath stroke='%23B8B8B8' d='M9 6v9m3-9v9'/%3E%3Cg fill-rule='nonzero' transform='translate(1 22)'%3E%3Cuse fill='%23F8F3F7' stroke='%23FFF' stroke-opacity='.75' stroke-width='3' xlink:href='%23a'/%3E%3Cuse stroke='%2395588A' xlink:href='%23a'/%3E%3C/g%3E%3Cpath stroke='%2395588A' d='M9 27v9m3-9v9'/%3E%3Cg%3E%3Cpath fill='%23FFF' fill-rule='nonzero' stroke='%2395588A' d='M27.6824 8.9423l8.4163-6.1432c1.706-1.2285 3.6395-1.8988 5.6867-1.787h.1137c4.8906.335 8.985 4.356 9.0987 9.2706C51.1115 15.644 46.7898 20 41.3304 20h-.1137c-1.8197 0-3.6395-.6702-5.118-1.787l-8.4163-6.255c-.9099-.8935-.9099-2.2338 0-3.0157z'/%3E%3Cpath stroke='%23B8B8B8' d='M43 6v9m-3-9v9'/%3E%3C/g%3E%3Cg%3E%3Cg fill-rule='nonzero' transform='matrix(-1 0 0 1 51 22)'%3E%3Cuse fill='%23F8F3F7' stroke='%23FFF' stroke-opacity='.75' stroke-width='3' xlink:href='%23b'/%3E%3Cuse stroke='%2395588A' xlink:href='%23b'/%3E%3C/g%3E%3Cpath stroke='%2395588A' d='M43 27v9m-3-9v9'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");-ms-transition:transform .2s ease-in-out;transition:transform .2s ease-in-out;-webkit-appearance:none;-moz-appearance:none;appearance:none}.wc-block-components-price-slider .wc-block-components-price-slider__range-input::-ms-thumb:hover{background-position-y:-21px;filter:drop-shadow(3px 0 0 rgba(255,255,255,.75)) drop-shadow(-3px 0 0 rgba(255,255,255,.75));transform:scale(1.1)}.wc-block-components-price-slider .wc-block-components-price-slider__range-input:focus::-webkit-slider-thumb{background-position-y:-21px;filter:drop-shadow(3px 0 0 rgba(255,255,255,.75)) drop-shadow(-3px 0 0 rgba(255,255,255,.75))}.wc-block-components-price-slider .wc-block-components-price-slider__range-input:focus::-moz-range-thumb{background-position-y:-21px;filter:drop-shadow(3px 0 0 rgba(255,255,255,.75)) drop-shadow(-3px 0 0 rgba(255,255,255,.75))}.wc-block-components-price-slider .wc-block-components-price-slider__range-input:focus::-ms-thumb{background-position-y:-21px;filter:drop-shadow(3px 0 0 rgba(255,255,255,.75)) drop-shadow(-3px 0 0 rgba(255,255,255,.75))}.wc-block-components-price-slider .wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min{z-index:21}.wc-block-components-price-slider .wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min::-webkit-slider-thumb{margin-left:-2px;background-position-x:left}.wc-block-components-price-slider .wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min::-moz-range-thumb{background-position-x:left;transform:translate(-2px,4px)}.wc-block-components-price-slider .wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min::-ms-thumb{background-position-x:left}.wc-block-components-price-slider .wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max{z-index:20}.wc-block-components-price-slider .wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max::-webkit-slider-thumb{background-position-x:right;margin-left:2px}.wc-block-components-price-slider .wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max::-moz-range-thumb{background-position-x:right;transform:translate(2px,4px)}.wc-block-components-price-slider .wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max::-ms-thumb{background-position-x:right}.wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__amount,.wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__button,.wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__range-input-wrapper,.wc-block-components-price-slider.is-loading .wc-block-components-price-slider__amount,.wc-block-components-price-slider.is-loading .wc-block-components-price-slider__button,.wc-block-components-price-slider.is-loading .wc-block-components-price-slider__range-input-wrapper{-webkit-animation:loading-fade 1.2s ease-in-out infinite;animation:loading-fade 1.2s ease-in-out infinite;background-color:#e2e4e7!important;border-color:#e2e4e7!important;color:#e2e4e7!important;pointer-events:none;box-shadow:none}.wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__amount>*,.wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__button>*,.wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__range-input-wrapper>*,.wc-block-components-price-slider.is-loading .wc-block-components-price-slider__amount>*,.wc-block-components-price-slider.is-loading .wc-block-components-price-slider__button>*,.wc-block-components-price-slider.is-loading .wc-block-components-price-slider__range-input-wrapper>*{visibility:hidden}@media screen and (prefers-reduced-motion:reduce){.wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__amount,.wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__button,.wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__range-input-wrapper,.wc-block-components-price-slider.is-loading .wc-block-components-price-slider__amount,.wc-block-components-price-slider.is-loading .wc-block-components-price-slider__button,.wc-block-components-price-slider.is-loading .wc-block-components-price-slider__range-input-wrapper{-webkit-animation:none;animation:none}}.wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__amount,.wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__button,.wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__range-input-wrapper{-webkit-animation:none;animation:none}.rtl .wc-block-components-price-slider .wc-block-components-price-slider__range-input-wrapper .wc-block-components-price-slider__range-input-progress{--track-background:linear-gradient(270deg,transparent var(--low),var(--range-color) 0,var(--range-color) var(--high),transparent 0) no-repeat 0 100%/100% 100%;--range-color:#a8739d;background:var(--track-background)}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.wc-block-components-price-slider .wc-block-components-price-slider__range-input-wrapper{background:transparent;box-shadow:none;height:24px}.wc-block-components-price-slider .wc-block-components-price-slider__range-input-wrapper .wc-block-components-price-slider__range-input-progress{background:#a8739d;box-shadow:inset 0 0 0 1px #95588a;width:100%;top:7px}.wc-block-components-price-slider .wc-block-components-price-slider__range-input{height:24px;pointer-events:auto;position:absolute;left:0;top:0}.wc-block-components-price-slider .wc-block-components-price-slider__range-input::-ms-track{background:transparent;border-color:transparent;border-width:7px 0;color:transparent}.wc-block-components-price-slider .wc-block-components-price-slider__range-input::-ms-fill-lower{background:#e1e1e1;box-shadow:inset 0 0 0 1px #b8b8b8}.wc-block-components-price-slider .wc-block-components-price-slider__range-input::-ms-fill-upper{background:transparent}.wc-block-components-price-slider .wc-block-components-price-slider__range-input::-ms-tooltip{display:none}.wc-block-components-price-slider .wc-block-components-price-slider__range-input::-ms-thumb{transform:translate(1px);pointer-events:auto}.wc-block-components-price-slider .wc-block-components-price-slider__range-input--max::-ms-fill-upper{background:#e1e1e1;box-shadow:inset 0 0 0 1px #b8b8b8}.wc-block-components-price-slider .wc-block-components-price-slider__range-input--max::-ms-fill-lower{background:transparent}.wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__range-input-wrapper,.wc-block-components-price-slider.is-loading .wc-block-components-price-slider__range-input-wrapper{-webkit-animation:loading-fade 1.2s ease-in-out infinite;animation:loading-fade 1.2s ease-in-out infinite;background-color:#e2e4e7!important;border-color:#e2e4e7!important;color:#e2e4e7!important;pointer-events:none;box-shadow:none}.wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__range-input-wrapper>*,.wc-block-components-price-slider.is-loading .wc-block-components-price-slider__range-input-wrapper>*{visibility:hidden}}@media screen and (-ms-high-contrast:active) and (prefers-reduced-motion:reduce){.wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__range-input-wrapper,.wc-block-components-price-slider.is-loading .wc-block-components-price-slider__range-input-wrapper{-webkit-animation:none;animation:none}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__range-input-wrapper{-webkit-animation:none;animation:none}}@supports (-ms-ime-align:auto){.wc-block-components-price-slider .wc-block-components-price-slider__range-input-wrapper{background:transparent;box-shadow:none;height:24px}.wc-block-components-price-slider .wc-block-components-price-slider__range-input-wrapper .wc-block-components-price-slider__range-input-progress{background:#a8739d;box-shadow:inset 0 0 0 1px #95588a;width:100%;top:7px}.wc-block-components-price-slider .wc-block-components-price-slider__range-input{height:24px;pointer-events:auto;position:absolute;left:0;top:0}.wc-block-components-price-slider .wc-block-components-price-slider__range-input::-ms-track{background:transparent;border-color:transparent;border-width:7px 0;color:transparent}.wc-block-components-price-slider .wc-block-components-price-slider__range-input::-ms-fill-lower{background:#e1e1e1;box-shadow:inset 0 0 0 1px #b8b8b8}.wc-block-components-price-slider .wc-block-components-price-slider__range-input::-ms-fill-upper{background:transparent}.wc-block-components-price-slider .wc-block-components-price-slider__range-input::-ms-tooltip{display:none}.wc-block-components-price-slider .wc-block-components-price-slider__range-input::-ms-thumb{transform:translate(1px);pointer-events:auto}.wc-block-components-price-slider .wc-block-components-price-slider__range-input--max::-ms-fill-upper{background:#e1e1e1;box-shadow:inset 0 0 0 1px #b8b8b8}.wc-block-components-price-slider .wc-block-components-price-slider__range-input--max::-ms-fill-lower{background:transparent}.wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__range-input-wrapper,.wc-block-components-price-slider.is-loading .wc-block-components-price-slider__range-input-wrapper{-webkit-animation:loading-fade 1.2s ease-in-out infinite;animation:loading-fade 1.2s ease-in-out infinite;background-color:#e2e4e7!important;border-color:#e2e4e7!important;color:#e2e4e7!important;pointer-events:none;box-shadow:none}.wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__range-input-wrapper>*,.wc-block-components-price-slider.is-loading .wc-block-components-price-slider__range-input-wrapper>*{visibility:hidden}@media screen and (prefers-reduced-motion:reduce){.wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__range-input-wrapper,.wc-block-components-price-slider.is-loading .wc-block-components-price-slider__range-input-wrapper{-webkit-animation:none;animation:none}}.wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__range-input-wrapper{-webkit-animation:none;animation:none}}@-webkit-keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.wc-block-grid{text-align:center}.wc-block-grid__no-products{padding:40px;text-align:center;width:100%}.wc-block-grid__no-products .wc-block-grid__no-products-image{max-width:150px;margin:0 auto 1em;display:block;color:inherit}.wc-block-grid__no-products .wc-block-grid__no-products-title{display:block;margin:0;font-weight:700}.wc-block-grid__no-products .wc-block-grid__no-products-description{display:block;margin:.25em 0 1em}.wc-block-grid__products{display:flex;flex-wrap:wrap;padding:0;margin:0 -8px 16px;background-clip:padding-box}.wc-block-grid__product{box-sizing:border-box;padding:0;margin:0;float:none;width:auto;position:relative;text-align:center;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:16px solid transparent;list-style:none}.theme-twentytwenty .wc-block-grid.has-aligned-buttons .wc-block-grid__product,.wc-block-grid.has-aligned-buttons .wc-block-grid__product{display:flex;flex-direction:column}.theme-twentytwenty .wc-block-grid.has-aligned-buttons .wc-block-grid__product>:last-child,.wc-block-grid.has-aligned-buttons .wc-block-grid__product>:last-child{margin-top:auto;margin-bottom:0;padding-bottom:12px}.theme-twentytwenty .wc-block-grid.has-1-columns .wc-block-grid__product,.wc-block-grid.has-1-columns .wc-block-grid__product{flex:1 0 100%;max-width:100%}.theme-twentytwenty .wc-block-grid.has-2-columns .wc-block-grid__product,.wc-block-grid.has-2-columns .wc-block-grid__product{flex:1 0 50%;max-width:50%}.theme-twentytwenty .wc-block-grid.has-3-columns .wc-block-grid__product,.wc-block-grid.has-3-columns .wc-block-grid__product{flex:1 0 33.33333%;max-width:33.33333%}.theme-twentytwenty .wc-block-grid.has-4-columns .wc-block-grid__product,.wc-block-grid.has-4-columns .wc-block-grid__product{flex:1 0 25%;max-width:25%}.theme-twentytwenty .wc-block-grid.has-5-columns .wc-block-grid__product,.wc-block-grid.has-5-columns .wc-block-grid__product{flex:1 0 20%;max-width:20%}.theme-twentytwenty .wc-block-grid.has-6-columns .wc-block-grid__product,.wc-block-grid.has-6-columns .wc-block-grid__product{flex:1 0 16.66667%;max-width:16.66667%}.theme-twentytwenty .wc-block-grid.has-7-columns .wc-block-grid__product,.wc-block-grid.has-7-columns .wc-block-grid__product{flex:1 0 14.28571%;max-width:14.28571%}.theme-twentytwenty .wc-block-grid.has-8-columns .wc-block-grid__product,.wc-block-grid.has-8-columns .wc-block-grid__product{flex:1 0 12.5%;max-width:12.5%}.theme-twentytwenty .wc-block-grid.has-4-columns:not(.alignwide):not(.alignfull) .wc-block-grid__product,.theme-twentytwenty .wc-block-grid.has-5-columns:not(.alignfull) .wc-block-grid__product,.theme-twentytwenty .wc-block-grid.has-6-columns:not(.alignfull) .wc-block-grid__product,.theme-twentytwenty .wc-block-grid.has-7-columns .wc-block-grid__product,.theme-twentytwenty .wc-block-grid.has-8-columns .wc-block-grid__product,.wc-block-grid.has-4-columns:not(.alignwide):not(.alignfull) .wc-block-grid__product,.wc-block-grid.has-5-columns:not(.alignfull) .wc-block-grid__product,.wc-block-grid.has-6-columns:not(.alignfull) .wc-block-grid__product,.wc-block-grid.has-7-columns .wc-block-grid__product,.wc-block-grid.has-8-columns .wc-block-grid__product{font-size:.8em}@media (max-width:480px){.wc-block-grid.has-2-columns .wc-block-grid__products{display:block}.wc-block-grid.has-2-columns .wc-block-grid__product{margin-left:auto;margin-right:auto;flex:1 0 100%;max-width:100%;padding:0}.wc-block-grid.has-3-columns .wc-block-grid__products{display:block}.wc-block-grid.has-3-columns .wc-block-grid__product{margin-left:auto;margin-right:auto;flex:1 0 100%;max-width:100%;padding:0}.wc-block-grid.has-4-columns .wc-block-grid__products{display:block}.wc-block-grid.has-4-columns .wc-block-grid__product{margin-left:auto;margin-right:auto;flex:1 0 100%;max-width:100%;padding:0}.wc-block-grid.has-5-columns .wc-block-grid__products{display:block}.wc-block-grid.has-5-columns .wc-block-grid__product{margin-left:auto;margin-right:auto;flex:1 0 100%;max-width:100%;padding:0}.wc-block-grid.has-6-columns .wc-block-grid__products{display:block}.wc-block-grid.has-6-columns .wc-block-grid__product{margin-left:auto;margin-right:auto;flex:1 0 100%;max-width:100%;padding:0}.wc-block-grid.has-7-columns .wc-block-grid__products{display:block}.wc-block-grid.has-7-columns .wc-block-grid__product{margin-left:auto;margin-right:auto;flex:1 0 100%;max-width:100%;padding:0}.wc-block-grid.has-8-columns .wc-block-grid__products{display:block}.wc-block-grid.has-8-columns .wc-block-grid__product{margin-left:auto;margin-right:auto;flex:1 0 100%;max-width:100%;padding:0}}@media (min-width:481px) and (max-width:600px){.wc-block-grid.has-2-columns .wc-block-grid__product{flex:1 0 50%;max-width:50%;padding:0;margin:0 0 24px}.wc-block-grid.has-2-columns .wc-block-grid__product:nth-child(odd){padding-right:8px}.wc-block-grid.has-2-columns .wc-block-grid__product:nth-child(2n){padding-left:8px}.wc-block-grid.has-2-columns .wc-block-grid__product:nth-child(2n) .wc-block-grid__product-onsale{left:8px}.wc-block-grid.has-3-columns .wc-block-grid__product{flex:1 0 50%;max-width:50%;padding:0;margin:0 0 24px}.wc-block-grid.has-3-columns .wc-block-grid__product:nth-child(odd){padding-right:8px}.wc-block-grid.has-3-columns .wc-block-grid__product:nth-child(2n){padding-left:8px}.wc-block-grid.has-3-columns .wc-block-grid__product:nth-child(2n) .wc-block-grid__product-onsale{left:8px}.wc-block-grid.has-4-columns .wc-block-grid__product{flex:1 0 50%;max-width:50%;padding:0;margin:0 0 24px}.wc-block-grid.has-4-columns .wc-block-grid__product:nth-child(odd){padding-right:8px}.wc-block-grid.has-4-columns .wc-block-grid__product:nth-child(2n){padding-left:8px}.wc-block-grid.has-4-columns .wc-block-grid__product:nth-child(2n) .wc-block-grid__product-onsale{left:8px}.wc-block-grid.has-5-columns .wc-block-grid__product{flex:1 0 50%;max-width:50%;padding:0;margin:0 0 24px}.wc-block-grid.has-5-columns .wc-block-grid__product:nth-child(odd){padding-right:8px}.wc-block-grid.has-5-columns .wc-block-grid__product:nth-child(2n){padding-left:8px}.wc-block-grid.has-5-columns .wc-block-grid__product:nth-child(2n) .wc-block-grid__product-onsale{left:8px}.wc-block-grid.has-6-columns .wc-block-grid__product{flex:1 0 50%;max-width:50%;padding:0;margin:0 0 24px}.wc-block-grid.has-6-columns .wc-block-grid__product:nth-child(odd){padding-right:8px}.wc-block-grid.has-6-columns .wc-block-grid__product:nth-child(2n){padding-left:8px}.wc-block-grid.has-6-columns .wc-block-grid__product:nth-child(2n) .wc-block-grid__product-onsale{left:8px}.wc-block-grid.has-7-columns .wc-block-grid__product{flex:1 0 50%;max-width:50%;padding:0;margin:0 0 24px}.wc-block-grid.has-7-columns .wc-block-grid__product:nth-child(odd){padding-right:8px}.wc-block-grid.has-7-columns .wc-block-grid__product:nth-child(2n){padding-left:8px}.wc-block-grid.has-7-columns .wc-block-grid__product:nth-child(2n) .wc-block-grid__product-onsale{left:8px}.wc-block-grid.has-8-columns .wc-block-grid__product{flex:1 0 50%;max-width:50%;padding:0;margin:0 0 24px}.wc-block-grid.has-8-columns .wc-block-grid__product:nth-child(odd){padding-right:8px}.wc-block-grid.has-8-columns .wc-block-grid__product:nth-child(2n){padding-left:8px}.wc-block-grid.has-8-columns .wc-block-grid__product:nth-child(2n) .wc-block-grid__product-onsale{left:8px}}.wc-block-components-product-price--align-left{display:block;text-align:left}.wc-block-components-product-price--align-center{display:block;text-align:center}.wc-block-components-product-price--align-right{display:block;text-align:right}.wc-block-components-product-price__value.is-discounted{margin-left:.5em}.is-loading .wc-block-components-product-price:before{-webkit-animation:loading-fade 1.2s ease-in-out infinite;animation:loading-fade 1.2s ease-in-out infinite;background-color:#e2e4e7!important;border-color:#e2e4e7!important;color:#e2e4e7!important;box-shadow:none;pointer-events:none;content:".";display:inline-block;width:5em}.is-loading .wc-block-components-product-price:before>*{visibility:hidden}@media screen and (prefers-reduced-motion:reduce){.is-loading .wc-block-components-product-price:before{-webkit-animation:none;animation:none}}.wc-block-components-product-sort-select{margin-bottom:24px;text-align:left}.wc-block-components-quantity-selector{display:flex;min-width:100px;border:1px solid #d7dade;background:#fff;border-radius:4px;box-sizing:content-box}.has-dark-controls .wc-block-components-quantity-selector{background-color:transparent;border-color:hsla(0,0%,100%,.4)}.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input{font-size:1em;order:2;min-width:40px;flex:1 1 auto;border:0;padding:.4em 0;margin:0;text-align:center;background:transparent;box-shadow:none;color:#000;line-height:1;vertical-align:middle;-moz-appearance:textfield}.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input:focus{background:#f3f4f5;outline:1px solid #d7dade}.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input:disabled{color:#86909b}.has-dark-controls .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input{color:#fff;background:transparent}.has-dark-controls .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input:focus{background:transparent}.has-dark-controls .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input:disabled{color:hsla(0,0%,100%,.3)}.wc-block-components-quantity-selector input::-webkit-inner-spin-button,.wc-block-components-quantity-selector input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button{border:0;padding:0;margin:0;background:none transparent;box-shadow:none;font-size:1em;min-width:30px;cursor:pointer;color:#32373c;font-style:normal;text-align:center}.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus{outline:2px solid #d7dade}.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus,.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover{border:0;padding:0;margin:0;background:none transparent;box-shadow:none;color:#191e23}.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus:focus,.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover:focus{outline:2px solid #d7dade}.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:disabled{color:#86909b;cursor:default;border:0;padding:0;margin:0;background:none transparent;box-shadow:none}.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:disabled:focus{outline:2px solid #d7dade}.has-dark-controls .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button,.has-dark-controls .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus,.has-dark-controls .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover{color:#fff}.has-dark-controls .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:disabled{color:hsla(0,0%,100%,.3)}.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--minus{order:1}.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--plus{order:3}.wc-block-components-radio-control__option{color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit;text-transform:inherit;position:relative;display:block;padding:12px 12px 0 72px}.wc-block-components-radio-control__option:after{border-style:solid;border-width:0 0 1px;bottom:0;content:"";display:block;left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}.wc-block-components-radio-control__option-layout{position:relative;display:table;width:100%;padding-bottom:12px}.wc-block-components-radio-control__option-layout:after{border-style:solid;border-width:0 0 1px;bottom:0;content:"";display:block;left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}.wc-block-components-radio-control__option .wc-block-components-radio-control__option-layout:after{display:none}.wc-block-components-radio-control__input{left:24px;position:absolute;top:12px}.wc-block-components-radio-control__description-group,.wc-block-components-radio-control__label-group{display:table-row}.wc-block-components-radio-control__description-group>span,.wc-block-components-radio-control__label-group>span{display:table-cell}.wc-block-components-radio-control__description-group .wc-block-components-radio-control__secondary-description,.wc-block-components-radio-control__description-group .wc-block-components-radio-control__secondary-label,.wc-block-components-radio-control__label-group .wc-block-components-radio-control__secondary-description,.wc-block-components-radio-control__label-group .wc-block-components-radio-control__secondary-label{text-align:right;min-width:50%}.wc-block-components-radio-control__label,.wc-block-components-radio-control__secondary-label{line-height:20px;line-height:max(1rem,20px)}.wc-block-components-radio-control__description,.wc-block-components-radio-control__secondary-description{font-size:.875em;line-height:20px}.wc-block-components-radio-control .wc-block-components-radio-control__input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:2px solid;border-radius:50%;display:inline-block;height:1.25rem;min-height:20px;min-width:20px;width:1.25rem}.wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before{background:currentColor;border-radius:50%;content:"";display:block;height:.625em;left:50%;margin:0;min-height:10px;min-width:10px;position:absolute;top:50%;transform:translate(-50%,-50%);width:.625em}.has-dark-controls .wc-block-components-radio-control .wc-block-components-radio-control__input{border-color:hsla(0,0%,100%,.6)}.has-dark-controls .wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before{background:#fff}@media (min-width:783px){.wc-block-components-radio-control .wc-block-components-radio-control__input{height:1rem;margin-top:2px;min-height:16px;min-width:16px;width:1rem}.wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before{height:.5em;min-height:8px;min-width:8px;width:.5em}}.is-loading .wc-block-components-review-list-item__text{-webkit-animation:loading-fade 1.2s ease-in-out infinite;animation:loading-fade 1.2s ease-in-out infinite;background-color:#e2e4e7!important;border-color:#e2e4e7!important;color:#e2e4e7!important;box-shadow:none;pointer-events:none;display:block;width:60%}.is-loading .wc-block-components-review-list-item__text>*{visibility:hidden}@media screen and (prefers-reduced-motion:reduce){.is-loading .wc-block-components-review-list-item__text{-webkit-animation:none;animation:none}}.is-loading .wc-block-components-review-list-item__text:after{content:"\00a0"}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image{-webkit-animation:loading-fade 1.2s ease-in-out infinite;animation:loading-fade 1.2s ease-in-out infinite;background-color:#e2e4e7!important;border-color:#e2e4e7!important;color:#e2e4e7!important;box-shadow:none;pointer-events:none}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image>*{visibility:hidden}@media screen and (prefers-reduced-motion:reduce){.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image{-webkit-animation:none;animation:none}}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image:after{content:"\00a0"}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author{-webkit-animation:loading-fade 1.2s ease-in-out infinite;animation:loading-fade 1.2s ease-in-out infinite;background-color:#e2e4e7!important;border-color:#e2e4e7!important;color:#e2e4e7!important;box-shadow:none;pointer-events:none;font-size:1em;width:80px}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author>*{visibility:hidden}@media screen and (prefers-reduced-motion:reduce){.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author{-webkit-animation:none;animation:none}}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author:after{content:"\00a0"}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__product,.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__rating .wc-block-components-review-list-item__rating__stars>span{display:none}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date{-webkit-animation:loading-fade 1.2s ease-in-out infinite;animation:loading-fade 1.2s ease-in-out infinite;background-color:#e2e4e7!important;border-color:#e2e4e7!important;color:#e2e4e7!important;box-shadow:none;pointer-events:none;height:1em;width:120px}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date>*{visibility:hidden}@media screen and (prefers-reduced-motion:reduce){.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date{-webkit-animation:none;animation:none}}.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date:after{content:"\00a0"}.editor-styles-wrapper .wc-block-components-review-list-item__item,.wc-block-components-review-list-item__item{margin:0 0 48px;list-style:none}.wc-block-components-review-list-item__info{display:-ms-grid;display:grid;-ms-grid-columns:1fr;grid-template-columns:1fr;margin-bottom:24px}.wc-block-components-review-list-item__meta{-ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1}.has-image .wc-block-components-review-list-item__info{-ms-grid-columns:64px 1fr;grid-template-columns:64px 1fr}.has-image .wc-block-components-review-list-item__meta{-ms-grid-column:2;grid-column:2}.wc-block-components-review-list-item__image{align-items:center;display:flex;height:48px;-ms-grid-column:1;grid-column:1;-ms-grid-row:1;-ms-grid-row-span:2;grid-row:1/3;justify-content:center;position:relative;width:48px}.wc-block-components-review-list-item__image>img{display:block;height:auto;max-height:100%;max-width:100%;width:auto}.wc-block-components-review-list-item__verified{width:21px;height:21px;text-indent:21px;margin:0;line-height:21px;overflow:hidden;position:absolute;right:-7px;bottom:-7px}.wc-block-components-review-list-item__verified:before{width:21px;height:21px;background:transparent url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="21" height="21" fill="none"%3E%3Ccircle cx="10.5" cy="10.5" r="10.5" fill="%23fff"/%3E%3Cpath fill="%23008A21" fill-rule="evenodd" d="M2.1667 10.5003c0-4.6 3.7333-8.3333 8.3333-8.3333s8.3334 3.7333 8.3334 8.3333S15.1 18.8337 10.5 18.8337s-8.3333-3.7334-8.3333-8.3334zm2.5 0l4.1666 4.1667 7.5001-7.5-1.175-1.1833-6.325 6.325-2.9917-2.9834-1.175 1.175z" clip-rule="evenodd"/%3E%3Cmask id="a" width="17" height="17" x="2" y="2" maskUnits="userSpaceOnUse"%3E%3Cpath fill="%23fff" fill-rule="evenodd" d="M2.1667 10.5003c0-4.6 3.7333-8.3333 8.3333-8.3333s8.3334 3.7333 8.3334 8.3333S15.1 18.8337 10.5 18.8337s-8.3333-3.7334-8.3333-8.3334zm2.5 0l4.1666 4.1667 7.5001-7.5-1.175-1.1833-6.325 6.325-2.9917-2.9834-1.175 1.175z" clip-rule="evenodd"/%3E%3C/mask%3E%3Cg mask="url(%23a)"%3E%3Cpath fill="%23008A21" d="M.5.5h20v20H.5z"/%3E%3C/g%3E%3C/svg%3E') 50% no-repeat;display:block;content:""}.wc-block-components-review-list-item__meta{display:flex;align-items:center;flex-flow:row wrap}.wc-block-components-review-list-item__meta:after{order:3;content:"";flex-basis:100%}.wc-block-components-review-list-item__author,.wc-block-components-review-list-item__product{display:block;font-weight:700;order:1;margin-right:8px}.wc-block-components-review-list-item__product+.wc-block-components-review-list-item__author{font-weight:400;color:grey;order:4}.wc-block-components-review-list-item__published-date{color:grey;order:5}.wc-block-components-review-list-item__author+.wc-block-components-review-list-item__published-date:before{content:"";display:inline-block;margin-right:8px;border-right:1px solid #ddd;height:1em;vertical-align:middle}.wc-block-components-review-list-item__author:first-child+.wc-block-components-review-list-item__published-date:before,.wc-block-components-review-list-item__rating+.wc-block-components-review-list-item__author+.wc-block-components-review-list-item__published-date:before{display:none}.wc-block-components-review-list-item__rating{order:2}.wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars{font-size:1em;display:inline-block;top:0;overflow:hidden;position:relative;height:1.618em;line-height:1.618;width:5.3em;font-family:star;font-weight:400;vertical-align:top}.wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars:before{content:"\53\53\53\53\53";opacity:.25;float:left;top:0;left:0;position:absolute}.wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars span{overflow:hidden;float:left;top:0;left:0;position:absolute;padding-top:1.5em}.wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars span:before{content:"\53\53\53\53\53";top:0;position:absolute;left:0;color:#e6a237}.editor-styles .wc-block-components-review-list,.wc-block-components-review-list{margin:0}.wc-block-components-review-sort-select{text-align:right}.wc-block-components-select{height:3em;position:relative}.wc-block-components-select label{color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit;text-transform:inherit;font-size:1em;line-height:1.375;position:absolute;transform:translateY(.75em);transform-origin:top left;transition:all .2s ease;color:#646970;z-index:1;margin:0 0 0 17px;overflow:hidden;text-overflow:ellipsis;max-width:calc(100% - 32px);white-space:nowrap}.has-dark-controls .wc-block-components-select label{color:hsla(0,0%,100%,.6)}@media screen and (prefers-reduced-motion:reduce){.wc-block-components-select label{transition:none}}.wc-block-components-select.is-active label{transform:translateY(4px) scale(.75)}.wc-block-components-select.has-error .components-custom-select-control__button,.wc-block-components-select.has-error .components-custom-select-control__button:active,.wc-block-components-select.has-error .components-custom-select-control__button:focus,.wc-block-components-select.has-error .components-custom-select-control__button:hover{border-color:#d94f4f}.wc-block-components-select.has-error .components-custom-select-control__button:focus{outline:1px dotted #d94f4f;outline-offset:2px}.wc-block-components-select.has-error label{color:#d94f4f}.wc-block-components-select .components-custom-select-control__button,.wc-block-components-select .components-custom-select-control__button:active,.wc-block-components-select .components-custom-select-control__button:focus,.wc-block-components-select .components-custom-select-control__button:hover{font-size:1em;background-color:#fff;box-shadow:none;color:#2b2d2f;font-family:inherit;font-weight:400;height:3em;letter-spacing:inherit;line-height:1;overflow:hidden;padding:1.5em 16px .25em;text-align:left;text-overflow:ellipsis;text-transform:none;white-space:nowrap;width:100%}.has-dark-controls .wc-block-components-select .components-custom-select-control__button,.has-dark-controls .wc-block-components-select .components-custom-select-control__button:active,.has-dark-controls .wc-block-components-select .components-custom-select-control__button:focus,.has-dark-controls .wc-block-components-select .components-custom-select-control__button:hover{background-color:rgba(0,0,0,.1);border-color:hsla(0,0%,100%,.4);color:#fff}.wc-block-components-select .components-custom-select-control__button-icon{right:12px}.has-dark-controls .wc-block-components-select .components-custom-select-control__button-icon{fill:#fff}.wc-block-components-select .components-custom-select-control__menu{background-color:#1e1e1e;margin:0;max-height:300px;overflow:auto}.wc-block-components-select .components-custom-select-control__menu:empty{display:none}.has-dark-controls .wc-block-components-select .components-custom-select-control__menu{background-color:#1e1e1e;color:#fff}.wc-block-components-select .components-custom-select-control__item{font-size:1em;margin-left:0;padding-left:16px}.has-dark-controls .wc-block-components-select .components-custom-select-control__item.is-highlighted,.has-dark-controls .wc-block-components-select .components-custom-select-control__item:focus,.has-dark-controls .wc-block-components-select .components-custom-select-control__item:hover{background-color:rgba(0,0,0,.4)}.wc-block-components-select .components-custom-select-control__item-icon{display:none}.wc-block-components-sidebar-layout{display:flex;flex-wrap:wrap;margin:0 auto 16px;position:relative}.wc-block-components-sidebar-layout .wc-block-components-main{box-sizing:border-box;margin:0;padding-right:3.77358%;width:65%}.wc-block-components-sidebar{box-sizing:border-box;margin:0;padding-left:2.26415%;width:35%}.wc-block-components-sidebar .wc-blocks-components-panel>h2{font-size:1.25em;border:0;border-radius:0;margin:0;padding:0;vertical-align:baseline}.is-medium.wc-block-components-sidebar-layout,.is-mobile.wc-block-components-sidebar-layout,.is-small.wc-block-components-sidebar-layout{flex-direction:column;margin:0 auto 16px}.is-medium.wc-block-components-sidebar-layout .wc-block-components-main,.is-medium.wc-block-components-sidebar-layout .wc-block-components-sidebar,.is-mobile.wc-block-components-sidebar-layout .wc-block-components-main,.is-mobile.wc-block-components-sidebar-layout .wc-block-components-sidebar,.is-small.wc-block-components-sidebar-layout .wc-block-components-main,.is-small.wc-block-components-sidebar-layout .wc-block-components-sidebar{padding:0;width:100%}.is-large .wc-block-components-sidebar .wc-block-components-totals-item,.is-large .wc-block-components-sidebar .wc-blocks-components-panel{padding-left:16px;padding-right:16px}.theme-twentytwenty .wc-block-components-sidebar .wc-blocks-components-panel>h2{font-size:1.25em;border:0;border-radius:0;margin:0;padding:0;vertical-align:baseline}.wc-block-components-sort-select{margin-bottom:12px}.wc-block-components-sort-select__label{margin-right:12px;display:inline-block;font-weight:400}.wc-block-components-sort-select__select{width:-webkit-max-content;width:-moz-max-content;width:max-content}.wc-block-components-state-input{margin-top:1.5em}.wc-block-components-notices{display:block;margin-bottom:2em}.wc-block-components-notices .wc-block-components-notices__notice{margin:0;display:flex;flex-wrap:nowrap}.wc-block-components-notices .wc-block-components-notices__notice .components-notice__dismiss{background:transparent none;padding:0;margin:0 0 0 .5em;border:0;outline:0;color:#fff}.wc-block-components-notices .wc-block-components-notices__notice .components-notice__dismiss svg{fill:#fff;vertical-align:text-top}.wc-block-components-notices .wc-block-components-notices__notice+.wc-block-components-notices__notice{margin-top:1em}.wc-block-components-notices__snackbar{position:fixed;bottom:20px;left:16px;width:auto}@media (max-width:782px){.wc-block-components-notices__snackbar{position:fixed;top:10px;left:0;bottom:auto}}@media (max-width:782px){.wc-block-components-notices__snackbar .components-snackbar-list__notice-container{margin-left:10px;margin-right:10px}}.wc-block-components-tabs .wc-block-components-tabs__list{display:flex;flex-direction:row;flex-wrap:wrap;width:100%}.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item{border:none;flex:auto;background:transparent;padding:12px 16px;color:inherit;outline-offset:-1px;text-align:center;transition:box-shadow .1s linear;box-shadow:inset 0 -1px currentColor;border-radius:0}.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item.is-active{box-shadow:inset 0 -3px currentColor;font-weight:600;position:relative}.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item:focus{outline-offset:-1px;outline:1px dotted currentColor}.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item:active,.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item:hover{background:transparent}.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item .wc-block-components-tabs__item-content{font-size:1em;line-height:1;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;display:inline-block;font-weight:700}.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item .wc-block-components-tabs__item-content>img,.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item .wc-block-components-tabs__item-content>svg{height:1.2em;vertical-align:middle;margin:.2em 0 -.2em}.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item .wc-block-components-tabs__item-content .wc-block-components-payment-method-icons{margin:.2em 0 -.2em}.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item .wc-block-components-tabs__item-content .wc-block-components-payment-method-icons .wc-block-components-payment-method-icon{height:1.2em;vertical-align:middle}.wc-block-components-tabs .wc-block-components-tabs__content{padding:16px 0;text-transform:none}.wc-block-components-text-input{position:relative;margin-top:1.5em;white-space:nowrap}.wc-block-components-text-input label{color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit;text-transform:inherit;font-size:1em;position:absolute;transform:translateY(.75em);left:0;top:0;transform-origin:top left;line-height:1.375;color:#646970;transition:transform .2s ease;margin:0 0 0 17px;overflow:hidden;text-overflow:ellipsis;max-width:calc(100% - 32px);cursor:text}.has-dark-controls .wc-block-components-text-input label{color:hsla(0,0%,100%,.6)}@media screen and (prefers-reduced-motion:reduce){.wc-block-components-text-input label{transition:none}}.wc-block-components-text-input input:-webkit-autofill+label{transform:translateY(4px) scale(.75)}.wc-block-components-text-input.is-active label{transform:translateY(4px) scale(.75)}.wc-block-components-text-input input[type=email],.wc-block-components-text-input input[type=tel],.wc-block-components-text-input input[type=text],.wc-block-components-text-input input[type=url]{font-size:1em;background-color:#fff;padding:.75em 16px;border-radius:4px;border:1px solid #8d96a0;width:100%;line-height:1.375;font-family:inherit;margin:0;box-sizing:border-box;height:3em;min-height:0;color:#2b2d2f}.wc-block-components-text-input input[type=email]:focus,.wc-block-components-text-input input[type=tel]:focus,.wc-block-components-text-input input[type=text]:focus,.wc-block-components-text-input input[type=url]:focus{background-color:#fff}.has-dark-controls .wc-block-components-text-input input[type=email],.has-dark-controls .wc-block-components-text-input input[type=tel],.has-dark-controls .wc-block-components-text-input input[type=text],.has-dark-controls .wc-block-components-text-input input[type=url]{background-color:rgba(0,0,0,.1);border-color:hsla(0,0%,100%,.4);color:#fff}.wc-block-components-text-input.is-active input[type=email],.wc-block-components-text-input.is-active input[type=tel],.wc-block-components-text-input.is-active input[type=text],.wc-block-components-text-input.is-active input[type=url]{padding:1.5em 0 .25em 16px}.wc-block-components-text-input.has-error input,.wc-block-components-text-input.has-error input:active,.wc-block-components-text-input.has-error input:focus,.wc-block-components-text-input.has-error input:hover{border-color:#d94f4f}.wc-block-components-text-input.has-error input:focus{outline:1px dotted #d94f4f;outline-offset:2px}.wc-block-components-text-input.has-error label{color:#d94f4f}.wc-block-components-text-input:only-child{margin-top:0}.wc-block-components-textarea{font-size:1em;background-color:#fff;border:1px solid #8d96a0;border-radius:4px;color:#2b2d2f;font-family:inherit;line-height:1.375;margin:0;padding:.75em 16px;width:100%}.has-dark-controls .wc-block-components-textarea{background-color:rgba(0,0,0,.1);border-color:hsla(0,0%,100%,.4);color:#fff}.has-dark-controls .wc-block-components-textarea::-moz-placeholder{color:hsla(0,0%,100%,.6)}.has-dark-controls .wc-block-components-textarea:-ms-input-placeholder{color:hsla(0,0%,100%,.6)}.has-dark-controls .wc-block-components-textarea::placeholder{color:hsla(0,0%,100%,.6)}.theme-twentytwenty .wc-block-components-title.wc-block-components-title,.wc-block-components-title.wc-block-components-title{border:0;border-radius:0;margin:0;padding:0;vertical-align:baseline;font-size:1.25em}.wc-block-components-validation-error{font-size:.75em;color:#d94f4f;max-width:100%;position:absolute;top:calc(100% - 1px);white-space:normal}.wc-block-components-validation-error>p{align-items:center;display:flex;line-height:12px;margin:0;min-height:24px;padding:0}.wc-block-components-select+.wc-block-components-validation-error{margin-bottom:24px}.with-scroll-to-top__scroll-point{position:relative;top:-36px}.wc-block-cart__submit{position:relative}.wc-block-cart__submit-container{padding-bottom:16px}.wc-block-cart__submit-button{width:100%;margin:0 0 16px}.wc-block-cart__submit-button:last-child{margin-bottom:0}.is-medium .wc-block-cart__submit-container:not(.wc-block-cart__submit-container--sticky),.is-mobile .wc-block-cart__submit-container:not(.wc-block-cart__submit-container--sticky),.is-small .wc-block-cart__submit-container:not(.wc-block-cart__submit-container--sticky){padding-left:0;padding-right:0;padding-top:0}@media (min-width:783px){.wc-block-cart__submit-container--sticky{display:none}}@media (max-width:782px){.wc-block-cart__submit-container--sticky{background:#fff;bottom:0;left:0;padding:16px;position:fixed;width:100%;z-index:9999}.wc-block-cart__submit-container--sticky:before{box-shadow:0 -10px 20px 10px currentColor;color:rgba(204,208,212,.5);content:"";height:100%;left:0;position:absolute;right:0;top:0}}.editor-styles-wrapper .wc-block-cart__empty-cart__title,.wc-block-cart__empty-cart__title{font-size:inherit}.wc-block-cart .wc-block-components-shipping-calculator{white-space:nowrap}.wc-block-cart .wc-block-components-product-name{color:inherit}.wc-block-cart .wc-block-components-address-form .wc-block-components-country-input:first-of-type,.wc-block-cart .wc-block-components-address-form .wc-block-components-state-input:first-of-type,.wc-block-cart .wc-block-components-address-form .wc-block-components-text-input:first-of-type{margin-top:0}table.wc-block-cart-items,table.wc-block-cart-items td,table.wc-block-cart-items th{background:none!important;border:0;margin:0}.editor-styles-wrapper table.wc-block-cart-items,table.wc-block-cart-items{table-layout:fixed;width:100%}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header,table.wc-block-cart-items .wc-block-cart-items__header{font-size:.75em;text-transform:uppercase}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-image,table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-image{width:100px}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product,table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product{visibility:hidden;min-width:300px}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-quantity,table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-quantity{width:116px}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-total,table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-total{width:100px;text-align:right}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img,table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img{width:100%;margin:0}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link,table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link{border:0;border-radius:0;margin:0;padding:0;vertical-align:baseline;color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit;text-transform:inherit;background:transparent;box-shadow:none;display:inline;text-decoration:underline;font-size:.75em;text-transform:none;white-space:nowrap}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:active,.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:focus,.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover,table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:active,table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:focus,table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover{background:transparent}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-icon,table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-icon{border:0;border-radius:0;margin:0;padding:0;vertical-align:baseline;color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit;text-transform:inherit;background:transparent;box-shadow:none;display:inline;text-decoration:underline;fill:currentColor;position:absolute;top:16px;right:0;display:none}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-icon:active,.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-icon:focus,.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-icon:hover,table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-icon:active,table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-icon:focus,table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-icon:hover{background:transparent}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total,table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total{font-size:1em;text-align:right;line-height:1.25}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-product-price__regular,.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-product-price__value,table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-product-price__regular,table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-product-price__value{display:block}.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row.is-disabled,table.wc-block-cart-items .wc-block-cart-items__row.is-disabled{opacity:.5;pointer-events:none;transition:opacity .2s ease}.wc-block-cart--is-loading h2 span,.wc-block-cart--is-loading th span{-webkit-animation:loading-fade 1.2s ease-in-out infinite;animation:loading-fade 1.2s ease-in-out infinite;background-color:#e2e4e7!important;border-color:#e2e4e7!important;color:#e2e4e7!important;box-shadow:none;pointer-events:none;min-width:84px;display:inline-block}.wc-block-cart--is-loading h2 span>*,.wc-block-cart--is-loading th span>*{visibility:hidden}@media screen and (prefers-reduced-motion:reduce){.wc-block-cart--is-loading h2 span,.wc-block-cart--is-loading th span{-webkit-animation:none;animation:none}}.wc-block-cart--is-loading h2 span:after,.wc-block-cart--is-loading th span:after{content:"\00a0"}.wc-block-cart--is-loading h2 span{min-width:33%}.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image>*,.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__price,.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product-metadata,.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-components-quantity-selector{-webkit-animation:loading-fade 1.2s ease-in-out infinite;animation:loading-fade 1.2s ease-in-out infinite;background-color:#e2e4e7!important;border-color:#e2e4e7!important;color:#e2e4e7!important;box-shadow:none;pointer-events:none}.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image>*>*,.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__price>*,.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product-metadata>*,.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-components-quantity-selector>*{visibility:hidden}@media screen and (prefers-reduced-motion:reduce){.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image>*,.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__price,.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product-metadata,.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-components-quantity-selector{-webkit-animation:none;animation:none}}.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product-name{-webkit-animation:loading-fade 1.2s ease-in-out infinite;animation:loading-fade 1.2s ease-in-out infinite;background-color:#e2e4e7!important;border-color:#e2e4e7!important;color:#e2e4e7!important;box-shadow:none;pointer-events:none;min-width:84px;display:inline-block}.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product-name>*{visibility:hidden}@media screen and (prefers-reduced-motion:reduce){.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product-name{-webkit-animation:none;animation:none}}.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product-name:after{content:"\00a0"}.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product-metadata{margin-top:.25em;min-width:8em}.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__remove-icon,.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__remove-link{visibility:hidden}.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image a{display:block}.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total>div,.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total>span{display:none}.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-cart-item__price{display:block}.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-cart-item__price:after{content:"\00a0"}.wc-block-cart--is-loading .wc-block-cart__sidebar .components-card{-webkit-animation:loading-fade 1.2s ease-in-out infinite;animation:loading-fade 1.2s ease-in-out infinite;background-color:#e2e4e7!important;border-color:#e2e4e7!important;color:#e2e4e7!important;box-shadow:none;pointer-events:none;min-height:460px}.wc-block-cart--is-loading .wc-block-cart__sidebar .components-card>*{visibility:hidden}@media screen and (prefers-reduced-motion:reduce){.wc-block-cart--is-loading .wc-block-cart__sidebar .components-card{-webkit-animation:none;animation:none}}.wc-block-cart--is-loading .wc-block-cart__sidebar .components-card:after{content:"\00a0"}.wc-block-components-sidebar-layout.wc-block-cart--skeleton{display:none}.is-loading+.wc-block-components-sidebar-layout.wc-block-cart--skeleton{display:flex}.is-medium.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title,.is-mobile.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title,.is-small.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title{display:none}.is-medium table.wc-block-cart-items td,.is-mobile table.wc-block-cart-items td,.is-small table.wc-block-cart-items td{padding:0}.is-medium table.wc-block-cart-items .wc-block-cart-item__remove-link,.is-medium table.wc-block-cart-items .wc-block-cart-items__header,.is-mobile table.wc-block-cart-items .wc-block-cart-item__remove-link,.is-mobile table.wc-block-cart-items .wc-block-cart-items__header,.is-small table.wc-block-cart-items .wc-block-cart-item__remove-link,.is-small table.wc-block-cart-items .wc-block-cart-items__header{display:none}.is-medium table.wc-block-cart-items .wc-block-cart-items__row,.is-mobile table.wc-block-cart-items .wc-block-cart-items__row,.is-small table.wc-block-cart-items .wc-block-cart-items__row{position:relative;display:-ms-grid;display:grid;-ms-grid-columns:80px 132px;grid-template-columns:80px 132px;padding:16px 0}.is-medium table.wc-block-cart-items .wc-block-cart-items__row:after,.is-mobile table.wc-block-cart-items .wc-block-cart-items__row:after,.is-small table.wc-block-cart-items .wc-block-cart-items__row:after{border-style:solid;border-width:0 0 1px;bottom:0;content:"";display:block;left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image,.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image,.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image{-ms-grid-column:1;grid-column-start:1;-ms-grid-row:1;grid-row-start:1;padding-right:16px}.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product,.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product,.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product{-ms-grid-column:2;grid-column-start:2;-ms-grid-column-span:2;grid-column-end:4;-ms-grid-row:1;grid-row-start:1;-ms-grid-column-align:stretch;justify-self:stretch;margin-right:24px;padding-bottom:16px}.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity,.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity,.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity{-ms-grid-column:2;grid-column-start:2;-ms-grid-row:2;grid-row-start:2;vertical-align:bottom;padding-right:16px}.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link,.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link,.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link{display:none}.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-icon,.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-icon,.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-icon{display:block}.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total,.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total,.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total{-ms-grid-column:3;grid-column-start:3;-ms-grid-row:2;grid-row-start:2;-ms-grid-row-align:center;align-self:center}.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-formatted-money-amount,.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-formatted-money-amount,.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-formatted-money-amount{display:inline-block}.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-sale-badge,.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-sale-badge,.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-sale-badge{display:none}.is-large.wc-block-cart .wc-block-cart-items{position:relative}.is-large.wc-block-cart .wc-block-cart-items:after{border-style:solid;border-width:0 0 1px;bottom:0;content:"";display:block;left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}.is-large.wc-block-cart .wc-block-cart-items th{padding:.25rem 16px .25rem 0;white-space:nowrap}.is-large.wc-block-cart .wc-block-cart-items td{position:relative;padding:16px 16px 16px 0;vertical-align:top}.is-large.wc-block-cart .wc-block-cart-items td:after{border-style:solid;border-width:1px 0 0;bottom:0;content:"";display:block;left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}.is-large.wc-block-cart .wc-block-cart-items td:last-child,.is-large.wc-block-cart .wc-block-cart-items th:last-child{padding-right:0}.is-large.wc-block-cart .wc-block-components-radio-control__option{padding-left:24px}.is-large.wc-block-cart .wc-block-components-radio-control__input{left:0}.is-large.wc-block-cart .wc-block-components-sidebar .wc-block-components-shipping-calculator,.is-large.wc-block-cart .wc-block-components-sidebar .wc-block-components-shipping-rates-control__package:not(.wc-blocks-components-panel),.is-large.wc-block-cart .wc-block-components-sidebar>.wc-block-cart__totals-title{padding-left:16px;padding-right:16px}.is-large.wc-block-cart .wc-block-cart__payment-options{padding:16px}.wp-block-woocommerce-cart.is-loading{display:none}.wp-block-woocommerce-cart{margin-bottom:3em}.components-placeholder.wc-block-checkout__no-shipping-placeholder{margin-bottom:16px}.components-placeholder.wc-block-checkout__no-shipping-placeholder *{pointer-events:all}.components-placeholder.wc-block-checkout__no-shipping-placeholder .components-placeholder__fieldset{display:block}.components-placeholder.wc-block-checkout__no-shipping-placeholder .components-placeholder__fieldset .components-button{background-color:#24292d;color:#fff}.components-placeholder.wc-block-checkout__no-shipping-placeholder .components-placeholder__fieldset .wc-block-checkout__no-shipping-placeholder-description{display:block;margin:.25em 0 1em}.wc-block-checkout__add-note{position:relative;padding:16px}.wc-block-checkout__add-note:after{border-style:solid;border-width:1px 0;bottom:0;content:"";display:block;left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}.wc-block-checkout__add-note .wc-block-components-textarea{margin-top:16px}.wc-block-checkout__form{margin:0;max-width:100%}.wc-block-checkout__use-address-for-billing{margin-top:1.5em}.wc-block-checkout__shipping-option .wc-block-components-shipping-rates-control__package:not(:first-of-type){margin-top:36px}.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form,.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form,.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form,.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form,.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form,.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form{margin-left:-6px;margin-right:-6px}.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form:after,.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form:after,.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form:after,.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form:after,.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form:after,.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form:after{content:"";clear:both;display:block}.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input,.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input,.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input,.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input,.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input,.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input,.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input,.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input,.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input,.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input,.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input,.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input,.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input,.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input,.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input,.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input,.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input,.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input{float:left;margin-left:6px;margin-right:6px;position:relative;width:calc(50% - 12px)}.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type,.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2),.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type,.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2),.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type,.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2),.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type,.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2),.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type,.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2),.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type,.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2),.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type,.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2),.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type,.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2),.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type,.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2),.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type,.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2),.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type,.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2),.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type,.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2),.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type,.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2),.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type,.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2),.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type,.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2),.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type,.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2),.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type,.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2),.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type,.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2){margin-top:0}.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_1,.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_2,.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__company,.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_1,.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_2,.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__company,.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_1,.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_2,.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__company,.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_1,.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_2,.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__company,.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_1,.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_2,.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__company,.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_1,.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_2,.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__company{width:calc(100% - 12px)}.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-checkbox,.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-checkbox,.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-checkbox,.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-checkbox,.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-checkbox,.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-checkbox{clear:both}.is-large .wc-block-checkout__shipping-option .wc-block-components-radio-control__input{margin-left:-8px}.wp-block-woocommerce-checkout .with-scroll-to-top__scroll-point{top:-96px}.wc-block-checkout__sidebar .wc-block-components-product-name{color:inherit;padding-right:12px;flex-grow:1;flex-basis:0}.wc-block-checkout__actions{display:flex;justify-content:space-between;align-items:center;margin:0 0 48px;padding:0 0 0 36px}.wc-block-checkout__actions .wc-block-components-checkout-place-order-button{width:50%;padding:1em;height:auto;margin-left:auto}.wc-block-checkout__actions .wc-block-components-checkout-place-order-button .wc-block-components-button__text{line-height:24px}.wc-block-checkout__actions .wc-block-components-checkout-place-order-button .wc-block-components-button__text>svg{fill:#fff;vertical-align:top}.wc-block-checkout--is-loading .wc-block-checkout__actions button,.wc-block-checkout--is-loading .wc-block-components-express-payment{-webkit-animation:loading-fade 1.2s ease-in-out infinite;animation:loading-fade 1.2s ease-in-out infinite;background-color:#e2e4e7!important;border-color:#e2e4e7!important;color:#e2e4e7!important;box-shadow:none;pointer-events:none}.wc-block-checkout--is-loading .wc-block-checkout__actions button>*,.wc-block-checkout--is-loading .wc-block-components-express-payment>*{visibility:hidden}@media screen and (prefers-reduced-motion:reduce){.wc-block-checkout--is-loading .wc-block-checkout__actions button,.wc-block-checkout--is-loading .wc-block-components-express-payment{-webkit-animation:none;animation:none}}.wc-block-checkout--is-loading .wc-block-checkout__actions button:after,.wc-block-checkout--is-loading .wc-block-components-express-payment:after{content:"\00a0"}.wc-block-checkout--is-loading .wc-block-components-express-payment{min-height:150px}.wc-block-checkout--is-loading .wc-block-components-express-payment-continue-rule>span{-webkit-animation:loading-fade 1.2s ease-in-out infinite;animation:loading-fade 1.2s ease-in-out infinite;background-color:#e2e4e7!important;border-color:#e2e4e7!important;color:#e2e4e7!important;box-shadow:none;pointer-events:none;width:150px}.wc-block-checkout--is-loading .wc-block-components-express-payment-continue-rule>span>*{visibility:hidden}@media screen and (prefers-reduced-motion:reduce){.wc-block-checkout--is-loading .wc-block-components-express-payment-continue-rule>span{-webkit-animation:none;animation:none}}.wc-block-checkout--is-loading .wc-block-components-express-payment-continue-rule>span:after{content:"\00a0"}.wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step__title{-webkit-animation:loading-fade 1.2s ease-in-out infinite;animation:loading-fade 1.2s ease-in-out infinite;background-color:#e2e4e7!important;border-color:#e2e4e7!important;color:#e2e4e7!important;box-shadow:none;pointer-events:none;display:block;width:10em}.wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step__title>*{visibility:hidden}@media screen and (prefers-reduced-motion:reduce){.wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step__title{-webkit-animation:none;animation:none}}.wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step__title:after{content:"\00a0"}.wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step__title:before{-webkit-animation:loading-fade 1.2s ease-in-out infinite;animation:loading-fade 1.2s ease-in-out infinite;background-color:#e2e4e7!important;border-color:#e2e4e7!important;color:#e2e4e7!important;box-shadow:none;pointer-events:none;border-radius:50%;display:block;height:100%;width:1.5em}.wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step__title:before>*{visibility:hidden}@media screen and (prefers-reduced-motion:reduce){.wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step__title:before{-webkit-animation:none;animation:none}}.wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step__title:before:after{content:"\00a0"}.wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step__container:after{-webkit-animation:loading-fade 1.2s ease-in-out infinite;animation:loading-fade 1.2s ease-in-out infinite;background-color:#e2e4e7!important;border-color:#e2e4e7!important;color:#e2e4e7!important;box-shadow:none;pointer-events:none}.wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step__container:after>*{visibility:hidden}@media screen and (prefers-reduced-motion:reduce){.wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step__container:after{-webkit-animation:none;animation:none}}.wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step__content>span{-webkit-animation:loading-fade 1.2s ease-in-out infinite;animation:loading-fade 1.2s ease-in-out infinite;background-color:#e2e4e7!important;border-color:#e2e4e7!important;color:#e2e4e7!important;box-shadow:none;pointer-events:none;display:block;min-height:100px}.wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step__content>span>*{visibility:hidden}@media screen and (prefers-reduced-motion:reduce){.wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step__content>span{-webkit-animation:none;animation:none}}.wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step__content>span:after{content:"\00a0"}.wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step:after,.wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step:before{-webkit-animation:loading-fade 1.2s ease-in-out infinite;animation:loading-fade 1.2s ease-in-out infinite;background-color:#e2e4e7!important;border-color:#e2e4e7!important;color:#e2e4e7!important;box-shadow:none;pointer-events:none}.wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step:after>*,.wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step:before>*{visibility:hidden}@media screen and (prefers-reduced-motion:reduce){.wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step:after,.wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step:before{-webkit-animation:none;animation:none}}.wc-block-checkout--is-loading .wc-block-checkout__sidebar .components-card{-webkit-animation:loading-fade 1.2s ease-in-out infinite;animation:loading-fade 1.2s ease-in-out infinite;background-color:#e2e4e7!important;border-color:#e2e4e7!important;color:#e2e4e7!important;box-shadow:none;pointer-events:none;min-height:460px}.wc-block-checkout--is-loading .wc-block-checkout__sidebar .components-card>*{visibility:hidden}@media screen and (prefers-reduced-motion:reduce){.wc-block-checkout--is-loading .wc-block-checkout__sidebar .components-card{-webkit-animation:none;animation:none}}.wc-block-checkout--is-loading .wc-block-checkout__sidebar .components-card:after{content:"\00a0"}.wc-block-components-sidebar-layout.wc-block-checkout--skeleton{display:none}.is-loading+.wc-block-components-sidebar-layout.wc-block-checkout--skeleton{display:flex}.wc-block-checkout-empty,.wc-block-checkout-error{padding:40px;text-align:center;width:100%}.wc-block-checkout-empty .wc-block-checkout-empty__image,.wc-block-checkout-empty .wc-block-checkout-error__image,.wc-block-checkout-error .wc-block-checkout-empty__image,.wc-block-checkout-error .wc-block-checkout-error__image{max-width:150px;margin:0 auto 1em;display:block;color:inherit}.wc-block-checkout-empty .wc-block-checkout-empty__title,.wc-block-checkout-empty .wc-block-checkout-error__title,.wc-block-checkout-error .wc-block-checkout-empty__title,.wc-block-checkout-error .wc-block-checkout-error__title{display:block;margin:0;font-weight:700}.wc-block-checkout-empty .wc-block-checkout-empty__description,.wc-block-checkout-empty .wc-block-checkout-error__description,.wc-block-checkout-error .wc-block-checkout-empty__description,.wc-block-checkout-error .wc-block-checkout-error__description{display:block;margin:.25em 0 1em}.is-mobile .wc-block-checkout__actions .wc-block-components-checkout-return-to-cart-button{display:none}.is-mobile .wc-block-checkout__actions .wc-block-components-checkout-place-order-button{width:100%}.is-medium .wc-block-checkout__main,.is-mobile .wc-block-checkout__main,.is-small .wc-block-checkout__main{order:1}.is-medium .wc-block-checkout__sidebar,.is-mobile .wc-block-checkout__sidebar,.is-small .wc-block-checkout__sidebar{margin-bottom:40px;order:0}.is-large .wc-block-checkout__actions{padding-right:36px}.wc-block-product-categories{margin-bottom:1em}.wc-block-product-categories.is-dropdown{display:flex}.wc-block-product-categories select{margin-right:.5em}.wc-block-product-categories-list--has-images{list-style:none outside}.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item{margin:4px 0 4px 60px;list-style:none outside;clear:both}.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item ul{margin:4px 0 0}.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item__image{max-width:50px;display:inline-block;padding:0;margin:0 .5em 0 -60px;position:relative;vertical-align:middle;border:1px solid #eee}.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item__image img{margin:0;padding:0}.wc-block-product-categories-list-item-count:before{content:" ("}.wc-block-product-categories-list-item-count:after{content:")"}.wp-block-woocommerce-product-categories.is-loading .wc-block-product-categories__placeholder{display:inline-block;height:1em;width:50%;min-width:200px;background:currentColor;opacity:.2}.wc-block-product-categories__button{display:flex;align-items:center;text-decoration:none;margin:0;border:none;cursor:pointer;background:none;padding:0 .5em;color:#555d66;position:relative;overflow:hidden;border-radius:.25em}.wc-block-product-categories__button svg{fill:currentColor;outline:none}.rtl .wc-block-product-categories__button svg{transform:rotate(180deg)}.wc-block-product-categories__button:active{color:currentColor}.wc-block-product-categories__button:disabled,.wc-block-product-categories__button[aria-disabled=true]{cursor:default;opacity:.3}.wc-block-product-categories__button:focus:enabled{background-color:#fff;color:#191e23;box-shadow:inset 0 0 0 1px #6c7781,inset 0 0 0 2px #fff;outline:2px solid transparent;outline-offset:-2px}.wc-block-product-categories__button:not(:disabled):not([aria-disabled=true]):hover{background-color:#fff;color:#191e23;box-shadow:inset 0 0 0 1px #e2e4e7,inset 0 0 0 2px #fff,0 1px 1px rgba(25,30,35,.2)}.wc-block-product-categories__button:not(:disabled):not([aria-disabled=true]):active{outline:none;background-color:#fff;color:#191e23;box-shadow:inset 0 0 0 1px #ccd0d4,inset 0 0 0 2px #fff}.wc-block-product-categories__button:disabled:focus,.wc-block-product-categories__button[aria-disabled=true]:focus{box-shadow:none}.wc-block-featured-product{position:relative;background-color:#24292d;background-size:cover;background-position:50%;width:100%;margin:0 0 1.5em}.wc-block-featured-product,.wc-block-featured-product .wc-block-featured-product__wrapper{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;align-content:center}.wc-block-featured-product .wc-block-featured-product__wrapper{overflow:hidden;height:100%}.wc-block-featured-product.has-left-content{justify-content:flex-start}.wc-block-featured-product.has-left-content .wc-block-featured-product__description,.wc-block-featured-product.has-left-content .wc-block-featured-product__price,.wc-block-featured-product.has-left-content .wc-block-featured-product__title,.wc-block-featured-product.has-left-content .wc-block-featured-product__variation{margin-left:0;text-align:left}.wc-block-featured-product.has-right-content{justify-content:flex-end}.wc-block-featured-product.has-right-content .wc-block-featured-product__description,.wc-block-featured-product.has-right-content .wc-block-featured-product__price,.wc-block-featured-product.has-right-content .wc-block-featured-product__title,.wc-block-featured-product.has-right-content .wc-block-featured-product__variation{margin-right:0;text-align:right}.wc-block-featured-product .wc-block-featured-product__description,.wc-block-featured-product .wc-block-featured-product__price,.wc-block-featured-product .wc-block-featured-product__title,.wc-block-featured-product .wc-block-featured-product__variation{color:#fff;line-height:1.25;margin-bottom:0;text-align:center}.wc-block-featured-product .wc-block-featured-product__description a,.wc-block-featured-product .wc-block-featured-product__description a:active,.wc-block-featured-product .wc-block-featured-product__description a:focus,.wc-block-featured-product .wc-block-featured-product__description a:hover,.wc-block-featured-product .wc-block-featured-product__price a,.wc-block-featured-product .wc-block-featured-product__price a:active,.wc-block-featured-product .wc-block-featured-product__price a:focus,.wc-block-featured-product .wc-block-featured-product__price a:hover,.wc-block-featured-product .wc-block-featured-product__title a,.wc-block-featured-product .wc-block-featured-product__title a:active,.wc-block-featured-product .wc-block-featured-product__title a:focus,.wc-block-featured-product .wc-block-featured-product__title a:hover,.wc-block-featured-product .wc-block-featured-product__variation a,.wc-block-featured-product .wc-block-featured-product__variation a:active,.wc-block-featured-product .wc-block-featured-product__variation a:focus,.wc-block-featured-product .wc-block-featured-product__variation a:hover{color:#fff}.wc-block-featured-product .wc-block-featured-product__description,.wc-block-featured-product .wc-block-featured-product__link,.wc-block-featured-product .wc-block-featured-product__price,.wc-block-featured-product .wc-block-featured-product__title,.wc-block-featured-product .wc-block-featured-product__variation{width:100%;padding:16px 48px 0;z-index:1}.wc-block-featured-product .wc-block-featured-product__title,.wc-block-featured-product .wc-block-featured-product__variation{margin-top:0;border:0}.wc-block-featured-product .wc-block-featured-product__title:before,.wc-block-featured-product .wc-block-featured-product__variation:before{display:none}.wc-block-featured-product .wc-block-featured-product__variation{font-style:italic;padding-top:0}.wc-block-featured-product .wc-block-featured-product__description p{margin:0;line-height:1.5em}.wc-block-featured-product.has-background-dim:before{content:"";position:absolute;top:0;left:0;bottom:0;right:0;background-color:inherit;opacity:.5;z-index:1}.wc-block-featured-product.has-background-dim.has-background-dim-10:before{opacity:.1}.wc-block-featured-product.has-background-dim.has-background-dim-20:before{opacity:.2}.wc-block-featured-product.has-background-dim.has-background-dim-30:before{opacity:.3}.wc-block-featured-product.has-background-dim.has-background-dim-40:before{opacity:.4}.wc-block-featured-product.has-background-dim.has-background-dim-50:before{opacity:.5}.wc-block-featured-product.has-background-dim.has-background-dim-60:before{opacity:.6}.wc-block-featured-product.has-background-dim.has-background-dim-70:before{opacity:.7}.wc-block-featured-product.has-background-dim.has-background-dim-80:before{opacity:.8}.wc-block-featured-product.has-background-dim.has-background-dim-90:before{opacity:.9}.wc-block-featured-product.has-background-dim.has-background-dim-100:before{opacity:1}.wc-block-featured-product.alignleft,.wc-block-featured-product.alignright{max-width:305px;width:100%}.wc-block-featured-product:after{display:block;content:"";font-size:0;min-height:inherit}@supports ((position:-webkit-sticky) or (position:sticky)){.wc-block-featured-product:after{content:none}}.wc-block-featured-product.aligncenter,.wc-block-featured-product.alignleft,.wc-block-featured-product.alignright,.wc-block-product-search .wc-block-product-search__fields{display:flex}.wc-block-product-search .wc-block-product-search__field{padding:6px 8px;line-height:1.8;flex-grow:1}.wc-block-product-search .wc-block-product-search__button{display:flex;align-items:center;text-decoration:none;margin:0 0 0 6px;border:none;cursor:pointer;background:none;padding:0 .5em;color:#555d66;position:relative;overflow:hidden;border-radius:.25em}.wc-block-product-search .wc-block-product-search__button svg{fill:currentColor;outline:none}.rtl .wc-block-product-search .wc-block-product-search__button svg{transform:rotate(180deg)}.wc-block-product-search .wc-block-product-search__button:active{color:currentColor}.wc-block-product-search .wc-block-product-search__button:disabled,.wc-block-product-search .wc-block-product-search__button[aria-disabled=true]{cursor:default;opacity:.3}.wc-block-product-search .wc-block-product-search__button:focus:enabled{background-color:#fff;color:#191e23;box-shadow:inset 0 0 0 1px #6c7781,inset 0 0 0 2px #fff;outline:2px solid transparent;outline-offset:-2px}.wc-block-product-search .wc-block-product-search__button:not(:disabled):not([aria-disabled=true]):hover{background-color:#fff;color:#191e23;box-shadow:inset 0 0 0 1px #e2e4e7,inset 0 0 0 2px #fff,0 1px 1px rgba(25,30,35,.2)}.wc-block-product-search .wc-block-product-search__button:not(:disabled):not([aria-disabled=true]):active{outline:none;background-color:#fff;color:#191e23;box-shadow:inset 0 0 0 1px #ccd0d4,inset 0 0 0 2px #fff}.wc-block-product-search .wc-block-product-search__button:disabled:focus,.wc-block-product-search .wc-block-product-search__button[aria-disabled=true]:focus{box-shadow:none}.wc-block-featured-category{position:relative;background-color:#24292d;background-size:cover;background-position:50%;width:100%;margin:0 0 1.5em;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;align-content:center}.wc-block-featured-category .wc-block-featured-category__wrapper{overflow:hidden;height:100%;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;align-content:center}.wc-block-featured-category.has-left-content{justify-content:flex-start}.wc-block-featured-category.has-left-content .wc-block-featured-category__description,.wc-block-featured-category.has-left-content .wc-block-featured-category__price,.wc-block-featured-category.has-left-content .wc-block-featured-category__title{margin-left:0;text-align:left}.wc-block-featured-category.has-right-content{justify-content:flex-end}.wc-block-featured-category.has-right-content .wc-block-featured-category__description,.wc-block-featured-category.has-right-content .wc-block-featured-category__price,.wc-block-featured-category.has-right-content .wc-block-featured-category__title{margin-right:0;text-align:right}.wc-block-featured-category .wc-block-featured-category__description,.wc-block-featured-category .wc-block-featured-category__price,.wc-block-featured-category .wc-block-featured-category__title{color:#fff;line-height:1.25;margin-bottom:0;text-align:center}.wc-block-featured-category .wc-block-featured-category__description a,.wc-block-featured-category .wc-block-featured-category__description a:active,.wc-block-featured-category .wc-block-featured-category__description a:focus,.wc-block-featured-category .wc-block-featured-category__description a:hover,.wc-block-featured-category .wc-block-featured-category__price a,.wc-block-featured-category .wc-block-featured-category__price a:active,.wc-block-featured-category .wc-block-featured-category__price a:focus,.wc-block-featured-category .wc-block-featured-category__price a:hover,.wc-block-featured-category .wc-block-featured-category__title a,.wc-block-featured-category .wc-block-featured-category__title a:active,.wc-block-featured-category .wc-block-featured-category__title a:focus,.wc-block-featured-category .wc-block-featured-category__title a:hover{color:#fff}.wc-block-featured-category .wc-block-featured-category__description,.wc-block-featured-category .wc-block-featured-category__link,.wc-block-featured-category .wc-block-featured-category__price,.wc-block-featured-category .wc-block-featured-category__title{width:100%;padding:0 48px 16px;z-index:1}.wc-block-featured-category .wc-block-featured-category__title{margin-top:0}.wc-block-featured-category .wc-block-featured-category__title:before{display:none}.wc-block-featured-category .wc-block-featured-category__description p{margin:0}.wc-block-featured-category.has-background-dim:before{content:"";position:absolute;top:0;left:0;bottom:0;right:0;background-color:inherit;opacity:.5;z-index:1}.wc-block-featured-category.has-background-dim.has-background-dim-10:before{opacity:.1}.wc-block-featured-category.has-background-dim.has-background-dim-20:before{opacity:.2}.wc-block-featured-category.has-background-dim.has-background-dim-30:before{opacity:.3}.wc-block-featured-category.has-background-dim.has-background-dim-40:before{opacity:.4}.wc-block-featured-category.has-background-dim.has-background-dim-50:before{opacity:.5}.wc-block-featured-category.has-background-dim.has-background-dim-60:before{opacity:.6}.wc-block-featured-category.has-background-dim.has-background-dim-70:before{opacity:.7}.wc-block-featured-category.has-background-dim.has-background-dim-80:before{opacity:.8}.wc-block-featured-category.has-background-dim.has-background-dim-90:before{opacity:.9}.wc-block-featured-category.has-background-dim.has-background-dim-100:before{opacity:1}.wc-block-featured-category.alignleft,.wc-block-featured-category.alignright{max-width:305px;width:100%}.wc-block-featured-category:after{display:block;content:"";font-size:0;min-height:inherit}@supports ((position:-webkit-sticky) or (position:sticky)){.wc-block-featured-category:after{content:none}}.wc-block-featured-category.aligncenter,.wc-block-featured-category.alignleft,.wc-block-featured-category.alignright{display:flex}.wc-block-attribute-filter{margin-bottom:24px}.wc-block-attribute-filter .wc-block-attribute-filter-list-count:before{content:" ("}.wc-block-attribute-filter .wc-block-attribute-filter-list-count:after{content:")"}.wc-block-attribute-filter .wc-block-attribute-filter-list{margin:0}.wc-block-attribute-filter .wc-block-attribute-filter-list li{text-decoration:underline}.wc-block-attribute-filter .wc-block-attribute-filter-list li label{cursor:pointer}.wc-block-attribute-filter .wc-block-attribute-filter-list li input{cursor:pointer;display:inline-block}.wc-block-attribute-filter .wc-block-attribute-filter-list .wc-block-attribute-filter-list-count{float:right}.wc-block-attribute-filter .is-single .wc-block-attribute-filter-list-count,.wc-block-attribute-filter .wc-block-dropdown-selector .wc-block-dropdown-selector__list .wc-block-attribute-filter-list-count{opacity:.6}.wc-block-attribute-filter .wc-block-attribute-filter__button{margin-top:8px}@-webkit-keyframes loading-fade{0%{opacity:.7}50%{opacity:1}to{opacity:.7}}@keyframes loading-fade{0%{opacity:.7}50%{opacity:1}to{opacity:.7}}.wc-block-active-filters{margin-bottom:24px;overflow:hidden}.wc-block-active-filters .wc-block-active-filters__clear-all{font-size:1em;float:right;border:none;padding:0;text-decoration:underline;cursor:pointer}.wc-block-active-filters .wc-block-active-filters__clear-all,.wc-block-active-filters .wc-block-active-filters__clear-all:active,.wc-block-active-filters .wc-block-active-filters__clear-all:focus,.wc-block-active-filters .wc-block-active-filters__clear-all:hover{background:transparent;color:inherit}.wc-block-active-filters .wc-block-active-filters__list{margin:0 0 4px;list-style:none outside;clear:both}.wc-block-active-filters .wc-block-active-filters__list li{margin:0;padding:0;list-style:none outside;clear:both}.wc-block-active-filters .wc-block-active-filters__list li ul{margin:0;padding:0;list-style:none outside}.wc-block-active-filters .wc-block-active-filters__list li:first-child .wc-block-active-filters__list-item-type{margin:0}.wc-block-active-filters .wc-block-active-filters__list-item-type{font-size:.75em;text-transform:uppercase;letter-spacing:.1em;margin:16px 0 0;display:block}.wc-block-active-filters .wc-block-active-filters__list-item-operator{font-weight:400;font-style:italic}.wc-block-active-filters .wc-block-active-filters__list-item-name{font-weight:700;display:block;position:relative;padding:0 16px 0 0}.wc-block-active-filters .wc-block-active-filters__list-item-remove{background:transparent;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:0;padding:16px 0 0;width:16px;overflow:hidden;position:absolute;right:0;top:50%;margin:-8px 0 0}.wc-block-active-filters .wc-block-active-filters__list-item-remove:before{width:16px;height:16px;background:transparent url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='9' cy='9' r='9' fill='%2324292d'/%3E%3Cpath fill='%23fff' d='M4.5 6.887L6.887 4.5l7.033 7.034-2.386 2.386z'/%3E%3Cpath fill='%23fff' d='M11.533 4.5l2.387 2.386-7.034 7.034L4.5 11.533z'/%3E%3C/svg%3E") 50% no-repeat;display:block;content:"";position:absolute;top:0}.wc-block-active-filters .wc-block-active-filters__list--chips li,.wc-block-active-filters .wc-block-active-filters__list--chips ul{display:inline}.wc-block-active-filters .wc-block-active-filters__list--chips .wc-block-active-filters__list-item-type{display:none}.wc-block-active-filters .wc-block-active-filters__list--chips .wc-block-components-chip{font-size:.875em;margin-top:.1875em;margin-bottom:.1875em}.wpcf7 .screen-reader-response { position: absolute; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); height: 1px; width: 1px; margin: 0; padding: 0; border: 0; } .wpcf7 form .wpcf7-response-output { margin: 2em 0.5em 1em; padding: 0.2em 1em; border: 2px solid #00a0d2; /* Blue */ } .wpcf7 form.init .wpcf7-response-output { display: none; } .wpcf7 form.sent .wpcf7-response-output { border-color: #46b450; /* Green */ } .wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output { border-color: #dc3232; /* Red */ } .wpcf7 form.spam .wpcf7-response-output { border-color: #f56e28; /* Orange */ } .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output { border-color: #ffb900; /* Yellow */ } .wpcf7-form-control-wrap { position: relative; } .wpcf7-not-valid-tip { color: #dc3232; font-size: 1em; font-weight: normal; display: block; } .use-floating-validation-tip .wpcf7-not-valid-tip { position: absolute; top: 20%; left: 20%; z-index: 100; border: 1px solid #dc3232; background: #fff; padding: .2em .8em; } span.wpcf7-list-item { display: inline-block; margin: 0 0 0 1em; } span.wpcf7-list-item-label::before, span.wpcf7-list-item-label::after { content: " "; } div.wpcf7 .ajax-loader { visibility: hidden; display: inline-block; background-image: url(/wp-content/plugins/contact-form-7/includes/css/../../images/ajax-loader.gif); width: 16px; height: 16px; border: none; padding: 0; margin: 0 0 0 4px; vertical-align: middle; } div.wpcf7 .ajax-loader.is-active { visibility: visible; } div.wpcf7 div.ajax-error { display: none; } div.wpcf7 .placeheld { color: #888; } div.wpcf7 input[type="file"] { cursor: pointer; } div.wpcf7 input[type="file"]:disabled { cursor: default; } div.wpcf7 .wpcf7-submit:disabled { cursor: not-allowed; } .wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] { direction: ltr; } /** * Like Button toolbar button, loading text & container styles */ /* Master container */ #jp-post-flair { padding-top: .5em; } /* Overall Sharedaddy block title */ div.sharedaddy, #content div.sharedaddy, #main div.sharedaddy { clear: both; } div.sharedaddy h3.sd-title { margin: 0 0 1em 0; display: inline-block; line-height: 1.2; font-size: 9pt; font-weight: bold; } div.sharedaddy h3.sd-title:before { content: ""; display: block; width: 100%; min-width: 30px; border-top: 1px solid #ddd; margin-bottom: 1em; } /* Toolbar */ #wpadminbar li#wp-admin-bar-admin-bar-likes-widget { width: 61px; overflow: hidden; } #wpadminbar iframe.admin-bar-likes-widget { width: 61px; height: 28px; min-height: 28px; border-width: 0px; position: absolute; top: 0; } div.jetpack-likes-widget-wrapper { width: 100%; min-height: 50px; /* Previous height, 60px */ position: relative; /* Need to abs position placeholder and iframe so there isn't a jarring jump */ } div.jetpack-likes-widget-wrapper .sd-link-color { font-size: 12px; } div.jetpack-likes-widget-wrapper.slim-likes-widget { width: 1px; /* initial default */ min-height: 0; } div.jetpack-comment-likes-widget-wrapper { width: 100%; position: relative; min-height: 31px; } div.jetpack-comment-likes-widget-wrapper iframe { margin-bottom: 0; } #likes-other-gravatars { display: none; position: absolute; padding: 10px 10px 12px 10px; background-color: #2e4453; border-width: 0; box-shadow: 0 0 10px #2e4453; box-shadow: 0 0 10px rgba(46,68,83,.6); min-width: 130px; z-index: 1000; } #likes-other-gravatars * { line-height: normal; } #likes-other-gravatars .likes-text { color: white; font-size: 12px; padding-bottom: 8px; } #likes-other-gravatars ul, #likes-other-gravatars li { margin: 0; padding: 0; text-indent: 0; list-style-type: none; } #likes-other-gravatars li::before { content: ""; } #likes-other-gravatars ul.wpl-avatars { overflow: auto; display: block; max-height: 190px; } #likes-other-gravatars ul.wpl-avatars li { width: 32px; height: 32px; float: left; margin: 0 5px 5px 0; } #likes-other-gravatars ul.wpl-avatars li a { margin: 0 2px 0 0; border-bottom: none !important; display: block; } #likes-other-gravatars ul.wpl-avatars li a img { background: none; border: none; margin: 0 !important; padding: 0 !important; position: static; } div.sd-box { border-top: 1px solid #ddd; border-top: 1px solid rgba(0,0,0,.13); } .entry-content .post-likes-widget, .post-likes-widget, .comment-likes-widget { margin: 0; border-width: 0; display: block; } /* Loading text */ .post-likes-widget-placeholder, .comment-likes-widget-placeholder { margin: 0; border-width: 0; position: relative; } .comment-likes-widget-placeholder { height: 18px; position: absolute; display: flex; font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif; } .comment-likes-widget-placeholder::before { color: #2EA2CC; width: 16px; height: 16px; content: ''; display: inline-block; position: relative; top: 3px; padding-right: 5px; background-repeat: no-repeat; background-size: 16px 16px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='0' fill='none' width='24' height='24'/%3E%3Cg%3E%3Cpath fill='%232EA2CC' d='M12 2l2.582 6.953L22 9.257l-5.822 4.602L18.18 21 12 16.89 5.82 21l2.002-7.14L2 9.256l7.418-.304'/%3E%3C/g%3E%3C/svg%3E"); } .post-likes-widget-placeholder .button { display: none; /* Let's not show a dummy like button, let's just make a great button experience once it's loaded */ } .post-likes-widget-placeholder .button span { } .post-likes-widget-placeholder .loading, .comment-likes-widget-placeholder .loading { color: #999; font-size: 12px; } .comment-likes-widget-placeholder .loading { padding-left: 5px; margin-top: 4px; align-self: center; color: #4E4E4E; } .slim-likes-widget .post-likes-widget { width: auto; float: none; } /* Like Special cases (display on it's own) */ div.sharedaddy.sd-like-enabled .sd-like h3 { display: none; } div.sharedaddy.sd-like-enabled .sd-like .post-likes-widget { width: 100%; float: none; position: absolute; /* Need to abs position placeholder and iframe so there isn't a jarring jump */ top: 0; } .comment-likes-widget { width: 100%; } /* Make ratings block. @todo: make !important unnecessary by removing inline style */ .pd-rating, .cs-rating { display: block !important; } /* Hide G+ title */ .sd-gplus .sd-title { display: none; } /*! * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) */@font-face{font-family:'FontAwesome';src:url(/wp-content/themes/magplus/css/../fonts/fontawesome-webfont.eot?v=4.7.0);src:url(/wp-content/themes/magplus/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(/wp-content/themes/magplus/css/../fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(/wp-content/themes/magplus/css/../fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(/wp-content/themes/magplus/css/../fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(/wp-content/themes/magplus/css/../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto} /* YouTube TV */ /* Base Canvas */ .ytv-canvas { display: block; background: #282828; overflow: hidden; font-family: arial, sans-serif; } .ytv-canvas::-webkit-scrollbar { border-left: 1px solid #111; width: 10px; background: #111; } .ytv-canvas::-webkit-scrollbar-thumb { background: rgba(0, 0, 0, 1); } /* Video */ .ytv-video { position: absolute; top: 0; right: 300px; bottom: 0; left: 0; height: 100%; } .ytv-video iframe { width: 100%; height: 100%; border: none; outline: none; display: block; } /* List */ .ytv-list { position: absolute; top: 0; right: 0; bottom: 0; height: 100%; width: 300px; } .ytv-list-inner { overflow: auto; position: absolute; top: 0; right: 0; bottom: 0; left: 0; -webkit-overflow-scrolling: touch; } .ytv-list ul { margin: 0; padding: 0; list-style-type: none; } .ytv-list .ytv-active a { border-left: 2px solid #fff; background: rgba(255, 255, 255, 0.05); ; } .ytv-list a { display: block; text-decoration: none; font-size: 11px; color: #FEFEFE; padding: 10px; padding-left: 8px; /*border-top: 1px solid rgba(255, 255, 255, 0.1); border-bottom: 1px solid rgba(0, 0, 0, 0.5);*/ border-left: 2px solid transparent; } .ytv-list a b { max-height: 45px; overflow: hidden; display: block; text-overflow: ellipsis; } .ytv-list a:hover b, .ytv-list a:hover span, .ytv-list b:hover, .ytv-clear:hover .ytv-content, .ytv-clear:visited .ytv-content { color: #fff; } .ytv-list li:first-child a { border-top: none; } .ytv-list li:last-child a { border-bottom: none; } .ytv-list a:hover, .ytv-list-header .ytv-playlists a:hover { background: rgba(255, 255, 255, 0.05); } .ytv-list a:foucs { color: #fff; } .ytv-list a:active, .ytv-list-header .ytv-playlists a:active { background: rgba(0, 0, 0, 0.05); } .ytv-list .ytv-content { padding-left: 125px; } .ytv-list .ytv-thumb-stroke { position: absolute; top: 1px; left: 1px; bottom: 1px; right: 1px; z-index: 2; } .ytv-list .ytv-thumb { float: left; position: relative; } .ytv-list .ytv-thumb img { width: 120px; display: block; } .ytv-list .ytv-thumb span { position: absolute; bottom: 5px; right: 5px; color: #eee; background: rgba(0, 0, 0, 0.7); font-size: 11px; font-weight: bold; padding: 0px 4px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } .ytv-views { display: block; margin-top: 5px; font-size: 10px; font-weight: normal; opacity: 0.3; } .ytv-list-header { height: 52px; display: none; -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); } .ytv-list-header a { background: rgba(255, 255, 255, 0.05); position: relative; z-index: 10; } .ytv-list-header img, .ytv-list .ytv-playlists .ytv-thumb img { width: 30px; vertical-align: middle; } .ytv-list-header span { padding-left: 10px; font-size: 12px; font-weight: bold; } /* Playlists */ .ytv-playlists { z-index: 9; position: absolute; background: #282828; top: 52px; left: 0; right: 0; bottom: 0; overflow: auto; display: none; } .ytv-playlists img, .ytv-list-header img { float: left; } .ytv-playlists a span, .ytv-list-header a span { white-space: nowrap; padding-left: 10px; display: block; overflow: hidden; text-overflow: ellipsis; } .ytv-list-header > a span { line-height: 30px; } .ytv-list-header .ytv-playlists a { background: none; } .ytv-playlist-open .ytv-playlists { display: block; } /* Modifiers */ .ytv-relative { position: relative; width: 100%; height: 100%; } .ytv-full { position: fixed; top: 0; left: 0; width: 100% !important; height: 100% !important; margin: 0 !important; } .ytv-arrow { height: 10px; width: 0; position: relative; top: 10px; right: 5px; border: 10px solid transparent; float: right; border-top-color: rgba(0, 0, 0, 0.4); display: none; } .ytv-has-playlists .ytv-arrow { display: inline-block; } .ytv-playlist-open .ytv-arrow { border-color: transparent; border-bottom-color: rgba(0, 0, 0, 0.4); top: -10px; } .ytv-list-header a:after, .ytv-clear:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }.woocommerce del, .woocommerce-page del { color: #abaeaf; } .woocommerce ins, .woocommerce-page ins { color: #111; text-decoration: none; } .woocommerce fieldset, .woocommerce-page fieldset { border: none; padding: 0; margin: 0 0 20px 0; } .woocommerce fieldset legend, .woocommerce-page fieldset legend { font-size: 18px; } .woocommerce .tt-btn, .woocommerce-page .tt-btn { margin: 0; } .woocommerce .product_type_external .fa, .woocommerce .add_to_cart_button .fa, .woocommerce-page .product_type_external .fa, .woocommerce-page .add_to_cart_button .fa, .woocommerce-breadcrumb { display: none; } .woocommerce .about_paypal, .woocommerce-page .about_paypal { margin-left: 10px; } .woocommerce .tt-tab, .woocommerce-page .tt-tab { margin: 30px 0; } .woocommerce .tt-images, .woocommerce .product, .woocommerce-page .tt-images, .woocommerce-page .product { position: relative; } .woocommerce .onsale, .woocommerce-page .onsale { position: absolute; z-index: 1; left: 0; top: 20px; padding: 7px 14px; color: #fff; background-color: #111; -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 2px 3px rgba(0, 0, 0, 0.05); box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 2px 3px rgba(0, 0, 0, 0.05); } .woocommerce .star-rating, .woocommerce-page .star-rating { float: left; overflow: hidden; position: relative; height: 1em; line-height: 1em; font-size: 16px; width: 74px; margin-right: 7px; font-family: 'FontAwesome'; } .woocommerce .star-rating:before, .woocommerce-page .star-rating:before { content: '\f005\f005\f005\f005\f005'; color: rgba(148, 148, 148, 0.15); position: absolute; top: 0; left: 0; } .woocommerce .star-rating span, .woocommerce-page .star-rating span { overflow: hidden; position: absolute; top: 0; left: 0; padding-top: 1.5em; color: #e5b674; } .woocommerce .star-rating span:before, .woocommerce-page .star-rating span:before { content: '\f005\f005\f005\f005\f005'; position: absolute; top: 0; left: 0; } .woocommerce .variation, .woocommerce-page .variation { margin: 5px 0 0 0; } .woocommerce .variation:after, .woocommerce-page .variation:after { content: ''; display: table; clear: both; } .woocommerce .variation dt, .woocommerce-page .variation dt { float: left; clear: left; } .woocommerce .variation dd, .woocommerce-page .variation dd { float: left; margin-left: 5px; } .woocommerce #review_form_wrapper, .woocommerce-page #review_form_wrapper { border-top: 1px solid #e8e8e8; } .woocommerce .form-row label.inline, .woocommerce-page .form-row label.inline { position: relative; top: 2px; margin-bottom: 0; margin-left: 5px; } .woocommerce .form-row label.inline input, .woocommerce-page .form-row label.inline input { position: relative; top: 2px; } .woocommerce .button, .woocommerce .button, .woocommerce-page .button, .woocommerce-page .button { display: inline-block; margin: 0; text-decoration: none; text-align: center; cursor: pointer; font-weight: 700; font-size: 12px; padding: 6px 16px; line-height: 1.3; text-transform: uppercase; color: #fff; background: none; border: 2px solid transparent; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; -moz-border-radius: 0.2em; -webkit-border-radius: 0.2em; border-radius: 0 !important; } .woocommerce .button:hover, .woocommerce .button:hover, .woocommerce-page .button:hover, .woocommerce-page .button:hover { color: #111; /*color: #111;*/ text-decoration: none; } .woocommerce .button:focus, .woocommerce .button:focus, .woocommerce-page .button:focus, .woocommerce-page .button:focus { outline: none; } .woocommerce #payment .button, .woocommerce-page #payment .button, .woocommerce-page .wc-proceed-to-checkout .button { font-size: 12px; padding: 8px 16px; background: #111; line-height: 1.4; } .woocommerce .wc-proceed-to-checkout .button, .woocommerce .shop_table .button, .woocommerce .single_add_to_cart_button.button, .woocommerce-page .wc-proceed-to-checkout .button, .woocommerce-page .shop_table .button, .woocommerce-page .single_add_to_cart_button.button { font-size: 12px; padding: 8px 18px 5px 18px; line-height: 16px; } .woocommerce .single_add_to_cart_button.button:hover, .woocommerce .shop_table .button[name="apply_coupon"]:hover, .woocommerce #payment .button:hover, .woocommerce-page #payment .button:hover, .woocommerce .shop_table .button[name="update_cart"]:hover, .woocommerce-page .shop_table .button[name="update_cart"]:hover, .woocommerce-page .wc-proceed-to-checkout .button:hover { color: #fff; background: rgba(39,43,43,0.80) !important; } .woocommerce .add_to_cart_button, .woocommerce .product_type_simple, .woocommerce .shipping-calculator-form .button, .woocommerce .woocommerce-error .button, .woocommerce .woocommerce-message .button, .woocommerce .order-actions .button, .woocommerce-page .add_to_cart_button, .woocommerce-page .product_type_simple, .woocommerce-page .shipping-calculator-form .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-message .button, .woocommerce-page .order-actions .button { font-size: 11px; padding: 6px 10px 5px 10px; line-height: 1.3; } .woocommerce table, .woocommerce table, .woocommerce-page table, .woocommerce-page table { border: 1px solid #ddd; } .woocommerce table > thead > tr > th, .woocommerce table > thead > tr > td, .woocommerce table > tbody > tr > th, .woocommerce table > tbody > tr > td, .woocommerce table > tfoot > tr > th, .woocommerce table > tfoot > tr > td, .woocommerce table > thead > tr > th, .woocommerce table > thead > tr > td, .woocommerce table > tbody > tr > th, .woocommerce table > tbody > tr > td, .woocommerce table > tfoot > tr > th, .woocommerce table > tfoot > tr > td, .woocommerce-page table > thead > tr > th, .woocommerce-page table > thead > tr > td, .woocommerce-page table > tbody > tr > th, .woocommerce-page table > tbody > tr > td, .woocommerce-page table > tfoot > tr > th, .woocommerce-page table > tfoot > tr > td, .woocommerce-page table > thead > tr > th, .woocommerce-page table > thead > tr > td, .woocommerce-page table > tbody > tr > th, .woocommerce-page table > tbody > tr > td, .woocommerce-page table > tfoot > tr > th, .woocommerce-page table > tfoot > tr > td { border: 1px solid #ddd; } .woocommerce table > thead > tr > th, .woocommerce table > thead > tr > td, .woocommerce table > thead > tr > th, .woocommerce table > thead > tr > td, .woocommerce-page table > thead > tr > th, .woocommerce-page table > thead > tr > td, .woocommerce-page table > thead > tr > th, .woocommerce-page table > thead > tr > td { border-bottom-width: 2px; } /*.woocommerce h1, .woocommerce h2, .woocommerce h3, .woocommerce-page h1, .woocommerce-page h2, .woocommerce-page h3 { font-size: 18px; }*/ .woocommerce .col2-set, .woocommerce-page .col2-set { float: left; width: 100%; } .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 { float: left; width: 49%; margin-bottom: 10px; } .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 { float: right; width: 49%; margin-bottom: 10px; } .woocommerce .col2-set .col-3, .woocommerce-page .col2-set .col-3 { float: left; width: 49%; margin-bottom: 10px; } .woocommerce .col2-set .col-4, .woocommerce-page .col2-set .col-4 { float: right; width: 49%; margin-bottom: 10px; } .woocommerce .col2-set:after, .woocommerce-page .col2-set:after { content: ''; display: table; clear: both; } .woocommerce .notes, .woocommerce-page .notes { margin: 0 0 30px 0; padding: 0; list-style-position: inside; } .woocommerce .notes .note, .woocommerce-page .notes .note { list-style-type: decimal !important; margin-bottom: 10px !important; } .woocommerce .notes .meta, .woocommerce-page .notes .meta { font-weight: bold; margin-bottom: 5px; } .woocommerce .notes .description, .woocommerce-page .notes .description { margin-left: 15px; } .woocommerce .entry-summary .stock, .woocommerce .notes .note, .woocommerce .woocommerce-message, .woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .payment_methods .payment_box, .woocommerce-page .entry-summary .stock, .woocommerce-page .notes .note, .woocommerce-page .woocommerce-message, .woocommerce-page .woocommerce-error, .woocommerce-page .woocommerce-info, .woocommerce-page .payment_methods .payment_box { list-style-type: none; position: relative; padding: 15px; margin-bottom: 20px; border: 1px solid transparent; -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 2px 3px rgba(0, 0, 0, 0.05); box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 2px 3px rgba(0, 0, 0, 0.05); } .woocommerce .entry-summary .stock a, .woocommerce .notes .note a, .woocommerce .woocommerce-message a, .woocommerce .woocommerce-error a, .woocommerce .woocommerce-info a, .woocommerce .payment_methods .payment_box a, .woocommerce-page .entry-summary .stock a, .woocommerce-page .notes .note a, .woocommerce-page .woocommerce-message a, .woocommerce-page .woocommerce-error a, .woocommerce-page .woocommerce-info a, .woocommerce-page .payment_methods .payment_box a { color: inherit; font-weight: 600; } .woocommerce .entry-summary .stock .button, .woocommerce .notes .note .button, .woocommerce .woocommerce-message .button, .woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .payment_methods .payment_box .button, .woocommerce-page .entry-summary .stock .button, .woocommerce-page .notes .note .button, .woocommerce-page .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .payment_methods .payment_box .button { color: #fff; margin-right: 5px; } .woocommerce .entry-summary .stock:last-child, .woocommerce .notes .note:last-child, .woocommerce .woocommerce-message:last-child, .woocommerce .woocommerce-error:last-child, .woocommerce .woocommerce-info:last-child, .woocommerce .payment_methods .payment_box:last-child, .woocommerce-page .entry-summary .stock:last-child, .woocommerce-page .notes .note:last-child, .woocommerce-page .woocommerce-message:last-child, .woocommerce-page .woocommerce-error:last-child, .woocommerce-page .woocommerce-info:last-child, .woocommerce-page .payment_methods .payment_box:last-child { margin-bottom: 0; } .woocommerce .woocommerce-message, .woocommerce-page .woocommerce-message { background-color: #dff0d8; border-color: #d6e9c6; color: #3c763d; } .woocommerce .woocommerce-info, .woocommerce .entry-summary .stock, .woocommerce .payment_methods .payment_box, .woocommerce-page .woocommerce-info, .woocommerce-page .entry-summary .stock, .woocommerce-page .payment_methods .payment_box { background-color: #d9edf7; border-color: #bce8f1; color: #31708f; } .woocommerce .notes .note, .woocommerce-page .notes .note { background-color: #fcf8e3; border-color: #faebcc; color: #8a6d3b; } .woocommerce .entry-summary .out-of-stock, .woocommerce .woocommerce-error, .woocommerce-page .entry-summary .out-of-stock, .woocommerce-page .woocommerce-error { background-color: #f2dede; border-color: #ebccd1; color: #a94442; } .woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count { float: left; } .woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering { float: right; margin-bottom: 20px; position: relative; } .woocommerce .woocommerce-ordering select, .woocommerce-page .woocommerce-ordering select { padding: 13px 45px 13px 20px; border: 1px solid #eaeaea; color: #abaeaf; background: transparent; -webkit-appearance:none; } .woocommerce-page .woocommerce-ordering:before { position: absolute; right: 15px; top: 50%; color: #abaeaf; content: "\f107"; font-family: 'FontAwesome'; margin-top: -7px; } .woocommerce #ship-to-different-address label, .woocommerce-page #ship-to-different-address label { margin-bottom: 0; font-weight: 600; } .woocommerce #payment, .woocommerce-page #payment { margin-top: 40px; padding: 20px; background: #f5f5f5; } .woocommerce #payment ul, .woocommerce-page #payment ul { padding: 0; margin: 0; list-style: none; } .woocommerce #payment ul li, .woocommerce-page #payment ul li { margin: 0 0 10px 0; } .woocommerce #payment .form-row, .woocommerce-page #payment .form-row { margin-top: 20px; padding-top: 20px; text-align: right; border-top: 1px solid #e8e8e8; } .woocommerce #payment input[type="radio"], .woocommerce-page #payment input[type="radio"] { position: relative; top: 2px; } .woocommerce #payment label, .woocommerce-page #payment label { margin-bottom: 0; font-weight: 600; } .woocommerce #payment label img, .woocommerce-page #payment label img { position: relative; top: -2px; margin-left: 3px; } .woocommerce #payment .payment_box, .woocommerce-page #payment .payment_box { margin: 10px 0 15px 0; -webkit-box-shadow: none; box-shadow: none; } .woocommerce .shop_table, .woocommerce-page .shop_table { margin-bottom: 35px; width: 100%; } .woocommerce .shop_table.order_details, .woocommerce-page .shop_table.order_details { margin-bottom: 20px; } .woocommerce .shop_table td, .woocommerce-page .shop_table td { vertical-align: middle; padding: 20px; } .woocommerce .shop_table td a, .woocommerce-page .shop_table td a { color: #111; font-weight: 700; } .woocommerce-page .shop_table th { padding: 12px; color: #111; } .woocommerce .shop_table .product-remove, .woocommerce-page .shop_table .product-remove { text-align: center; width: 50px; } .woocommerce .shop_table .product-remove a, .woocommerce-page .shop_table .product-remove a { display: inline-block; color: #b5b5b5; width: 23px; height: 23px; font-weight: bold; line-height: 25px; font-size: 20px; text-decoration: none; -webkit-transition: all 0.2s; -o-transition: all 0.2s; transition: all 0.2s; -moz-border-radius: 100%; -webkit-border-radius: 100%; border-radius: 100%; } .woocommerce .shop_table .product-remove a:hover, .woocommerce-page .shop_table .product-remove a:hover { color: #fff; background-color: #b5b5b5; text-decoration: none; } .woocommerce .shop_table .product-thumbnail, .woocommerce-page .shop_table .product-thumbnail { width: 100px; } .woocommerce .shop_table .product-thumbnail img, .woocommerce-page .shop_table .product-thumbnail img { display: block; margin: 0 auto; width: 60px; } .woocommerce .shop_table .product-price, .woocommerce-page .shop_table .product-price { width: 125px; text-align: center; } .woocommerce .shop_table .product-subtotal, .woocommerce-page .shop_table .product-subtotal { width: 125px; text-align: center; } .woocommerce .shop_table .product-quantity, .woocommerce-page .shop_table .product-quantity { width: 125px; text-align: center; } .woocommerce .shop_table .product-quantity .quantity, .woocommerce-page .shop_table .product-quantity .quantity { display: inline-block; } .woocommerce-page .shop_table .product-quantity .quantity input { width: 100%; text-align: center; } .woocommerce .shop_table #coupon_code, .woocommerce-page .shop_table #coupon_code { display: inline-block; width: 140px; border: 1px solid #ddd; padding: 6px 12px 4px 12px; margin-right: 5px; } .woocommerce .shop_table .coupon, .woocommerce-page .shop_table .coupon { display: inline-block; } .woocommerce .shop_table .coupon label, .woocommerce-page .shop_table .coupon label { display: none; } .woocommerce .shop_table .button[name="update_cart"], .woocommerce-page .shop_table .button[name="update_cart"] { float: right; background-color: #111; } .woocommerce .shop_table .button[name="apply_coupon"], .woocommerce-page .shop_table .button[name="apply_coupon"], .single_add_to_cart_button { background-color: #111 !important; } .woocommerce .shop_table .order-actions a, .woocommerce-page .shop_table .order-actions a { margin: 1px; } .woocommerce ul.order_details, .woocommerce-page ul.order_details { float: left; width: 100%; padding: 10px; margin-bottom: 20px; list-style: none; border: 1px solid #e8e8e8; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; } .woocommerce ul.order_details li, .woocommerce-page ul.order_details li { float: left; text-transform: uppercase; font-size: 11px; line-height: 1em; margin-right: 20px; padding-right: 20px; border-right: 1px dotted #ddd; } .woocommerce ul.order_details li strong, .woocommerce-page ul.order_details li strong { display: block; font-size: 13px; margin-top: 8px; text-transform: none; } .woocommerce ul.order_details li:last-child, .woocommerce-page ul.order_details li:last-child { border-right: 0; } .woocommerce .tt-products, .woocommerce-page .tt-products { margin-bottom: 20px; } .woocommerce .tt-products .product, .woocommerce-page .tt-products .product { margin-bottom: 40px; } .woocommerce .tt-products .product.first, .woocommerce-page .tt-products .product.first { clear: both; } .woocommerce .tt-products .product .tt-link, .woocommerce-page .tt-products .product .tt-link { display: block; position: relative; text-decoration: none; color: #555; margin-bottom: 10px; } .woocommerce .tt-products .product .tt-link h4, .woocommerce-page .tt-products .product .tt-link h4, .woocommerce-loop-product__title { margin: 10px 0 5px 0 !important; padding: 0 !important; } .woocommerce .tt-products .product .tt-link:hover .onsale, .woocommerce-page .tt-products .product .tt-link:hover .onsale { padding-right: 15px; padding-left: 15px; } .woocommerce .tt-products .product .tt-product-images, .woocommerce-page .tt-products .product .tt-product-images { position: relative; min-height: 100px; padding: 3px; border: 1px solid rgba(0, 0, 0, 0.15); -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15); box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15); } .woocommerce .tt-products .product .tt-product-images img, .woocommerce-page .tt-products .product .tt-product-images img { width: 100%; max-height: 100%; } .woocommerce .tt-products .product .tt-product-images:hover .secondary-img, .woocommerce-page .tt-products .product .tt-product-images:hover .secondary-img { opacity: 1; } .woocommerce .tt-products .product .tt-product-images .secondary-img, .woocommerce-page .tt-products .product .tt-product-images .secondary-img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; padding: 3px; opacity: 0; -webkit-transition: opacity 0.15s; -o-transition: opacity 0.15s; transition: opacity 0.15s; } .woocommerce .tt-products .product .tt-btn, .woocommerce-page .tt-products .product .tt-btn { position: relative; margin-right: 7px; } .woocommerce .tt-products .product .tt-btn .fa, .woocommerce-page .tt-products .product .tt-btn .fa { display: none; position: relative; top: -1px; margin-right: 4px; } .woocommerce .tt-products .product .tt-btn.added .fa-check, .woocommerce-page .tt-products .product .tt-btn.added .fa-check { display: inline-block; } .woocommerce .tt-products .product .tt-btn.loading, .woocommerce-page .tt-products .product .tt-btn.loading { opacity: 0.5; } .woocommerce .tt-products .product .tt-btn.loading .fa-refresh, .woocommerce-page .tt-products .product .tt-btn.loading .fa-refresh { -webkit-animation-duration: 1s; -moz-animation-duration: 1s; -o-animation-duration: 1s; animation-duration: 1s; display: inline-block; } .woocommerce .tt-products .product .added_to_cart, .woocommerce-page .tt-products .product .added_to_cart { display: inline-block; } .woocommerce .tt-products .onsale, .woocommerce-page .tt-products .onsale { font-size: 12px; text-transform: uppercase; top: 10px; left: 10px; padding: 0 !important; width: 45px; height: 45px; line-height: 45px; text-align: center; font-weight: 600; display: block; border-radius: 50%; z-index: 1; -webkit-transition: all 0.2s; -o-transition: all 0.2s; transition: all 0.2s; } .woocommerce .tt-products .out-of-stock, .woocommerce-page .tt-products .out-of-stock { position: absolute; font-size: 11px; padding: 5px 10px; right: 0; bottom: 20px; color: #fff; background-color: #000; -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 2px 3px rgba(0, 0, 0, 0.05); box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 2px 3px rgba(0, 0, 0, 0.05); } .woocommerce .tt-products .star-rating, .woocommerce-page .tt-products .star-rating { font-size: 12px; width: 55px; margin-bottom: 9px; } .woocommerce .tt-products .price, .woocommerce-page .tt-products .price { float: left; width: 100%; font-weight: 400; margin-bottom: 0; color: #abaeaf; } .woocommerce .tt-products .price del, .woocommerce-page .tt-products .price del { line-height: 1em; margin-right: 6px; } .woocommerce .entry-summary .price, .woocommerce-page .entry-summary .price { font-size: 20px; font-weight: 600; line-height: 1em; margin: 5px 0 18px 0; display: inline-block; } .woocommerce .entry-summary h1, .woocommerce-page .entry-summary h1 { font-size: 24px; font-weight: 600; color: #111; margin-bottom: 15px; } .woocommerce .entry-summary .stock, .woocommerce-page .entry-summary .stock { margin-top: 20px; } .woocommerce .entry-summary table, .woocommerce-page .entry-summary table { position: relative; margin-bottom: 30px; } .woocommerce .entry-summary table td, .woocommerce-page .entry-summary table td { vertical-align: middle; } .woocommerce .entry-summary table td.label, .woocommerce-page .entry-summary table td.label { text-align: right; } .woocommerce .entry-summary table td label, .woocommerce-page .entry-summary table td label { font-weight: bold; margin-bottom: 0; } .woocommerce .entry-summary .reset_variations, .woocommerce-page .entry-summary .reset_variations { position: absolute; right: 0; bottom: -25px; margin-top: 5px; text-align: right; color: #b5b5b5; } .woocommerce .entry-summary .reset_variations:hover, .woocommerce-page .entry-summary .reset_variations:hover { color: #555; text-decoration: none; } .woocommerce .entry-summary .reset_variations:before, .woocommerce-page .entry-summary .reset_variations:before { display: inline-block; font-family: FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; transform: translate(0, 0); content: "\f00d"; margin-right: 3px; } .woocommerce .entry-summary .star-rating, .woocommerce-page .entry-summary .star-rating { margin-top: 3px; } .woocommerce .entry-summary .cart, .woocommerce-page .entry-summary .cart { margin-top: 20px; } .woocommerce .entry-summary .single_variation, .woocommerce-page .entry-summary .single_variation { margin-bottom: 20px; } .woocommerce .entry-summary .single_variation .price, .woocommerce-page .entry-summary .single_variation .price { font-size: 20px; font-weight: 600; line-height: 1em; margin: 0; } .woocommerce .entry-summary .single_variation .price del, .woocommerce-page .entry-summary .single_variation .price del { font-size: 14px; line-height: 1em; } .woocommerce .entry-summary .product_meta, .woocommerce-page .entry-summary .product_meta { margin: 20px 0; } .woocommerce-page .entry-summary .product_meta span { padding-right: 10px } .woocommerce-page .entry-summary .product_meta a { color: #abaeaf; } .woocommerce .entry-summary .product_meta .sku, .woocommerce-page .entry-summary .product_meta .sku { font-weight: 600; } .woocommerce .entry-summary .group_table td, .woocommerce-page .entry-summary .group_table td { vertical-align: middle; } .woocommerce .entry-summary .group_table td label, .woocommerce-page .entry-summary .group_table td label { margin-bottom: 0; } .woocommerce .entry-summary .quantity, .woocommerce-page .entry-summary .quantity { display: inline-block; } .woocommerce .product .tt-products, .woocommerce .cart-collaterals .tt-products, .woocommerce-page .product .tt-products, .woocommerce-page .cart-collaterals .tt-products { margin: 10px 0; } .woocommerce .product .shipping-calculator-button, .woocommerce .cart-collaterals .shipping-calculator-button, .woocommerce-page .product .shipping-calculator-button, .woocommerce-page .cart-collaterals .shipping-calculator-button { display: block; margin: 7px 0 -15px 0; } .woocommerce .product .wc-proceed-to-checkout, .woocommerce .cart-collaterals .wc-proceed-to-checkout, .woocommerce-page .product .wc-proceed-to-checkout, .woocommerce-page .cart-collaterals .wc-proceed-to-checkout { margin-top: 10px; float: right; } .woocommerce .product .cross-sells, .woocommerce .cart-collaterals .cross-sells, .woocommerce-page .product .cross-sells, .woocommerce-page .cart-collaterals .cross-sells { float: left; width: 58%; } .woocommerce .product .cart_totals, .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .product .cart_totals, .woocommerce-page .cart-collaterals .cart_totals { float: right; width: 40%; } .woocommerce .product .cart_totals h2, .woocommerce .cart-collaterals .cart_totals h2, .woocommerce-page .product .cart_totals h2, .woocommerce-page .cart-collaterals .cart_totals h2 { text-align: right; margin-bottom: 10px; font-weight: bold; color: #111; } .woocommerce .product .cart_totals table td, .woocommerce .product .cart_totals table th, .woocommerce .cart-collaterals .cart_totals table td, .woocommerce .cart-collaterals .cart_totals table th, .woocommerce-page .product .cart_totals table td, .woocommerce-page .product .cart_totals table th, .woocommerce-page .cart-collaterals .cart_totals table td, .woocommerce-page .cart-collaterals .cart_totals table th { text-align: right; } .woocommerce .digital-downloads, .woocommerce-page .digital-downloads { list-style: none; padding: 20px; margin: 0 0 20px 0; border: 1px solid #ddd; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; } .woocommerce .digital-downloads li, .woocommerce-page .digital-downloads li { margin: 0 0 5px 0; } .woocommerce .digital-downloads li:last-child, .woocommerce-page .digital-downloads li:last-child { margin-bottom: 0; } .woocommerce .digital-downloads li a:before, .woocommerce-page .digital-downloads li a:before { content: '\f019'; margin-right: 5px; display: inline-block; font-family: 'FontAwesome'; } .woocommerce #comments .tt-star-rating, .woocommerce-page #comments .tt-star-rating { position: absolute; top: 0; right: 0; } .woocommerce #comments .tt-star-rating .fa, .woocommerce-page #comments .tt-star-rating .fa { font-size: 14px; margin-left: 2px; } .woocommerce #comments .tt-star-rating .tt-star, .woocommerce-page #comments .tt-star-rating .tt-star { color: #e5b674; } .woocommerce #comments .tt-star-rating .tt-star-o, .woocommerce-page #comments .tt-star-rating .tt-star-o { color: #ccc; } .woocommerce #review_form .stars a, .woocommerce-page #review_form .stars a { display: inline-block; font-weight: 700; margin-right: 10px; text-indent: -9999px; position: relative; font-size: 14px; color: #ccc; border-right: 1px solid #e8e8e8; } .woocommerce #review_form .stars a.active, .woocommerce #review_form .stars a:hover, .woocommerce-page #review_form .stars a.active, .woocommerce-page #review_form .stars a:hover { color: #e5b674; } .woocommerce #review_form .stars a:before, .woocommerce-page #review_form .stars a:before { font-family: 'FontAwesome'; font-style: normal; font-weight: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; position: absolute; top: 0; left: 0; text-indent: 0; } .woocommerce #review_form .stars a.star-1, .woocommerce-page #review_form .stars a.star-1 { width: 25px; } .woocommerce #review_form .stars a.star-1:before, .woocommerce-page #review_form .stars a.star-1:before { content: '\f005'; } .woocommerce #review_form .stars a.star-2, .woocommerce-page #review_form .stars a.star-2 { width: 40px; } .woocommerce #review_form .stars a.star-2:before, .woocommerce-page #review_form .stars a.star-2:before { content: '\f005\f005'; } .woocommerce #review_form .stars a.star-3, .woocommerce-page #review_form .stars a.star-3 { width: 50px; } .woocommerce #review_form .stars a.star-3:before, .woocommerce-page #review_form .stars a.star-3:before { content: '\f005\f005\f005'; } .woocommerce #review_form .stars a.star-4, .woocommerce-page #review_form .stars a.star-4 { width: 60px; } .woocommerce #review_form .stars a.star-4:before, .woocommerce-page #review_form .stars a.star-4:before { content: '\f005\f005\f005\f005'; } .woocommerce #review_form .stars a.star-5, .woocommerce-page #review_form .stars a.star-5 { width: 75px; border-right: 0; } .woocommerce #review_form .stars a.star-5:before, .woocommerce-page #review_form .stars a.star-5:before { content: '\f005\f005\f005\f005\f005'; } .woocommerce .upsells, .woocommerce .related, .woocommerce-page .upsells, .woocommerce-page .related { clear: both; border-top: 1px solid #e8e8e8; margin-top: 42px; padding-top: 33px; } .woocommerce .tt-single-images, .woocommerce-page .tt-single-images { position: relative; margin-bottom: 40px; } .woocommerce .tt-single-images a, .woocommerce-page .tt-single-images a, .woocommerce-page .tt-single-images li { display: block; /*width: 100%;*/ padding: 4px; vertical-align: top; border: 1px solid #e1e1e1; } .woocommerce .tt-single-images a img, .woocommerce-page .tt-single-images a img { width: 100%; } .woocommerce .tt-single-images .flex-control-thumbs, .woocommerce-page .tt-single-images .flex-control-thumbs { margin-top: 10px; } .woocommerce .tt-single-images .flex-control-thumbs li, .woocommerce-page .tt-single-images .flex-control-thumbs li { float: left; padding: 3px; margin-right: 10px; margin-bottom: 10px; -webkit-transition: opacity 0.2s; -o-transition: opacity 0.2s; transition: opacity 0.2s; } .woocommerce .tt-single-images .flex-control-thumbs li:hover, .woocommerce-page .tt-single-images .flex-control-thumbs li:hover { opacity: 0.7; } .woocommerce .tt-single-images .thumbnails a:last-of-type, .woocommerce-page .tt-single-images .thumbnails a:last-of-type { margin-right: 0; } .woocommerce .tt-single-images .columns-3 a, .woocommerce-page .tt-single-images .columns-3 a { width: 106px; } .woocommerce .tt-single-images .columns-4 a, .woocommerce-page .tt-single-images .columns-4 a { width: 80px; } .woocommerce .tt-single-images .columns-5 a, .woocommerce-page .tt-single-images .columns-5 a { width: 63px; } .woocommerce .product-category a, .woocommerce-page .product-category a { display: block; position: relative; border: 1px solid rgba(0, 0, 0, 0.15); padding: 3px; -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15); box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15); } .woocommerce .product-category a .product-category-name, .woocommerce-page .product-category a .product-category-name { position: absolute; bottom: 3px; left: 3px; right: 3px; color: #fff; font-size: 14px; font-weight: 600; text-align: center; padding: 10px; background-color: #000; background-color: rgba(0, 0, 0, 0.75); } .widget_top_rated_products li, .widget_recent_reviews li, .widget_recently_viewed_products li, .widget_products li, .widget_shopping_cart li { position: relative; padding: 10px 0 10px 80px !important; min-height: 80px; } span.product-title { padding-bottom: 8px; display: block; } .widget_top_rated_products li a, .widget_recent_reviews li a, .widget_recently_viewed_products li a, .widget_products li a, .widget_shopping_cart li a { float: left; width: 100%; text-decoration: none; } .widget_top_rated_products li img, .widget_recent_reviews li img, .widget_recently_viewed_products li img, .widget_products li img, .widget_shopping_cart li img { position: absolute; top: 4px; left: 0; width: 70px; } .widget_top_rated_products li.empty, .widget_recent_reviews li.empty, .widget_recently_viewed_products li.empty, .widget_products li.empty, .widget_shopping_cart li.empty { padding-left: 0; } .widget_top_rated_products .amount, .widget_recent_reviews .amount, .widget_recently_viewed_products .amount, .widget_products .amount, .widget_shopping_cart .amount { font-weight: 600; } .widget_shopping_cart li a { float: none; width: auto; } .widget_shopping_cart li .remove { color: #b5b5b5; font-weight: bold; } .widget_shopping_cart li .remove:hover { color: #df665d; } .widget_shopping_cart li .empty { padding: 0; min-height: 0; } .widget_shopping_cart li .quantity { width: 100%; } .widget_shopping_cart .buttons, .widget_shopping_cart .total { padding-top: 10px; margin-bottom: 10px; border-top: 1px solid #eee; } .widget_shopping_cart .buttons a { color: #fff; font-size: 11px; padding: 6px 10px; line-height: 1.3; margin-right: 10px; -webkit-transition: color 0.2s, background-color 0.2s; -o-transition: color 0.2s, background-color 0.2s; transition: color 0.2s, background-color 0.2s; } .widget_shopping_cart .buttons a:before { content: '\f07a'; font-family: 'FontAwesome'; display: inline-block; margin-right: 5px; } .widget_shopping_cart .buttons .checkout { background-color: #111; } .widget_shopping_cart .buttons .checkout:hover { background-color: #80c780; } .widget_shopping_cart .buttons .checkout:before { content: '\f058'; } .widget_top_rated_products .star-rating, .widget_recent_reviews .star-rating { font-size: 12px; width: 55px; margin-top: 5px; } .widget_price_filter .price_slider { margin-bottom: 10px; } .widget_price_filter .price_slider_amount { text-align: right; } .widget_price_filter .price_slider_amount .button { float: left; } .widget_price_filter .price_label { float: right; } .widget_price_filter .ui-slider { position: relative; text-align: left; } .widget_price_filter .ui-slider .ui-slider-handle { position: absolute; top: -4px; font-size: 1em; width: 12px; height: 12px; z-index: 2; outline: none; cursor: pointer; border: 1px solid #111; background-color: #111; -moz-border-radius: 1em; -webkit-border-radius: 1em; border-radius: 1em; } .widget_price_filter .ui-slider .ui-slider-handle:last-child { margin-left: -10px; } .widget_price_filter .ui-slider .ui-slider-range { display: block; position: absolute; z-index: 1; border: 0; background-color: #e8e8e8; -moz-border-radius: 1em; -webkit-border-radius: 1em; border-radius: 1em; } .widget_price_filter .ui-widget-content { background-color: #f5f5f5; -moz-border-radius: 1em; -webkit-border-radius: 1em; border-radius: 1em; } .widget_price_filter .ui-slider-horizontal { height: 5px; } .widget_price_filter .ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; } .widget_price_filter .ui-slider-horizontal .ui-slider-range-min { left: -1px; } .widget_price_filter .ui-slider-horizontal .ui-slider-range-max { right: -1px; } .widget_price_filter .button { font-size: 11px; padding: 4px 8px; line-height: 1.2; } .tt-modal-lost-password { margin-top: 10px; } .tt-module-woologin .tt-btn { margin: 0; } .tt-module-woologin p { margin-bottom: 10px; } .tt-module-woologin p:last-child { margin-bottom: 0; } .tt-module-woologin #rememberme { position: relative; top: 2px; } .tt-module-woologin .login-remember label { margin-bottom: 0; } .tt-module-woocount { position: relative; } .tt-cart-count { display: inline-block; position: relative; top: -5px; padding: 2px 3px; font-size: 9px; line-height: 1em; margin-left: 2px; color: #fff; background-color: #428bca; } .tt-menu-cart .tt-cart-count { top: -8px; } .tt-module-wplogin .tt-modal-content, .tt-module-woologin .tt-modal-content { width: 250px; } .tt-module-woominicart .tt-modal-content { padding: 0; width: 250px; } .tt-module-woominicart .total { padding: 15px 10px; border-bottom: 1px solid #eee; } .tt-module-woominicart .remove { color: #b5b5b5; font-weight: bold; } .tt-module-woominicart .remove:hover { color: #df665d; } .tt-module-woominicart .buttons { padding: 15px 10px; } .tt-module-woominicart .buttons a { color: #fff; font-size: 11px; padding: 6px 10px; line-height: 1.3; margin-right: 5px; -webkit-transition: color 0.2s, background-color 0.2s; -o-transition: color 0.2s, background-color 0.2s; transition: color 0.2s, background-color 0.2s; } .tt-module-woominicart .buttons a:before { content: '\f07a'; font-family: 'FontAwesome'; display: inline-block; margin-right: 5px; } .tt-module-woominicart .buttons .checkout { background-color: #111; } .tt-module-woominicart .buttons .checkout:hover { background-color: #80c780; } .tt-module-woominicart .buttons .checkout:before { content: '\f058'; } .tt-module-woominicart p { margin-bottom: 0; } .tt-module-woominicart ul { margin: 0; padding: 0; list-style: none; } .tt-module-woominicart ul li { margin: 0; padding: 10px; border-bottom: 1px solid #eee; padding-left: 50px; position: relative; } .tt-module-woominicart ul li .quantity { display: block; } .tt-module-woominicart ul li a { display: inline-block; text-decoration: none; } .tt-module-woominicart ul li a img { position: absolute; top: 14px; left: 10px; width: 32px; } .woocommerce-loop-product__title a { font-weight: 700; color: #111; line-height: 20px; font-size: 16px; } .woocommerce-loop-product__title a:hover { opacity: 0.80; } .cart_totals tbody, .cart_totals tr, .cart_totals th { vertical-align: middle; } .cross-sells h2 { font-size: 14px; margin-bottom: 8px; color: #111; font-weight: 700; } /* Plugins Styles */ .fs-number { display: inline-block; width: 90px; height: 33px; line-height: 34px; border: 1px solid #ddd; position: relative; } .fs-number input { width: 100%; text-align: center; border: none; margin-right: 0 !important; } .fs-number, .fs-number:after, .fs-number:before, .fs-number *, .fs-number *:after, .fs-number *:before { box-sizing: border-box; -webkit-transition: none; transition: none; -webkit-user-select: none !important; -moz-user-select: none !important; -ms-user-select: none !important; user-select: none !important; } .fs-number-element { background: #ffffff; border: 1px solid #ddd; color: #abaeaf; line-height: 1; overflow: hidden; -moz-appearance: textfield; } .fs-number-element::-webkit-inner-spin-button, .fs-number-element::-webkit-outer-spin-button { margin: 0; -webkit-appearance: none; } .fs-number-element::-ms-clear { display: none; } .fs-number-disabled .fs-number-element { border-color: #ddd; color: #cccccc; } .fs-number-arrow { width: 30px; height: 100%; position: absolute; top: 0; right: 0; z-index: 1; cursor: pointer; display: block; overflow: hidden; text-indent: 200%; white-space: nowrap; padding: 0; border: none; background: none; } .fs-number-arrow:before { content: ''; display: inline-block; width: 9px; height: 9px; position: absolute; top: 50%; left: 50%; -webkit-transform: translateX(-50%) translateY(-50%); -moz-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); } .fs-number-arrow:hover { background: none; } .no-opacity .fs-number-arrow { text-indent: -999999px; } .fs-number-arrow:focus { outline: none; } .fs-number-arrow.fs-number-up { border-left: 1px solid #cccccc; right: 0; } .fs-number-arrow.fs-number-up:before { background-image: url(/wp-content/themes/magplus/css/../img/theme-assets/mp.png); background-repeat: no-repeat; background-position: center top; } .fs-number-arrow.fs-number-down { left: 0; border-top: none; border-right: 1px solid #cccccc; } .fs-number-arrow.fs-number-down:before { background-image: url(/wp-content/themes/magplus/css/../img/theme-assets/mp.png); background-repeat: no-repeat; background-position: center bottom; } .fs-number-disabled .fs-number-arrow { cursor: default; } .ajax_add_to_cart.c-btn.type-2, .added_to_cart.wc-forward, .product_type_variable.add_to_cart_button.c-btn.type-2 { background: #111; border: 0 none; color: #fff; font-size: 12px !important; padding-left: 16px; width: 116px; padding-right: 16px; padding-top: 0 !important; padding-bottom: 0 !important; height: 32px; line-height: 33px; text-align: center; text-transform: uppercase; } .ajax_add_to_cart.c-btn.type-2:hover { color: #fff; } .added_to_cart.wc-forward { background: #fff; margin-top: 10px; color: #111; font-weight: 700; -webkit-transform: translateZ(0); -moz-transform: translateZ(0); transform: translateZ(0); } .tt-product { position: relative; } .tt-product figure { position: relative; } .tt-product figure img { width: 100%; height: auto; } .tt-product figure .overlay { display: inline-block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 0; opacity: 0; visibility: hidden; color: #ffffff; background-color: rgba(0, 0, 0, 0.6); -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; } .tt-product figure .overlay .overlay-inner { display: -webkit-flex; display: flex; height: 100%; flex-direction: column; -webkit-flex-direction: column; align-items: center; -webkit-align-items: center; align-content: center; -webkit-align-content: center; justify-content: center; -webkit-justify-content: center; } .tt-product figure .overlay .overlay-inner a { display: inline-block; margin-bottom: 0px; -webkit-transform: translateY(-10px); -moz-transform: translateY(-10px); -ms-transform: translateY(-10px); transform: translateY(-10px); } .tt-product:hover figure .overlay { opacity: 1; visibility: visible; } .tt-product:hover figure .overlay .overlay-inner a { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); } .product span.price + a.ajax_add_to_cart, .product span.price + a.product_type_variable { display: none !important; } .woocommerce-tabs { clear: both; border:0 none !important; box-shadow: none !important; } .woocommerce-tabs .tt-tab-nav-wrapper { margin-bottom: 0 !important; } .woocommerce-tabs.tt-tab-wrapper.type-1 .tt-nav-tab { border-bottom: 0 none !important; box-shadow: none; border-radius: 0; border-left: 0; border-right: 0; border-top: 0; } .woocommerce-tabs .tt-tabs-content { border-top: 1px solid #e1e1e1; margin-top: -1px; padding-top: 13px; } .woocommerce-tabs.tt-tab-wrapper.type-1 .tt-nav-tab-item { width: auto; height: auto; border-top: 1px solid #e1e1e1; border-right: 1px solid #e1e1e1 !important; text-align: left; display: inline-block; padding: 15px 20px; } .woocommerce-tabs p, .woocommerce-product-details__short-description p { font-size: 13px; color:#666; line-height: 21px; } .woocommerce-tabs.tt-tab-wrapper.type-1 .tt-tab-info { padding:0 !important; } .woocommerce-tabs.tt-tab-wrapper.type-1 .tt-nav-tab-item:first-child { padding-left: 20px; } .woocommerce-tabs.tt-tab-wrapper.type-1 .tt-nav-tab-item:after { background: none; top: 0; } .woocommerce-tabs.tt-tab-wrapper.type-1 .tt-nav-tab-item.active:after { border-bottom: transparent; } .woocommerce-tabs.tt-tab-wrapper.type-1 .tt-nav-tab-item .tt-analitics-text { height: auto !important; } .woocommerce-tabs.tt-tab-wrapper.type-1 .tt-nav-tab-item:first-child { border-left: 1px solid #e1e1e1; } .woocommerce .tt-comment-top { overflow: hidden; } .woocommerce-tabs.tt-tab-wrapper.type-1 .tt-nav-tab-item.active:after, .woocommerce-form-login input[type="submit"] { background: #111; } .woocommerce-checkout input[type="text"], .woocommerce-checkout input[type="email"], .woocommerce-checkout input[type="tel"], .woocommerce-form-login input[type="text"], .woocommerce-form-login input[type="password"] { border: 1px solid #ddd; display: block; width: 100%; padding: 5px; margin-bottom: 15px; } #billing_country_field { margin-bottom: 15px; } .woocommerce-billing-fields h3, #order_review_heading, .woocommerce-additional-fields h3, .woocommerce h2 { margin-bottom: 15px; padding-top: 15px; clear: both; font-size: 18px; color: #111; font-weight: 600; } .woocommerce-additional-fields textarea { width: 100%; border-color: #ddd; padding: 10px 12px; } .woocommerce-MyAccount-navigation ul { list-style: none; margin-bottom: 20px; } .woocommerce-MyAccount-navigation ul li { padding: 5px 0; } .woocommerce-MyAccount-navigation ul li a { color: #abaeaf; } .woocommerce-MyAccount-navigation ul li a:hover { color: #333; } .woocommerce .widget-title { margin-bottom: 15px; font-size: 16px; } .button.wc-backward { background: #111; margin-top: 5px; } .price_slider_amount button[type="submit"] { background: #111; } #review_form_wrapper { padding-top: 50px; margin-top: 15px; } .woocommerce-page .comment-respond textarea { width: 100%; border: 1px solid #e1e1e1; } .woocommerce-page .comment-reply-title { margin-bottom: 8px; } .woocommerce-page .comment-form-comment { padding-top: 15px; } .woocommerce-page .tt-tabs-content li:before { content: ''; } .single_add_to_cart_button { margin-left: 5px !important; } .variations { width: 50%; } .variations .label { color: #333; font-size: 14px; border: 0; line-height: 51px; text-align: center !important; padding: 0!important; } .variations .label label { width: 100%; } .variations .value { padding: 10px; } .variations select { background: none; width: 100%; padding: 8px; font-size: 12px; border: 1px solid #ddd; } .woocommerce-review-link { color: #abaeaf; } .woocommerce-variation-price { display: none; } .woocommerce-tabs.tt-tab-wrapper.type-1 .tt-nav-tab-item.active { background: #fff; } .woocommerce-message .button { background: #3c763d; } .woocommerce .tt-shop-product .star-rating { text-align: center; display: inline-block; float: none; } .overlay-inner .woocommerce-LoopProduct-link { width: 100%; height: 100%; position: absolute; left: 0; top: 0; } #review_form_wrapper input[type="text"] { display: block; width: 50%; border: 1px solid #e1e1e1; padding: 5px 10px; margin-bottom: 8px; } #review_form_wrapper .form-submit { margin-top: 10px; } .woocommerce-tabs .tt-tab-wrapper .tt-tab-info { display: none; } .woocommerce-tabs .tt-tab-wrapper .tt-tab-info.active { display: block; } .woocommerce-tabs .tt-tab-wrapper .tt-tab-select select:focus { outline: none; } .woocommerce-tabs .tt-tab-wrapper.type-1 .tt-nav-tab { font-size: 0; font-size: 0; border: 1px solid #e1e1e1; -moz-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0px 2px 4px 0px #eaeaea; -moz-box-shadow: 0px 2px 4px 0px #eaeaea; box-shadow: 0px 2px 4px 0px #eaeaea; overflow: hidden; } .woocommerce-tabs .tt-tab-wrapper.type-1 .tt-tab-nav-wrapper { margin-bottom: 45px; } .woocommerce-tabs .tt-tab-wrapper.type-1 .tt-nav-tab-item { display: inline-block; width: 20%; height: 115px; position: relative; padding: 25px 15px 0 54px; text-align: center; cursor: pointer; -webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; } .woocommerce-tabs .tt-tab-wrapper.type-1 .tt-nav-tab-item:before { content: ''; display: block; position: absolute; top: 0; left: 100%; bottom: 0; width: 39px; background: url(/wp-content/themes/magplus/css/../img/analitics/arrow.png); z-index: 2; } .woocommerce-tabs .tt-tab-wrapper.type-1 .tt-nav-tab-item:after { content: ''; display: block; position: absolute; bottom: 0; left: 0; width: 100%; height: 3px; background: #368aa9; -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); transform: translateY(100%); -webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; } .woocommerce-tabs .tt-tab-wrapper.type-1 .tt-nav-tab-item:first-child { padding-left: 15px; } .woocommerce-tabs .tt-tab-wrapper.type-1 .tt-nav-tab-item .lnr { display: inline-block; font-size: 36px; color: #c5c5c5; margin-bottom: 12px; -webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; } .woocommerce-tabs .tt-tab-wrapper.type-1 .tt-nav-tab-item .tt-analitics-text { display: block; height: 36px; font-size: 14px; line-height: 18px; font-weight: 400; color: #949494; overflow: hidden; -webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; } .woocommerce-tabs .tt-tab-wrapper.type-1 .tt-nav-tab-item:hover .lnr, .woocommerce-tabs .tt-tab-wrapper.type-1 .tt-nav-tab-item.active .lnr { color: #368aa9; } .woocommerce-tabs .tt-tab-wrapper.type-1 .tt-nav-tab-item:hover .tt-analitics-text, .woocommerce-tabs .tt-tab-wrapper.type-1 .tt-nav-tab-item.active .tt-analitics-text { color: #30373b; } .woocommerce-tabs .tt-tab-wrapper.type-1 .tt-nav-tab-item:hover:after, .woocommerce-tabs .tt-tab-wrapper.type-1 .tt-nav-tab-item.active:after { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); } .woocommerce-tabs .tt-tab-wrapper.type-1 .tt-tab-select { display: none; position: relative; } .woocommerce-tabs .tt-tab-wrapper.type-1 .tt-tab-select select { display: block; width: 100%; font-weight: 400; color: #b8b8b8; background: transparent; border: 1px solid #323a43; -webkit-appearance: none; -moz-appearance: none; appearance: none; } .woocommerce-tabs .tt-tab-wrapper.type-1 .tt-tab-select select::-ms-expand { display: none; } .woocommerce-tabs .tt-tab-wrapper.type-1 .tt-tab-select .select-arrow { display: block; position: absolute; top: 1px; right: 1px; text-align: center; background: #323a43; color: #fff; pointer-events: none; } .woocommerce-tabs .tt-tab-wrapper.type-1 .tt-tab-select select { height: 42px; font-size: 12px; line-height: 30px; padding: 0px 11px; } .woocommerce-tabs .tt-tab-wrapper.type-1 .tt-tab-select .select-arrow { width: 37px; height: 40px; line-height: 40px; } @media (max-width:991px) { .woocommerce-tabs .tt-tab-wrapper.type-1 .tt-tab-nav-wrapper { margin-bottom: 30px; } .woocommerce-tabs .tt-tab-wrapper.type-1 .tt-tab-select { display: block; margin-bottom: 30px; } .woocommerce-tabs .tt-tab-wrapper.type-1 .tt-nav-tab { display: none; } .woocommerce-tabs .tt-tab-wrapper.type-1 .tt-nav-tab-item { display: table; margin-right: auto; margin-left: auto; } } .tt-reply { position: absolute; top: 0; right: 0; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); } .woocommerce-tabs li { list-style: none; } .tt-comment { list-style: none; margin-bottom: -30px; } .tt-comment-container { margin-bottom: 30px; } .tt-comment-avatar { float: left; width: 40px; height: 40px; -moz-border-radius: 50%; border-radius: 50%; overflow: hidden; } .tt-comment-info { padding-left: 50px; padding-top: 10px; } .tt-comment-top { margin-bottom: 6px; } .tt-comment-name { display: inline-block; } .tt-comment-name a { font-size: 14px; line-height: 18px; font-weight: 700; color: #30373b; margin-right: 8px; } .tt-comment-name a:hover { color: #7ab55c; } .tt-comment-date { font-size: 14px; line-height: 18px; font-weight: 400; color: #b5b5b5; } .tt-comment-info .simple-text { margin-bottom: 5px; } .tt-comment-reply, .comment-reply-link, .comment-edit-link { font-size: 14px; line-height: 18px; font-weight: 500; color: #7ab55c; } .tt-comment-reply .fa, .comment-reply-link .fa, .comment-edit-link .fa { font-size: 12px; color: #ccc; margin-right: 5px; } .tt-comment-reply:hover, .comment-reply-link:hover, .comment-edit-link:hover { color: #30373b; } .tt-comment .parent .children { list-style: none; padding-left: 50px; } .logged-in-as { font-size: 90%; } @media (max-width:479px) { .tt-comment-avatar { display: block; float: none; margin-left: auto; margin-right: auto; } .tt-comment-info { padding-left: 0; text-align: center; } .tt-comment .parent .children { padding-left: 0px; } } /*-------------------------------------------------------------------------------------------------------------------------------*/ /* 37 - TT-COMMENT-POST */ /*-------------------------------------------------------------------------------------------------------------------------------*/ .tt-comment-post-img { float: left; width: 40px; height: 40px; } .tt-comment-post-info { padding-left: 56px; } .tt-comment-post-info .simple-text, .comment-respond .simple-text { margin-bottom: 18px; } .tt-comment-post-form input[type="text"], .tt-comment-post-form textarea, .tt-comment-post-form input[type="email"] { margin-bottom: 20px; } @media (max-width:479px) { .tt-comment-post-img { display: block; float: none; margin-left: auto; margin-right: auto; margin-bottom: 10px; } .tt-comment-post-info { padding-left: 0; text-align: center; } } .woocommerce-tabs input[type="submit"] { padding: 10px 35px; background: #111; color: #fff; border:0 none; font-weight: 600; } #reviews .tt-comment-name { font-weight: 600; } .woocommerce-billing-fields__field-wrapper label, .woocommerce-additional-fields label { margin-bottom: 5px; display: block; } .woocommerce-product-gallery { position: relative; } .woocommerce-product-gallery img { display: block; width: 100%; height: auto; box-shadow: none; } .woocommerce-product-gallery__wrapper { transition: all cubic-bezier(0.795, -0.035, 0, 1) 0.5s; } .woocommerce-product-gallery__trigger { position: absolute; top: 10px; right: 10px; font-size: 14px; text-align: center; z-index: 9; padding: 0 !important; width: 32px; height: 32px; line-height: 30px; background-color: #111; text-decoration: none; color: #fff; } .woocommerce-product-gallery__trigger:hover { color: #fff; } .woocommerce-product-gallery__trigger img{ display: none !important; } .woocommerce-product-gallery__trigger:before { font-family: 'FontAwesome'; content: "\f00e"; } .flex-control-thumbs { overflow: hidden; zoom: 1; padding: 0; } .flex-control-thumbs:empty { display: none; } .flex-control-thumbs li { list-style: none; float: left; width: 20%; margin: 0; padding: 5px 0 0 5px; } .flex-control-thumbs li img { cursor: pointer; opacity: .5; margin: 0; } .flex-control-thumbs li img:hover, .flex-control-thumbs li img:hover { opacity: 1; } .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(5n+1) { clear: left; } /*! * Bootstrap v3.3.6 (http://getbootstrap.com) * Copyright 2011-2015 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}legend{padding:0;border:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,:after,:before{color:#000!important;text-shadow:none!important;background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="javascript:"]:after,a[href^="#"]:after{content:""}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}@font-face{font-family:'Glyphicons Halflings';src:url(/wp-content/themes/magplus/css/../fonts/glyphicons-halflings-regular.eot);src:url(/wp-content/themes/magplus/css/../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(/wp-content/themes/magplus/css/../fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(/wp-content/themes/magplus/css/../fonts/glyphicons-halflings-regular.woff) format('woff'),url(/wp-content/themes/magplus/css/../fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(/wp-content/themes/magplus/css/../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\002a"}.glyphicon-plus:before{content:"\002b"}.glyphicon-eur:before,.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.glyphicon-cd:before{content:"\e201"}.glyphicon-save-file:before{content:"\e202"}.glyphicon-open-file:before{content:"\e203"}.glyphicon-level-up:before{content:"\e204"}.glyphicon-copy:before{content:"\e205"}.glyphicon-paste:before{content:"\e206"}.glyphicon-alert:before{content:"\e209"}.glyphicon-equalizer:before{content:"\e210"}.glyphicon-king:before{content:"\e211"}.glyphicon-queen:before{content:"\e212"}.glyphicon-pawn:before{content:"\e213"}.glyphicon-bishop:before{content:"\e214"}.glyphicon-knight:before{content:"\e215"}.glyphicon-baby-formula:before{content:"\e216"}.glyphicon-tent:before{content:"\26fa"}.glyphicon-blackboard:before{content:"\e218"}.glyphicon-bed:before{content:"\e219"}.glyphicon-apple:before{content:"\f8ff"}.glyphicon-erase:before{content:"\e221"}.glyphicon-hourglass:before{content:"\231b"}.glyphicon-lamp:before{content:"\e223"}.glyphicon-duplicate:before{content:"\e224"}.glyphicon-piggy-bank:before{content:"\e225"}.glyphicon-scissors:before{content:"\e226"}.glyphicon-bitcoin:before{content:"\e227"}.glyphicon-btc:before{content:"\e227"}.glyphicon-xbt:before{content:"\e227"}.glyphicon-yen:before{content:"\00a5"}.glyphicon-jpy:before{content:"\00a5"}.glyphicon-ruble:before{content:"\20bd"}.glyphicon-rub:before{content:"\20bd"}.glyphicon-scale:before{content:"\e230"}.glyphicon-ice-lolly:before{content:"\e231"}.glyphicon-ice-lolly-tasted:before{content:"\e232"}.glyphicon-education:before{content:"\e233"}.glyphicon-option-horizontal:before{content:"\e234"}.glyphicon-option-vertical:before{content:"\e235"}.glyphicon-menu-hamburger:before{content:"\e236"}.glyphicon-modal-window:before{content:"\e237"}.glyphicon-oil:before{content:"\e238"}.glyphicon-grain:before{content:"\e239"}.glyphicon-sunglasses:before{content:"\e240"}.glyphicon-text-size:before{content:"\e241"}.glyphicon-text-color:before{content:"\e242"}.glyphicon-text-background:before{content:"\e243"}.glyphicon-object-align-top:before{content:"\e244"}.glyphicon-object-align-bottom:before{content:"\e245"}.glyphicon-object-align-horizontal:before{content:"\e246"}.glyphicon-object-align-left:before{content:"\e247"}.glyphicon-object-align-vertical:before{content:"\e248"}.glyphicon-object-align-right:before{content:"\e249"}.glyphicon-triangle-right:before{content:"\e250"}.glyphicon-triangle-left:before{content:"\e251"}.glyphicon-triangle-bottom:before{content:"\e252"}.glyphicon-triangle-top:before{content:"\e253"}.glyphicon-console:before{content:"\e254"}.glyphicon-superscript:before{content:"\e255"}.glyphicon-subscript:before{content:"\e256"}.glyphicon-menu-left:before{content:"\e257"}.glyphicon-menu-right:before{content:"\e258"}.glyphicon-menu-down:before{content:"\e259"}.glyphicon-menu-up:before{content:"\e260"}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:focus,a:hover{color:#23527c;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{display:inline-block;max-width:100%;height:auto;padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role=button]{cursor:pointer}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-weight:400;line-height:1;color:#777}.h1,.h2,.h3,h1,h2,h3{margin-top:20px;margin-bottom:10px}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small{font-size:65%}.h4,.h5,.h6,h4,h5,h6{margin-top:10px;margin-bottom:10px}.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-size:75%}.h1,h1{font-size:36px}.h2,h2{font-size:30px}.h3,h3{font-size:24px}.h4,h4{font-size:18px}.h5,h5{font-size:14px}.h6,h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}.small,small{font-size:85%}.mark,mark{padding:.2em;background-color:#fcf8e3}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#337ab7}a.text-primary:focus,a.text-primary:hover{color:#286090}.text-success{color:#3c763d}a.text-success:focus,a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:focus,a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:focus,a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:focus,a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#337ab7}a.bg-primary:focus,a.bg-primary:hover{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:focus,a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:focus,a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:focus,a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:focus,a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ol,ul{margin-top:0;margin-bottom:10px}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;margin-left:-5px;list-style:none}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-top:0;margin-bottom:20px}dd,dt{line-height:1.42857143}dt{font-weight:700}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[data-original-title],abbr[title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child{margin-bottom:0}blockquote .small,blockquote footer,blockquote small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote .small:before,blockquote footer:before,blockquote small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eee;border-left:0}.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{content:''}.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{content:'\00A0 \2014'}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;font-weight:700;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{margin-right:-15px;margin-left:-15px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd}.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*=col-]{position:static;display:table-column;float:none}table td[class*=col-],table th[class*=col-]{position:static;display:table-cell;float:none}.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#f5f5f5}.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8}.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#dff0d8}.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#d9edf7}.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fcf8e3}.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#f2dede}.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}.table-responsive{min-height:.01%;overflow-x:auto}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=checkbox],input[type=radio]{margin:4px 0 0;margin-top:1px\9;line-height:normal}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=file]:focus,input[type=checkbox]:focus,input[type=radio]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control::-ms-expand{background-color:transparent;border:0}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eee;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}input[type=search]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){input[type=date].form-control,input[type=time].form-control,input[type=datetime-local].form-control,input[type=month].form-control{line-height:34px}.input-group-sm input[type=date],.input-group-sm input[type=time],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],input[type=date].input-sm,input[type=time].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm{line-height:30px}.input-group-lg input[type=date],.input-group-lg input[type=time],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],input[type=date].input-lg,input[type=time].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg{line-height:46px}}.form-group{margin-bottom:15px}.checkbox,.radio{position:relative;display:block;margin-top:10px;margin-bottom:10px}.checkbox label,.radio label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio]{position:absolute;margin-top:4px\9;margin-left:-20px}.checkbox+.checkbox,.radio+.radio{margin-top:-5px}.checkbox-inline,.radio-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{margin-top:0;margin-left:10px}fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled]{cursor:not-allowed}.checkbox-inline.disabled,.radio-inline.disabled,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio-inline{cursor:not-allowed}.checkbox.disabled label,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .radio label{cursor:not-allowed}.form-control-static{min-height:34px;padding-top:7px;padding-bottom:7px;margin-bottom:0}.form-control-static.input-lg,.form-control-static.input-sm{padding-right:0;padding-left:0}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}select[multiple].input-sm,textarea.input-sm{height:auto}.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.form-group-sm select.form-control{height:30px;line-height:30px}.form-group-sm select[multiple].form-control,.form-group-sm textarea.form-control{height:auto}.form-group-sm .form-control-static{height:30px;min-height:32px;padding:6px 10px;font-size:12px;line-height:1.5}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-lg{height:46px;line-height:46px}select[multiple].input-lg,textarea.input-lg{height:auto}.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.form-group-lg select.form-control{height:46px;line-height:46px}.form-group-lg select[multiple].form-control,.form-group-lg textarea.form-control{height:auto}.form-group-lg .form-control-static{height:46px;min-height:38px;padding:11px 16px;font-size:18px;line-height:1.3333333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.form-group-lg .form-control+.form-control-feedback,.input-group-lg+.form-control-feedback,.input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.form-group-sm .form-control+.form-control-feedback,.input-group-sm+.form-control-feedback,.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.has-success .form-control-feedback{color:#3c763d}.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.has-error .form-control-feedback{color:#a94442}.has-feedback label~.form-control-feedback{top:25px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .checkbox,.form-inline .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .checkbox label,.form-inline .radio label{padding-left:0}.form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .checkbox,.form-horizontal .radio{min-height:27px}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:right}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:11px;font-size:18px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:12px}}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px}.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn.focus,.btn:focus,.btn:hover{color:#333;text-decoration:none}.btn.active,.btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default.focus,.btn-default:focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}.btn-default:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.dropdown-toggle.btn-default.focus,.open>.dropdown-toggle.btn-default:focus,.open>.dropdown-toggle.btn-default:hover{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled.focus,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled].focus,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#286090;border-color:#122b40}.btn-primary:hover{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover{color:#fff;background-color:#204d74;border-color:#122b40}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled.focus,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled].focus,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success.focus,.btn-success:focus{color:#fff;background-color:#449d44;border-color:#255625}.btn-success:hover{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.dropdown-toggle.btn-success.focus,.open>.dropdown-toggle.btn-success:focus,.open>.dropdown-toggle.btn-success:hover{color:#fff;background-color:#398439;border-color:#255625}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled.focus,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled].focus,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info.focus,.btn-info:focus{color:#fff;background-color:#31b0d5;border-color:#1b6d85}.btn-info:hover{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.dropdown-toggle.btn-info.focus,.open>.dropdown-toggle.btn-info:focus,.open>.dropdown-toggle.btn-info:hover{color:#fff;background-color:#269abc;border-color:#1b6d85}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled.focus,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled].focus,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning.focus,.btn-warning:focus{color:#fff;background-color:#ec971f;border-color:#985f0d}.btn-warning:hover{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.dropdown-toggle.btn-warning.focus,.open>.dropdown-toggle.btn-warning:focus,.open>.dropdown-toggle.btn-warning:hover{color:#fff;background-color:#d58512;border-color:#985f0d}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled.focus,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled].focus,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger.focus,.btn-danger:focus{color:#fff;background-color:#c9302c;border-color:#761c19}.btn-danger:hover{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.dropdown-toggle.btn-danger.focus,.open>.dropdown-toggle.btn-danger:focus,.open>.dropdown-toggle.btn-danger:hover{color:#fff;background-color:#ac2925;border-color:#761c19}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled.focus,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled].focus,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{font-weight:400;color:#337ab7;border-radius:0}.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#777;text-decoration:none}.btn-group-lg>.btn,.btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-group-sm>.btn,.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-xs>.btn,.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-property:height,visibility;-o-transition-property:height,visibility;transition-property:height,visibility}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid\9;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown,.dropup{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175)}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;background-color:#337ab7;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{color:#777}.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{right:0;left:auto}.dropdown-menu-left{right:auto;left:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px dashed;border-bottom:4px solid\9}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}.navbar-right .dropdown-menu-left{right:auto;left:0}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;float:left}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-top-right-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{display:table-cell;float:none;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*=col-]{float:none;padding-right:0;padding-left:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group .form-control:focus{z-index:3}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn,textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn,textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn{height:auto}.input-group .form-control,.input-group-addon,.input-group-btn{display:table-cell}.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type=checkbox],.input-group-addon input[type=radio]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{z-index:2;margin-left:-1px}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:focus,.nav>li>a:hover{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:focus,.nav>li.disabled>a:hover{color:#777;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{background-color:#eee;border-color:#337ab7}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover{color:#fff;background-color:#337ab7}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{padding-right:15px;padding-left:15px;overflow-x:visible;-webkit-overflow-scrolling:touch;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1)}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse{padding-right:0;padding-left:0}}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:200px}}.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-bottom,.navbar-fixed-top{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-bottom,.navbar-fixed-top{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;height:50px;padding:15px 15px;font-size:18px;line-height:20px}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-brand>img{display:block}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}.navbar-form{padding:10px 15px;margin-top:8px;margin-right:-15px;margin-bottom:8px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1)}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .checkbox,.navbar-form .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .checkbox label,.navbar-form .radio label{padding-left:0}.navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:768px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-right:15px;margin-left:15px}}@media (min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{color:#555;background-color:#e7e7e7}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:focus,.navbar-default .btn-link:hover{color:#333}.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover{color:#fff;background-color:#080808}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#9d9d9d}.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover{color:#fff}.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/\00a0"}.breadcrumb>.active{color:#777}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{z-index:2;color:#23527c;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:3;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.3333333}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:focus,.pager li>a:hover{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{color:#777;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:focus,a.label:hover{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#777}.label-default[href]:focus,.label-default[href]:hover{background-color:#5e5e5e}.label-primary{background-color:#337ab7}.label-primary[href]:focus,.label-primary[href]:hover{background-color:#286090}.label-success{background-color:#5cb85c}.label-success[href]:focus,.label-success[href]:hover{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:focus,.label-info[href]:hover{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:focus,.label-warning[href]:hover{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:focus,.label-danger[href]:hover{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:middle;background-color:#777;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-group-xs>.btn .badge,.btn-xs .badge{top:0;padding:1px 5px}a.badge:focus,a.badge:hover{color:#fff;text-decoration:none;cursor:pointer}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#337ab7;background-color:#fff}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding-top:30px;padding-bottom:30px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron .h1,.jumbotron h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron>hr{border-top-color:#d5d5d5}.container .jumbotron,.container-fluid .jumbotron{padding-right:15px;padding-left:15px;border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron,.container-fluid .jumbotron{padding-right:60px;padding-left:60px}.jumbotron .h1,.jumbotron h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.thumbnail a>img,.thumbnail>img{margin-right:auto;margin-left:auto}a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover{border-color:#337ab7}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress-bar-striped,.progress-striped .progress-bar{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.progress-bar.active,.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{overflow:hidden;zoom:1}.media-body{width:10000px}.media-object{display:block}.media-object.img-thumbnail{max-width:none}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-body,.media-left,.media-right{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:20px}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}a.list-group-item,button.list-group-item{color:#555}a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading{color:#333}a.list-group-item:focus,a.list-group-item:hover,button.list-group-item:focus,button.list-group-item:hover{color:#555;text-decoration:none;background-color:#f5f5f5}button.list-group-item{width:100%;text-align:left}.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover{color:#777;cursor:not-allowed;background-color:#eee}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text{color:#c7ddef}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success,button.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.list-group-item-success:hover{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover,button.list-group-item-success.active,button.list-group-item-success.active:focus,button.list-group-item-success.active:hover{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info,button.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover,button.list-group-item-info.active,button.list-group-item-info.active:focus,button.list-group-item-info.active:hover{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning,button.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.list-group-item-warning:hover{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover,button.list-group-item-warning.active,button.list-group-item-warning.active:focus,button.list-group-item-warning.active:hover{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger,button.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:focus,a.list-group-item-danger:hover,button.list-group-item-danger:focus,button.list-group-item-danger:hover{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover,button.list-group-item-danger.active,button.list-group-item-danger.active:focus,button.list-group-item-danger.active:hover{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-left-radius:0;border-top-right-radius:0}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption{padding-right:15px;padding-left:15px}.panel>.table-responsive:first-child>.table:first-child,.panel>.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table-responsive:last-child>.table:last-child,.panel>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{margin-bottom:0;border:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#337ab7}.panel-primary>.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#337ab7}.panel-primary>.panel-heading .badge{color:#337ab7;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#337ab7}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out;-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%)}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;filter:alpha(opacity=0);opacity:0;line-break:auto}.tooltip.in{filter:alpha(opacity=90);opacity:.9}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{right:5px;bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);line-break:auto}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{content:"";border-width:10px}.popover.top>.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}.popover.top>.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,.25);border-left-width:0}.popover.right>.arrow:after{bottom:-10px;left:1px;content:" ";border-right-color:#fff;border-left-width:0}.popover.bottom>.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25)}.popover.bottom>.arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left>.arrow:after{right:1px;bottom:-10px;content:" ";border-right-width:0;border-left-color:#fff}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>a>img,.carousel-inner>.item>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-inner>.item.active.right,.carousel-inner>.item.next{left:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.carousel-inner>.item.active.left,.carousel-inner>.item.prev{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right{left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);background-color:rgba(0,0,0,0);filter:alpha(opacity=50);opacity:.5}.carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);background-repeat:repeat-x}.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);background-repeat:repeat-x}.carousel-control:focus,.carousel-control:hover{color:#fff;text-decoration:none;filter:alpha(opacity=90);outline:0;opacity:.9}.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{position:absolute;top:50%;z-index:5;display:inline-block;margin-top:-10px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{left:50%;margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{right:50%;margin-right:-10px}.carousel-control .icon-next,.carousel-control .icon-prev{width:20px;height:20px;font-family:serif;line-height:1}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000\9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{width:30px;height:30px;margin-top:-10px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-10px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.modal-header:after,.modal-header:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before{display:table;content:" "}.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.modal-header:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-lg,.visible-md,.visible-sm,.visible-xs{display:none!important}.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table!important}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}}@media (max-width:767px){.visible-xs-block{display:block!important}}@media (max-width:767px){.visible-xs-inline{display:inline!important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table!important}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table!important}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table!important}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}}@media (min-width:1200px){.visible-lg-block{display:block!important}}@media (min-width:1200px){.visible-lg-inline{display:inline!important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table!important}tr.visible-print{display:table-row!important}td.visible-print,th.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}} /*# sourceMappingURL=bootstrap.min.css.map */ /*-------------------------------------------------------------------------------------------------------------------------------*/ /*This is main CSS file that contains custom style rules used in this template*/ /*-------------------------------------------------------------------------------------------------------------------------------*/ /* Template Name: MagPlus */ /* Version: 1.0 Initial Release */ /* Build Date: 12-09-2017 */ /* Author: theme_bubble */ /*-------------------------------------------------------------------------------------------------------------------------------*/ /*--------------------------------------------------------*/ /* TABLE OF CONTENTS: */ /*--------------------------------------------------------*/ /* 01 - RESET STYLES */ /* 02 - LOADRER */ /* 03 - GLOBAL SETTINGS */ /* 04 - ELEMENTS */ /* 05 - TT-HEADER */ /* 06 - TT-S-POPUP */ /* 07 - TT-SWIPER */ /* 08 - TT-MSLIDE */ /* 09 - TT-SLIDER-WIDE */ /* 10 - TT-SPONSOR */ /* 11 - TT-TITLE-BLOCK */ /* 12 - TT-TITLE-BLOCK TYPE-2 */ /* 13 - TT-TITLE-BLOCK-2 */ /* 14 - TT-POST */ /* 15 - TT-POST TYPE-2*/ /* 16 - TT-POST TYPE-3*/ /* 17 - TT-POST TYPE-4*/ /* 18 - TT-POST TYPE-5*/ /* 19 - TT-POST TYPE-6*/ /* 20 - TT-POST TYPE-7*/ /* 21 - TT-POST TYPE-8*/ /* 22 - TT-POST TYPE-9*/ /* 23 - TT-POST-LIST */ /* 24 - TT-BORDER-BLOCK */ /* 25 - TT-NEWSLETTER */ /* 26 - TT-TAB-WRAPPER TYPE-1 */ /* 27 - TT-FOOTER */ /* 28 - TT-TAGS */ /* 29 - TT-PAGINATION */ /* 30 - TT-BLOG */ /* 31 - TT-THUMB-POPUP */ /* 32 - TT-VIDEO-POPUP */ /* 33 - TT-AUTHOR */ /* 34 - TT-COMMENT */ /* 35 - TT-COMMENT-FORM */ /* 36 - TT-SEARCH */ /* 37 - TT-SHARE */ /* 38 - TT-HEADING */ /* 39 - TT-CONTACT */ /* 40 - TT-ABOUT */ /* 41 - TT-NEWS */ /* 42 - TT-BANNER */ /* 43 - TT-MSLIDE-2 */ /* 44 - CUSTOM 5 COL */ /* 45 - CUSTOM MARGINS */ /*-------------------------------------------------------------------------------------------------------------------------------*/ /* 01 - RESET STYLES */ /*-------------------------------------------------------------------------------------------------------------------------------*/ 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; } blockquote, q { quotes: none; } img { max-width: 100%; height: auto; vertical-align: middle; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } body * { -webkit-text-size-adjust: none; } .clear { clear: both; overflow: hidden; height: 0px; font-size: 0px; display: block; } input:focus, select:focus, textarea:focus, button:focus { outline: none; } input, textarea, select { font-family: 'Roboto', sans-serif, Arial; font-weight: 400; -moz-border-radius: 0; border-radius: 0; } a, a:link, a:visited, a:active, a:hover { cursor: pointer; text-decoration: none; outline: none; } hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; } ul, ol { padding: 0; } ul li ul, ol li ol { padding-left: 15px; } ul { list-style: disc; list-style-position: inside; } ol { list-style: decimal; list-style-position: inside; } li>ul, li>ol { margin-bottom: 0; } dl { margin: 0 0 1.75em; } dt { font-weight: 700; } dd { margin: 0 0 1.75em; } del { opacity: 0.8; } table, th, td { border: 1px solid #d1d1d1; } caption, th, td { font-weight: normal; text-align: left; } th { border-width: 0 1px 1px 0; font-weight: 700; } td { border-width: 0 1px 1px 0; } th, td { padding: 10px; } table { margin-bottom: 30px; width: 100%; } body { font-family: 'Roboto', sans-serif, Arial; font-weight: normal; font-size: 14px; line-height: 1; background: #444; overflow-y: scroll; } /*-------------------------------------------------------------------------------------------------------------------------------*/ /* 02 - LOADRER */ /*-------------------------------------------------------------------------------------------------------------------------------*/ #loader-wrapper { background-color: #fff; height: 100%; width: 100%; position: fixed; z-index: 200; margin-top: 0px; top: 0px; } #loading-text { position: absolute; left: 50%; top: 50%; font-family: 'Roboto'; margin-top: 45px; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); font-size: 16px; line-height: 22px; font-weight: 700; color: #222; } #loader { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } #loader { height: 0; width: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border: 0 solid #51c8fa; -moz-border-radius: 50%; border-radius: 50%; -webkit-animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1); -moz-animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1); animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1); } @-webkit-keyframes loader-figure { 0% { height: 0; width: 0; } 30% { height: 2em; width: 2em; border-width: 1em; opacity: 1; } 100% { height: 2em; width: 2em; border-width: 0; opacity: 0; } } @-moz-keyframes loader-figure { 0% { height: 0; width: 0; } 30% { height: 2em; width: 2em; border-width: 1em; opacity: 1; } 100% { height: 2em; width: 2em; border-width: 0; opacity: 0; } } @keyframes loader-figure { 0% { height: 0; width: 0; } 30% { height: 2em; width: 2em; border-width: 1em; opacity: 1; } 100% { height: 2em; width: 2em; border-width: 0; opacity: 0; } } /*-------------------------------------------------------------------------------------------------------------------------------*/ /* 03 - GLOBAL SETTINGS */ /*-------------------------------------------------------------------------------------------------------------------------------*/ body.bg-grey { background-color: #dfdfdf; -webkit-background-size: contain; -moz-background-size: contain; background-size: cover; background-repeat: no-repeat; background-position: top center; background-attachment: fixed; } .bg-white { background: #fff; margin-left: -15px; margin-right: -15px; padding-left: 15px; padding-right: 15px; } /*table*/ .table-view { height: 100%; width: 100%; display: table; } .row-view { display: table-row; } .cell-view { display: table-cell; vertical-align: middle; } .background-block { -moz-background-size: cover; -webkit-background-size: cover; background-size: cover; background-position: center center; } /*nopadding class*/ .nopadding { padding-left: 0; padding-right: 0; } .nomargin { margin-left: 0; margin-right: 0; } a, input, textarea, button, select { outline: none !important; } a { -webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; } a, a:link, a:visited, a:active, a:hover { cursor: pointer; text-decoration: none; outline: none; } a:focus { text-decoration: none; } #wrapper { overflow: hidden; } .boxed #content-wrapper { width: 1338px; margin: 0 auto; } .fluid-9 { padding-left: 9px; padding-right: -9px; overflow: hidden; } .row-14 { margin-left: -7px; margin-right: -7px; } .row-14>div[class^="col-"] { padding-left: 7px; padding-right: 7px; } @media (min-width:1310px) { .container { width: 1280px; } } /*-------------------------------------------------------------------------------------------------------------------------------*/ /* 04 - ELEMENTS */ /*-------------------------------------------------------------------------------------------------------------------------------*/ /*custom hover*/ .custom-hover { display: inline-block; font-size: 0; position: relative; overflow: hidden; vertical-align: top; max-width: 100%; -webkit-transform: translateZ(0); -moz-transform: translateZ(0); transform: translateZ(0); } .custom-hover img, .custom-hover-img { max-width: 100%; -webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; } .custom-hover:hover img, .custom-hover:hover .custom-hover-img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); } /*typography*/ .simple-text h1, .c-h1 { font-family: 'Roboto'; font-size: 48px; line-height: 58px; font-weight: 700; color: #111; } .simple-text h2, .c-h2 { font-family: 'Roboto'; font-size: 32px; line-height: 38px; font-weight: 700; color: #111; } .simple-text h3, .c-h3 { font-family: 'Roboto'; font-size: 28px; line-height: 34px; font-weight: 700; color: #111; } .simple-text h3 small, .c-h3 small { font-size: 24px; line-height: 28px; font-weight: inherit; color: inherit; } .simple-text h4, .c-h4 { font-family: 'Roboto'; font-size: 20px; line-height: 24px; font-weight: 700; color: #111; } .simple-text h4 small, .c-h4 small { font-size: 18px; line-height: 22px; font-weight: inherit; color: inherit; } .simple-text h5, .c-h5 { font-family: 'Roboto'; font-size: 16px; line-height: 20px; font-weight: 700; color: #111; } .simple-text h5 small, .c-h5 small { font-size: 14px; line-height: 18px; font-weight: inherit; color: inherit; } .simple-text h6, .c-h6 { font-family: 'Roboto'; font-size: 13px; line-height: 17px; font-weight: 700; color: #111; } .simple-text h6 small, .c-h6 small { font-size: 12px; line-height: 16px; font-weight: inherit; color: inherit; } @media (max-width:767px) { .simple-text h1, .c-h1 { font-size: 32px; line-height: 38px; } .simple-text h2, .c-h2 { font-size: 28px; line-height: 34px; } .simple-text h3, .c-h3 { font-size: 26px; line-height: 30px; } .tt-rating-progress, .tt-rating-average { float: none !important; width: 100% !important; } .tt-header-type-6 .tt-s-popup-btn { color: #111; } .tt-header-type-6.tt-header .cmn-mobile-switch span, .tt-header-type-6.tt-header .cmn-mobile-switch::before, .tt-header-type-6.tt-header .cmn-mobile-switch::after { background: #111; } } .simple-text { font-size: 13px; line-height: 1.6; font-weight: 400; color: #666; } .simple-text i, .simple-text em { font-style: italic; } .simple-text b, .simple-text strong, strong, b { font-weight: 700; } .simple-text u { text-decoration: underline; } .simple-text a { color: #51c8fa; } .simple-text a:hover { color: #111; } .simple-text.size-2 { font-size: 11px; line-height: 16px; } .simple-text.size-3 { font-size: 24px; line-height: 36px; } .simple-text.size-4 { font-size: 18px; line-height: 30px; } .simple-text.size-5 { font-size: 14px; line-height: 18px; } .simple-text.size-6 { font-size: 16px; line-height: 24px; } .simple-text.color-2 { color: #111; } .simple-text.color-3 { color: #b5b5b5; } .simple-text.color-4 { color: rgba(255, 255, 255, 0.7); } .simple-text.color-5 { color: #a9b3ae; } .simple-text.font-Roboto { font-family: 'Roboto'; } .simple-text.title-droid h1, .simple-text.title-droid h2, .simple-text.title-droid h3, .simple-text.title-droid h4, .simple-text.title-droid h5, .simple-text.title-droid h6 { font-family: 'Roboto'; } /*margins*/ .simple-text p, .simple-text h1, .simple-text h2, .simple-text h3, .simple-text h4, .simple-text h5, .simple-text h6, .simple-text img, .simple-text blockquote, .simple-text ul, .simple-text ol, .simple-text div[class^="col-"], .simple-text .embed-responsive, .simple-text .instagram-media, .simple-text .swiper-container, .simple-text iframe { max-width: 100%; margin-bottom: 20px; } .simple-text .row:last-child { margin-bottom: -20px; } .simple-text *:last-child { margin-bottom: 0; } /*margins*/ .simple-text.margin-big p, .simple-text.margin-big img, .simple-text.margin-big blockquote, .simple-text.margin-big ul, .simple-text.margin-big ol, .simple-text.margin-big div[class^="col-"] { margin-bottom: 40px; } .simple-text.margin-big .row:last-child { margin-bottom: -40px; } .simple-text.margin-big *:last-child { margin-bottom: 0; } @media (max-width:767px) { .simple-text.margin-big p, .simple-text.margin-big img, .simple-text.margin-big blockquote, .simple-text.margin-big ul, .simple-text.margin-big ol, .simple-text.margin-big div[class^="col-"] { margin-bottom: 20px; } .simple-text.margin-big .row:last-child { margin-bottom: -20px; } .simple-text.margin-big *:last-child { margin-bottom: 0; } } /*blockquote*/ .simple-text blockquote { font-size: 24px; line-height: 30px; color: #111; border: 1px solid #eaeaea; text-align: center; padding: 56px 60px; } .simple-text blockquote p, .simple-text.margin-big blockquote p { margin-bottom: 20px; } .simple-text blockquote p:last-child, .simple-text.margin-big blockquote p:last-child { margin-bottom: 0; } .simple-text blockquote footer { font-size: 18px; line-height: 30px; font-weight: 700; margin-top: -11px; color: #111; } .simple-text blockquote footer:before { content: '-'; } @media (max-width:767px) { .simple-text blockquote { padding: 30px 15px; } } .simple-text .simple-img[align="left"] { float: left; margin-right: 30px; margin-bottom: 20px; } .simple-text .simple-img[align="right"] { float: left; margin-right: 30px; margin-bottom: 20px; } /*c-btn type-1*/ .c-btn, .tt-comment-form .form-submit { display: inline-block; overflow: hidden; vertical-align: bottom; } .c-btn.type-1, .tt-comment-form .form-submit { position: relative; font-family: 'Roboto'; font-size: 10px; line-height: 18px; font-weight: 400; color: #111; border: 2px solid #111; text-transform: uppercase; text-align: center; z-index: 2; } .c-btn.type-1 span, .c-btn.type-1 input, .tt-comment-form .form-submit input { font-family: inherit; display: block; font-weight: 600; position: relative; padding: 2px 35px 1px 35px; } .c-btn.type-1:before, .tt-comment-form .form-submit:before { content: ''; position: absolute; width: 0; height: 100%; left: -10%; bottom: 0; background: #111; -webkit-transform: skewX(15deg); -moz-transform: skewX(15deg); -ms-transform: skewX(15deg); transform: skewX(15deg); -webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; } .c-btn.type-1 input, .tt-comment-form .form-submit input { background: transparent; border: 0; font-size: inherit; line-height: inherit; text-transform: inherit; letter-spacing: inherit; font-weight: inherit; } .c-btn.type-1:hover, .tt-comment-form .form-submit:hover { color: #fff; } .c-btn.type-1:hover:before, .tt-comment-form .form-submit:hover:before { width: 120%; } .c-btn.type-1.inherit, .tt-comment-form .form-submit { text-transform: inherit; } .c-btn.type-1.size-2, .tt-comment-form .form-submit { font-size: 14px; font-weight: 700; } .c-btn.type-1.size-2 span, .c-btn.type-1.size-2 input { padding: 9px 23px 7px 23px; } .c-btn.type-1.size-3 { font-size: 12px; font-weight: 700; width: 100%; } .c-btn.type-1.size-3 span, .c-btn.type-1.size-3 input { width: 100%; padding: 10px 23px 8px 23px; } .c-btn.type-1.size-3 .fa { font-size: 16px; line-height: 16px; margin-right: 5px; vertical-align: text-top; } .c-btn.type-1.size-4 { font-size: 12px; font-weight: 700; } .c-btn.type-1.size-4 span, .c-btn.type-1.size-4 input { padding: 6px 15px 3px 15px; } .c-btn.type-1.full { width: 100%; } .c-btn.type-1.full span, .c-btn.type-1.full input { width: 100%; } .c-btn.type-1.color-2, .tt-comment-form .form-submit { border-color: #51c8fa; color: #51c8fa; } .c-btn.type-1.color-2:before, .tt-comment-form .form-submit:before { background: #51c8fa; } .c-btn.type-1.color-2:hover, .tt-comment-form .form-submit:hover { color: #fff; } .c-btn.type-1.color-3 { border-color: #485f95; color: #485f95; } .c-btn.type-1.color-3:before { background: #485f95; } .c-btn.type-1.color-3:hover { color: #fff; } .c-btn.type-1.color-4 { border-color: #49c4f0; color: #49c4f0; } .c-btn.type-1.color-4:before { background: #49c4f0; } .c-btn.type-1.color-4:hover { color: #fff; } .c-btn.type-1.color-5 { border-color: #4a7393; color: #4a7393; } .c-btn.type-1.color-5:before { background: #4a7393; } .c-btn.type-1.color-5:hover { color: #fff; } .c-btn.type-1.color-6 { border-color: #efefef; color: #666; } .c-btn.type-1.color-6:before { background: #efefef; } .c-btn.type-1.color-7 { border-color: #666; color: #666; } .c-btn.type-1.color-7:before { background: #666; } .c-btn.type-1.color-7:hover { color: #fff; } .c-btn.type-1.style-2, .tt-comment-form .form-submit { background: #111; color: #fff; } .c-btn.type-1.style-2:before { background: #fff; } .c-btn.type-1.style-2:hover { color: #111; } .c-btn.type-1.style-2.color-2, .tt-comment-form .form-submit { background: #51c8fa; } .c-btn.type-1.style-2.color-2:before, .tt-comment-form .form-submit:before { background: #fff; } .c-btn.type-1.style-2.color-2:hover, .tt-comment-form .form-submit:hover { color: #51c8fa; } .c-btn.type-1.style-2.color-3 { background: #485f95; } .c-btn.type-1.style-2.color-3:before { background: #fff; } .c-btn.type-1.style-2.color-3:hover { color: #485f95; } .c-btn.type-1.style-2.color-4 { background: #49c4f0; } .c-btn.type-1.style-2.color-4:before { background: #fff; } .c-btn.type-1.style-2.color-4:hover { color: #49c4f0; } .c-btn.type-1.style-2.color-5 { background: #4a7393; } .c-btn.type-1.style-2.color-5:before { background: #fff; } .c-btn.type-1.style-2.color-5:hover { color: #4a7393; } .c-btn.type-1.style-2.color-6 { background: #efefef; color: #666; } .c-btn.type-1.style-2.color-6:before { background: #fff; } .c-btn.type-1.style-2.color-7 { background: #666; } .c-btn.type-1.style-2.color-7:before { background: #fff; } .c-btn.type-1.style-2.color-7:hover { color: #666; } @media (max-width:767px) { .c-btn.type-1 { width: 100%; } .c-btn.type-1 input { width: 100%; text-align: center; } } /*c-btn type-2*/ .c-btn.type-2 { display: block; font-family: 'Roboto'; font-size: 12px; line-height: 16px; font-weight: 700; color: #666; text-transform: uppercase; text-align: center; } .c-btn.type-2:hover { color: #51c8fa; } .c-btn.type-3, .footer_widget.widget_tag_cloud .tagcloud a { font-family: 'Roboto'; font-size: 10px; line-height: 14px; font-weight: 400; color: #fff; opacity: 0.4; text-transform: uppercase; border: 1px solid rgba(255, 255, 255, 0.2); padding: 3px 7px; -moz-border-radius: 3px; border-radius: 3px; } .c-btn.type-3:hover, .footer_widget.widget_tag_cloud .tagcloud a:hover { opacity: 1; border-color: #fff; } .c-btn.type-3.color-2 { color: #fff; border-color: #fff; opacity: 1; } .c-btn.type-3.color-2:hover { color: #51c8fa; border-color: #51c8fa; } .c-btn.type-3.color-3 { color: #51c8fa; opacity: 1; border-color: #eaeaea; } .c-btn.type-3.color-3:hover { color: #111; } .c-btn.type-3.color-4 { color: rgba(102, 102, 102, 0.6); opacity: 1; border-color: rgba(102, 102, 102, 0.1); } .c-btn.type-3.color-4:hover { color: #111; border-color: #111; } /*c-input*/ .c-input { width: 100%; height: 40px; font-family: 'Roboto'; font-size: 13px; line-height: 38px; font-weight: 400; color: #b5b5b5; padding: 0 15px; border: 1px solid #eaeaea; -webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; } .c-input::-webkit-input-placeholder { font-family: 'Roboto'; font-size: 13px; font-weight: 400; color: #b5b5b5; opacity: 1; } .c-input:-moz-placeholder { font-family: 'Roboto'; font-size: 13px; font-weight: 400; color: #b5b5b5; opacity: 1; } .c-input::-moz-placeholder { font-family: 'Roboto'; font-size: 13px; font-weight: 400; color: #b5b5b5; opacity: 1; } .c-input:-ms-input-placeholder { font-family: 'Roboto'; font-size: 13px; font-weight: 400; color: #b5b5b5; opacity: 1; } .c-input:focus { border-color: #51c8fa; } .c-input.size-2 { height: 52px; } .c-input.size-3 { height: 30px; } .c-area { width: 100%; height: 134px; font-family: 'Roboto'; font-size: 13px; line-height: 17px; font-weight: 400; color: #b5b5b5; padding: 10px 15px; border: 1px solid #eaeaea; -webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; } .c-area::-webkit-input-placeholder { font-family: 'Roboto'; font-size: 13px; font-weight: 400; color: #b5b5b5; opacity: 1; } .c-area:-moz-placeholder { font-family: 'Roboto'; font-size: 13px; font-weight: 400; color: #b5b5b5; opacity: 1; } .c-area::-moz-placeholder { font-family: 'Roboto'; font-size: 13px; font-weight: 400; color: #b5b5b5; opacity: 1; } .c-area:-ms-input-placeholder { font-family: 'Roboto'; font-size: 13px; font-weight: 400; color: #b5b5b5; opacity: 1; } .c-area:focus { border-color: #51c8fa; } .img-border { border: 1px solid #eaeaea; } .tt-devider { width: 100%; height: 1px; background: #eaeaea; } .pleft30 { padding-left: 30px; } @media (max-width:1199px) { .pleft30 { padding-left: 0; } } @media (max-width:767px) { .simple-image { display: table; margin-left: auto; margin-right: auto; } } /*-------------------------------------------------------------------------------------------------------------------------------*/ /* 05 - TT-HEADER */ /*-------------------------------------------------------------------------------------------------------------------------------*/ .tt-header-wrapper { background: #fff; border-bottom: 1px solid #eaeaea; -webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; } .tt-header { position: fixed; top: 0; left: 0; width: 100%; z-index: 101; } .tt-disable-sticky .tt-header, .tt-disble-sticky .tt-header.banner { position: relative !important; } .tt-disable-sticky.admin-bar .tt-header { top: 0; } .admin-bar .tt-header { top: 32px; } .admin-bar #content-wrapper.active .tt-header { top: 0 !important; } .tt-header ul { padding-left: 0; } .tt-header .logo { display: inline-block; position: relative; max-width: 370px; height: 52px; line-height: 52px; z-index: 101; } .tt-header .logo img { display: inline-block; max-width: 100%; max-height: 100%; width: auto; height: auto; vertical-align: middle; } /*general navigation*/ .tt-header .main-nav { font-family: 'Roboto'; } .tt-header .main-nav>ul { list-style: none; margin-bottom: 0; } .tt-header .main-nav>ul>li>a { font-size: 14px; line-height: 17px; font-weight: 400; color: #111; } .tt-header .main-nav>ul>li.active>a, .tt-header .main-nav>ul>li:hover>a { color: #51c8fa; } .tt-header .main-nav>ul>li>ul { list-style: none; } .tt-header .main-nav>ul>li>ul>li>ul { list-style: none; } /*nav-more*/ .tt-top-header-disable .tt-header .nav-more { top: 14px; } .tt-top-header-disable.header-style11 .tt-header .nav-more { top: 78px; } /* .header-style1 .tt-header .nav-more { top: 49px; }*/ .tt-header .nav-more { position: absolute; top: 61px; right: 50%; text-align: left; margin-right: -625px; height: 90px; line-height: 90px; -webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; } .tt-header .nav-more.nav-more-left { left: 50%; margin-left: -625px; width: 20%; } .tt-post-breaking-news.tt-post.type-7 .tt-post-img { width: auto; margin-right: 10px; } .tt-header .nav-more>* { vertical-align: middle; } /*cmn-toggle-switch*/ .cmn-toggle-switch:focus { outline: none; } .tt-header .cmn-toggle-switch { display: none; position: relative; float: right; margin-top: 19px; padding: 0; width: 30px; height: 17px; cursor: pointer; z-index: 101; } .tt-header .cmn-toggle-switch span { display: block; position: absolute; top: 7px; left: 0; right: 0; height: 3px; background: #949494; -webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; } .tt-header .cmn-toggle-switch::before, .tt-header .cmn-toggle-switch::after { content: ""; position: absolute; display: block; top: 7px; left: 0; width: 100%; height: 3px; background: #949494; -webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; } .tt-header .cmn-toggle-switch::before { margin-top: -7px; } .tt-header .cmn-toggle-switch::after { margin-top: 7px; } .tt-header .cmn-toggle-switch.active::before { -webkit-transform: translateY(7px) rotate(45deg); -moz-transform: translateY(7px) rotate(45deg); -ms-transform: translateY(7px) rotate(45deg); transform: translateY(7px) rotate(45deg); -webkit-transform-origin: center center; -moz-transform-origin: center center; -ms-transform-origin: center center; transform-origin: center center; } .tt-header .cmn-toggle-switch.active::after { -webkit-transform: translateY(-7px) rotate(-45deg); -moz-transform: translateY(-7px) rotate(-45deg); -ms-transform: translateY(-7px) rotate(-45deg); transform: translateY(-7px) rotate(-45deg); -webkit-transform-origin: center center; -moz-transform-origin: center center; -ms-transform-origin: center center; transform-origin: center center; } .tt-header .cmn-toggle-switch.active span { opacity: 0; } .tt-header-margin { height: 222px; } .tt-header.banner+.tt-header-margin { height: 428px; } .tt-s-popup-btn { display: block; width: 40px; height: 40px; font-size: 14px; line-height: 14px; color: #111; text-align: center; line-height: 40px; } .tt-s-popup-btn:hover { color: #51c8fa; } /*cmn-mobile-switch*/ .cmn-mobile-switch:focus { outline: none; } .tt-header .cmn-mobile-switch { position: absolute; bottom: -70px; left: 15px; padding: 0; width: 12px; height: 9px; cursor: pointer; z-index: 101; -webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; } .tt-header .cmn-mobile-switch span { display: block; position: absolute; top: 4px; left: 0; right: 0; height: 2px; background: #111; -webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; } .tt-header .cmn-mobile-switch::before, .tt-header .cmn-mobile-switch::after { content: ""; position: absolute; display: block; left: 0; width: 100%; height: 2px; background: #111; -webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; } .tt-header .cmn-mobile-switch::before { top: 0px; } .tt-header .cmn-mobile-switch::after { top: 8px; } .tt-header .cmn-mobile-switch:hover:before, .tt-header .cmn-mobile-switch:hover:after, .tt-header .cmn-mobile-switch:hover span { background: #111; } /*mobile block*/ .tt-mobile-block { position: fixed; top: 0; left: 0; bottom: 0; width: 270px; background: #000; overflow: auto; padding: 60px 30px 30px 30px; -webkit-transform: translateX(-100%); -moz-transform: translateX(-100%); -ms-transform: translateX(-100%); transform: translateX(-100%); z-index: 201; -webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; } .tt-mobile-block.active { -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); } .tt-mobile-overlay { display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; visibility: hidden; z-index: 200; -webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; } .tt-mobile-overlay.active { visibility: visible; } .tt-mobile-close { display: block; position: absolute; top: 18px; right: 20px; width: 16px; height: 16px; cursor: pointer; } .tt-mobile-close:before, .tt-mobile-close:after { content: ""; position: absolute; display: block; top: 7px; left: 0; width: 100%; height: 2px; background: #d1d1d1; -webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; } .tt-mobile-close:before { margin-top: -7px; -webkit-transform: translateY(7px) rotate(45deg); -moz-transform: translateY(7px) rotate(45deg); -ms-transform: translateY(7px) rotate(45deg); transform: translateY(7px) rotate(45deg); -webkit-transform-origin: center center; -moz-transform-origin: center center; -ms-transform-origin: center center; transform-origin: center center; } .tt-mobile-close:after { margin-top: 7px; -webkit-transform: translateY(-7px) rotate(-45deg); -moz-transform: translateY(-7px) rotate(-45deg); -ms-transform: translateY(-7px) rotate(-45deg); transform: translateY(-7px) rotate(-45deg); -webkit-transform-origin: center center; -moz-transform-origin: center center; -ms-transform-origin: center center; transform-origin: center center; } .tt-mobile-close:hover:before, .tt-mobile-close:hover:after { background: #fff; } .tt-mobile-logo { margin-bottom: 25px; } .tt-mobile-nav ul { list-style: none; } .tt-mobile-nav>ul>li { margin-bottom: 20px; } .tt-mobile-nav>ul>li:last-child { margin-bottom: 0; } .tt-mobile-nav>ul>li>a { display: block; position: relative; font-family: 'Roboto'; font-size: 13px; line-height: 17px; font-weight: 400 !important; color: #fff; opacity: 0.6; } .tt-mobile-nav ul li.menu-item-has-children>a:before { position: absolute; right: 0; top: 50%; margin-top: -6px; font-size: 12px; content: '\f107'; font-family: 'FontAwesome'; } .tt-mobile-nav>ul>li.active>a, .tt-mobile-nav>ul>li:hover>a { opacity: 0.9; } .tt-mobile-nav>ul>li>ul { padding-top: 15px; padding-left: 18px; padding-bottom: 2px; } .tt-mobile-nav>ul>li>ul>li, .tt-mobile-nav>ul>li>ul>li>ul>li { margin-bottom: 10px; } .tt-mobile-nav>ul>li>ul>li:last-child { margin-bottom: 0; } .tt-mobile-nav>ul>li>ul>li>a, .tt-mobile-nav>ul>li>ul>li>ul>li>a { position: relative; font-family: 'Roboto'; font-size: 12px; line-height: 16px; font-weight: 400; color: #fff; opacity: 0.6; } .tt-mobile-nav>ul>li>ul>li>a { margin-bottom: 10px; display: block; } .tt-mobile-nav>ul>li>ul>li.active>a, .tt-mobile-nav>ul>li>ul>li:hover>a, .tt-mobile-nav>ul>li>ul>li>ul>li:hover>a { opacity: 0.9; } #content-wrapper { -webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; background: #fff; } #content-wrapper.active { -webkit-transform: translateX(270px); -moz-transform: translateX(270px); -ms-transform: translateX(270px); transform: translateX(270px); } /*header banner*/ .tt-header.banner { position: absolute; padding-top: 0; } .tt-header.banner .tt-header-wrapper { position: relative; padding-top: 45px; } .tt-top-header-disable .tt-header-type-6 .tt-header-wrapper, .tt-top-header-disable .tt-header-wrapper { padding-top: 0; } .tt-header.banner .tt-header-banner { height: 200px; } .tt-top-header-disable .tt-header-type-6 .tt-header.banner .tt-header-banner { height: 200px; } .tt-top-header-disable.header-style4 .tt-header-margin { height: 193px; } .tt-header.banner.move { position: fixed; top: 0; } .tt-header.banner.move .tt-header-banner { display: none; } /*header boxed*/ .tt-header.boxed .tt-header-wrapper { position: relative; /*width: 1368px;*/ width: 1338px; /*padding-right: 15px; padding-left: 15px;*/ margin-right: auto; margin-left: auto; } @media (max-width:1309px) { .tt-header .nav-more { margin-right: -570px; } .tt-header.boxed .tt-header-wrapper { width: 1170px; } } @media (max-width:1199px) { .tt-header .nav-more { margin-right: -470px; max-width: 500px; } .tt-header .nav-more-left { margin-left: -471px !important; width: 26% !important; } .tt-header.boxed .tt-header-wrapper { width: 970px; } } @media (min-width:992px) { /*top line*/ .tt-header-wrapper { padding-top: 40px; } .tt-header .top-line { position: absolute; top: 0; left: 0; width: 100%; height: 40px; background: #000; } .tt-header .top-line-left { float: left; font-size: 0; } .tt-header .top-line-right { float: right; font-size: 0; } .tt-header .top-line-entry { display: inline-block; } .tt-header .top-menu { display: block; list-style: none; } .tt-header .top-menu li { display: inline-block; margin-right: 22px; } .tt-header .top-menu a { display: block; font-family: 'Roboto'; font-size: 12px; line-height: 16px; font-weight: 400; color: rgba(255, 255, 255, 0.6); padding: 12px 0; } .tt-header .top-menu a:hover { color: #fff; } .tt-header .top-social { display: block; list-style: none; } .tt-header .top-social li { display: inline-block; margin-right: 22px; } .tt-header .top-social a { display: block; font-size: 16px; line-height: 16px; color: rgba(255, 255, 255, 0.9); padding: 11px 0; } .tt-header .top-social a:hover { color: rgba(255, 255, 255, 0.6); } /*top inner*/ .tt-header .top-inner { position: relative; padding: 35px 0; text-align: center; border-bottom: 1px solid #eaeaea; -webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; } .tt-header .top-inner .container { position: relative; } .tt-s-popup-btn { position: absolute; bottom: -85px; right: 4px; } .tt-header .toggle-block { display: block !important; text-align: center; } .tt-header .main-nav { display: inline-block; vertical-align: top; } .tt-header .main-nav>ul>li { float: left; } .tt-header .main-nav>ul>li:not(.mega) { position: relative; } .tt-header .main-nav>ul>li>a { display: block; position: relative; padding: 21px 21px; } .tt-header .main-nav>ul>li>a:before { content: ''; display: block; position: absolute; top: 0; right: 0; bottom: 0; width: 1px; } .tt-header .main-nav>ul>li:last-child>a:before { display: none; } /*2nd level*/ .tt-header .main-nav>ul>li:not(.mega)>ul { display: block !important; position: absolute; top: 100%; left: 0; width: 200px; background: #fff; margin-top: -10px; padding: 10px 0; visibility: hidden; opacity: 0; border: 1px solid #eaeaea; -webkit-box-shadow: 0px 1px 0px 0px #eaeaea; -moz-box-shadow: 0px 1px 0px 0px #eaeaea; box-shadow: 0px 1px 0px 0px #eaeaea; -webkit-transform: translateY(40px); -moz-transform: translateY(40px); -ms-transform: translateY(40px); transform: translateY(40px); -webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; } .tt-header .main-nav>ul>li:not(.mega):hover>ul { visibility: visible; opacity: 1; -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -ms-transform: translateY(0px); transform: translateY(0px); } .tt-header .main-nav>ul>li:not(.mega)>ul>li { text-align: left; } .tt-header .main-nav>ul>li:not(.mega)>ul>li>a { display: block; font-family: 'Roboto'; position: relative; font-size: 13px; line-height: 17px; font-weight: 400 !important; color: #666; padding: 13px 35px 13px 19px; } .tt-header .main-nav>ul>li:not(.mega)>ul>li>a:hover { background: #51c8fa; color: #fff; } .tt-header .main-nav>ul>li:not(.mega)>ul>li>a .menu-toggle { display: none; } /*3rd level*/ .tt-header .main-nav>ul>li:not(.mega)>ul>li { position: relative; } .tt-header .main-nav>ul>li:not(.mega)>ul>li>ul { display: block !important; position: absolute; top: -11px; left: 100%; width: 216px; padding: 10px 0; background: #fff; border: 1px solid #eaeaea; visibility: hidden; opacity: 0; -webkit-box-shadow: 0px 1px 0px 0px #eaeaea; -moz-box-shadow: 0px 1px 0px 0px #eaeaea; box-shadow: 0px 1px 0px 0px #eaeaea; -webkit-transform: translateY(40px); -moz-transform: translateY(40px); -ms-transform: translateY(40px); transform: translateY(40px); -webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; z-index: 1; } .tt-header .main-nav>ul>li:not(.mega):nth-last-child(1)>ul>li>ul, .tt-header .main-nav>ul>li:nth-last-child(2)>ul>li>ul { left: auto; right: 100%; margin-right: 5px; } .tt-header .main-nav>ul>li:not(.mega)>ul>li:hover>ul { visibility: visible; opacity: 1; -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -ms-transform: translateY(0px); transform: translateY(0px); } .tt-header .main-nav>ul>li:not(.mega)>ul>li>ul>li { text-align: left; } .tt-header .main-nav>ul>li:not(.mega)>ul>li>ul>li>a { display: block; position: relative; font-size: 12px; line-height: 17px; font-weight: 400; color: #666; padding: 9px 19px 9px 19px; } .tt-header .main-nav>ul>li:not(.mega)>ul>li>ul>li>a:hover { background: #51c8fa; color: #fff; } /*mega*/ .tt-header .main-nav>ul>li.mega>.tt-mega-wrapper { display: block !important; position: absolute; top: 100%; left: 50%; width: 1126px; background: #fff; margin-top: -10px; margin-left: -563px; text-align: left; visibility: hidden; /*height: 100%;*/ height: auto; opacity: 0; border: 1px solid #eaeaea; -webkit-box-shadow: 0px 1px 0px 0px #eaeaea; -moz-box-shadow: 0px 1px 0px 0px #eaeaea; box-shadow: 0px 1px 0px 0px #eaeaea; -webkit-transform: translateY(40px); -moz-transform: translateY(40px); -ms-transform: translateY(40px); transform: translateY(40px); -webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; } .tt-header-type-6.tt-header .main-nav>ul>li.mega>.tt-mega-wrapper { margin-left: -263px; } .tt-header .main-nav>ul>li.mega:hover>.tt-mega-wrapper { visibility: visible; opacity: 1; -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -ms-transform: translateY(0px); transform: translateY(0px); } .tt-mega-list, .mega.type-2 ul.tt-mega-wrapper li>ul { position: absolute; top: 0; left: 0; /*height: 100%;*/ height: auto; list-style: none; width: 250px; padding: 40px 0; /*border-right: 1px solid #eaeaea;*/ } .tt-mega-list a, .mega.type-2 ul.tt-mega-wrapper li>ul a { display: block; font-family: 'Roboto'; font-size: 13px; font-weight: 400 !important; color: #666; padding: 13px 100px 13px 19px; } .tt-mega-list a:hover, .mega.type-2 ul.tt-mega-wrapper li>ul a:hover { background: #51c8fa; color: #fff; } .tt-mega-content { padding-left: 250px; } .tt-mega-entry { display: none; padding: 30px; border-left: 1px solid #eaeaea; height: 100%; } .tt-mega-entry.active { display: block; } .tt-mobile-nav>ul>li>ul, .tt-mobile-nav>ul>li>ul>li>ul { display: none; } .tt-mobile-nav>ul>li.active>ul { display: block !important; } .tt-mobile-nav .menu-toggle { display: none; } .tt-header .menu-toggle { margin-left: 6px; } .tt-header.stick .top-inner { padding: 15px 0; } .tt-header.stick .nav-more { -webkit-transform: translateY(-200%); -moz-transform: translateY(-200%); -ms-transform: translateY(-200%); transform: translateY(-200%); } .tt-header.stick .cmn-mobile-switch { bottom: -50px; } .tt-header.stick .tt-s-popup-btn { bottom: -65px; } .tt-header.color-2 .top-line { background: #e9e5d9; } .tt-header.color-2 .top-menu a { color: rgba(102, 102, 102, 0.6); } .tt-header.color-2 .top-menu a:hover { color: #51c8fa; } .tt-header.color-2 .top-social a { color: rgba(102, 102, 102, 0.6); } .tt-header.color-2 .top-social a:hover { color: #51c8fa; } /*banner*/ .tt-header.banner.stick .top-inner { padding: 35px 0; } .tt-header.banner.stick .cmn-mobile-switch { bottom: -70px; } .tt-header.banner.stick .tt-s-popup-btn { bottom: -85px; } .tt-header.banner.move .top-inner { padding: 15px 0; } .tt-header.banner.move .cmn-mobile-switch { bottom: -50px; } .tt-header.banner.move .tt-s-popup-btn { bottom: -65px; } /*boxed*/ .tt-header.boxed .top-inner, .header-style4 .tt-header .top-inner { text-align: left; } .header-style1 .tt-header.boxed .top-inner { text-align: center; } .tt-header.left .top-inner { text-align: left; } } @media (max-width: 1199px) { .tt-header .main-nav>ul>li.mega>.tt-mega-wrapper { width: 950px; margin-left: -475px; } } @media (max-width:991px) { .tt-header .logo { height: 52px; line-height: 52px; } .boxed #content-wrapper { width: 100%; } .tt-disable-sticky .tt-header { padding-left: 0; padding-right: 0; } .tt-disable-sticky .tt-header .top-inner { position: relative; } .tt-header { position: absolute; left: 0; right: 0; padding-left: 15px; padding-right: 15px; height: auto; } .tt-header .top-inner { position: fixed; top: 0; left: 0; right: 0; height: 70px; padding: 9px 15px; background: #fff; text-align: center; z-index: 1; -webkit-box-shadow: 0px 1px 2px 0px #eaeaea; -moz-box-shadow: 0px 1px 2px 0px #eaeaea; box-shadow: 0px 1px 2px 0px #eaeaea; } .admin-bar .tt-header .top-inner { margin-top: 0px; float: none; top: 49px; } .tt-header .top-inner-container { width: 750px; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; } .tt-header .toggle-block { display: none; } .tt-header .menu-toggle, .tt-header .menu-toggle-inner { position: absolute; top: 50%; right: 0; padding: 13px 16px; margin-top: -20px; } .tt-header .top-inner>.container { position: relative; } .tt-s-popup-btn { position: absolute; top: 50%; right: 0; margin-top: -20px; } .tt-header.banner+.tt-header-margin { height: 190px; } .tt-header-margin { height: 70px !important; } .tt-header .nav-more { margin-left: 0; padding-top: 0; } .tt-header .cmn-mobile-switch { top: 50%; bottom: auto; margin-top: -4px; display: block; } .tt-mobile-nav>ul>li>ul { display: none; } .tt-mobile-nav .menu-toggle { position: absolute; top: 50%; right: 0; width: 40px; height: 40px; margin-top: -20px; text-align: center; line-height: 40px; } .tt-header.banner { padding-left: 0; padding-right: 0; } .tt-header.banner .top-inner { position: absolute; top: 0; } .tt-header.banner .tt-header-banner { height: 120px; } .tt-header.boxed .tt-header-wrapper { width: 750px; } .tt-header.boxed .top-inner { width: 750px; left: 50%; margin-left: -375px; padding-left: 0; padding-right: 0; } .tt-header.boxed .tt-header-wrapper { -webkit-transition: none; -moz-transition: none; transition: none; } .tt-item-wh-25-wrap { float: none !important; display: block !important; } .slider-style17 .tt-slide-item.item-3 { border-bottom: 10px solid #fff; } } @media (max-width:767px) { .tt-header .top-inner-container { width: 100%; } .tt-header.banner .tt-header-banner { height: 60px; } .tt-header.banner+.tt-header-margin { height: 130px; } .tt-header.boxed .top-inner { width: 100%; left: 0; margin-left: 0; } .tt-header.boxed .tt-header-wrapper { width: 100%; } } @media (max-width:600px) { .tt-header .logo { max-width: 200px; } .tt-header.stick .top-inner { top: 0; } } /*-------------------------------------------------------------------------------------------------------------------------------*/ /* 06 - TT-S-POPUP */ /*-------------------------------------------------------------------------------------------------------------------------------*/ .tt-s-popup { position: fixed; left: 0px; top: 0px; width: 100%; height: 100%; z-index: 501; visibility: hidden; opacity: 0; -webkit-transform: scale(1.5); -moz-transform: scale(1.5); -ms-transform: scale(1.5); transform: scale(1.5); -webkit-transition: all 400ms cubic-bezier(0.345, 0.855, 0.565, 1) 10ms; -moz-transition: all 400ms cubic-bezier(0.345, 0.855, 0.565, 1) 10ms; transition: all 400ms cubic-bezier(0.345, 0.855, 0.565, 1) 10ms; } .tt-s-popup.open { visibility: visible; opacity: 1; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); transform: scale(1); } .tt-s-popup-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #fff; opacity: 0.9; } .tt-s-popup-content { position: absolute; left: 0; top: 0; right: 0; bottom: 0; overflow: auto; -webkit-overflow-scrolling: touch; font-size: 0; text-align: center; padding: 15px; } .tt-s-popup-content:after { content: ""; display: inline-block; vertical-align: middle; height: 100%; } .tt-s-popup-container { display: inline-block; vertical-align: middle; width: 100%; max-width: 945px; position: relative; text-align: left; } .tt-s-popup-layer { position: absolute; left: 0; bottom: 0; right: 0; height: 10000px; } .tt-s-popup-form { position: relative; width: 100%; background: #111; padding: 120px 63px 90px 63px; } .tt-s-popup-title { font-family: 'Roboto'; font-size: 14px; line-height: 18px; font-weight: 400; color: rgba(255, 255, 255, 0.6); padding-bottom: 0px; margin-top: 0; } .tt-s-popup-field { position: relative; } .tt-s-popup-field input[type="text"] { font-family: 'Roboto'; width: 100%; font-size: 36px; line-height: 36px; background: none; color: #fff; width: 100%; padding-right: 50px; padding-bottom: 12px; border: 0; } .tt-s-popup-field input[type="text"]::-webkit-input-placeholder { font-family: 'Roboto'; font-size: 36px; font-weight: 400; color: #fff; opacity: 0.4; } .tt-s-popup-field input[type="text"]:-moz-placeholder { font-family: 'Roboto'; font-size: 36px; font-weight: 400; color: #fff; opacity: 0.4; } .tt-s-popup-field input[type="text"]::-moz-placeholder { font-family: 'Roboto'; font-size: 36px; font-weight: 400; color: #fff; opacity: 0.4; } .tt-s-popup-field input[type="text"]:-ms-input-placeholder { font-family: 'Roboto'; font-size: 36px; font-weight: 400; color: #fff; opacity: 0.4; } .tt-s-popup-devider { position: relative; width: 100%; height: 2px; background: rgba(255, 255, 255, 0.4); margin-bottom: 6px; overflow: hidden; z-index: 5; -webkit-transition: all 400ms cubic-bezier(0.345, 0.855, 0.565, 1) 10ms; -moz-transition: all 400ms cubic-bezier(0.345, 0.855, 0.565, 1) 10ms; transition: all 400ms cubic-bezier(0.345, 0.855, 0.565, 1) 10ms; } .tt-s-popup-devider:after { content: ''; position: absolute; top: 0px; left: -100%; width: 100%; height: 2px; background: #51c8fa; z-index: 5; -webkit-transition: all 400ms cubic-bezier(0.345, 0.855, 0.565, 1) 10ms; -moz-transition: all 400ms cubic-bezier(0.345, 0.855, 0.565, 1) 10ms; transition: all 400ms cubic-bezier(0.345, 0.855, 0.565, 1) 10ms; } .tt-s-popup-field input[type="text"]:focus+.tt-s-popup-devider:after { left: 0; } .tt-s-popup-submit { position: absolute; top: 0; right: 0; width: 30px; height: 30px; line-height: 30px; text-align: center; color: #909090; } .tt-s-popup-submit input { position: absolute; top: 0px; right: 0px; width: 30px; height: 30px; padding: 0px; background: transparent; border: 0; } .tt-s-popup-submit .fa { font-size: 14px; -webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; } .tt-s-popup-submit:hover .fa { color: #51c8fa; } .tt-s-popup-close { position: absolute; right: 19px; top: 19px; width: 40px; height: 40px; } .tt-s-popup-close:before { content: ''; display: block; position: absolute; top: 50%; left: 50%; width: 22px; height: 1px; background: #787878; margin-left: -11px; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); -webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; } .tt-s-popup-close:after { content: ''; display: block; position: absolute; top: 50%; left: 50%; width: 22px; height: 1px; background: #787878; margin-left: -11px; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); -webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; } .tt-s-popup-close:hover:before, .tt-s-popup-close:hover:after { background: #51c8fa; } @media (max-width:767px) { .tt-s-popup form { padding: 30px; } .tt-s-popup-title { padding-bottom: 20px; } } /*-------------------------------------------------------------------------------------------------------------------------------*/ /* 07 - TT-SWIPER */ /*-------------------------------------------------------------------------------------------------------------------------------*/ .tt-custom-arrows { position: relative; } .custom-arrow-left, .custom-arrow-right { position: absolute; top: 50%; cursor: pointer; z-index: 99; } .tt-footer-post-slider .custom-arrow-left, .tt-footer-post-slider .custom-arrow-right { position: relative; display: inline-block; z-index: 8; } .custom-arrow-left { left: 0; } .custom-arrow-right { right: 0; } .custom-arrow-left.tt-swiper-arrow.type-2 { left: 20px; } .custom-arrow-right.tt-swiper-arrow.type-2 { right: 20px; } .c-arrow { width: 32px; height: 32px; font-size: 12px; line-height: 32px; text-align: center; color: #fff; background: rgba(17, 17, 17, 0.7); margin-top: -16px; -webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; } .c-arrow:hover { background: #111111; } .c-arrow .fa { font-style: normal; } .c-arrow.size-2 { width: 40px; height: 40px; font-size: 16px; line-height: 40px; margin-top: -20px; } .tt-trending-slider-post .c-arrow.size-2 { /*margin-top: -55px !important;*/ margin-top: 20px !important; width: 26px; height: 26px; line-height: 26px; margin: 0 2px; font-size: 12px; } .tt-trending-slider-post .c-arrow.pos-2.left { left: 0; } .tt-trending-slider-post .c-arrow.pos-2.right { right: 0; } .c-arrow.size-2.left .fa { margin-left: -2px; } .c-arrow.size-2.right .fa { margin-right: -2px; } .c-arrow.style-2 { border: 1px solid #404040; background: transparent; color: rgba(255, 255, 255, 0.6); } .c-arrow.style-2:hover { background: #404040; color: #fff; } .c-arrow.pos-2.left { left: -40px; } .c-arrow.pos-2.right { right: -40px; } .c-arrow.pos-3.left { left: -40px; margin-top: -45px; } .c-arrow.pos-3.right { right: -40px; margin-top: -45px; } .c-arrow.pos-4.left { top: auto; bottom: 10px; left: auto; right: 47px; margin-top: 0px; } .c-arrow.pos-4.right { top: auto; bottom: 10px; right: 10px; margin-top: 0px; } .widget_latest_posts_entries .tt-post-list.type-2 .c-arrow, .tt-classic-grid-series .tt-post-list.type-3 .c-arrow, .widget_recent_posts_entries .c-arrow, .widget_posts_tabbed_entries .tt-post-list .c-arrow { width: 22px; height: 22px; line-height: 22px; font-size: 10px; margin-top: -12px; } .c-pagination { position: absolute; bottom: 7px; left: 0; } .c-pagination .swiper-pagination-switch { width: 8px; height: 8px; } .c-pagination .swiper-active-switch { background: #fff; border-color: #fff; } .c-pagination.color-2 .swiper-pagination-switch { border-color: #51c8fa; } .c-pagination.color-2 .swiper-active-switch { background: #51c8fa; } .c-pagination.pos-2 { bottom: 13px; } .c-pagination.pos-3 { position: static; margin-top: 25px; } .tt-swiper-margin { margin-left: -15px; margin-right: -15px; } .tt-swiper-margin-entry { padding-left: 15px; padding-right: 15px; } .tt-swiper-margin-10 { margin-left: -5px; margin-right: -5px; } .tt-swiper-margin-10-entry { position: relative; padding-left: 5px; padding-right: 5px; } .tt-slide-anchor { position: absolute; left: 0; top: 0; z-index: 1; display: block; width: 100%; height: 100%; } /*-------------------------------------------------------------------------------------------------------------------------------*/ /* 08 - TT-MSLIDE */ /*-------------------------------------------------------------------------------------------------------------------------------*/ .tt-mslide { position: relative; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; background-position: center center; } .tt-mslide:before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url(/wp-content/themes/magplus/css/../img/slider/shadow.png); -webkit-background-size: 100% 100%; -moz-background-size: 100% 100%; background-size: 100% 100%; } .tt-mslide-table { position: relative; display: table; width: 100%; height: 454px; padding: 40px 0; } .tt-mslide-cell { display: table-cell; position: relative; vertical-align: middle; } .tt-mslide-block { position: absolute; bottom: 0; left: 0; width: 41.66666667%; z-index: 1; } .slider-style2 .tt-mslide-block { width: 70%; } .slider-style2-post-grid { position: relative; z-index: 999; background: rgba(0, 0, 0, 0.6); padding: 30px; } .slider-style6 .tt-mslide-block { width: 100%; text-align: center; top: 50%; margin-top: -60px; } .slider-style6 .tt-mslide-table { height: calc(100vh - 223px); } .slider-style6 .tt-mslide-title.c-h1 { width: 40%; font-size: 36px !important; line-height: 1.2em; margin: 0 auto; } .slider-style6 .tt-mslide-label { font-size: 16px !important; margin-top: 18px; } .tt-mslide.long .tt-mslide-block { width: 100%; } .tt-mslide-cat { font-size: 0; margin-bottom: 12px; } .tt-mslide-cat .c-btn { margin-right: 10px; } .tt-mslide-cat .c-btn:last-child { margin-right: 0; } .tt-mslide-title, .tt-mslide-title a { color: #fff; } .tt-mslide-label { font-family: 'Roboto'; font-size: 13px; line-height: 17px; font-weight: 400; color: #b5b5b5; opacity: 0.7; } .tt-mslide-label span:after { content: '•'; display: inline-block; padding-left: 4px; padding-right: 1px; } .tt-mslide-label span:last-child:after { display: none; } .tt-mslide-label a { font-weight: 700; color: #fff; } .tt-mslide-label a:hover { color: #51c8fa; } .tt-mslide.type-2 .tt-mslide-block { padding: 0 40px; width: 100%; } .tt-mslide.long.type-2 .tt-mslide-block { padding: 0 25px; } .tt-mslide.type-2:before { background-image: url(/wp-content/themes/magplus/css/../img/slider/shadow_3.png); } .tt-mslide.type-2:after { content: ''; display: block; /*position: absolute;*/ top: 0; left: 0; width: 100%; height: 100%; background: #fff; opacity: 0.5; -webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; } .swiper-slide.active .tt-mslide.type-2:after { opacity: 0; } .tt-mslide.type-2.style-2:after { opacity: 0; } .tt-mslide.type-2.big .tt-mslide-block { /*width: 65%;*/ } .tt-mslide.type-2.big .tt-mslide-table, .tt-mslide.type-2.long .tt-mslide-table { height: 506px; } .tt-mslide.type-2.small .tt-mslide-table { height: 248px; } .tt-mslide.type-2.small .tt-mslide-block { width: 90%; } @media (max-width:991px) { .tt-mslide-table { height: 400px; } .tt-mslide .tt-post.type-7 .tt-post-img { display: none; } .tt-mslide .tt-post.type-7 .tt-post-info { padding-left: 0; } .tt-mslide-block { width: 65%; } .tt-mslide.type-2.big .tt-mslide-table { height: 400px; } .tt-mslide.type-2.big .tt-mslide-block { width: 75%; } .tt-mslide.type-2.small .tt-mslide-table { height: 200px; } .tt-mslide.type-2.small .tt-mslide-block { width: 100%; } } @media (max-width:767px) { .tt-mslide-block { width: 100%; } .tt-mslide.type-2.big .tt-mslide-block { width: 100%; } } /*-------------------------------------------------------------------------------------------------------------------------------*/ /* 09 - TT-SLIDER-WIDE */ /*-------------------------------------------------------------------------------------------------------------------------------*/ .tt-slider-wide { overflow: hidden; } .tt-slider-wide .container { position: relative; } /*.tt-slider-entry { width: 300%; }*/ .tt-slider-entry { width: 300%; -webkit-transform: translateX(-33.33333%); -moz-transform: translateX(-33.33333%); -ms-transform: translateX(-33.33333%); transform: translateX(-33.33333%); } .slider-style1 .tt-slider-entry { -webkit-transform: translateX(-33.33333%); -moz-transform: translateX(-33.33333%); -ms-transform: translateX(-33.33333%); transform: translateX(-33.33333%); } .slider-style6 .tt-slider-entry-style6 { width: 100%; } .tt-slide-2 { position: relative; padding-bottom: 80px; } .tt-slide-2-img { position: relative; width: 100%; height: 454px; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; } .tt-slide-2-img:before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #fff; opacity: 0.5; -webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; } .tt-slide-2-info { position: absolute; left: 185px; bottom: 0; right: 185px; background: #fff; border: 1px solid #eaeaea; text-align: center; padding: 40px 100px 35px 100px; -webkit-box-shadow: 0px 1px 0px 0px #eaeaea; -moz-box-shadow: 0px 1px 0px 0px #eaeaea; box-shadow: 0px 1px 0px 0px #eaeaea; } .slider-style7 .tt-slide-2-info { bottom: 10px; right: 197px; border: 0 none; } .slider-style7 .custom-hover-image .bg-two { z-index: -2; } .slider-style7 .tt-slide-2-title { margin-bottom: 8px; } .tt-slide-2-cat { position: relative; z-index: 999; margin-bottom: 7px; } .tt-slide-2-cat .c-btn { margin-right: 10px; } .tt-slide-2-cat .c-btn:last-child { margin-right: 0; } .tt-slide-2-title span { font-family: 'Roboto'; font-style: italic; } .swiper-slide.active .tt-slide-2-img:before { opacity: 0; } @media (max-width:1199px) { .tt-slide-2-info { padding: 40px 50px 35px 50px; left: 120px; right: 120px; } } @media (max-width:991px) { .tt-slide-2-img { height: 400px; } .tt-slide-2-info { padding: 30px; left: 60px; right: 60px; } } @media (max-width:767px) { .tt-slide-2-img { height: 360px; } .tt-slide-2-info { padding: 15px; left: 15px; right: 15px; } .slider-style7 .tt-slide-2-info { padding: 15px; left: 15px; right: 25px; } } @media (max-width:479px) { .tt-slide-2-info .simple-text { font-size: 14px; line-height: 22px; } .tt-instagram-post .tt-footer-instagram li { width: 44.83% !important; } .tt-instagram-post .tt-footer-instagram li:nth-child(2n) { margin-right: 0; } .tt-parallax-on.background-block { background-size: initial !important; } } /*-------------------------------------------------------------------------------------------------------------------------------*/ /* 10 - TT-SPONSOR */ /*-------------------------------------------------------------------------------------------------------------------------------*/ .tt-sponsor { line-height: 1; } .tt-sponsor-img { float: left; } .tt-sponsor-info { display: table-cell; height: 89px; padding-left: 15px; vertical-align: middle; } .tt-sponsor-title { display: block; color: #111; margin-bottom: 3px; } .tt-sponsor-title:hover { color: #51c8fa; } .tt-sponsor-info .simple-text { margin-bottom: 10px; } .tt-sponsor.type-2 .tt-sponsor-entry { width: 650px; background: #ecf8f2; padding: 14px 0 14px 11px; } .tt-sponsor.type-2 .tt-sponsor-info { padding-left: 0; letter-spacing: 0.3px; } .tt-sponsor.type-2 .tt-sponsor-title { color: #67736d; } .tt-sponsor.type-2 .tt-sponsor-title:hover { color: #51c8fa; } .tt-sponsor.type-2 .simple-text { margin-bottom: 0; } @media (max-width: 1199px) { .tt-sponsor.type-2 .tt-sponsor-entry { width: 420px; } } /*-------------------------------------------------------------------------------------------------------------------------------*/ /* 11 - TT-TITLE-BLOCK */ /*-------------------------------------------------------------------------------------------------------------------------------*/ .slider-style2 .tt-title-block:after { background: rgba(234, 234, 234, 0.20); } .tt-title-block { overflow: hidden; position: relative; } .tt-title-text { display: inline-block; font-family: 'Roboto'; font-size: 14px; color: #111; font-weight: 600; } .tt-title-text a { color: inherit; } .style1.tt-title-block, .style6.tt-title-block, .sidebar-heading-style6 .tt-title-block, .sidebar-heading-style1 .tt-title-block { text-align: center; } .style1 .tt-title-text, .style6 .tt-title-text, .sidebar-heading-style1 .tt-title-text, .sidebar-heading-style6 .tt-title-text { position: relative; line-height: 18px; } .style6 .tt-title-text, .sidebar-heading-style6 .tt-title-text { height: 32px; padding: 0 12px; line-height: 33px; color: #fff; background: #51c8fa; } .style1 .tt-title-text:before, .style1 .tt-title-text:after, .style6 .tt-title-text:before, .style6 .tt-title-text:after, .sidebar-heading-style1 .tt-title-text:before, .sidebar-heading-style1 .tt-title-text:after, .sidebar-heading-style6 .tt-title-text:before, .sidebar-heading-style6 .tt-title-text:after { content: ''; display: block; position: absolute; top: 50%; left: -10000px; width: 10000px; height: 1px; background: #eaeaea; margin-left: -15px; } .style1 .tt-title-text:after, .style6 .tt-title-text:after, .sidebar-heading-style1 .tt-title-text:after, .sidebar-heading-style6 .tt-title-text:after { left: auto; right: -10000px; margin: 0 -15px 0 0; } .style2 .tt-title-text, .sidebar-heading-style2 .tt-title-text { position: relative; display: inline-block; border-bottom: 3px solid #51c8fa; height: 32px; line-height: 28px; font-weight: 700; color: #111; text-transform: none; z-index: 22; } .style2.tt-title-block:after, .sidebar-heading-style2 .tt-title-block:after { content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 3px; z-index: 1; background: rgba(234, 234, 234, 1); } .style3.tt-title-block, .sidebar-heading-style3 .tt-title-block { background: #eaeaea; border-left: 4px solid #51c8fa; padding: 8px 10px 7px 10px; width: 100%; } .style4.tt-title-block, .style5.tt-title-block, .sidebar-heading-style4 .tt-title-block, .sidebar-heading-style5 .tt-title-block { border-bottom: 3px solid #51c8fa; } .style4 .tt-title-text, .style5 .tt-title-text, .sidebar-heading-style4 .tt-title-text, .sidebar-heading-style5 .tt-title-text { position: relative; background: #51c8fa; height: 32px; line-height: 35px; text-transform: none; color: #fff; padding: 0 15px; } .style5 .tt-title-text, .sidebar-heading-style5 .tt-title-text { padding: 0 10px 0 20px; } .style5 .tt-title-text:after, .sidebar-heading-style5 .tt-title-text:after { position: absolute; content: ''; width: 0; height: 0; border-style: solid; border-width: 32px 0 0 32px; border-color: transparent transparent transparent #51c8fa; top: 0; right: -32px; } .tt-title-block.light .tt-title-text { color: #fff; opacity: 0.9; } .tt-title-block.dark .tt-title-text { color: #fff; opacity: 0.6; } .tt-title-block.dark .tt-title-text:before, .tt-title-block.dark .tt-title-text:after { background: #b7e7e7; opacity: 0.1; } .tt-title-block.grey .tt-title-text { color: rgba(17, 17, 17, 0.6); } .tt-title-block.grey .tt-title-text:before, .tt-title-block.grey .tt-title-text:after { background: #666; opacity: 0.1; } /*-------------------------------------------------------------------------------------------------------------------------------*/ /* 12 - TT-TITLE-BLOCK TYPE-2 */ /*-------------------------------------------------------------------------------------------------------------------------------*/ .tt-title-block.type-2 .tt-title-text { font-size: 15px; text-transform: initial; } /*-------------------------------------------------------------------------------------------------------------------------------*/ /* 13 - TT-TITLE-BLOCK-2 */ /*-------------------------------------------------------------------------------------------------------------------------------*/ .tt-title-block-2, .comment-reply-title, .footer_widget .tt-title-block.type-2 .tt-title-text, .footer_widget .tt-newsletter-title { font-family: 'Roboto'; font-size: 12px; line-height: 16px; font-weight: 700; color: #fff; opacity: 0.8; text-transform: uppercase; } .footer_widget .tt-newsletter-title.c-h4 small { font-size: 12px; line-height: 16px; } .tt-title-block-2.size-2, .comment-reply-title { font-size: 16px; line-height: 22px; font-weight: 700; text-transform: initial; } .tt-title-block-2.color-2, .comment-reply-title { color: #666; opacity: 1; } .comment-reply-title { margin-bottom: 25px; } .footer_widget.widget_text p { color: #666; } /*-------------------------------------------------------------------------------------------------------------------------------*/ /* 14 - TT-POST */ /*-------------------------------------------------------------------------------------------------------------------------------*/ .tt-post { border: 1px solid #eaeaea; -webkit-box-shadow: 0px 1px 0px 0px #eaeaea; -moz-box-shadow: 0px 1px 0px 0px #eaeaea; box-shadow: 0px 1px 0px 0px #eaeaea; } .tt-post-info { padding: 26px 30px 28px 30px; } .tt-post-cat { font-family: 'Roboto'; font-size: 10px; line-height: 14px; font-weight: 700; color: #666; text-transform: uppercase; margin-bottom: 9px; } .tt-post-cat a { color: inherit; display: inline-block; } .tt-post-cat a:hover { color: #51c8fa; } .tt-post-title { display: block; margin-bottom: 5px; } .tt-post-title:hover { color: #51c8fa; } .tt-post-label { font-family: 'Roboto'; font-size: 12px; line-height: 16px; font-weight: 400; color: #b5b5b5; margin-bottom: 11px; } .tt-post-label span:after { content: '•'; display: inline-block; padding-left: 4px; padding-right: 1px; } .tt-post-label span:last-child:after { display: none; } .tt-post-label span a { color: #b5b5b5; } .tt-post-label span a:hover { color: #51c8fa; } .tt-post-info .simple-text { margin-bottom: 11px; } .tt-post-bottom { font-family: 'Roboto'; font-size: 12px; line-height: 16px; font-weight: 400; color: #b5b5b5; } .tt-post-bottom span { margin-right: 10px; } .tt-post-bottom span.zilla-likes-postfix { margin: 0; } .tt-post-bottom .fa, .tt-post-bottom .material-icons { color: #ddd; margin-right: 4px; } .tt-post-bottom .material-icons { font-size: 14px; vertical-align: top; } .tt-post-bottom a { color: #b5b5b5; } .tt-post-bottom a:hover { color: #51c8fa; } .tt-post-bottom a:hover .fa { color: #51c8fa; } .tt-post-img, .tt-post-img img, .tt-classic-grid-series img { width: 100%; } .tt-post.dark .tt-post-title, .footer_widget .tt-post-title { color: #fff; opacity: 0.6; } .tt-post.dark .tt-post-title:hover, .footer_widget .tt-post-title:hover { opacity: 1; } .tt-post.dark .tt-post-cat, .footer_widget .tt-post .tt-post-label { color: #fff; opacity: 0.25; } .tt-post.light .tt-post-title, .footer_widget.widget_recent_entries a:hover { color: #fff; } .tt-post.light .tt-post-title:hover { color: #51c8fa; } .tt-post.light .tt-post-cat { color: #fff; opacity: 0.7; } .tt-post.grey .tt-post-title { color: rgba(17, 17, 17, 0.6); } .tt-post.grey .tt-post-title:hover { color: #111; } .tt-post.grey .tt-post-cat { color: #666; opacity: 0.7; } .tt-post-length { right: 0; padding: 5px; bottom: 0; } .tt-post-icon, .tt-post-length { display: block; position: absolute; font-weight: 500; font-size: 12px; text-align: center; color: #fff; background: rgba(17, 17, 17, 0.7); z-index: 100; } .tt-post-icon { left: 0; bottom: 0; padding: 10px 12px; font-size: 16px; font-weight: 500; } .tt-post-icon small { font-weight: 500; font-size: 9px; } .type-7 .tt-post-icon, .tt-post-list .tt-post-two-col .tt-post-icon { padding: 4px 6px 3px 6px; } .type-7 .tt-post-icon .material-icons, .tt-post-list .tt-post-two-col .tt-post-icon .material-icons { font-size: 14px; } @media (max-width:1199px) { .tt-post-info { padding-right: 70px; } } @media (max-width:767px) { .tt-post { max-width: 480px; margin-left: auto; margin-right: auto; } .tt-post-info { padding-left: 15px; padding-right: 15px; } .tt-shortcode-1 .row { overflow-y: scroll; height: 70px; } .tt-shortcode-1 .tt-post { margin-bottom: 10px; } } /*-------------------------------------------------------------------------------------------------------------------------------*/ /* 15 - TT-POST TYPE-2*/ /*-------------------------------------------------------------------------------------------------------------------------------*/ .tt-post.type-2 .tt-post-info { padding: 26px 40px 28px 30px; } .tt-post.type-2 .tt-post-title { margin-bottom: 9px; } @media (max-width:1199px) { .tt-post.type-2 .tt-post-info { padding-right: 30px; } } /*-------------------------------------------------------------------------------------------------------------------------------*/ /* 16 - TT-POST TYPE-3*/ /*-------------------------------------------------------------------------------------------------------------------------------*/ .tt-post.type-3 { border: 0; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } .tt-post.type-3 .tt-post-info { padding: 10px 0 0 0; } .tt-post.type-3 .tt-post-label { margin-bottom: 0; } @media (max-width:767px) { .tt-post.type-3 { text-align: center; } .tt-post.type-3 .tt-post-img { width: auto; } } /*-------------------------------------------------------------------------------------------------------------------------------*/ /* 17 - TT-POST TYPE-4*/ /*-------------------------------------------------------------------------------------------------------------------------------*/ .tt-post.type-4 { border: 0; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } .tt-post.type-4 .tt-post-img { margin-bottom: 8px; } .tt-post.type-4 .tt-post-info { padding: 4px 0 0 0; } .tt-post.type-4 .tt-post-title { margin-bottom: 4px; } .tt-post.type-4 .tt-post-label { margin-bottom: 0; } @media (max-width:767px) { .tt-post.type-4 { text-align: center; } } /*-------------------------------------------------------------------------------------------------------------------------------*/ /* 18 - TT-POST TYPE-5*/ /*-------------------------------------------------------------------------------------------------------------------------------*/ .tt-post.type-5 { border: 0; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } .tt-post.type-5 .tt-post-img { margin-bottom: 8px; } .tt-post.type-5 .tt-post-info { padding: 4px 10px 0 0; } .tt-post.type-5 .tt-post-cat { margin-bottom: 1px; } .tt-post.type-5 .tt-post-title { margin-bottom: 4px; } @media (max-width:767px) { .tt-post.type-5 { max-width: 100%; text-align: center; } .tt-post.type-5 .tt-post-img, .tt-post.type-5 .swiper-slide a.custom-hover, .tt-post.type-5 .tt-post-img img { width: 100%; } } /*-------------------------------------------------------------------------------------------------------------------------------*/ /* 19 - TT-POST TYPE-6*/ /*-------------------------------------------------------------------------------------------------------------------------------*/ .tt-post.type-6 { border: 0; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } .tt-post.type-6 .tt-post-img { float: left; width: 288px; float: left; } .tt-post.type-6 .tt-post-info { display: block; padding: 10px 0 0 308px; vertical-align: middle; } @media (max-width:767px) { .tt-post.type-6 { text-align: center; } .tt-post.type-6 .tt-post-img { float: none; margin-bottom: 15px; width: 100%; } .tt-post.type-6 .tt-post-info { padding-left: 0; padding-top: 0; } .tt-recent-news img, .tt-footer-post-slider .tt-post-img, .tt-footer-post-slider .tt-post-img img, .tt-post.type-8 .tt-post-img, .tt-post.type-8 .tt-post-img img { width: 100% !important; } } /*-------------------------------------------------------------------------------------------------------------------------------*/ /* 20 - TT-POST TYPE-7*/ /*-------------------------------------------------------------------------------------------------------------------------------*/ .tt-post.type-7 { border: 0; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } .tt-post.type-7 .tt-post-img { float: left; width: 80px; } .tt-post.type-7 .tt-post-info { padding: 0 0 0 92px; } .tt-post.type-7 .tt-post-cat { margin-bottom: 0; } .tt-post.type-7 .tt-post-label { margin-bottom: 0; } @media (max-width:1199px) { .tt-post.type-7 .tt-post-info { padding-right: 0; } } /*-------------------------------------------------------------------------------------------------------------------------------*/ /* 21 - TT-POST TYPE-8*/ /*-------------------------------------------------------------------------------------------------------------------------------*/ .tt-post.type-8 { border: 0; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } .tt-post.type-8 .tt-post-img { float: left; width: 182px; } .tt-post-grid-series .tt-post.type-8 .tt-post-info { padding-top: 0; } .tt-post.type-8 .tt-post-info { padding: 7px 0 0 200px; } @media (max-width:480px) { .tt-post.type-8 .tt-post-img { float: none; margin: 0 0 10px 0; } .tt-post.type-8 .tt-post-info { padding-left: 0; } } /*-------------------------------------------------------------------------------------------------------------------------------*/ /* 22 - TT-POST TYPE-9*/ /*-------------------------------------------------------------------------------------------------------------------------------*/ .tt-post.type-9 { border: 0; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } .tt-post.type-9 .tt-post-img { margin-bottom: 4px; } .tt-post.type-9 .tt-post-info { padding: 4px 10px 0 10px; } .tt-post.type-9 .tt-post-title { margin-bottom: 0; } @media (max-width:767px) { .tt-post.type-9 { text-align: center; } .tt-post.type-9 .tt-post-img { width: auto; } } /*-------------------------------------------------------------------------------------------------------------------------------*/ /* 23 - TT-POST-LIST */ /*-------------------------------------------------------------------------------------------------------------------------------*/ .tt-post-list { list-style: none; } .tt-post-list li { border-bottom: 1px solid #eaeaea; } .tt-post-list li:last-child { margin-bottom: 0; } .tt-post-list.dark li, .footer_widget .tt-post-list li, .footer_widget .tt-post-list.type-2 li:first-child, .footer_widget .tt-post-list.type-2 li:last-child, .footer_widget .tt-tab-wrapper.type-1, .footer_widget .tt-tab-wrapper.type-1 .tt-nav-tab-item, .footer_widget .tt-border-block, .footer_widget #wp-calendar, .footer_widget #wp-calendar caption, .footer_widget #wp-calendar tfoot, .footer_widget #wp-calendar td, .footer_widget #wp-calendar th, .footer_widget .tt-s-search input[type="text"] { border-color: rgba(255, 255, 255, 0.18); } .tt-post-list.grey li { border-color: rgba(102, 102, 102, 0.1); } .tt-post-list.type-2 li:first-child { padding-top: 9px; border-top: 1px solid #eaeaea; } .tt-post-list.type-2 li:last-child { border-bottom: 0; padding-bottom: 0; } .tt-post-list.type-3 li:first-child { padding-top: 10px; border-top: 1px solid #eaeaea } .tt-post-list.type-4 li { border: 0; } /*-------------------------------------------------------------------------------------------------------------------------------*/ /* 24 - TT-BORDER-BLOCK */ /*----------------------------------------------------------------------------------------------------------------------------.---*/ .tt-border-block { border: 1px solid #eaeaea; padding: 30px; -webkit-box-shadow: 0px 1px 0px 0px #eaeaea; -moz-box-shadow: 0px 1px 0px 0px #eaeaea; box-shadow: 0px 1px 0px 0px #eaeaea; } @media (max-width:767px) { .tt-border-block { padding: 15px; } } /*-------------------------------------------------------------------------------------------------------------------------------*/ /* 25 - TT-NEWSLETTER */ /*-------------------------------------------------------------------------------------------------------------------------------*/ .tt-newsletter { text-align: center; } .tt-newsletter .simple-text { margin-bottom: 12px; } .tt-newsletter-img { margin-bottom: 28px; display: inline-block; } .tt-newsletter input[type="text"], .tt-newsletter input[type="email"] { margin-bottom: 10px; } .tt-newsletter .c-btn.type-1.style-2 { color: #fff; } /*-------------------------------------------------------------------------------------------------------------------------------*/ /* 26 - TT-TAB-WRAPPER TYPE-1 */ /*-------------------------------------------------------------------------------------------------------------------------------*/ .tt-tab-wrapper .tt-tab-info { display: none; } .tt-tab-wrapper .tt-tab-info.active { display: block; } .tt-tab-wrapper.type-1 { border: 1px solid #eaeaea; -webkit-box-shadow: 0px 1px 0px 0px #eaeaea; -moz-box-shadow: 0px 1px 0px 0px #eaeaea; box-shadow: 0px 1px 0px 0px #eaeaea; } .tt-tab-wrapper.type-1 .tt-nav-tab { display: table; width: 100%; } .tt-tab-wrapper.type-1 .tt-nav-tab-item { display: table-cell; position: relative; width: 1%; font-family: 'Roboto'; font-size: 13px; line-height: 19px; font-weight: 700; color: #b5b5b5; text-align: center; padding: 13px 0; border-bottom: 1px solid #eaeaea; border-right: 1px solid #eaeaea; cursor: pointer; } .tt-tab-wrapper.type-1 .tt-nav-tab-item:before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 0; height: 3px; background: #51c8fa; -webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; } .tt-tab-wrapper.type-1 .tt-nav-tab-item:last-child { border-right: 0; } .tt-tab-wrapper.type-1 .tt-nav-tab-item.active { color: #111; border-bottom-color: transparent; } .tt-tab-wrapper.type-1 .tt-nav-tab-item.active:before { width: 100%; } .tt-tab-wrapper.type-1 .tt-nav-tab-item .fa, .tt-tab-wrapper.type-1 .tt-nav-tab-item .material-icons { margin-right: 6px; } .tt-tab-wrapper.type-1 .tt-nav-tab-item .material-icons { font-size: 20px; vertical-align: top; } .tt-tab-wrapper.type-1 .tt-tab-info { padding: 30px 30px 10px 30px; } .sidebar-item .tt-tab-wrapper.type-1 .tt-tab-info { padding: 20px 30px 10px 30px; } .tt-tab-wrapper.type-1 .tt-post-list { margin-bottom: 12px; } .tt-tab-wrapper.tt-blog-tab .tt-nav-tab { text-align: center; margin-bottom: 25px; } .tt-tab-wrapper.tt-blog-tab .tt-nav-tab .tt-nav-tab-item { display: inline-block; color: #666; padding: 7px 12px; font-family: 'Roboto'; font-size: 13px; } .tt-tab-wrapper.tt-blog-tab .tt-nav-tab .tt-nav-tab-item:hover { color: #111; cursor: pointer; } .tt-tab-wrapper.tt-blog-tab .tt-nav-tab .tt-nav-tab-item.active { color: #111; background: #f1f1f1; } /*-------------------------------------------------------------------------------------------------------------------------------*/ /* 27 - TT-FOOTER */ /*-------------------------------------------------------------------------------------------------------------------------------*/ .tt-footer { position: relative; background: #000; padding-top: 60px; } .tt-f-social { list-style: none; font-size: 0; } .tt-f-social li { display: inline-block; margin-right: 15px; } .tt-f-social li:last-child { margin-right: 0; } .tt-f-social a { display: block; font-size: 16px; color: #fff; opacity: 0.4; } .tt-f-social a:hover { opacity: 1; } .tt-f-social.grey a { color: #666; opacity: 0.6; } .tt-f-social.grey a:hover { opacity: 1; } .tt-f-list { list-style: none; } .tt-f-list li, .footer_widget.widget_nav_menu li { margin-bottom: 20px; } .tt-f-list a, .footer_widget.widget_nav_menu li a { font-family: 'Roboto'; font-size: 12px; line-height: 16px; font-weight: 400; color: #fff; opacity: 0.4; } .tt-f-list a:hover, .footer_widget.widget_nav_menu li a:hover { opacity: 1; } .tt-f-list.grey a { color: #666; opacity: 0.6; } .tt-f-list.grey a:hover { opacity: 1; } .tt-footer-copy { font-family: 'Roboto'; font-size: 10px; line-height: 14px; font-weight: 500; color: rgba(255, 255, 255, 0.3); border-top: 1px solid rgba(255, 255, 255, 0.1); text-align: center; padding: 12px 0; } .tt-footer-copy a { color: rgba(255, 255, 255, 0.3); } .tt-footer-copy a { color: #fff; } .tt-footer.grey { background: #e9e5d9; } .tt-footer.grey .tt-footer-copy, .tt-footer-copy.grey { background: #e9e5d9; color: rgba(17, 17, 17, 0.6); opacity: 1; border-color: #dcd8cd; } .tt-footer.boxed { margin-left: -15px; margin-right: -15px; padding-left: 15px; padding-right: 15px; } @media (max-width:991px) { .tt-footer { padding-top: 50px; } } @media (max-width:767px) { .tt-footer { padding-top: 30px; } } /*-------------------------------------------------------------------------------------------------------------------------------*/ /* 28 - TT-TAGS */ /*-------------------------------------------------------------------------------------------------------------------------------*/ .tt-tags, .tagcloud { font-size: 0; list-style: none; margin: 8px 0; } .tagcloud a { font-size: 10px !important; color: #666; border: 1px solid #ddd; opacity: 1; padding: 3px 7px; margin-right: 5px; margin-bottom: 5px; display: inline-block; } .tagcloud a:hover { border-color: #51c8fa; } .tt-tags li { display: inline-block; margin-right: 10px; margin-bottom: 10px; } /*-------------------------------------------------------------------------------------------------------------------------------*/ /* 29 - TT-PAGINATION */ /*-------------------------------------------------------------------------------------------------------------------------------*/ .page-links { padding-top: 15px; clear: both; } .tt-pagination, .page-numbers, .woo-pagination { font-size: 0; list-style: none; margin-bottom: -10px; } .tt-pagination li, .page-numbers li, .woo-pagination span, .woo-pagination a, .page-links a, .page-links>span { display: inline-block; margin-right: 10px; margin-bottom: 10px; height: 30px; line-height: 30px; } .page-numbers span, .page-numbers a, .page-links a, .page-links>span { display: inline-block; } .tt-pagination a, .page-numbers a, .page-numbers span, .woo-pagination a, .woo-pagination span.current, .page-links a, .page-links>span { min-width: 30px; font-family: 'Roboto'; font-size: 12px; line-height: 30px; font-weight: 500; color: #666; text-align: center; background: #eaeaea; padding: 0 5px; } .tt-pagination a:hover, .tt-pagination li.active a, .page-numbers a:hover, .page-numbers li span.current, .woo-pagination a:hover, .woo-pagination span.current, .page-links>span, .page-links a:hover { background: #51c8fa; color: #fff; } /*-------------------------------------------------------------------------------------------------------------------------------*/ /* 30 - TT-BLOG */ /*-------------------------------------------------------------------------------------------------------------------------------*/ .tt-blog-head { position: relative; display: table; width: 100%; height: 660px; z-index: 100; padding: 60px 0; } .tt-blog-head.alternative-cover { height: 500px; z-index: 8; } .tt-alternative-cover-content { margin-top: -40px; padding: 0 35px; background: #fff; position: relative; z-index: 9; } .tt-blog-head:before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url(/wp-content/themes/magplus/css/../img/slider/shadow_2.png); -webkit-background-size: 100% 100%; -moz-background-size: 100% 100%; background-size: 100% 100%; } .tt-blog-head.tt-alternative-title-middle:before { background: rgba(0, 0, 0, 0.5) !important; } .tt-alternative-title-middle { margin-top: 10px; } .tt-alternative-title-middle .tt-blog-head-inner { vertical-align: middle; } .tt-blog-head-inner { display: table-cell; vertical-align: bottom; } .tt-blog-head .c-h1 { color: #fff; } .tt-blog-category { margin-bottom: -9px; } .tt-blog-category .c-btn { margin-right: 9px; margin-bottom: 9px; } .tt-blog-category .c-btn:last-child { margin-right: 0; } .tt-thumb { display: inline-block; position: relative; } .tt-thumb-icon { position: absolute; top: 0; right: 0; width: 40px; height: 40px; font-size: 14px; line-height: 40px; text-align: center; color: #fff; background: rgba(17, 17, 17, 0.7); -webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; } .tt-thumb-icon:hover { background: #111; } .tt-blog-user { display: inline-block; } .tt-blog-user-img { float: left; width: 40px; height: 40px; -moz-border-radius: 100%; border-radius: 100%; overflow: hidden; } .tt-blog-user-img img { -moz-border-radius: 100%; border-radius: 100%; } .tt-blog-user-content { display: table-cell; height: 40px; font-family: 'Roboto'; font-size: 13px; line-height: 17px; font-weight: 400; color: #b5b5b5; vertical-align: middle; padding-left: 10px; } .tt-blog-user-content span:after { content: '•'; display: inline-block; padding-left: 4px; padding-right: 1px; } .tt-blog-user-content span:last-child:after { display: none; } .tt-blog-user-content a { color: #111; } .tt-blog-user-content a:hover { color: #51c8fa; } .tt-blog-user.light .tt-blog-user-content a { color: #fff; } .tt-blog-user.light .tt-blog-user-content a:hover { color: #51c8fa; } /*simple-img*/ .simple-img { display: inline-block; text-align: center; } .simple-img img.img-responwsive { margin-bottom: 2px; } .single .simple-img img.img-responwsive { width: 100%; } .simple-img-desc { font-size: 13px; line-height: 17px; font-weight: 400; color: #666; } .simple-img-desc a { color: #666; } .simple-img-desc a:hover { color: #51c8fa; } .simple-img-desc span { font-weight: 700; color: #111; } @media (max-width:991px) { .tt-blog-head { height: 520px; } } @media (max-width:767px) { .tt-blog-head { height: 480px; } } /*-------------------------------------------------------------------------------------------------------------------------------*/ /* 31 - TT-THUMB-POPUP */ /*-------------------------------------------------------------------------------------------------------------------------------*/ .tt-thumb-popup { position: fixed; z-index: 11; left: 0; top: 0; width: 100%; height: 100%; left: -100%; -moz-transition-delay: .3s; transition-delay: .3s; -webkit-transition-delay: .3s; z-index: 999; } .tt-thumb-popup.active { left: 0; -moz-transition-delay: 0s; transition-delay: 0s; -webkit-transition-delay: 0s; } .tt-thumb-popup-overlay { position: absolute; left: 0; top: -100px; right: 0; bottom: -100px; background: #fff; -moz-transition: all .3s ease-out; transition: all .3s ease-out; -webkit-transition: all .3s ease-out; opacity: 0; } .tt-thumb-popup.active .tt-thumb-popup-overlay { opacity: 0.9; } .tt-thumb-popup-content { position: absolute; left: 0; top: 0; right: 0; bottom: 0; overflow: auto; -webkit-overflow-scrolling: touch; font-size: 0; text-align: center; -moz-transition: all .3s ease-out; transition: all .3s ease-out; -webkit-transition: all .3s ease-out; -moz-transform: translateY(100px); -ms-transform: translateY(100px); transform: translateY(100px); -webkit-transform: translateY(100px); opacity: 0; visibility: hidden; padding: 15px; } .tt-thumb-popup.active .tt-thumb-popup-content { -moz-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); -webkit-transform: translateY(0); opacity: 1; visibility: visible; } .tt-thumb-popup-content:after { display: inline-block; vertical-align: middle; height: 100%; content: ""; } .tt-thumb-popup-container { display: inline-block; vertical-align: middle; position: relative; text-align: left; background: #fff; max-width: 1200px; } .tt-thumb-popup-close { position: absolute; top: 0; right: 0; width: 40px; height: 40px; background: #fff; cursor: pointer; -webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; } .tt-thumb-popup-close:before { content: ''; display: block; position: absolute; top: 50%; left: 50%; width: 20px; height: 1px; background: #787878; margin-left: -10px; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); -webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; -webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; } .tt-thumb-popup-close:after { content: ''; display: block; position: absolute; top: 50%; left: 50%; width: 20px; height: 1px; background: #787878; margin-left: -10px; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); -webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; -webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; } .tt-thumb-popup-close:hover { background: #51c8fa; } .tt-thumb-popup-close:hover:before, .tt-thumb-popup-close:hover:after { background: #fff; } .tt-thumb-popup-layer { position: absolute; left: 0; bottom: 0; right: 0; height: 10000px; } .tt-thumb-popup-align { overflow: hidden; } /*-------------------------------------------------------------------------------------------------------------------------------*/ /* 32 - TT-VIDEO-POPUP */ /*-------------------------------------------------------------------------------------------------------------------------------*/ .tt-video-popup { position: fixed; z-index: 11; left: 0; top: 0; width: 100%; height: 100%; left: -100%; -moz-transition-delay: .3s; transition-delay: .3s; -webkit-transition-delay: .3s; z-index: 999; } .tt-video-popup.active { left: 0; -moz-transition-delay: 0s; transition-delay: 0s; -webkit-transition-delay: 0s; } .tt-video-popup-overlay { position: absolute; left: 0; top: -100px; right: 0; bottom: -100px; background: #fff; -moz-transition: all .3s ease-out; transition: all .3s ease-out; -webkit-transition: all .3s ease-out; opacity: 0; } .tt-video-popup.active .tt-video-popup-overlay { opacity: 0.9; } .tt-video-popup-content { position: absolute; left: 0; top: 0; right: 0; bottom: 0; overflow: auto; -webkit-overflow-scrolling: touch; font-size: 0; text-align: center; -moz-transition: all .3s ease-out; transition: all .3s ease-out; -webkit-transition: all .3s ease-out; -moz-transform: translateY(100px); -ms-transform: translateY(100px); transform: translateY(100px); -webkit-transform: translateY(100px); opacity: 0; visibility: hidden; padding: 15px; } .tt-video-popup.active .tt-video-popup-content { -moz-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); -webkit-transform: translateY(0); opacity: 1; visibility: visible; } .tt-video-popup-content:after { display: inline-block; vertical-align: middle; height: 100%; content: ""; } .tt-video-popup-container { display: inline-block; vertical-align: middle; position: relative; text-align: left; background: #fff; max-width: 1200px; } .tt-video-popup-container .embed-responsive { width: 700px; max-width: 100%; } .tt-video-popup-close { position: absolute; top: 0; right: 0; width: 40px; height: 40px; background: #fff; cursor: pointer; -webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; } .tt-video-popup-close:before { content: ''; display: block; position: absolute; top: 50%; left: 50%; width: 20px; height: 1px; background: #787878; margin-left: -10px; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); -webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; -webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; } .tt-video-popup-close:after { content: ''; display: block; position: absolute; top: 50%; left: 50%; width: 20px; height: 1px; background: #787878; margin-left: -10px; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); -webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; -webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; } .tt-video-popup-close:hover { background: #51c8fa; } .tt-video-popup-close:hover:before, .tt-video-popup-close:hover:after { background: #fff; } .tt-video-popup-layer { position: absolute; left: 0; bottom: 0; right: 0; height: 10000px; } .tt-video-popup-align { overflow: hidden; } @media (max-width:767px) { .tt-video-popup-container .embed-responsive { width: 400px; } .slider-style3-frame, .slider-style4-frame, .slider-style5-frame, .slider-style3-frame:nth-child(2), .slider-style3-frame:nth-child(3), .slider-style4-frame:nth-child(2), .slider-style4-frame:nth-child(3) { width: 100% !important; float: none !important; } .slider-style6 .tt-mslide-title.c-h1 { padding: 0; } } @media (max-width:480px) { .tt-video-popup-container .embed-responsive { width: 290px; } } /*-------------------------------------------------------------------------------------------------------------------------------*/ /* 33 - TT-AUTHOR */ /*-------------------------------------------------------------------------------------------------------------------------------*/ .tt-author { border: 1px solid #eaeaea; padding: 30px 60px 30px 30px; } .tt-author-img { float: left; width: 90px; height: 90px; -moz-border-radius: 100%; border-radius: 100%; overflow: hidden; } .tt-author-img img { -moz-border-radius: 90px; border-radius: 90px; } .tt-author-info { padding-left: 107px; padding-top: 7px; } .tt-author-title { display: inline-block; font-family: 'Roboto'; font-size: 14px; line-height: 18px; font-weight: 700; color: #111; margin-bottom: 9px; } .tt-author-title:hover { color: #51c8fa; } .tt-author-info .simple-text { margin-bottom: 15px; } .tt-author-info .simple-text p { font-weight: 400 !important; } .tt-author-social { font-size: 0; } .tt-author-social li { display: inline-block; margin-right: 13px; } .tt-author-social li:last-child { margin-right: 0; } .tt-author-social a { display: block; font-size: 14px; line-height: 18px; color: #111; } .tt-author-social a:hover { color: #51c8fa; } @media (max-width:767px) { .tt-author { padding: 15px; text-align: center; } .tt-author-img { float: none; } .tt-author-info { padding-left: 0; } } .tt-blog-nav-label { font-family: 'Roboto'; font-size: 12px; line-height: 16px; font-weight: 400; color: #b5b5b5; text-transform: uppercase; margin-bottom: 8px; } .tt-blog-nav-title { font-family: 'Roboto'; font-size: 14px; line-height: 18px; font-weight: 700; color: #111; } .tt-blog-nav-title:hover { color: #51c8fa; } .tt-blog-nav.right { text-align: right; } @media (max-width:767px) { .tt-blog-nav.right { text-align: left; } } /*-------------------------------------------------------------------------------------------------------------------------------*/ /* 34 - TT-COMMENT */ /*-------------------------------------------------------------------------------------------------------------------------------*/ .tt-comment { list-style: none; margin-bottom: -15px; } .tt-comment-container { margin-bottom: 25px; } .tt-comment-avatar { float: left; width: 40px; height: 40px; -moz-border-radius: 100%; border-radius: 100%; overflow: hidden; } .tt-comment-avatar img { -moz-border-radius: 100%; border-radius: 100%; } .tt-comment-info { padding-left: 50px; padding-top: 10px; } .tt-comment-label { font-family: 'Roboto'; font-size: 14px; line-height: 18px; font-weight: 400; color: #b5b5b5; margin-bottom: 5px; } .tt-comment-label span:after { content: '•'; display: inline-block; padding-left: 4px; padding-right: 1px; } .tt-comment-label span:last-child:after { display: none; } .tt-comment-label a { font-weight: 700; color: #111; } .tt-comment-label a:hover { color: #51c8fa; } .tt-comment-info .simple-text { margin-bottom: 5px; } .tt-comment-reply, .comment-reply-link, .comment-edit-link { font-size: 13px; line-height: 17px; font-weight: 500; color: #111; } .tt-comment-reply .fa, .comment-reply-link .fa { color: #ccc; margin-right: 6px; -webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; } .tt-comment-reply:hover, .tt-comment-reply:hover .fa, .comment-reply-link:hover, .comment-reply-link:hover .fa, .comment-edit-link:hover { color: #51c8fa; } .tt-comment .children { list-style: none; padding-left: 35px; } .tt-comment .children .tt-comment-avatar { width: 30px; height: 30px; } .tt-comment-container p { margin-bottom: 0px; } .tt-comment .children .tt-comment-info { padding-left: 40px; padding-top: 2px; } @media (max-width:767px) { .tt-comment-container { text-align: center; } .tt-comment-avatar { display: inline-block; float: none; margin-bottom: 10px; } .tt-comment-info { padding-left: 0; } .tt-comment .children { padding-left: 0; } .tt-comment .children .tt-comment-info { padding-left: 0; } } .tt-comment li.pingback { padding-bottom: 12px; margin-bottom: 12px; border-bottom: 1px solid #e1e1e1; } .tt-comment li.pingback a { color: #51c8fa; } .tt-comment li.pingback:last-child { margin-bottom: 25px !important; } /*-------------------------------------------------------------------------------------------------------------------------------*/ /* 35 - TT-COMMENT-FORM */ /*-------------------------------------------------------------------------------------------------------------------------------*/ .comment-form .tt-comment-form-ava { float: left; display: block; width: 40px; border-radius: 50%; } .tt-comment-form-content, .tt-comment-form { padding-left: 55px; padding-top: 6px; } p.logged-in-as { margin-bottom: 10px !important; } .tt-comment-form { padding-left: 0; } .tt-comment-form .c-area { margin-bottom: 10px; } .tt-comment-form .c-input { margin-bottom: 19px; } .tt-comment-form .c-btn { margin-top: -17px; } @media (max-width:767px) { .tt-comment-form-ava { float: none; margin: 0 auto 10px auto; } .tt-comment-form-content { padding-left: 0; } } /*-------------------------------------------------------------------------------------------------------------------------------*/ /* 36 - TT-SEARCH */ /*-------------------------------------------------------------------------------------------------------------------------------*/ .tt-search { position: relative; } .tt-search input[type="text"] { width: 100%; height: 50px; font-family: 'Roboto'; font-size: 13px; line-height: 48px; font-weight: 300; color: #b5b5b5; padding: 0 15px 0 43px; border: 1px solid #eaeaea; -webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; } .tt-search input[type="text"]::-webkit-input-placeholder { font-size: 13px; font-weight: 300; color: #b5b5b5; opacity: 1; } .tt-search input[type="text"]:-moz-placeholder { font-size: 13px; font-weight: 300; color: #b5b5b5; opacity: 1; } .tt-search input[type="text"]::-moz-placeholder { font-size: 13px; font-weight: 300; color: #b5b5b5; opacity: 1; } .tt-search input[type="text"]:-ms-input-placeholder { font-size: 13px; font-weight: 300; color: #b5b5b5; opacity: 1; } .tt-search input[type="text"]:focus { border-color: #51c8fa; } .tt-search-submit { position: absolute; top: 0; left: 0; width: 40px; height: 50px; font-size: 14px; line-height: 50px; text-align: right; color: #666; -webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; } .tt-search-submit input { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: transparent; border: 0; } .tt-search-submit:hover { color: #51c8fa; } /*-------------------------------------------------------------------------------------------------------------------------------*/ /* 37 - TT-SHARE */ /*-------------------------------------------------------------------------------------------------------------------------------*/ .tt-share { position: fixed; top: 50%; left: 0; z-index: 9; width: 36px; /*margin-left: -680px;*/ margin-top: -80px; } .tt-share-title { font-family: 'Roboto'; font-size: 10px; line-height: 14px; font-weight: 700; color: #666; text-transform: uppercase; text-align: center; margin-bottom: 12px; } .tt-share-title span { display: block; font-size: 24px; line-height: 24px; font-weight: 700; } .tt-share-list { list-style: none; } .tt-share-list li { /*margin-bottom: 10px;*/ } .tt-share-list a { display: block; width: 36px; height: 36px; font-size: 16px; line-height: 32px; border-width: 2px; border-style: solid; text-align: center; color: #fff; } .tt-share-list li:last-child { margin-bottom: 0; } .tt-share-facebook { background: #3b5998; border-color: #3b5998; } .tt-share-facebook:hover { color: #3b5998; } .tt-share-twitter { background: #00aced; border-color: #00aced; } .tt-share-twitter:hover { color: #00aced; } .tt-share-pinterest { background: #cc2026; border-color: #cc2026; } .tt-share-pinterest:hover { color: #cc2026; } .tt-share-google { background: #dc4a38; border-color: #dc4a38; } .tt-share-google:hover { color: #dc4a38; } .tt-share-reddit { background: #b6d4e5; border-color: #b6d4e5; } .tt-share-reddit:hover { color: #b6d4e5; } .tt-share-mail { background: #333; border-color: #333; } .tt-share-mail:hover { color: #333; } .tt-share-list a:hover { background: #fff; } .tt-share.position-2 { /*margin-left: -480px;*/ } @media (max-width:1309px) { .tt-share { margin-left: -625px; } .tt-share.position-2 { margin-left: -430px; } } @media (max-width:1199px) { .tt-share { margin-left: -527px; } .tt-share.position-2 { margin-left: -364px; } } @media (max-width:991px) { .tt-share { position: static; margin-left: 0; width: 100%; vertical-align: top; margin-bottom: 15px; margin-top: 0; } .tt-share.position-2 { margin-left: 0; } .tt-share-title { display: inline-block; vertical-align: top; margin-bottom: 5px; margin-right: 10px; } .tt-share-list { display: inline-block; margin-bottom: -5px; } .tt-share-list li { display: inline-block; margin-right: 10px; } } /*-------------------------------------------------------------------------------------------------------------------------------*/ /* 38 - TT-HEADING */ /*-------------------------------------------------------------------------------------------------------------------------------*/ .tt-heading { position: relative; padding: 44px 0; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; } .tt-heading:before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #111; opacity: 0.7; } .tt-heading>* { position: relative; } .tt-heading-title { font-family: 'Roboto'; font-size: 36px; line-height: 42px; font-weight: 700; color: #fff; } .tt-sub-heading { margin-top: 15px; display: block; } /*-------------------------------------------------------------------------------------------------------------------------------*/ /* 39 - TT-CONTACT */ /*-------------------------------------------------------------------------------------------------------------------------------*/ .tt-contact .c-input, .tt-contact .c-area { margin-bottom: 19px; } .tt-request-success { display: none; } /*-------------------------------------------------------------------------------------------------------------------------------*/ /* 40 - TT-ABOUT */ /*-------------------------------------------------------------------------------------------------------------------------------*/ .tt-about { text-align: center; } .tt-about .custom-hover { margin-bottom: 12px; } .tt-about .simple-text { margin-bottom: 15px; } .tt-about-block a { background-position: 50% 50%; background-size: cover; background-repeat: no-repeat; width: 100%; position: relative; height: 195px; } /*-------------------------------------------------------------------------------------------------------------------------------*/ /* 41 - TT-NEWS */ /*-------------------------------------------------------------------------------------------------------------------------------*/ .tt-news { border: 1px solid #eaeaea; -webkit-box-shadow: 0px 1px 0px 0px #eaeaea; -moz-box-shadow: 0px 1px 0px 0px #eaeaea; box-shadow: 0px 1px 0px 0px #eaeaea; text-align: center; } .tt-news-info { padding: 17px 17px 33px 17px; } .tt-news-title { font-size: 15px; } .tt-category-img { position: relative; overflow: hidden; } .tt-category-block-style1 .bg:before { content: ''; position: absolute; background: url(/wp-content/themes/magplus/css/../img/slider/shadow_2.png); -webkit-background-size: 100% 100%; -moz-background-size: 100% 100%; background-size: 100% 100%; left: 0; top: 0; width: 100%; height: 100%; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; } .tt-category-text-style1 h5 { position: relative; color: #fff; } .tt-category-block-title { font-size: 16px; display: block; padding-bottom: 4px; } .tt-category-block-style1 .tt-category-block-inner { height: 210px !important; } .tt-category-block-inner { display: table; width: 100%; height: 280px !important; position: relative !important; background-size: cover; background-repeat: no-repeat; background-position: center center; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 22px; position: relative; } .widget_category_block .tt-category-block-inner { height: 120px !important; } .tt-category-block-style2 a, .tt-category-block-style1 a { position: absolute; left: 0; top: 0; z-index: 999; width: 100%; height: 100%; } .tt-category-text-style2 { height: 100%; display: table-cell; vertical-align: middle; text-align: center; } .tt-category-text-style1 { height: 100%; display: table-cell; vertical-align: bottom; } .tt-category-text-style2 .tt-category-title { background: #fff; color: #111; padding: 10px 50px; display: inline-block; } .tt-news-title:hover { color: #51c8fa; } /*-------------------------------------------------------------------------------------------------------------------------------*/ /* 42 - TT-BANNER */ /*-------------------------------------------------------------------------------------------------------------------------------*/ .tt-banner { position: relative; background: #e8e4d8; padding: 20px 0; overflow: hidden; } .tt-banner-info { padding-left: 215px; } .tt-banner-img { position: absolute; top: 0; left: 52px; -webkit-box-shadow: 4px 4px 5px 0px rgba(186, 184, 184, 0.75); -moz-box-shadow: 4px 4px 5px 0px rgba(186, 184, 184, 0.75); box-shadow: 4px 4px 5px 0px rgba(186, 184, 184, 0.75); -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); } .tt-banner-info .simple-text { margin-bottom: 15px; } .tt-banner-bottom { width: 70%; margin-left: -5px; margin-right: -5px; } .tt-banner-bottom-left, .tt-banner-bottom-right { float: left; padding-left: 5px; padding-right: 5px; } .tt-banner-bottom-left { width: 59%; } .tt-banner-bottom-right { width: 41%; } @media (max-width:767px) { .tt-banner { text-align: center; } .tt-banner-img { display: table; position: static; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); margin: 0 auto 15px auto; } .tt-banner-bottom { width: 100%; margin-left: 0; margin-right: 0; } .tt-banner-info { padding: 0 15px; } .tt-banner-info input[type="text"] { text-align: center; } .tt-banner-bottom-left, .tt-banner-bottom-right { width: 100%; padding-left: 0; padding-right: 0; } .tt-banner-bottom-left { margin-bottom: 15px; } } /*-------------------------------------------------------------------------------------------------------------------------------*/ /* 43 - TT-MSLIDE-2 */ /*-------------------------------------------------------------------------------------------------------------------------------*/ .tt-mblock { position: relative; border: 1px solid #eaeaea; -webkit-box-shadow: 0px 1px 0px 0px #eaeaea; -moz-box-shadow: 0px 1px 0px 0px #eaeaea; box-shadow: 0px 1px 0px 0px #eaeaea; } .tt-mblock-info { width: 32%; padding: 29px; } .tt-mblock-cat { font-size: 0; margin-bottom: 10px; } .tt-mblock-cat .c-btn { margin-right: 10px; } .tt-mblock-cat .c-btn:last-child { margin-right: 0; } .tt-mblock-bg { display: block; position: absolute; top: 0; left: 32%; right: 0; bottom: 0; } .tt-mblock-bg:before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0) 48%, rgba(0, 0, 0, 0) 54%, rgba(0, 0, 0, 0.1) 72%, rgba(0, 0, 0, 0.32) 100%); background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0) 48%, rgba(0, 0, 0, 0) 54%, rgba(0, 0, 0, 0.1) 72%, rgba(0, 0, 0, 0.32) 100%); background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0) 48%, rgba(0, 0, 0, 0) 54%, rgba(0, 0, 0, 0.1) 72%, rgba(0, 0, 0, 0.32) 100%); filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#52000000', GradientType=0); z-index: 2; } .tt-mblock-img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .tt-mblock-title { display: inline-block; height: 207px; margin-bottom: 40px; } .tt-mblock-title:hover { color: #51c8fa; } .tt-mblock-label { font-family: 'Roboto'; font-size: 13px; line-height: 17px; font-weight: 700; color: #b5b5b5; } .tt-mblock-label span:after { content: '•'; display: inline-block; padding-left: 8px; padding-right: 4px; } .tt-mblock-label span:last-child:after { display: none; } .tt-mblock-label a { color: #111; } .tt-mblock-label a:hover { color: #51c8fa; } @media (max-width:991px) { .tt-mblock-info { width: 45%; } .tt-mblock-bg { left: 45%; } } @media (max-width:767px) { .tt-mblock-bg { position: relative; left: 0; width: 100%; height: 200px; } .tt-mblock-title { height: auto; margin-bottom: 25px; } .tt-mblock-info { width: 100%; padding: 15px; } } /*-------------------------------------------------------------------------------------------------------------------------------*/ /* 44 - CUSTOM 5 COL */ /*-------------------------------------------------------------------------------------------------------------------------------*/ .cust-xs-5 { width: 20%; } @media screen and (min-width:768px) { .cust-sm-5 { width: 20%; } } @media screen and (min-width:992px) { .cust-md-5 { width: 20%; } } @media screen and (min-width:1200px) { .cust-lg-5 { width: 20%; } } /*-------------------------------------------------------------------------------------------------------------------------------*/ /* 45 - CUSTOM MARGINS */ /*-------------------------------------------------------------------------------------------------------------------------------*/ .marg-lg-b0 { height: 0px; } .marg-lg-b4 { height: 4px; } .marg-lg-b5 { height: 5px; } .marg-lg-b10 { height: 10px; } .marg-lg-b15 { height: 15px; } .marg-lg-b20 { height: 20px; } .marg-lg-b25 { height: 25px; } .marg-lg-b30 { height: 30px; } .marg-lg-b35 { height: 35px; } .marg-lg-b40 { height: 40px; } .marg-lg-b45 { height: 45px; } .marg-lg-b50 { height: 50px; } .marg-lg-b55 { height: 55px; } .marg-lg-b60 { height: 60px; } .marg-lg-b65 { height: 65px; } .marg-lg-b70 { height: 70px; } .marg-lg-b75 { height: 75px; } .marg-lg-b80 { height: 80px; } .marg-lg-b85 { height: 85px; } .marg-lg-b90 { height: 90px; } .marg-lg-b95 { height: 95px; } .marg-lg-b100 { height: 100px; } .marg-lg-b105 { height: 105px; } .marg-lg-b110 { height: 110px; } .marg-lg-b115 { height: 115px; } .marg-lg-b120 { height: 120px; } .marg-lg-b125 { height: 125px; } .marg-lg-b130 { height: 130px; } .marg-lg-b135 { height: 135px; } .marg-lg-b140 { height: 140px; } .marg-lg-b145 { height: 145px; } .marg-lg-b150 { height: 150px; } .marg-lg-b155 { height: 155px; } .marg-lg-b160 { height: 160px; } .marg-lg-b165 { height: 165px; } .marg-lg-b170 { height: 170px; } .marg-lg-b175 { height: 175px; } .marg-lg-b180 { height: 180px; } .marg-lg-b185 { height: 185px; } .marg-lg-b190 { height: 190px; } .marg-lg-b195 { height: 195px; } .marg-lg-b200 { height: 200px; } .marg-lg-b205 { height: 205px; } .marg-lg-b210 { height: 210px; } @media (max-width:1199px) { .marg-md-b0 { height: 0px; } .marg-md-b5 { height: 5px; } .marg-md-b10 { height: 10px; } .marg-md-b15 { height: 15px; } .marg-md-b20 { height: 20px; } .marg-md-b25 { height: 25px; } .marg-md-b30 { height: 30px; } .marg-md-b35 { height: 35px; } .marg-md-b40 { height: 40px; } .marg-md-b45 { height: 45px; } .marg-md-b50 { height: 50px; } .marg-md-b55 { height: 55px; } .marg-md-b60 { height: 60px; } .marg-md-b65 { height: 65px; } .marg-md-b70 { height: 70px; } .marg-md-b75 { height: 75px; } .marg-md-b80 { height: 80px; } .marg-md-b85 { height: 85px; } .marg-md-b90 { height: 90px; } .marg-md-b95 { height: 95px; } .marg-md-b100 { height: 100px; } .marg-md-b105 { height: 105px; } .marg-md-b110 { height: 110px; } .marg-md-b115 { height: 115px; } .marg-md-b120 { height: 120px; } .marg-md-b125 { height: 125px; } .marg-md-b130 { height: 130px; } .marg-md-b135 { height: 135px; } .marg-md-b140 { height: 140px; } .marg-md-b145 { height: 145px; } .marg-md-b150 { height: 150px; } .marg-md-b155 { height: 155px; } .marg-md-b160 { height: 160px; } .marg-md-b165 { height: 165px; } .marg-md-b170 { height: 170px; } .marg-md-b175 { height: 175px; } .marg-md-b180 { height: 180px; } .marg-md-b185 { height: 185px; } .marg-md-b190 { height: 190px; } .marg-md-b195 { height: 195px; } .marg-md-b200 { height: 200px; } .marg-md-b205 { height: 205px; } .marg-md-b210 { height: 210px; } } @media (max-width:991px) { .marg-sm-b0 { height: 0px; } .marg-sm-b5 { height: 5px; } .marg-sm-b10 { height: 10px; } .marg-sm-b15 { height: 15px; } .marg-sm-b20 { height: 20px; } .marg-sm-b25 { height: 25px; } .marg-sm-b30 { height: 30px; } .marg-sm-b35 { height: 35px; } .marg-sm-b40 { height: 40px; } .marg-sm-b45 { height: 45px; } .marg-sm-b50 { height: 50px; } .marg-sm-b55 { height: 55px; } .marg-sm-b60 { height: 60px; } .marg-sm-b65 { height: 65px; } .marg-sm-b70 { height: 70px; } .marg-sm-b75 { height: 75px; } .marg-sm-b80 { height: 80px; } .marg-sm-b85 { height: 85px; } .marg-sm-b90 { height: 90px; } .marg-sm-b95 { height: 95px; } .marg-sm-b100 { height: 100px; } .marg-sm-b105 { height: 105px; } .marg-sm-b110 { height: 110px; } .marg-sm-b115 { height: 115px; } .marg-sm-b120 { height: 120px; } .marg-sm-b125 { height: 125px; } .marg-sm-b130 { height: 130px; } .marg-sm-b135 { height: 135px; } .marg-sm-b140 { height: 140px; } .marg-sm-b145 { height: 145px; } .marg-sm-b150 { height: 150px; } .marg-sm-b155 { height: 155px; } .marg-sm-b160 { height: 160px; } .marg-sm-b165 { height: 165px; } .marg-sm-b170 { height: 170px; } .marg-sm-b175 { height: 175px; } .marg-sm-b180 { height: 180px; } .marg-sm-b185 { height: 185px; } .marg-sm-b190 { height: 190px; } .marg-sm-b195 { height: 195px; } .marg-sm-b200 { height: 200px; } .marg-sm-b205 { height: 205px; } .marg-sm-b210 { height: 210px; } } @media (max-width:767px) { .marg-xs-b0 { height: 0px; } .marg-xs-b5 { height: 5px; } .marg-xs-b10 { height: 10px; } .marg-xs-b15 { height: 15px; } .marg-xs-b20 { height: 20px; } .marg-xs-b25 { height: 25px; } .marg-xs-b30 { height: 30px; } .marg-xs-b35 { height: 35px; } .marg-xs-b40 { height: 40px; } .marg-xs-b45 { height: 45px; } .marg-xs-b50 { height: 50px; } .marg-xs-b55 { height: 55px; } .marg-xs-b60 { height: 60px; } .marg-xs-b65 { height: 65px; } .marg-xs-b70 { height: 70px; } .marg-xs-b75 { height: 75px; } .marg-xs-b80 { height: 80px; } .marg-xs-b85 { height: 85px; } .marg-xs-b90 { height: 90px; } .marg-xs-b95 { height: 95px; } .marg-xs-b100 { height: 100px; } .marg-xs-b105 { height: 105px; } .marg-xs-b110 { height: 110px; } .marg-xs-b115 { height: 115px; } .marg-xs-b120 { height: 120px; } .marg-xs-b125 { height: 125px; } .marg-xs-b130 { height: 130px; } .marg-xs-b135 { height: 135px; } .marg-xs-b140 { height: 140px; } .marg-xs-b145 { height: 145px; } .marg-xs-b150 { height: 150px; } .marg-xs-b155 { height: 155px; } .marg-xs-b160 { height: 160px; } .marg-xs-b165 { height: 165px; } .marg-xs-b170 { height: 170px; } .marg-xs-b175 { height: 175px; } .marg-xs-b180 { height: 180px; } .marg-xs-b185 { height: 185px; } .marg-xs-b190 { height: 190px; } .marg-xs-b195 { height: 195px; } .marg-xs-b200 { height: 200px; } .marg-xs-b205 { height: 205px; } .marg-xs-b210 { height: 210px; } } .no-menu { padding: 24px 0; font-size: 12px; } .wp-caption { max-width: 100%; } .tt-post.sticky { border-color: #51c8fa; } .wp-caption-text { color: #666; font-size: 12px; line-height: 1.5; padding: 0.5em 0; } .comment-list .bypostauthor { border: 1px solid transparent; } .alignleft { float: left; margin: 0.375em 1.75em 1.75em 0; } .alignright { float: right; margin: 0.375em 0 1.75em 1.75em; } .aligncenter { clear: both; display: block; margin: 0 auto 1.75em; } .tt-mobile-nav .no-menu { color: #666; line-height: 18px; } /*.vc_column_container { padding-left: 15px !important; padding-right: 15px !important; } */ .sound-cloud-embed iframe, .gif-showcase iframe { width: 100%; } .widget ul { position: relative; list-style: none; } .sidebar-item.widget ul li, .tt-classic-grid-series ul li, .tt-post-list.dark li, .footer_widget .tt-post-list li { padding: 12px 0; } .sidebar-item.widget ul li:first-child, .tt-post-list.dark li:first-child, .footer_widget .tt-post-list li:first-child { padding-top: 10px; } .sidebar-item.widget ul li a:hover { color: #51c8fa; } .sidebar-item.widget select { width: 100%; padding: 8px; background: #fff; } #wp-calendar { width: 100%; border: 1px solid #d1d1d1; margin-bottom: 0; } #wp-calendar caption { border: 1px solid #d1d1d1; border-bottom: none; padding: 10px; } #wp-calendar td, #wp-calendar th { padding: 10px; text-align: center; color: #666; } #wp-calendar thead { border-bottom: 1px solid #d1d1d1; } #wp-calendar tfoot { border-top: 1px solid #d1d1d1; } #wp-calendar tfoot #prev { text-align: left; } #wp-calendar tfoot #next { text-align: right; } /*-------------------------------------------------------------------------------------------------------------------------------*/ /* 38 - TT-S-SEARCH */ /*-------------------------------------------------------------------------------------------------------------------------------*/ .tt-s-search { position: relative; } .tt-s-search input[type="text"] { width: 100%; height: 42px; border: 1px solid #eaeaea; background: transparent; padding-left: 44px; padding-right: 15px; -webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; } .tt-s-search input[type="text"]:focus { border-color: #51c8fa; } .tt-s-search-submit { position: absolute; top: 0; left: 0; width: 42px; height: 42px; text-align: center; } .tt-s-search-submit .fa { font-size: 16px; color: #51c8fa; line-height: 42px; font-style: normal; -webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; } .tt-s-search-submit:hover .fa { color: #30373b; } .tt-s-search-submit input { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: transparent; border: 0; } .widget_archive label, .widget_categories label { display: none; } .widget_rss, .widget_text, .widget_recent_comments { position: relative; line-height: 21px; } .widget_nav_menu ul li ul { padding-left: 15px; } .footer_widget.widget_tag_cloud .tagcloud { position: relative; margin: 0; } .footer_widget.widget_tag_cloud .tagcloud a { margin-right: 10px; margin-bottom: 10px; display: inline-block; } .tt-fluid-inner { position: relative; overflow: hidden; height: 0; padding-bottom: 56.25%; } .tt-fluid-inner .tt-fluid-inner-iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .tt-comment-form .form-submit { display: inline-block; padding: 7px 0; } .logged-in .tt-comment-form textarea { margin-bottom: 20px; } .comment-respond .simple-text .row:last-child, .comment-respond div[class^="col-"] { margin-bottom: 0 !important; } .tt-blog-tag { display: none; } .footer_widget .tt-post-cat a:hover { color: #fff; } .post-grid-view .tt-post-img img, .isotope-content .tt-post-img img { width: 100%; } #lp-pom-button-16 { display: none; } .lp-pom-video, .tt-fluid-inner .tt-iframe { transition: all 0.4s linear; } .smallVid { left: 0 !important; bottom: 0 !important; z-index: 999999 !important; ms-transform: scale(0.35, 0.35); -webkit-transform: scale(0.35, 0.35); transform: scale(0.35, 0.35); -webkit-transform-origin-x: 0%; -webkit-transform-origin-y: 100%; transform-origin: 0% 100%; position: fixed !important; display: block !important; } .tt-category-title { display: inline-block; color: #fff; margin-right: 5px; } .tt-category-text a { color: #fff; } .slider-style3, .slider-style4, .slider-style5 { position: relative; display: block; padding: 5px 5px 0 5px; overflow: hidden; } .slider-style3-frame, .slider-style4-frame, .slider-style5-frame { position: relative; display: block; float: left; width: 25%; padding: 5px } .tt-mslide-link { position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 10; } .slider-style4-frame { padding: 5px 0 5px 0; width: 65%; } .slider-style3-frame { width: 65%; } .slider-style4-frame:nth-child(1) { padding-right: 10px; } .slider-style5-frame.style1 { width: 25%; } .slider-style5-frame.style2 { width: 33.3333333%; } .slider-style5-frame .tt-mslide-title { margin-bottom: 13px; } .slider-style3-frame .tt-mslide.big, .slider-style4-frame .tt-mslide.big { padding-bottom: 0; } .slider-style3-frame:nth-child(2), .slider-style3-frame:nth-child(3), .slider-style4-frame:nth-child(2), .slider-style4-frame:nth-child(3) { width: 35%; } .tt-mslide-gradient { position: absolute; width: 100%; height: 100%; left: 0; background: linear-gradient(to bottom, #000, transparent); background: -webkit-linear-gradient(bottom, #000, transparent); opacity: 0.7; z-index: 1; } .sidebar-item.widget_recent_posts_entries .tt-post.dark .tt-post-title { color: #111; opacity: 1; } .sidebar-item.widget_recent_posts_entries .tt-post.dark .tt-post-title:hover { color: #51c8fa; } .sidebar-item.widget_recent_posts_entries .tt-post.dark .tt-post-cat { opacity: 1; color: #b5b5b5; } .post-password-form input { border: 1px solid #eaeaea; } .post-password-form input[type='submit'] { background: #51c8fa; color: #fff; padding: 2px 20px; border: 0 none; font-size: 14px; } .tt-page-404-content h1 { font-size: 140px; line-height: 170px; } .footer_widget.widget_archive, .footer_widget.widget_calendar, .footer_widget.widget_categories, .footer_widget.widget_pages, .footer_widget.widget_meta, .footer_widget.widget_recent_comments, .footer_widget.widget_recent_entries, .footer_widget.widget_rss, .footer_widget.widget_search, .footer_widget.widget_text, .footer_widget.widget_tag_cloud { margin-bottom: 30px; } .footer_widget.widget_archive li, .footer_widget.widget_categories li, .footer_widget.widget_recent_entries li, .footer_widget.widget_pages li, .footer_widget.widget_meta li, .footer_widget.widget_recent_comments li, .footer_widget.widget_rss li { padding: 5px 0; color: #666; } .footer_widget.widget_archive select, .footer_widget.widget_categories select, .footer_widget select, .sidebar-item select { width: 100%; padding: 5px 0; } .footer_widget.widget_archive a, .footer_widget.widget_categories a, .footer_widget.widget_pages a, .footer_widget.widget_meta a, .footer_widget.widget_recent_comments a, .footer_widget.widget_recent_entries a, .footer_widget.widget_rss a { color: #666; font-size: 13px; } .sidebar-item.widget_archive a, .sidebar-item.widget_categories a, .sidebar-item.widget_pages a, .sidebar-item.widget_meta a, .sidebar-item.widget_recent_comments a, .sidebar-item.widget_recent_entries a, .sidebar-item.widget_nav_menu a, .sidebar-item.widget_rss a, .sidebar-item.widget_latest_tweets_widget p { color: #666; } .sidebar-item.widget_latest_tweets_widget .my-tweet img { position: absolute; left: 0; top: 17px; } .sidebar-item.widget_latest_tweets_widget li:first-child { padding-top: 5px !important; } .sidebar-item.widget_latest_tweets_widget li { padding: 12px 0 !important; padding-left: 60px !important; position: relative; overflow: hidden; border-bottom: 1px solid #eaeaea; } .sidebar-item.widget_latest_tweets_widget li:last-child { border-bottom: 0; } .sidebar-item.widget_latest_tweets_widget a { color: #1DA1F2; } .sidebar-item.widget_latest_tweets_widget .my-date a { color: #b7b7b7; display: block; margin-top: 3px; } .sidebar-item.widget_latest_tweets_widget p { line-height: 1.5; } span.ajax-loader { display: none; } .custom-sidebar .tt-title-text { font-size: 15px; } .tt-rating { position: relative; overflow: hidden; border: 1px solid #eaeaea; padding: 40px; } .tt-rating-text { color: #111; font-weight: 700; font-size: 48px; } .tt-rating-text span { font-size: 15px; color: #666; } .tpl-progress { margin-top: 10px; text-transform: uppercase; overflow: visible; height: 13px; background: #f0f0f0; border-radius: 0; box-shadow: none; } .progress-bar { width: 0; -webkit-transition: all 1s cubic-bezier(.17, .67, .31, .95); transition: all 1s cubic-bezier(.17, .67, .31, .95); } .tpl-progress .progress-bar { padding-top: 2px; position: relative; overflow: visible; background: #51c8fa; font-size: 11px; color: #000; box-shadow: none; text-align: left; box-sizing: border-box; } .tt-progress-title { float: left; display: inline-block; color: #111; font-size: 14px; line-height: 14px; } .tt-progress-number { text-align: right; color: #111; font-size: 14px; line-height: 14px; } .single .tt-rating-content { margin-top: 20px; } .tt-rating-content { margin-top: 5px; } .tt-rating-title .c-h5, .tt-summary-title .c-h5 { font-size: 16px; font-weight: 600; } .tt-post-grid-series-style3 li:first-child { border-top: 0 !important; padding-top: 0 !important; } .tt-post-grid-series-style3 li:last-child { border-bottom: 0; } .tt-post-card { position: relative; overflow: hidden; } .tt-slider-content .slider-style5-frame.style1:first-child { padding-left: 0; } .slider-style13 .swiper-slide.swiper-slide-active .tt-item-post-block { border-left: 0; } .tt-slider-content .c-pagination { /*position: relative;*/ margin: 0 !important; bottom: 0; left: 15px; } .tt-slider-content .swiper-arrow-left-content, .tt-slider-content .swiper-arrow-right-content.c-arrow { cursor: pointer; bottom: 0; } .tt-slider-content .swiper-arrow-left-content.c-arrow, .tt-slider-content .swiper-arrow-right-content.c-arrow { background: transparent; display: inline-block; margin-right: 5px; margin-top: 15px; border-width: 1px 1px 1px 1px; border-style: solid; border-color: #ddd; color: #bdbdbd; font-size: 14px; width: 24px; height: 24px; line-height: 22px; } .tt-slider-content .swiper-arrow-right-content.c-arrow:hover, .tt-slider-content .swiper-arrow-left-content.c-arrow:hover { color: #fff; background: rgba(17, 17, 17, 0.7); border-color: transparent; } #main-footer .instagram-pics { margin-left: -10px; overflow: hidden; } .tt-footer .instagram-pics li { width: 25%; display: inline-block; border-bottom: none; padding: 0; float: left; } .tt-footer .instagram-pics li img { max-width: 100%; vertical-align: middle; } .tt-footer .instagram-pics li img:hover { opacity: .87; } /*---------------------------------------- UPDATED SLIDERS CSS MAY 9 2017 ------------------------*/ .tt-container { margin-right: auto; margin-left: auto; padding-left: 15px; padding-right: 15px } @media (min-width:768px) { .tt-container { width: 750px } } @media (min-width:992px) { .tt-container { width: 970px } } @media (min-width:1200px) { .tt-container { width: 1170px } } .tt-vertical-align { transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); top: 50%; position: absolute; } .tt-vertical-align.full { left: 0px; width: 100%; text-align: center; } .resp-img { display: block; width: 100%; height: auto; } .tt-swiper-arrow { position: absolute; width: 36px; background: #fff; height: 36px; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); text-align: center; z-index: 6; cursor: pointer; transition: all 0.35s ease-in; -webkit-transition: all 0.35s ease-in; border-radius: 50%; } .tt-swiper-arrow img, .tt-swiper-arrow i, .tt-swiper-arrow-2 img, .tt-swiper-arrow-2 i { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); display: block; backface-visibility: hidden; } .tt-swiper-arrow:hover { background: rgba(255, 255, 255, 0.7); } .arrow-closest { position: relative; } .c-pagination { display: none; } .swiper-arrow-right, .swiper-arrow-left { position: absolute; top: 50%; z-index: 1; cursor: pointer; } .swiper-arrow-left { left: 0px; margin-top: 0px; } .swiper-arrow-right { right: 0px; margin-top: 0px; } .tt-swiper-arrow.type-2 { background: rgba(17, 17, 17, 0.6); } .tt-swiper-arrow.type-2:hover { background: #111; } .tt-swiper-arrow-2, .slider-style12 .tt-swiper-arrow-2, .slider-style13 .tt-swiper-arrow-2, .slider-style14 .tt-swiper-arrow-2, .slider-style15 .tt-swiper-arrow-2, .slider-style16 .tt-swiper-arrow-2, .slider-style17 .tt-swiper-arrow-2 { position: absolute; top: 0px; height: 100%; width: 36px; color: #fff; text-align: center; background: rgba(17, 17, 17, 0.26); cursor: pointer; z-index: 5; transition: all 0.35s ease-in; -webkit-transition: all 0.35s ease-in; } .tt-swiper-arrow-2.swiper-arrow-left { left: 5px; margin-top: 0px; } .tt-swiper-arrow-2.swiper-arrow-right { right: 5px; margin-top: 0px; } .tt-swiper-arrow-2:hover { background: #111; } /*.pagination-hidden { display: none; }*/ .tt-shortcode { background: #fff; } @media screen and (max-width: 991px) { .mobile-show-pagination .tt-swiper-arrow-2, .mobile-show-pagination .tt-swiper-arrow { display: none; } .mobile-show-pagination .swiper-container { padding-bottom: 70px; } .mobile-show-pagination .pagination-hidden { display: block; } } .bg { background-position: 50% 50%; background-repeat: no-repeat; background-attachment: scroll; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; -ms-background-size: cover; background-size: cover; position: absolute; left: 0px; top: 0px; z-index: 1; width: 100%; height: 100%; } .tt-h1-title { font-size: 48px; line-height: 52px; font-family: 'Roboto', sans-serif; font-weight: 700; color: #111; } .tt-h2-title { font-size: 32px; line-height: 38px; font-family: 'Roboto', sans-serif; font-weight: 700; color: #111; } .tt-h4-title { font-size: 18px; font-family: 'Roboto', sans-serif; line-height: 24px; font-weight: 700; color: #111; } .tt-main-caption a { color: inherit; } .tt-main-caption:hover a { color: #51c8fa; } .tt-slider-type-1 .swiper-slide { position: relative; min-height: 620px; } .tt-slider-type-2-wrap { position: relative; overflow: hidden; padding-right: 150px; } .mr-bott-30 { margin-bottom: 30px; } .tt-slider-type-2 .swiper-slide { position: relative; } .tt-slider-type-2 { position: relative; width: 100%; height: 620px; } .tt-slider-type-2 .swiper-container { height: 100% !important; overflow: visible; } .tt-slider-type-2 .tt-swiper-slide-wrap { height: 100%; } .tt-slider-type-2 .tt-swiper-slide-wrap .bg { top: 20px; right: 20px; left: 20px; bottom: 20px; height: auto; width: auto; transition: all 0.35s ease-out; -webkit-transition: all 0.35s ease-out; -ms-transition: all 0.35s ease-out; } .tt-slider-type-2 .swiper-slide-active .tt-swiper-slide-wrap .bg { left: 0px; top: 0px; right: 0px; bottom: 0px; } .tt-main-slider-title { position: relative; display: block; max-width: 720px; margin: 0 auto; padding: 50px; text-align: center; z-index: 5; margin-top: -10px; } .tt-main-slider-title:before, .slider-style7 .tt-slide-2-info:before { content: ''; border: 5px solid #111; position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; background: #fff; backface-visibility: hidden; } .slider-style7 .tt-slide-2-info:before { background: transparent !important; } .tt-main-slider-title:after, .slider-style7 .tt-slide-2-info:after { content: ''; position: absolute; width: 100%; height: 100%; background: #fff; top: 10px; left: 10px; border: 5px solid #111; z-index: -1; } .tt-main-slider-title.type-2 { margin-top: -8px; } .tt-main-slider-title.type-2:before { border-width: 4px; } .tt-main-slider-title.type-2:after { top: 8px; left: 8px; border-width: 4px; background: #111; } .tt-main-slider-title.type-3 { background: #fff; padding: 55px 60px 60px; } .tt-main-slider-title.type-3:before, .tt-main-slider-title.type-3:after { display: none; } .tt-title-ul { display: block; text-align: center; font-size: 0px; line-height: 1; } .tt-title-ul li { display: inline-block; padding: 0 11px; position: relative; font-size: 16px; color: #666; } .tt-title-ul.sm li { font-size: 14px; } .tt-title-ul li:before { content: ''; position: absolute; right: -4px; top: 50%; width: 4px; height: 4px; margin-top: -2px; background: #666; border-radius: 2px; } .tt-title-ul li:last-child:before { display: none; } .tt-title-ul li b { font-weight: 700; color: #111; display: inline-block; vertical-align: middle; } .tt-title-ul li i { padding-right: 4px; display: inline-block; vertical-align: middle; font-size: inherit; } .tt-title-ul li span { vertical-align: middle; display: inline-block; } .tt-main-caption { margin-bottom: 20px; position: relative; } .tt-main-slider-title.type-3 .tt-main-caption { margin-bottom: 10px; } .tt-main-link { position: relative; z-index: 2; display: inline-block; height: 40px; line-height: 40px; padding: 0 40px; font-size: 12px; font-weight: 700; color: #fff; text-transform: uppercase; background: #111; text-align: center; overflow: hidden; transition: all 0.25s ease-in; -webkit-transition: all 0.25s ease-in; backface-visibility: hidden; } .tt-main-link span { position: relative; z-index: 1; } .tt-main-link:before { content: ''; position: absolute; left: 50%; width: 0%; height: 100%; background: #fff; top: 0px; transition: width 0.35s ease-in; -webkit-transition: width 0.35s ease-in; opacity: 0; } .tt-main-link:after { content: ''; position: absolute; right: 50%; width: 0%; height: 100%; background: #fff; top: 0px; transition: width 0.35s ease-in; -webkit-transition: width 0.35s ease-in; opacity: 0; } .tt-main-link:hover { color: #111; } .tt-main-link:hover:before { width: 50%; opacity: 1; } .tt-main-link:hover:after { width: 50%; opacity: 1; } .padd-5 .swiper-slide { padding: 0 5px; } .tt-item-post-block { position: relative; min-height: 400px; } .tt-small-blog-slider .swiper-container { padding-bottom: 20px; border-bottom: 1px solid #eaeaea; } .tt-small-blog-slider .tt-item-post-block { min-height: 100px; border: 2px solid #fff; box-shadow: none; } .tt-slider-style-twenty { min-height: 150px !important; } .tt-small-blog-slider .tt-h4-title { font-size: 13px; line-height: 17px; margin-top: 5px; padding: 0 10px; } .tt-small-blog-slider .tt-h4-title a { color: #111; } .tt-small-blog-slider .tt-h4-title a:hover { color: #51c8fa; } .tt-item-post-block.ht-50, .wv-25 .tt-item-post-block, .slider-style16 .tt-slide-item.item-3 .tt-item-post-block, .slider-style16 .tt-slide-item.item-4 .tt-item-post-block, .slider-style17 .tt-slide-item.item-1 .tt-item-post-block, .slider-style17 .tt-slide-item.item-2 .tt-item-post-block, .slider-style17 .tt-slide-item.item-4 .tt-item-post-block, .slider-style17 .tt-slide-item.item-5 .tt-item-post-block { min-height: 195px; } .tt-item-post-block.ht-50:first-child { border-bottom: 5px solid #fff; } .tt-item-post-block.ht-50:last-child { border-top: 5px solid #fff; } .tt-item-post-title { text-align: left; position: absolute; left: 40px; bottom: 40px; right: 40px; } .tt-item-post-block.type-2 .tt-item-post-title { padding: 0 30px 26px 30px; left: 0; right: 0; bottom: 0; } .tt-item-post-title .c-btn { margin-bottom: 10px; } .tt-item-post-block.type-2 .c-btn { margin-bottom: 5px; } .tt-item-post-block.type-2 .c-btn:hover { border-color: rgba(255, 255, 255, 0.80) !important; color: rgba(255, 255, 255, 0.80) !important; } .tt-item-post-block.type-2 .tt-h2-title { margin-bottom: 10px; } .tt-item-post-title a { color: #fff; } .tt-item-post-title a:hover { color: rgba(255, 255, 255, 0.80); } .tt-item-post-title .tt-h2-title { margin-bottom: 10px; } .tt-item-post-title .tt-title-ul { text-align: left; } .tt-item-post-title .tt-title-ul li { color: rgba(255, 255, 255, 0.7); } .tt-item-post-title .tt-title-ul li:first-child { padding-left: 0px; } .tt-item-post-title .tt-title-ul li b { color: #fff; } .tt-item-post-title .tt-title-ul li:before { background: rgba(255, 255, 255, 0.2); } .tt-item-post-border { border-left: 5px solid #fff; border-right: 5px solid #fff; } .tt-slider-type-5:before { content: ''; position: absolute; left: 0px; top: 0px; height: 100%; background: #fff; z-index: 2; } .tt-slider-type-5:after { content: ''; position: absolute; right: 0px; top: 0px; /*width: 5px;*/ height: 100%; background: #fff; z-index: 2; } /*.tt-swiper-arrow-2.swiper-arrow-right { right: 5px; }*/ .tt-slide-item.item-1, .tt-slide-item.item-3, .tt-slide-item.item-4, .slider-style17 .tt-slide-item.item-2, .slider-style17 .tt-slide-item.item-4, .slider-style17 .tt-slide-item.item-5 { width: 313px; } .swiper-slide.wh-25 { width: 25%; } .swiper-slide.wh-33 { width: 33.333333%; } .slider-style16 .tt-slide-item.item-2, .slider-style17 .tt-slide-item.item-3 { width: 624px; } .swiper-slide.wh-50 { width: 50%; } .tt-hold-link { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; z-index: 6; } .custom-hover-image { overflow: hidden; z-index: 1; position: relative; } .custom-hover-image .bg-two { position: relative; z-index: 0; } .slider-style7 .bg-two { height: 454px; } .custom-hover-image .bg, .custom-hover-image .bg-two { -webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; } .custom-hover-image:hover .bg, .custom-hover-image:hover .bg-two { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); } .tt-header-margin-sm { height: 115px; } .tt-header-margin-lg { height: 220px; } @media screen and (max-width: 1200px) { .tt-main-slider-title { max-width: 520px; } } @media screen and (max-width: 991px) { .tt-slider-type-2-wrap { padding: 0px; } .tt-header-margin-sm, .tt-header-margin-lg, .header-style9 .tt-header-margin-lg { height: 70px !important; } .tt-section { margin-bottom: 100px; } .tt-vertical-align.mobile-relative { position: relative; display: inline-block; top: auto; transform: translateY(0); -webkit-transform: translateY(0); -ms-transform: translateY(0); padding: 110px 0px 120px; } .tt-slider-type-1 .swiper-slide, .tt-slider-type-2 { height: 100%; display: inline-block; } .tt-slide-item { width: 100% !important; } .tt-slide-item.item-1, .tt-slide-item.item-2 { border-bottom: 10px solid #fff; } .tt-slider-type-2 .swiper-container { display: inline-block; width: 100%; } .tt-slider-type-1 .swiper-slide { min-height: 100%; } .tt-tem-post-title { left: 30px; bottom: 30px; right: 30px; } .tt-item-post-border { border: 0; } } @media screen and (max-width: 600px) { .tt-title-ul li { display: block; padding: 0px 0px 15px 0px; } .tt-title-ul li:before { display: none; } .tt-title-ul li:last-child { padding-bottom: 0px; } .tt-main-slider-title { max-width: 100%; margin-left: 30px; margin-right: 30px; } } @media screen and (max-width: 480px) { .tt-h1-title, .tt-h2-title { font-size: 30px; line-height: 32px; } .tt-main-slider-title.type-3, .tt-main-slider-title { padding: 50px 15px; } .tt-main-slider-title:not(.type-3) { max-width: 100%; margin-left: 15px; margin-right: 30px; } .tt-main-slider-title { margin-left: 15px; margin-right: 15px; } } @media screen and (max-width: 360px) { .tt-item-post-title, .tt-item-post-block.type-2 .tt-item-post-title { left: 15px; right: 15px; bottom: 15px; } .tt-vertical-align.mobile-relative { padding: 80px 0px; } } @media screen and (min-width: 991px) { .swiper-container[data-anime="type-1"] .tt-main-slider-title:after { top: 30px; left: 30px; transition: all 0.35s ease-out 0.3s; -webkit-transition: all 0.35s ease-out 0.3s; opacity: 0; } .swiper-container[data-anime="type-1"] .link-wrap { transform: translateX(60px); -webkit-transform: translateX(60px); transition: all 0.3s ease-out 0.8s; -webkit-transition: all 0.3s ease-out 0.8s; opacity: 0; } .swiper-container[data-anime="type-1"] .tt-main-caption { transform: translateX(80px); -webkit-transform: translateX(80px); transition: all 0.4s ease-out 0.4s; -webkit-transition: all 0.4s ease-out 0.4s; opacity: 0; } .swiper-container[data-anime="type-1"] .tt-title-ul { transform: translateX(60px); -webkit-transform: translateX(60px); transition: all 0.3s ease-out 0.6s; -webkit-transition: all 0.3s ease-out 0.6s; opacity: 0; } .swiper-container[data-anime="type-1"] .swiper-slide-active .tt-main-slider-title:after { top: 10px; left: 10px; opacity: 1; } .swiper-container[data-anime="type-1"] .swiper-slide-active .tt-title-ul, .swiper-container[data-anime="type-1"] .swiper-slide-active .link-wrap, .swiper-container[data-anime="type-1"] .swiper-slide-active .tt-main-caption { transform: translateX(0px); -webkit-transform: translateX(0px); opacity: 1; } } /*------------------------------------ Write header css code from here but keep in mind you need to resuse our existing header css codes don't repeat with new code over and over again for example check line no 1562 you will find this code .tt-header { position: fixed; top: 0; left: 0; width: 100%; z-index: 101; } DON'T REWRITE THIS SAME CODE AGAIN HERE USE THAT ABOVE CSS CLASS, NEVER REPEAT ANY CSS CLASS OR CODE -------- */ /* ========== HEADER 1 ===========*/ .tt-header-type-2 .main-nav ul, .tt-header-type-2 .tt-mega-wrapper { z-index: 200; } .tt-header-type-2 .toggle-block { border-bottom: 1px solid #eaeaea; } .tt-header-type-2 .main-nav { position: relative; } .tt-header-type-2 .cmn-mobile-switch { top: -70px; bottom: auto; } .tt-header-type-2 .tt-s-popup-btn { top: -85px; bottom: auto; right: 25px; } .tt-header-type-2.stick .cmn-mobile-switch { top: -50px; } .tt-header-type-2.stick .tt-s-popup-btn { top: -65px; } @media (max-width: 991px) { .tt-header-type-2 .cmn-mobile-switch { top: 25px; } .tt-header-type-2 .tt-s-popup-btn { top: 25px; right: 5px; } } @media (max-width: 480px) { .tt-header-type-2 .tt-s-popup-btn { right: -10px; } .tt-header-type-2 .cmn-mobile-switch { left: 0px; } } /* ========== HEADER 2 ===========*/ .tt-header-type-3 .toggle-block { background: #111; } .tt-header-type-3 .main-nav>ul>li>a { color: rgba(255, 255, 255, 0.48); } .tt-header-type-3 .cmn-mobile-switch:hover span, .tt-header-type-3 .cmn-mobile-switch:hover:after, .tt-header-type-3 .cmn-mobile-switch:hover:before { background: #51c8fa; } .tt-header-type-3 .tt-s-popup-btn:hover { color: #51c8fa; } .tt-header .main-nav>ul>li>a>i { padding-right: 8px; font-size: 13px; } .tt-header-type-3 .tt-header-wrapper { border-bottom: 0px none; } @media (min-width: 991px) { .tt-header-type-3 .cmn-mobile-switch span, .tt-header-type-3 .cmn-mobile-switch:after, .tt-header-type-3 .cmn-mobile-switch:before { background: rgba(255, 255, 255, 0.8); } .tt-header-type-3 .tt-s-popup-btn { color: rgba(255, 255, 255, 0.8); } } /* ========== HEADER 3 ===========*/ .tt-header-type-4 .top-line, .tt-header-type-4 .toggle-block { background: #51c8fa; } .tt-header-type-4 .top-inner { text-align: left; } .tt-header-type-4 .top-menu a, .tt-header-type-4 .top-social a { color: rgba(255, 255, 255, 0.8); } .tt-header-type-4 .top-menu a:hover, .tt-header-type-4 .top-social a:hover { color: #fff; } .tt-header-type-4 .main-nav>ul>li>a { color: rgba(255, 255, 255, 0.8); } .tt-header-type-4 .main-nav>ul>li:hover>a { color: #fff; } .tt-header-type-4 .main-nav { display: block; max-width: 1280px; margin: 0 auto; } .tt-header-type-4 .cmn-mobile-switch { left: auto; right: 50px; } .tt-header-type-4 .main-nav>ul>li.active>a, .tt-header-type-4 .main-nav>ul>li:hover>a { background: #d45497; color: rgba(255, 255, 255, 0.8); } .tt-header-type-4 .cmn-mobile-switch:hover span, .tt-header-type-4 .cmn-mobile-switch:hover:after, .tt-header-type-4 .cmn-mobile-switch:hover:before { background: #fff; } .tt-header-type-4 .tt-header-wrapper { border-bottom: 0px; } .tt-top-header-disable.header-style1 .tt-header-margin-lg { height: 182px; } @media (max-width: 1310px) { .tt-header-type-4 .main-nav { width: 1170px; } } @media (max-width: 1200px) { .tt-header-type-4 .main-nav { width: 970px; } } @media (min-width: 991px) { .tt-header-type-4 .cmn-mobile-switch span, .tt-header-type-4 .cmn-mobile-switch:after, .tt-header-type-4 .cmn-mobile-switch:before { background: rgba(255, 255, 255, 0.8); } .tt-header-type-4 .tt-s-popup-btn { color: rgba(255, 255, 255, 0.8); } .tt-header-type-4 .tt-s-popup-btn:hover { color: #fff; } } @media (max-width: 480px) { .tt-header-type-4 .top-inner { padding: 9px 0px; } } /* ========== HEADER 4 ===========*/ .tt-header-type-5 .top-inner { position: absolute; left: 0px; padding: 0px; border-bottom: 0px; width: 100%; } .tt-header-type-5 .logo { display: block; max-width: 260px; margin-left: 65px; margin-top: 12px; margin-bottom: 12px; } .tt-header-type-5 .top-inner .container { margin: 0 auto; } .tt-header-type-5 .toggle-block-container { text-align: right; } .tt-header-type-5 .toggle-block { max-width: 1280px; margin: 0 auto; } .tt-header-type-5 .cmn-mobile-switch { top: 31px; bottom: auto; } .tt-header-type-5 .tt-s-popup-btn { top: 17px; bottom: auto; right: auto; left: 30px; } .tt-header-type-5 .main-nav>ul>li>a { position: relative; padding: 28px 20px; } .tt-header-type-5 .main-nav>ul>li>a:after { content: ''; position: absolute; left: 0px; bottom: 0px; background: #51c8fa; height: 4px; width: 0px; transition: all 0.35s ease-out; -webkit-transition: all 0.35s ease-out; -ms-transition: all 0.35s ease-out; } .tt-header-type-5 .main-nav>ul>li.active>a:after, .tt-header-type-5 .main-nav>ul>li:hover>a:after { width: 100%; } .tt-header-type-5 .main-nav>ul>li.active>a, .tt-header-type-5 .main-nav>ul>li:hover>a { background: none; color: #51c8fa; } .tt-header-type-5 .cmn-mobile-switch:hover span, .tt-header-type-5 .cmn-mobile-switch:hover:after, .tt-header-type-5 .cmn-mobile-switch:hover:before { background: #51c8fa; } .tt-header-type-5.stick .top-inner { padding: 0px; } .tt-label { position: absolute; right: 0px; top: 5px; background: #ff0606; color: #fff; text-align: center; height: 17px; line-height: 18px; border-radius: 2px; font-weight: 700; font-size: 10px; text-transform: uppercase; padding: 0 5px; } .header-style8 .tt-label { top: 10px; } @media (max-width: 1310px) { .tt-header-type-5 .toggle-block { width: 1170px; } } @media (max-width: 1200px) { .tt-header-type-5 .toggle-block { width: 970px; } .tt-header-type-5 .logo { margin-left: 55px; max-width: 155px; } .tt-header-type-5 .main-nav>ul>li>a { padding: 28px 10px; } } @media (max-width: 991px) { .tt-header-type-5 .logo { max-width: 200px; margin: 9px auto; } .tt-header-type-5 .tt-s-popup-btn { top: 36px; right: 0px; left: auto; } .tt-header-type-5 .top-inner { position: fixed; } .tt-header-type-5 .cmn-mobile-switch { top: 34px; } } /* ========== HEADER 5 - 6 ===========*/ .tt-header-type-6 .main-nav { position: relative; } .tt-header-type-6 .main-nav ul, .tt-header-type-6 .tt-mega-wrapper { z-index: 200; } .tt-header-type-6 .toggle-block { border-bottom: 1px solid #eaeaea; text-align: right; } .tt-header-type-6 .toggle-block-container { max-width: 1280px; margin: 0 auto; } .tt-header-type-6 .cmn-mobile-switch { top: -70px; bottom: auto; } .tt-header-type-6 .main-nav>ul>li.active>a, .tt-header-type-6 .main-nav>ul>li:hover>a { background: #ebebeb; color: #111; } .tt-header-type-6 .tt-s-popup-btn { right: auto; left: 30px; bottom: auto; top: -85px; } .tt-header-type-6 .cmn-mobile-switch:hover span, .tt-header-type-6 .cmn-mobile-switch:hover:after, .tt-header-type-6 .cmn-mobile-switch:hover:before { background: #51c8fa; } .tt-header-type-6.stick .tt-s-popup-btn, .tt-header-type-6.stick .cmn-mobile-switch { bottom: auto; } .tt-header-type-6.stick .cmn-mobile-switch { top: -50px; } .tt-header-type-6.stick .tt-s-popup-btn { top: -65px; } .tt-header-type-6.tt-header-6-2 .tt-s-popup-btn { left: auto; right: 20px; } .tt-header-type-6.tt-header-6-2 .toggle-block { text-align: left; } .tt-header-type-6.tt-header-6-2 .cmn-mobile-switch { left: auto; right: 68px; } .tt-top-header-disable .tt-header-margin-lg { height: 195px; } .header-style12 .tt-header-margin-lg { height: 235px; } @media (max-width: 1310px) { .tt-header-type-6 .toggle-block-container { width: 1170px; } } @media (max-width: 1200px) { .tt-header-type-6 .toggle-block-container { width: 970px; } } @media (max-width: 991px) { .tt-header-type-6 .cmn-mobile-switch, .tt-header-type-6.stick .cmn-mobile-switch { top: 25px; } .tt-header-type-6 .tt-s-popup-btn, .tt-header-type-6.stick .tt-s-popup-btn { top: 26px; right: 5px; } .tt-header-type-6 .top-inner { text-align: right; } .tt-header-type-6.tt-header-6-2 .top-inner { text-align: left; } .tt-header-type-6.tt-header-6-2 .tt-s-popup-btn { right: 0px; } .tt-header-type-6.tt-header-6-2 .cmn-mobile-switch { right: 45px; } } @media (max-width: 480px) { .tt-header-type-6.tt-header-6-2 .top-inner { padding: 9px 0px; } } /* ========== HEADER 7 ===========*/ .tt-header-type-7 .toggle-block { background: #232323; } .tt-header-type-7.stick .tt-s-popup-btn, .tt-header-type-7.stick .cmn-mobile-switch { bottom: auto; } .tt-header-type-7.stick .cmn-mobile-switch { top: -50px; } .tt-header-type-7 .cmn-mobile-switch { top: -70px; bottom: auto; } .tt-header-type-7.stick .tt-s-popup-btn { top: -65px; } .tt-header-type-7 .tt-s-popup-btn { bottom: auto; top: -85px; right: 20px; } .tt-header-type-7 .tt-s-popup-btn:hover { color: #51c8fa; } .tt-header-type-7 .cmn-mobile-switch:hover span, .tt-header-type-7 .cmn-mobile-switch:hover:after, .tt-header-type-7 .cmn-mobile-switch:hover:before { background: #51c8fa; } .tt-header-type-7 .main-nav>ul>li.active>a, .tt-header-type-7 .main-nav>ul>li:hover>a { background: none; color: #51c8fa; } .tt-header-type-7 .main-nav>ul>li>a { color: rgba(255, 255, 255, 0.48); } .tt-header-type-7 .main-nav ul, .tt-header-type-7 .tt-mega-wrapper { z-index: 200; } .tt-header-type-7 .main-nav { position: relative; } .tt-header-type-7 .top-inner { text-align: left; } .tt-header-type-7 .nav-more { position: absolute; top: 115px; z-index: 150; margin-right: -608px; } .tt-header-type-7.stick .nav-more { opacity: 0; -webkit-transform: translateY(0%); -moz-transform: translateY(0%); -ms-transform: translateY(0%); transform: translateY(0%); } @media (min-width: 991px) { .tt-header-type-7 .tt-s-popup-btn { color: rgba(255, 255, 255, 0.8); } .tt-header-type-7 .cmn-mobile-switch span, .tt-header-type-7 .cmn-mobile-switch:after, .tt-header-type-7 .cmn-mobile-switch:before { background: rgba(255, 255, 255, 0.8); } } @media (max-width: 1310px) { .tt-header-type-7 .nav-more { margin-right: -555px; } } @media (max-width: 1200px) { .tt-header-type-7 .nav-more { margin-right: -454px; top: 130px; } } @media (max-width: 991px) { .tt-header-type-7 .top-inner { text-align: center; } .tt-header-type-7 .cmn-mobile-switch, .tt-header-type-7.stick .cmn-mobile-switch { top: 25px; } .tt-header-type-7 .tt-s-popup-btn, .tt-header-type-7.stick .tt-s-popup-btn { top: 26px; right: 5px; } } @media (max-width: 480px) { .tt-header-type-7 .top-inner { padding: 9px 0px; } } /* ========== HEADER 8 ===========*/ .tt-header-style-link.icon-pos-top .main-nav>ul>li>a>.material-icons { display: block; margin: 0 auto 8px; padding: 0px; font-size: 18px; } .tt-header-style-link.icon-pos-top .main-nav>ul>li>a { text-align: center; padding: 14px 21px; } .tt-header-style-link .main-nav>ul>li>a:after { content: ''; position: absolute; left: 0px; bottom: 0px; height: 3px; background: #111; width: 0px; transition: all 0.35s ease-out; -webkit-transition: all 0.35s ease-out; -ms-transition: all 0.35s ease-out; } .tt-header-style-link .main-nav>ul>li.active>a:after, .tt-header-style-link .main-nav>ul>li:hover>a:after { width: 100%; } .tt-header-type-6.stick.tt-header-style-link .cmn-mobile-switch { top: -55px; } .tt-header-type-6.tt-header-style-link .cmn-mobile-switch { top: -75px; } .tt-header-type-6.tt-header-style-link .tt-s-popup-btn { top: -90px; } .tt-header-type-6.stick.tt-header-style-link .tt-s-popup-btn { top: -70px; } @media (max-width: 991px) { .tt-header-type-6.tt-header-style-link .cmn-mobile-switch, .tt-header-type-6.stick.tt-header-style-link .cmn-mobile-switch { top: 25px; } .tt-header-type-6.tt-header-style-link .tt-s-popup-btn, .tt-header-type-6.stick.tt-header-style-link .tt-s-popup-btn { top: 26px; right: 5px; } } .tt-shortcode .tt-header-margin { height: 221px; } .c-btn.size-6 { height: 40px; font-size: 12px; line-height: 37px; } .c-btn.size-6 span { padding-left: 40px; padding-right: 40px; } .slider-style11 .swiper-arrow-left, .slider-style10 .swiper-arrow-left, .slider-style9 .swiper-arrow-left { left: 30px !important; } .slider-style11 .swiper-arrow-right, .slider-style10 .swiper-arrow-right, .slider-style9 .swiper-arrow-right { right: 30px !important; } .slider-style11 .c-btn span { padding-top: 0; } .tt-top-header-disable.header-style1 .nav-more { top: 21px; } .tt-top-header-disable.header-style1 .tt-header-margin { height: 182px; } .tt-top-header-disable.header-style8 .tt-header-margin-sm { height: 72px; } .tt-slider-info { background: rgba(255, 0, 0, 0.10); text-align: center; padding: 50px 15px; color: #ff0000; width: 100%; } .pt-10 { padding-top: 10px; } .tt-post-breaking-news .tt-post-icon { display: none; } .tt-post-breaking-news .tt-breaking-title { margin-bottom: 6px; color: #b5b5b5; margin-top: 6px; } /* Header Height All */ .header-style13.tt-top-header-disable .tt-header-margin { height: 182px; } .header-style9 .tt-header-margin-lg { height: 223px; } .header-style13.tt-top-header-disable .tt-header .nav-more { top: 23px; } /* Before New Shortcodes */ .tt-slide-item, .tt-item-wh-25-wrap { float: left; display: inline-block; } /*.slider-style16 .tt-slide-item.item-3, .slider-style16 .tt-slide-item.item-4,*/ .tt-item-wh-25-wrap .tt-slide-item { float: none; display: block; } .slider-style16 .tt-slide-item.item-3, .slider-style17 .tt-slide-item.item-1, .slider-style17 .tt-slide-item.item-4 { border-bottom: 10px solid #fff; } .slider-style9 .bg, .slider-style10 .bg, .slider-style11 .bg, .slider-style12 .bg, .slider-style13 .bg, .slider-style14 .bg, .slider-style15 .bg, .slider-style16 .bg, .slider-style17 .bg { z-index: 0; } .slider-style10 .tt-slide-2 { padding-bottom: 0; } .slider-style10 .tt-slide-2-img { height: 620px; } .tt-breaking-news-weather-wrapper { position: relative; margin: 10px 0; height: 33px; line-height: 33px; overflow: hidden; } .tt-breaking-news { position: relative; overflow: hidden; width: 70%; float: left; display: inline-block; } .tt-breaking-news-title { display: inline-block; padding: 0 12px; background: #ff5353; font-size: 10px; color: #fff; margin-right: 10px; text-transform: uppercase; } .tt-news-content { display: inline-block; width: 70%; vertical-align: middle; } .tt-breaking-post { width: 600px; line-height: 18px; } .tt-breaking-post a { font-size: 13px; color: #666; } .tt-trending-tag { float: right; font-size: 13px; color: #666; display: inline-block; } .tt-author-tag img, .tt-hash-tags { display: inline-block; padding-right: 2px; } .tt-trending-tag img { vertical-align: middle; border-radius: 100%; } .tt-hash-tags a { display: inline-block; padding-left: 5px; color: #666; } .tt-hash-tags a:hover, .tt-breaking-post a:hover { color: #111; } .tt-trending-title { color: #111; font-size: 13px; font-weight: 600; display: inline-block; } .widget_category_block .tt-category-block { padding-bottom: 10px; } .widget_category_block .tt-category-block:last-child { padding-bottom: 0; } /*.swiper-slide.swiper-slide-active>.tt-item-post-block,*/ .swiper-slide.swiper-slide-active .item-1 .tt-item-post-block, .slider-style17 .swiper-slide.swiper-slide-active .item-2 .tt-item-post-block { border-left: 0; } .slider-style16 .tt-slide-item+.tt-slide-item+.tt-slide-item .tt-item-post-block, .slider-style17 .tt-slide-item.item-4 .tt-item-post-border, .slider-style17 .tt-slide-item.item-5 .tt-item-post-border, .slider-style12 .swiper-slide-visible+.swiper-slide-visible .tt-item-post-border, .slider-style13 .swiper-slide-visible+.swiper-slide-visible+.swiper-slide-visible+.swiper-slide-visible .tt-item-post-border, .slider-style14 .swiper-slide-visible+.swiper-slide-visible+.swiper-slide-visible .tt-item-post-border, .slider-style15 .swiper-slide-visible+.swiper-slide-visible+.swiper-slide-visible .tt-item-post-border { border-right: 0; } .about-us-block.style2 a { border-radius: 100%; } .tt-blog-masonry { padding: 0 15px; box-sizing: border-box; } .slider-style15 { overflow: hidden; } .slider-style15 .swiper-container { margin-left: -5px; margin-right: -5px; } /* Shortcode 1 Related Post New */ /*@media(min-width: 992px) {*/ /* shortcode-1 */ .tt-shortcode-1 { bottom: 0; height: 124px; left: 0; position: fixed; -webkit-transform: translateY(100%); transform: translateY(100%); -webkit-transition: transform 0.5s ease-in-out; transition: transform 0.5s ease-in-out; width: 100%; z-index: 10; background-color: #fff; cursor: pointer; } .tt-shortcode-1.open { transform: translateY(0); } .tt-shortcode-1.open.active .tt-shortcode-1-close { display: none; } .tt-shortcode-1.active { -webkit-transform: translateY(87px); transform: translateY(87px); } .tt-shortcode-1 .tt-title-block { position: relative; padding: 11px 40px 10px 40px; text-align: center; margin: 0 auto; margin-bottom: 10px; background: #f3f3f3; border-top: 1px solid #eaeaea; border-bottom: 1px solid #eaeaea; } .tt-shortcode-1 .tt-shortcode-1-close { position: absolute; right: 10px; top: 7px; width: 20px; height: 20px; } .tt-shortcode-1-close:before { content: ''; display: block; position: absolute; top: 50%; left: 50%; width: 10px; height: 1px; background: #666666; margin-left: -11px; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); -webkit-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; } .tt-shortcode-1-close:after { content: ''; display: block; position: absolute; top: 50%; left: 50%; width: 10px; height: 1px; background: #666666; margin-left: -11px; -webkit-transform: rotate(45deg); transform: rotate(45deg); -webkit-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; } .tt-shortcode-1-close:hover:before, .tt-shortcode-1-close:hover:after { background: #51c8fa; } .tt-shortcode-1-close:hover:before { -webkit-transform: rotate(-135deg); transform: rotate(-135deg); } .tt-shortcode-1-close:hover:after { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); } .tt-shortcode-1 .tt-post.type-7 .tt-post-img { width: 70px; } .tt-shortcode-1 .tt-post.type-7 .tt-post-info { padding: 6px 0 0 80px; } /*}*/ /* shortcode-2 */ .tt-shortcode-2 { bottom: 0; width: 396px; min-width: 396px; right: 0; position: fixed; transform: translateX(100%); -webkit-transition: transform 0.5s ease-in-out; transition: transform 0.5s ease-in-out; z-index: 11; background-color: #fff; border: 1px solid #eaeaea; padding: 30px; } .tt-shortcode-2.open { transform: translateY(0); } .tt-shortcode-2 .tt-shortcode-2-close { position: absolute; right: 4px; top: 2px; width: 10px; height: 10px; display: block; cursor: pointer; } .tt-shortcode-2-close:before { content: ''; display: block; position: absolute; top: 50%; left: 50%; width: 10px; height: 1px; background: #666666; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); -webkit-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; } .tt-shortcode-2-close:after { content: ''; display: block; position: absolute; top: 50%; left: 50%; width: 10px; height: 1px; background: #666666; -webkit-transform: rotate(45deg); transform: rotate(45deg); -webkit-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; } .tt-shortcode-2-close:hover:before { -webkit-transform: rotate(-135deg); transform: rotate(-135deg); } .tt-shortcode-2-close:hover:after { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); } .tt-shortcode-2-close:hover:before, .tt-shortcode-2-close:hover:after { background: #51c8fa; } .tt-video-post-wrapper, .tt-video-post-wrapper.alternative-cover.tt-on-scroll { position: relative; background: #111; padding: 50px 0; z-index: 15; } .tt-video-post-wrapper.alternative-cover { padding: 50px 0 90px 0; z-index: 7; } .tt-video-post-wrapper .tt-fluid-inner { -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.75); -moz-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.75); box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.75); } .tt-pagi { width: 45px; height: 45px; line-height: 45px; background: rgba(0, 0, 0, 0.8); display: inline-block; text-align: center; color: #fff; position: absolute; top: 50%; margin-top: -22px; } .tt-pagi.tt-prev-post { left: 0; } .tt-pagi.tt-next-post { right: 0; } .tt-pagi:hover { color: #fff; background: rgba(0, 0, 0, 1); } /* shortcode - 3*/ .tt-content-wrapp { background-image: url(/wp-content/themes/magplus/css/../img/border-pattern.png); padding: 10px; } .tt-content-wrapp .tt-block-inner { display: block; top: 0; bottom: 0; background: #fff; padding: 30px; height: 100%; width: 100%; } .tt-section .embed-responsive { max-width: 100%; margin-bottom: 0; position: relative; } .embed-responsive-16by9 { padding-bottom: 56.25%; } .embed-responsive .embed-responsive-item, .embed-responsive iframe { position: absolute; top: 0; bottom: 0; width: 100%; height: 100%; border: 0; } .shortcode-3 .tt-post.type-7 { margin-bottom: 20px; position: relative; } .shortcode-3 .tt-post.type-7 .tt-post-img { float: none; z-index: 5; } .shortcode-3 .tt-post.type-7 .tt-post-img i { position: absolute; left: 0; bottom: 0; background: rgba(0, 0, 0, 0.8); font-size: 16px; padding: 3px 5px; color: #fff; } .shortcode-3 .tt-post-info { position: absolute; top: 45%; -webkit-transform: translateY(-50%); transform: translateY(-50%); } .shortcode-3 .tt-list { padding: 15px 20px; padding-bottom: 0; height: 444px; overflow-y: auto; } .shortcode-3.style-2 .tt-list { height: auto; } .tt-list::-webkit-scrollbar { width: 8px; } .tt-list::-webkit-scrollbar-track { background: #e9e9e9; } .tt-list::-webkit-scrollbar-thumb { background: #999; border-radius: 8px; } .shortcode-3 .tt-divider { width: 100%; height: 1px; display: block; background: #eaeaea; } .shortcode-3 .tt-more { font-size: 12px; line-height: 16px; font-weight: 600; margin-top: 10px; text-align: center; } .shortcode-3 .tt-more a { color: #717274; text-transform: uppercase; } .shortcode-3 .tt-more a:hover { color: #51c8fa; } @media (max-width: 1199px) { .shortcode-3 .tt-list { padding: 20px 15px; } } @media(min-width: 768px) and (max-width: 1199px) { .shortcode-3 .tt-post.type-7 { width: 50%; float: left; } .shortcode-3 .tt-divider { clear: both; } .shortcode-3 .tt-more { margin: 20px 0 10px; } .shortcode-3.tt-content-wrapp .tt-block-inner { padding-bottom: 10px; } .shortcode-3 .tt-list { padding-bottom: 0; } .tt-content-wrapp .tt-block-inner { padding-bottom: 10px; } } @media (max-width: 767px) { .tt-content-wrapp .tt-block-inner { padding: 15px 15px 0; } } /* shortcode - 4*/ .tt-alternative-cover-style .shortcode-4 { padding: 50px 0 90px 0; } .shortcode-4 { background: #111111; padding: 50px 0; clear: both; } .shortcode-4 .tt-title-slider a { color: #ebebeb; font-family: 'Roboto'; font-size: 24px; line-height: 30px; font-weight: 500; padding: 20px 0; } .shortcode-4 .tt-title-slider a:hover { color: #51c8fa; } .shortcode-4 .simple-text { color: rgba(235, 235, 235, 0.80); font-family: 'Roboto'; font-size: 16px; line-height: 24px; font-weight: 400; } .custom-arrow-left.tt-swiper-arrow-3, .custom-arrow-right.tt-swiper-arrow-3 { width: 36px; height: 36px; position: relative; margin-top: 40px; display: inline-block; cursor: pointer; background: transparent; border: 1px solid #414141; -webkit-transition: all 0.35s ease-out; transition: all 0.35s ease-out; line-height: 36px; text-align: center; } .custom-arrow-left.tt-swiper-arrow-3 { margin-right: 8px; } .custom-arrow-left.tt-swiper-arrow-3:hover, .custom-arrow-right.tt-swiper-arrow-3:hover { border: 1px solid #51c8fa; } .custom-arrow-left.tt-swiper-arrow-3 i, .custom-arrow-right.tt-swiper-arrow-3 i { color: #fff; } .img-block { position: relative; width: 100%; height: 100%; padding-bottom: 70%; } .img-block .bg { position: absolute; top: 0; left: 0; opacity: 0; height: 100%; width: 100%; background-position: center center; background-size: cover; -webkit-transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1); transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1); } .img-block .bg.active { opacity: 1; } @media(max-width: 768px) { .shortcode-4 *[class*="col"] { padding-right: 0; padding-left: 0; } } /* shortcode - 5*/ .shortcode-3.style-2 .tt-post.type-7 { width: 25%; float: left; } .shortcode-3.style-2 .tt-list { padding: 20px 15px; padding-bottom: 0; } .shortcode-3.style-2 .tt-divider { clear: both; } .shortcode-3.style-2 .tt-post-title { margin-bottom: 6px; } .shortcode-3.style-2 .tt-more { margin: 20px 0 10px; } .shortcode-3.style-2 .tt-content-wrapp .tt-block-inner { padding-bottom: 10px; } @media(min-width: 768px) and (max-width: 1199px) { .shortcode-3.style-2 .tt-post.type-7 { width: 50%; float: left; } } @media(max-width: 767px) { .shortcode-3.style-2 .tt-post.type-7 { width: 100%; } .tt-item-post-border { border: 0; } .tt-slider-content .tt-post.type-2+.empty-space { height: 30px !important; } .wh-25 .tt-item-post-block { width: 100%; } } /* Instagram Widget */ .sidebar-item.null-instagram-feed, .sidebar-item.widget_latest_tweets_widget { padding: 40px 40px 30px 40px; border: 1px solid #eaeaea; } .sidebar-item.null-instagram-feed .instagram-pics { overflow: hidden; } .sidebar-item.null-instagram-feed li { width: 31.1%; float: left; padding: 0 !important; margin-right: 10px; margin-bottom: 10px; } .sidebar-item.null-instagram-feed li:nth-child(3n) { margin-right: 0; } .sidebar-item.widget_fbw_id { padding: 40px; border: 1px solid #eaeaea; } /* Playlist */ #frame { width: 100%; height: 493px; } .tt-slider-content .tt-post.type-2+.empty-space { height: 0; } /* Mega Menu-2 */ @media (min-width: 992px) { .tt-header .main-nav>ul>li.mega.type-2>.tt-mega-wrapper { position: absolute; margin-left: 0; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); overflow: hidden; } .mega.type-2 .tt-mega-list, .mega.type-2 ul.tt-mega-wrapper li>ul { position: relative; width: 281px; left: 0 !important; padding: 0 0 10px; margin-right: 0 !important; border-right: none; } .mega.type-2 ul.tt-mega-wrapper>li { position: relative; } .mega.type-2 ul.tt-mega-wrapper>li:after { content: ''; position: absolute; background: #eaeaea; width: 1px; height: 100vh; left: -1px; top: 0; } .mega.type-2 .tt-mega-content, .mega.type-2 ul.tt-mega-wrapper>li { padding-left: 0; display: inline-block; float: left; } .mega.type-2 .tt-mega-content:last-child, .mega.type-2 ul.tt-mega-wrapper li:last-child { border-right: none; } .mega.type-2 .tt-mega-content .tt-mega-title, .mega.type-2 ul.tt-mega-wrapper>li>a { position: relative; font-size: 13px; line-height: 19px; display: block; font-weight: 700; color: #111111; text-align: left; padding: 22px 77px 13px 19px; } } .tt-header .main-nav>ul>li.mega.tt-both-mega-enabled>.tt-mega-wrapper { display: none !important; } .tt-post-video-length { color: #b7b7b7; font-size: 13px; } .tt-video-wrapper .tt-post-title { font-size: 14px; display: block; } .footer_widget .tt-border-block, .footer_widget .tt-tab-wrapper.type-1 { box-shadow: none; } .footer_widget .tt-tab-wrapper.type-1 .tt-nav-tab-item.active { color: #fff; } .footer_widget .tt-title-text:before, .footer_widget .tt-title-text:after { background: transparent; } .footer_widget .tt-about a { border: 0 none; } .tt-logo-2x { display: none !important; } @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) { .tt-logo-2x { display: inline-block !important; } .tt-header-type-5 .tt-logo-2x { display: block !important; } .tt-logo-1x { display: none !important; } } .tt-instagram-post .tt-footer-instagram li { margin-right: 30px; margin-bottom: 30px; width: 23.20%; float: left; display: inline-block; } .tt-instagram-post .tt-footer-instagram li:nth-child(4n) { margin-right: 0; } .tt-tag-title { display: inline-block; margin-right: 10px; color: #111; font-weight: 600; } .tt-tags { font-size: 14px; display: inline-block; } .tt-tags a { color: #4f4f4f; } .tt-tags a:hover { color: #51c8fa; } .fb_iframe_widget { display: block !important; text-align: center; } .ajax-loader { display: none !important; } .swiper-slide .tt-post-img img { width: 100%; } @media(min-width: 768px) and (max-width: 1300px) and (orientation: landscape) { .slider-style16 .tt-slide-item.item-1, .slider-style16 .tt-slide-item.item-3, .slider-style16 .tt-slide-item.item-4 { width: 27.5%; } .slider-style16 .tt-slide-item.item-2 { width: 27.5%; } } @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) { .slider-style16 .tt-slide-item.item-1, .slider-style16 .tt-slide-item.item-3, .slider-style16 .tt-slide-item.item-4 { width: 27.5%; } .slider-style16 .tt-slide-item.item-2 { width: 27.5%; } } @media(min-width: 768px) and (max-width: 1320px) { .slider-style16 .tt-slide-item.item-2, .slider-style17 .tt-slide-item.item-3 { width: 45%; } } @media(max-width: 480px) { .tt-breaking-news { width: auto !important; } } .wpvq { width: 100% !important; } .customizer-editing { position: relative; border: 2px dashed #b5b5b5; } .customizer-edit { cursor: pointer; position: absolute; top: 1px; right: 1px; color: #555; font-size: 14px; line-height: 11px; padding: 5px 10px; background: #e1e1e1; z-index: 999999; } .customizer-edit i { margin-right: 3px; } .customizer-border-transparent { border: 2px dashed transparent; } .tt-heading.title-wrapper { background-position: center center; background-size: cover; background-repeat: no-repeat; } .tt-blog-list-index a.tt-post-img { text-align: center; } .tt-blog-list-index img { width: auto; display: inline-block; } .no-thumbnail .tt-post-info { padding-left: 0 !important; } .single-post .magplus-pro-quote { margin-bottom: 40px !important; } .tt-parallax-on.background-block { background-attachment: fixed; background-position: 50% 50%; } .ajax-load-more { font-size: 14px; font-weight: 700; padding: 12px 12px 10px 12px; text-align: center; background: #eaeaea; color: #666; border: 0 none; width: 100%; display: inline-block; } .ajax-load-more:hover { background: #e2e2e2; } .tt-featured-blog-style5 .tt-post, .tt-featured-blog-style6 .tt-post { border: 0 none; } .tt-featured-blog-style6 .tt-post-info { padding-left: 0; padding-right: 0; } .tt-featured-blog-style5 .tt-post-info .simple-text, .tt-featured-blog-style6 .tt-post-info .simple-text { text-align: left; } .text-logo { font-size: 32px; color: #111; } /* Change Log CSS */ .section-change-log h2 { margin-bottom: 30px; } .section-change-log h3 { margin-bottom: 15px; color: #30373b; border-top: 1px solid #eaeaea; padding-top: 45px; margin-top: 42px; } .section-change-log .no-border { border: 0 none; padding: 0; margin-top: 0; } .section-change-log h3 span { display: block; color: #b7b7b7; font-weight: 400; font-style: italic; font-size: 14px; margin-top: 5px; } .section-change-log ul { position: relative; list-style: none; } .section-change-log ul li { padding: 8px 0; } .section-change-log .badge { border-radius: 2px; padding: 4px 6px 5px 6px; color: #fff; margin-right: 10px; font-weight: 400; } .badge-new { background: #44db5e; } .badge-improvements { background: #0076ff; } .badge-fixed { background: #8e8e93; } .badge-update { background: #ff3824; } .badge-added { background: #5AC8FA; } .tt-join-fb { background: rgba(0, 118, 255, 0.10); width: 100%; font-style: 16px; color: #666; padding: 40px; text-align: center; border: 1px solid rgba(0, 118, 255, 0.20); border-radius: 3px; } .tt-join-fb a { color: #0076ff; } .tt-join-fb a:hover { text-decoration: underline; } .slider-style14.no-border .tt-item-post-border { border-right: 0; border-left: 0; } .slider-style21 .tt-item-post-block.type-2 .tt-item-post-title, .slider-style23 .tt-mslide.type-2 .tt-mslide-block, .slider-style24 .tt-item-post-title, .slider-style25 .tt-item-post-block.type-2 .tt-item-post-title, .slider-style26 .tt-item-post-block.type-2 .tt-item-post-title { background: rgba(0, 0, 0, 0.30); padding: 30px 30px 26px 30px; } .slider-style21 .wh-33 .tt-item-post-block, .slider-style22 .tt-mslide.type-2.small .tt-mslide-block { width: 100%; } .slider-style22 .tt-mslide.type-2.small .tt-mslide-table, .slider-style22 .tt-mslide-table, .slider-style23 .tt-mslide-table { padding-bottom: 0; } .slider-style22 .tt-mslide.type-2:before, .slider-style23 .tt-mslide:before { background-image: none; } .slider-style22 .tt-mslide.type-2 .tt-mslide-block { background: rgba(0, 0, 0, 0.30); padding: 40px 40px 36px 40px; } .slider-style24 .tt-item-post-title { left: 0; right: 0; bottom: 0; } .woocommerce .tt-products .product .tt-link h4, .woocommerce-page .tt-products .product .tt-link h4, .woocommerce-loop-product__title { min-height: 60px; } @media (max-width:1024px) { .boxed #content-wrapper { width: 100% !important; } } #wp-comment-cookies-consent { margin-right: 5px; top: -1px; position: relative; } .widget_social_media .tt-f-social a { color: #111; } .widget_social_media .tt-f-social a i { font-style: normal; } .grid-layout .tt-post.type-6 .tt-post-img { float: none; width: 100%; } .grid-layout .tt-post.type-6 .tt-post-info { padding-left: 0; } .elementor-html #loader-wrapper { display: none; } .tt-single-slide.tt-col3 { display: -webkit-box; display: -ms-flexbox; display: flex; margin-left: -5px; margin-right: -5px; } .tt-single-slide.tt-col3 .tt-item-post-block { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; margin-left: 5px; margin-right: 5px; } .tt-single-slide.tt-col3 .tt-item-post-block:nth-child(2) { -webkit-box-flex: 2; -ms-flex: 2; flex: 2; } @media screen and (max-width: 991px) { .tt-single-slide.tt-col3 { margin-left: 0; margin-right: 0; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .tt-single-slide.tt-col3 .tt-item-post-block { width: 100%; margin-bottom: 10px; margin-left: 0px; margin-right: 0px; } } /*Unity Test*/ /*.simple-text.tt-content p { font-size: 18px; line-height: 30px; } .simple-text.tt-content h2 { font-size: 38px; } .simple-text.tt-content h3 { font-size: 28px; } .simple-text.tt-content h4 { font-size: 21px; } .simple-text.tt-content h5 { font-size: 18px; } .simple-text.tt-content h6 { font-size: 16px; } /* */ ul.wp-block-categories li, ul.wp-block-archives li, .simple-text.tt-content ul li, .simple-text.tt-content ol li { font-size: 18px; line-height: 30px; margin-top: 6px; } /*.simple-text.tt-content h1, .simple-text.tt-content h2, .simple-text.tt-content h3, .simple-text.tt-content h4, .simple-text.tt-content h5, .simple-text.tt-content h6 { margin-bottom: 30px; line-height: 1.2em; margin-top: 50px; }*/ ul.wp-block-latest-posts { margin-top: 35px; margin-bottom: 60px; } .wp-block-latest-posts a { display: inline-block; position: relative; font-size: 18px; color: #111; line-height: 30px; } .wp-block-latest-posts li { margin-top: 8px; } .wp-block-latest-posts a { font-weight: 500; } .wp-block-latest-posts a:hover { opacity: 0.7; } .wp-block-separator { border-color: #eaeaea; margin: 50px auto; } .wp-block-preformatted { font-family: Menlo, Consolas, monaco, monospace; font-size: 14px; background-color: transparent; line-height: 26px; color: #666; margin: 35px 0; } .wp-block-preformatted strong { color: #111; } .wp-block-verse { font-size: 14px; line-height: 26px; padding: 10px 15px; border-radius: 4px; background-color: #eaeaea; margin: 50px 0; color: #666; } .wp-block-table td { border-color: #eaeaea; font-size: 18px; line-height: 30px; padding: 9px 20px; border-radius: 18px; } .wp-block-table { margin: 50px 0; } .wp-block-table tr:first-child td { font-weight: 500; color: #111; } .wp-block-separator.is-style-dots:before { font-size: 40px; letter-spacing: 10px; color: #eaeaea; } blockquote.wp-block-quote.is-large { text-align: center !important; font-size: 18px; color: #111; padding: 55px 100px; border: 1px solid #eaeaea; margin: 50px 0; font-weight: 400; } blockquote.wp-block-quote p { font-size: inherit; } blockquote.wp-block-quote cite { font-size: inherit; color: #111; font-weight: 400; position: relative; padding-left: 20px; } blockquote.wp-block-quote cite:before { content: ''; position: absolute; height: 2px; width: 12px; background-color: #111; top: 50%; margin-top: -1px; left: 0; } /*.simple-text.tt-content strong { color: #111; font-weight: 500; }*/ .wp-block-audio figcaption { font-size: 14px; color: #666; margin-top: 2px; line-height: 24px; } /*.simple-text.tt-content .aligncenter { margin: 30px 0; } */ /*.wp-block-button__link { color: #fff; font-weight: 500; padding: 10px 30px; background-color: #111; font-size: 16px; border-radius: 4px !important; }*/ /*.wp-block-button__link:hover { color: #fff; opacity: 0.85; }*/ .wp-block-categories .cat-item a, .wp-block-archives li a { color: #666; } .wp-block-categories .cat-item a:hover, .wp-block-archives li a:hover { text-decoration: underline; color: #111; } .wp-block-pullquote { padding: 0; border: none; color: #40464d; } .wp-block-pullquote blockquote p { font-size: inherit; margin-bottom: 10px; } .wp-block-pullquote blockquote cite { text-transform: initial; font-size: 16px; } .wp-block-image img { margin: 0; } .wp-block-image figcaption { font-size: 14px; color: #666; } .wp-block-cover .alignleft, .wp-block-cover.alignleft, .wp-block-image .alignleft, .wp-block-image.alignleft { margin-right: 35px; margin-bottom: 30px; } .wp-block-cover .alignright, .wp-block-cover.alignright, .wp-block-image .alignright, .wp-block-image.alignright { margin-left: 35px; margin-bottom: 30px; } .wp-block-galler:not(:last-child) { margin-bottom: 40px; } .wp-block-gallery .blocks-gallery-item { margin-top: 0; } .wp-block-pullquote.alignleft blockquote, .wp-block-pullquote.alignright blockquote { font-size: 24px; line-height: 30px; color: #111; border: 1px solid #eaeaea; text-align: center; padding: 56px 30px; } .wp-block-coblocks-accordion-item__title { background: #eaeaea; color: #666; font-weight: 500; font-size: 18px; line-height: 30px; } .wp-block-coblocks-accordion-item__title:focus { outline: none; } .wp-block-coblocks-accordion-item__content { border-color: #eaeaea; } .wp-block-coblocks-alert.is-default-alert { color: #5bbc2e !important; background-color: #f7fcf4 !important; padding: 20px 30px; border-radius: 4px; margin: 30px 0; border: 1px solid rgba(91, 188, 46, 0.3) !important; } .wp-block-coblocks-alert__title { color: #111 !important; font-size: 20px !important; font-weight: 500; display: block; line-height: 30px; margin-bottom: 0 !important; } .wp-block-coblocks-alert__text { line-height: 28px; color: #666 !important; margin-top: 5px; display: block; } .wp-block-coblocks-author { background: transparent; border: 1px solid #eaeaea; } .wp-block-coblocks-highlight__content { color: #111; } .wp-block-coblocks-accordion { margin-bottom: 30px; } .wp-block-gallery .blocks-gallery-item:last-child { margin-bottom: 16px; } .wp-block-coblocks-author__heading { display: none; } .wp-block-coblocks-author__name { font-weight: 500; color: #111; } p.wp-block-coblocks-author__biography { font-size: 16px; line-height: 24px; margin-bottom: 20px; } .wp-block-coblocks-author__content .wp-block-button__link { padding: 4px 25px; font-size: 14px; } .tt-progress.status-draft .tt-thumb { position: relative; left: 50%; transform: translateX(-50%); } .tt-info-box { padding: 15px 20px; font-size: 1.000em; border-radius: 2px; color: #2e7bbc; background-color: #cee9ff; } .elementor-widget:not(:last-child) { margin-bottom: 0 !important; } .tt-post-style5 .tt-post.type-2 .tt-post-title { margin-bottom: 6px; } .elementor-section.elementor-section-boxed>.elementor-container { max-width: 1280px !important; } .elementor-section.elementor-section-boxed>.elementor-container.elementor-column-gap-extended { margin-left: -15px; margin-right: -15px; } .elementor-section.elementor-section-boxed>.elementor-container.elementor-column-gap-default { margin-left: -10px; margin-right: -10px; } .elementor-section.elementor-section-boxed>.elementor-container.elementor-column-gap-wide { margin-left: -20px; margin-right: -20px; } .elementor-section.elementor-section-boxed>.elementor-container.elementor-column-gap-wider { margin-left: -30px; margin-right: -30px; } .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated, .elementor-column-gap-extended>.elementor-row>.elementor-column>.elementor-element-populated, .elementor-column-gap-wide>.elementor-row>.elementor-column>.elementor-element-populated, .elementor-column-gap-wider>.elementor-row>.elementor-column>.elementor-element-populated { padding-top: 0 !important; padding-bottom: 0 !important; } .tt-post-date, .tt-post-author-name a, .tt-post-comment, .tt-post-views { display: inline-block; } /*New Short Code*/ .tt-product-list.tt-style1 { display: -webkit-box; display: -ms-flexbox; display: flex; list-style: none; -ms-flex-wrap: wrap; flex-wrap: wrap; padding-left: 1px; margin-right: -3px; padding-top: 1px; } .tt-product-list.tt-style1 li { width: 25%; border: 1px solid #eaeaea; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 10px 30px; margin-left: -1px; margin-top: -1px; } .tt-product.tt-style1 .tt-product-img { margin-right: 30px; -webkit-box-flex: 0; -ms-flex: none; flex: none; max-width: 90px; } .tt-product.tt-style1 .tt-product-desc h3 { margin-top: 0; margin-bottom: 0; } .tt-product.tt-style1 .tt-product-title a { font-size: 13px; color: #111; font-weight: 500; display: block; margin-bottom: 7px; } .tt-product.tt-style1 .tt-product-stb-title { font-size: 12px; color: #666; line-height: 1.3em; margin-bottom: 7px; margin-top: -2px; } .tt-product.tt-style1 .tt-explore-btn { font-size: 10px; font-weight: 500; color: #61bd50; display: inline-block; position: relative; line-height: 16px; text-transform: uppercase; } .tt-product.tt-style1 .tt-explore-btn:before { content: ''; position: absolute; left: 0; bottom: -3px; height: 1px; width: 100%; background-color: #61bd50; opacity: 0; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; } .tt-product.tt-style1 .tt-explore-btn:hover:before { bottom: 2px; opacity: 1; } .tt-product.tt-style2 { position: relative; border: 1px solid #eaeaea; border-radius: 4px; } .tt-product-list.tt-style2 .tt-product-img { display: table; margin: 0 auto; } .tt-product.tt-style2 .tt-post-info { padding: 15px; border-top: 1px solid #eaeaea; } .tt-product-price { font-size: 16px; font-weight: 400; color: #666; margin-bottom: -3px; } .tt-product-label { font-size: 10px; text-transform: uppercase; color: #fff; background-color: #61bd50; border-radius: 2px; padding: 2px 5px; right: 10px; top: 10px; position: absolute; z-index: 3; line-height: 1.3em; } .tt-product-price .tt-product-curancy { font-size: 10px; position: relative; top: -4px; } .tt-product-price .tt-original-price { font-size: 13px; color: #b5b5b5; position: relative; top: 0px; margin-left: 2px; } .tt-product-price .tt-original-price:before { content: ''; position: absolute; height: 1px; width: 100%; background: #b5b5b5; top: 49%; left: 0; } .tt-product.tt-affiliate-product-style1 .c-btn { color: #61bd50; border-color: #61bd50; border-width: 1px; border-radius: 4px; width: 100%; font-size: 12px; } .tt-product.tt-affiliate-product-style1 .c-btn:hover { color: #fff; } .tt-product.tt-affiliate-product-style1 .c-btn span { padding: 0.63em 2em; font-weight: 500; } .tt-product.tt-affiliate-product-style1 .c-btn.type-1:before { background: #61bd50; } .tt-product.tt-style2 .tt-post-info .tt-post-title { font-size: 14px; line-height: 18px; font-weight: 500; } .tt-handpicked-blog-style4 .tt-post { border-radius: 4px; } .tt-handpicked-blog-style4 .tt-post-info { padding: 15px; } .tt-handpicked-blog-style4 .tt-post-cat { margin-top: -3px; margin-bottom: 3px; } .tt-handpicked-blog-style4 .tt-post-title { font-size: 14px; font-weight: 500; line-height: 18px; margin-bottom: 5px; } .tt-handpicked-blog-style4 .tt-post-bottom { margin-bottom: -3px; margin-top: -1px; } .tt-handpicked-blog-style4 .post-handy-picked { height: initial !important; } .tt-product.tt-style3 { text-align: center; } .tt-product.tt-style3 .tt-post-info { padding: 13px 0px 0px; } .tt-product.tt-style3 .tt-post-title { font-size: 14px; line-height: 18px; font-weight: 500; } .tt-product-price.tt-small { font-size: 13px; margin-bottom: -2px; } .tt-newsletter.tt-style1 { text-align: left; height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; min-height: 400px; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding: 60px 0; } .tt-newsletter.tt-style1 .tt-newsletter-title { margin-bottom: 22px; } .tt-newsletter.tt-style1 .row { margin-left: -8px; margin-right: -8px; } .tt-newsletter.tt-style1 .tt-newsletter-input { display: block; width: 100%; padding: 10px 10px; border: 1px solid #eaeaea; font-size: 14px; overflow: hidden; border-radius: 4px; margin-bottom: 15px; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; height: 40px; } .tt-newsletter.tt-style1 .c-btn { background: #61bd50; color: #fff; border-color: #61bd50; width: 100%; border-radius: 4px; font-size: 15px; text-transform: capitalize; font-weight: 500; } .tt-newsletter.tt-style1 .c-btn:hover { color: #61bd50; } .tt-newsletter.tt-style1 input { width: 100%; height: 36px; } .tt-newsletter.tt-style1 .row { margin-right: -8px; margin-left: -8px; } .tt-newsletter.tt-style1 .row>div { padding-right: 8px; padding-left: 8px; } .tt-blog-meta.tt-style1 { display: flex; flex-wrap: wrap; align-items: center; } .tt-blog-meta.tt-style1 .tt-post-avatar { display: block; height: 32px; width: 32px; border-radius: 50%; overflow: hidden; margin-right: 10px; } @media screen and (max-width: 1199px) { .tt-product-list.tt-style1 li { width: 33.3333%; } } @media screen and (max-width: 991px) { .tt-product-list.tt-style1 li { width: 50%; } } @media screen and (max-width: 575px) { .tt-product-list.tt-style1 li { width: 100%; } } /*End Short Code*/ #subscribe-email input { width: 95%; } .comment-subscription-form { margin-bottom: 1em; } .comment-subscription-form .subscribe-label { display: inline !important; } /* Text meant only for screen readers. Provides support for themes that do not bundle this CSS yet. @see https://make.wordpress.org/accessibility/2015/02/09/hiding-text-for-screen-readers-with-wordpress-core/ ***********************************/ .screen-reader-text { border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute ! important; width: 1px; word-wrap: normal ! important; } /* THIS FILE IS OVERWRITTEN EVERY TIME YOU UPDATE THE PLUGIN. USE THE CUSOTM CSS OPTION IN THE SUBSCRIPTION SETTING PANEL FOR YOUR CUSTOM CSS RULES. */ .tnp-subscription { /*font-size: 13px;*/ display: block; margin: 15px auto; max-width: 500px; width: 100%; } /* Generic field wrapper */ .tnp-subscription div.tnp-field { margin-bottom: 10px; border: 0; padding: 0; } .tnp-subscription label { display: block; color: inherit; /*font-size: 14px;*/ font-weight: 700; line-height: normal; padding: 5px; margin: 0; } .tnp-subscription input[type=text], .tnp-subscription input[type=email], .tnp-subscription input[type=submit], .tnp-subscription select { width: 100%; height: 50px; padding: 10px; display: block; border: 1px; border-color: #ddd; background-color: #f4f4f4; background-image: none; text-shadow: none; color: #444; font-size: 14px; line-height: 20px; margin: 0; line-height: normal; box-sizing: border-box; } .tnp-subscription input[type=checkbox], .tnp-widget input[type=radio] { max-width: 20px; display: inline-block; } /* Antireset - http://www.satollo.net/css-and-select-space-between-the-options-and-the-arrow */ .tnp-subscription select option { margin-right: 10px; } .tnp-subscription input.tnp-submit { background-color: #444; color: #fff; width: auto; height: auto; margin: 0; } @media all and (max-width: 480px) { .tnp-subscription input[type=submit] { width: 100%; } } /* Profile form */ .tnp-profile form .tnp-field { margin-bottom: 10px; border: 0; padding: 0; } .tnp-profile form .tnp-field label { display: block; color: #333; } .tnp-profile form .tnp-field input[type=text], .tnp-profile form .tnp-field input[type=email], .tnp-profile form .tnp-field input[type=submit], .tnp-profile form .tnp-field textarea, .tnp-profile form .tnp-field select { padding: 10px; display: block; border: 1px; border-color: #ddd; background-color: #f4f4f4; background-image: none; text-shadow: none; color: #444; font-size: 14px; margin: 0; line-height: normal; box-sizing: border-box; border-radius: 0; height: auto; float: none; } .tnp-profile form input[type=checkbox], .tnp-profile input[type=radio] { max-width: 20px; display: inline-block; } .tnp-profile form .tnp-list-label { margin-left: 15px; } /* Antireset - http://www.satollo.net/css-and-select-space-between-the-options-and-the-arrow */ .tnp-profile form select option { margin-right: 10px; } .tnp-profile form .tnp-field input[type=submit] { background-color: #444; color: #fff; width: auto; height: auto; margin: 0; } @media all and (max-width: 480px) { .tnp-profile input[type=submit] { width: 100%; margin: 0; } } .tnp-widget { width: 100%; display: block; box-sizing: border-box; } .tnp-widget .tnp-field { margin-bottom: 10px; border: 0; padding: 0; } .tnp-widget label { display: block; color: inherit; font-size: 14px; } .tnp-widget input[type=text], .tnp-widget input[type=email], .tnp-widget input[type=submit], .tnp-widget select { width: 100%; padding: 10px; display: block; border: 1px solid #ddd ; border-color: #ddd; background-color: #f4f4f4; background-image: none; text-shadow: none; color: #444; font-size: 14px; line-height: normal; box-sizing: border-box; height: auto; } .tnp-widget input[type=checkbox], .tnp-widget input[type=radio] { width: auto; display: inline-block; } /* Antireset - http://www.satollo.net/css-and-select-space-between-the-options-and-the-arrow */ .tnp-widget select option { margin-right: 10px; } .tnp-widget input.tnp-submit { background-color: #444; background-image: none; text-shadow: none; color: #fff; margin: 0; } .tnp-field input[type="submit"] { position: inherit; } .tnp-field label { } /* Newsletter Widget Minimal */ .tnp-widget-minimal { width: 100%; } .tnp-widget-minimal form { margin: 0; padding: 0; border: 0; } .tnp-widget-minimal input.tnp-email { width: 100%; box-sizing: border-box; padding: 10px; display: inline-block; border: 1px solid #ddd; background-color: #f4f4f4; color: #444; font-size: 14px; } .tnp-widget-minimal input.tnp-submit { width: 100%; box-sizing: border-box; padding: 10px; display: inline-block; border: 1px; border-color: #ddd; background-color: #444; background-image: none; text-shadow: none; color: #fff; font-size: 14px; line-height: normal; border-radius: 0px; height: auto; margin: 0; } /* The minimal form */ .tnp-subscription-minimal { width: 100%; box-sizing: border-box; } .tnp-subscription-minimal form { margin: 0; padding: 0; border: 0; } .tnp-subscription-minimal input.tnp-email { width: 70%; max-width: 300px; box-sizing: border-box; padding: 10px; display: inline-block; border: 1px solid #ddd; background-color: #f4f4f4; color: #444; font-size: 14px; line-height: 20px; border-radius: 0px; } .tnp-subscription-minimal .tnp-privacy-field { margin-top: 10px; } .tnp-subscription-minimal input.tnp-submit { width: 29%; box-sizing: border-box; display: inline-block; padding: 10px; border: 1px; border-color: #ddd; background-color: #444; background-image: none; text-shadow: none; color: #fff; font-size: 14px; line-height: 20px; border-radius: 0px; margin: 0; } /* Comments Extension */ .tnp-comments { clear: both; margin-top: 15px; margin-bottom: 15px; } .tnp-comments label { display: block; } .tnp-comments input[type=checkbox] { display: inline-block; width: auto!important; } /* Locked Content Extension */ .tnp-lock { clear: both; display: block; box-sizing: border-box; box-shadow: none; margin: 20px; padding: 15px; background-color: #fff; border: 1px solid #ddd; } .tnp-nl-checkout { margin-bottom: 1em; } .cb_p6_reply_wrapper{ width : 100%; display : inline-table; vertical-align : top; } .cb_p6_user_avatar{ width : 80px; display : table-cell; text-align : center; vertical-align : top; } .cb_p6_reply_content_row{ height : 100%; display : table-cell; vertical-align : top; width : auto; padding-left: 5px; padding-right: 5px; } .cb_p6_reply_content{ height : auto; min-height : 40px; display : inline-block; vertical-align : top; width : 100%; } .cb_p6_clearfix:after { content: " "; /* Older browsers do not support empty content - from stackoverflow */ visibility: hidden; display: block; height: 0; clear: both; } .cb_p6_clearfix_separator { display:block; width :100%; margin-top : 20px; margin-bottom : 20px; border-bottom : 1px solid #c0c0c0; } .cb_p6_clearfix_separator:after { content: " "; /* Older browsers do not support empty content - from stackoverflow */ visibility: hidden; display: block; height: 0; clear: both; } .cb_p6_notice { margin: 10px 0px; padding:5px; padding-left : 10px; vertical-align : middle; } .cb_p6_notice-info { color: #00529B; background-color: #BDE5F8; } .cb_p6_notice-success { color: #4F8A10; background-color: #DFF2BF; } .cb_p6_notice-warning { color: #9F6000; background-color: #FEEFB3; } .cb_p6_notice-error { color: #D8000C; background-color: #FFBABA; } .cb_p6_support_bar{ display : block; margin-bottom : 25px; text-align : left; vertical-align : middle; } .cb_p6_support_bar button{ margin:3px; display : inline-block; } .cb_p6_agent_admin_operations_bar{ display : block; margin-bottom : 25px; text-align : center; vertical-align : middle; } .cb_p6_agent_admin_operations_bar button{ margin:3px; display : inline-block; } #cb_p6_agent_ticket_header{ display :table; width :100%; margin-top : 20px; margin-bottom : 20px; } .cb_p6_agent_ticket_row{ display :table-row; width :100%; } .cb_p6_agent_ticket_heading{ display :table-cell; width :25%; background-color : #dee1e5; padding : 5px; padding-left : 15px; } .cb_p6_agent_ticket_cell{ display :table-cell; width :25%; border : 1px solid #c3c5c9; padding : 5px; padding-left : 15px; } .cb_p6_ticket_reply_textarea{ display : inline-block; min-width : 200px; max-width : 500px; width : 100%; height: auto; min-height : 100px; } .cb_p6_agent_ticket_listing_ticket_info{ display : inline-block; width : 100%; margin-top : 5px; font-size : 85%; vertical-align :bottom; } .cb_p6_agent_ticket_listing_ticket_title_link{ font-size : 120%; } .cb_p6_agent_ticket_listing_entry{ display :inline-block; width : 100%; margin-top : 0px; margin-bottom : 0px; padding-bottom : 10px; padding-top : 10px; padding-left : 10px; padding-right : 10px; border-bottom : 1px solid #c0c0c0; } .cb_p6_agent_ticket_listing_entry:hover{ cursor:pointer; background: rgba(0,0,0,.1); } .cb_p6_agent_ticket_listing_upper_row_wrapper{ display:inline-table; width : 100%; margin : 0px; padding : 0px; } .cb_p6_agent_ticket_listing_ticket_title{ display:inline-block; width : 80%; margin : 0px; padding : 0px; } .cb_p6_agent_ticket_listing_view_ticket_button{ display:inline-block; width : auto; max-width : 120px; margin : 0px; padding : 0px; } .cb_p6_user_ticket_listing_ticket_info{ display : inline-block; width : 100%; margin-top : 5px; font-size : 85%; vertical-align :bottom; } .cb_p6_user_ticket_listing_ticket_title_link{ font-size : 120%; } .cb_p6_user_ticket_listing_entry{ display :inline-block; width : 100%; margin-top : 0px; margin-bottom : 0px; padding-bottom : 10px; padding-top : 10px; padding-left : 10px; padding-right : 10px; border-bottom : 1px solid #c0c0c0; } .cb_p6_user_ticket_listing_entry:hover{ cursor:pointer; background: rgba(0,0,0,.1); } .cb_p6_user_ticket_listing_upper_row_wrapper{ display:inline-table; width : 100%; margin : 0px; padding : 0px; } .cb_p6_user_ticket_listing_ticket_title{ display:inline-block; width : 80%; margin : 0px; padding : 0px; } .cb_p6_user_ticket_listing_view_ticket_button{ display:inline-block; width : auto; max-width : 120px; margin : 0px; padding : 0px; } .cb_p6_agent_updated_since_last_visit{ background: rgba(54,198,35,.1); } .cb_p6_separator{ content: " "; /* Older browser do not support empty content */ visibility: hidden; display: block; height: 0; clear: both; margin-top : 10px; margin-bottom : 10px; } .cb_p6_quick_reply_button{ display:inline-block; margin-top : 10px; margin-bottom : 10px; } .cb_p6_quick_reply_button{ display:inline-block; margin-top : 10px; margin-bottom : 10px; } .cb_p6_ticket_attachment{ font-size : 75%; } .cb_p6_ticket_attachment_label{ font-size : 75%; margin-right : 10px; } .cb_p6_reply_attachments{ width : 100%; display:inline-block; border-top : 1px solid #c0c0c0; margin-top : 10px; padding-top : 10px; } .cb_p6_reply_attachments img{ max-width : 300px; } .cb_p6_ticket_status_button_container { display : inline-block; max-height : 60px; vertical-align : middle; } .cb_p6_ticket_status_label { display : inline-block; max-height : 60px; vertical-align : middle; margin-right : 15px; font-weight : bold; } .cb_p6_ticket_status_row { display : inline-block; margin-bottom : 10px; vertical-align : middle; } #cb_p6_department_select { display : inline-block; margin-bottom : 20px; margin-top : 15px; vertical-align : middle; } #cb_p6_department_select select { font-size : 125%; } #cb_p6_create_ticket_form { display:inline-block; margin-bottom : 20px; } .cb_p6_ticket_listing_header { display:block; margin-bottom : 20px; margin-top : 20px; padding-left : 5px; padding-right : 5px; } /** * Sharedaddy Base Styles * * Contains styles for modules, containers, buttons */ /* Master container */ #jp-post-flair { padding-top: .5em; } /* Overall Sharedaddy block title */ div.sharedaddy, #content div.sharedaddy, #main div.sharedaddy { clear: both; } div.sharedaddy h3.sd-title { margin: 0 0 1em 0; display: inline-block; line-height: 1.2; font-size: 9pt; font-weight: bold; } div.sharedaddy h3.sd-title:before { content: ""; display: block; width: 100%; min-width: 30px; border-top: 1px solid #ddd; margin-bottom: 1em; } body.highlander-light h3.sd-title:before { border-top: 1px solid rgba(0,0,0,.2); } body.highlander-dark h3.sd-title:before { border-top: 1px solid rgba(255,255,255,.4); } /* Sharing services list */ .sd-sharing { margin-bottom: 1em; } .sd-content ul { padding: 0 !important; margin: 0 !important; list-style: none !important; } .sd-content ul li { display: inline-block; } .sd-content ul li.share-deprecated { opacity: 0.5; } .sd-content ul li.share-deprecated a span { text-decoration: line-through; } .sd-block.sd-gplus { margin: 0 0 .5em 0; } .sd-gplus .sd-content { font-size: 12px; } /* Buttons */ .sd-social-icon .sd-content ul li a.sd-button, .sd-social-text .sd-content ul li a.sd-button, .sd-content ul li a.sd-button, .sd-content ul li .option a.share-ustom, /* Ugh. */ .sd-content ul li.preview-item div.option.option-smart-off a, .sd-content ul li.advanced a.share-more, .sd-social-icon-text .sd-content ul li a.sd-button, .sd-social-official .sd-content>ul>li>a.sd-button, #sharing_email .sharing_send, .sd-social-official .sd-content>ul>li .digg_button >a { /* official Digg button no longer works, needs cleaning */ text-decoration: none !important; display: inline-block; font-size: 12px; font-family: "Open Sans", sans-serif; font-weight: normal; border-radius: 3px; color: #656565 !important; background: #f8f8f8; border: 1px solid #cccccc; box-shadow: 0 1px 0 rgba(0,0,0,.08); text-shadow: none; line-height: 23px; padding: 1px 8px 0px 5px; } .sd-social-text .sd-content ul li a.sd-button span, .sd-content ul li a.sd-button>span, .sd-content ul li .option a.share-ustom span, /* Ugh. */ .sd-content ul li.preview-item div.option.option-smart-off a span, .sd-content ul li.advanced a.share-more span, .sd-social-icon-text .sd-content ul li a.sd-button>span, .sd-social-official .sd-content>ul>li>a.sd-button span, .sd-social-official .sd-content>ul>li .digg_button >a span { /* official Digg button no longer works, needs cleaning */ line-height: 23px; } /* Our gray buttons should be smaller when seen with the official ones */ .sd-social-official .sd-content>ul>li>a.sd-button, .sd-social-official .sd-content .sharing-hidden .inner>ul>li>a.sd-button, .sd-social-official .sd-content>ul>li .digg_button>a, .sd-social-official .sd-content .sharing-hidden .inner>ul>li .digg_button>a { line-height: 17px; box-shadow: none; /* No shadow on gray buttons between the official ones */ vertical-align: top; } .sd-social-official .sd-content ul li a.sd-button>span { line-height: 17px; } .sd-social-official .sd-content>ul>li>a.sd-button:before, .sd-social-official .sd-content>ul>li .digg_button>a:before, .sd-social-official .sd-content .sharing-hidden .inner>ul>li>a.sd-button:before, .sd-social-official .sd-content .sharing-hidden .inner>ul>li .digg_button>a:before { margin-bottom: -1px; } .sd-social-icon .sd-content ul li a.sd-button:hover, .sd-social-icon .sd-content ul li a.sd-button:active, .sd-social-text .sd-content ul li a.sd-button:hover, .sd-social-text .sd-content ul li a.sd-button:active, .sd-social-icon-text .sd-content ul li a.sd-button:hover, .sd-social-icon-text .sd-content ul li a.sd-button:active, .sd-social-official .sd-content>ul>li>a.sd-button:hover, .sd-social-official .sd-content>ul>li>a.sd-button:active, .sd-social-official .sd-content>ul>li .digg_button>a:hover, .sd-social-official .sd-content>ul>li .digg_button>a:active { color: #555; background: #fafafa; border: 1px solid #999999; } .sd-social-icon .sd-content ul li a.sd-button:active, .sd-social-text .sd-content ul li a.sd-button:active, .sd-social-icon-text .sd-content ul li a.sd-button:active, .sd-social-official .sd-content>ul>li>a.sd-button:active, .sd-social-official .sd-content>ul>li .digg_button>a:active { box-shadow: inset 0 1px 0 rgba(0,0,0,.16); } /* All icons */ .sd-content ul li a.sd-button:before { display: inline-block; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font: normal 18px/1 'social-logos'; vertical-align: top; text-align: center; } /* text + icon styles should have relative and top position */ .sd-social-icon-text ul li a.sd-button:before { position: relative; top: 2px; } /* Make it look great in Chrome and Safari */ @media screen and (-webkit-min-device-pixel-ratio:0) { .sd-content ul li a.sd-button:before { position: relative; top: 2px; } } .sd-social-official ul li a.sd-button:before { position: relative; top: -2px; } /* Make it look great in Chrome and Safari */ @media screen and (-webkit-min-device-pixel-ratio:0) { .sd-social-official ul li a.sd-button:before { top: 0px; } } .sd-content ul li { margin: 0 5px 5px 0; padding: 0; } /* Add more pading on touch devices */ .jp-sharing-input-touch .sd-content ul li { padding-left: 10px; } /* Text + icon & Official */ .sd-social-icon-text .sd-content ul li a span, .sd-social-official .sd-content ul li a.sd-button span, .sd-content ul li.preview-item a.sd-button span { margin-left: 3px; } .sd-content ul li.preview-item.no-icon a.sd-button span { margin-left: 0; } /* Text only */ .sd-social-text .sd-content ul li a:before, .sd-content ul li.no-icon a:before { display: none; } body .sd-social-text .sd-content ul li.share-custom a span, body .sd-content ul li.share-custom.no-icon a span { background-image: none; background-position: -500px -500px !important; /* hack to work around !important inline style */ background-repeat: no-repeat !important; padding-left: 0; height: 0; line-height: inherit; } .sd-social-icon .sd-content ul li a.share-more { position: relative; top: -4px; } @media screen and (-webkit-min-device-pixel-ratio:0) { .sd-social-icon .sd-content ul li a.share-more { top: 2px; } } /* Firefox specific hack to make the share more button look better on Firefox. */ @-moz-document url-prefix() { .sd-social-icon .sd-content ul li a.share-more { top: 2px; } } .sd-social-icon .sd-content ul li a.share-more span { margin-left: 3px; } /* Individual icons */ .sd-social-icon .sd-content ul li.share-print a:before, .sd-social-text .sd-content ul li.share-print a:before, .sd-content ul li.share-print div.option.option-smart-off a:before, .sd-social-icon-text .sd-content li.share-print a:before, .sd-social-official .sd-content li.share-print a:before { content: '\f469'; } .sd-social-icon .sd-content ul li.share-email a:before, .sd-social-text .sd-content ul li.share-email a:before, .sd-content ul li.share-email div.option.option-smart-off a:before, .sd-social-icon-text .sd-content li.share-email a:before, .sd-social-official .sd-content li.share-email a:before { content: '\f410'; } .sd-social-icon .sd-content ul li.share-linkedin a:before, .sd-social-text .sd-content ul li.share-linkedin a:before, .sd-content ul li.share-linkedin div.option.option-smart-off a:before, .sd-social-icon-text .sd-content li.share-linkedin a:before { content: '\f207'; } .sd-social-icon .sd-content ul li.share-twitter a:before, .sd-social-text .sd-content ul li.share-twitter a:before, .sd-content ul li.share-twitter div.option.option-smart-off a:before, .sd-social-icon-text .sd-content li.share-twitter a:before { content: '\f202'; } .sd-social-icon .sd-content ul li.share-reddit a:before, .sd-social-text .sd-content ul li.share-reddit a:before, .sd-content ul li.share-reddit div.option.option-smart-off a:before, .sd-social-icon-text .sd-content li.share-reddit a:before { content: '\f222'; } .sd-social-icon .sd-content ul li.share-tumblr a:before, .sd-social-text .sd-content ul li.share-tumblr a:before, .sd-content ul li.share-tumblr div.option.option-smart-off a:before, .sd-social-icon-text .sd-content li.share-tumblr a:before { content: '\f607'; } .sd-social-icon .sd-content ul li.share-pocket a:before, .sd-social-text .sd-content ul li.share-pocket a:before, .sd-content ul li.share-pocket div.option.option-smart-off a:before, .sd-social-icon-text .sd-content li.share-pocket a:before { content: '\f224'; } .sd-social-icon .sd-content ul li.share-pinterest a:before, .sd-social-text .sd-content ul li.share-pinterest a:before, .sd-content ul li.share-pinterest div.option.option-smart-off a:before, .sd-social-icon-text .sd-content li.share-pinterest a:before { content: '\f210'; } .sd-social-icon .sd-content ul li.share-facebook a:before, .sd-social-text .sd-content ul li.share-facebook a:before, .sd-content ul li.share-facebook div.option.option-smart-off a:before, .sd-social-icon-text .sd-content li.share-facebook a:before { content: '\f203'; } .sd-social-icon .sd-content ul li.share-press-this a:before, .sd-social-text .sd-content ul li.share-press-this a:before, .sd-content ul li.share-press-this div.option.option-smart-off a:before, .sd-social-icon-text .sd-content li.share-press-this a:before, .sd-social-official .sd-content li.share-press-this a:before { content: '\f205'; } .sd-social-official .sd-content li.share-press-this a:before { color: #2ba1cb; } .sd-social-icon .sd-content ul li.share-telegram a:before, .sd-social-text .sd-content ul li.share-telegram a:before, .sd-content ul li.share-telegram div.option.option-smart-off a:before, .sd-social-icon-text .sd-content li.share-telegram a:before, .sd-social-official .sd-content li.share-telegram a:before { content: '\f606'; } .sd-social-official .sd-content li.share-telegram a:before { color: #0088cc; } .sd-social-icon .sd-content ul li.share-skype a:before, .sd-social-text .sd-content ul li.share-skype a:before, .sd-content ul li.share-skype div.option.option-smart-off a:before, .sd-social-icon-text .sd-content li.share-skype a:before { content: '\f220'; } .sd-social-icon .sd-content ul a.share-more:before, .sd-social-text .sd-content ul a.share-more:before, .sd-content ul li.advanced a.share-more:before, .sd-social-icon-text .sd-content a.share-more:before, .sd-social-official .sd-content a.share-more:before { content: '\f415'; } .sd-social-official .sd-content a.share-more:before { color: #2ba1cb; } .sd-social-icon .sd-content ul li.share-jetpack-whatsapp a:before, .sd-social-text .sd-content ul li.share-jetpack-whatsapp a:before, .sd-content ul li.share-jetpack-whatsapp div.option.option-smart-off a:before, .sd-social-icon-text .sd-content li.share-jetpack-whatsapp a:before, .sd-social-official .sd-content li.share-jetpack-whatsapp a:before { content: '\f608'; } .sd-social-official .sd-content li.share-jetpack-whatsapp a:before { color: #43d854; } .sd-social-icon .sd-content ul li[class*='share-'].share-jetpack-whatsapp a.sd-button { background: #43d854; color: #fff !important; } .sd-social-icon .sd-content ul li.share-deprecated a:before, .sd-social-icon-text .sd-content li.share-deprecated a:before, .sd-social-official .sd-content li.share-deprecated a:before, .sd-content ul li.share-deprecated div.option.option-smart-off a:before { width: 1em; height: 1em; content: "\1F6AB"; } /* Share count */ .sd-social .sd-button .share-count { background: #2ea2cc; color: #fff; -moz-border-radius: 10px; border-radius: 10px; display: inline-block; text-align: center; font-size: 10px; padding: 1px 3px; line-height: 1; } /* Official buttons */ .sd-social-official .sd-content ul, .sd-social-official .sd-content ul li { line-height: 25px !important; } .sd-social-official .sd-content>ul>li>a.sd-button span { line-height: 1; } .sd-social-official .sd-content ul:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .sd-social-official .sd-content li.share-press-this a { margin: 0 0 5px 0; } .sd-social-official .sd-content ul>li { display: block; float: left; margin: 0 10px 5px 0 !important; height: 25px; } .sd-social-official .fb-share-button > span { vertical-align: top !important; } .sd-social-official .sd-content .pocket_button iframe { width: 98px; } /* Individual official buttons */ .reddit_button iframe { margin-top: 1px; } .pocket_button iframe, .pinterest_button, .twitter_button, .linkedin_button>span { margin: 0 !important; } .linkedin_button>span, .pinterest_button a { display: block !important; } .sd-social-official .sd-content .share-skype { width: 55px; } body .sd-social-official li.share-print , body .sd-social-official li.share-email a, body .sd-social-official li.share-custom a, body .sd-social-official li a.share-more, body .sd-social-official li.share-digg a, body .sd-social-official li.share-press-this a { position: relative; top: 0; } /* Custom icons */ body .sd-social-icon .sd-content li.share-custom>a { padding: 2px 3px 0 3px; position: relative; top: 4px; } body .sd-social-icon .sd-content li.share-custom a span, body .sd-social-icon-text .sd-content li.share-custom a span, body .sd-social-text .sd-content li.share-custom a span, body .sd-social-official .sd-content li.share-custom a span, body .sd-content ul li.share-custom a.share-icon span { background-size: 16px 16px; background-repeat: no-repeat; margin-left: 0; padding: 0 0 0 19px; display: inline-block; height: 21px; line-height: 16px; } body .sd-social-icon .sd-content li.share-custom a span { width: 0; } body .sd-social-icon .sd-content li.share-custom a span { padding-left: 16px !important; } /* Overflow Sharing dialog */ .sharing-hidden .inner { position: absolute; z-index: 2; border: 1px solid #ccc; padding: 10px; background: #fff; box-shadow: 0px 5px 20px rgba(0,0,0,.2); -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; margin-top: 5px; max-width: 400px; } .sharing-hidden .inner ul{ margin: 0 !important; } .sd-social-official .sd-content .sharing-hidden ul>li.share-end { clear: both; margin: 0 !important; height: 0 !important; } .sharing-hidden .inner:before, .sharing-hidden .inner:after { position: absolute; z-index: 1; top: -8px; left: 20px; width: 0; height: 0; border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 8px solid #ccc; content: ""; display: block; } .sharing-hidden .inner:after { z-index: 2; top: -7px; border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 8px solid #fff; } .sharing-hidden ul { margin: 0; } /** * Special colorful look for "Icon Only" option */ .sd-social-icon .sd-content ul li[class*='share-'] a, .sd-social-icon .sd-content ul li[class*='share-'] a:hover, .sd-social-icon .sd-content ul li[class*='share-'] div.option a { border-radius: 50%; -webkit-border-radius: 50%; border: 0; box-shadow: none; padding: 7px; position: relative; top: -2px; line-height: 1; width: auto; height: auto; margin-bottom: 0; } .sd-social-icon .sd-content ul li[class*='share-'] a.sd-button>span, .sd-social-icon .sd-content ul li[class*='share-'] div.option a span { line-height: 1; } .sd-social-icon .sd-content ul li[class*='share-'] a:hover, .sd-social-icon .sd-content ul li[class*='share-'] div.option a:hover { border: none; opacity: .6; } .sd-social-icon .sd-content ul li[class*='share-'] a.sd-button:before { top: 1px; top: 0px\9; /* IE8 and below */ } .sd-social-icon .sd-content ul li[class*='share-'] a.sd-button.share-custom { padding: 8px 8px 6px 8px; top: 5px; } .sd-social-icon .sd-content ul li a.sd-button.share-more { margin-left: 10px; } .sd-social-icon .sd-content ul li:first-child a.sd-button.share-more { margin-left: 0; } .sd-social-icon .sd-button span.share-count { position: absolute; bottom: 0; right: 0; border-radius: 0; background: #555; font-size: 9px; } /* Special look colors */ .sd-social-icon .sd-content ul li[class*='share-'] a.sd-button { background: #e9e9e9; margin-top: 2px; text-indent: 0; } .sd-social-icon .sd-content ul li[class*='share-'].share-tumblr a.sd-button { background: #2c4762; color: #fff !important; } .sd-social-icon .sd-content ul li[class*='share-'].share-facebook a.sd-button { background: #1877F2; color: #fff !important; } .sd-social-icon .sd-content ul li[class*='share-'].share-twitter a.sd-button { background: #00acee; color: #fff !important; } .sd-social-icon .sd-content ul li[class*='share-'].share-pinterest a.sd-button { background: #ca1f27; color: #fff !important; } .sd-social-icon .sd-content ul li[class*='share-'].share-digg a.sd-button { color: #555555 !important; } .sd-social-icon .sd-content ul li[class*='share-'].share-press-this a.sd-button { background: #1e8cbe; color: #fff !important; } .sd-social-icon .sd-content ul li[class*='share-'].share-telegram a.sd-button { background: #0088cc; color: #fff !important; } .sd-social-icon .sd-content ul li[class*='share-'].share-linkedin a.sd-button { background: #0077b5; color: #fff !important; } .sd-social-icon .sd-content ul li[class*='share-'].share-pocket a.sd-button { background: #ee4056; color: #fff !important; } .sd-social-icon .sd-content ul li[class*='share-'].share-reddit a.sd-button { background: #cee3f8; color: #555555 !important; } .sd-social-icon .sd-content ul li[class*='share-'].share-skype a.sd-button { background: #00AFF0; color: #fff !important; } /** * Screen Reader Text for "Icon Only" option */ .sharing-screen-reader-text { clip: rect(1px, 1px, 1px, 1px); position: absolute !important; height: 1px; width: 1px; overflow: hidden; } .sharing-screen-reader-text:hover, .sharing-screen-reader-text:active, .sharing-screen-reader-text:focus { background-color: #f1f1f1; border-radius: 3px; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); clip: auto !important; color: #21759b; display: block; font-size: 14px; font-weight: bold; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; /* Above WP toolbar */ } /** * Sharing Email Dialog */ #sharing_email { width: 342px; position: absolute; z-index: 1001; border: 1px solid #ccc; padding: 15px; background: #fff; box-shadow: 0px 5px 20px rgba(0,0,0,.2); text-align: left; } div.sharedaddy.sharedaddy-dark #sharing_email { border-color: #fff; } #sharing_email .errors { color: #fff; background-color: #771a09; font-size: 12px; padding: 5px 8px; line-height: 1; margin: 10px 0 0 0; } #sharing_email label { font-size: 12px; color: #333; font-weight: bold; display: block; padding: 0 0 4px 0; text-align: left; text-shadow: none; } #sharing_email form { margin: 0; } #sharing_email input[type="text"], #sharing_email input[type="email"] { width: 100%; box-sizing: border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; border: 1px solid #ccc; margin-bottom: 1em; background: #fff; font-size: 12px; color: #333; max-width: none; padding: 1px 3px; } #jetpack-source_f_name { display: none!important; position: absolute !important; left: -9000px; } #sharing_email .sharing_cancel { padding: 0 0 0 1em; font-size: 12px; text-shadow: none; } #sharing_email .recaptcha { width: 312px; height: 123px; margin: 0 0 1em 0; } .sd-content .share-customize-link { margin-top: 0em; line-height: 11px; } .sd-content .share-customize-link a { font-size: 11px; font-family: "Open Sans", sans-serif; } @font-face{font-family:social-logos;src:url(/wp-content/plugins/jetpack/_inc/social-logos/social-logos.eot?5d3b4da4f6c2460dd842dbf9e0992ea6);font-weight:400;font-style:normal}@font-face{font-family:social-logos;src:url(/wp-content/plugins/jetpack/_inc/social-logos/social-logos.eot?5d3b4da4f6c2460dd842dbf9e0992ea6);src:url(/wp-content/plugins/jetpack/_inc/social-logos/social-logos.eot?5d3b4da4f6c2460dd842dbf9e0992ea6#iefix) format("embedded-opentype"),url("data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABtUAAsAAAAAKlgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADMAAABCsP6z7U9TLzIAAAE8AAAAPQAAAFZAuk/9Y21hcAAAAXwAAAGWAAAEWDeg0QRnbHlmAAADFAAAFNMAAB686Rw5FWhlYWQAABfoAAAAKwAAADYWJB25aGhlYQAAGBQAAAAbAAAAJAQaAi9obXR4AAAYMAAAAA8AAAC4WgAAAGxvY2EAABhAAAAAXgAAAF607K3cbWF4cAAAGKAAAAAfAAAAIAFAAKBuYW1lAAAYwAAAATQAAAJGA4c4LHBvc3QAABn0AAABXgAAAg1QKrNaeJxjYGRgYOBikGPQYWB0cfMJYeBgYGGAAJAMY05meiJQDMoDyrGAaQ4gZoOIAgCKIwNPAHicY2Bk/Mo4gYGVgYOBnzGNgYHBHUp/ZZBkaGFgYGJgZWbACgLSXFMYHD4yflNmAnH1mCDCjCACAIwbCEIAAAB4nN3UzW7TQBTF8b9jJ6lLAbep3QABQtKGj6ZSF30ElogVS16gj+8rZxZsypmcqCzpuh79ItsZxTO+5wYYA6VspYLRlkJnFBvdLfb3S4739yv+6PqSpc6qvooyplHHPJaxGZphNrTD/a5LZapTkxZp/fAAfRHEWLMazVo9zmoTafxv1n+PQk/9xi13Gt81fjyOn/zi935oibzmTPNeMWFDzTWnnDPnghd84Ua/MdNu39LwgQWfeMOUE1rt7j3v+MiVnlNqb0fa4Yo1X7X3z7yk0wImT1jlcz9O8sdoe7i6ydU1vXn6A9WAvjRVg74y1YXAVCGiMNWKGJmqRpSm+ik5pkoSE1NNiampukRtqjPRmCpOnJpqT5yZUkDMLK8/zk3JIFojf99Z7o24MOWGmBv5OUtTloiVKVXE2pQv4tKUNOLKyGvfWH6jQ2PKIcPMcr8NrSmbDPemlLJrTXll15mSS8Jyz6aD3NdpZLm3U2lKuPrPlHXSxJR60tSUf9KRqRNIteX/idSYuoO0MPUJaW10fwHJHpItAAB4nHVZeYwlR3nvququ6rtf393vnPf6vdcz82bezDt77mOP2bXXe3p3vbZjWK+x8AGYgDly2F4wshyQcxBhK84dEyOxKJESFMgfwFog+CMCgZRdJRAlSoKMkkiJIiX5IyTjfNVvZ2fWkHk91VXV1XV89X2/7/dVC6IAf+hH6KawJZwWHhY+BKUGo5Of74XBoD/OwoD/st44Gw8XUDttr6Nh2ua/JG8b1NAGyjbQoF9FYeAzEyWN9miYjQe+x2gILaCctsdhFZpk4yCkbeiszaA2gz6rCFqgBtUahYpTtZ1iPD3ViUVZZLpMw4gQUSWUUKdQCuN+Y1ZFVFwVKSIlR3NUjHQWGLZbDqYx/s3msLe4/aF5URJ7H1q//zxlMhGRZwwRQcTwChUmUQWdRSIRFT0uNufjyI2ZJsmKRH2XKKJkyIb9eFIo2gWZulGPUsQQlWxXtnRqfkq3Ii+xtEKgFp4tWeb8DKG4UkuIOkMI6dlMwoqIRVa1HC5Wmsv279AfCbZQFqaFI8Ip4V5BcPtV7FFWRb5n4g6yw/54NOxCzg/7G3g0bENukOWCH3BJdvFwA4NoMUu8IMxA5ib2B202GCX+624t0B07Cq1i3XnuacujuiFnO3JBY4F7bOOrelAISFebrwfN2DSLTT9OIhX9GqNrqqfbqngBf/qJJ9AL1IrbJZklsVdxFESfsGxFp2RDIrKh+vZxpBeURtUqtjqtkuVMTQe6Jz2iyYZJXcsrCiRf59fQG0JJSIUB5Pl294Zd1EENE1WQV0WrqL+BQG3a6aAfeBQetIfjMOEpPIIa9LqvmqixXN+sLzfg9gLcrP/aUU1T5ckrLymmqfAEzRsqPIfHL05ul1Sra7omXF82XAMuPp2JXr8Bc9KFCGS/JQitvWH5gDCNMZd0g3pBZns0qYPG2sPxoN4PWP6AryBvAPMP4JXxCK3I9D4q58mjHaoolCf/Hju7N504dtCsE9+tUAM0bL6WTs3PT52bmr8B7XVZ3pYNGa6f228Zv8o74K3O84RPV87nfBNs0RVCkGVVaAhtYVaYh9rRAm43LLGGgv4mSUO2gHyWspCFaRZm8M9G+R3dJOSboi5+A9Re+hbPUPT1X9060zyzZXW7vws5Z3t7eyEvocNgSJ8g5OOYfVLjd0Z+dLkzunhx1GnUah+H7FSn0/n9SZFPjd2eny74wpSwICwJh4UzINlGFw03EFi/Z6IMLJ0F4QZi7TThMAKanIKVbwJwcCTwvSAFEIBm0DYI4UnWBYUJ86Y1NAaoGSJh5cry8pWnefLzhSBtFdXazLu1MtqeC7XeZusLZrG3yqiyfCQpRV44tTquNdPxc63aTLWgxBuN4DXFmeowSUznY6dzqyNIviwRSTq67m8+euh4OB8F7bW42HexVbApkZKNF4hkLvXdw1d6K4XI1IPosGEVHcNQJQCMLUG6tf5vgcYzQRMKoFkCYmnGQPQ1BOKHHckslPphNmJIeO7iM888c+m55y49c/Ei3C/euNR+9tk2eubU0XN/c+6uU6fuOnd05+xdp46+dldcPnGiHPPucT7GdXRdsIQ1yLUa1Le9YNCaWA+H1pQN+hyPOfJ2EMvGUAly5SCbtjcRF+i4xjcDfWx3t9hqFREuNZsDohhX1G2DyhhhUZGUE+ojIUaMierZkumJCCcYU41aj+smRl/wWkX+soeaxe8Xm/crFM1jLEuyiXEfIYBD6AUVmPa6KqkEI0RNmOxt/WhxL2ICwIE/GCWjwQgMq19DPncXFTRgic+BrovyfV441x+N5lqWbZUdha0pvf65heUr6MbylZXhg2vyZzYW0jmMR5pitTc+I689OIR3bmEOH0sTYrATwfVhxf5g4pf8XEC3SoTbeG7t8OKxtLV96OTle88sLh5bWXr4kc2gVpur1dCxYzDcyUPbrfSXjy0unrn38tOPPLy0snudP5yr7e3L36MnQfdho1xYHSwOMA1WMThY+FSlV6n0Vnrlcu/bFZ6u8DJ6sjLJ3JHc3u/fg3WUhA2OnLnftcHxgsVggB3YzRHYzphv/T4ahYGFJmULUY5bHNMY+sgPVV1WTYmp0nsJ2XFUiWDfofYCUsT7maqyE4whFbRlXZGlE0imfyaBOnCMUunuyy7lG/kc1mEo+sQDpdJTIlNkDTqTpJ7IRPYAQqjIAVC4ZQtcTye2YAFmCVkyWkWJPxjV/XoK9wz+v//qq2+++uruVXT11TfffPXkya2TJ9+8582TJ08e1Jfze/oCuzZeR5RvW0400h4whEEPqgH5uEw4ugCzaI/aWW4F4z5HkLAXMI8FnG2wgEsIyMht/Tq7zZhvGQoTCVVFERybBMgrEcM3TaLNBbVAxDKVNcuNl+Kiq4oMiUEt7JhM3jp7SxF3nvIxk5oiIbLEmKXCG6D1kkQlHyPqqpJbzOqRojmuSHXGbBEj19GUqJ4VXUkvr0gM+0/tcMW9vecTHJ2erPy2+pAJlMLaGDh6rriwZrAgWBs9iIqryWqjsZr0my2vAv5j27XIzkfJET7ZPbDbvdZY3Vlt1Jtud6sLjnrB1LOd/fH/Bb2c+2vBzTtPfurArQRIBuwi7Ong2kv49NbM0enpozMrszNRko7HpyKHnEdbnc7sbAdYi6Ftn50+cu7IdJqG2akscoIBPOp0YDhyYM1NYfEnVg1umY/8thWDAiU5fsAEDq7+kWa/vxPFxkyt1jFUsngWd3+jOFUqTRXvEMCN/vF+EBlgwIZq1FW5tbADbUolYU/3vgPzAeMG3Mg56p4Eco7FZzfocz1KkfBhGtXHyWoC12JjbfXelSsrcK09NJBQeqYe1ZO1Y2tJbTXLxx29c80Dz3DARqaEZWEH+PUlKPfDKgkDj5mE0UbaJWl7mG0QWHPDFL2q2N8Qh12RTTALyCBwbD+XDnCkbA/JkDCK/ZKrgj0i1S358RN3FkfjYVopYFyopMP37GfHMysr51bKflQstVrjVuuEwlmTiX77p/eyV0ze3s8ke3Xl7MrKdHnTC1/jnY1bX52wsAPci6NCWRhCqX7Lj9VhUfawTWBT071lhQnIuJ27hoTvNBg0t20ffXb3y3qhoKPjkO4uL1cMzyu57g+XRTotS8tjRI2COw3Prxf0/Za7f/6l2C27cH33fuDpphY88KUYULHodg7Y3jWYm/eT8wLnPaqja7uft+PYRhd5eu0auoiuxc5bQk7dIH3wsccW9znmdfQaMDcNOH5jwgbGA8Aq5tcwh7IWj5E4InHmBuUh+trT5w+LjD6N/vV9hQcVffetnwVQodIjokzRo1958T0Mr6DKL44VCGLkv24uYfU/RQ18LqX/g27r7RdBbw/lkRoHTe7rwEOkXdDVXHYTe85jqyE3Zt+rAeZDM48jKHiTPc0GhKQrc9Mdy44ZlhFR9Fqpmg4O9dt+Ecg/RBZ+VZTqlGDgk8zwqM1a/syhdvc0uhEGd3dq1SlNZDWRaA27OirY64vjoxVPC6drQRviI+2FoO3bwBSUoB5sGc78Pd25Y9MHcP/4Pu4Dc+HIzmfv5THlIFd/zhhytwB+bn+BOdHkQcaEXuYYkuPDiTVRigkJCoapSlh0C5V2P+2UY4UBTANQR/Vqfb65lpQHtUJZMiW/Ws9RJQf5w++JpoMnZE0PqnZcc5VCmHXavUqxbZRkQmII7npxsmo7U0vH1puWOggaSm7vBzH9OrD2BcgBpQXV4ioNQW/uu/qwRZsQJ2/CImAxDfBvoP5AG8EGKPpL0TN2X9M9kWCx0yTteX/WpXNN0uyI+KF3yZH8qGJHypkzSmQj9DnNNDXGrhY7J0q4rIgiUou4dKJTvCp/7LIsX1YiRz55UnaiPR3d8zUfFH79bcjLeMQedidEws8hL6NdsoHDLjZBTzZgJZR5VbyBu8TEYQ9awEbgPGw34eEGqkLDLt6ANUJfvXxjUu6AWYPv1wbKAOr4+7B9KWdlAH3oIJi32juRIodH7jkUikmynjh29chKqkTDY+9FnY0luzgeucXeHJILgV9QkFpwCyomxNF0RVaxxIyZSE47kTI9BHY0GjXFyngz9mJcHVZ9r1yqz75zdP9w4d6e3Dk2SxqHT58e24YyW15qpWb80EF/0URJVdMrjVpJbA9ASUSDJOs7O8Pyl6aGan0l86JBX69Fmm9R0XD8gopk0wa6hSTRsh1qkcZsqM3MV8Rm1vGshZV+RXKs+WJtUFOYrGa/Nbx/1L84FjHr33XfiZFRWj7TqnQ1NZ1eqk0trgq344s3wFvWgUPPCH3gVAMfvLA/iV3XASA51xtNCB9QabD11mCUhJxtDSfuc3z96lXkb8X2TTuGNMgzgR3vXr/J/7bckuOU3Gsdf4vD29Y1J+bhqDMLkdLs9at/Ybhu0XUPxqN/mkd628Ip4T7hsvC48CzUwlgQ32XhxB8BxrC0TTknZRPACcJcmyb+cwOlHOc53kvcwiHWa4dvixknsCXddnWT5kBqORwkPQhtOEMIBj2gB310o5ya/Z34SFiPooLhSicIRZXmdtF0vLKu4eF9j903RJpxZOLgdr/oGqpc1rRvLJxZWDjzDp58Ui3LmuHu/lh3nMi2P23HNlwxxsHCoo8lSgozMwXoVfQqZp2cLhRCGMvQbETIg8gt6GXPCKhMJzQMDD28Znh8sN8xXBqUlVeq/fV+NU9eKofUNQpdPkxsVyfjnScMBwFwSmzb+DauvwF22uDxNEvBg2e5bLk0bzMjLtUJA7gaO69g/LI75J53ch+6L2Puia85lxRdueS0R61WiSr32VBpX2IMnP6offtc6ia6AajFABds8CUfBR6YhWwR8Eoa9kYp6/urKPNMDMY8SENOjiBiy8LUB5Dmx1EhG6Q9DsUYDDoNR0E6ORrMd4n/DuJ3Tt9BhxuTU8OJggT8LPCvMP4DhD6FPosQ+WOnPhfVygRk4szctVQjCFm8qlrEInbdmbuzKRGq3re94MhGkJqyQkXKNGs9mSnVNCvZjKKOKatMpK4ZBnGjVyqibyIIrhA+Dt2/ht4dzjWcAmRr2d0ztgO9lmq8CvBInIIqx4WxS/aSqYkiiwpM0hgWdTVs2F47tDy5QD3DVSRDIZKhmmVFDbx9HjDB2JIwl8dxBzHWNcG1MdrloTlgZAZFAN5JmYMmF8neY16+Ex6niSbe835JxVT6hfMSCUWDdj4yoDosfeUTPSri3j07I9mUZHnt1IVlJiqFOzjwtyVCujGSNAWXh0QbU0JKZgEzQ8dOoSoa4wqlBSIXLOxQVpcKpnh7PZ8XAsCgVeEclNoN8A9e7sTAPC2U54Ysr27wHfUmHo4Tuf2WIdfVW43aw82DvQzRV6Ij0fNUt+nzeiPSr+oN/ZHoMHV4Uae2TqMj8fO0n6f67do+vaP9Iu8CrUSQwhvP61FD/5iuvys64lL6vGHwF/kz55fyVL9V16YHmy7ylw/68D8UKkKX7yEPtmmOurnVAXsbc9ANM1BsdquKQzNvwpAwnZmOeXzpNL9VZzM7O710HLKz6LPZ9IuKYSjrm9NZNv1JfpJZNozydPaFdV6xtsZr1o23x4att+sRBc+5gFhCwdIWCMTAIEegyQeURQblVug4wfmfOxYlpP5Aku/QiG9i8J5kZgpoPqFbDlA7Kl7ARLqFQT8PuFAFDKIJ5Qf94FxGScPnp3MQBuZccwA+HT1quoHKzp1bI6Lpz87qZlydDTr0JYZM1b668Ripxy1r9EIclS0HWfL+2iZxwexPiQny8ZJRfoC1CjEZBJ5BBpgH9vCZAwenLza9QhwZMobIZHERBbqskSK6fvAYdve7KHCjUzU5sFy83jwRIbEhKQc5+1fycwubn+XwEwt+WpEyG4KPbJCNLJQwWHYdXU4SuF4vXh6OTj2erF8enkZT6N7HHnvsezu7/zQcPv4f/7g+HP6vcBu/fwBxBY9tKRtnlPFjTQ5+wHtA6cNGmrtFAFTgSfyWA2AGOjRG34+KZbVY0etuc0jG76jrvuM708BGZEWZLy+uq+r6XfesjWqVGH1cI3bNooY1bKoQ+s743bauoalFSlCxgVooTZPVpTXNvVPeaz8pb+aB6vIYlM8DuDS4ly5aR8EAHHMGU+RsnJ+u5Iu5YweOA4s+n1DaKBViSdKoHai6qjNnVEWVGcs2AUVM9c4d+RWR1Lc9P0C+ayFMyjYENEFRC0rgav2yRRT+3cHak+M/oK9DzMzlCHICZU+4Q8wm+Jh/GBlDDRTQ35JLD2ympaYbSlW/UZsLBrohWY65hMVGwa7/zFH07u33f/j488f9UrXcwtKJc96RS2GbPUnw3pnEDbA1B7jxBUEAgMoPALhPAxoLpCPLGUceKuEkj1Qgkmq1F4D45l++eCY/dIWLzzPNAa6Wc2GI6tO5amX5yvLsqdWp5YeXxwsSnV1cPLNY6m8li2cXSqKDDERJVZWIqEuMBA2DUBlDwEQKItMgILR9NN0za64cUYw77+194OHlqbWTsysPLxfbYrRwdjHZ6pegx0GHbn8AE2yBMZsSwUo1kKhCRCxKqQLY5PYraDmgCsaWbeE7cMYRNie6cetkkX8ZyY+aOanxWO6zOfAw/gkv5Xy+7wdh/rUvzI/v4eZx9Sg3m+ULV/0n4L5hURUCGVepebGiOExiku0iCZynOYRgt0BUTYUwQKHoRrP8z+Xm1lZ+u1wbLlc1UVFqhweW42Mm956llEnO9tJlRr1e5cI0hJuWIOxz5ZvAZnTwuMf5/rV4MJgtwDrClEoTPsJDyjC3RDYAvwOxVsKP6xtpr9GGJ8F+3TgDimIhvtnkIDlFZLlYrtfw7trigzbatohMJMckpUOt3oWibniOJIlSsDNbVVX+ecHx4r0q10yxtTo3vL4P0P/2OUCrP1l6KPpxqxaXick01fBRVFqYRliW8XefPcdvKC98Z6v1pKJNNT9fvDTs7f73PoQL/8/5qwuQmQJgS/Bv37pDMAB/SODpW5CirbxilycH9OAVYPir3M9PGBqIroN4SDj5EAwZ0I4a5sEiV25+hpDb4ybmupKyUYi+h7EkKwbTyOoDw7UW0ZihyBJB3BGJkq3LOm08tf9AhOq3PoguyIojqyKsGCpg2aIqO4rsF4OpoOjbtsNrgQeiyTPFtiePPvLRdeH/AKeeOU4AeJxjYGRgYABiW9k+nXh+m68M3EwMIHCrN68YmWZ8zXgNSHEwgKUB+Z8JIAB4nGNgZGBgYgACPTDJwPiagZEBFegBABdZAU8AeJxjYGBgYBqCGAAhEABbAAAAAAAArgEiAWwBxgIWApYCyAMmA1wDlAPABBwEPgS6BPoFNAV8Ba4GKgZ4Bp4G2Ac6B6QH8AjGCQ4JxAn6CqILCguGC8gMBgw2DHgMpAzuDUgNfg38DlwO3A8AD14AAHicY2BkYGDQY5jCwMEAAkxAzAWEDAz/wXwGABxQAeEAeJx1kT9OwzAYxV/atIgWISQkxIYnFtT0z8DQkaHdO3RgS1MnTeXGUexW6sYxOAHHYOQInIJD8BK+oUKqIzs///LetwTADb4QoF4BrpqzXi1c8PbHbdKtcEh+EO6gjyfhLv2zcI/2RbjP5o4TgvCS5h5vwi1c4124Tf8hHJI/hTu4w7dwl/5HuIdlEAr38Ri8OpvksRkYm1m30NnexNWpOuWlrlxuCzWORqd6rgtdxV6v1eqo3CGbeJ+qtLI7NbOF18ZYVVZ2qxMfbbwvp8NhKj5K7A4OFglyxDAYcFtk3A4LaNKeJkZ1NnXOL9muWzlvBRTGiDA6m54zXTSNGJ7vNRsrHHk6HJiZ0HqkvKfMWP4VhVkzuU6bZpJC2Xzb0iT0ETZNq8QUQz7pv3zEFCf9AkQtapF4nG2Q13LcMAxFdZ0VpZXiOL333ux8EylCEkcUQbN4vfn6SN6dTB6CF5wLDOYCKE6KQ5TF/+MCJ7iFDUoIVKixRYMWt3GKOzjDXdzDfTzAQzzCYzzBUzzDc7zAS7zCa7zBW7zDe3zAR3zCZ3zBV3zDd/zAT5zjAr8KIWf5m12laJSuo1ZZHgYK59Km6shVx5o8uVoHo5SyVOnAXvF1Q1fkkgomUd3LjhTztOmJtOit6abQ9JxDvMwyUDmMHJMYTBqzagbmwdLqcXZEb3NcdfuPFgfeGheTHIKca2vcRNq4zSyNFfOCeT71xiUKFNM6v/2rhOduoqXA1mqp9b70YemJQFqbVMZx3SpOe09V9JxMv28Pq0a/nNLGlOfl1OzZ1Yksrf7NTe3mN+KAIu1M6sZ2Ten4tSOXV2YmrnejTFF63+6YO55nCh1tdxy0X5xieS3dIKs955QVFcUfQjyYFwAA") format("woff"),url(/wp-content/plugins/jetpack/_inc/social-logos/social-logos.ttf?5d3b4da4f6c2460dd842dbf9e0992ea6) format("truetype");font-weight:400;font-style:normal}.social-logo{font-family:social-logos;display:inline-block;vertical-align:middle;line-height:1;font-weight:400;font-style:normal;speak:none;text-decoration:inherit;text-transform:none;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.social-logo__amazon:before{content:"\f600"}.social-logo__behance:before{content:"\f101"}.social-logo__blogger-alt:before{content:"\f601"}.social-logo__blogger:before{content:"\f602"}.social-logo__codepen:before{content:"\f216"}.social-logo__dribbble:before{content:"\f201"}.social-logo__dropbox:before{content:"\f225"}.social-logo__eventbrite:before{content:"\f603"}.social-logo__facebook:before{content:"\f203"}.social-logo__feed:before{content:"\f413"}.social-logo__flickr:before{content:"\f211"}.social-logo__foursquare:before{content:"\f226"}.social-logo__ghost:before{content:"\f61c"}.social-logo__github:before{content:"\f200"}.social-logo__google-plus-alt:before{content:"\f218"}.social-logo__google-plus:before{content:"\f206"}.social-logo__instagram:before{content:"\f215"}.social-logo__linkedin:before{content:"\f207"}.social-logo__mail:before{content:"\f410"}.social-logo__medium:before{content:"\f623"}.social-logo__path-alt:before{content:"\f604"}.social-logo__path:before{content:"\f219"}.social-logo__pinterest-alt:before{content:"\f210"}.social-logo__pinterest:before{content:"\f209"}.social-logo__pocket:before{content:"\f224"}.social-logo__polldaddy:before{content:"\f217"}.social-logo__print:before{content:"\f469"}.social-logo__reddit:before{content:"\f222"}.social-logo__share:before{content:"\f415"}.social-logo__skype:before{content:"\f220"}.social-logo__spotify:before{content:"\f515"}.social-logo__squarespace:before{content:"\f605"}.social-logo__stumbleupon:before{content:"\f223"}.social-logo__telegram:before{content:"\f606"}.social-logo__tumblr-alt:before{content:"\f607"}.social-logo__tumblr:before{content:"\f214"}.social-logo__twitch:before{content:"\f516"}.social-logo__twitter-alt:before{content:"\f202"}.social-logo__twitter:before{content:"\f610"}.social-logo__vimeo:before{content:"\f212"}.social-logo__whatsapp:before{content:"\f608"}.social-logo__wordpress:before{content:"\f205"}.social-logo__xanga:before{content:"\f609"}.social-logo__youtube:before{content:"\f213"} /*! * Do not modify this file directly. It is concatenated from individual module CSS files. */ [data-carousel-extra]{cursor:pointer}.jp-carousel-wrap *{line-height:inherit}.jp-carousel-overlay{background:#000}div.jp-carousel-fadeaway{background:-moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));position:fixed;bottom:0;z-index:2147483647;width:100%;height:15px}.jp-carousel-next-button span,.jp-carousel-previous-button span{background:url(/wp-content/plugins/jetpack/css/../modules/carousel/images/arrows.png) no-repeat center center;background-size:200px 126px}.jp-carousel-msg{font-family:"Open Sans",sans-serif;font-style:normal;display:inline-block;line-height:19px;padding:11px 15px;font-size:14px;text-align:center;margin:25px 20px 0 2px;background-color:#fff;border-left:4px solid #ffba00;box-shadow:0 1px 1px 0 rgba(0,0,0,.1)}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3/2),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){.jp-carousel-next-button span,.jp-carousel-previous-button span{background-image:url(/wp-content/plugins/jetpack/css/../modules/carousel/images/arrows-2x.png)}}.jp-carousel-wrap{font-family:"Helvetica Neue",sans-serif!important}.jp-carousel-info{position:absolute;bottom:0;text-align:left!important;-webkit-font-smoothing:subpixel-antialiased!important}.jp-carousel-info ::selection{background:#68c9e8;color:#fff}.jp-carousel-info ::-moz-selection{background:#68c9e8;color:#fff}.jp-carousel-photo-info{position:relative;left:25%;width:50%}.jp-carousel-transitions .jp-carousel-photo-info{transition:.4s ease-out}.jp-carousel-info h2{background:0 0!important;border:none!important;color:#999;display:block!important;font:normal 13px/1.25em "Helvetica Neue",sans-serif!important;letter-spacing:0!important;margin:7px 0 0 0!important;padding:10px 0 0!important;overflow:hidden;text-align:left;text-shadow:none!important;text-transform:none!important;-webkit-font-smoothing:subpixel-antialiased}.jp-carousel-next-button,.jp-carousel-previous-button{text-indent:-9999px;overflow:hidden;cursor:pointer}.jp-carousel-next-button span,.jp-carousel-previous-button span{position:absolute;top:0;bottom:0;width:82px;zoom:1;opacity:.2}.jp-carousel-transitions .jp-carousel-next-button span,.jp-carousel-transitions .jp-carousel-previous-button span{transition:.5s opacity ease-out}.jp-carousel-next-button:hover span,.jp-carousel-previous-button:hover span{opacity:.6}.jp-carousel-next-button span{background-position:-110px center;right:0}.jp-carousel-previous-button span{background-position:-10px center;left:0}.jp-carousel-buttons{margin:-18px -20px 15px;padding:8px 10px;border-bottom:1px solid #222;background:#222;text-align:center}div.jp-carousel-buttons a{border:none!important;color:#999;font:normal 11px/1.2em "Helvetica Neue",sans-serif!important;letter-spacing:0!important;padding:5px 2px 5px 0;text-decoration:none!important;text-shadow:none!important;vertical-align:middle;-webkit-font-smoothing:subpixel-antialiased}div.jp-carousel-buttons a:hover{color:#68c9e8;border:none!important}.jp-carousel-transitions div.jp-carousel-buttons a:hover{transition:none!important}.jp-carousel-next-button,.jp-carousel-previous-button,.jp-carousel-slide,.jp-carousel-slide img{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.jp-carousel-slide{position:fixed;width:0;bottom:0;background-color:#000;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px}.jp-carousel-transitions .jp-carousel-slide{transition:.3s ease-out}.jp-carousel-slide.selected{position:absolute!important;opacity:1}.jp-carousel-slide{opacity:.25}.jp-carousel-slide img{display:block;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;background:0 0!important;border:none!important;padding:0!important;box-shadow:0 2px 8px rgba(0,0,0,.1);zoom:1}.jp-carousel-transitions .jp-carousel-slide{transition:opacity .4s linear}.jp-carousel-close-hint{color:#999;cursor:default;letter-spacing:0!important;padding:.35em 0 0;position:absolute;text-align:right;width:90%}.jp-carousel-transitions .jp-carousel-close-hint{transition:color .2s linear}.jp-carousel-close-hint span{cursor:pointer;background-color:#000;background-color:rgba(0,0,0,.8);display:inline-block;height:22px;font:400 24px/1 "Helvetica Neue",sans-serif!important;line-height:22px;margin:0 0 0 .4em;text-align:center;vertical-align:middle;width:22px;border-radius:4px}.jp-carousel-transitions .jp-carousel-close-hint span{transition:border-color .2s linear}.jp-carousel-close-hint:hover{cursor:default;color:#fff}.jp-carousel-close-hint:hover span{border-color:#fff}a.jp-carousel-image-download,div.jp-carousel-buttons a.jp-carousel-commentlink,div.jp-carousel-buttons a.jp-carousel-reblog{background:url(/wp-content/plugins/jetpack/css/../modules/carousel/images/carousel-sprite.png?5) no-repeat;background-size:16px 200px}div.jp-carousel-buttons a.jp-carousel-commentlink,div.jp-carousel-buttons a.jp-carousel-reblog{margin:0 14px 0 0!important}div.jp-carousel-buttons a.jp-carousel-reblog.reblogged{background-color:#303030;padding-right:8px!important;border-radius:2px;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px}div.jp-carousel-buttons a.jp-carousel-reblog.reblogged{margin:0 2px 0 -12px!important}div.jp-carousel-buttons a.jp-carousel-reblog,div.jp-carousel-buttons a.jp-carousel-reblog.reblogged:hover{background-position:6px -36px;padding-right:auto!important;padding-left:26px!important;color:#999}div.jp-carousel-buttons a.jp-carousel-commentlink{background-position:0 -156px;padding-left:19px!important}div.jp-carousel-buttons a.jp-carousel-reblog.reblogged:hover{cursor:default}div.jp-carousel-buttons a.jp-carousel-reblog:hover{background-position:6px -56px;color:#68c9e8}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3/2),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){a.jp-carousel-image-download,div.jp-carousel-buttons a.jp-carousel-commentlink,div.jp-carousel-buttons a.jp-carousel-reblog{background-image:url(/wp-content/plugins/jetpack/css/../modules/carousel/images/carousel-sprite-2x.png?5)}}div#carousel-reblog-box{background:#222;background:-moz-linear-gradient(bottom,#222,#333);background:-webkit-gradient(linear,left bottom,left top,from(#222),to(#333));padding:3px 0 0;display:none;margin:5px auto 0;border-radius:2px;box-shadow:0 0 20px rgba(0,0,0,.9);height:74px;width:565px}#carousel-reblog-box textarea{background:#999;font:13px/1.4 "Helvetica Neue",sans-serif!important;color:#444;padding:3px 6px;width:370px;height:48px;float:left;margin:6px 9px 0 9px;border:1px solid #666;box-shadow:inset 2px 2px 2px rgba(0,0,0,.2);border-radius:2px}#carousel-reblog-box textarea:focus{background:#ccc;color:#222}#carousel-reblog-box label{color:#aaa;font-size:11px;padding-right:2px;padding-left:2px;display:inline;font-weight:400}#carousel-reblog-box select{width:110px;padding:0;font-size:12px;font-family:"Helvetica Neue",sans-serif!important;background:#333;color:#eee;border:1px solid #444;margin-top:5px}#carousel-reblog-box .submit,#wrapper #carousel-reblog-box p.response{float:left;width:154px;padding-top:0;padding-left:1px;overflow:hidden;height:34px;margin:3px 0 0 2px!important}#wrapper #carousel-reblog-box p.response{font-size:13px;clear:none;padding-left:2px;height:34px;color:#aaa}#carousel-reblog-box input#carousel-reblog-submit,#jp-carousel-comment-form-button-submit{font:13px/24px "Helvetica Neue",sans-serif!important;margin-top:8px;padding:0 10px!important;border-radius:1em;height:24px;color:#333;cursor:pointer;font-weight:400;background:#aaa;background:-moz-linear-gradient(bottom,#aaa,#ccc);background:-webkit-gradient(linear,left bottom,left top,from(#aaa),to(#ccc));border:1px solid #444}#carousel-reblog-box input#carousel-reblog-submit:hover,#jp-carousel-comment-form-button-submit:hover{background:#ccc;background:-moz-linear-gradient(bottom,#ccc,#eee);background:-webkit-gradient(linear,left bottom,left top,from(#ccc),to(#eee))}#carousel-reblog-box .canceltext{color:#aaa;font-size:11px;line-height:24px}#carousel-reblog-box .canceltext a{color:#fff}.jp-carousel-titleanddesc{border-top:1px solid #222;color:#999;font-size:15px;padding-top:24px;margin-bottom:20px;font-weight:400}.jp-carousel-titleanddesc-title{font:300 1.5em/1.1 "Helvetica Neue",sans-serif!important;text-transform:none!important;color:#fff;margin:0 0 15px;padding:0}.jp-carousel-titleanddesc-desc p{color:#999;line-height:1.4;margin-bottom:.75em}.jp-carousel-comments p a,.jp-carousel-info h2 a,.jp-carousel-titleanddesc p a{color:#fff!important;border:none!important;text-decoration:underline!important;font-weight:400!important;font-style:normal!important}.jp-carousel-titleanddesc p b,.jp-carousel-titleanddesc p strong{font-weight:700;color:#999}.jp-carousel-titleanddesc p em,.jp-carousel-titleanddesc p i{font-style:italic;color:#999}.jp-carousel-comments p a:hover,.jp-carousel-info h2 a:hover,.jp-carousel-titleanddesc p a:hover{color:#68c9e8!important}.jp-carousel-titleanddesc p:empty{display:none}.jp-carousel-left-column-wrapper h1:after,.jp-carousel-left-column-wrapper h1:before,.jp-carousel-photo-info h1:after,.jp-carousel-photo-info h1:before{content:none!important}.jp-carousel-image-meta{background:#111;border:1px solid #222;color:#fff;font-size:13px;font:12px/1.4 "Helvetica Neue",sans-serif!important;overflow:hidden;padding:18px 20px;width:209px!important}.jp-carousel-image-meta h5,.jp-carousel-image-meta li{font-family:"Helvetica Neue",sans-serif!important;position:inherit!important;top:auto!important;right:auto!important;left:auto!important;bottom:auto!important;background:0 0!important;border:none!important;font-weight:400!important;line-height:1.3em!important}.jp-carousel-image-meta ul{margin:0!important;padding:0!important;list-style:none!important}.jp-carousel-image-meta li{width:48%!important;display:inline-block!important;vertical-align:top!important;margin:0 2% 15px 0!important;color:#fff!important;font-size:13px!important}.jp-carousel-image-meta h5{color:#999!important;text-transform:uppercase!important;font-size:10px!important;margin:0 0 2px!important;letter-spacing:.1em!important}a.jp-carousel-image-download{padding-left:23px;display:inline-block;clear:both;color:#999;line-height:1;font-weight:400;font-size:13px;text-decoration:none;background-position:0 -82px}a.jp-carousel-image-download span.photo-size{font-size:11px;border-radius:1em;margin-left:2px;display:inline-block}a.jp-carousel-image-download span.photo-size-times{padding:0 1px 0 2px}a.jp-carousel-image-download:hover{background-position:0 -122px;color:#68c9e8;border:none!important}.jp-carousel-image-map{position:relative;margin:-20px -20px 20px;border-bottom:1px solid rgba(255,255,255,.17);height:154px}.jp-carousel-image-map img.gmap-main{border-top-left-radius:6px;border-right:1px solid rgba(255,255,255,.17)}.jp-carousel-image-map div.gmap-topright{width:94px;height:154px;position:absolute;top:0;right:0}.jp-carousel-image-map div.imgclip{overflow:hidden;border-top-right-radius:6px}.jp-carousel-image-map div.gmap-topright img{margin-left:-40px}.jp-carousel-image-map img.gmap-bottomright{position:absolute;top:96px;right:0}.jp-carousel-comments{font:15px/1.7 "Helvetica Neue",sans-serif!important;font-weight:400;background:none transparent}.jp-carousel-comments p a:active,.jp-carousel-comments p a:focus,.jp-carousel-comments p a:hover{color:#68c9e8!important}.jp-carousel-comment{background:none transparent;color:#999;margin-bottom:20px;clear:left;overflow:auto;width:100%}.jp-carousel-comment p{color:#999!important}.jp-carousel-comment .comment-author{font-size:13px;font-weight:400;padding:0;width:auto;display:inline;float:none;border:none;margin:0}.jp-carousel-comment .comment-author a{color:#fff}.jp-carousel-comment .comment-gravatar{float:left}.jp-carousel-comment .comment-content{border:none;margin-left:85px;padding:0}.jp-carousel-comment .avatar{margin:0 20px 0 0;border-radius:4px;border:none!important;padding:0!important;background-color:transparent!important}.jp-carousel-comment .comment-date{color:#999;margin-top:4px;font-size:11px;display:inline;float:right}#jp-carousel-comment-form{margin:0 0 10px!important;float:left;width:100%}textarea#jp-carousel-comment-form-comment-field{background:rgba(34,34,34,.9);border:1px solid #3a3a3a;color:#aaa;font:15px/1.4 "Helvetica Neue",sans-serif!important;width:100%;padding:10px 10px 5px;margin:0;float:none;height:147px;box-shadow:inset 2px 2px 2px rgba(0,0,0,.2);border-radius:3px;overflow:hidden;box-sizing:border-box}textarea#jp-carousel-comment-form-comment-field::-webkit-input-placeholder{color:#555}textarea#jp-carousel-comment-form-comment-field:focus{background:#ccc;color:#222}textarea#jp-carousel-comment-form-comment-field:focus::-webkit-input-placeholder{color:#aaa}#jp-carousel-comment-form-spinner,#jp-carousel-comment-form-spinner:after{border-radius:50%;width:20px;height:20px}#jp-carousel-comment-form-spinner{display:none;float:left;margin:22px 0 0 10px;font-size:10px;position:relative;text-indent:-9999em;border-top:4px solid rgba(255,255,255,.2);border-right:4px solid rgba(255,255,255,.2);border-bottom:4px solid rgba(255,255,255,.2);border-left:4px solid #fff;transform:translateZ(0);animation:load8 1.1s infinite linear}@keyframes load8{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}#jp-carousel-comment-form-submit-and-info-wrapper{display:none;overflow:hidden;width:100%}#jp-carousel-comment-form-commenting-as input{background:rgba(34,34,34,.9);border:1px solid #3a3a3a;color:#aaa;font:13px/1.4 "Helvetica Neue",sans-serif!important;padding:3px 6px;float:left;box-shadow:inset 2px 2px 2px rgba(0,0,0,.2);border-radius:2px;width:285px}#jp-carousel-comment-form-commenting-as input:focus{background:#ccc;color:#222}#jp-carousel-comment-form-commenting-as p{font:400 13px/1.7 "Helvetica Neue",sans-serif!important;margin:22px 0 0;float:left}#jp-carousel-comment-form-commenting-as fieldset{float:left;border:none;margin:20px 0 0 0;padding:0}#jp-carousel-comment-form-commenting-as fieldset{clear:both}#jp-carousel-comment-form-commenting-as label{font:400 13px/1.7 "Helvetica Neue",sans-serif!important;margin:0 20px 3px 0;float:left;width:100px}#jp-carousel-comment-form-button-submit{margin-top:20px;float:right}#js-carousel-comment-form-container{margin-bottom:15px;overflow:auto;width:100%}#jp-carousel-comment-form-container{margin-bottom:15px;overflow:auto;width:100%}#jp-carousel-comment-post-results{display:none;overflow:auto;width:100%}#jp-carousel-comment-post-results span{display:block;text-align:center;margin-top:20px;width:100%;overflow:auto;padding:1em 0;box-sizing:border-box;background:rgba(0,0,0,.7);border-radius:2px;font:13px/1.4 "Helvetica Neue",sans-serif!important;border:1px solid rgba(255,255,255,.17);box-shadow:inset 0 0 5px 5px #000}.jp-carousel-comment-post-error{color:#df4926}#jp-carousel-comments-closed{display:none;color:#999}#jp-carousel-comments-loading{font:400 15px/1.7 "Helvetica Neue",sans-serif!important;display:none;color:#999;text-align:left;margin-bottom:20px}.jp-carousel-light .jp-carousel-overlay{background:#fff}.jp-carousel-light .jp-carousel-next-button:hover span,.jp-carousel-light .jp-carousel-previous-button:hover span{opacity:.8}.jp-carousel-light .jp-carousel-close-hint:hover,.jp-carousel-light .jp-carousel-titleanddesc div{color:#000!important}.jp-carousel-light .jp-carousel-comment .comment-author a,.jp-carousel-light .jp-carousel-comments p a,.jp-carousel-light .jp-carousel-info h2 a,.jp-carousel-light .jp-carousel-titleanddesc p a{color:#1e8cbe!important}.jp-carousel-light .jp-carousel-comment .comment-author a:hover,.jp-carousel-light .jp-carousel-comments p a:hover,.jp-carousel-light .jp-carousel-info h2 a:hover,.jp-carousel-light .jp-carousel-titleanddesc p a:hover{color:#f1831e!important}.jp-carousel-light .jp-carousel-comment,.jp-carousel-light .jp-carousel-comment p,.jp-carousel-light .jp-carousel-info h2,.jp-carousel-light .jp-carousel-titleanddesc,.jp-carousel-light .jp-carousel-titleanddesc p,.jp-carousel-light .jp-carousel-titleanddesc p b,.jp-carousel-light .jp-carousel-titleanddesc p em,.jp-carousel-light .jp-carousel-titleanddesc p i,.jp-carousel-light .jp-carousel-titleanddesc p strong,.jp-carousel-light div.jp-carousel-buttons a{color:#666}.jp-carousel-light .jp-carousel-buttons{border-bottom-color:#f0f0f0;background:#f5f5f5}.jp-carousel-light div.jp-carousel-buttons a:hover{text-decoration:none;color:#f1831e}.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog,.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog:hover{background-position:4px -56px;padding-left:24px!important}.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog.reblogged{background-color:#2ea2cc;color:#fff}.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-commentlink{background-position:0 -176px}.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog.reblogged{background-position:5px -36px}.jp-carousel-light div#carousel-reblog-box{background:#eee;background:-moz-linear-gradient(bottom,#ececec,#f7f7f7);background:-webkit-gradient(linear,left bottom,left top,from(#ececec),to(#f7f7f7));box-shadow:0 2px 10px rgba(0,0,0,.1);border:1px solid #ddd}.jp-carousel-light #carousel-reblog-box textarea{border:1px inset #ccc;color:#666;border:1px solid #cfcfcf;background:#fff}.jp-carousel-light #carousel-reblog-box .canceltext{color:#888}.jp-carousel-light #carousel-reblog-box .canceltext a{color:#666}.jp-carousel-light #carousel-reblog-box select{background:#eee;color:#333;border:1px solid #aaa}#jp-carousel-comment-form-button-submit,.jp-carousel-light #carousel-reblog-box input#carousel-reblog-submit{color:#333;background:#fff;background:-moz-linear-gradient(bottom,#ddd,#fff);background:-webkit-gradient(linear,left bottom,left top,from(#ddd),to(#fff));border:1px solid #aaa}.jp-carousel-light .jp-carousel-image-meta{background:#fafafa;border:1px solid #eee;border-top-color:#f5f5f5;border-left-color:#f5f5f5;color:#333}.jp-carousel-light .jp-carousel-image-meta li{color:#000!important}.jp-carousel-light .jp-carousel-close-hint{color:#ccc}.jp-carousel-light .jp-carousel-close-hint span{background-color:#fff;border-color:#ccc}.jp-carousel-light #jp-carousel-comment-form-comment-field::-webkit-input-placeholder{color:#aaa}.jp-carousel-light #jp-carousel-comment-form-comment-field:focus{color:#333}.jp-carousel-light #jp-carousel-comment-form-comment-field:focus::-webkit-input-placeholder{color:#ddd}.jp-carousel-light a.jp-carousel-image-download{background-position:0 -122px}.jp-carousel-light a.jp-carousel-image-download:hover{background-position:0 -122px;color:#f1831e}.jp-carousel-light textarea#jp-carousel-comment-form-comment-field{background:#fbfbfb;color:#333;border:1px solid #dfdfdf;box-shadow:inset 2px 2px 2px rgba(0,0,0,.1)}.jp-carousel-light #jp-carousel-comment-form-commenting-as input{background:#fbfbfb;border:1px solid #dfdfdf;color:#333;box-shadow:inset 2px 2px 2px rgba(0,0,0,.1)}.jp-carousel-light #jp-carousel-comment-form-commenting-as input:focus{background:#fbfbfb;color:#333}.jp-carousel-light #jp-carousel-comment-post-results span{background:#f7f7f7;border:1px solid #dfdfdf;box-shadow:inset 0 0 5px rgba(0,0,0,.05)}.jp-carousel-light .jp-carousel-slide{background-color:#fff}.jp-carousel-light .jp-carousel-titleanddesc{border-top:1px solid #eee}.jp-carousel-light .jp-carousel-fadeaway{background:-moz-linear-gradient(bottom,rgba(255,255,255,.75),rgba(255,255,255,0));background:-webkit-gradient(linear,left bottom,left top,from(rgba(255,255,255,.75)),to(rgba(255,255,255,0)))}@media only screen and (max-width:760px){.jp-carousel-info{margin:0 10px!important}.jp-carousel-next-button,.jp-carousel-previous-button{display:none!important}.jp-carousel-buttons{display:none!important}.jp-carousel-image-meta{float:none!important;width:100%!important;box-sizing:border-box}.jp-carousel-close-hint{font-weight:800!important;font-size:26px!important;position:fixed!important;top:-10px}.jp-carousel-slide img{opacity:1}.jp-carousel-wrap{background-color:#000}.jp-carousel-fadeaway{display:none}#jp-carousel-comment-form-container{display:none!important}.jp-carousel-titleanddesc{padding-top:0!important;border:none!important}.jp-carousel-titleanddesc-title{font-size:1em!important}.jp-carousel-left-column-wrapper{padding:0;width:100%!important}.jp-carousel-photo-info{left:0!important;width:100%!important}} .contact-form .clear-form{clear:both}.contact-form input:-ms-input-placeholder{-ms-transition:opacity .3s ease-out;transition:opacity .3s ease-out}.contact-form input::-ms-input-placeholder{-ms-transition:opacity .3s ease-out;transition:opacity .3s ease-out}.contact-form input::placeholder{transition:opacity .3s ease-out}.contact-form input:hover:-ms-input-placeholder{opacity:.5}.contact-form input:hover::-ms-input-placeholder{opacity:.5}.contact-form input:hover::placeholder{opacity:.5}.contact-form input:focus:-ms-input-placeholder{opacity:.3}.contact-form input:focus::-ms-input-placeholder{opacity:.3}.contact-form input:focus::placeholder{opacity:.3}.contact-form input[type=email],.contact-form input[type=tel],.contact-form input[type=text],.contact-form input[type=url]{box-sizing:border-box;margin-bottom:1.5em;width:100%}.contact-form select{margin-bottom:1.5em}.contact-form textarea{box-sizing:border-box;float:none;height:200px;margin-bottom:1.5em;width:100%}.contact-form input[type=checkbox],.contact-form input[type=radio]{float:none;margin:0 .75rem 0 5px}.contact-form input[type=checkbox]{top:0;margin-left:0}.contact-form label{margin-bottom:.25em;float:none;font-weight:700;display:block}.contact-form label.consent-implicit input{display:none}.contact-form label.checkbox,.contact-form label.checkbox-multiple,.contact-form label.radio{margin-bottom:.25em;float:none;font-weight:400;display:inline-flex;align-items:center}.contact-form .grunion-field-checkbox-multiple-wrap,.contact-form .grunion-field-checkbox-wrap,.contact-form .grunion-field-consent-wrap,.contact-form .grunion-field-radio-wrap{margin-bottom:1em}.contact-form label span{font-size:85%;margin-left:.25em;font-weight:400}.contact-form-submission{margin-bottom:4em;padding:1.5em 1em}.contact-form-submission p{margin:0 auto;word-wrap:break-word}.form-errors .form-error-message{color:red}.textwidget .contact-form input[type=email],.textwidget .contact-form input[type=tel],.textwidget .contact-form input[type=text],.textwidget .contact-form input[type=url],.textwidget .contact-form textarea,.wp-block-column .contact-form input[type=email],.wp-block-column .contact-form input[type=tel],.wp-block-column .contact-form input[type=text],.wp-block-column .contact-form input[type=url],.wp-block-column .contact-form textarea{width:100%}#jetpack-check-feedback-spam{margin:1px 8px 0 0}.jetpack-check-feedback-spam-spinner{display:inline-block;margin-top:7px}.wp-block-jetpack-contact-form{display:flex;flex-wrap:wrap;justify-content:flex-start;flex-direction:row}.wp-block-jetpack-button,.wp-block-jetpack-contact-form .grunion-field-wrap{flex:0 0 100%}.wp-block-jetpack-button.alignright button{float:right}.wp-block-jetpack-contact-form .grunion-field-wrap{border-right:15px solid transparent}.wp-block-jetpack-contact-form .grunion-field-width-25-wrap{flex:0 0 25%}.wp-block-jetpack-contact-form .grunion-field-width-50-wrap{flex:0 0 50%}.wp-block-jetpack-contact-form .grunion-field-width-75-wrap{flex:0 0 75%}.grunion-field-checkbox-wrap,.grunion-field-consent-wrap{align-self:center}@media only screen and (min-width:600px){.contact-form input[type=email],.contact-form input[type=tel],.contact-form input[type=text],.contact-form input[type=url]{width:50%}.wp-block-jetpack-contact-form input[type=email],.wp-block-jetpack-contact-form input[type=tel],.wp-block-jetpack-contact-form input[type=text],.wp-block-jetpack-contact-form input[type=url]{width:100%}}.jetpack-empty-spam-container{display:inline-block}.jetpack-empty-spam{display:inline-block}.jetpack-empty-spam-spinner{display:inline-block;margin-top:7px} .infinite-loader{color:#000;display:block;height:28px;text-align:center}#infinite-handle span{background:#333;border-radius:1px;color:#eee;cursor:pointer;font-size:13px;padding:6px 16px}@keyframes spinner-inner{0%{opacity:1}100%{opacity:0}}.infinite-loader .spinner-inner div{left:47px;top:24px;position:absolute;animation:spinner-inner linear 1s infinite;background:#000;outline:1px solid #fff;width:6px;height:12px;border-radius:3px/6px;transform-origin:3px 26px}.infinite-loader .spinner-inner div:nth-child(1){transform:rotate(0);animation-delay:-.9166666666666666s;background:#000}.infinite-loader .spinner-inner div:nth-child(2){transform:rotate(30deg);animation-delay:-.8333333333333334s;background:#000}.infinite-loader .spinner-inner div:nth-child(3){transform:rotate(60deg);animation-delay:-.75s;background:#000}.infinite-loader .spinner-inner div:nth-child(4){transform:rotate(90deg);animation-delay:-.6666666666666666s;background:#000}.infinite-loader .spinner-inner div:nth-child(5){transform:rotate(120deg);animation-delay:-.5833333333333334s;background:#000}.infinite-loader .spinner-inner div:nth-child(6){transform:rotate(150deg);animation-delay:-.5s;background:#000}.infinite-loader .spinner-inner div:nth-child(7){transform:rotate(180deg);animation-delay:-.4166666666666667s;background:#000}.infinite-loader .spinner-inner div:nth-child(8){transform:rotate(210deg);animation-delay:-.3333333333333333s;background:#000}.infinite-loader .spinner-inner div:nth-child(9){transform:rotate(240deg);animation-delay:-.25s;background:#000}.infinite-loader .spinner-inner div:nth-child(10){transform:rotate(270deg);animation-delay:-.16666666666666666s;background:#000}.infinite-loader .spinner-inner div:nth-child(11){transform:rotate(300deg);animation-delay:-83.33333333333333ms;background:#000}.infinite-loader .spinner-inner div:nth-child(12){transform:rotate(330deg);animation-delay:0s;background:#000}.infinite-loader .spinner{width:28px;height:28px;display:inline-block;overflow:hidden;background:0 0}.infinite-loader .spinner-inner{width:100%;height:100%;position:relative;transform:translateZ(0) scale(.28);-webkit-backface-visibility:hidden;backface-visibility:hidden;transform-origin:0 0}.infinite-loader .spinner-inner div{box-sizing:content-box}#infinite-handle span button,#infinite-handle span button:focus,#infinite-handle span button:hover{display:inline;position:static;padding:0;margin:0;border:none;line-height:inherit;background:0 0;color:inherit;cursor:inherit;font-size:inherit;font-weight:inherit;font-family:inherit}#infinite-handle span button::-moz-focus-inner{margin:0;padding:0;border:none}@media (max-width:800px){#infinite-handle span:before{display:none}#infinite-handle span{display:block}}#infinite-footer{position:fixed;bottom:-50px;left:0;width:100%}#infinite-footer a{text-decoration:none}#infinite-footer .blog-credits a:hover,#infinite-footer .blog-info a:hover{color:#444;text-decoration:underline}#infinite-footer .container{background:rgba(255,255,255,.8);border-color:#ccc;border-color:rgba(0,0,0,.1);border-style:solid;border-width:1px 0 0;box-sizing:border-box;margin:0 auto;overflow:hidden;padding:1px 20px;width:780px}#infinite-footer .blog-credits,#infinite-footer .blog-info{box-sizing:border-box;line-height:25px}#infinite-footer .blog-info{float:left;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap;width:40%}#infinite-footer .blog-credits{font-weight:400;float:right;width:60%}#infinite-footer .blog-info a{color:#111;font-size:14px;font-weight:700}#infinite-footer .blog-credits{color:#888;font-size:12px;text-align:right}#infinite-footer .blog-credits a{color:#666}.infinity-end.neverending #infinite-footer{display:none}@media (max-width:640px){#infinite-footer .container{box-sizing:border-box;width:100%}#infinite-footer .blog-info{width:30%}#infinite-footer .blog-credits{width:70%}#infinite-footer .blog-credits,#infinite-footer .blog-info a{font-size:10px}}@media (max-width:640px){#infinite-footer{position:static}}#infinite-aria{position:absolute;overflow:hidden;clip:rect(0 0 0 0);height:1px;width:1px;margin:-1px;padding:0;border:0}.infinite-wrap:focus{outline:0!important} #jp-post-flair{padding-top:.5em}#content div.sharedaddy,#main div.sharedaddy,div.sharedaddy{clear:both}div.sharedaddy h3.sd-title{margin:0 0 1em 0;display:inline-block;line-height:1.2;font-size:9pt;font-weight:700}div.sharedaddy h3.sd-title:before{content:"";display:block;width:100%;min-width:30px;border-top:1px solid #ddd;margin-bottom:1em}#wpadminbar li#wp-admin-bar-admin-bar-likes-widget{width:61px;overflow:hidden}#wpadminbar iframe.admin-bar-likes-widget{width:61px;height:28px;min-height:28px;border-width:0;position:absolute;top:0}div.jetpack-likes-widget-wrapper{width:100%;min-height:50px;position:relative}div.jetpack-likes-widget-wrapper .sd-link-color{font-size:12px}div.jetpack-likes-widget-wrapper.slim-likes-widget{width:1px;min-height:0}div.jetpack-comment-likes-widget-wrapper{width:100%;position:relative;min-height:31px}div.jetpack-comment-likes-widget-wrapper iframe{margin-bottom:0}#likes-other-gravatars{display:none;position:absolute;padding:10px 10px 12px 10px;background-color:#2e4453;border-width:0;box-shadow:0 0 10px #2e4453;box-shadow:0 0 10px rgba(46,68,83,.6);min-width:130px;z-index:1000}#likes-other-gravatars *{line-height:normal}#likes-other-gravatars .likes-text{color:#fff;font-size:12px;padding-bottom:8px}#likes-other-gravatars li,#likes-other-gravatars ul{margin:0;padding:0;text-indent:0;list-style-type:none}#likes-other-gravatars li::before{content:""}#likes-other-gravatars ul.wpl-avatars{overflow:auto;display:block;max-height:190px}#likes-other-gravatars ul.wpl-avatars li{width:32px;height:32px;float:left;margin:0 5px 5px 0}#likes-other-gravatars ul.wpl-avatars li a{margin:0 2px 0 0;border-bottom:none!important;display:block}#likes-other-gravatars ul.wpl-avatars li a img{background:0 0;border:none;margin:0!important;padding:0!important;position:static}div.sd-box{border-top:1px solid #ddd;border-top:1px solid rgba(0,0,0,.13)}.comment-likes-widget,.entry-content .post-likes-widget,.post-likes-widget{margin:0;border-width:0;display:block}.comment-likes-widget-placeholder,.post-likes-widget-placeholder{margin:0;border-width:0;position:relative}.comment-likes-widget-placeholder{height:18px;position:absolute;display:flex;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif}.comment-likes-widget-placeholder::before{color:#2ea2cc;width:16px;height:16px;content:'';display:inline-block;position:relative;top:3px;padding-right:5px;background-repeat:no-repeat;background-size:16px 16px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='0' fill='none' width='24' height='24'/%3E%3Cg%3E%3Cpath fill='%232EA2CC' d='M12 2l2.582 6.953L22 9.257l-5.822 4.602L18.18 21 12 16.89 5.82 21l2.002-7.14L2 9.256l7.418-.304'/%3E%3C/g%3E%3C/svg%3E")}.post-likes-widget-placeholder .button{display:none}.comment-likes-widget-placeholder .loading,.post-likes-widget-placeholder .loading{color:#999;font-size:12px}.comment-likes-widget-placeholder .loading{padding-left:5px;margin-top:4px;align-self:center;color:#4e4e4e}.slim-likes-widget .post-likes-widget{width:auto;float:none}div.sharedaddy.sd-like-enabled .sd-like h3{display:none}div.sharedaddy.sd-like-enabled .sd-like .post-likes-widget{width:100%;float:none;position:absolute;top:0}.comment-likes-widget{width:100%}.cs-rating,.pd-rating{display:block!important}.sd-gplus .sd-title{display:none} .jp-related-posts-i2__row{display:flex;margin-top:1.5rem}.jp-related-posts-i2__row:first-child{margin-top:0}.jp-related-posts-i2__post{flex-grow:1;flex-basis:0;margin:0 10px;display:flex;flex-direction:column;padding-left:0}.jp-related-posts-i2__row[data-post-count="3"] .jp-related-posts-i2__post{max-width:calc(33% - 20px)}.jp-related-posts-i2__row[data-post-count="1"] .jp-related-posts-i2__post,.jp-related-posts-i2__row[data-post-count="2"] .jp-related-posts-i2__post{max-width:calc(50% - 20px)}.jp-related-posts-i2__post-context,.jp-related-posts-i2__post-date,.jp-related-posts-i2__post-heading,.jp-related-posts-i2__post-img-link{flex-direction:row;display:block}.jp-related-posts-i2__post-heading{margin:.5rem 0;font-size:1rem;line-height:1.2em}.jp-related-posts-i2__post-link{display:block;width:100%;line-height:1.2em}.jp-related-posts-i2__post-img-link{order:-1}.jp-related-posts-i2__post-img-link img{width:100%}.jp-relatedposts-i2[data-layout=list] .jp-related-posts-i2__row{margin-top:0;display:block}.jp-relatedposts-i2[data-layout=list] .jp-related-posts-i2__post{max-width:none;margin:0}.jp-relatedposts-i2[data-layout=list].jp-related-posts-i2__post-img-link{margin-top:1rem}@media only screen and (max-width:640px){.jp-related-posts-i2__row{margin-top:0;display:block}.jp-related-posts-i2__row[data-post-count] .jp-related-posts-i2__post{max-width:none;margin:0;margin-top:1rem}.jp-related-posts-i2__post-img-link{margin-top:1rem}.jp-related-posts-i2__post-img-link img{width:350px}}#jp-relatedposts{display:none;padding-top:1em;margin:1em 0;position:relative;clear:both}.jp-relatedposts:after{content:'';display:block;clear:both}#jp-relatedposts h3.jp-relatedposts-headline{margin:0 0 1em 0;display:inline-block;float:left;font-size:9pt;font-weight:700;font-family:inherit}#jp-relatedposts h3.jp-relatedposts-headline em:before{content:"";display:block;width:100%;min-width:30px;border-top:1px solid #ddd;border-top:1px solid rgba(0,0,0,.2);margin-bottom:1em}#jp-relatedposts h3.jp-relatedposts-headline em{font-style:normal;font-weight:700}#jp-relatedposts .jp-relatedposts-items{clear:left}#jp-relatedposts .jp-relatedposts-items-visual{margin-right:-20px}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post{float:left;width:33%;margin:0 0 1em;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post{padding-right:20px;-moz-opacity:.8;opacity:.8}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:nth-child(3n+4),#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post:nth-child(3n+4){clear:both}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover .jp-relatedposts-post-title a{text-decoration:underline}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover{-moz-opacity:1;opacity:1}#jp-relatedposts .jp-relatedposts-items p,#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title{font-size:14px;line-height:20px;margin:0}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs{position:relative}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs a.jp-relatedposts-post-aoverlay{position:absolute;top:0;bottom:0;left:0;right:0;display:block;border-bottom:0}#jp-relatedposts .jp-relatedposts-items p{margin-bottom:0}#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title{text-transform:none;margin:0;font-family:inherit;display:block;max-width:100%}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a{font-size:inherit;font-weight:400;text-decoration:none;-moz-opacity:1;opacity:1}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover{text-decoration:underline}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post img.jp-relatedposts-post-img,#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post span{display:block;max-width:90%;overflow:hidden;text-overflow:ellipsis}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post img.jp-relatedposts-post-img,#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post span{max-width:100%}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context,#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date{opacity:.6}.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date{display:none}#jp-relatedposts .jp-relatedposts-items-visual div.jp-relatedposts-post-thumbs p.jp-relatedposts-post-excerpt{display:none}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs p.jp-relatedposts-post-excerpt{overflow:hidden}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs span{margin-bottom:1em}#jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post{clear:both;width:100%}#jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post img.jp-relatedposts-post-img{float:left;overflow:hidden;max-width:33%;margin-right:3%}#jp-relatedposts .jp-relatedposts-list h4.jp-relatedposts-post-title{display:inline-block;max-width:63%}@media only screen and (max-width:640px){#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post{width:50%}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:nth-child(3n){clear:left}#jp-relatedposts .jp-relatedposts-items-visual{margin-right:20px}}@media only screen and (max-width:320px){#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post{width:100%;clear:both;margin:0 0 1em}#jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post img.jp-relatedposts-post-img,#jp-relatedposts .jp-relatedposts-list h4.jp-relatedposts-post-title{float:none;max-width:100%;margin-right:0}} #jp-post-flair{padding-top:.5em}#content div.sharedaddy,#main div.sharedaddy,div.sharedaddy{clear:both}div.sharedaddy h3.sd-title{margin:0 0 1em 0;display:inline-block;line-height:1.2;font-size:9pt;font-weight:700}div.sharedaddy h3.sd-title:before{content:"";display:block;width:100%;min-width:30px;border-top:1px solid #ddd;margin-bottom:1em}body.highlander-light h3.sd-title:before{border-top:1px solid rgba(0,0,0,.2)}body.highlander-dark h3.sd-title:before{border-top:1px solid rgba(255,255,255,.4)}.sd-sharing{margin-bottom:1em}.sd-content ul{padding:0!important;margin:0!important;list-style:none!important}.sd-content ul li{display:inline-block}.sd-content ul li.share-deprecated{opacity:.5}.sd-content ul li.share-deprecated a span{text-decoration:line-through}.sd-block.sd-gplus{margin:0 0 .5em 0}.sd-gplus .sd-content{font-size:12px}#sharing_email .sharing_send,.sd-content ul li .option a.share-ustom,.sd-content ul li a.sd-button,.sd-content ul li.advanced a.share-more,.sd-content ul li.preview-item div.option.option-smart-off a,.sd-social-icon .sd-content ul li a.sd-button,.sd-social-icon-text .sd-content ul li a.sd-button,.sd-social-official .sd-content>ul>li .digg_button>a,.sd-social-official .sd-content>ul>li>a.sd-button,.sd-social-text .sd-content ul li a.sd-button{text-decoration:none!important;display:inline-block;font-size:12px;font-family:"Open Sans",sans-serif;font-weight:400;border-radius:3px;color:#656565!important;background:#f8f8f8;border:1px solid #ccc;box-shadow:0 1px 0 rgba(0,0,0,.08);text-shadow:none;line-height:23px;padding:1px 8px 0 5px}.sd-content ul li .option a.share-ustom span,.sd-content ul li a.sd-button>span,.sd-content ul li.advanced a.share-more span,.sd-content ul li.preview-item div.option.option-smart-off a span,.sd-social-icon-text .sd-content ul li a.sd-button>span,.sd-social-official .sd-content>ul>li .digg_button>a span,.sd-social-official .sd-content>ul>li>a.sd-button span,.sd-social-text .sd-content ul li a.sd-button span{line-height:23px}.sd-social-official .sd-content .sharing-hidden .inner>ul>li .digg_button>a,.sd-social-official .sd-content .sharing-hidden .inner>ul>li>a.sd-button,.sd-social-official .sd-content>ul>li .digg_button>a,.sd-social-official .sd-content>ul>li>a.sd-button{line-height:17px;box-shadow:none;vertical-align:top}.sd-social-official .sd-content ul li a.sd-button>span{line-height:17px}.sd-social-official .sd-content .sharing-hidden .inner>ul>li .digg_button>a:before,.sd-social-official .sd-content .sharing-hidden .inner>ul>li>a.sd-button:before,.sd-social-official .sd-content>ul>li .digg_button>a:before,.sd-social-official .sd-content>ul>li>a.sd-button:before{margin-bottom:-1px}.sd-social-icon .sd-content ul li a.sd-button:active,.sd-social-icon .sd-content ul li a.sd-button:hover,.sd-social-icon-text .sd-content ul li a.sd-button:active,.sd-social-icon-text .sd-content ul li a.sd-button:hover,.sd-social-official .sd-content>ul>li .digg_button>a:active,.sd-social-official .sd-content>ul>li .digg_button>a:hover,.sd-social-official .sd-content>ul>li>a.sd-button:active,.sd-social-official .sd-content>ul>li>a.sd-button:hover,.sd-social-text .sd-content ul li a.sd-button:active,.sd-social-text .sd-content ul li a.sd-button:hover{color:#555;background:#fafafa;border:1px solid #999}.sd-social-icon .sd-content ul li a.sd-button:active,.sd-social-icon-text .sd-content ul li a.sd-button:active,.sd-social-official .sd-content>ul>li .digg_button>a:active,.sd-social-official .sd-content>ul>li>a.sd-button:active,.sd-social-text .sd-content ul li a.sd-button:active{box-shadow:inset 0 1px 0 rgba(0,0,0,.16)}.sd-content ul li a.sd-button:before{display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font:normal 18px/1 social-logos;vertical-align:top;text-align:center}.sd-social-icon-text ul li a.sd-button:before{position:relative;top:2px}@media screen and (-webkit-min-device-pixel-ratio:0){.sd-content ul li a.sd-button:before{position:relative;top:2px}}.sd-social-official ul li a.sd-button:before{position:relative;top:-2px}@media screen and (-webkit-min-device-pixel-ratio:0){.sd-social-official ul li a.sd-button:before{top:0}}.sd-content ul li{margin:0 5px 5px 0;padding:0}.jp-sharing-input-touch .sd-content ul li{padding-left:10px}.sd-content ul li.preview-item a.sd-button span,.sd-social-icon-text .sd-content ul li a span,.sd-social-official .sd-content ul li a.sd-button span{margin-left:3px}.sd-content ul li.preview-item.no-icon a.sd-button span{margin-left:0}.sd-content ul li.no-icon a:before,.sd-social-text .sd-content ul li a:before{display:none}body .sd-content ul li.share-custom.no-icon a span,body .sd-social-text .sd-content ul li.share-custom a span{background-image:none;background-position:-500px -500px!important;background-repeat:no-repeat!important;padding-left:0;height:0;line-height:inherit}.sd-social-icon .sd-content ul li a.share-more{position:relative;top:-4px}@media screen and (-webkit-min-device-pixel-ratio:0){.sd-social-icon .sd-content ul li a.share-more{top:2px}}@-moz-document url-prefix(){.sd-social-icon .sd-content ul li a.share-more{top:2px}}.sd-social-icon .sd-content ul li a.share-more span{margin-left:3px}.sd-content ul li.share-print div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-print a:before,.sd-social-icon-text .sd-content li.share-print a:before,.sd-social-official .sd-content li.share-print a:before,.sd-social-text .sd-content ul li.share-print a:before{content:'\f469'}.sd-content ul li.share-email div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-email a:before,.sd-social-icon-text .sd-content li.share-email a:before,.sd-social-official .sd-content li.share-email a:before,.sd-social-text .sd-content ul li.share-email a:before{content:'\f410'}.sd-content ul li.share-linkedin div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-linkedin a:before,.sd-social-icon-text .sd-content li.share-linkedin a:before,.sd-social-text .sd-content ul li.share-linkedin a:before{content:'\f207'}.sd-content ul li.share-twitter div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-twitter a:before,.sd-social-icon-text .sd-content li.share-twitter a:before,.sd-social-text .sd-content ul li.share-twitter a:before{content:'\f202'}.sd-content ul li.share-reddit div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-reddit a:before,.sd-social-icon-text .sd-content li.share-reddit a:before,.sd-social-text .sd-content ul li.share-reddit a:before{content:'\f222'}.sd-content ul li.share-tumblr div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-tumblr a:before,.sd-social-icon-text .sd-content li.share-tumblr a:before,.sd-social-text .sd-content ul li.share-tumblr a:before{content:'\f607'}.sd-content ul li.share-pocket div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-pocket a:before,.sd-social-icon-text .sd-content li.share-pocket a:before,.sd-social-text .sd-content ul li.share-pocket a:before{content:'\f224'}.sd-content ul li.share-pinterest div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-pinterest a:before,.sd-social-icon-text .sd-content li.share-pinterest a:before,.sd-social-text .sd-content ul li.share-pinterest a:before{content:'\f210'}.sd-content ul li.share-facebook div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-facebook a:before,.sd-social-icon-text .sd-content li.share-facebook a:before,.sd-social-text .sd-content ul li.share-facebook a:before{content:'\f203'}.sd-content ul li.share-press-this div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-press-this a:before,.sd-social-icon-text .sd-content li.share-press-this a:before,.sd-social-official .sd-content li.share-press-this a:before,.sd-social-text .sd-content ul li.share-press-this a:before{content:'\f205'}.sd-social-official .sd-content li.share-press-this a:before{color:#2ba1cb}.sd-content ul li.share-telegram div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-telegram a:before,.sd-social-icon-text .sd-content li.share-telegram a:before,.sd-social-official .sd-content li.share-telegram a:before,.sd-social-text .sd-content ul li.share-telegram a:before{content:'\f606'}.sd-social-official .sd-content li.share-telegram a:before{color:#08c}.sd-content ul li.share-skype div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-skype a:before,.sd-social-icon-text .sd-content li.share-skype a:before,.sd-social-text .sd-content ul li.share-skype a:before{content:'\f220'}.sd-content ul li.advanced a.share-more:before,.sd-social-icon .sd-content ul a.share-more:before,.sd-social-icon-text .sd-content a.share-more:before,.sd-social-official .sd-content a.share-more:before,.sd-social-text .sd-content ul a.share-more:before{content:'\f415'}.sd-social-official .sd-content a.share-more:before{color:#2ba1cb}.sd-content ul li.share-jetpack-whatsapp div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-jetpack-whatsapp a:before,.sd-social-icon-text .sd-content li.share-jetpack-whatsapp a:before,.sd-social-official .sd-content li.share-jetpack-whatsapp a:before,.sd-social-text .sd-content ul li.share-jetpack-whatsapp a:before{content:'\f608'}.sd-social-official .sd-content li.share-jetpack-whatsapp a:before{color:#43d854}.sd-social-icon .sd-content ul li[class*=share-].share-jetpack-whatsapp a.sd-button{background:#43d854;color:#fff!important}.sd-content ul li.share-deprecated div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-deprecated a:before,.sd-social-icon-text .sd-content li.share-deprecated a:before,.sd-social-official .sd-content li.share-deprecated a:before{width:1em;height:1em;content:"\1F6AB"}.sd-social .sd-button .share-count{background:#2ea2cc;color:#fff;border-radius:10px;display:inline-block;text-align:center;font-size:10px;padding:1px 3px;line-height:1}.sd-social-official .sd-content ul,.sd-social-official .sd-content ul li{line-height:25px!important}.sd-social-official .sd-content>ul>li>a.sd-button span{line-height:1}.sd-social-official .sd-content ul:after{content:".";display:block;height:0;clear:both;visibility:hidden}.sd-social-official .sd-content li.share-press-this a{margin:0 0 5px 0}.sd-social-official .sd-content ul>li{display:block;float:left;margin:0 10px 5px 0!important;height:25px}.sd-social-official .fb-share-button>span{vertical-align:top!important}.sd-social-official .sd-content .pocket_button iframe{width:98px}.reddit_button iframe{margin-top:1px}.linkedin_button>span,.pinterest_button,.pocket_button iframe,.twitter_button{margin:0!important}.linkedin_button>span,.pinterest_button a{display:block!important}.sd-social-official .sd-content .share-skype{width:55px}body .sd-social-official li a.share-more,body .sd-social-official li.share-custom a,body .sd-social-official li.share-digg a,body .sd-social-official li.share-email a,body .sd-social-official li.share-press-this a,body .sd-social-official li.share-print{position:relative;top:0}body .sd-social-icon .sd-content li.share-custom>a{padding:2px 3px 0 3px;position:relative;top:4px}body .sd-content ul li.share-custom a.share-icon span,body .sd-social-icon .sd-content li.share-custom a span,body .sd-social-icon-text .sd-content li.share-custom a span,body .sd-social-official .sd-content li.share-custom a span,body .sd-social-text .sd-content li.share-custom a span{background-size:16px 16px;background-repeat:no-repeat;margin-left:0;padding:0 0 0 19px;display:inline-block;height:21px;line-height:16px}body .sd-social-icon .sd-content li.share-custom a span{width:0}body .sd-social-icon .sd-content li.share-custom a span{padding-left:16px!important}.sharing-hidden .inner{position:absolute;z-index:2;border:1px solid #ccc;padding:10px;background:#fff;box-shadow:0 5px 20px rgba(0,0,0,.2);border-radius:2px;margin-top:5px;max-width:400px}.sharing-hidden .inner ul{margin:0!important}.sd-social-official .sd-content .sharing-hidden ul>li.share-end{clear:both;margin:0!important;height:0!important}.sharing-hidden .inner:after,.sharing-hidden .inner:before{position:absolute;z-index:1;top:-8px;left:20px;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:8px solid #ccc;content:"";display:block}.sharing-hidden .inner:after{z-index:2;top:-7px;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:8px solid #fff}.sharing-hidden ul{margin:0}.sd-social-icon .sd-content ul li[class*=share-] a,.sd-social-icon .sd-content ul li[class*=share-] a:hover,.sd-social-icon .sd-content ul li[class*=share-] div.option a{border-radius:50%;-webkit-border-radius:50%;border:0;box-shadow:none;padding:7px;position:relative;top:-2px;line-height:1;width:auto;height:auto;margin-bottom:0}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button>span,.sd-social-icon .sd-content ul li[class*=share-] div.option a span{line-height:1}.sd-social-icon .sd-content ul li[class*=share-] a:hover,.sd-social-icon .sd-content ul li[class*=share-] div.option a:hover{border:none;opacity:.6}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button:before{top:1px}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button.share-custom{padding:8px 8px 6px 8px;top:5px}.sd-social-icon .sd-content ul li a.sd-button.share-more{margin-left:10px}.sd-social-icon .sd-content ul li:first-child a.sd-button.share-more{margin-left:0}.sd-social-icon .sd-button span.share-count{position:absolute;bottom:0;right:0;border-radius:0;background:#555;font-size:9px}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button{background:#e9e9e9;margin-top:2px;text-indent:0}.sd-social-icon .sd-content ul li[class*=share-].share-tumblr a.sd-button{background:#2c4762;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-facebook a.sd-button{background:#1877f2;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-twitter a.sd-button{background:#00acee;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-pinterest a.sd-button{background:#ca1f27;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-digg a.sd-button{color:#555!important}.sd-social-icon .sd-content ul li[class*=share-].share-press-this a.sd-button{background:#1e8cbe;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-telegram a.sd-button{background:#08c;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-linkedin a.sd-button{background:#0077b5;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-pocket a.sd-button{background:#ee4056;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-reddit a.sd-button{background:#cee3f8;color:#555!important}.sd-social-icon .sd-content ul li[class*=share-].share-skype a.sd-button{background:#00aff0;color:#fff!important}.sharing-screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important;height:1px;width:1px;overflow:hidden}.sharing-screen-reader-text:active,.sharing-screen-reader-text:focus,.sharing-screen-reader-text:hover{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;color:#21759b;display:block;font-size:14px;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}#sharing_email{width:342px;position:absolute;z-index:1001;border:1px solid #ccc;padding:15px;background:#fff;box-shadow:0 5px 20px rgba(0,0,0,.2);text-align:left}div.sharedaddy.sharedaddy-dark #sharing_email{border-color:#fff}#sharing_email .errors{color:#fff;background-color:#771a09;font-size:12px;padding:5px 8px;line-height:1;margin:10px 0 0 0}#sharing_email label{font-size:12px;color:#333;font-weight:700;display:block;padding:0 0 4px 0;text-align:left;text-shadow:none}#sharing_email form{margin:0}#sharing_email input[type=email],#sharing_email input[type=text]{width:100%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;border:1px solid #ccc;margin-bottom:1em;background:#fff;font-size:12px;color:#333;max-width:none;padding:1px 3px}#jetpack-source_f_name{display:none!important;position:absolute!important;left:-9000px}#sharing_email .sharing_cancel{padding:0 0 0 1em;font-size:12px;text-shadow:none}#sharing_email .recaptcha{width:312px;height:123px;margin:0 0 1em 0}.sd-content .share-customize-link{margin-top:0;line-height:11px}.sd-content .share-customize-link a{font-size:11px;font-family:"Open Sans",sans-serif} .slideshow-window{background-color:#222;border:20px solid #222;border-radius:10px;height:0;margin-bottom:20px;overflow:hidden;padding-top:30px!important;padding-bottom:56.25%!important;position:relative;z-index:1}.slideshow-window.slideshow-white{background-color:#fff;border-color:#fff}.slideshow-window,.slideshow-window *{box-sizing:content-box}.slideshow-loading{height:100%;text-align:center;margin:auto}body div.slideshow-window * img{background-color:transparent!important;background-image:none!important;border-width:0!important;display:block;margin:0 auto;max-width:100%;max-height:100%;padding:0!important;position:relative;transform:translateY(-50%);top:50%}.slideshow-loading img{vertical-align:middle}.slideshow-slide{display:none;height:100%!important;left:0;margin:auto;position:absolute;text-align:center;top:0;width:100%!important}.slideshow-slide img{vertical-align:middle}.slideshow-line-height-hack{overflow:hidden;width:0;font-size:0}.slideshow-slide-caption{font-size:13px;font-family:"Helvetica Neue",sans-serif;color:#f7f7f7;text-shadow:#222 1px 1px 2px;line-height:25px;height:25px;position:absolute;bottom:5px;left:0;z-index:100;width:100%;text-align:center}.slideshow-controls{z-index:1000;position:absolute;bottom:30px;margin:auto;text-align:center;width:100%;opacity:.5;direction:ltr;transition:.3s opacity ease-out}.slideshow-window:hover .slideshow-controls{opacity:1}body div div.slideshow-controls a,body div div.slideshow-controls a:hover{border:2px solid rgba(255,255,255,.1)!important;background-color:#000!important;background-color:rgba(0,0,0,.6)!important;background-image:url(/wp-content/plugins/jetpack/css/../modules/shortcodes/img/slideshow-controls.png)!important;background-repeat:no-repeat;background-size:142px 16px!important;background-position:-34px 8px!important;color:#222!important;margin:0 5px!important;padding:0!important;display:inline-block!important;zoom:1;height:32px!important;width:32px!important;line-height:32px!important;text-align:center!important;border-radius:10em!important;transition:.3s border-color ease-out}@media only screen and (-webkit-min-device-pixel-ratio:1.5){body div div.slideshow-controls a,body div div.slideshow-controls a:hover{background-image:url(/wp-content/plugins/jetpack/css/../modules/shortcodes/img/slideshow-controls-2x.png)!important}}body div div.slideshow-controls a:hover{border-color:#fff!important}body div div.slideshow-controls a:first-child{background-position:-76px 8px!important}body div div.slideshow-controls a:last-child{background-position:-117px 8px!important}body div div.slideshow-controls a:nth-child(2){background-position:-34px 8px!important}body div div.slideshow-controls a.running{background-position:-34px 8px!important}body div div.slideshow-controls a.paused{background-position:9px 8px!important}.slideshow-controls a img{border:50px dotted #f0f} body.presentation-wrapper-fullscreen-parent,html.presentation-wrapper-fullscreen-parent{overflow:hidden!important}.presentation-wrapper-fullscreen-parent #wpadminbar{display:none}.presentation-wrapper-fullscreen,.presentation-wrapper-fullscreen-parent{min-width:100%!important;min-height:100%!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;margin:0!important;padding:0!important;z-index:10000!important}.presentation-wrapper-fullscreen{background-color:grey;border:none!important}.presentation-wrapper-fullscreen .nav-arrow-left,.presentation-wrapper-fullscreen .nav-arrow-right{z-index:20001}.presentation-wrapper-fullscreen .nav-fullscreen-button{z-index:20002}.presentation-wrapper{margin:20px auto;border:1px solid #e5e5e5;overflow:hidden;line-height:normal}.presentation{position:relative;margin:0;overflow:hidden;outline:0}.presentation,.presentation .step{background-repeat:no-repeat;background-position:center;background-size:100% 100%}.presentation .step.fade:not(.active){opacity:0}.presentation .slide-content{padding:30px}.presentation .nav-arrow-left,.presentation .nav-arrow-right,.presentation .nav-fullscreen-button{position:absolute;width:34px;background-repeat:no-repeat;z-index:2;opacity:0;transition:opacity .25s}.presentation .nav-arrow-left,.presentation .nav-arrow-right{height:100%;background-image:url(/wp-content/plugins/jetpack/css/../modules/shortcodes/images/slide-nav.png);background-size:450% 61px}.presentation .nav-arrow-left{left:0;background-position:4px 50%}.presentation .nav-arrow-right{right:0;background-position:-120px 50%}.presentation .nav-fullscreen-button{width:32px;height:32px;margin:4px;bottom:0;right:0;z-index:3;background-image:url(/wp-content/plugins/jetpack/css/../modules/shortcodes/images/expand.png);background-size:100% 100%}.presentation:hover .nav-arrow-left,.presentation:hover .nav-arrow-right{opacity:1}.presentation:hover .nav-fullscreen-button{opacity:.8}.presentation-wrapper-fullscreen .nav-fullscreen-button{background-image:url(/wp-content/plugins/jetpack/css/../modules/shortcodes/images/collapse.png)}.presentation .autoplay-overlay{height:15%;width:80%;margin:30% 10%;position:relative;z-index:100;display:table;border-radius:50px;background-color:#e5e5e5;background-color:rgba(0,0,0,.75);transition:opacity .5s}.presentation .autoplay-overlay .overlay-msg{position:relative;display:table-cell;text-align:center;vertical-align:middle;color:#fff}.presentation .will-fade{opacity:0}.presentation .do-fade{opacity:1;transition:opacity .5s} div.jetpack-quiz{border:1px solid #deede3;background-color:#f3f3f3;padding:1em;line-height:1.3em;margin-bottom:2em;border-radius:.2em}div.jetpack-quiz div.jetpack-quiz-question{margin-bottom:.5em;font-weight:700}div.jetpack-quiz div.jetpack-quiz-answer{cursor:pointer;margin-bottom:.5em;padding:1em 0 1em 1em;border-bottom:1px dotted #999}div.jetpack-quiz div.jetpack-quiz-answer.last{padding-bottom:0;margin-bottom:0;border-bottom:0}div.jetpack-quiz div.jetpack-quiz-answer.correct{color:green}div.jetpack-quiz div.jetpack-quiz-answer.wrong{color:red}div.jetpack-quiz div.jetpack-quiz-answer div.jetpack-quiz-explanation{display:none}div.jetpack-quiz div.jetpack-quiz-answer.correct div.jetpack-quiz-explanation,div.jetpack-quiz div.jetpack-quiz-answer.wrong div.jetpack-quiz-explanation{display:block;color:#000;font-size:90%;margin-top:1em}div.jetpack-quiz div.jetpack-quiz-answer.correct div.jetpack-quiz-explanation tt,div.jetpack-quiz div.jetpack-quiz-answer.wrong div.jetpack-quiz-explanation tt{font-size:85%}div.jetpack-quiz pre{font:15px Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;background:0 0;margin:0;padding:0} #subscribe-email input{width:95%}.comment-subscription-form{margin-bottom:1em}.comment-subscription-form .subscribe-label{display:inline!important}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important} .jetpack-video-wrapper{margin-bottom:1.6em}.jetpack-video-wrapper>.wp-video,.jetpack-video-wrapper>embed,.jetpack-video-wrapper>iframe,.jetpack-video-wrapper>object{margin-bottom:0} .jetpack-social-navigation ul{display:block;margin:0 0 1.5em;padding:0}.jetpack-social-navigation li{display:inline-block;margin:0;line-height:1}.jetpack-social-navigation a{border:0;height:1em;text-decoration:none;width:1em}.jetpack-social-navigation-svg .icon{color:inherit;fill:currentColor;height:1em;vertical-align:middle;width:1em}.jetpack-social-navigation-genericons a:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-family:Genericons;font-size:1em;font-style:normal;font-weight:400;height:1em;line-height:1;speak:none;text-decoration:inherit;vertical-align:top;width:1em}.jetpack-social-navigation-genericons a:before{content:"\f415"}.jetpack-social-navigation-genericons a[href*="codepen.io"]:before{content:"\f216"}.jetpack-social-navigation-genericons a[href*="digg.com"]:before{content:"\f221"}.jetpack-social-navigation-genericons a[href*="dribbble.com"]:before{content:"\f201"}.jetpack-social-navigation-genericons a[href*="dropbox.com"]:before{content:"\f225"}.jetpack-social-navigation-genericons a[href*="mailto:"]:before{content:"\f410"}.jetpack-social-navigation-genericons a[href*="facebook.com"]:before{content:"\f203"}.jetpack-social-navigation-genericons a[href*="flickr.com"]:before{content:"\f211"}.jetpack-social-navigation-genericons a[href*="foursquare.com"]:before{content:"\f226"}.jetpack-social-navigation-genericons a[href*="github.com"]:before{content:"\f200"}.jetpack-social-navigation-genericons a[href*="plus.google.com"]:before{content:"\f206"}.jetpack-social-navigation-genericons a[href*="instagram.com"]:before{content:"\f215"}.jetpack-social-navigation-genericons a[href*="linkedin.com"]:before{content:"\f208"}.jetpack-social-navigation-genericons a[href*="path.com"]:before{content:"\f219"}.jetpack-social-navigation-genericons a[href*="pinterest."]:before{content:"\f210"}.jetpack-social-navigation-genericons a[href*="getpocket.com"]:before{content:"\f224"}.jetpack-social-navigation-genericons a[href*="polldaddy.com"]:before{content:"\f217"}.jetpack-social-navigation-genericons a[href*="reddit.com"]:before{content:"\f222"}.jetpack-social-navigation-genericons a[href$="/feed/"]:before{content:"\f413"}.jetpack-social-navigation-genericons a[href*="skype:"]:before{content:"\f220"}.jetpack-social-navigation-genericons a[href*="spotify.com"]:before{content:"\f515"}.jetpack-social-navigation-genericons a[href*="stumbleupon.com"]:before{content:"\f223"}.jetpack-social-navigation-genericons a[href*="tumblr.com"]:before{content:"\f214"}.jetpack-social-navigation-genericons a[href*="twitch.tv"]:before{content:"\f516"}.jetpack-social-navigation-genericons a[href*="twitter.com"]:before{content:"\f202"}.jetpack-social-navigation-genericons a[href*="vimeo.com"]:before{content:"\f212"}.jetpack-social-navigation-genericons a[href*="vine.co"]:before{content:"\f517"}.jetpack-social-navigation-genericons a[href*="wordpress.com"]:before,.jetpack-social-navigation-genericons a[href*="wordpress.org"]:before{content:"\f205"}.jetpack-social-navigation-genericons a[href*="youtube.com"]:before{content:"\f213"} .tiled-gallery{clear:both;margin:0 0 20px;overflow:hidden}.tiled-gallery img{margin:2px!important}.tiled-gallery .gallery-group{float:left;position:relative}.tiled-gallery .tiled-gallery-item{float:left;margin:0;position:relative;width:inherit}.tiled-gallery .gallery-row{overflow:hidden}.tiled-gallery .tiled-gallery-item a{background:0 0;border:none;color:inherit;margin:0;padding:0;text-decoration:none;width:auto}.tiled-gallery .tiled-gallery-item img,.tiled-gallery .tiled-gallery-item img:hover{background:0 0;border:none;box-shadow:none;max-width:100%;padding:0;vertical-align:middle}.tiled-gallery-caption{background:#eee;background:rgba(255,255,255,.8);color:#333;font-size:13px;font-weight:400;overflow:hidden;padding:10px 0;position:absolute;bottom:0;text-indent:10px;text-overflow:ellipsis;width:100%;white-space:nowrap}.tiled-gallery .tiled-gallery-item-small .tiled-gallery-caption{font-size:11px}.widget-gallery .tiled-gallery-unresized{visibility:hidden;height:0;overflow:hidden}.tiled-gallery .tiled-gallery-item img.grayscale{position:absolute;left:0;top:0}.tiled-gallery .tiled-gallery-item img.grayscale:hover{opacity:0}.tiled-gallery.type-circle .tiled-gallery-item img{border-radius:50%!important;object-fit:cover}.tiled-gallery.type-circle .tiled-gallery-caption{display:none;opacity:0}.tiled-gallery.type-square .tiled-gallery-item img{object-fit:cover} .jetpack-display-remote-posts{margin:5px 0 20px 0}.jetpack-display-remote-posts h4{margin:5px 0;padding:0}.jetpack-display-remote-posts p{margin:0;padding:0}.jetpack-display-remote-posts img{max-width:100%} .widget-grofile h4{margin:1em 0 .5em}.widget-grofile ul.grofile-urls{margin-left:0;overflow:hidden}.widget-grofile ul.grofile-accounts li{list-style:none;display:inline}.widget-grofile ul.grofile-accounts li::before{content:""!important}.widget-grofile .grofile-accounts-logo{background-image:url(https://secure.gravatar.com/images/grav-share-sprite.png);background-repeat:no-repeat;width:16px;height:16px;float:left;margin-right:8px;margin-bottom:8px}.rtl .widget-grofile .grofile-accounts-logo{margin-left:8px;margin-right:0}.grofile-thumbnail{width:500px;max-width:100%}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3/2),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){.widget-grofile .grofile-accounts-logo{background-image:url(https://secure.gravatar.com/images/grav-share-sprite-2x.png);background-size:16px 784px}} div[class^=gr_custom_container]{border:1px solid gray;border-radius:10px;padding:10px 5px 10px 5px;background-color:#fff;color:#000}div[class^=gr_custom_container] a{color:#000}h2[class^=gr_custom_header]{display:none}div[class^=gr_custom_each_container]{width:100%;clear:both;margin-bottom:10px;overflow:auto;padding-bottom:4px;border-bottom:1px solid #aaa}div[class^=gr_custom_book_container]{float:right;overflow:hidden;height:60px;margin-left:4px;width:39px}div[class^=gr_custom_author]{font-size:10px}div[class^=gr_custom_tags]{font-size:10px;color:gray}div[class^=gr_custom_rating]{display:none} .widget_wpcom_social_media_icons_widget ul{list-style-type:none;margin-left:0}.widget_wpcom_social_media_icons_widget ul li{border:0 none;display:inline;margin-right:.5em}.widget_wpcom_social_media_icons_widget li a{border:0 none;text-decoration:none}.widget_wpcom_social_media_icons_widget .genericon{font-family:Genericons}.widget_wpcom_social_media_icons_widget .screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important;height:1px;width:1px;overflow:hidden}.widget_wpcom_social_media_icons_widget .screen-reader-text:active,.widget_wpcom_social_media_icons_widget .screen-reader-text:focus,.widget_wpcom_social_media_icons_widget .screen-reader-text:hover{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;color:#21759b;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000} .widgets-grid-layout{width:100%}.widgets-grid-layout:after,.widgets-grid-layout:before{content:" ";display:table}.widgets-grid-layout:after{clear:both}.widget-grid-view-image{float:left;max-width:50%}.widget-grid-view-image a{display:block;margin:0 2px 4px 0}.widget-grid-view-image:nth-child(even){float:right}.widget-grid-view-image:nth-child(even) a{margin:0 0 4px 2px}.widgets-grid-layout .widget-grid-view-image img{max-width:100%;height:auto}.widgets-multi-column-grid ul{overflow:hidden;padding:0;margin:0;list-style-type:none}.widgets-multi-column-grid ul li{background:0 0;clear:none;float:left;margin:0 -5px -3px 0;padding:0 8px 6px 0;border:none;list-style-type:none!important}.widgets-multi-column-grid ul li a{background:0 0;margin:0;padding:0;border:0}.widgets-multi-column-grid .avatar{vertical-align:middle}.widgets-list-layout{padding:0;margin:0;list-style-type:none}.widgets-list-layout li:after,.widgets-list-layout li:before{content:"";display:table}.widgets-list-layout li:after{clear:both}.widgets-list-layout li{zoom:1;margin-bottom:1em;list-style-type:none!important}.widgets-list-layout .widgets-list-layout-blavatar{float:left;width:21.276596%;max-width:40px;height:auto}.widgets-list-layout-links{float:right;width:73.404255%}.widgets-list-layout span{opacity:.5}.widgets-list-layout span:hover{opacity:.8} .jetpack-image-container:after{clear:both}.jetpack-image-container:after,.jetpack-image-container:before{display:table;content:""} .widgets-multi-column-grid ul{overflow:hidden;padding:0;margin:0;list-style-type:none}.widgets-multi-column-grid ul li{background:0 0;clear:none;float:left;margin:0 -5px -3px 0;padding:0 8px 6px 0;border:none;list-style-type:none!important}.widgets-multi-column-grid ul li a{background:0 0;margin:0;padding:0;border:0}.widgets-multi-column-grid .avatar{vertical-align:middle}.widget_jetpack_my_community .avatar-240,.widget_jetpack_my_community .avatar-48{max-width:48px;max-height:48px} .widget.widget_authors li>ul,.widget_authors>ul{margin-left:inherit;padding-left:0}.widget_authors ul li li{padding-left:0}.widget_authors>ul>li{margin-bottom:1em;list-style:none}.widget_authors>ul>li+li{border-top:0}.widget.widget_authors img{margin-right:5px;margin-bottom:5px;vertical-align:middle;box-shadow:none} .wpcnt{text-align:center;line-height:2}.wpa{position:relative;overflow:hidden;display:inline-block;max-width:100%}.wpa-about{position:absolute;top:5px;left:0;right:0;display:block;margin-top:0;color:#888;font:10px/1 "Open Sans",Arial,sans-serif!important;text-align:left!important;text-decoration:none!important;opacity:.85;border-bottom:none!important;box-shadow:none!important}.wpa .u>div{display:block;margin-top:5px;margin-bottom:1em}div.wpa>div{margin-top:20px}.wpa .u .adsbygoogle{display:block;margin-top:17px;margin-bottom:1em;background-color:transparent} .widget_eu_cookie_law_widget{animation:fadeIn .8s;border:none;bottom:1em;left:1em;margin:0;padding:0;position:fixed;right:1em;width:auto;z-index:50001}@keyframes fadeIn{from{opacity:0;visibility:hidden}to{opacity:1;visibility:visible}}.widget_eu_cookie_law_widget.widget.top{bottom:auto;top:1em}.admin-bar .widget_eu_cookie_law_widget.widget.top{top:3em}amp-consent.widget_eu_cookie_law_widget.widget.top{top:1em;margin:0}.admin-bar amp-consent.widget_eu_cookie_law_widget.widget.top{top:0;margin-top:3em}#eu-cookie-law{background-color:#fff;border:1px solid #dedede;color:#2e4467;font-size:12px;line-height:1.5;overflow:hidden;padding:6px 6px 6px 15px;position:relative}#eu-cookie-law a,#eu-cookie-law a:active,#eu-cookie-law a:visited{color:inherit;cursor:inherit;text-decoration:underline}#eu-cookie-law a:hover{cursor:pointer;text-decoration:none}#eu-cookie-law.negative{background-color:#000;border:none;color:#fff}#eu-cookie-law.hide{opacity:0;visibility:hidden;transition:opacity .4s,visibility .4s}#eu-cookie-law form{margin-bottom:0;position:static}#eu-cookie-law input,#eu-cookie-law input:focus,#eu-cookie-law input:hover{background:#f3f3f3;border:1px solid #dedede;border-radius:4px;-moz-border-radius:3px;-webkit-border-radius:3px;color:#2e4453;cursor:pointer;display:inline;float:right;font-family:inherit;font-size:14px;font-weight:inherit;line-height:inherit;margin:0 0 0 5%;padding:8px 12px;position:static;text-transform:none}#eu-cookie-law.negative input,#eu-cookie-law.negative input:focus,#eu-cookie-law.negative input:hover{background:#282828;border-color:#535353;color:#fff}@media (max-width:600px){#eu-cookie-law{padding-bottom:55px}#eu-cookie-law input.accept{bottom:8px;position:absolute;right:8px}}.widget_eu_cookie_law_widget .customize-partial-edit-shortcut>button{left:0} .flickr-images{text-align:center}.flickr-size-thumbnail .flickr-images{align-content:space-between;align-items:center;display:flex;flex-flow:row wrap;justify-content:center}.flickr-images img{max-width:100%;margin:5px} .wpcom-instagram-images{display:grid;grid-gap:.5rem;grid-auto-columns:1fr}.wpcom-instagram-images:after,.wpcom-instagram-images:before{content:none}.wpcom-instagram-images a{display:block;margin:4px 2px}.wpcom-instagram-columns-2 a,.wpcom-instagram-columns-3 a{display:inline-block;vertical-align:top}.wpcom-instagram-columns-2 a{width:calc(50% - 8px)}.wpcom-instagram-columns-3 a{width:calc(33.3333% - 8px)}.wpcom-instagram-images .sq-bg-image{background-position:center;background-repeat:no-repeat;background-size:cover;height:0;overflow:hidden;padding-bottom:100%}.wpcom-instagram-columns-2{grid-template-columns:repeat(2,1fr)}.wpcom-instagram-columns-3{grid-template-columns:repeat(3,1fr)}@supports (display:grid){.wpcom-instagram-images a{display:block;margin:0}.wpcom-instagram-columns-2 a,.wpcom-instagram-columns-3 a{width:auto}} .jetpack-search-filters-widget__sub-heading{font-size:inherit;font-weight:700;margin:0 0 .5em;padding:0}.jetpack-search-form+.jetpack-search-filters-widget__sub-heading{margin-top:1.5em;margin-bottom:.5em!important}.jetpack-search-filters-widget__clear{margin-top:.5em;margin-bottom:.5em}.jetpack-search-sort-wrapper{margin-top:1em;margin-bottom:1.5em}.jetpack-search-sort-wrapper label{display:inherit}.widget_search .jetpack-search-filters-widget__filter-list input[type=checkbox]{width:auto;height:auto}ul.jetpack-search-filters-widget__filter-list li{border:none;padding:0;list-style:none}ul.jetpack-search-filters-widget__filter-list li a{text-decoration:none}ul.jetpack-search-filters-widget__filter-list li a:hover{box-shadow:none}ul.jetpack-search-filters-widget__filter-list li label{font-weight:inherit;display:inherit}.jetpack-search-filters-widget__filter-list{list-style:none}ul.jetpack-search-filters-widget__filter-list{margin-bottom:1.5em}body.search .jetpack-search-form input[name="s"]:-ms-input-placeholder{color:transparent}body.search .jetpack-search-form input[name="s"]::-ms-input-placeholder{color:transparent}body.search .jetpack-search-form input[name="s"]::placeholder{color:transparent}body.search .jetpack-search-form input[name="s"].show-placeholder:-ms-input-placeholder{color:inherit}body.search .jetpack-search-form input[name="s"].show-placeholder::-ms-input-placeholder{color:inherit}body.search .jetpack-search-form input[name="s"].show-placeholder::placeholder{color:inherit} @media screen and (min-width:400px){.widget.jetpack-simple-payments .jetpack-simple-payments-product{flex-direction:column}.widget.jetpack-simple-payments .jetpack-simple-payments-details{padding-left:0}} .jetpack_widget_social_icons li,.jetpack_widget_social_icons ul{list-style:none}.jetpack_widget_social_icons ul{display:block;margin:0 0 1.5em;padding:0}.jetpack_widget_social_icons ul li{border:0;display:inline-block;line-height:1;margin:0;padding:0}.jetpack_widget_social_icons ul li:after,.jetpack_widget_social_icons ul li:before{display:none}.jetpack_widget_social_icons a{border:0;box-shadow:none;display:block;height:24px;text-decoration:none;width:24px}.jetpack_widget_social_icons svg{color:inherit;fill:currentColor;height:inherit;vertical-align:middle;width:inherit}.jetpack_widget_social_icons ul.size-small a{height:24px;width:24px}.jetpack_widget_social_icons ul.size-medium a{height:32px;width:32px}.jetpack_widget_social_icons ul.size-large a{height:48px;width:48px}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important}