* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html * {
outline: 0;
margin: 0;
padding: 0;
}
html {
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
font-size: 14px;
}
html,
body {
height: 100%;
margin: 0 auto;
padding: 0;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
}
body {
height: auto;
font-family: 'Roboto', sans-serif;
font-size: 14px;
font-weight: 400;
line-height: 24px;
color: #4a5664;
background-color: #fff;
word-wrap: break-word;
}
header,
nav,
body,
section,
article,
aside,
footer,
address,
hgroup {
display: block;
}
h1,
h2,
h3,
h4,
h5,
p,
ul,
li,
dl,
dt,
dd,
table,
tr,
td,
form {
margin: 0;
padding: 0;
}
ul,
li {
list-style-position: outside;
list-style-type: none;
}
table {
border-spacing: 0;
border-collapse: collapse;
}
strong,
b {
font-weight: bold;
}
a {
color: #4a5664;
text-decoration: none;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
a:hover,
a:active,
a:focus {
color: #d32eb2;
outline: 0;
text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
font-family: inherit;
line-height: 1.1;
font-weight: 600;
margin: 0;
}
h1 {
font-size: 60px;
margin-bottom: 10px;
}
h2 {
font-size: 36px;
margin-bottom: 10px;
}
h3 {
font-size: 24px;
}
h4 {
font-size: 20px;
}
h5 {
font-size: 18px;
}
h6 {
font-size: 16px;
}
address {
font-style: italic;
margin: 0 0 24px;
}
abbr[title] {
border-bottom: 1px dotted;
}
dfn {
font-style: italic;
}
mark {
background: #fafafa;
color: #000;
}
p {
margin: 0 0 20px;
}
code,
kbd,
pre,
samp {
font-family: monospace, serif;
font-size: 14px;
-webkit-hyphens: none;
-moz-hyphens: none;
-ms-hyphens: none;
hyphens: none;
}
pre {
background: #f5f5f5;
color: #666;
font-family: monospace;
font-size: 14px;
margin: 20px 0;
overflow: auto;
padding: 20px;
white-space: pre;
white-space: pre-wrap;
word-wrap: break-word;
}
blockquote,
q {
-webkit-hyphens: none;
-moz-hyphens: none;
-ms-hyphens: none;
hyphens: none;
quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: "";
content: none;
}
blockquote {
font-size: 18px;
font-style: italic;
font-weight: 400;
background: #fbfbfb;
border-left: none;
margin: 0px 0px 20px;
padding: 30px 30px 30px 60px;
position: relative;
text-transform: uppercase;
text-align: center;
}
blockquote:before {
position: absolute;
content: '';
top: 0;
left: 0;
width: 4px;
height: 100%;
background: rgb(12,114,199);
background: -moz-linear-gradient(top,  rgba(12,114,199,1) 0%, rgba(211,46,178,1) 100%);
background: -webkit-linear-gradient(top,  rgba(12,114,199,1) 0%,rgba(211,46,178,1) 100%);
background: linear-gradient(to bottom,  rgba(12,114,199,1) 0%,rgba(211,46,178,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c72c7', endColorstr='#d32eb2',GradientType=0 );
}
blockquote p {
font-size: 18px;
color: #4a5664;
line-height: 28px;
position: relative;
display: inline-block;
}
blockquote p:first-child:before {
font-size: 5rem;
color: #4a5664;
left: -30px;
top: 8px;
line-height: 23px;
position: absolute;
content: ' “ ';
font-style: normal;
font-family: 'Georgia', serif;
}
blockquote blockquote {
margin-right: 0;
}
blockquote cite,
blockquote small {
font-size: 14px;
font-weight: 400;
color: #868e97;
display: block;
margin-top: 5px;
text-transform: capitalize;
}
blockquote em,
blockquote i {
font-style: normal;
font-weight: 300;
}
blockquote strong,
blockquote b {
font-weight: 400;
}
small {
font-size: smaller;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
dl {
margin: 0 0 20px;
}
dt {
font-weight: 700;
}
dd {
margin: 0 0 20px;
}
menu,
ol,
ul {
margin: 0px 0 10px;
padding: 0 0 0 15px;
}
ol li,
ul li {
list-style-type: inherit;
color: inherit;
}
ul {
list-style-type: disc;
}
ul ul, ol ul {
list-style-type: circle;
}
ul ul ul{
list-style-type: square;
}
nav ul,
nav ol {
list-style: none;
list-style-image: none;
}
li > ul,
li > ol {
margin: 0;
}
big {
font-size: larger;
}
code {
padding: 2px 4px;
font-size: 90%;
color: #18364a;
background-color: #fafafa;
border-radius: 4px;
-webkit-border-radius: 4px;
}
kbd {
padding: 2px 4px;
font-size: 90%;
color: #fff;
background-color: #333;
border-radius: 3px;
-webkit-border-radius: 3px;
box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
}
figure {
margin: 0;
}
fieldset {
border: 1px solid #f0f0f0;
margin: 0 2px;
min-width: inherit;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
white-space: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
vertical-align: top;
}
table {
border-bottom: 1px solid #f0f0f0;
border-collapse: collapse;
border-spacing: 0;
font-size: 14px;
line-height: 2;
margin: 0 0 20px;
width: 100%;
}
caption,
th,
td {
font-weight: 400;
}
caption {
font-size: 16px;
margin: 20px 0;
}
del {
color: #333;
}
ins {
background: #fafafa;
text-decoration: none;
}
hr {
background-size: 4px 4px;
border: 0;
height: 1px;
margin: 0 0 24px;
border-top: 1px solid #f0f0f0;
}
table {
width: 100%;
}
table th {
text-align: left;
border: 1px solid #f0f0f0;
padding: 2px 8px;
}
table td {
border: 1px solid #f0f0f0;
padding: 2px 8px;
}  .body-wrapper {
position: relative;
overflow: hidden;
}
.body-wrapper .wrapper-content {
position: relative;
}
.slz-sidebar-left .slz-content-column {
float: right;
}
.text-l {
text-align: left;
}
.text-c {
text-align: center;
}
.text-r {
text-align: right;
}
.float-l {
float: left;
}
.float-r {
float: right;
}
.float-none {
float: none;
}
.wid-100 {
width: 100%;
}
.padding-top-100 {
padding-top: 100px;
}
.padding-top-50 {
padding-top: 50px;
}
.padding-bottom-100 {
padding-bottom: 100px;
}
.padding-bottom-0 {
padding-bottom: 0;
}
.margin-top-50 {
margin-top: 50px;
}
.margin-top-100 {
margin-top: 100px;
}
.margin-bottom-100 {
margin-bottom: 100px;
}
.margin-bottom-0 {
margin-bottom: 0;
}
.margin-top-0 {
margin-top: 0;
}
.slz-list-block {
font-size: 0;
margin: 0 -15px;
}
.slz-list-block > .item {
font-size: 14px;
padding: 0 15px;
margin-top: 30px;
vertical-align: top;
display: inline-block;
}
.slz-list-block.slz-column-1 > .item:first-child {
margin-top: 0;
}
.slz-list-block.slz-column-1 > .item {
width: 100%;
}
.slz-list-block.slz-column-2 > .item:nth-child(-n + 2) {
margin-top: 0;
}
.slz-list-block.slz-column-2 > .item {
width: 50%;
}
.slz-list-block.slz-column-3 > .item:nth-child(-n + 3) {
margin-top: 0;
}
.slz-list-block.slz-column-3 > .item {
width: 33.3333%;
}
.slz-list-block.slz-column-4 > .item:nth-child(-n + 4) {
margin-top: 0;
}
.slz-list-block.slz-column-4 > .item {
width: 25%;
}
.slz-list-block.slz-column-5 > .item:nth-child(-n + 5) {
margin-top: 0;
}
.slz-list-block.slz-column-5 > .item {
width: 20%;
}
.slz-list-block.slz-column-6 > .item:nth-child(-n + 6) {
margin-top: 0;
}
.slz-list-block.slz-column-6 > .item {
width: 16.6666%;
}
.slz-list-block.slz-column-7 > .item:nth-child(-n + 7) {
margin-top: 0;
}
.slz-list-block.slz-column-7 > .item {
width: 14.285%;
}
.slz-list-block.slz-column-8 > .item:nth-child(-n + 8) {
margin-top: 0;
}
.slz-list-block.slz-column-8 > .item {
width: 12.5%;
}
.col-md-8 .slz-list-block.slz-column-1 > .item, 
.col-md-12 .slz-list-block.slz-column-1 > .item {
margin-top: 70px;
}
.col-md-8 .slz-list-block.slz-column-1 > .item:first-child, 
.col-md-12 .slz-list-block.slz-column-1 > .item:first-child {
margin-top: 0px;
}  .wp-caption {
max-width: 100%;
}
.wp-caption-text {
font-weight: 400;
font-style: italic;
color: #7a7a7a;
}
.bypostauthor {
font-weight: 400;
} .slz-widgets a {
text-decoration: none;
}
.slz-widgets a:focus {
outline: none;
}
.slz-widgets a:active,
.slz-widgets a:hover {
outline: 0;
}
.slz-widgets h1,
.slz-widgets h2,
.slz-widgets h3,
.slz-widgets h4,
.slz-widgets h5,
.slz-widgets h6 {
clear: both;
font-family: inherit;
line-height: 1.1;
font-weight: 600;
margin: 0;
}
.slz-widgets h1 {
font-size: 36px;
margin-top: 20px;
margin-bottom: 10px;
}
.slz-widgets h2 {
font-size: 30px;
margin-top: 20px;
margin-bottom: 10px;
}
.slz-widgets h3 {
font-size: 22px;
margin-top: 20px;
margin-bottom: 10px;
}
.slz-widgets h4 {
font-size: 20px;
margin-top: 10px;
margin-bottom: 10px;
}
.slz-widgets h5 {
font-size: 18px;
margin-top: 10px;
margin-bottom: 10px;
}
.slz-widgets h6 {
font-size: 16px;
margin-top: 10px;
margin-bottom: 10px;
}
.slz-widgets address {
font-style: italic;
margin: 0 0 24px;
}
.slz-widgets abbr[title] {
border-bottom: 1px dotted;
}
.slz-widgets b,
.slz-widgets strong {
font-weight: 700;
}
.slz-widgets dfn {
font-style: italic;
}
.slz-widgets mark {
background-color: #ff0;
color: #000;
}
.slz-widgets p {
margin: 0 0 10px;
}
.slz-widgets code,
.slz-widgets kbd,
.slz-widgets pre,
.slz-widgets samp {
font-family: monospace, serif;
font-size: 14px;
-webkit-hyphens: none;
-moz-hyphens: none;
-ms-hyphens: none;
hyphens: none;
}
.slz-widgets pre {
background: #f5f5f5;
color: #666;
font-family: monospace, serif;
font-size: 14px;
margin: 20px 0;
overflow: auto;
padding: 20px;
white-space: pre;
white-space: pre-wrap;
word-wrap: break-word;
}
.slz-widgets small {
font-size: smaller;
}
.slz-widgets sub,
.slz-widgets sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
.slz-widgets sup {
top: -0.5em;
}
.slz-widgets sub {
bottom: -0.25em;
}
.slz-widgets dl {
margin: 0 0 20px;
}
.slz-widgets dt {
font-weight: 700;
}
.slz-widgets dd {
margin: 0 0 20px;
}
.slz-widgets menu,
.slz-widgets ol,
.slz-widgets ul {
margin: 0 0 10px;
padding: 0 0 0 15px;
}
.slz-widgets ol li,
.slz-widgets ul li{
}
.slz-widgets ul {
list-style-type: disc;
}
.slz-widgets ul ul, .slz-widgets ol ul {
list-style-type: circle;
}
.slz-widgets nav ul,
.slz-widgets nav ol {
list-style: none;
list-style-image: none;
}
.slz-widgets li > ul,
.slz-widgets li > ol {
margin: 0;
}
.slz-widgets big {
font-size: larger;
}
.slz-widgets code {
padding: 2px 4px;
font-size: 90%;
color: #d32eb2;
background-color: #f9f2f4;
border-radius: 4px;
-webkit-border-radius: 4px;
}
.slz-widgets kbd {
padding: 2px 4px;
font-size: 90%;
color: #fff;
background-color: #333;
border-radius: 3px;
-webkit-border-radius: 3px;
box-shadow: inset 0 -1px 0 rgba(0,0,0,0.25);
-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.25);
}
.slz-widgets img {
-ms-interpolation-mode: bicubic;
border: 0;
vertical-align: middle;
max-width: 100%;
height: auto;
}
.slz-widgets svg:not(:root) {
overflow: hidden;
}
.slz-widgets figure {
margin: 0;
}
.slz-widgets form {
margin: 0;
}
.slz-widgets fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
min-width: inherit;
padding: 0.35em 0.625em 0.75em;
}
.slz-widgets legend {
border: 0;
padding: 0;
white-space: normal;
}
.slz-widgets button,
.slz-widgets input,
.slz-widgets select,
.slz-widgets textarea {
font-size: 100%;
margin: 0;
max-width: 100%;
vertical-align: baseline;
}
.slz-widgets button,
.slz-widgets input {
line-height: normal;
}
.slz-widgets button,
.slz-widgets html input[type="button"],
.slz-widgets input[type="reset"],
.slz-widgets input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
.slz-widgets button[disabled],
.slz-widgets input[disabled] {
cursor: default;
}
.slz-widgets input[type="checkbox"],
.slz-widgets input[type="radio"] {
padding: 0;
}
.slz-widgets input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
.slz-widgets button::-moz-focus-inner,
.slz-widgets input::-moz-focus-inner {
border: 0;
padding: 0;
}
.slz-widgets textarea {
overflow: auto;
vertical-align: top;
}
.slz-widgets table {
border-bottom: 1px solid #f0f0f0;
border-collapse: collapse;
border-spacing: 0;
font-size: 14px;
line-height: 2;
margin: 0 0 20px;
width: 100%;
}
.slz-widgets caption,
.slz-widgets th,
.slz-widgets td {
font-weight: 400;
text-align: center;
}
.slz-widgets caption {
font-size: 16px;
margin: 20px 0;
}
.slz-widgets th {
font-weight: 700;
text-transform: uppercase;
}
.slz-widgets td {
border-top: 1px solid #f0f0f0;
padding: 6px 10px 6px 0;
}
.slz-widgets del {
color: #333;
}
.slz-widgets ins {
background-color: #fff9c0;
text-decoration: none;
}
.slz-widgets hr {
background-size: 4px 4px;
border: 0;
height: 1px;
margin: 0 0 24px;
border-top: 1px solid #eee;
}
.slz-widgets table {
width: 100%;
}
.slz-widgets table th {
text-align: left;
border: 1px solid #f0f0f0;
padding: 2px 8px;
}
.slz-widgets table td {
border: 1px solid #f0f0f0;
padding: 2px 8px;
}
.slz-widgets table .odd td {
background-color: #fcfcfc;
} .slz-widget + .slz-widget {
margin-top: 50px;
}
.slz-widgets .widget-title,
.slz-widgets .title-widget {
text-align: center;
color: #00234e;
font-size: 16px;
margin-top: 0px;
font-weight: 500;
padding-bottom: 5px;
margin-bottom: 30px;
position: relative;
text-transform: uppercase;
}
.slz-widgets .widget-title:before,
.slz-widgets .title-widget:before,
.slz-widgets .widget-title:after,
.slz-widgets .title-widget:after {
position: absolute;
content: '';
left: 0;
bottom: 0;
width: 60%;
height: 1px;
background: #d32eb2;
background: -moz-linear-gradient(left, #d32eb2 0%, #0c72c7 100%);
background: -webkit-linear-gradient(left, #d32eb2 0%,#0c72c7 100%);
background: linear-gradient(to right, #d32eb2 0%,#0c72c7 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d32eb2', endColorstr='#0c72c7',GradientType=1 );
}
.slz-widgets .widget-title:after,
.slz-widgets .title-widget:after {
left: auto;
right: 0;
bottom: 3px;
width: 65%;
}
.slz-widget > ul {
list-style: none;
padding: 0px;
margin: 0px;
}
.slz-widget > ul > li {
padding: 8px 0;
}
.slz-widget > ul > li:first-child {
padding-top: 0;
}
.slz-widget > ul > li:last-child {
padding-bottom: 0;
}
.slz-widget ul .children {
padding-left: 30px;
} .widget_search {
position: relative;
}
.widget_search .search-form {
display: inline-block;
position: relative;
width: 100%;
vertical-align: top;
}
.widget_search .search-form>label{
display: block;
width: 100%;
}
.widget_search .screen-reader-text {
display: block;
margin-bottom: 15px;
}
.widget_search .search-field {
border: none;
padding: 10px 45px 10px 30px;
border: 1px solid #e5e7ec;
border-radius: 50px;
background-color: transparent;
font-size: 14px;
line-height: 24px;
width: 100%;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.widget_search .search-field:focus,
.widget_search .search-field:active {
border-color: #d32eb2;
}
.widget_search .search-field::-webkit-input-placeholder {
color: #929aa4;
text-transform: uppercase;
}
.widget_search .search-field::-moz-placeholder {
color: #929aa4;
text-transform: uppercase;
}
.widget_search .search-field:-ms-input-placeholder {
color: #929aa4;
text-transform: uppercase;
}
.widget_search .search-field:-moz-placeholder {
color: #929aa4;
text-transform: uppercase;
}
.widget_search .search-submit {
position: absolute;
padding: 13px 15px;
right: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
background-color: transparent;
color: #6f7c8b;
border: none;
font-size: 0;
line-height: 1;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.widget_search .search-submit:hover,
.widget_search .search-submit:focus {
color: #d32eb2;
}
.widget_search .search-submit:before {
content: "\f002";
font-family: "FontAwesome";
font-size: 20px;
} .slz-widget select {
color: #666c72;
width: 100%;
height: 40px;
width: 100%;
padding: 0 15px;
font-size: 14px;
line-height: 40px;
border-radius: 5px;
-webkit-border-radius: 5px;
vertical-align: top;
display: inline-block;
border: 1px solid #d8dade;
appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
background: #FFFFFF url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAFCAYAAAB8ZH1oAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RUFEQ0JFODE5NDM4MTFFNjk1MjlGMjJCMTE5MEY4MjIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RUFEQ0JFODI5NDM4MTFFNjk1MjlGMjJCMTE5MEY4MjIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFQURDQkU3Rjk0MzgxMUU2OTUyOUYyMkIxMTkwRjgyMiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFQURDQkU4MDk0MzgxMUU2OTUyOUYyMkIxMTkwRjgyMiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Psti2TwAAAA3SURBVHjaYmBgYCgC4i9Q/AkNw8RBahiYgbgZiP/jwM1QNXDQgEVRAwMO0ECMIhhogWIUABBgALYFGIUw/br1AAAAAElFTkSuQmCC) no-repeat;
background-position: 95% center;
background-position: calc(100% - 15px) center;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.slz-widget select option {
width: 100%;
}
.slz-widget select:focus {
border: 1px solid #d32eb2;
}
.slz-widget .screen-reader-text {
display: none;
}
.widget_rss .rsswidget {
font-weight: 700;
font-size: 16px;
display: block;
}
.widget_rss .rsswidget .rss-widget-icon{
margin-right: 0px;
}
.widget_rss .title-widget .rsswidget{
display: inline-block;
margin-bottom: 0px;
}
.widget_rss .rss-date{
font-size: 12px;
font-weight: 700;
font-style: italic;
margin-bottom: 10px;
display: block;
}
.widget_rss ul li{
margin-bottom: 15px;
}
.slz-widget-contact-info .item {
position: relative;
}
.slz-widget-contact-info .item + .item {
margin-top: 10px;
}
.slz-widget-contact-info .item .icons {
position: absolute;
top: 3px;
left: 0;
}
.slz-widget-contact-info .item .text {
padding-left: 35px;
display: block;
} .widget_calendar .block-title {
margin-bottom: 17px;
}
.widget_calendar caption {
color: #3b424d;
background-color: #fbfbfb;
font-size: 14px;
margin: 0px;
border-bottom: 0;
font-weight: 500;
padding: 4px 0;
text-transform: uppercase;
}
.widget_calendar table {
width: 100%;
text-align: center;
border: none;
}
.widget_calendar table th {
text-align: center;
border: none;
font-weight: 500;
padding: 0;
}
.widget_calendar table td {
padding: 0;
border: none;
}
.widget_calendar table tfoot {
border-top: 1px solid #fbfbfb;
}
.widget_calendar table tfoot td {
font-weight: 500;
}
.widget_calendar #today {
background-color: #0c72c7;
color: #fff;
border-radius: 50px;
}
.widget_calendar #today a {
color: #fff;
}
.widget_calendar thead tr {
line-height: 34px;
} .widget_recent_entries ul li,
.widget_recent_comments ul li,
.widget_archive ul li {
margin-bottom: 5px;
}
.widget_recent_entries ul li:last-child,
.widget_recent_comments ul li:last-child,
.widget_archive ul li:last-child {
margin-bottom: 0;
}
.widget_recent_entries ul li:hover,
.widget_recent_comments ul li:hover,
.widget_archive ul li:hover {
}
.widget_recent_entries ul li .post-date,
.widget_archive ul li .post-date {
display: block;
color: #666c72;
}
.widget_recent_comments ul li a {
font-weight: 600;
} .widget_categories ul li,
.widget_pages ul li,
.widget_nav_menu ul li {
margin-bottom: 5px;
padding: 8px 0;
position: relative;
}
.widget_categories ul li:last-child,
.widget_pages ul li:last-child,
.widget_nav_menu ul li:last-child  {
margin-bottom: 0;
}
.widget_categories > ul > li:hover,
.widget_pages > ul > li:hover,
.widget_nav_menu ul.menu > li:hover {
}
.widget_categories ul .children,
.widget_pages ul .children,
.widget_nav_menu ul .sub-menu {
padding-top: 8px;
padding-left: 25px;
list-style: none;
}
.widget_categories ul .children li:last-child,
.widget_pages ul .children li:last-child,
.widget_nav_menu ul .sub-menu li:last-child {
padding-bottom: 0;
} .widget_pages ul li a:before,
.widget_nav_menu ul li a:before {
position: absolute;
content: "\f105";
font-family: "FontAwesome";
right: 0;
line-height: inherit;
color: inherit;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
line-height: 17px;
font-weight: 500;
}
.widget_pages ul li:hover > a:before,
.widget_nav_menu ul li:hover > a:before {
color: inherit;
}
.widget_pages ul .children li:hover > a:before,
.widget_nav_menu ul .sub-menu li:hover > a:before {
} .widget_nav_menu ul.menu {
list-style: none;
padding: 0;
margin: 0;
}
.widget_nav_menu .sub-menu {
opacity: 1;
visibility: visible;
top: auto;
width: 100%;
padding-left: 30px;
display: block;
position: relative;
background-color: transparent;
border-top: none;
box-shadow: none;
-webkit-box-shadow: none;
list-style-type: circle;
-webkit-box-shadow: none;
-moz-box-shadow: none;
}
.widget_nav_menu .sub-menu .sub-menu {
left: 0;
top: 0;
padding-left: 15px;
}
.widget_nav_menu .sub-menu > li {
list-style-type: inherit;
display: list-item;
background: transparent;
}
.widget_nav_menu .sub-menu > li + li {
border: none;
}
.widget_nav_menu .sub-menu > li > a {
line-height: inherit;
padding: 0;
font-weight: 400;
color: #4a5664;
}
.widget_nav_menu .sub-menu > li > a:hover {
color: #d32eb2;
} .widget_meta ul li,
.categories-list li,
.tags-list li {
display: inline-block;
vertical-align: top;
padding: 0px;
margin: 0 5px 10px 0px;
color: #666c72;
}
.tags-links {
padding-left: 25px;
}
.tags-links:before {
color: #666c72;
}
.entry-content .tags-links ul {
padding-left: 0;
}
.widget_meta ul li a,
.categories-list li a,
.tags-list li a,
.tags-links a {
display: inline-block;
vertical-align: top;
padding: 2px 15px;
margin: 0;
font-size: 14px;
line-height: 24px;
border: 1px solid #eaeaea;
border-radius: 30px;
-webkit-border-radius: 30px;
color: #929aa4;
overflow: hidden;
position: relative;
z-index: 2;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.categories-list li span + a, 
.tags-list li span + a {
margin-left: 15px;
}
.widget_meta ul li a:before,
.categories-list li a:before,
.tags-list li a:before,
.tags-links a:before {
position: absolute;
content: '';
left: -100%;
top: 0;
width: 100%;
height: 100%;
background-color: #0c72c7;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
z-index: -1;
}
.widget_meta ul li a:hover:before,
.categories-list li a:hover:before,
.tags-list li a:hover:before,
.tags-links a:hover:before {
left: 0;
}
.widget_meta ul li a:hover,
.categories-list li a:hover,
.tags-list li a:hover,
.tags-links a:hover {
color: #fff;
box-shadow: 2px 3px 9px 1px rgba( 0, 0, 0, 0.07 );
-webkit-box-shadow: 2px 3px 9px 1px rgba( 0, 0, 0, 0.07 );
}
.widget_meta ul li a abbr[data-original-title],
.widget_meta ul li a abbr[title] {
border-bottom-color: transparent;
} .categories-list,
.tags-list {
list-style: none;
padding-left: 0px;
margin-bottom: 0px;
}
.categories-list li,
.tags-list li {
color: #18364a;
margin: 0;
font-weight: 500;
position: relative;
line-height: 30px;
text-transform: uppercase;
}
.categories-list li a,
.tags-list li a { 
text-transform: capitalize;
font-weight: 400;
margin-right: 10px;
margin-bottom: 10px;
}
.categories-list li:first-child:before,
.tags-list li:first-child:before {
position: relative;
top: -2px;
font-size: 12px;
margin-right: 5px;
content: "\f02c";
font-family: "FontAwesome";
line-height: inherit;
font-style: normal;
color: inherit;
}
.categories-list + .tags-list {
margin-top: 10px;
}
.categories-list  li a:first-child,
.tags-list li a:first-child {
margin-left: 15px;
} .gallery {
margin-bottom: 1.6em;
margin: 0 -10px;
}
.gallery-item {
display: inline-block;
padding: 10px;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-icon img {
margin: 0 auto;
}
.entry-content .gallery-item .gallery-caption,
.gallery-item .gallery-caption {
margin-bottom: 0;
}
.gallery-caption {
display: block;
font-size: 12px;
font-size: 1.2rem;
line-height: 1.5;
padding: 0.5em 0;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
display: none;
} .sticky {
}
.slz-sticky{
position: absolute;
right: 30px;
top: 5px;
z-index: 10;
}
.slz-sticky .inner {
color: #d32eb2;
}
.slz-sticky .inner:before{
font-family: 'FontAwesome';
content: "\f02e";
font-size: 45px;
color: inherit;
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
} .widget_tag_cloud .tagcloud a {
margin: 0 5px 10px 0px;
display: inline-block;
line-height: 1;
vertical-align: bottom;
padding: 3px 15px;
background-color: #f8f8f8;
border-radius: 30px;
-webkit-border-radius: 30px;
color: #333333;
overflow: hidden;
position: relative;
z-index: 2;
}
.widget_tag_cloud .tagcloud a:before {
position: absolute;
content: "";
left: -100%;
top: 0;
bottom: 0;
width: 100%;
height: 100%;
background-color: #0c72c7;
border-radius: 30px;
-webkit-border-radius: 30px;
z-index: -1;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.widget_tag_cloud .tagcloud a:hover {
color: #fff;
}
.widget_tag_cloud .tagcloud a:hover:before {
left: 0;
}  .entry-content a {
text-decoration: none;
}
.entry-content a:focus {
outline: none;
}
.entry-content a:active,
.entry-content a:hover {
outline: 0;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
clear: both;
font-family: inherit;
line-height: 1.1;
font-weight: 400;
margin: 0;
color: #18364a;
}
.entry-content h1 {
font-size: 36px;
margin-top: 20px;
margin-bottom: 10px;
}
.entry-content h2 {
font-size: 30px;
margin-top: 20px;
margin-bottom: 10px;
}
.entry-content h3 {
font-size: 22px;
margin-top: 20px;
margin-bottom: 10px;
}
.entry-content h4 {
font-size: 20px;
margin-top: 10px;
margin-bottom: 10px;
}
.entry-content h5 {
font-size: 18px;
margin-top: 10px;
margin-bottom: 10px;
}
.entry-content h6 {
font-size: 16px;
margin-top: 10px;
margin-bottom: 10px;
}
.entry-content address {
font-style: italic;
margin: 0 0 24px;
}
.entry-content abbr[title] {
border-bottom: 1px dotted;
}
.entry-content b,
.entry-content strong {
font-weight: 700;
}
.entry-content dfn {
font-style: italic;
}
.entry-content mark {
background-color: #ff0;
color: #000;
}
.entry-content p {
margin: 0 0 20px;
}
.entry-content code,
.entry-content kbd,
.entry-content pre,
.entry-content samp {
font-family: monospace, serif;
font-size: 14px;
-webkit-hyphens: none;
-moz-hyphens: none;
-ms-hyphens: none;
hyphens: none;
}
.entry-content pre {
background: #f5f5f5;
color: #666;
font-family: monospace;
font-size: 14px;
margin: 20px 0;
overflow: auto;
padding: 20px;
white-space: pre;
white-space: pre-wrap;
word-wrap: break-word;
}
.entry-content small {
font-size: smaller;
}
.entry-content sub,
.entry-content sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
.entry-content sup {
top: -0.5em;
}
.entry-content sub {
bottom: -0.25em;
}
.entry-content dl {
margin: 0 0 20px;
}
.entry-content dt {
font-weight: 700;
}
.entry-content dd {
margin: 0 0 20px;
}
.entry-content menu,
.entry-content ol,
.entry-content ul {
margin: 0px 0 10px;
padding: 0 0 0 30px;
}
.entry-content ol li,
.entry-content ul li{
list-style-type: inherit;
color: inherit;
}
.entry-content ul {
list-style-type: disc;
}
.entry-content ul ul, .entry-content ol ul {
list-style-type: circle;
}
.entry-content ul ul ul{
list-style-type: square;
}
.entry-content nav ul,
.entry-content nav ol {
list-style: none;
list-style-image: none;
}
.entry-content li > ul,
.entry-content li > ol {
margin: 0;
}
.entry-content big {
font-size: larger;
}
.entry-content code {
padding: 2px 4px;
font-size: 90%;
color: #d32eb2;
background-color: #f9f2f4;
border-radius: 4px;
-webkit-border-radius: 4px;
}
.entry-content kbd {
padding: 2px 4px;
font-size: 90%;
color: #fff;
background-color: #333;
border-radius: 3px;
-webkit-border-radius: 3px;
box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
}
.entry-content img {
-ms-interpolation-mode: bicubic;
border: 0;
vertical-align: middle;
}
.entry-content svg:not(:root) {
overflow: hidden;
}
.entry-content figure {
margin: 0;
}
.entry-content form {
margin: 0;
}
.entry-content fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
min-width: inherit;
padding: 0.35em 0.625em 0.75em;
}
.entry-content legend {
border: 0;
padding: 0;
white-space: normal;
}
.entry-content button,
.entry-content input,
.entry-content select,
.entry-content textarea {
font-size: 100%;
margin: 0;
max-width: 100%;
vertical-align: baseline;
}
.entry-content button,
.entry-content input {
line-height: normal;
}
.entry-content button,
.entry-content html input[type="button"],
.entry-content input[type="reset"],
.entry-content input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
.entry-content button[disabled],
.entry-content input[disabled] {
cursor: default;
}
.entry-content input[type="checkbox"],
.entry-content input[type="radio"] {
padding: 0;
}
.entry-content input[type="search"] {
-webkit-appearance: textfield;
padding-right: 2px; width: 270px;
}
.entry-content input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
.entry-content button::-moz-focus-inner,
.entry-content input::-moz-focus-inner {
border: 0;
padding: 0;
}
.entry-content textarea {
overflow: auto;
vertical-align: top;
}
.entry-content table,
.comments-area table {
border-bottom: 1px solid #f0f0f0;
border-collapse: collapse;
border-spacing: 0;
font-size: 14px;
line-height: 2;
margin: 0 0 20px;
width: 100%;
}
.comments-area caption,
.comments-area th,
.comments-area td,
.entry-content caption,
.entry-content th,
.entry-content td {
font-weight: 400;
}
.comments-area caption,
.entry-content caption {
font-size: 16px;
margin: 20px 0;
}
.comments-area th,
.entry-content th {
font-weight: 700;
text-transform: capitalize;
}
.comments-area thead th,
.entry-content thead th {
text-transform: uppercase;
color: #18364a;
}
.comments-area td a {
font-weight: 700;
}
.entry-content td {
border-top: 1px solid #f0f0f0;
padding: 6px 10px 6px 0;
}
.comments-area del,
.entry-content del {
color: #333;
}
.comments-area ins,
.entry-content ins {
background-color: #fff9c0;
text-decoration: none;
}
.comments-area hr,
.entry-content hr {
background-size: 4px 4px;
border: 0;
height: 1px;
margin: 0 0 24px;
border-top: 1px solid #eee;
}
.comments-area table,
.entry-content table {
width: 100%;
}
.comments-area table th,
.entry-content table th {
text-align: left;
border: 1px solid #f0f0f0;
padding: 2px 8px;
}
.comments-area table td,
.entry-content table td {
border: 1px solid #f0f0f0;
padding: 2px 8px;
}
.comments-area table .odd td,
.entry-content table .odd td {
background-color: #fcfcfc;
}
.entry-content img.aligncenter {
margin: 5px auto;
}
.entry-content .aligncenter img,
.entry-content .aligncenter {
margin: 5px auto;
}
.entry-content img.size-full,
.entry-content img.size-large,
.entry-content img.wp-post-image {
height: auto;
max-width: 100%;
}
.entry-content img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
height: auto;
}
.entry-content .alignleft {
float: left;
}
.entry-content .alignright {
float: right;
}
.entry-content img.alignnone {
margin: 5px 0;
}
.entry-content img.size-full,
.entry-content img.size-large,
.entry-content img.wp-post-image {
height: auto;
max-width: 100%;
}
.entry-content figure.wp-caption.alignleft,
.entry-content img.alignleft {
margin: 5px 20px 5px 0;
}
.entry-content figure.wp-caption.alignright,
.entry-content img.alignright {
margin: 5px 0 5px 20px;
}
.entry-content img.alignnone {
margin: 5px 0;
}
.entry-content figure.alignnone {
margin: 5px 0;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
max-width: 100%;
}
.entry-content img,
.entry-summary img,
.comment-content img,
.slz-widgets .widget img,
.entry-content .wp-caption {
max-width: 100%;
}
.entry-content .wp-caption .wp-caption-text,
.entry-content .entry-caption,
.entry-content .gallery-caption {
font-size: 16px;
font-style: italic;
font-weight: 300;
margin: 0 0 24px;
}
.entry-content .nav-links {
margin: 0 0 20px;
}
.entry-content .nav-links:before {
content: "";
display: table;
}
.entry-content .nav-links:after {
content: "";
display: table;
clear: both;
}
.entry-content .nav-links .nav-previous {
display: block;
width: 50%;
float: left;
}
.entry-content .nav-links .nav-next {
display: block;
width: 50%;
float: right;
}
.entry-content .nav-links .nav-previous a,
.entry-content .nav-links .nav-next a {
text-decoration: none;
text-align: left;
}
.entry-content .nav-links .nav-previous .meta-nav,
.entry-content .nav-links .nav-next .meta-nav {
margin-right: 5px;
}
.entry-content .nav-links .post-title {
font-weight: 700;
display: block;
} .entry-content .page-links {
margin-bottom: 0px;
margin-top: 10px;
text-align: left;
}
.entry-content .page-links .page-links-title {
margin-right: 10px;
font-weight: 700;
}
.entry-content .page-links .screen-reader-text {
display: none;
}
.entry-content .screen-reader-text {
display: none;
}
.entry-content .page-links > span:not(.page-links-title):not(.screen-reader-text) {
display: inline-block;
vertical-align: top;
padding: 0px;
width: 26px;
height: 26px;
line-height: 24px;
text-align: center;
border-radius: 50%;
-webkit-border-radius: 50%;
text-decoration: none;
margin-right: 10px;
border: 1px solid #1070c6;
color: #1070c6;
}
.entry-content .page-links a {
display: inline-block;
vertical-align: top;
padding: 0px;
border-radius: 26px;
-webkit-border-radius: 26px;
width: 26px;
height: 26px;
line-height: 26px;
text-align: center;
text-decoration: none;
color: #bdbdbd;
border: 1px solid #bdbdbd;
margin-right: 10px;
}
.entry-content .page-links a:hover {
color: #1070c6;
border-color: #1070c6;
}  .comments-area {
margin-top: 80px;
}
.comments-area h1 {
font-size: 36px;
margin-top: 20px;
margin-bottom: 10px;
}
.comments-area h2 {
font-size: 30px;
margin-top: 20px;
margin-bottom: 10px;
}
.comments-area h3 {
font-size: 22px;
margin-top: 20px;
margin-bottom: 10px;
}
.comments-area h4 {
font-size: 20px;
margin-top: 10px;
margin-bottom: 10px;
}
.comments-area h5 {
font-size: 18px;
margin-top: 10px;
margin-bottom: 10px;
}
.comments-area h6 {
font-size: 16px;
margin-top: 10px;
margin-bottom: 10px;
}
.comments-area address {
font-style: italic;
margin: 0 0 24px;
}
.comments-area abbr[title] {
border-bottom: 1px dotted;
}
.comments-area b,
.comments-area strong {
font-weight: 700;
}
.comments-area dfn {
font-style: italic;
}
.comments-area mark {
background-color: #ff0;
color: #000;
}
.comments-area p {
margin: 0 0 10px;
}
.comments-area code,
.comments-area kbd,
.comments-area pre,
.comments-area samp {
font-family: monospace, serif;
font-size: 14px;
-webkit-hyphens: none;
-moz-hyphens: none;
-ms-hyphens: none;
hyphens: none;
}
.comments-area pre {
background: #f5f5f5;
color: #666;
font-family: monospace;
font-size: 14px;
margin: 20px 0;
overflow: auto;
padding: 20px;
white-space: pre;
white-space: pre-wrap;
word-wrap: break-word;
}
.comments-area dl {
margin: 0 0 20px;
}
.comments-area dd {
margin: 0 0 20px;
}
.comments-area ul,
.comments-area ol {
margin-bottom: 10px;
}
.comments-area ul ul,
.comments-area ol ol,
.comments-area ol ul {
margin-bottom: 0px;
}
.comments-area .comments-title {
position: relative;
font-size: 24px;
text-transform: uppercase;
color: #00234e;
font-weight: 700;
padding-left: 35px;
margin: 0;
}
.comments-area .comments-title:before {
position: absolute;
content: '';
top: -2px;
left: 0;
width: 27px;
height: 24px;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAYCAYAAAALQIb7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjQzQTdBN0EwRDNDOTExRTZBOUQ5OENGRDJCQzk0QzA0IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjQzQTdBN0ExRDNDOTExRTZBOUQ5OENGRDJCQzk0QzA0Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NDNBN0E3OUVEM0M5MTFFNkE5RDk4Q0ZEMkJDOTRDMDQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NDNBN0E3OUZEM0M5MTFFNkE5RDk4Q0ZEMkJDOTRDMDQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7/x5IlAAACRUlEQVR42qxVvU4cMRD2LNYGjp/NAYeSAiHxAIgyD5CCR0kNz0FPyTvQ0qWAEtoUaSOkSFQcrO/siX/Gf+zunYGsTrc+z9gz3/fNzAEispJn/ezWL9MD8HT+jZU+vNTxx+/psiSypy8J/tp5KNMkGKT7F4ej/4/s+PvuMpeM3qFgS50WXfoWevlr5yENhi59C73w6+iqiK67678fphdGpzfv1qCQXhzUbIiuhJYi/z56O5oNaXB5sBYhaAug8xjy76O3WLOxIECgR46OBhogMoDHGorp5QsEzujamKuYuxlxYH4o9shWiukt1uznpGZ+jII9hBbdqK7CDcvo5esSY7gFGtw3NGwMIgwR2eYcAy6kBWifPsb41gyLNDt5aCkIZkQ3M3CRLbXR8PCp6mo2FsolSZn+Wa16NWisHwQDkHksKofGU2u5NIhVgA90iO8IlSFoZsozlFejZaD737erz3vASIKZ1w4lwRKV+F6LJLbbnLSYFYFbAxvTpVEzZ5u2kM8ZqqK9FxV0RbLxSSuzTL++yF7NGqLFtlkoH2SiSoL5ctSfL7WkpDyVoIPpDACiSPvPipBqVRCDTp+FsStbaYgxmGQRASRIps/dZucTkWskKplUNmmg31szFRrZXkgggKmIKtF0XjFXLFGTvECAZbZs3/STR+aMDgoX6USJPVdhlNe6Ghq3BbK0S2uVdDhG0Tck4UzGiNmpJXZYMBs1qmxYWGRGeKTwZm8kMfPxHbWqYsUGDPpLAUv249k1Gcve18Q/AQYAi4M8bLVuqFgAAAAASUVORK5CYII=);
}
.comments-area .comment-respond .comment-reply-title {
margin-bottom: 15px;
text-transform: uppercase;
font-weight: 700;
color: #555555;
}
.comments-area .comment-list {
margin-bottom: 0;
margin-top: 35px;
}
.comments-area .comment-list > li.comment:first-child {
padding-top: 0;
}
.comments-area .comment-list .comment {
padding: 8px 0;
}
.comments-area .comment-list .comment:last-child {
padding-bottom: 0;
}
.comments-area .comment-list .comment + .comment {
}
.comments-area .comment-list .children {
padding-left: 80px;
}
.comments-area .comment-list,
.comments-area ol,
.comments-area ul {
list-style: none;
padding-left: 0px;
}
.comments-area .comment-meta + .comment-content,
.comments-area .comment-metadata + .comment-awaiting-moderation {
margin-top: 15px;
}
.comments-area  .comment-awaiting-moderation {
padding-left: 90px;
}
.comments-area .comment-body {
padding: 15px 0;
position: relative;
}
.comments-area .comment-body ul {
list-style: disc;
}
.comments-area .comment-body ul ul {
list-style: circle;
}
.comments-area .comment-body ul ul ul {
list-style: square;
}
.comments-area .comment-body ul li,
.comments-area .comment-body ol li {
list-style: inherit;
}
.comments-area .comment-body  ul,
.comments-area .comment-body  ol {
padding-left: 15px;
}
.comments-area .comment-body  ol {
list-style-type: decimal;
}
.comments-area .comment-body  ol ul {
list-style-type: disc;
}
.comments-area .comment-body:before {
display: table;
content: "";
}
.comments-area .comment-body:after {
content: "";
display: table;
clear: both;
}
.comments-area .comment-author {
margin-bottom: 0px;
display: inline-block;
vertical-align: top;
position: relative;
}
.comments-area .comment-author img {
max-width: 100%;
width: 65px;
height: 65px;
position: absolute;
top: 0;
left: 0;
border-radius: 50%;
-webkit-border-radius: 50%;
}
.comments-area .comment-author .avatar {
margin: 0px 10px 0px 0;
}
.comments-area .comment-author .fn {
display: inline-block;
margin-right: 10px;
vertical-align: top;
padding-left: 100px;
font-weight: 500;
color: #555555;
text-transform: uppercase;
}
.comments-area .comment-author .fn a {
font-size: 14px;
font-weight: 900;
color: #18364a;
}
.comments-area .comment-author .fn a:hover {
color: #d32eb2;
}
.comments-area .comment-author .says {
display: none;
}
.comments-area .comment-metadata {
margin-bottom: 0px;
display: inline-block;
position: relative;
padding-left: 15px;
line-height: 24px;
float: right;
}
.comments-area .comment-metadata a {
color: #b3b3b3;
}
.comments-area .comment-notes .required {
color: #FB0000;
}
.comments-area .comment-list .reply {
display: block;
}
.comments-area .comment-list .reply a {
position: relative;
display: inline-block;
color: #9fa3a7;
text-decoration: none;
}
.comments-area .comment-list .reply a:hover {
text-decoration: none;
color: #d32eb2;
}
.comments-area .comment-list .reply a:before {
content: "\21B5";
margin-right: 10px;
display: inline-block;
color: #9fa3a7;
font-size: 24px;
line-height: 24px;
vertical-align: top;
-webkit-transform: rotateY(180deg);
-ms-transform: rotateY(180deg);
-o-transform: rotateY(180deg);
transform: rotateY(180deg);
}
.comments-area .comment-list .reply {
padding-left: 100px;
}
.comments-area .comment-awaiting-moderation,
.comments-area.comment-content,
.comments-area .comment-list .reply {
width: 100%;
word-wrap: break-word;
}
.comments-area .highlander-comment {
margin-left: 0 !important;
margin-right: 0 !important;
}
.comments-area .comment-metadata a {
color: #9fa3a7;
margin-right: 10px;
}
.comments-area .comment-metadata a:hover {
color: #d32eb2;
}
.comments-area .comment-metadata .edit-link:before {
-webkit-font-smoothing: antialiased;
display: inline-block;
font-family: "FontAwesome";
content: "\f040";
font-style: normal;
font-weight: 400;
font-variant: normal;
margin-right: 5px;
speak: none;
text-align: center;
text-decoration: inherit;
text-transform: none;
vertical-align: top;
}
.comments-area .wrap-rating.in-post {
margin-top: 20px;
margin-bottom: 20px;
}
.comments-area .wrap-rating .rating-title sup {
color: #FB0000;
}
.comments-area .rating span {
color: #C8C8C8;
}
.comments-area .wrap-rating.in-post .rating:hover .fa.fa-star{
color: #C8C8C8!important;
}
.comments-area .wrap-rating.in-post .rating:hover .fa.fa-star.over,
.rating .fa.fa-star.voted {
color: #FAE803!important;
}
.comments-area input:not([type="submit"]),
.comments-area input:not([type="reset"]),
.comments-area input:not([type="file"]),
.comments-area .comment-form-comment textarea {
max-width: 100%;
width: 100%;
border: 1px solid #b7b7b7;
padding: 7px 20px;
}
.comments-area .comment-form-comment textarea {
min-height: 180px;
padding: 7px 20px;
resize: none;
}
.comments-area .comment-form {
display: block;
width: 100%;
text-align: center;
position: relative;
font-size: 0;
}
.comments-area .comment-form-left {
margin-bottom: 0;
display: inline-block;
vertical-align: top;
width: 50%;
padding-right: 15px;
font-size: 14px;
}
.comments-area .comment-form-author,
.comments-area .comment-form-email,
.comments-area .comment-form-url {
width: 100%;
display: block;
padding-bottom: 30px;
}
.comments-area .comment-form-url {
padding-bottom: 0;
}
.comments-area .comment-form-comment {
margin-bottom: 0;
display: inline-block;
vertical-align: top;
width: 50%;
padding-left: 15px;
font-size: 14px;
}
.comments-area .comment-form-comment label,
.comments-area .comment-form-author label,
.comments-area .comment-form-email label,
.comments-area .comment-form-url label {
display: none;
}
.comments-area .comment-form-author label .required,
.comments-area .comment-form-email label .required,
.comments-area .comment-form-url label .required {
color: #FB0000;
}
.comments-area .comment-form-author input,
.comments-area .comment-form-email input,
.comments-area .comment-form-url input {
width: 100%;
}
.comments-area .comment-form-author input:focus,
.comments-area .comment-form-email input:focus,
.comments-area .comment-form-url input:focus,
.comments-area .comment-form-comment textarea:focus {
border-color: #d32eb2;
}
.comments-area .wrap-rating .rating-title {
font-weight: 700;
color: #707070;
}
.comments-area .comment-form .comment-form-url + .form-submit {
margin-top: 40px;
}
.comments-area .comment-form .form-submit {
margin-bottom: 0px;
margin-top: 30px;
display: inline-block;
position: relative;
z-index: 1;
font-size: 14px;
}
.comments-area .comment-form .form-submit input {
max-width: 100%;
min-width: 170px;
width: 100%;
border-radius: 40px;
-webkit-border-radius: 40px;
border: none;
padding: 7px 20px;
background: #d32eb2;
background: -moz-linear-gradient(left, #d32eb2 0%, #0c72c7 100%);
background: -webkit-linear-gradient(left, #d32eb2 0%,#0c72c7 100%);
background: linear-gradient(to right, #d32eb2 0%,#0c72c7 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d32eb2', endColorstr='#0c72c7',GradientType=1 );
color: #fff;
text-transform: uppercase;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.comments-area .comment-form .form-submit input:hover {
}
.comments-area .comment-form.slz-is-user-logged-in .comment-form-comment {
width: 100%;
padding-left: 0;
}
.comments-area .input-error-msg {
color: #FB0000;
margin-top: 10px;
text-align: left;
}
.comments-area .pagination-comment {
margin-top: 30px;
}
.comment .author-photo img {
width: 90px;
height: 90px;
border-radius: 50%;
-webkit-border-radius: 50%;
}
.comment .media-left {
padding-right: 0;
}
.comment .media-body {
padding-left: 40px;
position: relative;
}
.comment .media-body:before {
position: absolute;
content: '';
left: 20px;
top: 0;
width: 1px;
height: 100%;
background-color: #f4f4f4;
}
.comment .media-body .heading-wrapper {
width: 100%;
vertical-align: top;
display: inline-block;
}
.comment-info-wrapper {
}
.comment-feedback-wrapper {
}
.comment-info-wrapper .author-name {
display: inline-block;
vertical-align: top;
}
.comment-info-wrapper .author-name + .info {
padding-left: 0;
margin-top: 5px;
display: block;
}
.comment-info-wrapper .author-name,
.comment-info-wrapper .author-name a {
color: #00234e;
font-size: 16px;
font-weight: 500;
text-transform: capitalize;
}
.comment-info-wrapper .author-name a:hover {
color: #d32eb2;
}
.comment-info-wrapper .info li {
display: inline-block;
vertical-align: top;
position: relative;
font-style: italic;
}
.comment-info-wrapper .info li + li:before {
content: "/";
color: #989b9f;
padding: 0 2px;
}
.comment-feedback-wrapper a {
color: #1070c6;
text-transform: capitalize;
font-style: italic;
position: relative;
}
.comment-feedback-wrapper a:before {
position: absolute;
content: '';
left: 0;
bottom: 0;
width: 0;
height: 1px;
background-color: #1070c6;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.comment-feedback-wrapper a:after {
content: "\f0a9";
font-family: "FontAwesome";
color: #1070c6;
margin-left: 8px;
font-style: normal;
}
.comment-feedback-wrapper a:hover {
}
.comment-feedback-wrapper a:hover:before {
width: 100%;
}
.comment .comment-content {
margin-top: 10px;
}
.comment .comment-content > h2:first-child {
margin-top: 0;
}
.comment-respond {
margin-top: 60px;
}
.comment-respond > .title {
margin-top: 0;
margin-bottom: 50px;
position: relative;
font-size: 24px;
text-transform: uppercase;
color: #00234e;
font-weight: 700;
padding-left: 35px;
}
.comment-respond > .title:before {
position: absolute;
content: '';
top: -2px;
left: 0;
width: 27px;
height: 24px;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAYCAYAAAALQIb7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjQzQTdBN0EwRDNDOTExRTZBOUQ5OENGRDJCQzk0QzA0IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjQzQTdBN0ExRDNDOTExRTZBOUQ5OENGRDJCQzk0QzA0Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NDNBN0E3OUVEM0M5MTFFNkE5RDk4Q0ZEMkJDOTRDMDQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NDNBN0E3OUZEM0M5MTFFNkE5RDk4Q0ZEMkJDOTRDMDQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7/x5IlAAACRUlEQVR42qxVvU4cMRD2LNYGjp/NAYeSAiHxAIgyD5CCR0kNz0FPyTvQ0qWAEtoUaSOkSFQcrO/siX/Gf+zunYGsTrc+z9gz3/fNzAEispJn/ezWL9MD8HT+jZU+vNTxx+/psiSypy8J/tp5KNMkGKT7F4ej/4/s+PvuMpeM3qFgS50WXfoWevlr5yENhi59C73w6+iqiK67678fphdGpzfv1qCQXhzUbIiuhJYi/z56O5oNaXB5sBYhaAug8xjy76O3WLOxIECgR46OBhogMoDHGorp5QsEzujamKuYuxlxYH4o9shWiukt1uznpGZ+jII9hBbdqK7CDcvo5esSY7gFGtw3NGwMIgwR2eYcAy6kBWifPsb41gyLNDt5aCkIZkQ3M3CRLbXR8PCp6mo2FsolSZn+Wa16NWisHwQDkHksKofGU2u5NIhVgA90iO8IlSFoZsozlFejZaD737erz3vASIKZ1w4lwRKV+F6LJLbbnLSYFYFbAxvTpVEzZ5u2kM8ZqqK9FxV0RbLxSSuzTL++yF7NGqLFtlkoH2SiSoL5ctSfL7WkpDyVoIPpDACiSPvPipBqVRCDTp+FsStbaYgxmGQRASRIps/dZucTkWskKplUNmmg31szFRrZXkgggKmIKtF0XjFXLFGTvECAZbZs3/STR+aMDgoX6USJPVdhlNe6Ghq3BbK0S2uVdDhG0Tck4UzGiNmpJXZYMBs1qmxYWGRGeKTwZm8kMfPxHbWqYsUGDPpLAUv249k1Gcve18Q/AQYAi4M8bLVuqFgAAAAASUVORK5CYII=);
}
.comment-respond > .title a {
text-transform: capitalize;
}
.comment-respond > .title small {
float: right;
line-height: 26px;
}  .block-info ul {
padding: 8px 0;
margin-bottom: 0;
color: #989b9f;
}
.block-info ul:before {
font-size: 9px;
margin-right: 10px;
content: "\f111";
font-family: "FontAwesome";
line-height: 24px;
font-style: normal;
color: #878e96;
position: relative;
top: -2px;
}
.block-info li {
font-size: 14px;
margin: 0;
color: #868e97;
list-style: none;
font-style: italic;
display: inline-block;
text-transform: capitalize;
}
.block-info li:after {
content: '|';
padding: 0 10px;
}
.block-info li:last-child:after {
content: none;
}
.block-info li:last-child {
margin-right: 0;
}
.block-info li a {
color: #989b9f;
font-size: 14px;
position: relative;
text-decoration: none;
line-height: 24px;
}
.block-info li a:hover {
color: #d32eb2;
}
.block-info li.edit-link {
padding-left: 0;
}
.block-info li.edit-link:before {
content: none;
}
.block-info li.edit-link i {
color: #9fa3a7;
}
.block-info li a:before {
font-family: "FontAwesome";
font-size: 14px;
left: 0;
color: inherit;
}
.block-info + .entry-content {
margin-top: 20px;
}
.block-info .edit-link i {
margin-right: 5px;
font-style: normal;
}
.slz-block-item-01 .block-title {
color: #18364a;
text-transform: capitalize;
}
.slz-block-item-01 .block-title:hover {
color: #d32eb2;
}
.block-content .entry-title {
font-size: 20px;
font-weight: 700;
text-transform: capitalize;
margin-bottom: 20px;
}
.slz-block-item-01 .block-content .entry-title {
font-size: 30px;
line-height: 1.2;
}
.block-content .entry-title a {
color: #18364a;
}
.block-content .entry-title a:hover {
color: #d32eb2;
}
.block-content .entry-title + .block-info {
margin-top: 10px;
}
.block-content .block-info {
border-top: 1px solid #eaeaea;
border-bottom: 1px solid #eaeaea;
}
.entry-content + .entry-meta {
margin-top: 30px;
}
.slz-pagination {
margin-top: 50px;
text-align: center;
}
.slz-pagination .pagination {
margin: 0;
}
.slz-pagination .pagination .screen-reader-text {
display: none;
}
.slz-pagination .page-numbers,
.pagination-comment .page-numbers {
color: #bdbdbd;
position: relative;
font-size: 12px;
width: 26px;
height: 26px;
line-height: 24px;
border-radius: 50%;
-webkit-border-radius: 50%;
border: 1px solid #bdbdbd;
text-align: center;
display: inline-block;
vertical-align: top;
}
.slz-pagination .page-numbers + .page-numbers,
.pagination-comment .page-numbers + .page-numbers {
margin-left: 5px;
}
.slz-pagination .nav-links .page-numbers.current,
.slz-pagination .nav-links .page-numbers.current:hover,
.pagination-comment .page-numbers.current,
.pagination-comment .page-numbers.current:hover {
color: #1070c6;
border-color: #1070c6;
}
.slz-pagination .nav-links .page-numbers:hover,
.pagination-comment .page-numbers:hover {
color: #1070c6;
border-color: #1070c6;
}
.slz-pagination .nav-links a.page-numbers:hover,
.pagination-comment a.page-numbers:hover {
color: #1070c6;
border-color: #1070c6;
}
.slz-pagination .page-numbers.next,
.slz-pagination .page-numbers.prev,
.pagination-comment .page-numbers.next,
.pagination-comment .page-numbers.prev {
}
.slz-pagination .nav-links a.page-numbers.next,
.slz-pagination .nav-links span.next,
.pagination-comment a.page-numbers.next,
.pagination-comment span.next {
font-size: 0;
}
.slz-pagination .nav-links a.page-numbers.next:before,
.slz-pagination .nav-links span.next:before,
.pagination-comment a.page-numbers.next:before,
.pagination-comment span.next:before {
content: '\f105';
font-family: 'FontAwesome';
font-size: 15px;
line-height: inherit;
}
.slz-pagination .nav-links a.page-numbers.prev,
.slz-pagination .nav-links span.prev,
.pagination-comment a.page-numbers.prev,
.pagination-comment span.prev {
font-size: 0;
}
.slz-pagination .nav-links a.page-numbers.prev:before,
.slz-pagination .nav-links span.prev:before,
.pagination-comment a.page-numbers.prev:before,
.pagination-comment span.prev:before {
content: '\f104';
font-family: 'FontAwesome';
font-size: 15px;
line-height: inherit;
}  .slz-blog-detail.slz-no-sidebar .slz-content-column {
width: 100%;
}
.slz-blog-detail.slz-no-sidebar .slz-sidebar-column {
display: none;
}
.slz-blog-detail .post-navigation {
position: relative;
margin-top: 50px;
}
.post-navigation .nav-links {
display: inline-block;
vertical-align: top;
width: 100%;
padding: 8px 0px;
}
.post-navigation .nav-links a {
color: #8c8f94;
}
.post-navigation .nav-links a:hover {
color: #d32eb2;
}
.post-navigation .nav-links .prev-post .meta-nav {
margin-right: 15px;
}
.post-navigation .nav-links .next-post .meta-nav {
margin-left: 15px;
}
.slz-blog-detail .blog-detail-wrapper > .title {
font-weight: 700;
color: #18364a;
text-transform: uppercase;
margin: 0;
display: block;
font-size: 20px;
line-height: 1.4;
text-align: left;
}
.slz-blog-detail .blog-detail-wrapper >.title + .slz-featured-block {
margin-top: 50px;
}
.slz-blog-detail .blog-detail-wrapper >.block-info + .slz-featured-block {
margin-top: 30px;
}
.slz-blog-detail .slz-featured-block {
margin-bottom: 30px;
}
.slz-blog-detail .slz-featured-block img {
margin-left: auto;
margin-right: auto;
}
.slz-blog-detail .slz-sidebar-column .slz-widget:first-child,
.slz-blog-detail .slz-sidebar-column > div:first-child {
margin-top: 0px;
}
.slz-blog-detail .blog-detail-wrapper + .slz-post-footer {
margin-top: 30px;
}
.slz-blog-detail .slz-related-post {
padding-bottom: 40px;
padding-top: 70px;
margin-left: 0;
margin-right: 0;
position: relative;
}
.slz-blog-detail .slz-related-post .related-title {
margin-top: 0px;
margin-bottom: 50px;
font-weight: 700;
position: relative;
font-size: 24px;
text-transform: uppercase;
color: #00234e;
padding-left: 35px;
}
.slz-blog-detail .slz-related-post .related-title:before {
position: absolute;
content: '';
top: -3px;
left: 0;
width: 27px;
height: 24px;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAYCAYAAAALQIb7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjQzQTdBN0EwRDNDOTExRTZBOUQ5OENGRDJCQzk0QzA0IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjQzQTdBN0ExRDNDOTExRTZBOUQ5OENGRDJCQzk0QzA0Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NDNBN0E3OUVEM0M5MTFFNkE5RDk4Q0ZEMkJDOTRDMDQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NDNBN0E3OUZEM0M5MTFFNkE5RDk4Q0ZEMkJDOTRDMDQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7/x5IlAAACRUlEQVR42qxVvU4cMRD2LNYGjp/NAYeSAiHxAIgyD5CCR0kNz0FPyTvQ0qWAEtoUaSOkSFQcrO/siX/Gf+zunYGsTrc+z9gz3/fNzAEispJn/ezWL9MD8HT+jZU+vNTxx+/psiSypy8J/tp5KNMkGKT7F4ej/4/s+PvuMpeM3qFgS50WXfoWevlr5yENhi59C73w6+iqiK67678fphdGpzfv1qCQXhzUbIiuhJYi/z56O5oNaXB5sBYhaAug8xjy76O3WLOxIECgR46OBhogMoDHGorp5QsEzujamKuYuxlxYH4o9shWiukt1uznpGZ+jII9hBbdqK7CDcvo5esSY7gFGtw3NGwMIgwR2eYcAy6kBWifPsb41gyLNDt5aCkIZkQ3M3CRLbXR8PCp6mo2FsolSZn+Wa16NWisHwQDkHksKofGU2u5NIhVgA90iO8IlSFoZsozlFejZaD737erz3vASIKZ1w4lwRKV+F6LJLbbnLSYFYFbAxvTpVEzZ5u2kM8ZqqK9FxV0RbLxSSuzTL++yF7NGqLFtlkoH2SiSoL5ctSfL7WkpDyVoIPpDACiSPvPipBqVRCDTp+FsStbaYgxmGQRASRIps/dZucTkWskKplUNmmg31szFRrZXkgggKmIKtF0XjFXLFGTvECAZbZs3/STR+aMDgoX6USJPVdhlNe6Ghq3BbK0S2uVdDhG0Tck4UzGiNmpJXZYMBs1qmxYWGRGeKTwZm8kMfPxHbWqYsUGDPpLAUv249k1Gcve18Q/AQYAi4M8bLVuqFgAAAAASUVORK5CYII=);
}
.slz-blog-detail .slz-related-post .slz-carousel {
margin: 0 -15px;
}
.slz-blog-detail .slz-related-post .slick-arrow {
top: auto;
font-size: 0;
border-radius: 50%;
-webkit-border-radius: 50%;
bottom: -30px;
border: 1px solid #ececec;
}
.slz-blog-detail .slz-related-post .slick-arrow i {
font-size: 14px;
line-height: 38px;
}
.slz-blog-detail .slz-related-post .slick-arrow:hover {
background-color: #ececec;
}
.slz-blog-detail .slz-related-post .slz-block-item-01 {
text-align: center;
}
.slz-blog-detail .slz-related-post .slz-block-item-01 .block-title {
font-size: 18px;
font-weight: 500;
padding: 0 15px;
}
.blog-detail-wrapper .block-info {
padding: 6px 0;
margin: 15px 0;
position: relative;
border-top: 1px solid #eaeaea;
border-bottom: 1px solid #eaeaea;
font-size: 0;
}
.blog-detail-wrapper .block-info:before {
font-size: 9px;
margin-right: 10px;
content: "\f111";
font-family: "FontAwesome";
line-height: 24px;
font-style: normal;
color: #878e96;
position: relative;
top: -1px;
}
.blog-detail-wrapper .block-info li {
list-style: none;
display: inline-block;
vertical-align: top;
line-height: 24px;
}
.blog-detail-wrapper .block-info + .entry-content {
margin-top: 20px;
}
.blog-detail-wrapper .block-info.date:before {
content: none;
}
.blog-detail-wrapper .block-info.date {
padding: 0;
margin-bottom: 30px;
} .slz-article-not-found .heading {
border-left: none;
padding-bottom: 10px;
border-bottom: 1px solid #E3E3E3;
display: block;
width: 100%;
margin-bottom: 20px;
}
.slz-article-not-found .heading .title {
text-transform: uppercase;
color: #18364a;
margin-bottom: 0px;
font-size: 20px;
}
.slz-article-not-found .search-form {
width: 100%;
position: relative;
background: #FFFFFF;
}
.slz-article-not-found .search-form > label {
display: none;
}
.slz-article-not-found .search-form .search-field {
width: 100%;
border:none;
padding: 12px 30px 12px 20px;
background: transparent;
font-size: 14px;
line-height: 1.4;
border: 1px solid #e5e7ec;
border-radius: 50px;
-webkit-border-radius: 50px;
}
.slz-article-not-found .search-form .search-field::-webkit-input-placeholder {
color: #929aa4;
text-transform: uppercase;
}
.slz-article-not-found .search-form .search-field::-moz-placeholder {
color: #929aa4;
text-transform: uppercase;
}
.slz-article-not-found .search-form .search-field:-ms-input-placeholder {
color: #929aa4;
text-transform: uppercase;
}
.slz-article-not-found .search-form .search-field:-moz-placeholder {
color: #929aa4;
text-transform: uppercase;
}
.slz-article-not-found .search-form .search-submit {
position: absolute;
font-size: 0px;
right: 0;
top: 0;
border: none;
background: transparent;
z-index: 1;
}
.slz-article-not-found .search-form .search-submit *,
.slz-article-not-found .search-form .search-submit .search-icon * {
font-size: 14px;
}
.slz-article-not-found .search-form .search-submit .search-icon {
font-size: 0px;
line-height: 1.4;
}
.slz-article-not-found .search-form .search-submit .search-icon:before {
font-family: 'FontAwesome';
content: "\f002";
display: inline-block;
font-size: 18px;
padding: 10px 15px;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.slz-article-not-found .search-form .search-submit:hover .search-icon:before {
color: #d32eb2;
} .post-password-form {
position: relative;
display: block;
min-width: 350px;
}
.post-password-form label {
display: inline-block;
margin-bottom: 0px;
}
.post-password-form input[type="password"] {
display: block;
padding: 0px 12px;
border: 1px solid #bdbdbd;
margin-right: 5px;
font-size: 14px;
line-height: 30px;
margin-top: 5px;
border-radius: 50px;
-webkit-border-radius: 50px;
}
.post-password-form input[type="submit"] {
padding: 0px 12px;
line-height: 30px;
border: 1px solid #bdbdbd;
background: #fff;
color: #666c72;
border-radius: 50px;
-webkit-border-radius: 50px;
font-size: 14px;
display: inline-block;
vertical-align: bottom;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.post-password-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:focus {
background-color: #d32eb2;
border-color: #d32eb2;
color: #fff;
} .archive-header{
padding-top: 40px;
padding-bottom: 40px;
background-color: #fafafa;
}
.post-by-author {
display: block;
color: #18364a;
line-height: 1.2;
font-size: 36px;
text-transform: uppercase;
font-weight: 700;
margin-bottom: 30px;
}  .slz-title-command {
position: relative;
background-color: #808080;
background: #d32eb2;
background: -moz-linear-gradient(left, #d32eb2 0%, #0c72c7 100%);
background: -webkit-linear-gradient(left, #d32eb2 0%,#0c72c7 100%);
background: linear-gradient(to right, #d32eb2 0%,#0c72c7 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d32eb2', endColorstr='#0c72c7',GradientType=1 );
}
.slz-title-command > .container {
height: 100%;
}
.slz-title-command .title-command-wrapper {
padding: 190px 0 95px 0;
text-align: center;
}
.slz-title-command .title-command-wrapper .title {
margin-bottom: 5px;
color: #fefeff;
font-size: 60px;
font-weight: 700;
line-height: 1.2;
text-transform: uppercase;
}
.slz-title-command .title-command-wrapper .bg-icon {
display: inline-block;
margin-bottom: 15px;
position: relative;
}
.slz-title-command .title-command-wrapper .bg-icon:before {
position: absolute;
content: '';
top: 50%;
left: -10px;
background-color: #fff;
width: 60px;
height: 1px;
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
-o-transform: translateX(-100%);
transform: translateX(-100%);
}
.slz-title-command .title-command-wrapper .bg-icon:after {
position: absolute;
content: '';
top: 50%;
right: -10px;
background-color: #fff;
width: 60px;
height: 1px;
-webkit-transform: translateX(100%);
-ms-transform: translateX(100%);
-o-transform: translateX(100%);
transform: translateX(100%);
}
.slz-title-command .title-command-wrapper .breadcrumb {
margin: 0;
background: transparent;
padding: 0 30px;
}
.slz-title-command .title-command-wrapper .breadcrumb .breadcrumb-item {
vertical-align: top;
}
.slz-title-command .title-command-wrapper .breadcrumb .breadcrumb-link {
color: #e0e0e0;
}
.slz-title-command .title-command-wrapper .breadcrumb .breadcrumb-link:hover,
.slz-title-command .title-command-wrapper .breadcrumb .breadcrumb-link:focus,
.slz-title-command .title-command-wrapper .breadcrumb .breadcrumb-active {
color: #fefeff;
}
.slz-wrapper-content .wpb_content_element {
margin-bottom: 0;
}
.breadcrumb > li + li:before {
color: #e9eef2;
content: '/';
font-family: "FontAwesome";
padding: 0 3px;
}
.tags-links.sc_tags.slz-shortcode {
padding-left: 0;
}
.tags-links.sc_tags.slz-shortcode:before {
content: none;
}  .back-to-top {
position: fixed;
bottom: 40px;
right: 20px;
cursor: pointer;
text-decoration: none;
opacity: 0;
z-index: -1;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.back-to-top i {
color: #ffffff;
font-size: 24px;
line-height: inherit;
position: relative;
z-index: 10;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.back-to-top.show {
bottom: 20px;
opacity: 1;
visibility: visible;
z-index: 99;
}
.back-to-top .btn {
width: 40px;
height: 40px;
line-height: 32px;
border-radius: 0;
-webkit-border-radius: 0;
padding: 0;
position: relative;
background-color: transparent;
border: none;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.back-to-top .btn:before {
position: absolute;
content: '';
top: 0;
left: 0;
bottom: 0;
right: 0;
background: #d32eb2;
background: -moz-linear-gradient(top, #d32eb2 0%, #0c72c7 100%);
background: -webkit-linear-gradient(top, #d32eb2 0%,#0c72c7 100%);
background: linear-gradient(to bottom, #d32eb2 0%,#0c72c7 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d32eb2', endColorstr='#0c72c7',GradientType=0 );
opacity: 1;
-webkit-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;
}
.back-to-top .btn:after {
position: absolute;
content: '\f025';
font-family: 'FontAwesome';
font-size: 42px;
line-height: 45px;
color: #d32eb2;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
-webkit-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;
}
.back-to-top:hover .btn,
.back-to-top:focus .btn {
outline: none;
animation: top 0.3s linear forwards;
-webkit-animation: top 0.3s linear forwards;
}
.back-to-top .btn:hover,
.back-to-top .btn:focus {
outline: none;
}
.back-to-top .btn:active {
box-shadow: none;
-webkit-box-shadow: none;
}
.back-to-top:hover .btn:before,
.back-to-top:focus .btn::before {
opacity: 0;
}
.back-to-top:hover .btn:after,
.back-to-top:focus .btn:after {
opacity: 1;
}
.back-to-top:hover i,
.back-to-top:focus i {
color: #0c72c7;
line-height: 50px;
animation: to-top 0.6s linear 0.4s infinite;
-webkit-animation: to-top 0.6s linear 0.4s infinite;
}  .slz-page-404 {
display: table;
width: 100%;
height: 100vh;
}
.slz-page-404 .content-wrapper-404 {
display: table-cell;
vertical-align: middle;
text-align: center;
background-size: cover;
background-position: top center;
padding-top: 20%;
}
.slz-page-404 .title {
font-size: 60px;
text-transform: uppercase;
font-weight: 700;
margin-bottom: 40px;
padding: 0 30px;
color: #fff;
}
.slz-page-404 .subtitle {
color: #fff;
font-size: 50px;
font-weight: 500;
text-transform: uppercase;
padding: 0 30px;
line-height: 65px;
margin-bottom: 40px;
}
.slz-page-404 .subtitle p {
margin: 0;
}
.slz-page-404 .group-btn {
font-size: 0;
}
.slz-page-404 .slz-btn {
display: inline-block;
position: relative;
padding: 13px 30px;
font-size: 18px;
min-width: 200px;
color: #fff;
background: #d32eb2;
background: -moz-linear-gradient(left, #d32eb2 0%, #0c72c7 100%);
background: -webkit-linear-gradient(left, #d32eb2 0%,#0c72c7 100%);
background: linear-gradient(to right, #d32eb2 0%,#0c72c7 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d32eb2', endColorstr='#0c72c7',GradientType=1 );
border-radius: 50px;
-webkit-border-radius: 50px;
margin-right: 20px;
border: none;
line-height: 24px;
font-weight: 400;
height: auto;
}
.slz-page-404 .slz-btn .text {
position: relative;
}
.slz-page-404 .slz-btn:last-child {
margin-right: 0;
}  @media screen and (min-width: 1600px) {
.slz-page-404 .content-wrapper-404 {
padding-top: 25%;
}
}
@media screen and (max-width: 1024px) { .slz-list-block.slz-column-4 > .item:nth-child(-n + 4) {
margin-top: 30px;
}
.slz-list-block.slz-column-4 > .item:nth-child(-n + 3) {
margin-top: 0;
}
.slz-list-block.slz-column-4 > .item {
width: 33.3333%;
}
.slz-list-block.slz-column-5 > .item:nth-child(-n + 5) {
margin-top: 30px;
}
.slz-list-block.slz-column-5 > .item:nth-child(-n + 4) {
margin-top: 0;
}
.slz-list-block.slz-column-5 > .item {
width: 25%;
}
.slz-list-block.slz-column-6 > .item:nth-child(-n + 6) {
margin-top: 30px;
}
.slz-list-block.slz-column-6 > .item:nth-child(-n + 4) {
margin-top: 0;
}
.slz-list-block.slz-column-6 > .item {
width: 25%;
}
.slz-list-block.slz-column-7 > .item:nth-child(-n + 7) {
margin-top: 30px;
}
.slz-list-block.slz-column-7 > .item:nth-child(-n + 4) {
margin-top: 0;
}
.slz-list-block.slz-column-7 > .item {
width: 25%;
}
.slz-list-block.slz-column-8 > .item:nth-child(-n + 8) {
margin-top: 30px;
}
.slz-list-block.slz-column-8 > .item:nth-child(-n + 4) {
margin-top: 0;
}
.slz-list-block.slz-column-8 > .item {
width: 25%;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.widget_calendar thead tr {
line-height: 28px;
}
.widget_calendar tfoot td {
border: none;
}
.widget_calendar td {
padding: 5px 0;
}
.widget_calendar tfoot #prev {
text-align: left;
}
.widget_calendar tfoot #next {
text-align: right;
}
.widget_calendar tfoot a:hover {
color: #4db2ec;
}
}
@media screen and (max-width: 768px) {
.slz-sidebar-left .slz-content-column,
.slz-sidebar-column {
float: left;
}
.slz-content-column + .slz-sidebar-column {
margin-top: 50px;
}
.entry-content figure {
width: 100% !important;
} .slz-list-block.slz-column-5 > .item:nth-child(-n + 4),
.slz-list-block.slz-column-6 > .item:nth-child(-n + 4),
.slz-list-block.slz-column-7 > .item:nth-child(-n + 4),
.slz-list-block.slz-column-8 > .item:nth-child(-n + 4) {
margin-top: 30px;
}
.slz-list-block.slz-column-5 > .item:nth-child(-n + 3),
.slz-list-block.slz-column-6 > .item:nth-child(-n + 3),
.slz-list-block.slz-column-7 > .item:nth-child(-n + 3),
.slz-list-block.slz-column-8 > .item:nth-child(-n + 3) {
margin-top: 0;
}
.slz-list-block.slz-column-5 > .item,
.slz-list-block.slz-column-6 > .item,
.slz-list-block.slz-column-7 > .item,
.slz-list-block.slz-column-8 > .item {
width: 33.3333%;
}
.slz-list-block.slz-column-4 > .item:nth-child(-n + 3) {
margin-top: 30px;
}
.slz-list-block.slz-column-4 > .item:nth-child(-n + 2) {
margin-top: 0;
}
.slz-list-block.slz-column-4 > .item {
width: 50%;
}
.slz-list-block.slz-column-3 > .item:nth-child(-n + 3) {
margin-top: 30px;
}
.slz-list-block.slz-column-3 > .item:nth-child(-n + 2) {
margin-top: 0;
}
.slz-list-block.slz-column-3 > .item {
width: 50%;
}
}
@media screen and (max-width: 767px) { .slz-list-block {
margin: 0 -10px;
}
.slz-list-block > .item {
padding: 0 10px;
}
.slz-list-block > .item {
margin-top: 20px;
}
.slz-list-block.slz-column-3 > .item:nth-child(-n + 3),
.slz-list-block.slz-column-4 > .item:nth-child(-n + 4),
.slz-list-block.slz-column-4 > .item:nth-child(-n + 3),
.slz-list-block.slz-column-5 > .item:nth-child(-n + 4),
.slz-list-block.slz-column-5 > .item:nth-child(-n + 3),
.slz-list-block.slz-column-6 > .item:nth-child(-n + 4),
.slz-list-block.slz-column-6 > .item:nth-child(-n + 3),
.slz-list-block.slz-column-7 > .item:nth-child(-n + 4),
.slz-list-block.slz-column-7 > .item:nth-child(-n + 3),
.slz-list-block.slz-column-8 > .item:nth-child(-n + 4),
.slz-list-block.slz-column-8 > .item:nth-child(-n + 3) {
margin-top: 20px;
}
.slz-list-block.slz-column-3 > .item:nth-child(-n + 2),
.slz-list-block.slz-column-4 > .item:nth-child(-n + 2),
.slz-list-block.slz-column-5 > .item:nth-child(-n + 2),
.slz-list-block.slz-column-6 > .item:nth-child(-n + 2),
.slz-list-block.slz-column-7 > .item:nth-child(-n + 2),
.slz-list-block.slz-column-8 > .item:nth-child(-n + 2) {
margin-top: 0;
}
.slz-list-block.slz-column-3 > .item,
.slz-list-block.slz-column-4 > .item,
.slz-list-block.slz-column-5 > .item,
.slz-list-block.slz-column-6 > .item,
.slz-list-block.slz-column-7 > .item,
.slz-list-block.slz-column-8 > .item {
width: 50%;
} .slz-blog-detail .blog-detail-wrapper > .title {
}
.blog-detail-wrapper .comments-area {
}
.comments-area {
margin-top: 50px;
}
.comment-respond {
margin-top: 50px;
}
.comment-respond > .title {
margin-bottom: 30px;
}
.comments-area .comment-author .fn,
.comments-area .comment-list .reply {
padding-left: 80px;
}
.comments-area .comment-list >.comment > .children,
.comments-area .comment-list .children {
padding-left: 40px;
}
.margin-bottom-100 {
margin-bottom: 60px;
}
.margin-top-100 {
margin-top: 60px;
}
.slz-title-command .title-command-wrapper {
padding: 50px 0;
}
.slz-title-command .title-command-wrapper .title {
font-size: 45px;
}
.slz-page-404 .content-wrapper-404 {
padding-top: 0;
}
}
@media screen and (max-width: 600px) {
.comments-area .comment-list >.comment > .children,
.comments-area .comment-list .children {
padding-left: 30px;
}
.slz-pagination {
margin-top: 30px;
}
.slz-page-404 .subtitle {
font-size: 40px;
line-height: 1.2;
}
}
@media screen and (max-width: 480px) {
.comments-area .comment-list >.comment > .children,
.comments-area .comment-list .children {
padding-left: 20px;
} .slz-list-block.slz-column-4 > .item:nth-child(-n + 2),
.slz-list-block.slz-column-3 > .item:nth-child(-n + 2),
.slz-list-block.slz-column-2 > .item:nth-child(-n + 2) {
margin-top: 20px;
}
.slz-list-block.slz-column-4 > .item:first-child,
.slz-list-block.slz-column-3 > .item:first-child,
.slz-list-block.slz-column-2 > .item:first-child {
margin-top: 0;
}
.slz-list-block.slz-column-4 > .item,
.slz-list-block.slz-column-3 > .item,
.slz-list-block.slz-column-2 > .item {
width: 100%;
}
.slz-list-block.slz-column-1 > .item:first-child {
margin-top: 0;
}
.slz-list-block.slz-column-1 > .item {
margin-top: 20px;
}
.comment .media-body {
padding-left: 15px;
}
.comment .media-body:before {
left: 7px;
}
.comments-area .comment-author img {
width: 50px;
height: 50px;
}
.comments-area .comment-list .comment {
padding: 15px 0;
}
.slz-blog-author .media-left {
display: block;
margin: 0 auto;
}
.slz-blog-author .media-right {
display: block;
padding: 15px 0 0 0;
text-align: center;
}
.margin-bottom-100 {
margin-bottom: 50px;
}
.margin-top-100 {
margin-top: 50px;
}
.slz-title-command .title-command-wrapper {
padding: 30px 0;
}
.slz-title-command .title-command-wrapper .title {
font-size: 36px;
}
.slz-page-404 .title {
font-size: 50px;
}
.comments-area .comment-form-left {
width: 100%;
padding-right: 0;
padding-bottom: 30px;
}
.comments-area .comment-form-comment {
width: 100%;
padding-left: 0;
}
}
@media screen and (max-width: 414px) {
.slz-page-404 .slz-btn { 
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 20px;
max-width: 200px;
}
.slz-page-404 .slz-btn:last-child {
margin-right: auto;
}
}
@media screen and (max-width: 380px) {
.slz-content-column,
.slz-sidebar-column {
padding: 0 15px;
width: 100%;
}
.comments-area .comment-author .fn,
.comments-area .comment-list .reply {
padding-left: 60px;
}
.comments-area .comment-list > .comment > .children {
padding-left: 15px;
}
.comments-area p {
margin-bottom: 0;
}
.comments-area table td,
.comments-area table th {
padding: 2px 4px;
}
.slz-widget + .slz-widget {
margin-top: 30px;
}
.comment .author-photo img {
width: 60px;
height: 60px;
}
}
@media screen and (max-width: 320px) {
.comment .author-photo img {
width: 50px;
height: 50px;
}
}