/*
Theme Name: Radiate
Theme URI: https://wordpress.com/themes/radiate
Author: ThemeGrill
Author URI: http://themegrill.com/
Description: Radiate is a clean, creative and minimal personal blogging responsive WordPress theme. The theme has full width slider to highlight some of your unique posts and has featured pages section to tell more about you. Just focus on writing beautiful content and everything else will be handled by this theme in a simple manner.
Version: 1.0
License: GNU General Public License, version 3 (GPLv3)
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
Update URI: false
Text Domain: radiate
Domain Path: /languages/
Tags: blog, bright, business, clean, custom-background, custom-colors, custom-header, custom-menu, design, elegant, fashion, featured-content-with-pages, featured-images, fixed-menu, flexible-header, fluid-layout, food, gray, infinite-scroll, journal, left-sidebar, light, light, magazine, minimal, modern, news, one-column, photoblogging, photography, post-slider, professional, responsive-layout, right-sidebar, simple, site-logo, sticky-post, theme-options, threaded-comments, three-columns, translation-ready, travel, two-columns, white
Status: inactive

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/* =Reset
-------------------------------------------------------------- */

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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
   border: 0;
   font: inherit;
   font-size: 100%;
   font-style: inherit;
   font-weight: inherit;
   margin: 0;
   outline: 0;
   padding: 0;
   vertical-align: baseline;
}
html {
   font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
   overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
   -webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
   -ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
   background: #eaeaea;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
   display: block;
}
ol, ul {
   list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
   border-collapse: collapse;
   border-spacing: 0;
   margin: 0 0 1.5em;
   width: 100%;
}
th {
   font-weight: bold;
}
th, td, .wp-block-table th, .wp-block-table td {
   border: 1px solid #EAEAEA;
   padding-left: 5px;
}
caption, th, td {
   text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
   content: "";
}
blockquote, q {
   quotes: "" "";
}
a:focus {
   outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
   outline: 0;
}
a img {
   border: 0;
}
a img:hover {
   opacity: 0.8;
   filter:alpha(opacity=80);
   box-shadow: #000 0 0 0;
}
* {
   box-sizing: border-box;
}

/* =Global
----------------------------------------------- */
body,
button,
input,
select,
textarea {
   font-family: 'Merriweather', Georgia, serif;
   font-weight: 300;
   font-style: normal;
   font-size: 16px;
   font-size: 1.6rem;
   line-height: 1.5;
   color: #444444;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
   font-family:  'Roboto', sans-serif;
   clear: both;
}
h1 { font-size: 30px; line-height: 36px; }
h2 { font-size: 28px; line-height: 34px; }
h3 { font-size: 26px; line-height: 32px; }
h4 { font-size: 24px; line-height: 30px; }
h5 { font-size: 22px; line-height: 28px; }
h6 { font-size: 19px; line-height: 25px; }
hr, .wp-block-separator {
   background-color: #eaeaea;
   border: 0;
   height: 1px;
   margin-bottom: 1.5em;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
   margin-bottom: 1rem;
}

/* Text elements */
p {
   line-height: 1.5;
   margin-bottom: 1.5em;
}
ul,
ol {
   margin: 0 0 1.75em 1.25em;
   padding: 0;
}
ul {
   list-style: disc;
}
ol {
   list-style: decimal;
   margin-left: 1.5em;
}
li > ul,
li > ol {
   margin-bottom: 0;
}
dt {
   font-weight: bold;
}
dd {
   margin: 0 1.5em 1.5em;
}
b, strong {
   font-weight: bold;
}
dfn, cite, em, i {
   font-style: italic;
}
blockquote,
.wp-block-quote {
   -moz-border-bottom-colors: none;
   -moz-border-left-colors: none;
   -moz-border-right-colors: none;
   -moz-border-top-colors: none;
   border-color: #EAEAEA #EAEAEA #EAEAEA #00a9e0;
   border-image: none;
   border-style: solid;
   border-width: 1px 1px 1px 3px;
   margin-bottom: 20px;
   padding: 20px 20px 5px;
}
blockquote cite {
   color: #333333;
   font: 300 15px "Helvetica Neue",Helvetica,Arial,sans-serif;
   letter-spacing: 0.05em;
   text-transform: uppercase;
}
.wp-block-pullquote blockquote {
   border: 0;
}
.wp-block-pullquote blockquote p {
   color: inherit;
}
.wp-block-pullquote cite {
   color: inherit;
}
.wp-block-pullquote {
   border-top: 4px solid #00a9e0;
   border-bottom: 4px solid #00a9e0;
   color: #444444;
}
.wp-block-pullquote.is-style-solid-color:not(.has-black-background-color) {
   background: #00a9e0;
   color: #fff;
   border: none;
}
.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
   font-style: normal;
}
address {
   margin: 0 0 1.5em;
   display: block;
   font-style: italic;
}
pre {
   background: #FFFFFF;
   border: 1px solid #EAEAEA;
   font-family: "Courier 10 Pitch", Courier, monospace;
   font-size: 15px;
   font-size: 1.5rem;
   line-height: 1.5;
   margin-bottom: 1.6em;
   max-width: 100%;
   overflow: auto;
   padding: 1.6em;
   white-space: pre-wrap;
   overflow: auto;
}
code, kbd, tt, var {
   font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
   white-space: pre-wrap;
}
abbr, acronym {
   border-bottom: 1px dotted #eaeaea;
   cursor: help;
   white-space: pre-wrap;
}
mark, ins {
   background: #fff9c0;
   text-decoration: none;
}
sup,
sub {
   font-size: 75%;
   height: 0;
   line-height: 0;
   position: relative;
   vertical-align: baseline;
}
sup {
   bottom: 1ex;
}
sub {
   top: .5ex;
}
small {
   font-size: 75%;
}
big {
   font-size: 125%;
}
figure {
   margin: 0;
}

img {
   height: auto; /* Make sure images are scaled correctly. */
   max-width: 100%; /* Adhere to container width. */
}
/* For icon display hide of jetpack site stats */
img#wpstats {
   display: none;
}
button,
input,
select,
textarea {
   font-size: 100%; /* Corrects font size not being inherited in all browsers */
   margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
   vertical-align: baseline; /* Improves appearance and consistency in all browsers */
   *vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
   line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
   background-color: #00a9e0;
   border: none;
   border-radius: 4px;
   color: #FFFFFF;
   font-size: 1.4rem;
   padding: 8px 16px;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
   opacity: 0.8;
   filter:alpha(opacity=80); /* For IE8 and earlier */
   text-decoration: none;
   cursor: pointer;
}
input[type="checkbox"],
input[type="radio"] {
   box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
   padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
   -webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
   -webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to radiate-proof) */
   -moz-box-sizing:    content-box;
   box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
   -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
   border: 0;
   padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
   color: #666;
   border: 1px solid #eaeaea;
   border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
   color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
   padding: 10px;
}
textarea {
   overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
   padding-left: 3px;
   vertical-align: top; /* Improves readability and alignment in all browsers */
   width: 98%;
}
button {
   font-size: 18px;
   padding: 12px 24px;
}
.wp-block-button__link {
   color: #fff;
   background-color: #00a9e0;
   border: none;
   box-shadow: none;
   cursor: pointer;
   display: inline-block;
   font-size: 18px;
   padding: 12px 24px;
   text-align: center;
   text-decoration: none;
   overflow-wrap: break-word;
   border-radius: 4px;
}
.wp-block-button.is-style-outline .wp-block-button__link,
.wp-block-button__link.is-style-outline {
   color: #00a9e0;
   background-color: transparent;
   border: 2px solid;
   border-radius: 4px;
}
.wp-block-cover .is-style-outline .wp-block-button__link {
   border-color: #fff;
   color: #fff;
}
.contact-form .contact-submit button {
   box-shadow: none;
   cursor: pointer;
   display: inline-block;
   font-size: 18px;
   padding: 12px 24px;
   text-align: center;
   text-decoration: none;
   overflow-wrap: break-word;
   border-radius: 4px;
}
.contact-form .contact-submit button:not(.wp-block-button__link) {
   border: medium none;
   white-space: pre-wrap;
   background-color: #00a9e0;
   color: #fff;
   border-radius: 4px;
}
.contact-form label span {
   word-break: normal;
   color: unset;
   opacity: .45;
   font-size: 15px;
}
.entry-content .contact-form label {
   font-weight: normal;
}
.jetpack_subscription_widget button {
   border-radius: 0px;
   border-width: 1px;
   font-size: 16px;
   padding: 15px 23px;
   margin-top: 10px;
}

/* Links */
a {
   color: #00a9e0;
   text-decoration: none;
}
a:visited {
}
a:hover,
a:focus,
a:active {
}

/* clearfix hack */
.clearfix:after {
   visibility: hidden;
   display: block;
   font-size: 0;
   content: " ";
   clear: both;
   height: 0;
}
.clearfix {
   display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix {
   height:1%;
}
.clearfix {
   display: block;
}
/* close commented backslash hack */

/* Alignment */
.alignleft {
   display: inline;
   float: left;
   margin-right: 1.5em;
}
.alignright {
   display: inline;
   float: right;
   margin-left: 1.5em;
}
.aligncenter {
   clear: both;
   display: block;
   margin: 0 auto;
   text-align: center;
}
.alignnone {
   margin: 10px 0;
}
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright,
.wp-block-gallery.aligncenter,
.wp-block-social-links.alignleft,
.wp-block-social-links.alignright,
.wp-block-social-links.aligncenter {
   display: flex;
}

/* Text meant only for screen readers */
.screen-reader-text {
   clip: rect(1px, 1px, 1px, 1px);
   position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
   background-color: #f1f1f1;
   border-radius: 3px;
   box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
   clip: auto !important;
   color: #21759b;
   display: block;
   font-size: 14px;
   font-weight: bold;
   height: auto;
   left: 5px;
   line-height: normal;
   padding: 15px 23px 14px;
   text-decoration: none;
   top: 5px;
   width: auto;
   z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
   content: '';
   display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
   clear: both;
}

/* =Layout
----------------------------------------------- */
.inner-wrap {
   max-width: 1218px;
   margin: 0 auto;
}
#primary {
   width: 68%;
   float: left;
}
#secondary {
   width: 28%;
   float: right;
}
#content .inner-wrap {
   padding-top: 45px;
}
#content a:hover {
   text-decoration: underline;
}
#content .wp-block-button a:hover {
   text-decoration: none;
}
.wp-block-button a:hover {
   opacity: 0.8;
}

/* =Header
----------------------------------------------- */
.header-wrap {
   background-color: #ffffff;
   border-bottom: 1px solid #eaeaea;
   left: 0;
   padding: 10px 0;
   position: fixed;
   top: 0;
   width: 100%;
   z-index: 999;
}
body.admin-bar .header-wrap {
   top: 32px;
}
.header-wrap .inner-wrap {
   position: relative;
}
.radiate-sticky {
   position: fixed;
   width: 100%;
   left: 0;
   top: 0;
   z-index: 100;
   border-top: 0;
   padding: 0;
   transition: all 0.5s ease 0s;
}
.site-branding {
   float: left;
   font-family: 'Roboto';
   max-width: 100%;
   margin-right: 35px;
}
.site-title {
   font-size: 36px;
   font-size: 3.6rem;
   padding: 0;
   float: left;
   line-height: 1.2;
   margin: 2px 0 0;
}
.site-title a {
   color: #444444;
}
.site-title a:hover {
   color: #00a9e0;
}
.site-description {
   display: block;
   font-size: 14px;
   line-height: 1;
   margin-bottom: 10px;
   clear: both;
}
.radiate-sticky .site-description {
   margin-bottom: 0;
}
img.header-image {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.header-search-icon {
   position: absolute;
   top: 0;
   right: 0;
   padding: 20px 0 20px 10px;
   cursor: pointer;
}
.header-search-icon:before {
   content: '\f400';
   color: #00a9e0;
   display: inline-block;
   -webkit-font-smoothing: antialiased;
   font: normal 24px/1 'Genericons';
   vertical-align: middle;
}
.search-form-top {
   border: 1px solid #eaeaea;
   display: none;
   padding: 10px;
   position: absolute;
   right: 0;
   top: 65px;
   z-index: 9999;
   background-color: #ffffff;
}
.search-form input[type="submit"] {
   border-radius: 0;
   margin-left: -7px;
   padding: 13px 16px 11px;
}
.site-logo {
   float: left;
   padding: 2px 20px 0 0;
   max-height: 60px;
   width: auto;
}
#header-text {
   float: left;
   padding: 0 25px 0 0;
}

/* =slider
----------------------------------------------- */
.featured-slider-container {
   position: relative;
}
.slider-meta {
   color: #ffffff;
   position: absolute;
   top: 50%;
   left: 50%;
   -ms-transform: translate(-50%,-50%);
   -webkit-transform: translate(-50%,-50%);
   transform: translate(-50%,-50%);
   text-align: center;
   max-width: 60%;
   min-width: 200px;
}
.slider-meta .slider-title {
   font-size: 50px;
   line-height: 1.2;
   margin-bottom: 25px;
   text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.slider-title a {
   color: #ffffff;
}
#content .slider-title a:hover {
   text-decoration: none;
}
.slider-meta p {
   color: #ffffff;
   font-family: 'Roboto';
   font-size: 16px;
   line-height: 1.5;
   margin-bottom: 0;
   text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.slider-meta .more-link {
   margin-top: 40px;
   display: block;
}
.slider-meta .more-link-text {
   width: 100%;
   border: 3px solid #fff;
   font-size: 20px;
   padding: 10px 30px;
   color: #fff;
   text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
   font-family: 'Roboto';
}
#content .slider-meta .more-link-text:hover {
   background-color: #00a9e0;
   text-shadow: none;
   border: 3px solid #00a9e0;
   text-decoration: none;
}
.slide-image {
   background-color: #86c6db;
}
.slide-image img {
   margin-left: auto;
   margin-right: auto;
   display: block;
}

a.bx-prev,
a.bx-next {
   color: #eaeaea;
   background: rgba(0, 169, 224, 0.4);
   border-radius: 50%;
   padding: 18px 20px;
   visibility: visible;
   position: absolute;
   top: 50%;
   -ms-transform: translateY(-50%); /* IE 9 */
   -webkit-transform: translateY(-50%);
   transform: translateY(-50%);
   z-index: 99;
   cursor: pointer;
}
a.bx-next {
   right: 1%;
}
a.bx-prev {
   left: 1%;
}
a.bx-prev:hover,
a.bx-next:hover {
   background: rgba(0, 169, 224, 1);
}
.bx-next:before,
.bx-prev:before {
   display: inline-block;
   -webkit-font-smoothing: antialiased;
   font: normal 40px/1 'Genericons';
   vertical-align: top;
}
.bx-next:before { content: '\f429'; }
.bx-prev:before { content: '\f430'; }


/* =Menu
----------------------------------------------- */

.main-navigation {
   float: right;
   max-width: 100%;
   padding-top: 3px;
   margin-right: 35px;
}
.radiate-sticky .main-navigation {
   padding-top: 0;
}
.main-navigation ul {
   list-style: none;
   margin: 0;
   padding-left: 0;
}
.main-navigation li {
   font-family: 'Roboto';
   float: left;
   position: relative;
   font-size: 18px;
   font-size: 1.8rem;
   line-height: 3.6;
}
.main-navigation a {
   font-family: 'Roboto';
   padding: 0 18px;
   display: block;
   text-decoration: none;
   color: #444444;
}
.main-navigation a:hover,
.main-navigation ul li.current-menu-item a,
.main-navigation ul li.current_page_ancestor a,
.main-navigation ul li.current-menu-ancestor a,
.main-navigation ul li.current_page_item a,
.main-navigation ul li:hover > a {
   background-color: #00a9e0;
   color: #ffffff;
}

/* Dropdown */
.main-navigation ul li ul,
.main-navigation ul li:hover ul ul,
.main-navigation ul ul li:hover ul ul,
.main-navigation ul ul ul li:hover ul ul,
.main-navigation ul ul ul ul li:hover ul ul {
   display:none;
   z-index: 9999;
}
.main-navigation ul li:hover ul,
.main-navigation ul ul li:hover ul,
.main-navigation ul ul ul li:hover ul,
.main-navigation ul ul ul ul li:hover ul,
.main-navigation ul ul ul ul ul li:hover ul {
   display:block;
}
.main-navigation ul li.focus > ul {
   display: block;
}
.main-navigation ul ul {
   display: none;
   float: left;
   left: 0;
   position: absolute;
   top: 100%;
   z-index: 99999;
}
.main-navigation ul ul li {
   border-left: none;
   font-size: 14px;
   font-size: 1.4rem;
}
.main-navigation ul li ul li a,
.main-navigation ul li.current-menu-item ul li a,
.main-navigation ul li ul li.current-menu-item a,
.main-navigation ul li.current_page_ancestor ul li a,
.main-navigation ul li.current-menu-ancestor ul li a,
.main-navigation ul li.current_page_item ul li a {
   color: #444444;
   background-color: #FFFFFF;
}
.main-navigation ul li ul li a:hover,
.main-navigation ul li ul li:hover > a,
.main-navigation ul li.current-menu-item ul li a:hover {
   background-color: #00a9e0;
   color: #ffffff;
}
.main-navigation ul li.current-menu-item a:after,
.main-navigation ul li.current-menu-ancestor a:after,
.main-navigation ul li.current_page_item a:after,
.main-navigation ul li.current_page_ancestor a:after,
.main-navigation li.menu-item-has-children:hover > a:after,
.main-navigation li.page_item_has_children:hover > a:after {
   color: #ffffff;
}
.main-navigation ul ul ul {
   left: 100%;
   top: 0;
}
.main-navigation ul ul a {
   min-width: 200px;
}
.main-navigation li.menu-item-has-children > a:after,
.main-navigation li li.menu-item-has-children > a:after,
.main-navigation li.page_item_has_children > a:after,
.main-navigation li li.page_item_has_children > a:after {
   display: inline-block;
   -webkit-font-smoothing: antialiased;
   font: normal 22px/1 'Genericons';
   color: #444444;
   font-size: 14px;
   padding-left: 6px;
}
.main-navigation li.menu-item-has-children > a:after,
.main-navigation li.page_item_has_children > a:after {
   content: '\f431';
   color: #444444;
}
.main-navigation li li.menu-item-has-children > a:after,
.main-navigation li li.page_item_has_children > a:after {
   content: '\f429';
   position: absolute;
   right: 8px;
   top: 18px;
}

/* =Content
----------------------------------------------- */
.site-content {
   word-wrap: break-word;
}
.sticky {
}
.hentry {
   margin: 0 0 4.5em;
   margin-bottom: 4rem;
   background-color: #FFFFFF;
}
.content-wrapper {
   padding: 3rem;
}
.page-header {
   margin: 0 0 4.5em;
   margin-bottom: 4rem;
   padding: 1rem 3rem;
   background-color: #FFFFFF;
   text-align: center;
}
.updated {
   display: none;
}
.single .byline,
.group-blog .byline {
   display: inline;
}
.page-content,
.entry-content,
.entry-summary {
   margin: 1.5em 0 0;
}
.page-links {
   clear: both;
   margin: 0 0 1.5em;
}
.entry-title {
   font-size: 2em;
   margin: 0 0 0.5rem;
   line-height: 1.5;
}
.page-title {
   font-size: 2em;
   line-height: 1.5;
}
.entry-title a {
   color: #444444;
}
#content .entry-title a:hover {
   color: #00a9e0;
   text-decoration: none;
}
.featured-image img {
   display: block;
}
.post .entry-content ul, .post .entry-content ol,
.page .entry-content ul, .page .entry-content ol {
   margin: 0 0 20px 20px;
}
.post .entry-content ul.wp-block-social-links,
.page .entry-content ul.wp-block-social-links {
   margin: 0 0 20px 0;
}
.post .entry-content ul,
.page .entry-content ul {
   list-style: square outside none;
}
.entry-header .entry-meta span {
   padding-right: 20px;
}
.entry-meta span {
   padding-right: 20px;
   color: #999999;
   font-size: 14px;
   font-size: 1.4rem;
}
.entry-meta span:hover {
   color: #00a9e0;
}
.entry-meta span a {
   color: #999999;
}
#content .entry-meta span a:hover {
   color: #00a9e0;
   text-decoration: none;
}

.entry-meta .posted-on:before,
.entry-meta .byline:before,
.entry-meta .cat-links:before,
.entry-meta .tags-links:before,
.entry-meta .comments-link:before,
.entry-meta .edit-link:before {
   display: inline-block;
   -webkit-font-smoothing: antialiased;
   font: normal 22px/1 'Genericons';
   vertical-align: top;
}
.entry-meta .posted-on:before       { content: '\f307'; }
.entry-meta .byline:before          { content: '\f304'; }
.entry-meta .cat-links:before       { content: '\f301'; }
.entry-meta .tags-links:before      { content: '\f302'; }
.entry-meta .comments-link:before   { content: '\f300'; }
.entry-meta .edit-link:before       { content: '\f411'; }

footer.entry-meta {
    margin-top: 20px;
}

/* =Featured pages section - front page
----------------------------------------------- */
.tg-one-third {
   float: left;
   width: 31.143952%;
   margin: 0 3.284072% 3rem 0;
}
.tg-one-third-last {
   margin-right: 0;
}
#featured_pages {
   padding-bottom: 15px;
   text-align: center;
}
#featured_pages img {
   vertical-align: top;
   margin-bottom: 0;
}
#featured_pages .page_text_container {
   background-color: #FFFFFF;
   padding: 3rem;
}
#featured_pages .entry-title {
   line-height: 1;
   margin-bottom: 10px;
   margin-bottom: 1rem;
   font-size: 24px;
   font-size: 2.4rem;
}
#featured_pages p {
   margin-bottom: 15px;
   margin-bottom: 1.5rem;
   font-size: 14px;
   font-size: 1.4rem;
}
#content a.more-link:hover {
   text-decoration: none;
}
#featured_pages a.more-link {
   margin-top: 15px;
   display: block;
   font-size: 14px;
   font-size: 1.4rem;
}
#featured_pages a.more-link .more-link-text {
   border: 1px solid #EAEAEA;
   border-radius: 4px;
   color: #555555;
   padding: 4px 10px;
}
#featured_pages a.more-link .more-link-text:hover {
   border: 1px solid #00a9e0;
   border-radius: 4px;
   color: #00a9e0;
   padding: 4px 10px;
}

/* =No Results
----------------------------------------------- */
.not-found .page-content {
   padding: 3rem;
   background-color: #FFFFFF;
}
.not-found .search-form {
   text-align: center;
}

/* =Media
----------------------------------------------- */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
   border: none;
   margin-bottom: 0;
   margin-top: 0;
   padding: 0;
}
.wp-caption {
   border: 1px solid #eaeaea;
   margin-bottom: 1.5em;
   max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
   display: block;
   margin: 1.2% auto 0;
   max-width: 98%;
}
.wp-caption-text {
   text-align: center;
}
.wp-caption .wp-caption-text {
   margin: 0.8075em 0;
}
.site-main .gallery {
}
.gallery-caption {
}
.site-main .gallery a img {
}
.site-main .gallery dd {
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}

/* =WordPress Gallery Support
----------------------------------------------- */
.gallery {
   margin: 0 auto 15px;
}
.gallery-item {
   display: inline-block;
   padding: 15px 2%;
   text-align: center;
   vertical-align: top;
   width: 100%;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}
.gallery-columns-3 .gallery-item,
.gallery-columns-4 .gallery-item,
.gallery-columns-5 .gallery-item {
   padding: 15px 1%;
}
.gallery-columns-6 .gallery-item,
.gallery-columns-7 .gallery-item,
.gallery-columns-8 .gallery-item,
.gallery-columns-9 .gallery-item {
   padding: 10px 0.5%;
}
.gallery-columns-2 .gallery-item { width:50%; }
.gallery-columns-3 .gallery-item { width:33.33%; }
.gallery-columns-4 .gallery-item { width:25%; }
.gallery-columns-5 .gallery-item { width:20%; }
.gallery-columns-6 .gallery-item { width:16.66%; }
.gallery-columns-7 .gallery-item { width:14.28%; }
.gallery-columns-8 .gallery-item { width:12.5%; }
.gallery-columns-9 .gallery-item { width:11.11%; }
.gallery-icon img {
   margin: 0 auto;
}
.gallery .gallery-caption {
   font-size: 14px;
   line-height: 1.2;
   padding-top: 5px;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
   max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

.site-main [class*="navigation"] {
   margin: 0 0 1.5em;
   overflow: hidden;
}
[class*="navigation"] .nav-previous {
   float: left;
   max-width: 48%;
}
[class*="navigation"] .nav-next {
   float: right;
   text-align: right;
   max-width: 48%;
}

/* =Page Templates
----------------------------------------------- */
/* Full Width Boxed */
.page-template-full-width-boxed #primary {
   width: 100%;
   float: none;
}

.page-template-full-width-boxed #primary .entry-content > .alignfull {
   margin-left: -3rem;
   margin-right: -3rem;
   max-width: unset;
}

.page-template-full-width-boxed #primary .entry-content > .alignfull.wp-block-cover,
.page-template-full-width-boxed #primary .entry-content > .alignfull.wp-block-cover-image,
.page-template-full-width-boxed #primary .entry-content > .alignwide.wp-block-cover,
.page-template-full-width-boxed #primary .entry-content > .alignwide.wp-block-cover-image {
   width: unset;
}

/* Full Width */
body.page-template-full-width {
   overflow: hidden;
}

.page-template-full-width #content {
   background: #ffffff;
}

.page-template-full-width #content .inner-wrap {
   padding-top: 0;
}

.page-template-full-width #primary .hentry {
   background: transparent;
}

.page-template-full-width #primary {
   width: 100%;
   float: none;
}

.page-template-full-width #primary .entry-content > .alignwide {
   margin-left: -50px;
   margin-right: -50px;
   max-width: unset;
}

.page-template-full-width #primary .entry-content > .alignfull {
   margin-left: calc(50% - 50vw);
   margin-right: calc(50% - 50vw);
   max-width: unset;
}

.page-template-full-width #primary .entry-content > .alignfull.wp-block-cover,
.page-template-full-width #primary .entry-content > .alignfull.wp-block-cover-image,
.page-template-full-width #primary .entry-content > .alignwide.wp-block-cover,
.page-template-full-width #primary .entry-content > .alignwide.wp-block-cover-image {
   width: unset;
}

/* =Blocks
----------------------------------------------- */
.wp-block-button {
   margin-bottom: 15px;
}

.wp-block-cover-image,
.wp-block-cover {
   margin-bottom: 15px;
}

.entry-content .wp-block-gallery ol,
.entry-content .wp-block-gallery ul,
.entry-content ol.wp-block-gallery,
.entry-content ul.wp-block-gallery {
   margin: 0;
}

.blocks-gallery-caption {
   text-align: center;
   clear: both;
   margin: 0 auto 15px;
}

.wp-block-quote.has-text-align-right {
   border-right: 3px solid #00a9e0;
   border-left: 1px solid #EAEAEA;
}

/* =Comments
----------------------------------------------- */
#comments {
   padding: 3rem;
   background-color: #FFFFFF;
   margin-bottom: 4rem;
}
.comment-content a {
   word-wrap: break-word;
}
.bypostauthor {
}
#comments h1,
#comments h2,
#comments h3,
#comments h4,
#comments h5,
#comments h6 {
   margin-bottom: 1rem;
}
#comments h2.comments-title {
   margin-bottom: 30px;
}
.avatar {
   border-radius: 50%;
   float: left;
   margin-right: 15px;
}
.comments-area .comment-body {
    margin-bottom: 40px;
}
.comments-area article header {
   margin: 0 0 20px;
   overflow: hidden;
   position: relative;
}
.comments-area .comment-edit-link,
.comments-area a {
   color: #444444;
}
.comments-area .comment-edit-link:before {
   content: '\f411';
   display: inline-block;
   -webkit-font-smoothing: antialiased;
   font: normal 22px/1 'Genericons';
   vertical-align: top;
}
#content .comments-area a.comment-edit-link:hover,
#content .comments-area a:hover {
   color: #00a9e0;
}
.comments-area .comment-author-link a {
   color: #999999;
}
.comments-area .comment-author-link a:hover {
   color: #00a9e0;
}
.comments-area .comment-author-link span {
   margin-left: 10px;
   padding: 0 5px;
   background-color: #00a9e0;
   color: #FFFFFF;
   border-radius: 3px;
}
.comment-content {
   margin-top: 5px;
   padding: 2rem;
   background-color: #F8F8F8;
   border: 1px solid #EAEAEA;
}
.comment {
   margin-bottom: 20px;
}
.comment ul, .comment ol {
   margin: 0 0 20px 20px;
}
.comment ul {
   list-style: square outside none;
}
.comment .comment-reply-link {
   float: right;
   color: #999999;
}
.comment .comment-reply-link:hover {
   color: #00a9e0;
}
.comment .comment-reply-link:before {
   content: '\f412';
   display: inline-block;
   -webkit-font-smoothing: antialiased;
   font: normal 22px/1 'Genericons';
   vertical-align: top;
}
.comment-list {
   margin-bottom: 34px;
   margin-bottom: 3.4rem;
}
.comment-list .children {
   margin-left: 0;
   padding-left: 30px;
   border-left: 1px solid #eaeaea;
}
.comment-list, .comment-list .children {
   list-style-type: none;
}

/* Comment form */
#respond {
}
#respond h3#reply-title {
   line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
   margin-left: 10px;
   margin-left: 1rem;
   font-weight: normal;
   font-size: 16px;
   font-size: 1.6rem;
}
#respond form {
   margin: 24px 0;
   margin: 2.4rem 0;
}
#respond form p {
   margin: 11px 0;
   margin: 1.1rem 0;
}
#respond form p.logged-in-as {
   margin-bottom: 16px;
   margin-bottom: 1.6rem;
}
#respond form label {
   display: block;
   line-height: 1.5;
}
#respond form input[type="text"],
#respond form textarea {
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   font-size: 16px;
   font-size: 1.6rem;
   line-height: 1.5;
   padding: 10px;
   padding: 1rem;
   width: 100%;
}
#respond form p.form-allowed-tags {
   margin: 0;
   font-size: 15px;
   font-size: 1.5rem;
   line-height: 1.5;
   color: #5e5e5e;
}
.required {
   color: red;
}

/* =Widgets
----------------------------------------------- */
.widget {
   margin-bottom: 4rem;
   padding: 3rem;
   background-color: #FFFFFF;
}
.widget-title {
   font-family: 'Roboto';
   font-size: 25px;
   font-size: 2.5rem;
   margin-bottom: 15px;
   margin-bottom: 1.5rem;
   color: #444444;
}
.widget li {
   margin-bottom: 10px;
   margin-bottom: 1rem;
}

/* Make sure select elements fit in widgets */
.widget select {
   max-width: 100%;
}

/* Search widget */
.widget .search-form:after {
   visibility: hidden;
   display: block;
   font-size: 0;
   content: " ";
   clear: both;
   height: 0;
}
.widget .search-form {
   width: 100%;
   clear: both;
   display: block;
}
.widget_search label {
    width: 70%;
    float: left;
}
.widget_search input[type="search"] {
   width: 92%;
}
.widget_search input[type="submit"] {
    width: 30%;
    float: right;
}

/* Calendar widget */
.widget_calendar th,
.widget_calendar td {
   font-size: 14px;
}

/* Authors widget */
.widget_authors ul,
.widget_author_grid ul {
    overflow: hidden;
}
.widget_authors ul li,
.widget_author_grid ul li {
    display: block;
}
.widget_authors img,
.widget_author_grid img {
    float: none;
    vertical-align: middle;
}

/* =Layout
----------------------------------------------- */
.left-sidebar #primary {
   float: right;
}
.left-sidebar #secondary {
   float: left;
}
.no-sidebar-full-width #primary {
   float: none; width: 100%;
}
.no-sidebar-content-centered #primary {
   float: none; margin: 0 auto;
}

/* =Infinite Scroll
----------------------------------------------- */
#infinite-handle {
   margin-bottom: 30px;
}
#infinite-handle span {
   background-color: #00a9e0;
   display: block;
   text-align: center;
   padding: 10px;
   font-size: 20px;
}
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
   display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
   display: block;
}

/* =Footer
----------------------------------------------- */
#colophon {
   border-top: 1px solid #EAEAEA;
   background-color: #FFFFFF;
}
#colophon .site-info {
   text-align: center;
   font-size: 14px;
   font-size: 1.4rem;
}
#colophon a:hover {
   text-decoration: underline;
}
.footer-widgets-area {
   border-bottom: 1px solid #EAEAEA;
}
.footer-widgets-area .tg-one-third {
   margin-bottom: 0;
}
#colophon .widget {
   margin-bottom: 0;
}
#colophon .site-info {
   margin: 2rem 0;
}

/* Small menu */
.menu-toggle {
   display: none;
   cursor: pointer;
}
.site-header .menu-toggle {
   color: #00a9e0;
   font-size: 3rem;
   font-weight: 300;
   margin: 0;
   padding: 5px 10px;
   position: absolute;
   right: 30px;
   top: 10px;
}
.site-header .menu-toggle:before {
   content: '\f419';
   display: inline-block;
   -webkit-font-smoothing: antialiased;
   font: normal 22px/1 'Genericons';
   vertical-align: top;
   padding-top: 8px;
}
.main-small-navigation {
   float: none;
   padding-top: 0;
   clear: both;
}
.main-small-navigation ul {
   margin: 0;
   list-style: none;
}
.main-small-navigation li {
   background: #ffffff;
}
.main-small-navigation a {
   display: block;
   color: #444444;
   padding: 5px 22px;
   text-decoration: none;
   font-size: 14px;
   border-bottom: 1px solid #f8f8f8;
}
.main-small-navigation li:hover {
   background: #00a9e0;
}
.main-small-navigation li:hover > a {
   color: #ffffff;
}
.main-small-navigation ul ul a {
   padding-left: 44px;
}
.main-small-navigation ul ul ul a {
   padding-left: 66px;
}
.main-small-navigation ul > .current_page_item,
.main-small-navigation ul > .current-menu-item {
   background: #00a9e0;
}
.main-small-navigation ul > .current_page_item a,
.main-small-navigation ul > .current-menu-item  a{
   color: #ffffff;
}
.main-small-navigation ul li ul li a,
.main-small-navigation ul li.current-menu-item ul li a,
.main-small-navigation ul li ul li.current-menu-item a,
.main-small-navigation ul li.current_page_ancestor ul li a,
.main-small-navigation ul li.current-menu-ancestor ul li a,
.main-small-navigation ul li.current_page_item ul li a {
   color: #444444;
   background-color: #FFFFFF;
}
.main-small-navigation ul li ul li a:hover,
.main-small-navigation ul li ul li:hover > a,
.main-small-navigation ul li.current-menu-item ul li a:hover {
   background-color: #00a9e0;
   color: #ffffff;
}

/* =SCROLL UP
----------------------------------------------- */
a#scroll-up {
   bottom: 40px;
   position: fixed;
   right: 20px;
   display: none;
   opacity: 0.5;
   filter:alpha(opacity=50); /* For IE8 and earlier */
   z-index: 999;
}
a#scroll-up span {
   font-size: 80px;
   color: #00a9e0;
}
a#scroll-up:hover {
   opacity: 1;
   filter:alpha(opacity=100); /* For IE8 and earlier */
}


/* =Responsive Structure
----------------------------------------------- */
@media screen and (min-width: 1400px) {
   .page-template-full-width #primary .entry-content > .alignwide {
      margin-left: -100px;
      margin-right: -100px;
   }
}
@media screen and (max-width: 1308px) {
   #page {
      width: 100%;
   }
   .inner-wrap {
      width: 96%;
   }
}
@media screen and (max-width: 782px) {
   body.admin-bar .header-wrap {
      top: 45px;
   }
}
@media screen and (min-width: 769px) and (max-width: 1176px) {
   #secondary .widget .search-wrap input.s {
      width: 45%;
   }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
   .page-template-full-width #primary .entry-content > .alignwide {
      margin-left: -40px;
      margin-right: -40px;
   }
}

/* All Mobile Portrait size smaller than 768 (devices and browsers) */
@media screen and (max-width: 768px) {
   #primary, #secondary {
      float: none;
      width: 100%;
   }
   .header-wrap {
      position: static;
   }
   .menu-toggle,
   .main-navigation.toggled .nav-menu {
      display: block;
   }
   .main-navigation ul {
      display: none;
   }
   .main-navigation {
      margin: 1rem 2.5rem 0 0;
   }
   .widget_search label {
      width: 60%;
      float: left;
   }
   .widget_search input[type="search"] {
      width: 100%;
   }
   .widget_search input[type="submit"] {
      width: 40%;
      float: right;
   }
   .tg-one-third {
      width: 100%;
      float: none;
   }
   .slider-meta {
      width: 80%;
   }
   .slider-meta .slider-title {
      font-size: 32px;
      margin-bottom: 5px;
   }
   .slider-meta p {
      line-height: 1.3;
   }
   .slider-meta .more-link {
      margin-top: 15px;
   }
   .slider-meta .more-link-text {
      border: 1px solid #fff;
      font-size: 14px;
      padding: 5px 20px;
   }
   .slider-meta .more-link-text:hover {
      border: 1px solid #00a9e0;
   }
   .page-template-full-width #primary .entry-content > .alignwide {
      margin-left: -30px;
      margin-right: -30px;
   }
}
@media only screen and (max-width: 600px) {
   .search-form label {
      width: 60%;
      float: left;
   }
   .search-form input[type="search"] {
      width: 100%;
   }
   .search-form input[type="submit"] {
      width: 40%;
      float: right;
   }
   .slider-meta .slider-title {
      font-size: 22px;
   }
   .slider-meta p {
      display: none;
   }
   .bx-next::before, .bx-prev::before {
      font-size: 24px;
   }
   a.bx-prev, a.bx-next {
      padding: 6px 8px;
   }
   .gallery-columns-4 .gallery-item,
   .gallery-columns-5 .gallery-item,
   .gallery-columns-6 .gallery-item,
   .gallery-columns-7 .gallery-item,
   .gallery-columns-8 .gallery-item,
   .gallery-columns-9 .gallery-item {
      width:25%;
   }
   .gallery .gallery-caption {
      font-size: 12px;
   }
   .page-template-full-width #primary .entry-content > .alignwide {
      margin-left: -20px;
      margin-right: -20px;
   }
}
@media only screen and (max-width: 420px) {
   .gallery-columns-4 .gallery-item,
   .gallery-columns-5 .gallery-item,
   .gallery-columns-6 .gallery-item,
   .gallery-columns-7 .gallery-item,
   .gallery-columns-8 .gallery-item,
   .gallery-columns-9 .gallery-item {
      width:33.33%;
   }
}
