.wp-block-audio figcaption {
margin-top: 0.5em;
margin-bottom: 1em;
color: #555d66;
text-align: center;
font-size: 13px; }
.wp-block-audio audio {
width: 100%;
min-width: 300px; }
.editor-block-list__layout .reusable-block-edit-panel {
align-items: center;
background: #f8f9f9;
color: #555d66;
display: flex;
flex-wrap: wrap;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 13px;
position: relative;
top: -14px;
margin: 0 -14px;
padding: 8px 14px;
position: relative;
z-index: 7; }
.editor-block-list__layout .editor-block-list__layout .reusable-block-edit-panel {
margin: 0 -14px;
padding: 8px 14px; }
.editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__spinner {
margin: 0 5px; }
.editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__info {
margin-right: auto; }
.editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__label {
margin-right: 8px;
white-space: nowrap;
font-weight: 600; }
.editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__title {
flex: 1 1 100%;
font-size: 14px;
height: 30px;
margin: 4px 0 8px; }
.editor-block-list__layout .reusable-block-edit-panel .components-button.reusable-block-edit-panel__button {
flex-shrink: 0; }
@media (min-width: 960px) {
.editor-block-list__layout .reusable-block-edit-panel {
flex-wrap: nowrap; }
.editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__title {
margin: 0; }
.editor-block-list__layout .reusable-block-edit-panel .components-button.reusable-block-edit-panel__button {
margin: 0 0 0 5px; } }
.editor-block-list__layout .reusable-block-indicator {
background: #fff;
border-left: 1px dashed #e2e4e7;
color: #555d66;
border-bottom: 1px dashed #e2e4e7;
top: -14px;
height: 30px;
padding: 4px;
position: absolute;
z-index: 1;
width: 30px;
right: -14px; }
.wp-block-button {
color: #fff;
margin-bottom: 1.5em; }
.wp-block-button.aligncenter {
text-align: center; }
.wp-block-button.alignright { text-align: right; }
.wp-block-button__link {
background-color: #32373c;
border: none;
border-radius: 28px;
box-shadow: none;
color: inherit;
cursor: pointer;
display: inline-block;
font-size: 18px;
margin: 0;
padding: 12px 24px;
text-align: center;
text-decoration: none;
white-space: normal;
overflow-wrap: break-word; }
.wp-block-button__link:hover, .wp-block-button__link:focus, .wp-block-button__link:active {
color: inherit; }
.is-style-squared .wp-block-button__link {
border-radius: 0; }
.is-style-outline {
color: #32373c; }
.is-style-outline .wp-block-button__link {
background: transparent;
border: 2px solid currentcolor; }
.wp-block-categories.alignleft { margin-right: 2em; }
.wp-block-categories.alignright { margin-left: 2em; }
.wp-block-columns {
display: flex;
flex-wrap: wrap; }
@media (min-width: 782px) {
.wp-block-columns {
flex-wrap: nowrap; } }
.wp-block-column {
flex: 1;
margin-bottom: 1em;
flex-basis: 100%;
min-width: 0;
word-break: break-word;
overflow-wrap: break-word; }
@media (min-width: 600px) {
.wp-block-column {
flex-basis: 50%;
flex-grow: 0; } }
@media (min-width: 600px) {
.wp-block-column:nth-child(odd) {
margin-right: 32px; }
.wp-block-column:nth-child(even) {
margin-left: 32px; }
.wp-block-column:not(:first-child) {
margin-left: 32px; }
.wp-block-column:not(:last-child) {
margin-right: 32px; } }
.wp-block-cover-image,
.wp-block-cover {
position: relative;
background-color: #000;
background-size: cover;
background-position: center center;
min-height: 430px;
width: 100%;
margin: 0 0 1.5em 0;
display: flex;
justify-content: center;
align-items: center;
overflow: hidden; }
.wp-block-cover-image.has-left-content,
.wp-block-cover.has-left-content {
justify-content: flex-start; }
.wp-block-cover-image.has-left-content h2,
.wp-block-cover-image.has-left-content .wp-block-cover-image-text,
.wp-block-cover-image.has-left-content .wp-block-cover-text,
.wp-block-cover.has-left-content h2,
.wp-block-cover.has-left-content .wp-block-cover-image-text,
.wp-block-cover.has-left-content .wp-block-cover-text {
margin-left: 0;
text-align: left; }
.wp-block-cover-image.has-right-content,
.wp-block-cover.has-right-content {
justify-content: flex-end; }
.wp-block-cover-image.has-right-content h2,
.wp-block-cover-image.has-right-content .wp-block-cover-image-text,
.wp-block-cover-image.has-right-content .wp-block-cover-text,
.wp-block-cover.has-right-content h2,
.wp-block-cover.has-right-content .wp-block-cover-image-text,
.wp-block-cover.has-right-content .wp-block-cover-text {
margin-right: 0;
text-align: right; }
.wp-block-cover-image h2,
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover h2,
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text {
color: #fff;
font-size: 2em;
line-height: 1.25;
z-index: 1;
margin-bottom: 0;
max-width: 610px;
padding: 14px;
text-align: center; }
.wp-block-cover-image h2 a,
.wp-block-cover-image h2 a:hover,
.wp-block-cover-image h2 a:focus,
.wp-block-cover-image h2 a:active,
.wp-block-cover-image .wp-block-cover-image-text a,
.wp-block-cover-image .wp-block-cover-image-text a:hover,
.wp-block-cover-image .wp-block-cover-image-text a:focus,
.wp-block-cover-image .wp-block-cover-image-text a:active,
.wp-block-cover-image .wp-block-cover-text a,
.wp-block-cover-image .wp-block-cover-text a:hover,
.wp-block-cover-image .wp-block-cover-text a:focus,
.wp-block-cover-image .wp-block-cover-text a:active,
.wp-block-cover h2 a,
.wp-block-cover h2 a:hover,
.wp-block-cover h2 a:focus,
.wp-block-cover h2 a:active,
.wp-block-cover .wp-block-cover-image-text a,
.wp-block-cover .wp-block-cover-image-text a:hover,
.wp-block-cover .wp-block-cover-image-text a:focus,
.wp-block-cover .wp-block-cover-image-text a:active,
.wp-block-cover .wp-block-cover-text a,
.wp-block-cover .wp-block-cover-text a:hover,
.wp-block-cover .wp-block-cover-text a:focus,
.wp-block-cover .wp-block-cover-text a:active {
color: #fff; }
.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; } }
.wp-block-cover-image.has-background-dim::before,
.wp-block-cover.has-background-dim::before {
content: "";
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background-color: inherit;
opacity: 0.5;
z-index: 1; }
.wp-block-cover-image.has-background-dim.has-background-dim-10::before,
.wp-block-cover.has-background-dim.has-background-dim-10::before {
opacity: 0.1; }
.wp-block-cover-image.has-background-dim.has-background-dim-20::before,
.wp-block-cover.has-background-dim.has-background-dim-20::before {
opacity: 0.2; }
.wp-block-cover-image.has-background-dim.has-background-dim-30::before,
.wp-block-cover.has-background-dim.has-background-dim-30::before {
opacity: 0.3; }
.wp-block-cover-image.has-background-dim.has-background-dim-40::before,
.wp-block-cover.has-background-dim.has-background-dim-40::before {
opacity: 0.4; }
.wp-block-cover-image.has-background-dim.has-background-dim-50::before,
.wp-block-cover.has-background-dim.has-background-dim-50::before {
opacity: 0.5; }
.wp-block-cover-image.has-background-dim.has-background-dim-60::before,
.wp-block-cover.has-background-dim.has-background-dim-60::before {
opacity: 0.6; }
.wp-block-cover-image.has-background-dim.has-background-dim-70::before,
.wp-block-cover.has-background-dim.has-background-dim-70::before {
opacity: 0.7; }
.wp-block-cover-image.has-background-dim.has-background-dim-80::before,
.wp-block-cover.has-background-dim.has-background-dim-80::before {
opacity: 0.8; }
.wp-block-cover-image.has-background-dim.has-background-dim-90::before,
.wp-block-cover.has-background-dim.has-background-dim-90::before {
opacity: 0.9; }
.wp-block-cover-image.has-background-dim.has-background-dim-100::before,
.wp-block-cover.has-background-dim.has-background-dim-100::before {
opacity: 1; }
.wp-block-cover-image.alignleft, .wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
max-width: 305px;
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__video-background {
position: absolute;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
width: 100%;
height: 100%;
z-index: 0;
-o-object-fit: cover;
object-fit: cover; }
.editor-block-list__block[data-type="core/embed"][data-align="left"] .editor-block-list__block-edit,
.editor-block-list__block[data-type="core/embed"][data-align="right"] .editor-block-list__block-edit,
.wp-block-embed.alignleft,
.wp-block-embed.alignright {
max-width: 360px;
width: 100%; }
.wp-block-embed {
margin-bottom: 1em; }
.wp-block-embed figcaption {
margin-top: 0.5em;
margin-bottom: 1em;
color: #555d66;
text-align: center;
font-size: 13px; }
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper {
position: relative; }
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper::before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper::before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper::before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper::before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper::before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper::before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper::before {
content: "";
display: block;
padding-top: 50%; }
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper iframe {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%; }
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper::before {
padding-top: 42.85%; }
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper::before {
padding-top: 50%; }
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper::before {
padding-top: 56.25%; }
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper::before {
padding-top: 75%; }
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper::before {
padding-top: 100%; }
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-6 .wp-block-embed__wrapper::before {
padding-top: 66.66%; }
.wp-embed-responsive .wp-block-embed.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: 0.5em 1em; }
.wp-block-file a.wp-block-file__button {
text-decoration: none; }
.wp-block-file a.wp-block-file__button:hover, .wp-block-file a.wp-block-file__button:visited, .wp-block-file a.wp-block-file__button:focus, .wp-block-file a.wp-block-file__button:active {
box-shadow: none;
color: #fff;
opacity: 0.85;
text-decoration: none; }
.wp-block-file * + .wp-block-file__button {
margin-left: 0.75em; }
.wp-block-gallery {
display: flex;
flex-wrap: wrap;
list-style-type: none;
padding: 0; }
.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; }
.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)) {
.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
display: flex;
align-items: flex-end;
justify-content: flex-start; } }
.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img {
display: block;
max-width: 100%;
height: auto; }
.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img {
width: 100%; }
@supports ((position: -webkit-sticky) or (position: sticky)) {
.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img {
width: auto; } }
.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 5px;
color: #fff;
text-align: center;
font-size: 13px;
background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.3) 60%, transparent); }
.wp-block-gallery .blocks-gallery-image figcaption img,
.wp-block-gallery .blocks-gallery-item figcaption img {
display: inline; }
.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)) {
.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;
-o-object-fit: cover;
object-fit: cover; } }
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
width: calc((100% - 16px) / 2); }
.wp-block-gallery .blocks-gallery-image:nth-of-type(even),
.wp-block-gallery .blocks-gallery-item:nth-of-type(even) {
margin-right: 0; }
.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) {
.wp-block-gallery.columns-3 .blocks-gallery-image,
.wp-block-gallery.columns-3 .blocks-gallery-item {
width: calc((100% - 16px * 2) / 3);
margin-right: 16px; }
.wp-block-gallery.columns-4 .blocks-gallery-image,
.wp-block-gallery.columns-4 .blocks-gallery-item {
width: calc((100% - 16px * 3) / 4);
margin-right: 16px; }
.wp-block-gallery.columns-5 .blocks-gallery-image,
.wp-block-gallery.columns-5 .blocks-gallery-item {
width: calc((100% - 16px * 4) / 5);
margin-right: 16px; }
.wp-block-gallery.columns-6 .blocks-gallery-image,
.wp-block-gallery.columns-6 .blocks-gallery-item {
width: calc((100% - 16px * 5) / 6);
margin-right: 16px; }
.wp-block-gallery.columns-7 .blocks-gallery-image,
.wp-block-gallery.columns-7 .blocks-gallery-item {
width: calc((100% - 16px * 6) / 7);
margin-right: 16px; }
.wp-block-gallery.columns-8 .blocks-gallery-image,
.wp-block-gallery.columns-8 .blocks-gallery-item {
width: calc((100% - 16px * 7) / 8);
margin-right: 16px; }
.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; }
.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; }
.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; }
.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; }
.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; }
.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; }
.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; }
.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; } }
.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child {
margin-right: 0; }
.wp-block-gallery .blocks-gallery-item.has-add-item-button {
width: 100%; }
.wp-block-gallery.alignleft, .wp-block-gallery.alignright {
max-width: 305px;
width: 100%; }
.wp-block-gallery.alignleft, .wp-block-gallery.aligncenter, .wp-block-gallery.alignright {
display: flex; }
.wp-block-gallery.aligncenter .blocks-gallery-item figure {
justify-content: center; }
.wp-block-image {
max-width: 100%;
margin-bottom: 1em;
margin-left: 0;
margin-right: 0; }
.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 .alignleft,
.wp-block-image .alignright,
.wp-block-image .aligncenter, .wp-block-image.is-resized {
display: table;
margin-left: 0;
margin-right: 0; }
.wp-block-image .alignleft > figcaption,
.wp-block-image .alignright > figcaption,
.wp-block-image .aligncenter > figcaption, .wp-block-image.is-resized > figcaption {
display: table-caption;
caption-side: bottom; }
.wp-block-image .alignleft { float: left; margin-right: 1em; }
.wp-block-image .alignright { float: right; margin-left: 1em; }
.wp-block-image .aligncenter {
margin-left: auto;
margin-right: auto; }
.wp-block-image figcaption {
margin-top: 0.5em;
margin-bottom: 1em;
color: #555d66;
text-align: center;
font-size: 13px; }
.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-meta,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt {
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.is-grid {
display: flex;
flex-wrap: wrap;
padding: 0;
list-style: none; }
.wp-block-latest-posts.is-grid li {
margin: 0 16px 16px 0;
width: 100%; }
@media (min-width: 600px) {
.wp-block-latest-posts.columns-2 li {
width: calc((100% / 2) - 16px); }
.wp-block-latest-posts.columns-3 li {
width: calc((100% / 3) - 16px); }
.wp-block-latest-posts.columns-4 li {
width: calc((100% / 4) - 16px); }
.wp-block-latest-posts.columns-5 li {
width: calc((100% / 5) - 16px); }
.wp-block-latest-posts.columns-6 li {
width: calc((100% / 6) - 16px); } }
.wp-block-latest-posts__post-date {
display: block;
color: #6c7781;
font-size: 13px; }
.wp-block-media-text {
display: grid; }
.wp-block-media-text {
grid-template-rows: auto;
align-items: center;
grid-template-areas: "media-text-media media-text-content";
grid-template-columns: 50% auto; }
.wp-block-media-text.has-media-on-the-right {
grid-template-areas: "media-text-content media-text-media";
grid-template-columns: auto 50%; }
.wp-block-media-text .wp-block-media-text__media {
grid-area: media-text-media;
margin: 0; }
.wp-block-media-text .wp-block-media-text__content {
word-break: break-word;
grid-area: media-text-content;
padding: 0 8% 0 8%; }
.wp-block-media-text > figure > img,
.wp-block-media-text > figure > video {
max-width: unset;
width: 100%;
vertical-align: middle; } @media (max-width: 600px) {
.wp-block-media-text.is-stacked-on-mobile {
grid-template-columns: 100% !important;
grid-template-areas: "media-text-media" "media-text-content"; }
.wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right {
grid-template-areas: "media-text-content" "media-text-media"; } }
p.is-small-text {
font-size: 14px; }
p.is-regular-text {
font-size: 16px; }
p.is-large-text {
font-size: 36px; }
p.is-larger-text {
font-size: 48px; }
p.has-drop-cap:not(:focus)::first-letter {
float: left;
font-size: 8.4em;
line-height: 0.68;
font-weight: 100;
margin: 0.05em 0.1em 0 0;
text-transform: uppercase;
font-style: normal; }
p.has-drop-cap:not(:focus)::after {
content: "";
display: table;
clear: both;
padding-top: 14px; }
p.has-background {
padding: 20px 30px; }
p.has-text-color a {
color: inherit; }
.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: 305px; }
.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-style-large, .wp-block-quote.is-large {
margin: 0 0 16px;
padding: 0 1em; }
.wp-block-quote.is-style-large p, .wp-block-quote.is-large p {
font-size: 24px;
font-style: italic;
line-height: 1.6; }
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer, .wp-block-quote.is-large cite,
.wp-block-quote.is-large footer {
font-size: 18px;
text-align: right; }
.wp-block-separator.is-style-wide {
border-bottom-width: 1px; }
.wp-block-separator.is-style-dots {
background: none;
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: #191e23;
font-size: 20px;
letter-spacing: 2em;
padding-left: 2em;
font-family: serif; }
p.wp-block-subhead {
font-size: 1.1em;
font-style: italic;
opacity: 0.75; }
.wp-block-table.has-fixed-layout {
table-layout: fixed;
width: 100%; }
.wp-block-table.alignleft, .wp-block-table.aligncenter, .wp-block-table.alignright {
display: table;
width: auto; }
.wp-block-table.is-style-stripes {
border-spacing: 0;
border-collapse: inherit;
border-bottom: 1px solid #f3f4f5; }
.wp-block-table.is-style-stripes tr:nth-child(odd) {
background-color: #f3f4f5; }
.wp-block-table.is-style-stripes td {
border-color: transparent; }
.wp-block-text-columns {
display: flex; }
.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: calc(100% / 2); }
.wp-block-text-columns.columns-3 .wp-block-column {
width: calc(100% / 3); }
.wp-block-text-columns.columns-4 .wp-block-column {
width: calc(100% / 4); }
pre.wp-block-verse {
white-space: nowrap;
overflow: auto; }
.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] {
-o-object-fit: cover;
object-fit: cover; } }
.wp-block-video.aligncenter {
text-align: center; }
.wp-block-video figcaption {
margin-top: 0.5em;
margin-bottom: 1em;
color: #555d66;
text-align: center;
font-size: 13px; }
.has-pale-pink-background-color.has-pale-pink-background-color {
background-color: #f78da7; }
.has-vivid-red-background-color.has-vivid-red-background-color {
background-color: #cf2e2e; }
.has-luminous-vivid-orange-background-color.has-luminous-vivid-orange-background-color {
background-color: #ff6900; }
.has-luminous-vivid-amber-background-color.has-luminous-vivid-amber-background-color {
background-color: #fcb900; }
.has-light-green-cyan-background-color.has-light-green-cyan-background-color {
background-color: #7bdcb5; }
.has-vivid-green-cyan-background-color.has-vivid-green-cyan-background-color {
background-color: #00d084; }
.has-pale-cyan-blue-background-color.has-pale-cyan-blue-background-color {
background-color: #8ed1fc; }
.has-vivid-cyan-blue-background-color.has-vivid-cyan-blue-background-color {
background-color: #0693e3; }
.has-very-light-gray-background-color.has-very-light-gray-background-color {
background-color: #eee; }
.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color {
background-color: #abb8c3; }
.has-very-dark-gray-background-color.has-very-dark-gray-background-color {
background-color: #313131; }
.has-pale-pink-color.has-pale-pink-color {
color: #f78da7; }
.has-vivid-red-color.has-vivid-red-color {
color: #cf2e2e; }
.has-luminous-vivid-orange-color.has-luminous-vivid-orange-color {
color: #ff6900; }
.has-luminous-vivid-amber-color.has-luminous-vivid-amber-color {
color: #fcb900; }
.has-light-green-cyan-color.has-light-green-cyan-color {
color: #7bdcb5; }
.has-vivid-green-cyan-color.has-vivid-green-cyan-color {
color: #00d084; }
.has-pale-cyan-blue-color.has-pale-cyan-blue-color {
color: #8ed1fc; }
.has-vivid-cyan-blue-color.has-vivid-cyan-blue-color {
color: #0693e3; }
.has-very-light-gray-color.has-very-light-gray-color {
color: #eee; }
.has-cyan-bluish-gray-color.has-cyan-bluish-gray-color {
color: #abb8c3; }
.has-very-dark-gray-color.has-very-dark-gray-color {
color: #313131; }
.has-small-font-size {
font-size: 13px; }
.has-regular-font-size,
.has-normal-font-size {
font-size: 16px; }
.has-medium-font-size {
font-size: 20px; }
.has-large-font-size {
font-size: 36px; }
.has-larger-font-size,
.has-huge-font-size {
font-size: 42px; }div.wpcf7 {
margin: 0;
padding: 0;
}
div.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
width: 1px;
margin: 0;
padding: 0;
border: 0;
}
div.wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #ff0000;
}
div.wpcf7-mail-sent-ok {
border: 2px solid #398f14;
}
div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
border: 2px solid #ff0000;
}
div.wpcf7-spam-blocked {
border: 2px solid #ffa500;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
border: 2px solid #f7e700;
}
.wpcf7-form-control-wrap {
position: relative;
}
span.wpcf7-not-valid-tip {
color: #f00;
font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip span.wpcf7-not-valid-tip {
position: absolute;
top: 20%;
left: 20%;
z-index: 100;
border: 1px solid #ff0000;
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: " ";
}
.wpcf7-display-none {
display: none;
}
div.wpcf7 .ajax-loader {
visibility: hidden;
display: inline-block;
background-image: url(//freesoftes.com/wp-content/plugins/contact-form-7/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;
}#cookie-law-info-bar { font-size: 12pt;
margin: 0 auto;
padding: 13px 10px;
position: absolute;
text-align: center;
box-sizing: border-box;
width:100%;
z-index: 9999;
box-shadow:rgba(0,0,0,.5) 0px 5px 50px;
display: none;
left:0px;
font-weight:300;
}
#cookie-law-info-again {
font-size: 10pt;
margin: 0;
padding:5px 10px;
text-align: center;
z-index: 9999;
cursor: pointer;
box-shadow: #161616 2px 2px 5px 2px;
}
#cookie-law-info-bar span {
vertical-align: middle;
} .cli-plugin-button, .cli-plugin-button:visited {
display: inline-block;
padding:10px 16px 10px;
color: #fff;
text-decoration: none;
position: relative;
cursor: pointer;
margin-left: 0px;
text-decoration: none;
}
.cli-plugin-main-link {
margin-left:0px;
font-weight: 550; text-decoration: underline;
}
.cli-plugin-button:hover {
background-color: #111;
color: #fff;
text-decoration: none;
}
.small.cli-plugin-button, .small.cli-plugin-button:visited {
font-size: 11px;
}
.cli-plugin-button, .cli-plugin-button:visited,
.medium.cli-plugin-button, .medium.cli-plugin-button:visited {
font-size: 14px;
font-weight: 500;
line-height: 1;
}
.large.cli-plugin-button, .large.cli-plugin-button:visited {
font-size: 14px;
padding: 8px 14px 9px;
}
.super.cli-plugin-button, .super.cli-plugin-button:visited {
font-size: 34px;
padding: 8px 14px 9px;
}
.pink.cli-plugin-button, .magenta.cli-plugin-button:visited {
background-color: #e22092;
}
.pink.cli-plugin-button:hover {
background-color: #c81e82;
}
.green.cli-plugin-button, .green.cli-plugin-button:visited {
background-color: #91bd09;
}
.green.cli-plugin-button:hover {
background-color: #749a02;
}
.red.cli-plugin-button, .red.cli-plugin-button:visited {
background-color: #e62727;
}
.red.cli-plugin-button:hover {
background-color: #cf2525;
}
.orange.cli-plugin-button, .orange.cli-plugin-button:visited {
background-color: #ff5c00;
}
.orange.cli-plugin-button:hover {
background-color: #d45500;
}
.blue.cli-plugin-button, .blue.cli-plugin-button:visited {
background-color: #2981e4;
}
.blue.cli-plugin-button:hover {
background-color: #2575cf;
}
.yellow.cli-plugin-button, .yellow.cli-plugin-button:visited {
background-color: #ffb515;
}
.yellow.cli-plugin-button:hover {
background-color: #fc9200;
}
.cli-plugin-button{ margin-top:5px; }
.cli-bar-popup{
-moz-background-clip: padding;
-webkit-background-clip: padding;
background-clip: padding-box;
border:20px solid rgba(0,0,0,0.5) !important;
-webkit-border-radius:30px;
-moz-border-radius:30px;
border-radius:30px;
padding:20px;
}.gdpr-container-fluid {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.gdpr-row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.gdpr-col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.gdpr-col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.gdpr-align-items-stretch {
-ms-flex-align: stretch!important;
align-items: stretch!important;
}
.gdpr-d-flex {
display: -ms-flexbox!important;
display: flex!important;
}
.gdpr-px-0 {
padding-left: 0;
padding-right: 0;
}
.modal-backdrop.show {
opacity: .8;
}
.modal-open {
overflow: hidden
}
.modal-open .gdpr-modal {
overflow-x: hidden;
overflow-y: auto
}
.gdpr-modal.fade .gdpr-modal-dialog {
transition: -webkit-transform .3s ease-out;
transition: transform .3s ease-out;
transition: transform .3s ease-out,-webkit-transform .3s ease-out;
-webkit-transform: translate(0,-25%);
transform: translate(0,-25%)
}
.gdpr-modal.show .gdpr-modal-dialog {
-webkit-transform: translate(0,0);
transform: translate(0,0)
}
.modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1039;
background-color: #000
}
.modal-backdrop.fade {
opacity: 0
}
.modal-backdrop.show {
opacity: .5
}
.gdpr-modal {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1050;
display: none;
overflow: hidden;
outline: 0
}
.gdpr-modal a {
text-decoration: none;
}
.gdpr-modal .gdpr-modal-dialog {
position: relative;
width: auto;
margin: .5rem;
pointer-events: none;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - (.5rem * 2))
}
@media (min-width: 576px) {
.gdpr-modal .gdpr-modal-dialog {
max-width:500px;
margin: 1.75rem auto;
min-height: calc(100% - (1.75rem * 2));		
}
}
@media (min-width: 992px) {
.gdpr-modal .gdpr-modal-dialog {
max-width: 900px;			
}
}
.gdpr-modal-content {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0,0,0,.2);
border-radius: .3rem;
outline: 0
}
.gdpr-modal .row {
margin: 0 -15px;
}
.gdpr-modal .modal-body {
padding: 0;
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.gdpr-modal .close {
position: absolute;
right: 10px;
top: 10px;
z-index: 1;
padding: 0;
background-color: transparent;
border: 0;
-webkit-appearance: none;
font-size: 1.5rem;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
}
.gdpr-modal .close:focus {
outline: 0;
}
.gdpr-switch {
display: inline-block;
position: relative;
min-height: 1px;
padding-left: 70px;
font-size: 14px;
}
.gdpr-switch input[type="checkbox"] {
display:none;
}
.gdpr-switch .gdpr-slider {
background-color: #e3e1e8;
height: 24px;
width: 50px;
bottom: 0;
cursor: pointer;
left: 0;
position: absolute;
right: 0;
top: 0;
transition: .4s;
}
.gdpr-switch .gdpr-slider:before {
background-color: #fff;
bottom: 2px;
content: "";
height: 20px;
left: 2px;
position: absolute;
transition: .4s;
width: 20px;
}
.gdpr-switch input:checked + .gdpr-slider {
background-color:rgb(99, 179, 95);
}
.gdpr-switch input:checked + .gdpr-slider:before {
transform: translateX(26px);
}
.gdpr-switch .gdpr-slider {
border-radius: 34px;
}
.gdpr-switch .gdpr-slider:before {
border-radius: 50%;
}
.gdpr-tab-content>.gdpr-tab-pane {
display: none;
}
.gdpr-tab-content>.active {
display: block;
}
.gdpr-fade {
transition: opacity .15s linear;
}
.gdpr-nav-pills {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
-ms-flex-direction: column !important;
flex-direction: column !important;
align-items: stretch !important;
-ms-align-items: stretch !important;
}
.nav.gdpr-nav-pills, .gdpr-tab-content {
width: 100%;
padding: 30px;
}
.nav.gdpr-nav-pills {
background: #f3f3f3;
}
.nav.gdpr-nav-pills .gdpr-nav-link {
border: 1px solid #0070ad;
margin-bottom: 10px;
color: #0070ad;
font-size: 14px;
display: block;
padding: .5rem 1rem;
border-radius: .25rem;
}
.nav.gdpr-nav-pills .gdpr-nav-link.active, .nav.gdpr-nav-pills .show>.gdpr-nav-link {
background-color: #0070ad;
border: 1px solid #0070ad;
}
.nav.gdpr-nav-pills .gdpr-nav-link.active {
color: #ffffff;
}
.gdpr-tab-content .gdpr-button-wrapper {
padding-top: 30px;
margin-top: 30px;
border-top: 1px solid #d6d6d6;
}
.gdpr-tab-content .gdpr-button-wrapper .btn-gdpr {
background-color: #0070ad;
border-color: #0070ad;
color: #ffffff;
font-size: 14px;
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: .375rem .75rem;
font-size: 1rem;
line-height: 1.5;
border-radius: .25rem;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.gdpr-tab-content p {
color: #343438;
font-size: 14px;
margin-top: 0;
}
.gdpr-tab-content h4 {
font-size: 20px;
margin-bottom: .5rem;
margin-top: 0;
font-family: inherit;
font-weight: 500;
line-height: 1.2;
color: inherit;
}
.cli-container-fluid {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.cli-row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.cli-col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.cli-col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.cli-align-items-stretch {
-ms-flex-align: stretch!important;
align-items: stretch!important;
}
.cli-d-flex {
display: -ms-flexbox!important;
display: flex!important;
}
.cli-px-0 {
padding-left: 0;
padding-right: 0;
}
.cli-btn {
cursor: pointer;
font-size: 14px;
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: .5rem 1.25rem;
line-height: 1;
border-radius: .25rem;
transition: all .15s ease-in-out;
}
.cli-btn:hover {
opacity: .8;
}
.cli-read-more-link {
cursor: pointer;
font-size: 15px;
font-weight: 500;
text-decoration: underline;
}
.cli-btn:focus {
outline: 0;
}
.cli-modal-backdrop.cli-show {
opacity: .8;
}
.cli-modal-open {
overflow: hidden
}
.cli-barmodal-open {
overflow: hidden
}
.cli-modal-open .cli-modal {
overflow-x: hidden;
overflow-y: auto
}
.cli-modal.cli-fade .cli-modal-dialog {
transition: -webkit-transform .3s ease-out;
transition: transform .3s ease-out;
transition: transform .3s ease-out,-webkit-transform .3s ease-out;
-webkit-transform: translate(0,-25%);
transform: translate(0,-25%)
}
.cli-modal.cli-show .cli-modal-dialog {
-webkit-transform: translate(0,0);
transform: translate(0,0)
}
.cli-modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000;
display: none;
}
.cli-modal-backdrop.cli-fade {
opacity: 0
}
.cli-modal-backdrop.cli-show {
opacity: .5;
display: block;
}
.cli-modal {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 99999;
display: none;
overflow: hidden;
outline: 0
}
.cli-modal.cli-show {
display: block;
}
.cli-modal a {
text-decoration: none;
}
.cli-modal .cli-modal-dialog {
position: relative;
width: auto;
margin: .5rem;
pointer-events: none;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - (.5rem * 2))
}
@media (min-width: 576px) {
.cli-modal .cli-modal-dialog {
max-width:500px;
margin: 1.75rem auto;
min-height: calc(100% - (1.75rem * 2))
}
}
@media (min-width: 992px) {
.cli-modal .cli-modal-dialog {
max-width: 900px;
}
}
.cli-modal-content {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0,0,0,.2);
border-radius: .3rem;
outline: 0
}
.cli-modal .row {
margin: 0 -15px;
}
.cli-modal .modal-body {
padding: 0;
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.cli-modal .cli-modal-close {
position: absolute;
right: 10px;
top: 10px;
z-index: 1;
padding: 0;
background-color: transparent;
border: 0;
-webkit-appearance: none;
font-size: 1.5rem;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
}
.cli-modal .cli-modal-close:focus {
outline: 0;
}
.cli-switch {
display: inline-block;
position: relative;
min-height: 1px;
padding-left: 70px;
font-size: 14px;
}
.cli-switch input[type="checkbox"] {
display:none;
}
.cli-switch .cli-slider {
background-color: #e3e1e8;
height: 24px;
width: 50px;
bottom: 0;
cursor: pointer;
left: 0;
position: absolute;
right: 0;
top: 0;
transition: .4s;
}
.cli-switch .cli-slider:before {
background-color: #fff;
bottom: 2px;
content: "";
height: 20px;
left: 2px;
position: absolute;
transition: .4s;
width: 20px;
}
.cli-switch input:checked + .cli-slider {
background-color: #00acad
}
.cli-switch input:checked + .cli-slider:before {
transform: translateX(26px);
}
.cli-switch .cli-slider {
border-radius: 34px;
}
.cli-switch .cli-slider:before {
border-radius: 50%;
}
.cli-tab-content {
background: #ffffff;
}
.cli-tab-content>.cli-tab-pane {
display: none;
}
.cli-tab-content>.cli-active {
display: block;
}
.cli-fade {
transition: opacity .15s linear;
}
.cli-nav-pills {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
-ms-flex-direction: column;
flex-direction: column;
}
.cli-nav-pills, .cli-tab-content {
width: 100%;
padding: 30px;
}
@media (max-width: 767px) {
.cli-nav-pills, .cli-tab-content {
padding: 30px 10px;
}
}
.cli-nav-pills {
background: #f3f3f3;
}
.cli-nav-pills .cli-nav-link {
border: 1px solid #00acad;
margin-bottom: 10px;
color: #00acad;
font-size: 14px;
display: block;
padding: .5rem 1rem;
border-radius: .25rem;
cursor: pointer
}
.cli-nav-pills .cli-nav-link.cli-active, .cli-nav-pills .cli-show>.cli-nav-link {
background-color: #00acad;
border: 1px solid #00acad;
}
.cli-nav-pills .cli-nav-link.cli-active {
color: #ffffff;
}
.cli-tab-content .cli-button-wrapper {
padding-top: 30px;
margin-top: 30px;
border-top: 1px solid #d6d6d6;
}
.cli-tab-content p {
color: #343438;
font-size: 14px;
margin-top: 0;
}
.cli-tab-content h4 {
font-size: 20px;
margin-bottom: 1.5rem;
margin-top: 0;
font-family: inherit;
font-weight: 500;
line-height: 1.2;
color: inherit;
}.wpp-btn-blue-large{display:inline-block;border:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0;background:#009cde;font-family:"Lucida Sans Unicode","Lucida Grande",sans-serif,Arial;color:#fff;cursor:pointer;text-align:center;text-decoration:none;text-shadow:none;text-transform:none;white-space:nowrap;-webkit-font-smoothing:antialiased;padding:10px 16px;font-size:24px;font-weight:300;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.wpp-btn-blue-large:hover{color:#fff;background:#0285d2}.wpp-btn-blue-large:focus{outline:0}.wpp-btn-blue-medium{display:inline-block;border:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0;background:#009cde;font-family:"Lucida Sans Unicode","Lucida Grande",sans-serif,Arial;color:#fff;cursor:pointer;text-align:center;text-decoration:none;text-shadow:none;text-transform:none;white-space:nowrap;-webkit-font-smoothing:antialiased;padding:6px 12px;font-size:14px;font-weight:normal;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.wpp-btn-blue-medium:hover{color:#fff;background:#0285d2}.wpp-btn-blue-medium:focus{outline:0}.wpp-btn-blue-small{display:inline-block;border:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0;background:#009cde;font-family:"Lucida Sans Unicode","Lucida Grande",sans-serif,Arial;color:#fff;cursor:pointer;text-align:center;text-decoration:none;text-shadow:none;text-transform:none;white-space:nowrap;-webkit-font-smoothing:antialiased;padding:5px 10px;font-size:12px;font-weight:normal;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.wpp-btn-blue-small:hover{color:#fff;background:#0285d2}.wpp-btn-blue-small:focus{outline:0}.wpp-btn-blueborder-large{display:inline-block;border:2px solid #009cde;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0;background:transparent;font-family:"Lucida Sans Unicode","Lucida Grande",sans-serif,Arial;color:#009cde;cursor:pointer;text-align:center;text-decoration:none;text-shadow:none;text-transform:none;vertical-align:baseline;white-space:nowrap;-webkit-font-smoothing:antialiased;padding:10px 16px;font-size:24px;font-weight:300;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.wpp-btn-blueborder-large:hover{color:#fff;background:#009cde}.wpp-btn-blueborder-large:focus{outline:0}.wpp-btn-blueborder-medium{display:inline-block;border:2px solid #009cde;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0;background:transparent;font-family:"Lucida Sans Unicode","Lucida Grande",sans-serif,Arial;color:#009cde;cursor:pointer;text-align:center;text-decoration:none;text-shadow:none;text-transform:none;vertical-align:baseline;white-space:nowrap;-webkit-font-smoothing:antialiased;padding:6px 12px;font-size:14px;font-weight:normal;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.wpp-btn-blueborder-medium:hover{color:#fff;background:#009cde}.wpp-btn-blueborder-medium:focus{outline:0}.wpp-btn-blueborder-small{display:inline-block;border:2px solid #009cde;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0;background:transparent;font-family:"Lucida Sans Unicode","Lucida Grande",sans-serif,Arial;color:#009cde;cursor:pointer;text-align:center;text-decoration:none;text-shadow:none;text-transform:none;vertical-align:baseline;white-space:nowrap;-webkit-font-smoothing:antialiased;padding:5px 10px;font-size:12px;font-weight:normal;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.wpp-btn-blueborder-small:hover{color:#fff;background:#009cde}.wpp-btn-blueborder-small:focus{outline:0}.wpp-btn-orange-large{display:inline-block;border:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0;background:#f7a020;font-family:"Lucida Sans Unicode","Lucida Grande",sans-serif,Arial;color:#fff;cursor:pointer;text-align:center;text-decoration:none;text-shadow:none;text-transform:none;white-space:nowrap;-webkit-font-smoothing:antialiased;padding:10px 16px;font-size:24px;font-weight:300;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.wpp-btn-orange-large:hover{color:#fff;background:#ffc030}.wpp-btn-orange-large:focus{outline:0}.wpp-btn-orange-medium{display:inline-block;border:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0;background:#f7a020;font-family:"Lucida Sans Unicode","Lucida Grande",sans-serif,Arial;color:#fff;cursor:pointer;text-align:center;text-decoration:none;text-shadow:none;text-transform:none;white-space:nowrap;-webkit-font-smoothing:antialiased;padding:6px 12px;font-size:14px;font-weight:normal;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.wpp-btn-orange-medium:hover{color:#fff;background:#ffc030}.wpp-btn-orange-medium:focus{outline:0}.wpp-btn-orange-small{display:inline-block;border:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0;background:#f7a020;font-family:"Lucida Sans Unicode","Lucida Grande",sans-serif,Arial;color:#fff;cursor:pointer;text-align:center;text-decoration:none;text-shadow:none;text-transform:none;white-space:nowrap;-webkit-font-smoothing:antialiased;padding:5px 10px;font-size:12px;font-weight:normal;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.wpp-btn-orange-small:hover{color:#fff;background:#ffc030}.wpp-btn-orange-small:focus{outline:0}.wpp-btn-orangeborder-large{display:inline-block;border:2px solid #f7a020;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0;background:transparent;font-family:"Lucida Sans Unicode","Lucida Grande",sans-serif,Arial;color:#f7a020;cursor:pointer;text-align:center;text-decoration:none;text-shadow:none;text-transform:none;vertical-align:baseline;white-space:nowrap;-webkit-font-smoothing:antialiased;padding:10px 16px;font-size:24px;font-weight:300;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.wpp-btn-orangeborder-large:hover{color:#fff;background:#f7a020}.wpp-btn-orangeborder-large:focus{outline:0}.wpp-btn-orangeborder-medium{display:inline-block;border:2px solid #f7a020;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0;background:transparent;font-family:"Lucida Sans Unicode","Lucida Grande",sans-serif,Arial;color:#f7a020;cursor:pointer;text-align:center;text-decoration:none;text-shadow:none;text-transform:none;vertical-align:baseline;white-space:nowrap;-webkit-font-smoothing:antialiased;padding:6px 12px;font-size:14px;font-weight:normal;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.wpp-btn-orangeborder-medium:hover{color:#fff;background:#f7a020}.wpp-btn-orangeborder-medium:focus{outline:0}.wpp-btn-orangeborder-small{display:inline-block;border:2px solid #f7a020;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0;background:transparent;font-family:"Lucida Sans Unicode","Lucida Grande",sans-serif,Arial;color:#f7a020;cursor:pointer;text-align:center;text-decoration:none;text-shadow:none;text-transform:none;vertical-align:baseline;white-space:nowrap;-webkit-font-smoothing:antialiased;padding:5px 10px;font-size:12px;font-weight:normal;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.wpp-btn-orangeborder-small:hover{color:#fff;background:#f7a020}.wpp-btn-orangeborder-small:focus{outline:0}.wpp-btn-white-large{display:inline-block;border:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0;background:#fff;font-family:"Lucida Sans Unicode","Lucida Grande",sans-serif,Arial;color:#444;cursor:pointer;text-align:center;text-decoration:none;text-shadow:none;text-transform:none;white-space:nowrap;-webkit-font-smoothing:antialiased;padding:10px 16px;font-size:24px;font-weight:300;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.wpp-btn-white-large:hover{color:#fff;background:#444}.wpp-btn-white-large:focus{outline:0}.wpp-btn-white-medium{display:inline-block;border:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0;background:#fff;font-family:"Lucida Sans Unicode","Lucida Grande",sans-serif,Arial;color:#444;cursor:pointer;text-align:center;text-decoration:none;text-shadow:none;text-transform:none;white-space:nowrap;-webkit-font-smoothing:antialiased;padding:6px 12px;font-size:14px;font-weight:normal;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.wpp-btn-white-medium:hover{color:#fff;background:#444}.wpp-btn-white-medium:focus{outline:0}.wpp-btn-white-small{display:inline-block;border:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0;background:#fff;font-family:"Lucida Sans Unicode","Lucida Grande",sans-serif,Arial;color:#444;cursor:pointer;text-align:center;text-decoration:none;text-shadow:none;text-transform:none;white-space:nowrap;-webkit-font-smoothing:antialiased;padding:5px 10px;font-size:12px;font-weight:normal;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.wpp-btn-white-small:hover{color:#fff;background:#444}.wpp-btn-white-small:focus{outline:0}.wpp-btn-whiteborder-large{display:inline-block;border:2px solid #fff;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0;background:transparent;font-family:"Lucida Sans Unicode","Lucida Grande",sans-serif,Arial;color:#fff;cursor:pointer;text-align:center;text-decoration:none;text-shadow:none;text-transform:none;vertical-align:baseline;white-space:nowrap;-webkit-font-smoothing:antialiased;padding:10px 16px;font-size:24px;font-weight:300;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.wpp-btn-whiteborder-large:hover{color:#444;background:#fff}.wpp-btn-whiteborder-large:focus{outline:0}.wpp-btn-whiteborder-medium{display:inline-block;border:2px solid #fff;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0;background:transparent;font-family:"Lucida Sans Unicode","Lucida Grande",sans-serif,Arial;color:#fff;cursor:pointer;text-align:center;text-decoration:none;text-shadow:none;text-transform:none;vertical-align:baseline;white-space:nowrap;-webkit-font-smoothing:antialiased;padding:6px 12px;font-size:14px;font-weight:normal;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.wpp-btn-whiteborder-medium:hover{color:#444;background:#fff}.wpp-btn-whiteborder-medium:focus{outline:0}.wpp-btn-whiteborder-small{display:inline-block;border:2px solid #fff;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0;background:transparent;font-family:"Lucida Sans Unicode","Lucida Grande",sans-serif,Arial;color:#fff;cursor:pointer;text-align:center;text-decoration:none;text-shadow:none;text-transform:none;vertical-align:baseline;white-space:nowrap;-webkit-font-smoothing:antialiased;padding:5px 10px;font-size:12px;font-weight:normal;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.wpp-btn-whiteborder-small:hover{color:#444;background:#fff}.wpp-btn-whiteborder-small:focus{outline:0}.wpp-btn-navy-large{display:inline-block;border:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0;background:#345;font-family:"Lucida Sans Unicode","Lucida Grande",sans-serif,Arial;color:#fff;cursor:pointer;text-align:center;text-decoration:none;text-shadow:none;text-transform:none;white-space:nowrap;-webkit-font-smoothing:antialiased;padding:10px 16px;font-size:24px;font-weight:300;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.wpp-btn-navy-large:hover{color:#fff;background:#456}.wpp-btn-navy-large:focus{outline:0}.wpp-btn-navy-medium{display:inline-block;border:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0;background:#345;font-family:"Lucida Sans Unicode","Lucida Grande",sans-serif,Arial;color:#fff;cursor:pointer;text-align:center;text-decoration:none;text-shadow:none;text-transform:none;white-space:nowrap;-webkit-font-smoothing:antialiased;padding:6px 12px;font-size:14px;font-weight:normal;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.wpp-btn-navy-medium:hover{color:#fff;background:#456}.wpp-btn-navy-medium:focus{outline:0}.wpp-btn-navy-small{display:inline-block;border:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0;background:#345;font-family:"Lucida Sans Unicode","Lucida Grande",sans-serif,Arial;color:#fff;cursor:pointer;text-align:center;text-decoration:none;text-shadow:none;text-transform:none;white-space:nowrap;-webkit-font-smoothing:antialiased;padding:5px 10px;font-size:12px;font-weight:normal;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.wpp-btn-navy-small:hover{color:#fff;background:#456}.wpp-btn-navy-small:focus{outline:0}.wpp-btn-navyborder-large{display:inline-block;border:2px solid #456;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0;background:transparent;font-family:"Lucida Sans Unicode","Lucida Grande",sans-serif,Arial;color:#456;cursor:pointer;text-align:center;text-decoration:none;text-shadow:none;text-transform:none;vertical-align:baseline;white-space:nowrap;-webkit-font-smoothing:antialiased;padding:10px 16px;font-size:24px;font-weight:300;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.wpp-btn-navyborder-large:hover{color:#fff;background:#456}.wpp-btn-navyborder-large:focus{outline:0}.wpp-btn-navyborder-medium{display:inline-block;border:2px solid #456;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0;background:transparent;font-family:"Lucida Sans Unicode","Lucida Grande",sans-serif,Arial;color:#456;cursor:pointer;text-align:center;text-decoration:none;text-shadow:none;text-transform:none;vertical-align:baseline;white-space:nowrap;-webkit-font-smoothing:antialiased;padding:6px 12px;font-size:14px;font-weight:normal;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.wpp-btn-navyborder-medium:hover{color:#fff;background:#456}.wpp-btn-navyborder-medium:focus{outline:0}.wpp-btn-navyborder-small{display:inline-block;border:2px solid #456;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0;background:transparent;font-family:"Lucida Sans Unicode","Lucida Grande",sans-serif,Arial;color:#456;cursor:pointer;text-align:center;text-decoration:none;text-shadow:none;text-transform:none;vertical-align:baseline;white-space:nowrap;-webkit-font-smoothing:antialiased;padding:5px 10px;font-size:12px;font-weight:normal;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.wpp-btn-navyborder-small:hover{color:#fff;background:#456}.wpp-btn-navyborder-small:focus{outline:0}.wpp-btn-grey-large{display:inline-block;border:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0;background:#666;font-family:"Lucida Sans Unicode","Lucida Grande",sans-serif,Arial;color:#fff;cursor:pointer;text-align:center;text-decoration:none;text-shadow:none;text-transform:none;white-space:nowrap;-webkit-font-smoothing:antialiased;padding:10px 16px;font-size:24px;font-weight:300;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.wpp-btn-grey-large:hover{color:#fff;background:#555}.wpp-btn-grey-large:focus{outline:0}.wpp-btn-grey-medium{display:inline-block;border:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0;background:#666;font-family:"Lucida Sans Unicode","Lucida Grande",sans-serif,Arial;color:#fff;cursor:pointer;text-align:center;text-decoration:none;text-shadow:none;text-transform:none;white-space:nowrap;-webkit-font-smoothing:antialiased;padding:6px 12px;font-size:14px;font-weight:normal;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.wpp-btn-grey-medium:hover{color:#fff;background:#555}.wpp-btn-grey-medium:focus{outline:0}.wpp-btn-grey-small{display:inline-block;border:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0;background:#666;font-family:"Lucida Sans Unicode","Lucida Grande",sans-serif,Arial;color:#fff;cursor:pointer;text-align:center;text-decoration:none;text-shadow:none;text-transform:none;white-space:nowrap;-webkit-font-smoothing:antialiased;padding:5px 10px;font-size:12px;font-weight:normal;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.wpp-btn-grey-small:hover{color:#fff;background:#555}.wpp-btn-grey-small:focus{outline:0}.wpp-btn-greyborder-large{display:inline-block;border:2px solid #555;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0;background:transparent;font-family:"Lucida Sans Unicode","Lucida Grande",sans-serif,Arial;color:#555;cursor:pointer;text-align:center;text-decoration:none;text-shadow:none;text-transform:none;vertical-align:baseline;white-space:nowrap;-webkit-font-smoothing:antialiased;padding:10px 16px;font-size:24px;font-weight:300;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.wpp-btn-greyborder-large:hover{color:#fff;background:#555}.wpp-btn-greyborder-large:focus{outline:0}.wpp-btn-greyborder-medium{display:inline-block;border:2px solid #555;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0;background:transparent;font-family:"Lucida Sans Unicode","Lucida Grande",sans-serif,Arial;color:#555;cursor:pointer;text-align:center;text-decoration:none;text-shadow:none;text-transform:none;vertical-align:baseline;white-space:nowrap;-webkit-font-smoothing:antialiased;padding:6px 12px;font-size:14px;font-weight:normal;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.wpp-btn-greyborder-medium:hover{color:#fff;background:#555}.wpp-btn-greyborder-medium:focus{outline:0}.wpp-btn-greyborder-small{display:inline-block;border:2px solid #555;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0;background:transparent;font-family:"Lucida Sans Unicode","Lucida Grande",sans-serif,Arial;color:#555;cursor:pointer;text-align:center;text-decoration:none;text-shadow:none;text-transform:none;vertical-align:baseline;white-space:nowrap;-webkit-font-smoothing:antialiased;padding:5px 10px;font-size:12px;font-weight:normal;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.wpp-btn-greyborder-small:hover{color:#fff;background:#555}.wpp-btn-greyborder-small:focus{outline:0}@font-face{font-family:'FiraSans';src:url(//freesoftes.com/wp-content/themes/freesoft/fonts/FiraSans-Regular-webfont.eot);src:url(//freesoftes.com/wp-content/themes/freesoft/fonts/FiraSans-Regular-webfont.eot?#iefix) format('embedded-opentype'),
url(//freesoftes.com/wp-content/themes/freesoft/fonts/FiraSans-Regular-webfont.woff) format('woff'),
url(//freesoftes.com/wp-content/themes/freesoft/fonts/FiraSans-Regular-webfont.ttf) format('truetype'),
url(//freesoftes.com/wp-content/themes/freesoft/fonts/FiraSans-Regular-webfont.svg#firasans_regular) format('svg');font-weight:normal;font-style:normal;}
@font-face{font-family:'Droid Sans';src:url(//freesoftes.com/wp-content/themes/freesoft/fonts/DroidSans-webfont.eot);src:url(//freesoftes.com/wp-content/themes/freesoft/fonts/DroidSans-webfont.eot?#iefix) format('embedded-opentype'),
url(//freesoftes.com/wp-content/themes/freesoft/fonts/DroidSans-webfont.woff) format('woff'),
url(//freesoftes.com/wp-content/themes/freesoft/fonts/DroidSans-webfont.ttf) format('truetype'),
url(//freesoftes.com/wp-content/themes/freesoft/fonts/DroidSans-webfont.svg#droid_sansregular) format('svg');font-weight:normal;font-style:normal;}
@font-face{font-family:'Ubuntu Light';src:url(//freesoftes.com/wp-content/themes/freesoft/fonts/ubuntu-light-webfont.eot);src:url(//freesoftes.com/wp-content/themes/freesoft/fonts/ubuntu-light-webfont.eot?#iefix) format('embedded-opentype'),
url(//freesoftes.com/wp-content/themes/freesoft/fonts/ubuntu-light-webfont.woff) format('woff'),
url(//freesoftes.com/wp-content/themes/freesoft/fonts/ubuntu-light-webfont.ttf) format('truetype'),
url(//freesoftes.com/wp-content/themes/freesoft/fonts/ubuntu-light-webfont.svg#ubuntulight) format('svg');font-weight:normal;font-style:normal;}
@font-face{font-family:'Ubuntu';src:url(//freesoftes.com/wp-content/themes/freesoft/fonts/ubuntu-regular-webfont.eot);src:url(//freesoftes.com/wp-content/themes/freesoft/fonts/ubuntu-regular-webfont.eot?#iefix) format('embedded-opentype'),
url(//freesoftes.com/wp-content/themes/freesoft/fonts/ubuntu-regular-webfont.woff) format('woff'),
url(//freesoftes.com/wp-content/themes/freesoft/fonts/ubuntu-regular-webfont.ttf) format('truetype'),
url(//freesoftes.com/wp-content/themes/freesoft/fonts/ubuntu-regular-webfont.svg#ubunturegular) format('svg');font-weight:normal;font-style:normal;}
@font-face{font-family:'Open Sans';src:url(//freesoftes.com/wp-content/themes/freesoft/fonts/OpenSans-Regular-webfont.eot);src:url(//freesoftes.com/wp-content/themes/freesoft/fonts/OpenSans-Regular-webfont.eot?#iefix) format('embedded-opentype'),
url(//freesoftes.com/wp-content/themes/freesoft/fonts/OpenSans-Regular-webfont.woff) format('woff'),
url(//freesoftes.com/wp-content/themes/freesoft/fonts/OpenSans-Regular-webfont.ttf) format('truetype'),
url(//freesoftes.com/wp-content/themes/freesoft/fonts/OpenSans-Regular-webfont.svg#OpenSansRegular) format('svg');font-weight:normal;font-style:normal;}
@font-face{font-family:'Open Sans Light';src:url(//freesoftes.com/wp-content/themes/freesoft/fonts/OpenSans-Light-webfont.eot);src:url(//freesoftes.com/wp-content/themes/freesoft/fonts/OpenSans-Light-webfont.eot?#iefix) format('embedded-opentype'),
url(//freesoftes.com/wp-content/themes/freesoft/fonts/OpenSans-Light-webfont.woff) format('woff'),
url(//freesoftes.com/wp-content/themes/freesoft/fonts/OpenSans-Light-webfont.ttf) format('truetype'),
url(//freesoftes.com/wp-content/themes/freesoft/fonts/OpenSans-Light-webfont.svg#OpenSansLight) format('svg');font-weight:normal;font-style:normal;}
@font-face{font-family:'Bebas Neue';src:url(//freesoftes.com/wp-content/themes/freesoft/fonts/BebasNeue-webfont.eot);src:url(//freesoftes.com/wp-content/themes/freesoft/fonts/BebasNeue-webfont.eot?#iefix) format('embedded-opentype'),
url(//freesoftes.com/wp-content/themes/freesoft/fonts/BebasNeue-webfont.woff) format('woff'),
url(//freesoftes.com/wp-content/themes/freesoft/fonts/BebasNeue-webfont.ttf) format('truetype'),
url(//freesoftes.com/wp-content/themes/freesoft/fonts/BebasNeue-webfont.svg#BebasNeueRegular) format('svg');font-weight:normal;font-style:normal;}
@font-face{font-family:'Yanone Kaffeesatz Regular';src:url(//freesoftes.com/wp-content/themes/freesoft/fonts/yanonekaffeesatz-regular-webfont.eot);src:url(//freesoftes.com/wp-content/themes/freesoft/fonts/yanonekaffeesatz-regular-webfont.eot?#iefix) format('embedded-opentype'),
url(//freesoftes.com/wp-content/themes/freesoft/fonts/yanonekaffeesatz-regular-webfont.woff) format('woff'),
url(//freesoftes.com/wp-content/themes/freesoft/fonts/yanonekaffeesatz-regular-webfont.ttf) format('truetype'),
url(//freesoftes.com/wp-content/themes/freesoft/fonts/yanonekaffeesatz-regular-webfont.svg#yanone_kaffeesatzregular) format('svg');font-weight:normal;font-style:normal;}
@font-face{font-family:'Yanone Kaffeesatz Light';src:url(//freesoftes.com/wp-content/themes/freesoft/fonts/yanonekaffeesatz-light-webfont.eot);src:url(//freesoftes.com/wp-content/themes/freesoft/fonts/yanonekaffeesatz-light-webfont.eot?#iefix) format('embedded-opentype'),
url(//freesoftes.com/wp-content/themes/freesoft/fonts/yanonekaffeesatz-light-webfont.woff) format('woff'),
url(//freesoftes.com/wp-content/themes/freesoft/fonts/yanonekaffeesatz-light-webfont.ttf) format('truetype'),
url(//freesoftes.com/wp-content/themes/freesoft/fonts/yanonekaffeesatz-light-webfont.svg#yanone_kaffeesatzlight) format('svg');font-weight:normal;font-style:normal;}
@font-face{font-family:'Oswald Light';src:url(//freesoftes.com/wp-content/themes/freesoft/fonts/Oswald-Light-webfont.eot);src:url(//freesoftes.com/wp-content/themes/freesoft/fonts/Oswald-Light-webfont.eot?#iefix) format('embedded-opentype'),
url(//freesoftes.com/wp-content/themes/freesoft/fonts/Oswald-Light-webfont.woff) format('woff'),
url(//freesoftes.com/wp-content/themes/freesoft/fonts/Oswald-Light-webfont.ttf) format('truetype'),
url(//freesoftes.com/wp-content/themes/freesoft/fonts/Oswald-Light-webfont.svg#OswaldLight) format('svg');font-weight:normal;font-style:normal;}
@font-face{font-family:'Oswald';src:url(//freesoftes.com/wp-content/themes/freesoft/fonts/Oswald-Regular-webfont.eot);src:url(//freesoftes.com/wp-content/themes/freesoft/fonts/Oswald-Regular-webfont.eot?#iefix) format('embedded-opentype'),
url(//freesoftes.com/wp-content/themes/freesoft/fonts/Oswald-Regular-webfont.woff) format('woff'),
url(//freesoftes.com/wp-content/themes/freesoft/fonts/Oswald-Regular-webfont.ttf) format('truetype'),
url(//freesoftes.com/wp-content/themes/freesoft/fonts/Oswald-Regular-webfont.svg#OswaldBook) format('svg');font-weight:normal;font-style:normal;}
@font-face{font-family:'Neris-Black';src:url(//freesoftes.com/wp-content/themes/freesoft/fonts/Neris-Black.eot);src:url(//freesoftes.com/wp-content/themes/freesoft/fonts/Neris-Black.eot?#iefix) format('embedded-opentype'),
url(//freesoftes.com/wp-content/themes/freesoft/fonts/Neris-Black.woff) format('woff'),
url(//freesoftes.com/wp-content/themes/freesoft/fonts/Neris-Black.ttf) format('truetype'),
url(//freesoftes.com/wp-content/themes/freesoft/fonts/Neris-Black.svg#Neris-Black) format('svg');font-weight:normal;font-style:normal;}
@font-face{font-family:'Neris-Black';src:url(//freesoftes.com/wp-content/themes/freesoft/fonts/Neris-BlackItalic.eot);src:url(//freesoftes.com/wp-content/themes/freesoft/fonts/Neris-BlackItalic.eot?#iefix) format('embedded-opentype'),
url(//freesoftes.com/wp-content/themes/freesoft/fonts/Neris-BlackItalic.woff) format('woff'),
url(//freesoftes.com/wp-content/themes/freesoft/fonts/Neris-BlackItalic.ttf) format('truetype'),
url(//freesoftes.com/wp-content/themes/freesoft/fonts/Neris-BlackItalic.svg#Neris-Black) format('svg');font-weight:normal;font-style:italic;}
@font-face{font-family:'Neris-Light';src:url(//freesoftes.com/wp-content/themes/freesoft/fonts/Neris-Light.eot);src:url(//freesoftes.com/wp-content/themes/freesoft/fonts/Neris-Light.eot?#iefix) format('embedded-opentype'),
url(//freesoftes.com/wp-content/themes/freesoft/fonts/Neris-Light.woff) format('woff'),
url(//freesoftes.com/wp-content/themes/freesoft/fonts/Neris-Light.ttf) format('truetype'),
url(//freesoftes.com/wp-content/themes/freesoft/fonts/Neris-Light.svg#Neris-Light) format('svg');font-weight:normal;font-style:normal;}
@font-face{font-family:'Neris-Light';src:url(//freesoftes.com/wp-content/themes/freesoft/fonts/Neris-LightItalic.eot);src:url(//freesoftes.com/wp-content/themes/freesoft/fonts/Neris-LightItalic.eot?#iefix) format('embedded-opentype'),
url(//freesoftes.com/wp-content/themes/freesoft/fonts/Neris-LightItalic.woff) format('woff'),
url(//freesoftes.com/wp-content/themes/freesoft/fonts/Neris-LightItalic.ttf) format('truetype'),
url(//freesoftes.com/wp-content/themes/freesoft/fonts/Neris-LightItalic.svg#Neris-Light) format('svg');font-weight:normal;font-style:italic;}
@font-face{font-family:'Neris-SemiBold';src:url(//freesoftes.com/wp-content/themes/freesoft/fonts/Neris-SemiBold.eot);src:url(//freesoftes.com/wp-content/themes/freesoft/fonts/Neris-SemiBold.eot?#iefix) format('embedded-opentype'),
url(//freesoftes.com/wp-content/themes/freesoft/fonts/Neris-SemiBold.woff) format('woff'),
url(//freesoftes.com/wp-content/themes/freesoft/fonts/Neris-SemiBold.ttf) format('truetype'),
url(//freesoftes.com/wp-content/themes/freesoft/fonts/Neris-SemiBold.svg#Neris-SemiBold) format('svg');font-weight:normal;font-style:normal;}
@font-face{font-family:'elusive';src:url(//freesoftes.com/wp-content/themes/freesoft/fonts/elusive.eot);src:url(//freesoftes.com/wp-content/themes/freesoft/fonts/elusive.eot?#iefix) format('embedded-opentype'),
url(//freesoftes.com/wp-content/themes/freesoft/fonts/elusive.woff) format('woff'),
url(//freesoftes.com/wp-content/themes/freesoft/fonts/elusive.ttf) format('truetype'),
url(//freesoftes.com/wp-content/themes/freesoft/fonts/elusive.svg?#elusive) format('svg');font-weight:normal;font-style:normal;}
[class^="icon-"]:before, [class*=" icon-"]:before{font-family:"elusive";font-style:normal;font-weight:normal;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:inherit;margin-left:.2em;cursor:inherit;font-size:inherit;}
.icon-author:before{content:'\e801';}
.icon-category:before{content:'\e805';}
.icon-category2:before{content:'\e817';}
.icon-folder-close:before{content:'\e81c';}
.icon-folder-open:before{content:'\e81d';}
.icon-tag:before{content:'\e802';}
.icon-bookmark:before{content:'\e810';}
.icon-edit:before{content:'\e804';}
.icon-comment:before{content:'\e800';}
.icon-comments:before{content:'\e815';}
.icon-replies{float:left;margin-right:5px;}
.icon-replies:before{content:'\e815';font-size:26px;}
.icon-date:before{content:'\e82b';}
.icon-time:before{content:'\e80d';}
.icon-forward:before{content:'\e81b';-webkit-transform:rotate(180deg) scale(-1, 1);-ms-transform:rotate(180deg) scale(-1, 1);transform:rotate(180deg) scale(-1, 1);margin-left:5px;font-size:10px;-moz-transition:.2s margin ease;-o-transition:.2s margin ease;-webkit-transition:.2s margin ease;transition:.2s margin ease;}
.icon-reply:before{content:'\e81b';transform:rotate(180deg);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);margin-right:5px;font-size:10px;-moz-transition:.2s margin ease;-o-transition:.2s margin ease;-webkit-transition:.2s margin ease;transition:.2s margin ease;}
.icon-metas:before{font-size:11px;cursor:pointer;margin-right:5px;color:#555;}
.icon-comments:before{font-size:12px;}
.icon-time:before,.icon-folder-close:before, .icon-folder-open:before{font-size:11px;}
.icon-edit:before{margin-right:1px;}
.icon-status:before{content:'\e81a';}
.icon-aside:before{content:'\e82a';}
.icon-link:before{content:'\e818';}
.icon-audio:before{content:'\e823';}
.icon-video:before{content:'\e829';}
.icon-image:before{content:'\e824';}
.icon-gallery:before{content:'\e825';}
.icon-quote:before{content:'\e80f';}
.icon-search:before{content:'\e816';}
.icon-down-dir:before{content:'\e803';}
.icon-right-dir:before{content:'\e806';}
.icon-angle-left:before{content:'\e807';}
.icon-angle-right:before{content:'\e808';}
.icon-angle-up:before{content:'\e809';}
.icon-angle-down:before{content:'\e80a';}
.icon-minus:before{content:'\e80b';}
.icon-left-open:before{content:'\e80c';}
.icon-up:before{content:'\e80e';}
.icon-left-dir:before{content:'\e811';}
.icon-up-open:before{content:'\e812';}
.icon-ok:before{content:'\e813';}
.icon-cancel:before{content:'\e814';}
.icon-up-dir:before{content:'\e819';}
.icon-right-open:before{content:'\e81e';}
.icon-home:before{content:'\e81f';}
.icon-menu:before{content:'\e820';}
.icon-plus:before{content:'\e821';}
.icon-down-open:before{content:'\e822';}
.icon-down:before{content:'\e826';}
.icon-left:before{content:'\e827';}
.icon-right:before{content:'\e828';}
.icon-star-empty:before{content:'\e82c';}
.icon-star:before{content:'\e82d';}
.icon-mail:before{content:'\e82e';}
.icon-home-1:before{content:'\e82f';}
.icon-attach:before{content:'\e830';}
.icon-eye:before{content:'\e831';}
.icon-eye-off:before{content:'\e832';}
.icon-tags:before{content:'\e833';}
.icon-flag:before{content:'\e834';}
.icon-warning:before{content:'\e835';}
.icon-location:before{content:'\e836';}
.icon-trash:before{content:'\e837';}
.icon-doc:before{content:'\e838';}
.icon-phone:before{content:'\e839';}
.icon-cog:before{content:'\e83a';}
.icon-basket:before{content:'\e83b';}
.icon-basket-circled:before{content:'\e83c';}
.icon-wrench:before{content:'\e83d';}
.icon-wrench-circled:before{content:'\e83e';}
.icon-mic:before{content:'\e83f';}
.icon-volume:before{content:'\e840';}
.icon-volume-down:before{content:'\e841';}
.icon-volume-off:before{content:'\e842';}
.icon-headphones:before{content:'\e843';}
.icon-lightbulb:before{content:'\e844';}
.icon-resize-full:before{content:'\e845';}
.icon-resize-full-alt:before{content:'\e846';}
.icon-resize-small:before{content:'\e847';}
.icon-resize-vertical:before{content:'\e848';}
.icon-resize-horizontal:before{content:'\e849';}
.icon-move:before{content:'\e84a';}
.icon-zoom-in:before{content:'\e84b';}
.icon-zoom-out:before{content:'\e84c';}
.icon-arrows-cw:before{content:'\e84d';}
.icon-desktop:before{content:'\e84e';}
.icon-inbox:before{content:'\e84f';}
.icon-cloud:before{content:'\e850';}
.icon-book:before{content:'\e851';}
.icon-certificate:before{content:'\e852';}
.icon-tasks:before{content:'\e853';}
.icon-thumbs-up:before{content:'\e854';}
.icon-thumbs-down:before{content:'\e855';}
.icon-help-circled:before{content:'\e856';}
.icon-star-circled:before{content:'\e857';}
.icon-bell:before{content:'\e858';}
.icon-rss:before{content:'\e859';}
.icon-trash-circled:before{content:'\e85a';}
.icon-cogs:before{content:'\e85b';}
.icon-cog-circled:before{content:'\e85c';}
.icon-calendar-circled:before{content:'\e85d';}
.icon-mic-circled:before{content:'\e85e';}
.icon-volume-up:before{content:'\e85f';}
.icon-print:before{content:'\e860';}
.icon-edit-alt:before{content:'\e861';}
.icon-edit-2:before{content:'\e862';}
.icon-block:before{content:'\e863';}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%;}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section{display:block;}
body{line-height:1;}
ol, ul{list-style:none;}
blockquote, q{}
table{border-collapse:collapse;border-spacing:0;}
h1, h2, h3, h4, h5, h6{clear:both;font-weight:normal;}
#content h1,#content h2,#content h3,#content h4,#content h5,#content h6{clear:none;}
#content .entry-content h1{font-size:32px;}
#content .entry-content h2{font-size:28px;}
#content .entry-content h3{font-size:24px;}
#content .entry-content h4{font-size:20px;}
#content .entry-content h5{font-size:16px;}
#content .entry-content h6{font-size:12px;}
ol, ul{list-style:none;}
.entry-content blockquote{}
.entry-content blockquote:before{}
del{text-decoration:line-through;}
table{border-collapse:collapse;border-spacing:0;}
a img{border:none;}
#container{float:none;margin:0;width:100%;}
#content{margin-bottom:0px;}
.sidey{display:block;float:left;}
#footer{clear:both;width:100%;}
pre{font-family:"Courier 10 Pitch", Courier, monospace;}
code{font-family:Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace !important;}
.entry-content pre{border-bottom:1px solid transparent;}
.entry-content code{border:1px solid transparent;border-bottom:3px solid transparent;clear:both;display:block;float:none;margin:0 auto;overflow:auto;padding:10px !important;text-indent:0;white-space:nowrap;}
div.menu,
#colophon,
#branding,
#main,
#header{margin:0 auto;}
#branding{display:block;float:left;clear:both;height:75px;padding:0;position:relative;overflow:hidden;width:100%;}
a#logo{display:inline;height:100%;}
#linky{background-image:url(data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==);display:block;width:100%;height:100%;}
#footer-widget-area{overflow:hidden;}
.footerfour .widget-area{float:left;margin-right:2%;width:23.5%;}
.footerthree .widget-area{float:left;margin-right:2%;width:32%;}
.footertwo .widget-area{float:left;margin-right:2%;width:49%;}
.footerone .widget-area{float:left;width:100%;}
.footertwo #second, .footerthree #third, .footerfour #forth{margin-right:0%;}
#footer-widget-area #fourth{margin-right:0;}
#site-generator{float:right;width:220px;}
body{}
body,
input,
textarea{font-size:12px;line-height:18px;}
hr{border:0;clear:both;height:1px;}
.entry-content ul{margin-left:1.5em;}
.entry-content ul li,
.entry-content ol li{padding:2px 0;}
.entry-content ul > li{list-style:circle;}
.entry-content ol > li{text-indent:0px;}
.entry-content li li{margin-left:15px;}
ol{list-style:decimal;margin-left:2.5em;}
ol ol{list-style:upper-alpha;}
ol ol ol{list-style:lower-roman;}
ol ol ol ol{list-style:lower-alpha;}
ul ul,
ol ol,
ul ol,
ol ul{margin-bottom:0;}
dl{margin:0 0 24px 0;}
dt{font-weight:bold;}
strong{font-weight:bold;}
cite,
em,
i{font-style:italic;}
big{font-size:131.25%;}
ins{text-decoration:none;}
pre{line-height:18px;padding:1.5em;}
abbr,
acronym{border-bottom:1px dotted transparent;cursor:help;}
sup,
sub{height:0;line-height:1;position:relative;vertical-align:baseline;}
sup{bottom:1ex;}
sub{top:.5ex;}
input[type="text"], input[type="password"], input[type="email"], input[type="file"], textarea, select,
input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="number"], input[type="range"],
input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="week"]{border:1px solid transparent;padding:5px 5px;-moz-transition:background-color .2s;-o-transition:background-color .2s;-webkit-transition:background-color .2s;transition:background-color .2s;font-family:inherit;-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;}
input[type="file"]{border-color:transparent !important;}
input::-moz-focus-inner{border:0;padding:0;}
a:link,a:visited{text-decoration:none;}
.screen-reader-text{position:absolute;left:-9000px;}
#header{background:none;}
#site-title{float:left;font-size:32px;line-height:32px;}
#site-title a{font-weight:bold;text-decoration:none;letter-spacing:-0.03em;display:block;}
#site-description{display:inline;float:left;font-size:15px;margin-top:5px;padding:3px 6px 3px 0;clear:both;}
#header-container{display:block;float:none;position:absolute;top:0px;width:100%;height:calc(100% - 24px);padding:12px 0px;}
#header-container > div{margin-top:20px;}
#header:after{content:"";display:table;clear:both;}
#header-widget-area{display:block;right:0;top:5px;height:100%;overflow:hidden;position:absolute;width:50%;z-index:251;}
#nav-toggle{display:none;}
#access{display:block;float:left;margin:0px auto 0;width:calc(100% - 232px);}
#access a{display:block;text-decoration:none;font-size:13px;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;}
#access a span{display:block;padding:10px 13px;}
#access a:hover{text-decoration:underline;}
#access > .menu > ul > li > a > span{border-right:1px solid transparent;}
#access > .menu > ul > li > a:not(:only-child) span:after{font-family:"Elusive";content:'\e80a';position:absolute;right:5px;top:10px;z-index:251;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;}
#access > .menu > ul > li:hover > a:not(:only-child) span:after{top:20px;opacity:0;}
#access > .menu > ul > li > a:not(:only-child) span{padding-right:18px;}
#access ul ul li a:hover{color:#FFF;text-decoration:none;}
#access ul li{position:relative;display:block;float:left;white-space:nowrap;}
#access ul ul{display:none;position:absolute;clear:both;z-index:260;margin-left:0px;}
#access > .menu > ul > li > ul:before{border-bottom:6px solid transparent;border-left:6px solid transparent;border-right:6px solid transparent;content:"";display:inline-block;left:10px;position:absolute;top:-6px;}
#access ul ul ul:before{border-top:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid transparent;content:"";display:inline-block;left:-6px;position:absolute;top:12px;}
#access ul ul li{margin:0;width:100%;position:relative;display:table;float:left;clear:both;border-top:1px solid transparent;border-bottom:1px solid transparent;}
#access ul ul li a{}
#access ul ul ul{position:absolute;left:100%;top:0px;margin:0;}
#access ul ul ul li{width:100%;display:block;float:none;}
#access ul ul ul ul li{top:-1px;}
#access ul ul a, #access ul ul ul a{display:table;float:none;min-width:150px;width:100%;}
#access ul ul li:hover, #access ul ul ul li:hover{}
#access li:hover > a{}
#access ul ul:hover > a{}
#access ul li:hover > ul{display:block;}
#access ul li.current_page_item > a,
#access ul li.current-menu-item > a{}
#access ul ul li.current_page_item ,
#access ul ul li.current-menu-ancestor,
#access ul ul li.current-menu-item ,
#access ul ul li.current-menu-parent{}
#access ul li.current_page_item a,
#access ul li.current-menu-ancestor a,
#access ul li.current-menu-item a,
#access ul li.current-menu-parent a,
#access ul li a:hover{}
.topmenu{display:inline;float:right;width:auto;}
.topmenu ul{}
.topmenu ul li{display:block;float:left;margin:0 3px;}
.topmenu ul li a{display:block;padding:0px 4px;maring:0 2px;line-height:30px;border-bottom:1px solid transparent;-moz-transition:all .2s ease-in;-o-transition:all .2s ease-in;-webkit-transition:all .2s ease-in;transition:all .2s ease-in;}
.footermenu{padding:5px 0;display:block;float:left;}
.footermenu > ul{float:left;margin-left:20px;}
.footermenu ul li{display:block;float:left;margin:0px 5px;text-align:center;white-space:nowrap;}
.footermenu ul li:after{margin-left:10px;content:"/";}
.footermenu ul li:last-child:after{content:"";}
#topbar{display:block;height:30px;width:100%;border-bottom:1px solid transparent;}
#topbar-inner{display:block;margin:0 auto;}
#topbar .socials a{background-color:transparent;margin:0;}
#topbar .socials a img{width:22px;height:22px;padding:0;top:2px;left:2px;}
#main{clear:both;padding:0px;margin-top:20px;}
#content,
#content input,
#content textarea{font-size:14px;line-height:24px;}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul{margin-bottom:0;}
#content pre,
#content kbd,
#content tt,
#content var{font-size:15px;line-height:21px;overflow:auto;font-family:"Courier New",Courier,monospace !important;}
#content code{font-size:13px;}
#content dt,
#content th{}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6{line-height:1.5em;margin:20px 0 0;}
#content table{border:0;margin:0 0px 24px 0;text-align:left;width:100%;vertical-align:top;}
#content tr{vertical-align:top;}
#content .alternate{}
#content tr th,
#content thead th{font-size:14px;padding:9px 24px;}
#content tr td{border-top:1px solid transparent;padding:6px 24px;}
#content tr td, #content tr th, #content thead th{border-right:1px solid transparent;}
#content tr td:last-child, #content tr th:last-child{border-right:none;}
#content tr.odd td{}
.page-header{display:block;float:none;padding:10px 0px;}
.page-header .category-archive-meta{padding-top:5px;}
.page-title{font-size:14px;font-weight:bold;display:block;padding:0px 6px;border-left:3px solid transparent;}
.page-title span{font-size:16px;font-style:italic;font-weight:normal;}
.page-title a:link,
.page-title a:visited{text-decoration:none;}
.page-title a:active,
.page-title a:hover{}
#content .entry-title{font-size:32px;font-weight:normal;line-height:1.3em;padding:0px;margin:0px;word-wrap:break-word;}
.entry-title a{}
.entry-title a:link,
.entry-title a:visited{color:inherit;text-decoration:none;}
.entry-title a:active,
.entry-title a:hover{}
#content > h1.entry-title{margin-bottom:10px;}
.entry-meta{display:block;font-size:12px;clear:both;overflow:hidden;}
footer.entry-meta{background:url(//freesoftes.com/wp-content/themes/freesoft/images/dashed-border.png) 0 0 repeat-x;padding-top:3px;}
.entry-meta span, .entry-utility span{display:block;float:left;line-height:22px;margin-right:10px;}
.entry-meta span a{font-size:13px;}
.entry-meta span.bl_categ{max-width:97%;}
.entry-utility{clear:both;font-size:13px;}
.footer-tags{display:block;float:left;}
.entry-utility span.bl_bookmark{float:none;display:inline;padding:0;}
.entry-meta span.bl_sep{display:none;}
.comments-link{float:right;}
.comments-link *{font-size:13px;}
.comments-link b{font-weight:normal;}
#content h3.entry-format{display:inline;float:left;font-size:14px;padding:0 3px;margin-right:5px;-moz-border-radius:100px;-webit-border-radius:100px;border-radius:100px;}
h3.entry-format > i:before{cursor:default;}
.entry-meta abbr,
.entry-utility abbr{border:none;}
.entry-meta abbr:hover,
.entry-utility abbr:hover{border-bottom:1px dotted transparent;}
.entry-content,
.entry-summary{clear:both;padding-top:8px;word-wrap:break-word;}
#content .entry-summary p:last-child{margin-bottom:12px;}
.entry-content fieldset{border:1px solid transparent;margin:0 0 24px 0;padding:24px;}
.entry-content fieldset legend{font-weight:bold;padding:0 24px;}
.entry-content input{}
.entry-content input.file,
.entry-content input.button{}
.entry-content label{}
.entry-content select{}
.entry-content sup,
.entry-content sub{font-size:10px;}
.entry-content blockquote.left{float:left;margin-left:0;margin-right:24px;text-align:right;width:33%;}
.entry-content blockquote.right{float:right;margin-left:24px;margin-right:0;text-align:left;width:33%;}
.tag-links{margin-left:30px;}
.page-link{margin:10px 0;clear:both;}
.page-link a, .page-link > span > em{font-weight:normal;text-decoration:none;padding:0 4px;border-right:1px solid transparent;}
.page-link em{font-style:normal;}
.page-link a:last-child, .page-link > span > em:last-child{border-right:none;}
.page-link a:hover{}
span.edit-link{float:right;display:block;margin:0 0 0 10px;padding:0;font-size:12px;}
#author-info{clear:both;font-size:14px;line-height:20px;margin:-10px 0 24px 0;overflow:hidden;border-left:3px solid transparent;padding:15px 0;}
#author-info #author-avatar{float:left;height:60px;margin:0 -80px 0 20px;}
#author-info #author-description{float:left;margin:0 0 0 104px;}
#entry-author-info{clear:both;font-size:14px;line-height:20px;margin:24px 0;overflow:hidden;padding:18px 0px;border-left:3px solid transparent;}
#entry-author-info #author-avatar{float:left;height:60px;margin:0 -80px 0 20px;}
#author-avatar .avatar{-webkit-border-radius:100px;-moz-border-radius:100px;border-radius:100px;}
#entry-author-info #author-description{float:left;margin:0 0 0 104px;}
#entry-author-info h2{font-size:100%;font-weight:bold;margin-bottom:0;}
#content .video-player{padding:0;}
.home #content .format-aside p,
.home #content .category-asides p{line-height:20px;margin-bottom:10px;margin-top:0;}
.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content{padding-top:0;}
#content .format-aside .entry-title{display:none;}
#content .format-aside .author ,
#content .format-aside .bl_categ,
#content .format-aside .bl_sep{display:none;}
.gallery{margin-bottom:20px;margin-left:-4px;}
.gallery-item{float:left;margin:0 4px 4px 0;overflow:hidden;position:relative;}
.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail{display:table;margin:0 auto 20px;}
.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item{text-align:center;}
.gallery-columns-4 .gallery-item{max-width:23%;max-width:-webkit-calc(25% - 4px);max-width:calc(25% - 4px);}
.gallery-columns-5 .gallery-item{max-width:19%;max-width:-webkit-calc(20% - 4px);max-width:calc(20% - 4px);}
.gallery-columns-6 .gallery-item{max-width:15%;max-width:-webkit-calc(16.7% - 4px);max-width:calc(16.7% - 4px);}
.gallery-columns-7 .gallery-item{max-width:13%;max-width:-webkit-calc(14.28% - 4px);max-width:calc(14.28% - 4px);}
.gallery-columns-8 .gallery-item{max-width:11%;max-width:-webkit-calc(12.5% - 4px);max-width:calc(12.5% - 4px);}
.gallery-columns-9 .gallery-item{max-width:9%;max-width:-webkit-calc(11.1% - 4px);max-width:calc(11.1% - 4px);}
.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n){margin-right:0;}
.gallery-icon{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;line-height:0;}
.gallery-caption{background-color:rgba(0, 0, 0, 0.7);-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;color:#fff;font-size:14px;line-height:1.3;margin:0;max-height:50%;opacity:0;padding:2px 8px;position:absolute;bottom:0;left:0;text-align:left;-moz-transition:opacity 400ms ease;-o-transition:opacity 400ms ease;-webkit-transition:opacity 400ms ease;transition:opacity 400ms ease;width:100%;cursor:default;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
.gallery-item:hover .gallery-caption{opacity:1;}
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption{display:none;}
.format-chat p{font-family:Monaco, "Courier New", monospace !important;}
.format-quote blockquote,
.format-quote blockquote p{}
.format-status .entry-title{display:none;}
.status_content{}
.format-status .avatar{display:block;width:auto;float:left;margin:0 10px 10px 0;}
.attachment .entry-content .entry-caption{font-size:140%;margin-top:24px;}
#content img{margin:0;height:auto;max-width:100%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
#content table img{max-width:inherit;}
#content img:hover{}
#content .alignleft,
#content img.alignleft{display:inline;float:left;margin-right:24px;margin-top:4px;}
#content .alignright,
#content img.alignright{display:inline;float:right;margin-left:24px;margin-top:4px;}
#content .aligncenter,
#content img.aligncenter{clear:both;display:block;margin-left:auto;margin-right:auto;}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter{margin-bottom:12px;}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter,
#content img.alignnone,
#content .wp-caption img{-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;opacity:0.99;filter:alpha(opacity=99);}
#content img.alignleft:hover,
#content img.alignright:hover,
#content img.aligncenter:hover,
#content img.alignnone:hover,
#content .wp-caption img:hover{}
#content .wp-caption{margin-bottom:20px;text-align:center;max-width:100%;position:relative;}
#content .wp-caption img{border:none !important;padding:0px;-moz-box-shadow:none !important;-webkit-box-shadow:none !important;box-shadow:none !important;width:100%;}
#content .wp-caption > a{line-height:0;display:block;}
#content .wp-caption .wp-caption-text{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;bottom:0;margin-bottom:0;padding:10px 5px;position:absolute;text-align:center;text-indent:0;width:100%;}
#content .wp-smiley{margin:0;width:auto !important;-moz-box-shadow:none !important;-webkit-box-shadow:none !important;box-shadow:none !important;background:none !important;border:0 !important;vertical-align:middle;}
#content .attachment img{display:block;margin:0 auto;max-width:96%;}
.navigation{font-size:14px;overflow:hidden;}
.navigation a:link,
.navigation a:visited{text-decoration:none;}
.navigation a:active,
.navigation a:hover{}
.nav-previous a{float:left;width:47%;padding:5px 1%;}
.nav-next a{float:right;text-align:right;width:47%;padding:5px 1%;}
.nav-next a:hover{}
.nav-previous:hover .meta-nav-prev:before{margin-right:10px;margin-left:-5px;}
.nav-next:hover .meta-nav-next:before{margin-left:10px;margin-right:-5px;}
.meta-nav-prev:before{font-family:"elusive";content:'\e827';font-style:normal;margin-right:5px;font-size:9px;-moz-transition:.2s margin ease-in-out;-o-transition:.2s margin ease-in-out;-webkit-transition:.2s margin ease-in-out;transition:.2s margin ease-in-out;}
.meta-nav-next:before{font-family:"elusive";content:'\e828';font-style:normal;margin-left:5px;font-size:9px;-moz-transition:.2s margin ease-in-out;-o-transition:.2s margin ease-in-out;-webkit-transition:.2s margin ease-in-out;transition:.2s margin ease-in-out;}
.single #nav-above{display:block;}
#nav-below{margin-bottom:5px;margin-top:5px;display:block;float:none;clear:both;}
#comments{padding:10px 0px;clear:both;}
#comments .navigation{padding:0 0 18px 0;}
h3#comments-title,
h3#reply-title{font-size:22px;}
h3#comments-title{margin-bottom:30px;line-height:26px;}
.commentlist{list-style:none;margin:0;}
.commentlist li.comment{margin:0;list-style:none;line-height:10px;}
.commentlist li.comment:hover{}
.commentlist .comment-body{padding:10px;overflow:hidden;clear:both;line-height:22px;margin-bottom:20px;}
.commentlist li:last-child{}
#comments .comment-body ul,
#comments .comment-body ol{}
#comments .comment-body p:last-child{margin-bottom:6px;}
.commentlist ol{list-style:decimal;}
.avatar-container{float:left;}
.avatar-container:before{content:"";width:60px;height:60px;position:absolute;moz-border-radius:30px 30px 0 30px;-webkit-border-radius:30px 30px 0 30px;border-radius:30px 30px 0 30px;}
.avatar-container:hover:before{display:none;}
.commentlist .avatar{-moz-border-radius:30px 30px 0 30px;-webkit-border-radius:30px 30px 0 30px;border-radius:30px 30px 0 30px;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;}
.commentlist .avatar:hover{-moz-border-radius:0px 30px 30px 30px;-webkit-border-radius:30px 30px 0 30px;border-radius:0px 30px 30px 30px;}
.comment-author{display:inline-block;line-height:24px;-moz-transition:background .3s ease;-o-transition:background .3s ease;-webkit-transition:background .3s ease;transition:background .3s ease;}
.comment-details{float:left;padding:7px 10px;position:relative;}
.comment-author cite{font-style:normal;font-weight:normal;font-size:18px;}
.comment-meta{font-size:12px;}
.comment-meta a:link,
.comment-meta a:visited{text-decoration:none;}
.comment-meta a:active,
.comment-meta a:hover{}
.commentlist .even{}
.commentlist .bypostauthor{}
.comment-await{margin-left:25px;}
.reply a{font-size:12px;padding:2px 10px;display:block;width:auto;text-align:right;-moz-transition:all .2s ease;-o-transition:all .2s ease;-webkit-transition:all .2s ease;transition:all .2s ease;}
.reply a:hover .icon-reply:before{margin-right:10px;}
.reply a,
a.comment-edit-link{}
.reply a:hover,
a.comment-edit-link:hover{}
.commentlist .children{background-image:none;list-style:none;margin:0;margin-left:20px;}
.commentlist .children li{border:none;background-image:none !important;margin:0;text-indent:0px !important;}
#content .nocomments, #content .nocomments2{margin-bottom:0;}
.hideme{display:none;}
#comments .pingback{border-bottom:1px solid transparent;margin-bottom:18px;padding-bottom:18px;}
.commentlist li.comment+li.pingback{margin-top:-6px;}
#comments .pingback p{display:block;font-size:12px;line-height:18px;margin:0;}
#comments .pingback .url{font-size:13px;font-style:italic;}
input[type=submit], input[type=reset]{border:1px solid transparent;padding:7px 15px;cursor:pointer;-moz-border-radius:100px;-webkit-border-radius:100px;border-radius:100px;}
#respond{margin:0;overflow:hidden;position:relative;}
#respond p{margin:0;}
#respond .comment-notes{margin-bottom:0.2em;font-size:0.8em;}
.form-allowed-tags{line-height:1em;}
.children #respond{margin:0 48px 0 0;min-width:400px;}
h3#reply-title{margin:0;padding:5px 0;}
#comments-list #respond{margin:0 0 18px 0;}
#comments-list ul #respond{margin:0;}
#cancel-comment-reply-link{font-size:12px;font-weight:normal;line-height:18px;}
#respond .required{}
#commentform{max-width:550px;display:block;}
#respond label{display:none;}
#respond input{width:100%;padding:10px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
.comment-form-comment textarea{display:block;float:none;height:150px;width:100%;padding:10px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
.comment-form-author label, .comment-form-email label, .comment-form-email label, .comment-form-url label, .comment-form-comment label{display:block;float:none;}
.comment-form-author input, .comment-form-email input, .comment-form-email input, .comment-form-url input, .comment-form-comment input{display:block;float:none;}
#respond input:hover, #respond textarea:hover{}
#respond .form-allowed-tags{font-size:12px;line-height:18px;width:100%;clear:both;display:block;float:none;}
#respond .form-allowed-tags code{font-size:11px;}
#respond .form-submit{margin:12px 0;text-align:right;clear:both;}
#respond .form-submit input{font-size:14px;width:auto;}
#respond .form-submit input#submit{border:1px solid transparent;-moz-transition:background-color .2s ease;-o-transition:background-color .2s ease;-webkit-transition:background-color .2s ease;transition:background-color .2s ease;}
#respond .form-submit input#submit:hover{cursor:pointer;}
.file, .button{border:1px solid transparent;padding:4px 7px;-moz-transition:background-color .2s ease;-o-transition:background-color .2s ease;-webkit-transition:background-color .2s ease;transition:background-color .2s ease;}
.file, .button, #respond .form-submit input#submit{-webkit-border-radius:100px;-moz-border-radius:100px;border-radius:100px;}
.file:hover, .button:hover{cursor:pointer;}
.widget-area ul, .widget-area ul ul{list-style:none !important;list-style-image:none;margin-left:20px;}
.widget-area ul ul{list-style:decimal !important;font-size:18px;}
.widget-container{padding:5px;margin:0 0 0px 0;}
.widget-container > *{max-width:100%;}
.widget-container ul li{float:none;margin-bottom:10px;}
.widget-title{font-size:16px;padding:5px 0;padding-left:10px;text-align:left;margin-bottom:10px;-moz-border-radius:5px;-webkit-border-radius:5px;}
#footer-widget-area a:hover{text-decoration:underline;}
.widget-area a:link,
.widget-area a:visited{text-decoration:none;word-wrap:break-word;}
.widget-area a:active,
.widget-area a:hover{}
.widget-area .entry-meta{font-size:11px;}
#searchform{display:block;height:auto;position:relative;overflow:hidden;}
.contentsearch{display:block;float:none;overflow:hidden;margin-bottom:20px;padding:10px;}
.no-results .contentsearch{padding:0;}
#searchform input[type="text"]{display:block;float:left;font-size:15px;padding:0px 30px 0 10px;height:42px;width:100%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-moz-border-radius:5px;-webkit-border-radius:5px;border:none;border-bottom:1px solid #888888;}
.contentsearch #searchform input[type="text"]{width:100%;margin-left:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.widget_search label{display:none;}
#searchsubmit{font-family:"elusive";display:block;border:none;box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none;right:0px;height:42px;vertical-align:middle;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;position:absolute;background:none;font-size:17px;}
#searchform:hover #searchsubmit{right:-32px;}
#wp-calendar{width:100%;}
#wp-calendar caption{font-size:14px;font-weight:bold;padding-bottom:4px;margin-left:10px;}
#wp-calendar thead{font-size:11px;}
#wp-calendar tbody td{padding:3px 0 2px;text-align:center;border:1px solid transparent;}
#wp-calendar tbody td:hover{opacity:0.8;}
#wp-calendar tbody td a{border:none;background:none;padding:0;margin:0;}
#wp- tbody .pad{background:none;}
#wp-calendar tfoot #next{text-align:right;}
.widget_rss a.rsswidget{}
.widget_rss a.rsswidget:hover{}
.widget_rss .widget-title img{width:11px;height:11px;}
#main .widget-area ul{margin-left:0;padding:0;}
#main .widget-area ul ul{border:none;margin-left:20px;padding:0;}
.yoyo .widget-title{background:none;padding:0;margin:0;}
#footer-widget-area{margin:20px 0 10px 0;}
#footer-widget-area a{}
#footer{margin-top:20px;margin-bottom:0px;}
#footer a{-moz-transition:color .2s;-o-transition:color .2s;-webkit-transition:color .2s;transition:color .2s;}
#footer2{display:block;padding:10px 0 0px;overflow:visible;margin-bottom:0px;}
#footer2:after{content:"";display:table;clear:both;}
#colophon{margin:0 30px;overflow:hidden;}
#site-copyright{display:block;float:none;padding-top:5px;font-style:italic;clear:both;margin:0 auto;text-align:center;}
#footer2 a{text-decoration:none;}
#footer2 a:hover{text-decoration:underline;}
img#wpstats{display:block;margin:0 auto 10px;}
#forbottom{clear:both;margin:0px 30px;padding:0px 0;}
pre{-webkit-text-size-adjust:140%;}
code{-webkit-text-size-adjust:160%;}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area{-webkit-text-size-adjust:120%;}
#site-description{-webkit-text-size-adjust:none;}
.socials{float:right;position:relative;margin-right:10px;height:30px;overflow:hidden;}
.socials a{display:block;float:left;margin-right:5px;position:relative;height:29px;width:32px;padding:2px;overflow:hidden;border-radius:5px;margin-top:10px;}
.socials img{width:26px;height:26px;position:relative;z-index:99;}
.socials-hover{width:0;height:0;display:block;position:absolute;left:50%;top:50%;-moz-border-radius:50px;-webkit-border-radius:50px;border-radius:50px;}
#header-container >div#sheader{position:absolute;margin:0;top:10px;right:5px;}
#smenul, #smenur{float:none;margin:0px auto;position:inherit;display:table;}
#smenul a , #smenur a{margin:3px;}
#sfooter{float:none;clear:both;display:table;margin:5px auto 0;text-align:center;}
#sfooter a{margin-left:5px;}
#srights, #slefts{right:0;padding:5px;position:fixed;top:40%;height:auto;display:block;width:30px;margin:0 1px;opacity:0.5;-moz-transition:opacity .5s ease-in-out;-o-transition:opacity .5s ease-in-out;-webkit-transition:opacity .5s ease-in-out;transition:opacity .5s ease-in-out;z-index:99;}
#slefts{left:0;}
#srights:hover, #slefts:hover{opacity:1;}
#srights a, #slefts a{display:block;float:none;clear:both;margin:0 0 5px 0;}
.socials a:last-child{margin-bottom:0 !important;}
article.post, article.page{display:block;overflow:hidden;margin:0;padding:0;margin-bottom:36px;}
div.post, div.page, .yoyo > li{display:block;overflow:hidden;padding:0;margin-bottom:36px;}
article.sticky{}
.sticky .entry-header{border-bottom:2px solid transparent;}
#toTop{width:auto;height:auto;bottom:40px;opacity:0;z-index:251;position:fixed;cursor:pointer;display:block;padding:8px 10px;-moz-border-radius:0 4px 4px 0;-webkit-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;font-size:12px;}
.icon-back2top:before{content:'\e812';-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;}
#toTop:hover .icon-back2top:before{}
.webedit-image-none .entry-content img[class*='align'],
.webedit-image-none .entry-summary img[class*='align']{}
.webedit-image-one .entry-content img[class*='align'],
.webedit-image-one .entry-summary img[class*='align']{border-bottom:3px solid transparent;}
.webedit-image-two .entry-content img[class*='align'],
.webedit-image-two .entry-summary img[class*='align']{border-top:1px solid transparent;border-bottom:1px solid transparent;padding:2px 0;}
.webedit-image-three .entry-content img[class*='align'],
.webedit-image-three .entry-summary img[class*='align']{border:1px solid #222;padding:0;-moz-box-shadow:0 0 15px #ccc;-webkit-box-shadow:0 0 15px #ccc;box-shadow:0 0 15px #ccc;}
.webedit-image-four .entry-content img[class*='align'],
.webedit-image-four .entry-summary img[class*='align']{border:1px solid #DDD;-moz-box-shadow:0 0 2px #CCC;-webkit-box-shadow:0 0 2px #CCC;box-shadow:0 0 2px #CCC;padding:10px;}
.webedit-image-five .entry-content img[class*='align'],
.webedit-image-five .entry-summary img[class*='align']{padding:6px;background:url(//freesoftes.com/wp-content/themes/freesoft/images/border.png) repeat;}
.webedit-image-one .entry-content img[class*='align']:hover,
.webedit-image-one .entry-summary img[class*='align']:hover{background-color:#eee;}
.webedit-image-two .entry-content img[class*='align']:hover,
.webedit-image-two .entry-summary img[class*='align']:hover{-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;}
.webedit-image-three .entry-content img[class*='align']:hover,
.webedit-image-three .entry-summary img[class*='align']:hover{-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;}
.caption-simple #content .wp-caption .wp-caption-text{position:inherit;padding:7px 5px;font-style:italic;}
.caption-dark #content .wp-caption .wp-caption-text{padding:20px 5px 10px !important;background:none repeat scroll 0 0 rgba(0, 0, 0, 0.6);background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0,0,0,0)), to(rgba(0,0,0,1)));background:-webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,1));background:-ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,1));background:-o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,1));background:-moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,1));background:linear-gradient(top, rgba(0,0,0,0),rgba(0,0,0,.6) 50%, rgba(0,0,0,0.8));color:#EEE;text-shadow:0 0 7px #000;}
.caption-light #content .wp-caption .wp-caption-text{background:none repeat scroll 0 0 rgba(255, 255, 255, 0.7);background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255,255,255,0.4)), to(rgba(255,255,255,0.8)));background:-webkit-linear-gradient(top, rgba(255,255,255,0.4), rgba(255,255,255,0.8));background:-moz-linear-gradient(top, rgba(255,255,255,0.4), rgba(255,255,255,0.8));background:-ms-linear-gradient(top, rgba(255,255,255,0.4), rgba(255,255,255,0.8));background:-o-linear-gradient(top, rgba(255,255,255,0.4), rgba(255,255,255,0.8));color:#333;}
.breadcrumbs{font-size:1.2em;display:block;margin-bottom:20px;position:relative;}
.icon-homebread:before{content:'\e81f';font-size:1em;cursor:pointer;}
.breadcrumbs a{}
.breadcrumbs a:hover{}
.pagination{display:table;float:none;margin:20px auto;text-align:center;clear:both;border:1px solid transparent;}
.pagination span, .pagination a{display:block;float:left;margin-right:0px;padding:10px 0;text-decoration:none;width:40px;text-align:center;position:relative;font-size:13px;line-height:20px;border-right:1px solid transparent;border-left:1px solid transparent;-moz-transition:background .3s;-o-transition:background .3s;-webkit-transition:background .3s;transition:background .3s;}
.pagination span:first-child, .pagination a:first-child{border-left:0;}
.pagination a:hover{}
.pagination .current{}
.nivoSlider{position:relative;width:100%;height:auto;overflow:hidden;}
.nivoSlider img{position:absolute;top:0px;left:0px;max-width:none;}
.nivo-main-image{display:block !important;position:relative !important;width:100% !important;}
.nivoSlider a.nivo-imageLink{position:absolute;top:0px;left:0px;width:100%;height:100%;border:0;padding:0;margin:0;z-index:6;display:none;filter:alpha(opacity=0);opacity:0;}
.nivo-slice{display:block;position:absolute;z-index:5;height:100%;top:0;}
.nivo-box{display:block;position:absolute;z-index:5;overflow:hidden;}
.nivo-box img{display:block;}
.nivo-caption{position:absolute;bottom:60px;width:43%;z-index:8;padding:10px;filter:alpha(opacity=8);opacity:0.8;overflow:hidden;display:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}
.nivo-caption h2{margin-bottom:10px;font-size:24px;line-height:30px;padding:5px 10px 15px 5px;border-bottom:1px solid #444;font-weight:normal;text-align:right;}
.slide-text{padding-left:20px;text-align:right;padding-right:10px;font-size:14px;line-height:1.5em;}
.nivo-caption a{display:inline !important;text-decoration:underline;}
.nivo-html-caption{display:none;}
.nivo-directionNav a{position:absolute;top:40%;z-index:9;cursor:pointer;}
.nivo-prevNav{left:0px;}
.nivo-nextNav{right:0px;}
.nivo-controlNav a{cursor:pointer;}
.nivo-controlNav a.active{font-weight:bold;}
.theme-default .nivoSlider{position:relative;background:url(//freesoftes.com/wp-content/themes/freesoft/images/nivoslider/loading.gif) no-repeat 50% 50%;margin-bottom:50px;}
.theme-default .nivoSlider img{position:absolute;top:0px;left:0px;display:none;}
.theme-default .nivoSlider a{border:0;display:block;}
.theme-default .nivo-controlNav{text-align:center;display:table;margin:0 auto;width:auto;padding:3px 20px 0;position:relative;top:-33px;height:30px;z-index:250;-moz-border-radius:100% 100% 0 0;-webkit-border-radius:100% 100% 0 0;border-radius:100% 100% 0 0;-moz-box-shadow:0px -3px 2px rgba(0,0,0,0.4);-webkit-box-shadow:0px -3px 2px rgba(0,0,0,0.4);box-shadow:0px -3px 2px rgba(0,0,0,0.4);-moz-transition:.2s all ease-in-out;-o-transition:.2s all ease-in-out;-webkit-transition:.2s all ease-in-out;transition:.2s all ease-in-out;}
.theme-default .nivo-controlNav:hover{padding:3px 26px 0;}
.slider-bullets .nivo-controlNav a{display:inline-block;width:9px;height:9px;-moz-border-radius:10px;-webkit-border-radius:10px;border-radius:10px;text-indent:-9999px;margin:10px 5px 0;-moz-box-shadow:0 0 3px #666;-webkit-box-shadow:0 0 3px #666;box-shadow:0 0 3px #666;-moz-transition:background-color .3s;-o-transition:background-color .3s;-webkit-transition:background-color .3s;transition:background-color .3s;}
.slider-bullets .nivo-controlNav a:hover{}
.slider-bullets .nivo-controlNav a.active{}
.slider-numbers .nivo-controlNav a{display:inline-block;padding:0px 6px;margin:6px 3px 0;font-size:12px;font-family:"Open Sans";-moz-transition:all .3s;-o-transition:all .3s;-weblit-transition:all .3s;transition:all .3s;-moz-border-radius:10px;-webkit-border-radius:10px;border-radius:10px;}
.slider-numbers .nivo-controlNav a:hover{}
.slider-numbers .nivo-controlNav a.active{}
.slider-none .nivo-controlNav{display:none;}
.theme-default .nivo-directionNav a{display:block;width:30px;height:40px;padding:10px;background:url(//freesoftes.com/wp-content/themes/freesoft/images/nivoslider/arrows.png) 8px 10px #fff no-repeat;text-indent:-9999px;border:0;}
.theme-default a.nivo-nextNav{background-position:-83px 10px;-moz-border-radius:100% 0 0 100%;-webkit-border-radius:100% 0 0 100%;border-radius:100% 0 0 100%;-webkit-box-shadow:-3px 0 2px rgba(0, 0, 0, 0.4);-moz-box-shadow:-3px 0 2px rgba(0, 0, 0, 0.4);box-shadow:-3px 0 2px rgba(0, 0, 0, 0.4);}
.theme-default a.nivo-prevNav{-moz-border-radius:0 100% 100% 0;-webkit-border-radius:0 100% 100% 0;border-radius:0 100% 100% 0;-webkit-box-shadow:3px 0 2px rgba(0, 0, 0, 0.4);-moz-box-shadow:3px 0 2px rgba(0, 0, 0, 0.4);box-shadow:3px 0 2px rgba(0, 0, 0, 0.4);}
.theme-default .nivo-directionNav a.nivo-prevNav:hover{background-position:4px 10px;}
.theme-default .nivo-directionNav a.nivo-prevNav:active{background-position:-50px 10px;}
.theme-default .nivo-directionNav a.nivo-nextNav:hover{background-position:-79px 10px;}
.theme-default .nivo-directionNav a.nivo-nextNav:active{background-position:-23px 10px;}
.theme-default .nivo-caption a{border-bottom:1px dotted transparent;}
.theme-default .nivo-controlNav.nivo-thumbs-enabled{width:100%;}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a{width:auto;height:auto;background:none;margin-bottom:5px;}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img{display:block;width:120px;height:auto;}
a.nivo-imageLink{background-color:#fff;filter:alpha(opacity=0);opacity:0;}
a.continue-reading-link{display:inline-block;position:relative;width:auto;float:none;padding:7px 8px 5px 15px;border-bottom:2px solid transparent;margin-top:3px;line-height:1.6em;font-size:13px;text-transform:uppercase;font-style:normal;clear:both;}
a.continue-reading-link:after{content:"";position:absolute;display:block;height:2px;width:0%;position:absolute;left:0;bottom:-2px;-moz-transition:width .3s ease-in;-o-transition:width .3s ease-in;-webkit-transition:width .3s ease-in;transition:width .3s ease-in;}
a.continue-reading-link i.icon-right-dir{font-size:13px;-moz-transition:color .3s ease-in;-o-transition:color .3s ease-in;-webkit-transition:color .3s ease-in;transition:color .3s ease-in;}
a.continue-reading-link:hover:after{width:100%;}
#front-columns{display:block;width:auto;float:none;overflow:hidden;}
#front-columns > li{float:left;list-style:none;margin-right:5%;padding:0;}
.column-image{width:100%;display:block;overflow:hidden;line-height:0px;}
.column-image:hover .column-image-inside, .column-image:hover .column-text{left:0;}
.column-image:hover .columnmore{bottom:20px;}
.column-image-inside{width:100%;height:100%;position:absolute;background:rgba(0,0,0,0.7);z-index:250;left:-100%;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;}
.column-text{text-align:justify;padding:10px 20px;width:100%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;line-height:1.5em;font-size:13px;position:absolute;top:50%;-moz-transform:translate(0,-55%);-o-transform:translate(0,-55%);-webkit-transform:translate(0,-55%);-ms-transform:translate(0,-55%);transform:translate(0,-55%);z-index:251;left:100%;color:#DDD;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;}
.column-image img{width:100%;}
.columnmore{font-size:12px;display:block;text-align:center;margin:0 auto;clear:both;line-height:20px;position:absolute;bottom:-50px;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;z-index:251;width:100%;background:none !important;}
.columnmore a{background:#F00;-moz-border-radius:10px;-webkit-border-radius:10px;border-radius:10px;padding:5px 20px;background:#fff;-moz-transition:background .2s ease-out;-o-transition:background .2s ease-out;-webkit-transition:background .2s ease-out;transition:background .2s ease-out;}
.coldisplay1 .column-text,
.coldisplay1 .column-image-inside{left:0;}
.coldisplay1 .columnmore{bottom:20px;}
.coldisplay1 .column-image:hover .column-image-inside{background:rgba(0,0,0,0.9);}
.coldisplay2 .column-image{overflow:visible;}
.coldisplay2 .column-image-inside{display:none;}
.coldisplay2 .column-text{position:relative;top:0;left:0;padding:10px 5px;-webkit-transform:none;-moz-transform:none;transform:none;color:inherit;}
.coldisplay2 .columnmore, .coldisplay2 .column-image:hover .columnmore{bottom:0px;position:relative;}
.column-arrow:before{}
header
,nav
,section
,article
,aside
,footer
,hgroup{display:block;}
.tinynav{display:block;float:none;margin:8px auto;display:none;min-width:200px;width:100%;padding:10px;}
.tinynav option{}
.magazine-layout #content article.post,
.magazine-layout.search #content article{float:left;width:48%;padding:0px 0px 10px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
.magazine-layout #content article.sticky{}
.magazine-layout #content article:nth-of-type(2n+1){clear:both;margin-right:4%;}
.magazine-layout .comments-link{float:left;}
.magazine-layout .entry-header .entry-meta{margin-top:5px;}
.magazine-layout span.edit-link{float:left;margin-left:0;margin-right:10px;}
.magazine-layout .entry-header{clear:both;}
#cryout_ajax_more_trigger{display:table;float:none;clear:both;min-width:200px;background:url(//freesoftes.com/wp-content/themes/freesoft/images/loading.gif) no-repeat -100px center;padding:7px 20px;border-radius:10px;margin:0 auto;text-align:center;cursor:pointer;-moz-transition:opacity .3s ease-in-out;-o-transition:opacity .3s ease-in-out;-webkit-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out;}
#cryout_ajax_more_trigger:hover{opacity:0.8;}
.cryout_click_loading{background:url(//freesoftes.com/wp-content/themes/freesoft/images/loading.gif) transparent no-repeat center center !important;text-indent:-9999px;}
.sharedaddy ul > li{background:none !important;text-indent:0 !important;}
.woocommerce .product .entry-summary{clear:none;}
#content embed, #content iframe{max-width:100%;}
underln{text-decoration:underline;}<!-- 404 -->