.wpcf7 .screen-reader-response{position:absolute;overflow:hidden;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;width:1px;margin:-1px;padding:0;border:0;word-wrap:normal !important}.wpcf7 .hidden-fields-container{display:none}.wpcf7 form .wpcf7-response-output{margin:2em .5em 1em;padding:.2em 1em;border:2px solid #00a0d2}.wpcf7 form.init .wpcf7-response-output,.wpcf7 form.resetting .wpcf7-response-output,.wpcf7 form.submitting .wpcf7-response-output{display:none}.wpcf7 form.sent .wpcf7-response-output{border-color:#46b450}.wpcf7 form.failed .wpcf7-response-output,.wpcf7 form.aborted .wpcf7-response-output{border-color:#dc3232}.wpcf7 form.spam .wpcf7-response-output{border-color:#f56e28}.wpcf7 form.invalid .wpcf7-response-output,.wpcf7 form.unaccepted .wpcf7-response-output,.wpcf7 form.payment-required .wpcf7-response-output{border-color:#ffb900}.wpcf7-form-control-wrap{position:relative}.wpcf7-not-valid-tip{color:#dc3232;font-size:1em;font-weight:400;display:block}.use-floating-validation-tip .wpcf7-not-valid-tip{position:relative;top:-2ex;left:1em;z-index:100;border:1px solid #dc3232;background:#fff;padding:.2em .8em;width:24em}.wpcf7-list-item{display:inline-block;margin:0 0 0 1em}.wpcf7-list-item-label:before,.wpcf7-list-item-label:after{content:" "}.wpcf7-spinner{visibility:hidden;display:inline-block;background-color:#23282d;opacity:.75;width:24px;height:24px;border:none;border-radius:100%;padding:0;margin:0 24px;position:relative}form.submitting .wpcf7-spinner{visibility:visible}.wpcf7-spinner:before{content:'';position:absolute;background-color:#fbfbfc;top:4px;left:4px;width:6px;height:6px;border:none;border-radius:100%;transform-origin:8px 8px;animation-name:spin;animation-duration:1s;animation-timing-function:linear;animation-iteration-count:infinite}@media (prefers-reduced-motion:reduce){.wpcf7-spinner:before{animation-name:blink;animation-duration:2s}}@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes blink{from{opacity:0}50%{opacity:1}to{opacity:0}}.wpcf7 [inert]{opacity:.5}.wpcf7 input[type=file]{cursor:pointer}.wpcf7 input[type=file]:disabled{cursor:default}.wpcf7 .wpcf7-submit:disabled{cursor:not-allowed}.wpcf7 input[type=url],.wpcf7 input[type=email],.wpcf7 input[type=tel]{direction:ltr}.wpcf7-reflection>output{display:list-item;list-style:none}.wpcf7-reflection>output[hidden]{display:none}#cookie-notice,#cookie-notice .cn-button:not(.cn-button-custom){font-family:-apple-system,BlinkMacSystemFont,Arial,Roboto,"Helvetica Neue",sans-serif;font-weight:400;font-size:13px;text-align:center}#cookie-notice{position:fixed;min-width:100%;height:auto;z-index:100000;letter-spacing:0;line-height:20px;left:0}#cookie-notice,#cookie-notice *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#cookie-notice.cn-animated{-webkit-animation-duration:.5s!important;animation-duration:.5s!important;-webkit-animation-fill-mode:both;animation-fill-mode:both}#cookie-notice.cn-animated.cn-effect-none{-webkit-animation-duration:1ms!important;animation-duration:1ms!important}#cookie-notice .cookie-notice-container,#cookie-notice .cookie-revoke-container{display:block}#cookie-notice.cookie-notice-hidden .cookie-notice-container,#cookie-notice.cookie-revoke-hidden .cookie-revoke-container{display:none}.cn-position-top{top:0}.cn-position-bottom{bottom:0}.cookie-notice-container{padding:15px 30px;text-align:center;width:100%;z-index:2}.cookie-revoke-container{padding:15px 30px;width:100%;z-index:1}.cn-close-icon{position:absolute;right:15px;top:50%;margin-top:-10px;width:15px;height:15px;opacity:.5;padding:10px;outline:0;cursor:pointer}.cn-close-icon:hover{opacity:1}.cn-close-icon:after,.cn-close-icon:before{position:absolute;content:' ';height:15px;width:2px;top:3px;background-color:grey}.cn-close-icon:before{transform:rotate(45deg)}.cn-close-icon:after{transform:rotate(-45deg)}#cookie-notice .cn-revoke-cookie{margin:0}#cookie-notice .cn-button{margin:0 0 0 10px;display:inline-block}#cookie-notice .cn-button:not(.cn-button-custom){letter-spacing:.25px;margin:0 0 0 10px;text-transform:none;display:inline-block;cursor:pointer;touch-action:manipulation;white-space:nowrap;outline:0;box-shadow:none;text-shadow:none;border:none;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;text-decoration:none;padding:8.5px 10px;line-height:1;color:inherit}.cn-text-container{margin:0 0 6px}.cn-buttons-container,.cn-text-container{display:inline-block}#cookie-notice.cookie-notice-visible.cn-effect-fade,#cookie-notice.cookie-notice-visible.cn-effect-none,#cookie-notice.cookie-revoke-visible.cn-effect-fade,#cookie-notice.cookie-revoke-visible.cn-effect-none{-webkit-animation-name:fadeIn;animation-name:fadeIn}#cookie-notice.cn-effect-fade,#cookie-notice.cn-effect-none{-webkit-animation-name:fadeOut;animation-name:fadeOut}#cookie-notice.cookie-notice-visible.cn-effect-slide,#cookie-notice.cookie-revoke-visible.cn-effect-slide{-webkit-animation-name:slideInUp;animation-name:slideInUp}#cookie-notice.cn-effect-slide{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}#cookie-notice.cookie-notice-visible.cn-position-top.cn-effect-slide,#cookie-notice.cookie-revoke-visible.cn-position-top.cn-effect-slide{-webkit-animation-name:slideInDown;animation-name:slideInDown}#cookie-notice.cn-position-top.cn-effect-slide{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@-webkit-keyframes fadeOut{from{opacity:1}to{opacity:0}}@keyframes fadeOut{from{opacity:1}to{opacity:0}}@-webkit-keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes slideOutDown{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@-webkit-keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes slideOutUp{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@media all and (max-width:900px){.cookie-notice-container #cn-notice-buttons,.cookie-notice-container #cn-notice-text{display:block}#cookie-notice .cn-button{margin:0 5px 5px}}@media all and (max-width:480px){.cookie-notice-container,.cookie-revoke-container{padding:15px 25px}}.tablepress{--text-color:#111;--head-text-color:var(--text-color);--head-bg-color:#d9edf7;--odd-text-color:var(--text-color);--odd-bg-color:#fff;--even-text-color:var(--text-color);--even-bg-color:#f9f9f9;--hover-text-color:var(--text-color);--hover-bg-color:#f3f3f3;--border-color:#ddd;--padding:0.5rem;border:none;border-collapse:collapse;border-spacing:0;clear:both;margin:0 auto 1rem;table-layout:auto;width:100%}.tablepress>:not(caption)>*>*{background:none;border:none;box-sizing:border-box;float:none!important;padding:var(--padding);text-align:left;vertical-align:top}.tablepress>:where(thead)+tbody>:where(:not(.child))>*,.tablepress>tbody>*~:where(:not(.child))>*,.tablepress>tfoot>:where(:first-child)>*{border-top:1px solid var(--border-color)}.tablepress>:where(thead,tfoot)>tr>*{background-color:var(--head-bg-color);color:var(--head-text-color);font-weight:700;vertical-align:middle;word-break:normal}.tablepress>:where(tbody)>tr>*{color:var(--text-color)}.tablepress>:where(tbody.row-striping)>:nth-child(odd of :where(:not(.child,.dtrg-group)))+:where(.child)>*,.tablepress>:where(tbody.row-striping)>:nth-child(odd of :where(:not(.child,.dtrg-group)))>*{background-color:var(--odd-bg-color);color:var(--odd-text-color)}.tablepress>:where(tbody.row-striping)>:nth-child(even of :where(:not(.child,.dtrg-group)))+:where(.child)>*,.tablepress>:where(tbody.row-striping)>:nth-child(even of :where(:not(.child,.dtrg-group)))>*{background-color:var(--even-bg-color);color:var(--even-text-color)}.tablepress>.row-hover>tr:has(+.child:hover)>*,.tablepress>.row-hover>tr:hover+:where(.child)>*,.tablepress>.row-hover>tr:where(:not(.dtrg-group)):hover>*{background-color:var(--hover-bg-color);color:var(--hover-text-color)}.tablepress img{border:none;margin:0;max-width:none;padding:0}.tablepress-table-description{clear:both;display:block}.dt-scroll{width:100%}.dt-scroll .tablepress{width:100%!important}div.dt-scroll-body tfoot tr,div.dt-scroll-body thead tr{height:0}div.dt-scroll-body tfoot tr td,div.dt-scroll-body tfoot tr th,div.dt-scroll-body thead tr td,div.dt-scroll-body thead tr th{border-bottom-width:0!important;border-top-width:0!important;height:0!important;padding-bottom:0!important;padding-top:0!important}div.dt-scroll-body tfoot tr td div.dt-scroll-sizing,div.dt-scroll-body tfoot tr th div.dt-scroll-sizing,div.dt-scroll-body thead tr td div.dt-scroll-sizing,div.dt-scroll-body thead tr th div.dt-scroll-sizing{height:0!important;overflow:hidden!important}div.dt-scroll-body>table.dataTable>thead>tr>td,div.dt-scroll-body>table.dataTable>thead>tr>th{overflow:hidden}.tablepress{--head-active-bg-color:#049cdb;--head-active-text-color:var(--head-text-color);--head-sort-arrow-color:var(--head-active-text-color)}.tablepress thead th:active{outline:none}.tablepress thead .dt-orderable-asc .dt-column-order:before,.tablepress thead .dt-ordering-asc .dt-column-order:before{bottom:50%;content:"\25b2"/"";display:block;position:absolute}.tablepress thead .dt-orderable-desc .dt-column-order:after,.tablepress thead .dt-ordering-desc .dt-column-order:after{content:"\25bc"/"";display:block;position:absolute;top:50%}.tablepress thead .dt-orderable-asc .dt-column-order,.tablepress thead .dt-orderable-desc .dt-column-order,.tablepress thead .dt-ordering-asc .dt-column-order,.tablepress thead .dt-ordering-desc .dt-column-order{color:var(--head-sort-arrow-color);font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Noto Sans,Liberation Sans,Arial,sans-serif!important;font-size:14px;height:24px;line-height:12px;position:relative;width:12px}.tablepress thead .dt-orderable-asc .dt-column-order:after,.tablepress thead .dt-orderable-asc .dt-column-order:before,.tablepress thead .dt-orderable-desc .dt-column-order:after,.tablepress thead .dt-orderable-desc .dt-column-order:before,.tablepress thead .dt-ordering-asc .dt-column-order:after,.tablepress thead .dt-ordering-asc .dt-column-order:before,.tablepress thead .dt-ordering-desc .dt-column-order:after,.tablepress thead .dt-ordering-desc .dt-column-order:before{opacity:.2}.tablepress thead .dt-orderable-asc,.tablepress thead .dt-orderable-desc{cursor:pointer;outline-offset:-2px}.tablepress thead .dt-orderable-asc:hover,.tablepress thead .dt-orderable-desc:hover,.tablepress thead .dt-ordering-asc,.tablepress thead .dt-ordering-desc{background-color:var(--head-active-bg-color);color:var(--head-active-text-color)}.tablepress thead .dt-ordering-asc .dt-column-order:before,.tablepress thead .dt-ordering-desc .dt-column-order:after{opacity:.8}.tablepress tfoot>tr>* .dt-column-footer,.tablepress tfoot>tr>* .dt-column-header,.tablepress thead>tr>* .dt-column-footer,.tablepress thead>tr>* .dt-column-header{align-items:center;display:flex;gap:4px;justify-content:space-between}.tablepress tfoot>tr>* .dt-column-footer .dt-column-title,.tablepress tfoot>tr>* .dt-column-header .dt-column-title,.tablepress thead>tr>* .dt-column-footer .dt-column-title,.tablepress thead>tr>* .dt-column-header .dt-column-title{flex-grow:1}.tablepress tfoot>tr>* .dt-column-footer .dt-column-title:empty,.tablepress tfoot>tr>* .dt-column-header .dt-column-title:empty,.tablepress thead>tr>* .dt-column-footer .dt-column-title:empty,.tablepress thead>tr>* .dt-column-header .dt-column-title:empty{display:none}.tablepress:where(.auto-type-alignment) .dt-right,.tablepress:where(.auto-type-alignment) .dt-type-date,.tablepress:where(.auto-type-alignment) .dt-type-numeric{text-align:right}.tablepress:where(.auto-type-alignment) .dt-right .dt-column-footer,.tablepress:where(.auto-type-alignment) .dt-right .dt-column-header,.tablepress:where(.auto-type-alignment) .dt-type-date .dt-column-footer,.tablepress:where(.auto-type-alignment) .dt-type-date .dt-column-header,.tablepress:where(.auto-type-alignment) .dt-type-numeric .dt-column-footer,.tablepress:where(.auto-type-alignment) .dt-type-numeric .dt-column-header{flex-direction:row-reverse}.dt-container{clear:both;margin-bottom:1rem;position:relative}.dt-container .tablepress{margin-bottom:0}.dt-container .tablepress tfoot:empty{display:none}.dt-container .dt-layout-row{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.dt-container .dt-layout-row.dt-layout-table .dt-layout-cell{display:block;width:100%}.dt-container .dt-layout-cell{display:flex;flex-direction:row;flex-wrap:wrap;gap:1em;padding:5px 0}.dt-container .dt-layout-cell.dt-layout-full{align-items:center;justify-content:space-between;width:100%}.dt-container .dt-layout-cell.dt-layout-full>:only-child{margin:auto}.dt-container .dt-layout-cell.dt-layout-start{align-items:center;justify-content:flex-start;margin-right:auto}.dt-container .dt-layout-cell.dt-layout-end{align-items:center;justify-content:flex-end;margin-left:auto}.dt-container .dt-layout-cell:empty{display:none}.dt-container .dt-input,.dt-container label{display:inline;width:auto}.dt-container .dt-input{font-size:inherit;padding:5px}.dt-container .dt-length,.dt-container .dt-search{align-items:center;display:flex;flex-wrap:wrap;gap:5px;justify-content:center}.dt-container .dt-paging .dt-paging-button{background:#0000;border:1px solid #0000;border-radius:2px;box-sizing:border-box;color:inherit!important;cursor:pointer;display:inline-block;font-size:1em;height:32px;margin-left:2px;min-width:32px;padding:0 5px;text-align:center;text-decoration:none!important;vertical-align:middle}.dt-container .dt-paging .dt-paging-button.current,.dt-container .dt-paging .dt-paging-button:hover{border:1px solid #111}.dt-container .dt-paging .dt-paging-button.disabled,.dt-container .dt-paging .dt-paging-button.disabled:active,.dt-container .dt-paging .dt-paging-button.disabled:hover{border:1px solid #0000;color:#0000004d!important;cursor:default;outline:none}.dt-container .dt-paging>.dt-paging-button:first-child{margin-left:0}.dt-container .dt-paging .ellipsis{padding:0 1em}@media screen and (max-width:767px){.dt-container .dt-layout-row{flex-direction:column}.dt-container .dt-layout-cell{flex-direction:column;padding:.5em 0}}
.tablepress thead th{background-color:#2B2B2B;color:#fff;font-size:17px}.tablepress thead .dt-ordering-asc,.tablepress thead .dt-ordering-desc,.tablepress thead .dt-orderable-asc:hover,.tablepress thead .dt-orderable-desc:hover{background-color:#535353;color:#fff;font-size:17px}#tablepress-1_wrapper .dt-search{display:none}.page-id-6 #tablepress-1_wrapper .dt-search{display:inline;padding-bottom:10px}html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
html {
-webkit-font-smoothing: antialiased;
-webkit-text-size-adjust: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block }
ol, ul { list-style: none }
blockquote, q { quotes: none }
table {
border-collapse: collapse;
border-spacing: 0;
}
button, input, select, textarea { margin: 0 }
:focus { outline: 0 }
img, video, object {
max-width: 100%;
height: auto!important;
}
iframe { max-width: 100% }
blockquote {
font-style: italic;
font-family: Georgia, serif;
font-size: 20px;
line-height: 1.4;
padding: 20px 25px 15px;
position: relative;
margin-top: 25px;
background: #efefef;
box-shadow: 0px 1px 0px rgba(0,0,0,0.1);
margin-bottom: 20px;
}
blockquote:after {
font-family: FontAwesome;
position: absolute;
content: "\f10d";
font-size: 64px;
top: -5px;
left: 10px;
opacity: 0.1;
}
blockquote p { margin-bottom: 10px }
strong, b, .bold { font-weight: bold }
em, i, cite { font-style: italic }
small { font-size: 100% }
figure { margin: 10px 0 }
code, pre {
font-weight: normal;
font-style: normal;
}
pre {
margin: 5px 0 20px 0;
line-height: 1.3em;
padding: 8px 10px;
overflow: auto;
}
code {
padding: 0 8px;
line-height: 1.5;
}
mark {
padding: 1px 6px;
margin: 0 2px;
color: black;
background: #FFF7A8;
}
address {
margin: 10px 0;
font-style: italic;
}
.wp-caption {
background: #fff;
border: 1px solid #f0f0f0;
max-width: 100%;
box-sizing: border-box;
padding: 5px 3px 10px;
margin-bottom: 20px;
text-align: center;
}
.sticky { }
.gallery-caption { }
#gallery-1 img { border: 0!important }
.bypostauthor { }
.wp-caption-text { margin-bottom: 0 }
dl { }
dt {
float: left;
clear: left;
width: 100px;
text-align: right;
font-weight: bold;
}
dd {
margin: 0 0 0 110px;
padding: 0 0 0.5em 0;
overflow: hidden;
}  .alignnone { margin: 5px 20px 20px 0 }
.aligncenter, div.aligncenter {
display: block;
margin: 5px auto 5px auto;
}
.alignright {
float: right;
margin: 5px 0 20px 20px;
}
.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
a img.alignright {
float: right;
margin: 5px 0 20px 20px;
}
a img.alignnone { margin: 5px 20px 20px 0 }
a img.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
a img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption {
background: #fff;
border: 1px solid #f0f0f0;
max-width: 100%; padding: 5px 3px 8px;
text-align: center;
}
.wp-caption.alignnone { margin: 5px 20px 20px 0 }
.wp-caption.alignleft { margin: 5px 20px 20px 0 }
.wp-caption.alignright { margin: 5px 0 20px 20px }
.wp-caption img {
border: 0 none;
height: auto;
margin: 0;
max-width: 98.5%;
padding: 0;
width: auto;
}
.wp-caption p.wp-caption-text {
line-height: 17px;
margin: 3px 0;
padding: 0;
} .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 4px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } body {
font: 14px/23px Noto Sans, sans-serif;
color: #555;
background-color: #dadada;
}
::-moz-selection {
background: #222;
color: white;
text-shadow: none;
}
::selection {
background: #222;
color: white;
text-shadow: none;
}
#page, .container {
position: relative;
margin-right: auto;
margin-left: auto;
}
h1, h2, h3, h4, h5, h6 {
font-weight: bold;
margin-bottom: 12px;
color: #444;
}
h1 {
font-size: 28px;
line-height: 1.4;
}
h2 { line-height: 1.4 }
h3 {
font-size: 22px;
line-height: 1.4;
}
h4 {
font-size: 20px;
line-height: 1.4;
}
h5 {
font-size: 18px;
line-height: 1.4;
}
h6 {
font-size: 16px;
line-height: 1.4;
}
.sub-title { font-size: 12px }
p { margin-bottom: 20px }
a {
text-decoration: none;
color: #2196f3;
transition: all 0.25s ease;
}
a:hover { color: #8bc34a }
a:link, a:visited, a:active { text-decoration: none } .main-container {
width: 100%;
margin: 0 auto;
clear: both;
display: block;
}
.container {
max-width: 1170px;
min-width: 240px;
}
#page {
float: none;
width: 100%;
max-width: 1170px;
min-width: 240px;
min-height: 100px;
padding-top: 30px;
clear: both;
overflow: hidden;
background: #fff;
padding-left: 30px;
padding-right: 30px;
box-sizing: border-box;
} #site-header {
float: left;
width: 100%;
}
#header {
position: relative;
width: 100%;
background: #252525;
padding: 0 30px;
box-sizing: border-box;
min-height: 110px;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
}
#header h1, #header h2 {
font-size: 28px;
float: left;
display: inline-block;
line-height: 1;
position: relative;
margin-bottom: 0px;
}
#logo a {
float: left;
line-height: 1;
color: inherit;
}
#logo img { float: left }
.logo-wrap {
-ms-flex: 0.5;
flex: 0.5;
}
.image-logo img { float: left }
.site-description {
float: left;
margin-top: 0;
max-width: 350px;
clear: left;
color: rgba(255,255,255,0.5);
}
.header-social, .footer-social {
-ms-flex: 1;
flex: 1;
text-align: right;
}
.header-social a, .footer-social a {
width: 37px;
line-height: 34px;
display: inline-block;
border-radius: 50%;
text-align: center;
color: #fff!important;
padding-top: 3px;
margin-right: 6px;
background: #353535;
}
.header-social a { background: #555555 }
.header-social a:last-child, .footer-social a:last-child { margin-right: 0 }
#header .header-search { float: right }
#header #searchform {
max-width: 100%;
float: right;
width: auto;
min-width: 206px;
}
#header #s {
margin: 0 !important;
width: 80%;
}
.header-banner {
-ms-flex: 1;
flex: 1;
text-align: right;
margin-top: 15px;
margin-bottom: 15px;
} .menu-item-has-children > a:after {
content: "\f0d7";
font-family: FontAwesome;
position: absolute;
right: 20px;
}
.sub-menu .menu-item-has-children > a:after { right: 12px }
.navigation li.menu-item-has-children:hover > a:after {
content: "\f0d8";
transition: all 0.25s ease;
}
.navigation .menu-item-has-children > a { padding-right: 35px }
#primary-navigation .navigation { float: left }
.navigation-wrap {
position: relative;
float: left;
width: 100%;
z-index: 10;
clear: both;
background: #fff;
padding: 0 30px;
box-sizing: border-box;
box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
min-height: 60px;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
}
#primary-navigation {
float: none;
-ms-flex: 1.5;
flex: 1.5;
}
#primary-navigation a {
font-weight: 700;
font-size: 13px;
color: #757575;
}
#primary-navigation a:hover { color: #8bc34a }
#secondary-navigation {
display: block;
float: right;
width: 960px;
max-width: 100%;
}
#secondary-navigation a {
text-align: left;
text-decoration: none;
}
.navigation a { padding: 8px 30px }
#secondary-navigation a .sub {
font-size: 11px;
font-weight: normal;
color: #9B9B9B;
}
.navigation ul { margin: 0 auto }
.navigation ul li {
float: left;
position: relative;
}
.navigation ul li a {
padding: 0 21px;
position: relative;
}
.navigation ul li:first-child a { padding-left: 0 }
.navigation ul li a:before {
position: absolute;
content: '/';
right: -5px;
top: 0;
color: rgba(0, 0, 0, 0.2);
}
.navigation ul li:nth-last-of-type(1) a:before { display: none }
.navigation ul li a, .navigation ul li a:link, .navigation ul li a:visited { display: inline-block }
.navigation > ul > .current a {
background: transparent;
color: #5a5a5a !important;
}
.navigation ul.menu > li.current-menu-item > a { color: #2196f3 }
#site-header .navigation ul.menu > li:hover > a { color: #8bc34a }
.navigation ul li li {
border-bottom: 0;
width: 100%;
}
.navigation ul ul {
position: absolute;
width: 180px;
padding: 20px 0 0 0;
padding-top: 0;
z-index: 400;
font-size: 12px;
color: #798189;
padding-top: 15px;
padding-bottom: 15px;
background: #fff;
box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
margin-top: 30px;
}
.navigation ul ul li a:before { display: none }
.navigation ul ul:before {
position: absolute;
content: '';
z-index: 100;
width: 0;
height: 10px;
top: -19px;
left: 10%;
margin-right: -9px;
border-style: solid;
border-width: 0 10px 9px 10px;
border-color: transparent transparent #fff transparent;
}
.navigation ul ul ul:before { display: none }
.navigation ul ul:after {
position: absolute;
content: '';
width: 100%;
height: 37px;
left: 0;
top: -37px;
cursor: pointer;
}
.navigation ul ul li { padding: 0 }
.navigation ul ul a, .navigation ul ul a:link, .navigation ul ul a:visited {
position: relative;
width: 100%;
padding: 3px 20px 3px 20px;
box-sizing: border-box;
border-left: 0;
background: transparent;
border-right: 0;
border-radius: 0;
border-bottom: 1px solid   rgba(255, 255, 255, 0.05);
margin: 0;
}
.navigation ul ul li:last-child a { border-bottom: none }
.navigation ul ul { display: none }
.navigation ul ul ul {
left: 180px;
top: -15px;
padding-top: 15px;
padding-bottom: 15px;
margin-top: 0;
}
.sub-menu .menu-item-has-children:after { color: #fff }
.navigation .toggle-caret { display: none }
.clearfix:before, .clearfix:after {
content: " ";
display: table;
}
.clearfix:after { clear: both }
.clearfix { *zoom: 1   }
a#pull { display: none }
.navigation i { margin-right: 4px } .sticky-navigation-active {
z-index: 500;
position: fixed;
top: 0;
margin: 0 !important;
-webkit-backface-visibility: hidden;
max-width: 1170px;
}
.admin-bar .sticky-navigation-active { top: 32px }
.sticky-navigation a { transition: all 0.25s linear }
.sticky-navigation-active a {
padding-top: 5px;
padding-bottom: 5px;
}
.navigation-banner {
float: left;
width: 100%;
padding: 10px 30px;
background: #252525;
box-sizing: border-box;
} .featured-category-title {
float: left;
width: 100%;
clear: both;
margin-bottom: 25px;
}
.featured-category-title a { color: inherit }
.article {
width: 100%;
float: left;
margin-bottom: 10px;
}
.page-featuredfull .article { max-width: 1170px }
.single .article {
width: 65.76%;
max-width: 730px;
}
.page-featuredblog .article, .page-featuredgridsidebar .article, .page-traditional .article, .page-traditional-full-thumb .article {
width: 69.8199%;
max-width: 775px;
}
.page-featuredblog .latestPost { width: 31.484% }
.error404 .post-content { overflow: visible }
#content_box {
float: left;
width: 100%;
}
.page-featuredblog .contentwrap, .page-featured-default .contentwrap, .page-featuredfull .contentwrap, .page-featuredgridsidebar .contentwrap { height: 100%!important }
.post {
float: left;
width: 100%;
}
.single_post {
float: left;
width: 100%;
margin-top: 0px;
margin-bottom: 45px;
overflow: hidden;
}
.single_post .post-info span, .single_post .post-info a { font-size: 14px }
.single_post .post-info > span { margin-right: 17px }
.single_post .post-info .theauthor a { color: #2196f3 }
.single_post .post-info .theauthor a:hover { color: #8bc34a }
.single_post .post-info .theauthor a i { color: #757575 }
.single_page {
background-color: white;
padding-top: 0;
}
.post-content {
margin-bottom: 15px;
overflow: hidden;
clear: both;
float: left;
width: 100%;
}
.post-single-content {
clear: both;
float: left;
width: 100%;
position: relative;
}
.thecontent { position: relative }
.readMore {
float: left;
color: #7B7A79;
}
.readMore a { color: #8bc34a }
.frontPost .readMore a {
color: #000;
font-size: 12px;
}
.ss-full-width {
background: white;
overflow: hidden;
padding-top: 0;
margin-bottom: 25px;
}
.ss-full-width #content_box {
padding-right: 0;
padding-left: 0;
}
.post.excerpt {
clear: both;
margin-bottom: 30px;
overflow: hidden;
padding-bottom: 15px;
background-color: #fff;
width: auto;
}
.wp-post-image { float: left }
#site-footer .wp-post-image { width: 100% }
.featured-thumbnail {
float: left;
width: 100%;
max-width: 100%;
position: relative;
background: #2196f3;
overflow: hidden;
}
.page-featuredfull .featured-thumbnail { background: #fff }
.post-image {
float: left;
display: block;
position: relative;
width: 100%;
}
.post-image-left {
margin-right: 0;
max-width: 100%;
}
.page-traditional .post-image-left {
float: left;
max-width: 244px;
margin-right: 20px;
width: 35%;
}
.post-image-fullwidth {
margin-bottom: 10px;
display: block;
position: relative;
}
.featured-thumbnail img {
width: 100%;
transition: transform 0.35s;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
float: left;
}
.page-featuredfull .featured-thumbnail img {
transition: transform 0.35s;
transform: none;
}
.page-featuredfull .featured-thumbnail:hover img { transform: none }
.front-view-content {
position: absolute;
bottom: 0;
left: 0;
padding: 10px 30px 24px;
padding-right: 10px;
opacity: 0;
transition: opacity 0.35s, transform 0.35s;
transform: translate3d(0,50px,0);
color: #fff;
box-sizing: border-box;
}
.page-featuredblog .front-view-content {
font-size: 14px;
z-index: 1;
padding: 0;
margin: 0 20px;
width: auto;
height: 45px;
overflow: hidden;
bottom: 25px;
}
.featured-thumbnail.feat-thumb:hover img { transform: none }
.featured-thumbnail:hover .front-view-content {
opacity: 1;
transform: translate3d(0, 0, 0);
}
.title { clear: both }
.single-title {
float: left;
width: 100%;
color: #252525;
margin-bottom: 10px;
}
.page h1.title {
padding-top: 0;
margin-bottom: 0;
}
.post-info {
display: block;
float: left;
clear: both;
width: 100%;
font-weight: bold;
}
.post-info a { color: #757575 }
.post-info i { margin-right: 2px }
.single_post .post-info i { margin-right: 8px }
.post-info > span { margin-right: 7px }
.default-post-info.post-info { margin-bottom: 10px }
.page-featuredblog .default-post-info.post-info { margin-top: 2px }
.default-post-info.post-info .thecomment a {
padding: 0;
height: inherit;
line-height: 1;
border: 0;
}
.default-post-info.post-info .thecomment a:before { display: none }
.default-post-info.post-info .thecomment a:hover {
color: #757575;
border: 0;
}
.text-info {
width: 100%;
float: left;
clear: both;
padding: 0 30px;
min-height: 60px;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
background: #efefef;
box-sizing: border-box;
box-shadow: 0px 1px 0px rgba(0,0,0,0.1);
}
.text-info .text {
-ms-flex: 1;
flex: 1;
line-height: 22px;
margin-right: 15px;
margin-bottom: 0;
color: #757575;
font-size: 16px;
font-weight: 400;
padding: 0;
}
.text-info .readMore { float: right }
.text-info .readMore a {
padding: 6px 28px;
font-weight: bold;
color: #fff;
background: #2196f3;
border: 1px solid rgba(0, 0, 0, 0.1);
display: block;
text-transform: uppercase;
border-radius: 4px;
box-sizing: border-box;
position: relative;
transition: all 0.3s;
}
.single-button {
float: left;
width: 100%;
clear: both;
font-size: 14px;
font-weight: bold;
text-transform: uppercase;
margin-bottom: 20px;
}
.single-button > div { float: left }
.single-button > div a, .commentlist .navigation a {
padding: 6px 20px;
display: block;
color: inherit;
border-radius: 4px;
border: 1px solid rgba(0, 0, 0, 0.18);
float: left;
margin-bottom: 5px;
}
.single_post .post-info .thecomment a {
padding: 0;
line-height: 1;
height: inherit;
background: transparent;
border: 0;
}
.single_post .post-info .thecomment a:before { display: none }
.single-image {
float: left;
width: 100%;
clear: both;
margin-bottom: 20px;
position: relative;
}
.single-image .post-format-icons {
position: absolute;
left: 50%;
top: 50%;
margin-left: -25px;
margin-top: -25px;
}
.single-image .post-format-icons a {
width: 46px;
height: 46px;
display: block;
border-radius: 50%;
text-align: center;
line-height: 48px;
border: 2px solid #fff;
color: #fff;
background: rgba(0,0,0,0.3);
font-size: 16px;
transition: box-shadow 0.2s;
}
.single-image .post-format-icons a:after {
top: 0;
left: 0;
padding: 0;
box-shadow: 0 0 0 3px #fff;
transition: transform 0.2s, opacity 0.2s;
}
.single-image .post-format-icons a:hover:after {
transform: scale(0.85);
opacity: 0.5;
}
.single-image .post-format-icons a:hover {
box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.2);
color: #fff;
background: rgba(0, 0, 0, 0.4);
} article header {
float: left;
width: 100%;
}
.single article header { margin-bottom: 25px }
.latestPost-category-options {
float: left;
width: 100%;
clear: both;
}
.latestPost {
width: 31.5316%;
max-width: 350px;
float: left;
margin-bottom: 30px;
margin-right: 2.702%;
box-sizing: border-box;
box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.03);
overflow: hidden;
}
.page-traditional .latestPost,.page-traditional-full-thumb .latestPost {
width: 100%;
max-width: 100%;
margin-right: 0;
border: 1px solid rgba(0, 0, 0, 0.1);
padding: 28px;
}
.page-traditional-full-thumb .latestPost {
padding: 0;
border: 0;
box-shadow: none;
}
.page-featuredisotope .latestPost { margin-right: 0 } .latestPost.last, .page-featuredisotope .latestPost-category-options .latestPost.last { margin-right: 0 }
.latestPost:nth-of-type(3n+1) { clear: left }
.page-featuredisotope .latestPost:nth-of-type(3n+1) { clear: none }
.page-featuredfull .latestPost {
width: 100%;
max-width: 100%;
margin-right: 0;
}
.page-featuredgridsidebar .latestPost {
width: 47.95%;
margin-right: 4.10%;
max-width: 371px;
}
.page-featuredgridsidebar .latestPost:nth-of-type(even) { margin-right: 0 }
.page-featuredgridsidebar .latestPost:nth-of-type(3n+1) { clear: none }
.page-featuredgridsidebar .latestPost:nth-of-type(2n+1) { clear: left }
.latestPost .title {
display: block;
margin-bottom: 10px;
}
.page-traditional .latestPost .title { margin-top: -6px }
.latestPost .title a {
display: block;
font-size: 16px;
color: #555;
font-weight: bold;
}
.latestPost .title a:hover { color: #8bc34a }
.page-featuredfull .latestPost .title {
padding-top: 10px;
margin-bottom: 10px;
}
.front-view-content {
float: left;
width: 100%;
clear: both;
}
.page-featuredfull .front-view-content, .page-traditional .front-view-content, .page-traditional-full-thumb .front-view-content {
margin-top: 10px;
opacity: 1;
transform: none;
position: relative;
left: auto;
bottom: auto;
padding: 0;
color: inherit;
}
.page-traditional .front-view-content, .page-traditional-full-thumb .front-view-content { margin-top: 0 }
.latestPost header {
padding: 28px 30px;
padding-bottom: 12px;
box-sizing: border-box;
border: 1px solid rgba(0, 0, 0, 0.1);
}
.page-traditional .latestPost header, .page-traditional-full-thumb .latestPost header {
border: 0;
padding: 0;
}
.page-traditional-full-thumb .latestPost header { padding-top: 28px }
.page-traditional .latestPost header {
overflow: hidden;
float: none;
width: auto;
}
.page-featuredblog .latestPost header {
padding: 15px;
padding-top: 20px;
}
.page-featuredfull .latestPost header {
padding-top: 25px;
padding-bottom: 35px;
border-bottom: 0;
border-top: 0;
border-bottom: 2px dotted #d1d1d1;
}
.latestPost .post-format-icons {
position: absolute;
width: 30px;
height: 30px;
display: block;
border-radius: 50%;
background: #8bc34a;
color: #fff;
text-align: center;
border: 3px solid #fff!important;
left: 28px;
bottom: -18px;
line-height: 30px;
z-index: 5;
transition: box-shadow 0.2s;
font-size: 12px;
}
.page-traditional .latestPost .post-format-icons {
top: -18px;
left: -18px;
}
.page-featuredfull .latestPost .post-format-icons {
width: 35px;
height: 35px;
line-height: 35px;
}
.latestPost .post-format-icons:after {
top: 0;
left: 0;
padding: 0;
box-shadow: 0 0 0 3px #fff;
transition: transform 0.2s, opacity 0.2s;
}
.latestPost .post-image:hover .post-format-icons:after {
transform: scale(0.85);
opacity: 0.5;
}
.latestPost .post-image:hover .post-format-icons {
box-shadow: 0 0 0 4px #1f8ae0;
color: #fff;
background: #2196f3;
}
.latestPost .post-image:hover .post-format-icons { border-color: #fff }
.latestPost .post-format-icons .fa-play { margin-left: 3px }
.latestPost-buttons {
float: left;
width: 100%;
clear: both;
padding: 19px 30px;
box-sizing: border-box;
text-transform: uppercase;
font-weight: bold;
border: 1px solid rgba(0, 0, 0, 0.1);
border-top: 0;
}
.page-traditional .latestPost-buttons, .page-traditional-full-thumb .latestPost-buttons {
border: 0;
padding: 0;
padding-top: 20px;
}
.page-traditional .latestPost-buttons {
float: none;
width: auto;
clear: none;
}
.thecomment a, .latestPost .readMore a {
padding: 0 20px;
display: inline-block;
color: #fff;
height: 35px;
background: #2196f3;
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 4px;
margin-right: 10px;
line-height: 37px;
position: relative;
}
.thecomment a {
margin-right: 0;
background: transparent;
color: #757575;
border: 1px solid #757575;
}
.content_wrap {
float: left;
width: 100%;
clear: both;
overflow: hidden;
}
.page-featuredisotope .pagination { margin-top: 25px }
.single_post header {
width: 100%;
margin-bottom: 8px;
}
article img.left, article img.alignleft, .wp-caption.alignleft {
margin: 0.3em 1.571em 0.5em 0;
display: block;
float: left;
}
article img.right, article img.alignright, .wp-caption.alignright {
margin: 0.3em 0 0.5em 1.571em;
display: block;
float: right;
}
article img.center, article img.aligncenter, .wp-caption.aligncenter {
margin: 0.3em auto 0.9em auto;
display: block;
}
article img.aligncenter, article img.alignnone {
margin-top: 1em;
margin-bottom: 1em;
display: block;
clear: both;
float: none;
}
article ul {
margin: 1.5em 0 1.571em 2.5em;
list-style-type: square;
}
article ol {
margin: 1.5em 0 1.571em 2.5em;
list-style-type: decimal;
}
article ul ul, article ol ol, article ul ol, article ol ul {
margin-top: 0;
margin-bottom: 0;
}
article .iconlist { margin-left: 0 }
article .iconlist li { list-style-type: none } .tweets li {
width: 100%!important;
padding: 12px 0!important;
}
.tweets li:nth-of-type(1) { padding-top: 0!important }
.fb_iframe_widget, .fb_iframe_widget span {
max-width: 100%;
width: 100%!important;
} .widget_nav_menu .fa > a, .widget_nav_menu .fa > a { padding-left: 5px }
.widget_nav_menu .sub-menu {
margin-top: 12px;
margin-left: 15px;
}
.widget_nav_menu .menu-item-has-children > a:after { content: '' } .toggle-menu ul ul { display: none }
.toggle-menu .toggle-menu-item-parent { position: relative }
.toggle-menu .toggle-caret {
position: absolute;
top: 0;
right: 0;
text-align: center;
cursor: pointer;
line-height: inherit;
}
.toggle-menu .toggle-caret .fa {
width: 20px;
text-align: center;
font-size: inherit;
color: inherit;
line-height: 20px;
}
.toggle-menu .active > .toggle-caret .fa:before { content: "\f068" } .toggle-menu .toggle-caret:hover .fa { } .textwidget { line-height: 23px } input, textarea, select {
padding: 8px 12px;
font-size: 14px;
color: #666;
border: 1px solid rgba(0, 0, 0, 0.18);
font-family: inherit;
}
textarea {
overflow: auto;
resize: vertical;
}
select {
padding: 6px 10px;
border-color: #D8D8D8;
width: 100%;
} table {
width: 100%;
text-align: left;
margin-bottom: 25px;
border: 1px solid #efefef;
}
thead {
background: #F7F8F9;
font-size: 14px;
color: #585F65;
}
table th, table td {
padding: 7px 15px;
text-align: left;
}
thead th { padding: 14px }
tbody th {
font-weight: normal;
border-bottom: 1px solid #efefef;
} hr {
border: none;
border-bottom: 1px solid #E5E5E5;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
width: 297px;
margin: 35px 0;
clear: both;
position: relative;
} #searchform {
padding: 0;
float: left;
clear: both;
width: 100%;
position: relative;
border: 1px solid rgba(0, 0, 0, 0.18);
box-sizing: border-box;
border-radius: 4px;
box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
}
.article #searchform { max-width: 300px }
#searchform fieldset { float: left }
.sbutton, #searchsubmit {
left: 0px;
top: 0px;
cursor: pointer;
color: white;
transition: all 0.25s linear;
z-index: 10;
position: absolute;
width: 14%;
height: 35px;
border: none;
background-color: transparent;
}
#searchform .fa-search {
font-size: 14px;
text-align: center;
color: rgba(0, 0, 0, 0.2);
position: absolute;
padding: 0;
width: 40px;
left: 0;
top: 0;
line-height: 35px;
}
#site-footer #searchform .fa-search { color: #757575 }
#s {
width: 86%;
background-color: transparent;
float: right;
padding: 0;
text-indent: 0px;
color: #555555;
border: none;
box-sizing: border-box;
height: 35px;
padding-right: 10px;
}
#site-footer .widget #s { color: #757575 }
#site-header .widget #s { width: 80% } ::-webkit-input-placeholder { color: #D0D0D0 }
:-moz-placeholder { color: #D0D0D0 }
::-moz-placeholder { color: #D0D0D0 }
:-ms-input-placeholder { color: #D0D0D0 }
:input-placeholder { color: #D0D0D0 }
input:focus::-webkit-input-placeholder { color: transparent }
input:focus:-moz-placeholder { color: transparent }
textarea:focus::-webkit-input-placeholder { color: transparent }
textarea:focus:-moz-placeholder { color: transparent } input::-webkit-input-speech-button {
margin-right: 14px;
margin-left: 4px;
cursor: pointer;
}
#searchform fieldset { width: 100% }
.breadcrumb, .breadcrumb> div, .breadcrumb .fa-caret-right, .breadcrumb .root a { float: none }
.breadcrumb {
clear: both;
padding: 0;
margin-bottom: 25px;
}
.breadcrumb > div {
padding-right: 5px;
overflow: hidden;
float: none;
display: inline-block;
text-transform: capitalize;
}
.breadcrumb > div a {
font-weight: bold;
text-transform: uppercase;
}
.breadcrumb .fa-caret-right { padding: 0 }
.breadcrumb .root { padding-right: 5px }
.breadcrumb .fa-caret-right { padding: 0 0 }
.breadcrumb > div { overflow: visible }
.no-results h2 { font-size: 16px } .read-more {
margin: 0 0 0 10px;
line-height: 1.4em;
background: none;
padding: 0;
font-size: 16px;
}
.blocker-notice {
display: none;
position: absolute;
background: #fff4d2;
box-shadow: 0px 0px 10px #c7c7c7;
border: 2px dashed #FF5722;
padding: 30px;
text-align: center;
width: 90%;
left: 5%;
box-sizing: border-box;
border-radius: 5px;
z-index: 1;
top: 2%;
}
.blocker-notice i {
font-size: 35px;
width: 50px;
line-height: 50px;
border: 3px solid #FF5722;
color: #FF5722;
margin-bottom: 20px;
border-radius: 50%;
}
.blocker-notice h4 { font-size: 28px }
.blocker-notice p { font-size: 17px }
.blocker-notice .refresh-button {
padding: 7px 20px;
background: #2196f3;
color: #fff;
border-radius: 5px;
display: inline-block;
}
.blocker-enabled .blocker-notice { display: block }
.blocker-enabled .hide-content .thecontent, .blocker-enabled .shortcode .thecontent {
opacity: 0.2;
background: rgba(0,0,0,0.3);
padding: 10px;
box-sizing: border-box;
margin-bottom: 10px;
}
.blocker-enabled .floating .blocker-notice {
position: fixed;
bottom: 30px;
right: 30px;
top: auto;
left: auto;
padding: 20px;
max-width: 658px;
z-index: 1000;
}
.blocker-enabled .floating .blocker-notice i {
float: left;
font-size: 66px;
margin: 5px 20px 17px 0;
width: 100px;
line-height: 100px;
border-width: 5px;
border-radius: 50%;
}
.blocker-enabled .floating .blocker-notice h4 {
text-align: left;
font-size: 20px;
}
.blocker-enabled .floating .blocker-notice p {
text-align: left;
font-size: 15px;
margin-bottom: 10px;
overflow: hidden;
}
.blocker-enabled .floating .blocker-notice .refresh-button { float: left }
.blocker-enabled .popup .blocker-notice {
position: fixed;
max-width: 610px;
top: 50%;
left: 50%;
margin-top: -148px;
margin-left: -305px;
z-index: 100;
}
.blocker-enabled .blocker-overlay {
position: fixed;
height: 100%;
width: 100%;
top: 0;
z-index: 100;
background: rgba(0,0,0,0.9);
}
.blocker-enabled .shortcode .blocker-notice { top: 10% }
.blocker-enabled .shortcode .blocker-notice {
padding: 15px;
top: 5%;
}
.widget .blocker-notice i, .widget .blocker-notice > div { display: none }
.widget .blocker-notice h4 {
font-size: 20px;
margin-bottom: 5px;
}
.widget .blocker-notice p {
margin-top: 0px;
font-size: 14px;
margin-bottom: 0;
}
.widget .blocker-notice p:empty { display: none } a.clickable-background {
display: block;
height: 100%;
width: 100%;
position: fixed;
left: 0;
top: 0;
z-index: 0;
text-indent: -5000em;
} .topad { margin-bottom: 10px }
.topad.right {
margin-left: 15px;
margin-top: 5px;
}
.topad.center { text-align: center }
.topad.left {
margin-right: 20px;
margin-top: 5px;
} .bottomad {
float: left;
clear: both;
margin-top: 10px;
}
.bottomad.center {
width: 100%;
text-align: center;
} #sidebar p { line-height: 20px }
.sidebar.c-4-12 {
float: right;
width: 27.028%;
line-height: 20px;
max-width: 300px;
}
.page-featuredblog .sidebar.c-4-12, .page-featuredgridsidebar .sidebar.c-4-12 { max-width: 316px }
.sidebar a {
color: inherit;
font-weight: bold;
}
#sidebar .wp-post-image {
margin: 0;
width: 100%;
}
.widget {
margin-bottom: 37px;
float: left;
clear: both;
width: 100%;
overflow: hidden;
}
.sidebar .widget h3 {
color: #252525;
padding-bottom: 10px;
margin-bottom: 30px;
border-bottom: 2px dotted #d1d1d1;
}
.widget .title {
font-weight: bold;
text-transform: uppercase;
color: #545E68;
font-size: 12px;
}
.widget li {
list-style-type: none;
margin-left: 0px;
margin-bottom: 10px;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
padding: 7px 0;
}
#site-footer .widget li { border-bottom-color: rgba(255, 255, 255, 0.1) }
.widget li:nth-of-type(1), .widget li:nth-of-type(2) { padding-top: 0 }
.widget.widget_archive li, .widget.widget_meta li {
width: 45%;
margin-right: 10%;
float: left;
}
.widget.widget_archive li:nth-child(even), .widget.widget_meta li:nth-child(even) { margin-right: 0 }
.widget li .children {
margin-top: 7px;
padding-top: 7px;
padding-left: 10px;
border-top: 1px solid rgba(0, 0, 0, 0.1);
}
#site-footer .widget li .children { border-top: 1px solid rgba(255, 255, 255, 0.1) }
.widget li .children > li:last-child {
border-bottom: 0;
padding-bottom: 0!important;
}
.widget.widget_recent_comments li .children li:last-child, .widget.widget_categories li .children li:last-child {
border-bottom: none;
padding-bottom: 0;
}
#site-footer .widget.widget_recent_comments li .children li:first-child, #site-footer .widget.widget_categories li .children li:first-child { border-top-color: rgba(255, 255, 255, 0.1) }
.widget.widget_recent_entries li:nth-of-type(2), .widget.widget_recent_comments li:nth-of-type(2), .widget.widget_categories li:nth-of-type(2), .widget.widget_rss li:nth-of-type(2) { padding-top: 7px }
.widget .menu li {
width: 100%;
margin-right: 0;
border-bottom: none;
padding: 4px 0;
cursor: pointer;
}
.widget .menu li:nth-child(1), .widget .menu li:nth-child(2) { border-top: none }
.widget .menu li:nth-child(1) { padding-top: 0 }
.widget .menu li .sub-menu  > li:last-child {
margin-bottom: 0;
padding-bottom: 0;
}
#site-footer .widget li a { color: inherit }
.widget_recent_comments li a, .widget_recent_entries li a, .widget_rss li a {
display: inline;
text-transform: none;
}
.widget li a:hover { color: #8bc34a }
.widget li.active > .toggle-caret { color: #8bc34a }
.widget.widget_nav_menu li:hover > a, .widget.widget_nav_menu li:hover > .toggle-caret { color: #8bc34a }
.widget h3 {
font-size: 20px;
line-height: 1;
color: #fff;
margin-bottom: 27px;
}
.widget h3 a { color: #fff }
.sidebar .widget h3 a { color: #252525 }
.widget .post-info {
width: auto;
clear: none;
margin-top: 10px;
}
.post-data { margin-top: -5px }
.widget .post-excerpt {
float: left;
margin-top: 8px;
}
.advanced-recent-posts li, .popular-posts li, .category-posts li, .related-posts-widget li, .author-posts-widget li {
list-style: none!important;
margin: 0;
overflow: hidden;
padding: 0;
width: 100%;
border: 1px solid rgba(0, 0, 0, 0.1);
box-sizing: border-box;
margin-bottom: 30px;
}
.advanced-recent-posts li:last-child, .popular-posts li:last-child, .category-posts li:last-child, .related-posts-widget li:last-child, .author-posts-widget li:last-child { margin-bottom: 0 }
.advanced-recent-posts li.horizontal-container, .popular-posts li.horizontal-container, .category-posts li.horizontal-container, .related-posts-widget li.horizontal-container, .author-posts-widget li.horizontal-container { padding: 18px }
#site-footer .advanced-recent-posts li, #site-footer .popular-posts li, #site-footer .category-posts li, #site-footer .related-posts-widget li, #site-footer .author-posts-widget li { border: 1px solid rgba(255, 255, 255, 0.1) }
.advanced-recent-posts li.vertical-small .post-data, .popular-posts li.vertical-small .post-data, .category-posts li.vertical-small .post-data, .related-posts-widget li.vertical-small .post-data, .author-posts-widget li.vertical-small .post-data {
float: left;
width: 100%;
clear: both;
padding: 25px 30px;
padding-bottom: 15px;
box-sizing: border-box;
}
.advanced-recent-posts li .post-title a, .popular-posts li .post-title a, .category-posts li .post-title a, .related-posts-widget li .post-title a, .author-posts-widget li .post-title a {
display: block;
line-height: 22px;
}
#site-footer .advanced-recent-posts li .post-title a, #site-footer .popular-posts li .post-title a, #site-footer .category-posts li .post-title a, #site-footer .related-posts-widget li .post-title a, #site-footer .author-posts-widget li .post-title a { font-size: 16px }
.advanced-recent-posts li .post-title a:hover, .popular-posts li .post-title a:hover, .category-posts li .post-title a:hover, .related-posts-widget li .post-title a:hover, .author-posts-widget li .post-title a:hover { color: #8bc34a }
.advanced-recent-posts li .post-img, .popular-posts li .post-img, .category-posts li .post-img, .related-posts-widget li .post-img, .author-posts-widget li .post-img {
position: relative;
float: left;
width: 100%;
}
.advanced-recent-posts li.horizontal-container .post-img, .popular-posts li.horizontal-container .post-img, .category-posts li.horizontal-container .post-img, .related-posts-widget li.horizontal-container .post-img, .author-posts-widget li.horizontal-container .post-img {
width: auto;
margin-right: 20px;
margin-top: 5px;
}
.advanced-recent-posts li.horizontal-container .post-info, .popular-posts li.horizontal-container .post-info, .category-posts li.horizontal-container .post-info, .related-posts-widget li.horizontal-container .post-info, .author-posts-widget li.horizontal-container .post-info { margin-top: 8px }
.advanced-recent-posts li .post-format-icons, .popular-posts li .post-format-icons, .category-posts li .post-format-icons, .related-posts-widget li .post-format-icons, .author-posts-widget li .post-format-icons {
position: absolute;
width: 30px;
height: 30px;
display: block;
border-radius: 50%;
background: #8bc34a;
color: #fff;
text-align: center;
border: 3px solid #fff!important;
left: 25px;
bottom: -18px;
line-height: 32px;
z-index: 5;
transition: box-shadow 0.2s;
}
.advanced-recent-posts li .post-format-icons:after, .popular-posts li .post-format-icons:after, .category-posts li .post-format-icons:after, .related-posts-widget li .post-format-icons:after, .author-posts-widget li .post-format-icons:after {
top: 0;
left: 0;
padding: 0;
box-shadow: 0 0 0 3px #fff;
transition: transform 0.2s, opacity 0.2s;
}
.advanced-recent-posts li .post-img:hover .post-format-icons, .popular-posts li .post-img:hover .post-format-icons, .category-posts li .post-img:hover .post-format-icons, .related-posts-widget li .post-img:hover .post-format-icons, .author-posts-widget li .post-img:hover .post-format-icons {
box-shadow: 0 0 0 4px #1f8ae0;
color: #fff;
background: #2196f3;
}
.advanced-recent-posts p, .popular-posts p, .category-posts p, .related-posts-widget p, .author-posts-widget p {
margin: 0;
font-size: 13px;
}
.advanced-recent-posts a, .popular-posts a, .category-posts a, .related-posts-widget a, .author-posts-widget a { display: block }
.widget .meta {
font-size: 13px;
color: #777;
overflow: hidden;
} .shareit {
padding: 0px 0 30px;
clear: both;
border: none;
z-index: 1;
float: left;
width: 100%;
}
.shareit.bottom { padding: 15px 0 15px }
.shareit.top {
padding-top: 0!important;
padding-bottom: 20px;
}
.share-item {
display: block;
margin: 0;
float: left;
margin-right: 8px;
margin-bottom: 8px;
width: 32.60%;
max-width: 238px;
}
.share-item a:hover { opacity: .8 }
.share-item:nth-of-type(3n+3) { margin-right: 0 }
.ss-full-width .share-item:nth-of-type(3n+3) { margin-right: 8px }
.shareit.floating .share-item {
display: block;
margin: 0;
float: left;
height: 50px;
width: 100%;
max-width: 48px;
}
.shareit.floating {
top: 282px;
left: auto;
margin: 0 0 0 -78px;
width: 48px;
position: fixed;
padding: 0;
border: none;
border-right: 0;
}
.ss-full-width .shareit.floating { margin: 0 0 0 -78px }
.shareit.floating .single-social {
padding-left: 0;
font-size: 18px;
border-radius: 0;
}
.shareit.floating .single-social .social-btn { display: none }
.share-item.shareit.top {
float: left;
margin-bottom: 10px!important;
margin-top: 0;
width: 100%;
}
.share-item iframe { max-width: none }
.single-social {
float: left;
width: 100%;
line-height: 1;
height: 50px;
background: #0071aa;
color: #fff !important;
font-size: 16px;
box-sizing: border-box;
font-weight: bold;
text-transform: uppercase;
padding-left: 20px;
border-radius: 4px;
}
.single-social .social-btn {
float: left;
padding: 17px 0;
}
.single-social .social-icn {
float: right;
width: 48px;
text-align: center;
padding: 16px 0;
padding-bottom: 17px;
border-left: 1px solid rgba(255,255,255,0.4);
position: relative;
z-index: 1;
}
.shareit.floating .single-social .social-icn { border-left: none }
.single-social .social-icn:before {
position: absolute;
content: '';
width: 100%;
height: 100%;
left: 0;
top: 0;
background: rgba(0, 0, 0, 0.1);
z-index: -1;
}
.facebooksharebtn .single-social { background: #5d82d1 }
.twitterbtn .single-social { background: #40bff5 }
.gplusbtn .single-social { background: #e64522 }
.pinbtn .single-social { background: #cb2027 }
.linkedinbtn .single-social { background: #007bb6 }
.stumblebtn .single-social { background: #f0473b }
.emailbtn .single-social { background: #757575 } .social-profile-icons ul {
margin-left: -5px;
margin-right: -5px;
}
.social-profile-icons ul li {
background: none;
border: none;
float: left;
list-style-type: none;
margin: 0 5px 10px 5px!important;
padding: 0 !important;
border: none !important;
width: auto;
}
.social-profile-icons ul li a {
width: 41.5px;
height: 41.5px;
display: block;
float: left;
border-radius: 50%;
text-align: center;
color: #FFF!important;
transition: all .4s;
}
.widget .social-profile-icons ul li a:hover {
color: #fff!important;
background: #666;
}
.sidebar .social-profile-icons ul li a { color: #fff }
.social-profile-icons ul li i {
font-size: 16px;
line-height: 41.5px;
}
.social-profile-icons .social-youtube a { background: #c9322b }
.social-profile-icons .social-rss a { background: #ef922f }
.social-profile-icons .social-twitter a { background: #40bff5 }
.social-profile-icons .social-facebook a { background: #5d82d1 }
.social-profile-icons .social-gplus a { background: #eb5e4c }
.social-profile-icons .social-vimeo a { background: #35c6ea }
.social-profile-icons .social-dribbble a { background: #f7659c }
.social-profile-icons .social-tumblr a { background: #426d9b }
.social-profile-icons .social-instagram a { background: #91653f }
.social-profile-icons .social-flickr a { background: #ff48a3 }
.social-profile-icons .social-pinterest a { background: #e13138 }
.social-profile-icons .social-linkedin a { background: #238cc8 }
.social-profile-icons .social-github a { background: #b5a470 }
.social-profile-icons .social-email a { background: #1d90dd }
.social-profile-icons .social-behance a { background: #1879fd }
.social-profile-icons .social-skype a { background: #13c1f3 }
.social-profile-icons .social-soundcloud a { background: #ff7e30 }
.social-profile-icons .social-stumbleupon a { background: #ff5c30 }
.social-profile-icons .social-dropbox a { background: #3476e4 }
.social-profile-icons .social-foursquare a { background: #0bbadf }
.social-profile-icons .social-reddit a { background: #ff4400 } .widget .wpt_widget_content .inside {
padding-top: 0;
margin-top: 30px;
background: transparent;
}
#site-footer .widget .wpt_widget_content .inside { margin-top: 0 }
.widget .wpt_thumb_small {
width: auto;
height: 100%;
padding: 0;
position: relative;
overflow: visible;
margin-right: 15px;
margin-bottom: 10px;
margin-left: 0;
}
.widget .wpt_thumb_large {
margin: 0;
position: relative;
margin-bottom: 15px;
}
.widget .wpt_widget_content ul.wpt-tabs li {
border-top: none;
border-bottom: none;
}
.widget .wpt_widget_content { border: none }
.widget .wpt_widget_content .tab-content li {
margin: 0;
border: 1px solid rgba(0, 0, 0, 0.1);
margin-bottom: 30px;
background: #fff;
padding: 20px 20px 0!important;
}
#site-footer .widget .wpt_widget_content .tab-content li {
border: 1px solid rgba(255, 255, 255, 0.1);
border-top: 0;
margin-bottom: 0;
background: transparent;
padding: 5px;
}
.widget .wpt_widget_content .tab-content li:first-child { padding-top: 0 }
.widget .wpt_widget_content .tab-content li:last-child { border: 1px solid rgba(0, 0, 0, 0.1) }
.widget .wpt_widget_content .tab_title a {
border: 1px solid rgba(0, 0, 0, 0.2)!important;
border-right: none!important;
color: #757575;
background: #fff;
line-height: 1.4;
font-weight: bold;
padding: 8px 0;
margin-bottom: -1px;
}
.widget .wpt_widget_content .tab_title:first-child a { border-top-left-radius: 4px }
.widget .wpt_widget_content .tab_title:last-child a { border-top-right-radius: 4px }
.widget .wpt_widget_content .has-4-tabs .tab_title:nth-of-type(2) a { border-top-right-radius: 4px }
.widget .wpt_widget_content .has-4-tabs .tab_title:nth-of-type(3) a { border-bottom-left-radius: 4px }
.widget .wpt_widget_content .has-4-tabs .tab_title:nth-of-type(4) a {
border-top-right-radius: 0;
border-bottom-right-radius: 4px;
}
.widget .wpt_widget_content .has-2-tabs .tab_title:last-child a { border-right: 1px solid rgba(0, 0, 0, 0.2)!important }
.widget .wpt_widget_content .has-4-tabs .tab_title:nth-child(even) a, .widget .wpt_widget_content .tab_title:last-child a { border-right: 1px solid rgba(0, 0, 0, 0.2)!important }
.widget .wpt_widget_content .tab_title.selected a {
border-color: #1f8ae0!important;
background: #2196f3;
color: #fff!important;
}
.widget .wpt_widget_content .entry-title {
float: left;
width: 100%;
padding: 25px 0;
padding-top: 0;
padding-bottom: 15px;
box-sizing: border-box;
}
.widget .wpt_widget_content .entry-title a {
font-weight: bold;
color: #555555;
text-transform: none;
line-height: 1.2;
display: block;
}
.widget .wpt_widget_content .entry-title a:hover { color: #8bc34a }
.widget .wpt_widget_content .wpt-pagination {
padding-bottom: 0;
margin-top: 20px;
}
.widget .wpt_widget_content .wpt-pagination a {
margin: 0;
font-weight: bold;
text-transform: uppercase;
}
#site-footer .widget .wpt_widget_content .wpt-pagination a { color: #757575 }
.widget .wpt_widget_content .wpt-pagination a:hover { color: #8bc34a }
.widget .wpt_widget_content .wpt-postmeta, .widget .wpt_comment_content, .widget .wpt_excerpt {
color: #757575;
font-size: 14px;
padding: 0;
width: 100%;
box-sizing: border-box;
margin-bottom: 15px;
}
.widget .wpt_widget_content .wpt-postmeta, .widget .post-info { font-size: 12px }
.widget .wpt_excerpt, .widget .wpt_comment_content { word-wrap : break-word }
.widget .wpt_comment_content {
padding: 0 15px;
margin-top: 15px;
}
.widget .wpt_thumb_small + .entry-title + .wpt-postmeta {
padding: 0;
float: none;
width: auto;
font-weight: bold;
}
.widget .wpt_thumb_small + .entry-title + .wpt-postmeta + .wpt_excerpt {
width: 100%;
padding: 0 10px;
box-sizing: border-box;
}
.widget .wpt_thumb_small + .entry-title {
float: none;
width: auto;
padding: 0;
margin: 0 0 10px 0;
}
.widget .wpt_avatar {
margin-right: 15px;
padding-left: 15px;
margin-top: 0;
margin-bottom: 10px;
padding-top: 15px;
}
.widget .wpt_comment_meta {
padding-top: 15px;
padding-right: 10px;
padding-left: 15px;
}
.widget .wpt_comment_meta a {
text-transform: none;
font-size: 15px!important;
}
.widget .wpt_widget_content #tags-tab-content ul li a:hover { color: #fff!important }
.widget .wpt_widget_content ul.has-3-tabs li a { font-size: 14px }
#site-footer .widget .wpt_widget_content #tags-tab-content { padding-top: 20px }
.widget .wpt_widget_content #tags-tab-content li {
padding: 0!important;
margin: 5px!important;
border: 0!important;
} .widget .wp_review_tab_widget_content { border: none }
.widget .wp_review_tab_widget_content ul.wp-review-tabs li {
border-top: none;
border-bottom: none;
}
.widget .wp_review_tab_widget_content .tab_title a {
border: 1px solid rgba(0, 0, 0, 0.2)!important;
border-right: none!important;
color: #757575;
background: #fff;
line-height: 1.4;
font-weight: bold;
padding: 8px 0;
margin-bottom: -1px;
}
.widget .wp_review_tab_widget_content .tab_title:first-child a { border-top-left-radius: 4px }
.widget .wp_review_tab_widget_content .tab_title:last-child a { border-top-right-radius: 4px }
.widget .wp_review_tab_widget_content .has-4-tabs .tab_title:nth-of-type(2) a { border-top-right-radius: 4px }
.widget .wp_review_tab_widget_content .has-4-tabs .tab_title:nth-of-type(3) a { border-bottom-left-radius: 4px }
.widget .wp_review_tab_widget_content .has-4-tabs .tab_title:nth-of-type(4) a {
border-top-right-radius: 0;
border-bottom-right-radius: 4px;
}
.widget .wp_review_tab_widget_content .tab_title:last-child a { border-right: 1px solid rgba(0, 0, 0, 0.2)!important }
.widget .wp_review_tab_widget_content .has-4-tabs .tab_title:nth-child(even) a, .widget .wp_review_tab_widget_content .tab_title:last-child a { border-right: 1px solid rgba(0, 0, 0, 0.2)!important }
.widget .wp_review_tab_widget_content .tab_title.selected a {
border: 1px solid #1f8ae0!important;
background: #2196f3;
color: #fff!important;
border-right: none!important;
}
.widget .wp_review_tab_widget_content .inside {
padding-top: 0;
margin-top: 30px;
}
#site-footer .widget .wp_review_tab_widget_content .inside {
background: transparent;
margin-top: 0;
}
.widget .wp_review_tab_widget_content .tab-content li {
padding: 15px;
margin: 0;
border: 1px solid rgba(0, 0, 0, 0.1);
margin-bottom: 30px;
padding-bottom: 20px;
}
#site-footer .widget .wp_review_tab_widget_content .tab-content li {
border: 1px solid rgba(255, 255, 255, 0.1);
margin-bottom: 0;
border-top: 0;
padding: 20px 15px;
}
.widget .wp_review_tab_widget_content .tab-content li:first-child { padding-top: 15px }
.widget .wp_review_tab_widget_content .tab-content li:last-child { border: 1px solid rgba(0, 0, 0, 0.2) }
.widget .wp_review_tab_thumb_small {
width: auto;
height: 100%;
padding: 0;
margin: 0;
margin-right: 15px;
position: relative;
overflow: visible;
}
.widget .wp_review_tab_widget_content .entry-title {
float: none;
width: 100%;
padding: 0;
padding-bottom: 15px;
box-sizing: border-box;
}
.widget .wp_review_tab_widget_content .entry-title a {
font-size: 16px;
font-weight: bold;
color: #555555;
text-transform: none;
line-height: 22px;
display: block;
}
#site-footer .widget .wp_review_tab_widget_content .entry-title a { font-size: 15px }
.widget .wp_review_tab_widget_content .entry-title a:hover { color: #8bc34a }
.widget .wp_review_tab_widget_content .wp-review-tab-pagination {
padding-bottom: 0;
margin-top: 30px;
}
.widget .wp_review_tab_widget_content .wp-review-tab-pagination a {
margin: 0;
font-weight: bold;
text-transform: uppercase;
}
#site-footer .widget .wp_review_tab_widget_content .wp-review-tab-pagination a { color: #757575 }
.widget .wp_review_tab_widget_content .wp-review-tab-pagination a:hover { color: #8bc34a }
.widget .wp_review_tab_widget_content .title-right { overflow: visible }
.widget .review-total-only.small-thumb { padding-top: 0 }
.widget .wp_review_tab_widget_content .wp-review-tab-postmeta {
color: #757575;
font-size: 14px;
}
.widget .wp_review_tab_thumb_small .post-format-icons {
position: absolute;
width: 30px;
height: 30px;
display: block;
border-radius: 50%;
background: #8bc34a;
color: #fff;
text-align: center;
border: 3px solid #fff;
left: 25px;
bottom: -18px;
line-height: 32px;
z-index: 5;
transition: box-shadow 0.2s;
}
.widget .wp_review_tab_thumb_small .post-format-icons .fa-play { margin-left: 3px }
.widget .wp_review_tab_thumb_small .post-format-icons:after {
top: 0;
left: 0;
padding: 0;
box-shadow: 0 0 0 3px #fff;
transition: transform 0.2s, opacity 0.2s;
}
.widget .wp_review_tab_thumb_small:hover .post-format-icons:after {
transform: scale(0.85);
opacity: 0.5;
}
.widget .wp_review_tab_thumb_small:hover .post-format-icons {
box-shadow: 0 0 0 4px #1f8ae0;
color: #fff;
background: #2196f3;
}
.widget .wp_review_tab_widget_content .has-4-tabs .tab_title:nth-child(even) a { border-right: 1px solid #d1d1d1!important }
.widget .wp_review_tab_widget_content .has-4-tabs .tab_title.selected:nth-child(even) a { border-right: 1px solid #2196f3!important } #site-footer .footeText {
width: 960px;
margin: 22px auto;
text-align: center;
color: #fff;
font-size: 14px;
font-weight: bold;
}
#site-footer .footeText a {
color: #fff;
border-bottom: 2px solid #8bc34a;
}
#site-footer .sidebar .widget .title {
font-size: 135%;
color: #D4D8DB;
}
#site-footer {
overflow: hidden;
clear: both;
width: 100%;
float: left;
}
.textwidget p { margin-top: 20px }
.footer-widgets {
overflow: hidden;
width: 100%;
margin: 0;
background: #353535;
padding: 0 30px;
padding-top: 50px;
box-sizing: border-box;
float: left;
box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
padding-bottom: 10px;
border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.f-widget {
width: 28%;
float: left;
position: relative;
margin-bottom: 0;
margin-right: 8%;
}
.widgets-num-4 .f-widget {
width: 22.97%;
max-width: 255px;
margin-right: 2.70%;
}
.widgets-num-5 .f-widget {
width: 17.83%;
max-width: 198px;
margin-right: 2.70%;
}
.widgets-num-3 .f-widget {
width: 31.53%;
max-width: 350px;
margin-right: 2.70%;
}
.widgets-num-3 .f-widget:nth-child(3n), .widgets-num-4 .f-widget:nth-child(4n), .widgets-num-5 .f-widget:nth-child(5n) { margin-right: 0 }
.copyrights {
float: left;
width: 100%;
clear: both;
padding: 0 30px;
box-sizing: border-box;
background: #252526;
font-size: 14px;
padding-top: 24px;
padding-bottom: 23px;
border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.copyrights a { font-weight: bold }
.copyrights .to-top { float: right }
#copyright-note {
width: 100%;
margin: 0 auto;
clear: both;
max-width: 100%;
}
.postsby { margin-bottom: 25px }
.footer-header {
width: 100%;
clear: both;
float: left;
background: #454545;
padding: 0 30px;
box-sizing: border-box;
box-shadow: 0px 1px 1px rgba(0,0,0,0.15);
min-height: 110px;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
}
.footer-header #logo {
float: left;
margin-bottom: 0;
font-size: 28px;
} .to-top {
float: right;
position: relative;
}
.toplink {
float: right;
display: inline-block;
width: 35px;
line-height: 35px;
background: #353535;
color: inherit;
text-align: center;
border: 1px solid rgba(255, 255, 255, 0.3);
box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
border-radius: 50%;
margin-left: 30px;
}
.toplink i {
color: inherit;
font-weight: bold;
}
.toplink:hover { background: #8bc34a }
.toplink:hover i { color: #fff!important } .related-posts {
margin-bottom: 30px;
clear: both;
float: left;
width: 100%;
}
.related-posts .latestPost {
width: 48%;
margin-right: 4%;
}
.ss-full-width .related-posts .latestPost {
width: 31.5315%;
margin-right: 2.702%;
}
.related-posts .latestPost:nth-child(even) { margin-right: 0 }
.ss-full-width .related-posts .latestPost:nth-child(even), .ss-full-width .related-posts .latestPost.last { margin-right: 2.702% }
.related-posts .latestPost:nth-of-type(3n+1) { clear: none }
.ss-full-width .related-posts .latestPost:nth-of-type(3n+1) { clear: left }
.related-posts .last {
margin-right: 0;
padding-bottom: 0;
}
.ss-full-width .related-posts .latestPost:nth-of-type(3n) { margin-right: 0 }
.related-posts .title { margin-bottom: 10px }
.related-posts .latestPost .title a { font-size: 16px }
.related-posts article header { margin-bottom: 0 }
.related-posts h4, .postauthor h4, #comments h4, #commentsAdd h4 {
font-size: 20px;
font-weight: bold;
color: #252525;
padding-bottom: 10px;
margin-bottom: 30px;
line-height: 1;
border-bottom: 2px dotted #d1d1d1;
}
#comments h4.total-comments span {
font-weight: 400;
color: #2196f3;
}
#commentsAdd h3 { display: none } .tags {
width: 100%;
float: left;
margin-bottom: 50px;
font-weight: bold;
}
.tags .tagtext { margin-right: 4px }
.tags a {
padding: 0 10px;
line-height: 28px;
background-color: #fff;
color: inherit;
border: 1px solid rgba(0, 0, 0, 0.18);
display: inline-block;
margin-left: 2px;
margin-right: 2px;
margin-bottom: 10px;
border-radius: 4px;
}
.tags a:hover { color: #fff }
.tags a:first-child { margin-left: 10px } .postauthor {
padding: 0;
min-height: 180px;
float: left;
clear: both;
width: 100%;
margin-top: 0;
margin-bottom: 60px;
}
.postauthor h5 {
overflow: hidden;
font-size: 16px;
margin-bottom: 20px;
}
.postauthor h5 a { color: #252525 }
.postauthor h5 a:hover { color: #8bc34a }
.postauthor img {
float: left;
margin: 4px 30px 10px 0;
border-radius: 50%;
}
.postauthor h4 a { color: #473636 }
.postauthor-top {
padding-top: 5px;
padding-bottom: 8px;
margin-bottom: 15px;
}
.clear { clear: both }
.left { float: left }
.right { float: right }
.last { margin-right: 0 }
.author-social {
float: left;
margin-top: 2px;
}
.author-social a {
width: 30px;
height: 30px;
border-radius: 50%;
color: #fff!important;
background: #000;
text-align: center;
line-height: 27px;
margin-right: 5px;
display: block;
float: left;
}
.author-social a i { padding-top: 8px }
.author-social a:last-child { margin-right: 0 }
.author-social a.facebook { background: #5d82d1 }
.author-social a.twitter { background: #40bff5 }
.author-social a.google-plus { background: #eb5e4c }
.author-social a.pinterest { background: #cb2027 }
.author-social a.stumble { background: black }
.author-social a.linkedin { background: #007bb6 } .tagcloud a {
font-size: 14px!important;
font-weight: bold;
padding: 0px 18px;
margin-bottom: 10px;
float: left;
margin-right: 10px;
background: transparent;
border: 1px solid rgba(0, 0, 0, 0.2);
color: #757575;
text-transform: uppercase;
border-radius: 4px;
height: 35px;
line-height: 37px;
}
#site-footer .tagcloud a { border-color: rgba(255, 255, 255, 0.3) } .ad-125 ul {
float: left;
width: 100%;
margin: 0;
list-style: none;
max-width: 100%;
}
.ad-125 li {
float: left;
border: none;
list-style: none!important;
padding-left: 0;
background: none;
margin-bottom: 15px;
margin-left: 0;
max-width: 48%;
}
.ad-125 li:nth-child(2n+1), .ad-125 li:first-child { clear: both }
.ad-125 li:nth-child(2n+2) { float: right!important }
.ad-125 li:nth-last-child(2), .ad-125 li:last-child { margin-bottom: 0 } #wp-calendar { margin-bottom: 0 }
#wp-calendar td {
text-align: center;
padding: 7px 0;
border-top: 1px solid #F1F4F6;
border-right: 1px solid #F1F4F6;
}
#wp-calendar caption {
font-size: 16px;
padding-bottom: 10px;
font-weight: bold;
}
#wp-calendar #prev {
text-align: left;
padding-left: 12px;
}
#wp-calendar #next {
text-align: right;
padding-right: 12px;
}
#wp-calendar thead th {
padding: 10px 0;
text-align: center;
} .nocomments {
margin-top: 20px;
clear: both;
float: left;
width: 100%;
}
.cnumber { color: #2DB2EB }
#comments {
padding: 0;
background-color: #fff;
margin-top: 0px;
margin-bottom: 30px;
float: left;
clear: both;
width: 100%;
}
#respond {
float: left;
width: 100%;
clear: both;
position: relative;
}
#comments .post-info {
width: auto;
float: none;
clear: none;
}
#comments .post-info .theauthor {
float: left;
font-size: 16px;
font-weight: 700;
}
#comments .post-info .theauthor a, #comments .post-info .theauthor { color: #252525 }
#comments .post-info .theauthor a:hover { color: #8bc34a }
#comments .thetime {
float: left;
margin-left: 80px;
color: #757575;
}
#comments .like-us { float: right }
#comments .like-us a { color: #757575 }
#comments .like-us a:hover { color: #8bc34a }
#commentsAdd {
width: 100%;
float: left;
clear: both;
margin-bottom: 30px;
margin-top: 0px;
}
#comments .avatar {
float: left;
margin: 3px 30px 10px 0;
border-radius: 50%;
}
#commentform { max-width: 350px }
.comment time { padding-left: 10px }
ul.children .commentImageLeft {
width: 60px;
height: 90px;
border-left: 1px solid #c1bbb6;
border-bottom: 1px solid #c1bbb6;
position: absolute;
top: -50px;
left: -70px;
}
input.text-input, #commentform input { padding: 11px }
input#author, input#email, input#url, .contact-form input, .contact-form textarea {
width: 100%;
border: 1px solid #d1d1d1;
background: #fff;
width: 100%;
box-sizing: border-box;
height: 37px;
box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
border-radius: 4px;
}
input#author, input#email, input#url, #comment, .contact-form input, .contact-form textarea { transition: all 0.25s ease-in-out }
#cancel-comment-reply-link {
float: right;
line-height: 24px;
margin-top: 0;
}
#cancel-comment-reply-link {
position: absolute;
top: 12px;
right: 0;
font-size: 15px;
color: #ff0000;
cursor: pointer;
margin-bottom: -20px;
z-index: 100;
font-weight: bold;
text-transform: capitalize;
}
#commentform input#submit {
width: 100%;
height: 35px;
line-height: 35px;
padding: 0;
background-color: #2196f3;
border: 1px solid rgba(0, 0, 0, 0.1);
color: #fff;
font-weight: bold;
text-transform: uppercase;
border-radius: 4px;
transition: all 0.2s linear;
cursor: pointer;
}
.error { color: red }
.thanks p { color: green }
ol.commentlist {
margin-left: 0;
margin-top: 0;
padding: 0;
list-style: none;
}
.commentlist .navigation {
float: left;
width: 100%;
}
.commentlist .navigation:nth-of-type(2) a {
margin-top: 20px;
margin-bottom: 0;
}
.commentlist .navigation:nth-of-type(2) div { margin: 0 }
.commentlist .navigation a { font-weight: bold }
ol.commentlist li:nth-of-type(2) { border-bottom: none }
.comment {
list-style: none;
margin: 0;
float: left;
box-sizing: border-box;
width: 100%;
position: relative;
}
.commentlist > li:first-of-type .comment-list { padding-top: 0 }
ul.children li:first-of-type .comment-list { padding-top: 25px }
.comment-list {
padding: 25px 0;
float: left;
width: 100%;
border-bottom: 2px dotted #d1d1d1;
}
.commentlist p { margin-bottom: 5px }
.ago { color: #757575 }
.fn {
line-height: 1.375em;
width: auto;
float: left;
margin-bottom: 0;
font-size: 16px;
}
.fn a {
color: #8bc34a;
font-weight: bold;
font-size: 15px;
}
.comment-meta {
font-size: 12px;
margin-left: 10px;
}
.comment-meta a { color: #8bc34a }
.commentmetadata {
padding-top: 15px;
padding-bottom: 15px;
clear: right;
overflow: hidden;
}
.commentmetadata li {
border: 0;
padding: 0;
margin-top: 0;
margin-bottom: 5px;
list-style: square;
}
.commentmetadata ol li { list-style: decimal }
.reply { float: right }
.reply a {
font-weight: bold;
float: right;
color: #757575;
}
.reply a:hover { color: #8bc34a }
.reply a i { margin-right: 2px }
.comment #respond #respond { margin-top: 20px }
.commentlist .children {
margin-left: 0;
float: left;
width: 100%;
box-sizing: border-box;
}
.commentlist .children li {
margin-bottom: 0;
padding-left: 30px;
}
.avatar { float: left }
.comment-awaiting-moderation {
font-style: italic;
font-weight: bold;
}
.commentmetadata ul, .commentmetadata ol { margin-top: 5px } #commentform textarea, .contact-form textarea {
width: 100%;
border: 1px solid #d1d1d1;
background: #fff;
padding: 2%;
line-height: 25px;
font-family: inherit;
box-sizing: border-box;
height: 114px;
border-radius: 4px;
box-shadow: inset 0px 1px 1px rgba(0,0,0,0.1);
clear: both;
}
#commentform p {
margin-bottom: 10px;
float: left;
width: 100%;
clear: both;
}
#commentform p label {
padding-bottom: 5px;
padding-top: 5px;
padding-left: 10px;
}
.cancel-comment-reply a {
float: right;
margin-top: -8px;
}
.required {
color: red;
padding: 0;
line-height: 1;
}
.comment-notes .required {
padding-left: 0;
padding-top: 3px;
}
.comment-notes { font-style: italic } .pagination {
clear: both;
overflow: hidden;
float: left;
width: 100%;
margin-bottom: 10px;
text-align: center;
font-size: 14px;
font-weight: bold;
display: block!important;
}
.single .pagination {
border: 0;
box-shadow: none;
padding: 0;
width: 100%;
margin-bottom: 0;
}
.single .pagination a, .single .pagination > .currenttext {
border: 1px solid rgba(0, 0, 0, 0.1);
width: 35px;
height: 35px;
margin: 16px 2px;
}
.single .pagination > a:nth-last-of-type(1) { margin-left: 4px }
.pagination ul {
list-style: none;
margin: 0;
}
.pagination ul li {
float: none;
margin-bottom: 5px;
display: inline-block;
margin-right: 5px;
}
.currenttext, .page-numbers.current {
color: #fff;
display: inline-block;
float: none;
background: #2196f3;
width: 35px;
line-height: 35px;
border: 1px solid rgba(0, 0, 0, 0.09);
box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.1);
border-radius: 4px;
}
.pagination a {
color: #555;
padding: 0;
text-transform: uppercase;
width: 37px;
line-height: 37px;
display: inline-block;
border-radius: 4px;
margin-bottom: 10px;
}
.pagination .dots { pointer-events: none }
.pagination a:hover {
color: #fff;
background: #2196f3;
}
.pagination .nav-previous {
float: left;
margin-right: 0;
}
.pagination .nav-next {
float: right;
margin-right: 0;
}
.pagination .nav-previous a, .pagination .nav-next a, .pagination a.next, .pagination a.prev {
color: #fff!important;
padding: 0 28px;
width: auto;
border-radius: 4px;
border: 1px solid rgba(0, 0, 0, 0.09);
line-height: 35px;
box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
}
.pagination a.next { float: right }
.pagination a.prev { float: left }
.pagination .nav-previous a i, .pagination .page-numbers.prev i { margin-right: 8px }
.pagination .nav-next a i, .pagination .page-numbers.next i {
margin-left: 8px;
margin-right: 0;
}
.single .pagination a .currenttext, .single .pagination a:hover .currenttext {
padding: 0;
background: transparent;
margin-right: 0;
}
.single .pagination a .currenttext {
color: #555;
border: 0;
}
.single .pagination a:hover .currenttext { color: #fff } .contact-form {
position: relative;
max-width: 350px;
}
.contact-form.loading:after {
content: "";
display: block;
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: rgba(255, 255, 255, 0.8);
}
.contact-form label {
display: block;
width: 100%;
box-sizing: border-box;
-moz-box-sizing: border-box;
}
.contact-form label { margin-top: 12px }
.contact-form input[type="submit"] {
margin-top: 12px;
background: #2196f3;
color: #fff;
cursor: pointer;
text-transform: uppercase;
font-weight: bold;
border: 1px solid rgba(0, 0, 0, 0.1);
height: 35px;
clear: both;
}
.mtscontact_error { color: #B90101 } #site-header .widget_search {
overflow: visible;
width: auto;
clear: none;
float: none;
margin-bottom: 0;
-ms-flex: 0.5;
flex: 0.5;
}
#site-header #searchform {
min-width: 212px;
width: auto;
float: right;
}
#site-footer #searchform { border-color: rgba(255, 255, 255, 0.18) }
.ajax-search-box-open #s { border-bottom: 1px solid #fff }
.ajax-search-results-container {
position: absolute;
top: 32px;
left: -1px;
width: 100%;
z-index: 9;
background: #fff;
border: 1px solid #d1d1d1;
border-top: none;
}
.ajax-search-results-container.loading:after {
content: "";
display: block;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: rgba(255,255,255,0.8);
}
ul.ajax-search-results {
margin: 0;
margin-top: 0px;
padding: 0;
}
.ajax-search-results li {
margin: 0;
display: block;
list-style: none;
min-height: 50px;
padding: 15px 8px!important;
width: 100%;
box-sizing: border-box;
border-bottom: 1px solid #d1d1d1;
border-top: none;
}
.ajax-search-results li a {
text-transform: none;
color: #757575;
font-weight: bold;
}
ul.ajax-search-results a:focus { text-decoration: underline } .ajax-search-results .wp-post-image {
margin-bottom: 0;
margin-top: 5px;
margin-right: 15px!important;
margin-left: 0;
}
.ajax-search-meta {
padding: 6px 8px;
height: 30px;
font-size: 13px;
width: 100%;
box-sizing: border-box;
}
.ajax-search-meta .results-count {
float: left;
color: #aaa;
}
.ajax-search-meta .results-link { float: right }
.ajax-search-results-container .no-results {
padding: 8px;
color: #AAA;
font-style: italic;
} .pace .pace-progress {
background: #29d;
position: fixed;
z-index: 2000;
top: 0;
left: 0;
height: 3px;
transition: width 0.8s;
-webkit-backface-visibility: hidden;
}
.admin-bar .pace .pace-progress { top: 32px }
.pace-inactive { display: none }
.contentwrap {
float: left;
width: 100%;
clear: both;
overflow: hidden;
}
#load-posts {
float: left;
width: 100%;
display: block;
clear: both;
text-align: center;
margin-bottom: 20px;
overflow: hidden;
}
#load-posts a {
width: auto;
display: inline-block;
background: #2196f3;
border: 1px solid rgba(0, 0, 0, 0.1);
color: #fff;
padding: 0 20px;
border-radius: 4px;
position: relative;
line-height: 37px;
}
#load-posts a i { margin-right: 5px }
#load-posts a.inactive { cursor: default } pre {
overflow: auto;
padding: 25px 15px 15px;
margin: 15px 0;
position: relative;
background: #454545;
font-family: monospace;
color: #fff;
box-sizing: border-box;
}
pre:before {
content: "\f121";
color: #FFF;
position: absolute;
font-size: 18px;
right: 14px;
top: 6px;
font-family: FontAwesome;
}
.flex-video {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
margin-bottom: 30px;
height: 0;
overflow: hidden;
clear: both;
}
.flex-video-vimeo { padding-top: 0 }
.flex-video iframe, .flex-video object, .flex-video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
} #parallax {
position: relative;
padding-bottom: 20%;
height: 0;
overflow: hidden;
background-size: cover;
margin-bottom: 30px;
min-height: 150px;
}
#zoom-out-effect, #zoom-out-bg {
position: relative;
padding-bottom: 30%;
height: 0;
}
#zoom-out-effect {
overflow: hidden;
margin-bottom: 30px;
}
#zoom-out-bg {
background-size: cover;
width: 100%;
} .latestPost-review-wrapper {
position: absolute;
top: 5px;
right: 5px;
background: #FFF;
padding: 2px 8px;
border-radius: 3px;
}
.latestPost .review-type-circle.wp-review-show-total { height: 36px }
.latestPost-review-wrapper .review-total-star { margin: 4px 0 }
.latestPost-review-wrapper .percentage-icon {
top: 0;
font-size: inherit;
font-style: normal;
} #wpmm-megamenu { border-top: 1px solid rgba(0, 0, 0, 0.1) } @keyframes scale { 
0% {
transform: scale(1);
opacity: 1;
}
45% {
transform: scale(0.1);
opacity: 0.7;
}
80% {
transform: scale(1);
opacity: 1;
}
}
.ball-pulse {
clear: both;
text-align: center;
margin: 10px 0;
}
.ball-pulse > div:nth-child() { animation: scale 0.75s -0.36s infinite cubic-bezier(.2, .68, .18, 1.08) }
.ball-pulse > div:nth-child(1) { animation: scale 0.75s -0.24s infinite cubic-bezier(.2, .68, .18, 1.08) }
.ball-pulse > div:nth-child(2) { animation: scale 0.75s -0.12s infinite cubic-bezier(.2, .68, .18, 1.08) }
.ball-pulse > div:nth-child(3) { animation: scale 0.75s 0s infinite cubic-bezier(.2, .68, .18, 1.08) }
.ball-pulse > div {
background-color: #2196f3;
width: 10px;
height: 10px;
border-radius: 100%;
margin: 1px;
animation-fill-mode: both;
display: inline-block;
}
.gallery-icon { width: 100% }
.gallery-icon img {
display: block;
margin: 0 auto;
float: none;
}
.gallery-caption { clear: both }
.wp-video, .wp-audio-shortcode { margin: 10px auto }
.single-button > div a:before { background: #2196f3 }
.slider-widget-container .widget-slider .slide-caption {
background: rgba(255, 255, 255, 0.8);
box-sizing: border-box;
padding: 8px 12px;
}
.widget-slider .slide-title { font-size: 15px } .isotope-item { z-index: 2 }
.isotope-hidden.isotope-item {
pointer-events: none;
z-index: 1;
} .isotope, .isotope .isotope-item { transition-duration: 0.8s }
.isotope { transition-property: height, width }
.isotope .isotope-item { transition-property: transform, opacity } .isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition { transition-duration: 0s }.ad-rectangle{display:block;height:300px}@media (max-width:991px){.ad-rectangle{display:inline-block;width:300px;height:300px}}