/*
Theme Name: Brilliant
Theme URI: https://www.designlabthemes.com/brilliant-wordpress-theme/
Author: Design Lab
Author URI: https://www.designlabthemes.com/
Description: Brilliant is a beautiful and stylish WordPress magazine and blog theme. We’ve included options to quickly customize your site’s header, upload a custom logo, adjust layout, change the accent colors and more.
Version: 1.1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: brilliant
Tags: custom-background, custom-colors, custom-menu, custom-logo, featured-images, footer-widgets, full-width-template, one-column, post-formats, right-sidebar, sticky-post, theme-options, translation-ready, two-columns

*/

/********************************************************************************************************
 * Please don't edit this file. You can lose all modifications if the theme is updated.
 * Please use Additional CSS via Customizer (since WordPress 4.7) or a child theme to overwrite specific style rules.
 * See here more about Child Themes: https://codex.wordpress.org/Child_Themes
********************************************************************************************************/ 

/*

01:	Normalize
02: Typography
03: Elements
04:	Layout
05: Header
06: Content
07: Footer
08: Widgets
09: Forms
10: Comments
11: Media
12: Responsive

*/

*/

/*
 * 01: Normalize
 * Styles based on Normalize v7.0.0 @link https://github.com/necolas/normalize.css
 */

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

figcaption,
figure,
main {
	display: block;
}

figure {
	margin: 0;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

a:focus,
a:active {
	outline: 0;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

b,
strong {
	font-weight: inherit;
}

b,
strong {
	font-weight: 700;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

dfn {
	font-style: italic;
}

abbr[title] {
	border-bottom: 1px #777 dotted;
	text-decoration: none;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

small {
	font-size: 80%;
}

audio,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

img {
	border: 0;
	border-style: none;
}

button,
input,
select,
textarea {
	font-family: sans-serif;
	font-size: 100%;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

textarea {
	overflow: auto;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

canvas {
	display: inline-block;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

/*
 * 02: Typography
 */

html, body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body,
input,
select,
textarea {
	color: #444;
	font-family: 'Raleway', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Playfair Display', Palatino, Garamond, Georgia, serif;
}

h1 {
	font-size: 2.5em;
	color: #000;
	font-weight: 400;
	line-height: 1.2;
}

h2 {
	font-size: 1.75em;
	color: #000;
	line-height: 1.2;
}

h3 {
	font-size: 1.5em;
	color: #000;
	line-height: 1.4;
}

h4 {
	font-size: 1em;
	text-transform: uppercase;
	color: #000;
	line-height: 1.4;
}

h5 {
	font-size: 1em;
	color: #000;
}

h1, h2, h3 {
	margin: 20px 0 10px;
}

h4, h5, h6 {
	margin: 10px 0 5px;
}

p {
	margin: 0 0 20px;
}

.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child,
.comment-content h1:first-child,
.comment-content h2:first-child,
.comment-content h3:first-child,
.comment-content h4:first-child,
.comment-content h5:first-child,
.comment-content h6:first-child,
.textwidget h1:first-child,
.textwidget h2:first-child,
.textwidget h3:first-child,
.textwidget h4:first-child,
.textwidget h5:first-child,
.textwidget h6:first-child {
	margin-top: 0;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	border-left: 5px solid #eee;
    margin: 0 15px 20px;
    padding: 10px 15px;
}

cite {
	margin: 0 15px;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

.ei:before {
	font-size: 16px;
	vertical-align: -10%;
}

.sep {
	display: inline-block;
	padding: 0 6px;
}

/* Headings */

.entry-title {
	padding: 0;
	margin: 0;
}

.site-title {
	font-family: 'Playfair Display', Palatino, Garamond, Georgia, serif;
	margin: 0;
	padding: 0;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.2;
}

.site-title a:focus,
.site-title a:active {
	outline: 0;
}

.site-description {
	font-size: 16px;
	margin: 5px 0 0;
	color: #666;
}

.entry-title {
	text-align: center;
	color: #000;
}

h1.entry-title {
	font-size: 2.5em;
}

h2.entry-title {
	font-size: 1.750em;
	font-weight: 400;
}

.widget-title {
	font-size: 1.333em;
	line-height: 1.2;
    margin: 0 0 20px;
    padding: 0;
    color: #222;
}

.comments-title,
.comment-reply-title {
	font-size: 1.250em;
	margin: 0 0 20px;
    padding: 0;
    line-height: 1.3;
    color: #222;
}

.page-title {
	font-size: 1.250em;
	margin: 0;
	text-align: center;
	color: #222;
}

/* Links */

a {
	color: #e63855;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #e63855;
}

a:hover,
a:active {
	outline: 0;
}

a:focus {
	outline: thin dotted;
}

.site-title a {
	color: #000;
	transition: all 0.3s ease-in-out 0s;
}

.site-title a:hover {
	text-decoration: none;
}

.entry-title a {
	color: #000;
}

.entry-title a:hover {
	color: #e63855;
	text-decoration: none;
}

/*
 * 03: Elements
 */

body {
	background: #f4f4f4;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	height: 1px;
	border: 0;
	margin-bottom: 20px;
	background-color: #efefef;
}

figure {
	margin: auto;
}

ul,
ol {
	margin: 0 0 20px 15px;
    padding: 0 0 0 15px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 15px;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 20px 20px;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 20px;
	width: 100%;
}

td,
th {
	padding: 0;
}

/*
 * 04: Layout
 */

.container {
	max-width: 600px;
	margin: auto;
	transition: all 0.5s ease-in-out 0s;
	padding-left: 15px;
	padding-right: 15px;
}

/* Grid */

.row {
	margin-left: -10px;
	margin-right: -10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12,
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12,
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12,
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
	position: relative;
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left;
}
.col-xs-12 {
	width: 100%;
}
.col-xs-11 {
	width: 91.6666