/* ---
Theme Name: Minara
Theme URI: https://wpvita.com/wordpress/themes/minara/
Author: WPvita
Author URI: https://wpvita.com/
Description: Minara is a responsive Magazine theme for WordPress built specially for bloggers.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, custom-colors, custom-menu, featured-images, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready
Text Domain: minara

/* =TABLE OF CONTENTS
------------------------------------------------------------

0. Reset
1. Global Styles
    1.0. Base
    1.1. Default Font
    1.2. Heading
    1.3. Link
    1.4. Text
    1.5. List
    1.6. Table
    1.7. Elements
    1.8. Media
2. Clearfix
3. Utilities
4. Structure
    4.0. Main Layout
    4.1. Header
    4.2. Menu
    4.3. Content
    4.5. Footer
5. Layouts
6. Post Formats
7. Widgets
8. Comments
9. Contact Form
10. 404 Page
11. WordPress Defaults

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

*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, cite, code, em, img, small, strike, strong, center, ol, ul, li, button, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, embed, figure, figcaption, footer, header, menu, nav, section, time, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, menu, nav, section {
	display: block;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

*:focus {
	outline: 0;
}

audio,
canvas,
video {
	display: inline-block;
}

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

[hidden], template {
	display: none;
	visibility: hidden;
}

img {
	text-align: center;
	-ms-interpolation-mode: bicubic;
}

a:focus,
button:focus {
	outline: thin dotted;
	outline: 0.3125em auto -webkit-focus-ring-color;
	outline-offset: -0.15625em;
}

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

/* =Global Styles
------------------------------------------------------------ */

/*  --- Base --- */
body {
	font-size: 16px;
	line-height: 26px;
	color: #757575;
	background: #fff;
	text-rendering: optimizeLegibility;
}

::selection {
	color: white;
	background: #0088cc;
}

::-moz-selection {
	color: white;
	background: #0088cc;
}

*::-webkit-input-placeholder {
	color: #898888;
}

/* --- Default Font ---  */

body, .footer-date, .error-404 h1 {
	font-family: "Karla", sans-serif;
}

h1, h2, h3, h4, h5, h6, .site-logo a, .header-search .searchbox, .header-search .searchbox::-webkit-input-placeholder, .post-meta .readmore a, .minara-related a, .minara-fp .title, .post-tags span, .post-navigation .nav-links span, .single .author-meta a, .minara-share h5, .widget-title, .comments-title, .minara-posts li:before, .view-more  {
	font-family: 'Playfair Display', serif;
}

/* --- Heading ---  */
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 15px;
	padding-top: 30px;
}

h1 {
	font-size: 40px;
	line-height: 36px;
}

h2 {
	font-size: 35px;
	line-height: 40px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 25px;
}

h5 {
	font-size: 20px;
}

h6 {
	padding-top: 5px;
	font-size: 15px;
}

/* --- Link ---  */
a {
	text-decoration: none;
	color: #4fbdf3;
	-webkit-transition: background-color .1s linear, color .1s linear;
	-moz-transition: background-color .1s linear, color .1s linear;
	-ms-transition: background-color .1s, color .1s linear;
	-o-transition: background-color .1s linear, color .1s linear;
	transition: background-color .1s linear, color .1s linear;
	word-wrap: break-word;
}

a:hover {
	text-decoration: none;
	color: #4fbdf3;
}

a img {
	display: block;
	border: none;
	background: none;
}

a:hover img {
	border: none;
	background: none;
}

/* --- Text ---  */
p, .header-inner-pf {
	margin-bottom: 25px;
}

b, strong {
	font-weight: 700;
}

em {
	font-style: italic;
}

sub,
sup {
	position: relative;
	margin-left: 0.25em;
	font-size: 85%;
	font-weight: bold;
	line-height: 0;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

code,
pre {
	font-family: Menlo, Monaco, "Courier New", monospace;
	font-size: 14px;
	color: #3f5473;
}

code {
	padding: 0.25em;
	color: #dd1144;
	background-color: #f7f7f7;
}

pre {
	display: block;
	margin: 45px 0;
	padding: 30px;
	line-height: 1.5;
	tab-size: 4;
	white-space: pre-wrap;
	word-break: break-all;
	background-color: #f6f7f8;
	-moz-tab-size: 4;
	-o-tab-size: 4;
}

pre code {
	padding: 0;
	border: 0;
	font-size: 1em;
	color: inherit;
	background-color: transparent;
}

/* --- List --- */
ul,
ol,
dl {
	margin: 0 0 1.5625em 45px;
	padding: 0;
	margin-left: 2em;
}

ul ul,
ul ol,
ol ol,
ol ul {
	margin-bottom: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

dl {
	margin-left: 0;
}

dt {
	font-weight: bold;
}

dl,
dd {
	margin: 0;
	padding: 0;
}

dd {
	margin-bottom: 1.5625em;
}

dt {
	font-weight: bold;
}

/* --- Table --- */
table {
	width: 100%;
	margin-bottom: 1.5625em;
	max-width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

th,
td {
	padding: 0.5em;
	text-align: left;
}

th {
	font-weight: bold;
	vertical-align: bottom;
}

td {
	border-top: 1px solid #eeeded;
	vertical-align: top;
}

/* --- Elements --- */
hr {
	margin: 2em auto;
	border: 0;
	border-top: 0.0725em solid #e5e5e5;
	border-bottom: 0 solid white;
}

blockquote {
	margin: 30px 0 15px;
	padding-right: 1.5625em;
	padding-left: 1.5625em;
	border-left: 0.25em solid #4fbdf3;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

form,
fieldset {
	margin-bottom: 0;
}

fieldset {
	padding: 0;
	border: 0;
}

legend,
label {
	display: block;
	margin: 0 0 0.3125em;
	padding: 0;
	font-weight: normal;
}

label {
	margin: 0 .4em 0 0;
	font-weight: 300;
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	padding: 0.3125em;
	font: inherit;
	color: #555555;
	border-radius: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

input,
textarea,
select {
	display: block;
	width: 100%;
	margin-bottom: 1.1875em;
	line-height: 1.5625;
}

optgroup {
	font-weight: bold;
}

form button,
form .button {
	margin-bottom: 1.1875em;
}

textarea {
	height: 12em;
	overflow: auto;
}

input[type="image"],
input[type="checkbox"],
input[type="radio"] {
	display: inline-block;
	width: auto;
	height: auto;
	margin-bottom: 0.3125em;
	padding: 0;
	cursor: pointer;
}

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

input:focus,
textarea:focus {
	outline: 0;
}

input[type="file"]:focus,
input[type="checkbox"]:focus,
select:focus {
	outline: thin dotted;
	outline: 0.3125em auto -webkit-focus-ring-color;
	outline-offset: -0.125em;
}

/* --- Media --- */
img,
video {
	height: auto;
	max-width: 100%;
}

iframe,
object,
embed {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

figure {
	margin: 0;
}

/* =Clearfix
-------------------------------------------------------------- */

.clearfix:before,
.container:before,
.row:before,
#respond:before,
.post-inner:before,
.comment-navigation:before,
#secondary-access:before,
.nav-links:before,
.clearfix:after,
.container:after,
.row:after,
#respond:after,
.post-inner:after,
.comment-navigation:after,
#secondary-access:after,
.nav-links:after {
	content: " ";
	display: table;
}

.clearfix:after,
.container:after,
.row:after,
#respond:after,
.post-inner:after,
.comment-navigation:after,
#secondary-access:after,
.nav-links:after {
	clear: both;
}

/* =Utilities
-------------------------------------------------------------- */

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.text-left {
	text-align: left;
}

.float-left {
	float: left;
}

.float-center {
	float: none;
	margin-right: auto;
	margin-left: auto;
}

.float-right {
	float: right;
}

.text-ellipsis {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	max-height: 60px;
}

.btn,
.post-password-required input[type="submit"] {
	display: inline-block;
	margin-right: 0.3125em;
	padding: 0.5em 0.6875em;
	border: 1px solid #0088cc;
	border-radius: 1px;
	font-size: 0.9375em;
	font-weight: normal;
	color: #ffffff;
	background-color: #0088cc;
}

.btn:hover,
a .btn:hover,
.btn:focus,
a .btn:focus,
.btn:active,
a .btn:active,
.btn.active {
	border-color: #4fbdf3;
	text-decoration: none;
	color: #ffffff;
	background-color: #4fbdf3;
}

.btn:active,
.btn.active {
	outline: 0;
}

.btn.disabled,
.btn[disabled] {
	opacity: 0.5;
	box-shadow: none;
	cursor: not-allowed;
	pointer-events: none;
}

.btn-block,
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
	display: block;
	width: 100%;
	margin-right: 0;
	padding-right: 0;
	padding-left: 0;
}

.btn,
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: none;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
}

.btn:last-child,
input.btn {
	margin-right: 0;
}

.btn-cat-widget {
	text-transform: uppercase;
	line-height: 30px;
}

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

.input-search {
	width: 65%;
	padding-right: 2.5em;
	padding-left: 0.9375em;
	border-radius: 1.3125em;
	-webkit-transition: width 300ms ease-in;
	transition: width 300ms ease-in;
}

.btn-search {
	display: inline;
	margin-bottom: 0;
	margin-left: -2.5em;
	border: none;
	color: #808080;
	background: none;
}

.btn-search .icon {
	fill: #808080;
}

.btn-search:hover {
	color: #5a5a5a;
}

.btn-search:hover .icon {
	fill: #5a5a5a;
}

.btn-green,
.post-password-required input[type="submit"] {
	display: block;
	width: 100%;
	min-height: 45px;
	border: 0;
	border-radius: 0;
	background: #4fbdf3;
}

.post-password-required label {
	margin: 0;
}

.post-password-required input[type="password"] {
	margin-top: 15px;
	border: 1px solid #f6f7f8;
}

.post-password-required input[type="submit"] {
	min-height: 35px;
}

/* =Structure
-------------------------------------------------------------- */

/*  --- Main Layout --- */
.row {
	margin-right: -1%;
	margin-left: -1%;
}

.container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding: 0 15px;
	max-width: 1200px;
}

.primary,
.secondary {
	float: left;
	width: 100%;
}

.secondary {
	width: 300px;
}

.sticky-header.home .primary,
.sticky-header.home .secondary {
	margin-top: 60px;
}

.primary {
	margin-right: -300px;
}

.primary-inner {
	margin-right: 370px;
	padding-top: 30px;
}

.main {
	padding-bottom: 50px;
}

.single.sticky-header .main,
.page.sticky-header .main,
.search-results.sticky-header .main,
.archive.sticky-header .main {
	padding-top: 60px;
}

.grid-fourth,
#respond .grid-half,
.grid-half,
.grid-third,
.grid-three-fourths {
	float: left;
	padding-right: 1%;
	padding-left: 1%;
}

.grid-third {
	width: 27.15842414082146%;
}

.grid-third.middle {
    margin: 0 9.220452640402348%;
}

.grid-fourth {
	width: 16%;
}

.grid-three-fourths {
	width: 84%;
}

.grid-full {
	width: 100%;
}

/*  --- Header --- */

.sticky-header .header {
	position: fixed;
}

.sticky-header .st {
	top: 0;
	bottom: 0;
	position: fixed;
	overflow-y: scroll;
	overflow-x: hidden;
}

.action-bar {
	z-index: 1050;
	position: relative;
	width: 100%;
	background: #fafbfb;
	font-size: 13px;
	color: #898888;
	text-transform: uppercase;
	min-height: 40px
}

.action-bar .social-icons li {
	padding-left: 15px;
}

.today-weather {
    padding-left: 20px;
    position: relative;
    padding-right: 10px;
}

.today-weather i {
    font-size: 16px;
}

.header-inner {
    padding: 25px 0;
}

.header-right {
	position: relative;
	line-height: 40px;
}

.header-search {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #f7f7f7;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
	transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
}


.header-lt2 #secondary-access {
    padding: 15px 0;
}

.header-lt2 .search-btn {
    padding-right: 0;
}

.header-lt3 .header-inner {
	padding-bottom: 0;
}

.header-lt2 #secondary-access,
.header-lt3 #secondary-access {
	position: relative;
    border: 0;
}

.header-lt2 .header-sponsor,
.header-lt3 .header-sponsor {
    margin: 0 auto;
    border-top: 1px solid #eeeded;
    border-bottom: 1px solid #eeeded;
    text-align: center;
    padding: 25px 0 18px;
}

.header-lt3 #secondary-access {
	position: relative;
}

.header-lt3 .menu-search {
    position: absolute;
    right: 0;
    top: 0;
}

.header-lt2 .header-sponsor-inner,
.header-lt3 .header-sponsor-inner,
.header-lt3 .site-logo  {
    display: inline-block;
}

.header-lt3 .header-wrap .navbar  {
	float: none
}

 .site-logo {
	padding: 9px 0;
}

.minara-logo .site-logo {
	padding: 0;
}

.site-logo a {
	font-size: 45px;
	color: #000;
	text-transform: uppercase;
}

.site-slogan {
    margin: 0;
    padding-top: 15px;
    color: #b2b2b2;
    line-height: 14px;
    padding-left: 2px;
}

.site-logo h1,
.site-logo div {
	margin: 0;
	padding: 0;
	line-height: 36px;
}

.social-icons {
	display: inline-block;
	margin: 0;
}

.social-icons li {
	display: inline-block;
	line-height: 1;
}

.search-btn {
	margin-left: 15px;
	padding-right: 13px;
	font-size: 20px;
	color: #898888;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
}

.social-icons li a,
.header-search i {
	font-size: 16px;
	color: #898888;
}

.header-search i {
	position: absolute;
	top: 30px;
	right: 30px;
	padding: 0;
	font-size: 25px;
}

.header-search .searchbox {
	display: inline-block;
	margin: 0;
	padding: 0 10px;
	border: 0;
	background: transparent;
	text-align: center;
	height: 100vh;
}

.search-box {
	position: relative;
}

.search-box::before {
	content: "\f21f";
	display: block;
	position: absolute;
	top: 5px;
	left: 0;
	font-size: 16px;
	color: #71879d;
}

.no-results .ion-search {
	display: none;
}

.header-search .searchbox,
.header-search .searchbox::-webkit-input-placeholder {
    font-size: 10vh;
    line-height: 120px;
    font-size: 55px;
    color: #898888;
    font-style: normal;
}

#error-404::-webkit-input-placeholder {
	font-size: 14px !important;
	font-style: italic;
	color: #889db1;
}

#searchsubmit {
	width: 25px;
}

.header.logo-center .container {
	position: relative;
}

.header.logo-center .site-logo {
	position: absolute;
	right: 0;
	left: 0;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}

.logo-center .header-inner {
    min-height: 140px;
}

.header-search.show-me {
	z-index: 9999;
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
}

.updated:not(.published) {
	display: none;
}

.header-mobile.show-me {
	display: block;
	width: auto;
	z-index: 9999;
}

.hamburger-menu {
	display: none;
	cursor: pointer;
}

.hamburger-menu i {
	font-size: 26px;
	color: #71879d;
}

.hamburger-menu {
	display: none;
}

.page .post-inner {
	padding-bottom: 20px;
}

.header-search form .ion-search {
	display: none;
}

.custom-logo,
.logo-center {
	margin: 0 auto;
	text-align: center;
}

/* --- Menu --- */


#secondary-access {
    border-top: 1px solid #eeeded;
    text-align: center;
    min-height: 60px;
    border-bottom: 1px solid #eeeded;
}

.menu-search {
    float: right;
    margin-top: 18px;
        font-size: 20px;

}

.menu-search a {
    color: #898888;
}

#secondary-access .navbar a {
    color: #010000;
    font-size: 15px;
    line-height: 60px;
}

.navbar,
.navbar * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.navbar li {
	position: relative;
}

.navbar > li {
	display: inline-block;
}

.navbar a {
	display: block;
	position: relative;
	padding: 0 40px 0 0;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 40px;
	color: #898888;
}

.navbar a:hover {
	color: #4fbdf3;
}

.navbar {
	display: inline-block;
	float: left;
}

.navbar ul {
	min-width: 12em;
}

.navbar li {
	white-space: nowrap;
	-webkit-transition: background .2s;
	transition: background .2s;
}

.navbar .sub-menu a {
	padding: 0 15px;
	font-weight: 300;
	line-height: 48px!important;
	color: #666 !important;
	background: rgb(250, 251, 251);
	text-transform: none;
}

.navbar .sub-menu {
	position: absolute;
	top: auto;
	left: -9999px;
	z-index: 999;
}

.navbar .sub-menu li {
	position: absolute;
	max-height: 0;
	-webkit-transition: max-height 0.4s ease-out;
	-moz-transition: max-height 0.4s ease-out;
	-ms-transition: max-height 0.4s ease-out;
	-o-transition: max-height 0.4s ease-out;
	transition: max-height 0.4s ease-out;
}

.navbar > li:hover > ul {
	left: 0;
}

.navbar > ul > li > ul {
	display: block;
	width: 200px;
}

.navbar > li:hover > ul > li,
.navbar .sub-menu > li:hover > ul > li {
	position: relative;
	max-height: 72px;
	text-align: left;
}

.navbar > li:hover > ul li:hover > ul {
	top: 0;
	left: 100%;
}

.navbar .menu-item-has-children {
	padding-right: 10px;
}

#access .menu-item-has-children {
	padding-right: 7.5px;
}

#access .navbar a {
    padding-right: 25px;
}

.navbar .sub-menu .menu-item-has-children {
	padding-right: 0;
}

.navbar .menu-item-has-children > a:after {
	content: "\f3d0";
	position: absolute;
	top: 22px;
	right: 15px;
	color: #010000;
	font-size: 16px;
}

#access .menu-item-has-children > a:after {
	top: 14px;
	font-size: 12px;
	right: 10px;
}

.sub-menu .menu-item-has-children > a:after {
	content: "\f363";
	top: 10px;
	right: 15px;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.7);
}

/*  --- Content ---  */

.page-title {
	padding-bottom: 30px;
}

.header-hero {
	width: 100%;
	margin-bottom: 30px;
	min-height: 300px;
	float: right;
	color: #FFF;
	overflow: hidden;
	background: transparent;
	max-width: 700px;
}

.header-hero .container {
	display: table-cell;
	position: relative;
	padding: 30px 23.7%;
	vertical-align: middle;
}

.header-hero h1 {
	margin-bottom: 0;
	padding: 0;
	font-size: 40px;
	font-weight: 300;
	line-height: 55px;
	color: #000;
}

.header-hero p {
	margin-bottom: 0;
	font-size: 14px;
	line-height: 24px;
}

.hentry .header-inner {
    position: absolute;
    top: 5px;
    padding: 0;
}

.pc-inner {
    display: inline;
    padding: 3px 10px 5px 0;
    background: #fff;
    margin-top: 4px;
}

.hentry header {
    position: relative;
}

.hentry {
	overflow: hidden;
	border-bottom: 1px solid #eeeded;
	padding-bottom: 50px;
	margin-bottom: 50px;
}

.lt1 .post-thumb,
.lt2 .post-thumb  {
	display: block;
	margin-bottom: 35px;
}

.post-thumb img {
	width: 100%;
}

.post-thumb.compat-object-fit {
	background-size: cover;
	background-position: center center;
}

.post-thumb.compat-object-fit img {
	opacity: 0;
}


.content-advert {
	height: 120px;
	margin-bottom: 30px;
	background: #d9dce1;
}

.post-meta i {
	padding-right: 5px;
}

.post-meta a, .post-date a, .post-meta span {
	font-size: 14px;
	color: #b2b2b2;
}

.post-meta .readmore a {
    color: #000;
    text-transform: uppercase;
    font-size: 16px;
}

.post-date {
	text-transform: none;
}

.post-summary {
    color: #b2b2b2;
    font-size: 16px;
    padding: 0;
    overflow: hidden;
}

.post-category a {
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 100;
    line-height: 12px;
    color: #4fbdf3;
    letter-spacing: 1px;
    padding-top: 5px;
}

.single .post-title {
    background: #fff;
    display: inline;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    -moz-box-decoration-break: clone;
    padding-right: 10px;
    line-height: 50px;
    padding-bottom: 4.5px;
    padding-top: 0;
}

.single .post-category {
    text-transform: uppercase;
    line-height: 16px;
    padding-bottom: 0;
}

.blog-grid .post-category {
	padding-bottom: 0;
}

.post-title {
	margin: 0;
	padding: 0 0 25px;
	text-transform: uppercase;
	color: #000;
}

.post-category {
    padding-bottom: 25px;
}

.post-title-wrap {
	margin-top: 30px;
}

.post-title a {
	display: block;
	font-size: 30px;
	color: #000;
	text-transform: uppercase;
}

.continue-reading {
	font-size: 13px;
	text-transform: uppercase;
}

.sticky {
	 background: #fafbfb;
	 padding: 20px;
	 border-bottom: 0;
}

.posts-navigation .btn-green {
	border: 2px solid #4fbdf3;
	color: #4fbdf3;
	width: auto;
	padding-left: 15px;
	border-radius: 2px;
	text-transform: uppercase;
	border: 1px solid #eeeded !important;
	color: #000 !important;
	background: transparent;
	padding-right: 15px;
}

.posts-navigation .btn-green:hover {
	color: #fff !important;
	background: #4fbdf3;
	border-color: #fff !important;
}

.header-hero .post-date {
	display: inline-block;
	padding: 0 0 15px;
	font-size: 14px;
	font-style: normal;
	color: #fff;
}

.header-hero .post-date a {
	color: #fff;
}

.minara-related {
	border-bottom: 1px solid #eeeded;
}

.minara-related h4 {
    padding: 0 0 40px;
    margin: 0;
    font-size: 18px;
    text-transform: uppercase;
}

.minara-related .minara-fp ul {
    padding: 0;
}

.minara-related .minara-fp {
	margin-top: 40px;
	margin-bottom: 0;
}

.minara-fp {
	margin: 0 auto 50px;
	color: #b2b2b2;
}

.minara-related a {
    color: #000;
    text-transform: uppercase;
    overflow: hidden;
    display: block;
}

.minara-fp ul {
	margin: 0;
	padding: 50px 0 0;
	overflow: hidden;
}

.minara-related .minara-fp ul li {
    width: 45%;
    margin-right: 10%;
    margin-bottom: 40px;
    padding: 0;
}

.minara-related .minara-fp .thumb {
    display: block;
    float: left;
    margin-bottom: 0;
    margin-right: 30px;
    min-height: 110px;
}


.minara-related .minara-fp ul li:nth-of-type(2n+2) {
	margin-right: 0;
}

.minara-fp .thumb {
    display: block;
    margin-bottom: 20px;
}

.minara-fp ul li:last-child {
	margin-right: 0;
}

.minara-fp ul li {
	width: 23.076923076923077%;
	float: left;
	list-style-type: none;
	margin-right: 2.564102564102564%;
}

.footer-date {
    display: block;
    text-transform: none;
    font-size: 14px;
    color: #b2b2b2;
    padding-top: 4px;
    overflow: hidden;
}


.minara-fp .title {
	font-weight: 300;
	padding-bottom: 20px;
	text-transform: uppercase;
}

.minara-fp .title a {
	color: #000;
}

.minara-fp .date {
	display: block;
	padding: 0;
	font-size: 14px;
	text-align: left;
}

.minara-fp .category {
    font-size: 12px;
    text-transform: uppercase;
    padding-bottom: 15px;
}

.error404 .minara-fp {
    margin-top: 0;
}

.post-meta > span {
	padding: 5px 10px 5px 0;
}

.single .header-hero .container {
	max-width: 835px;
}

.single .post-meta {
	margin-top: 30px;
}

.single .post-meta > span {
    background: #fff;
    margin: 0;
    text-transform: none;
    color: #000;
    font-size: 16px;
}

.single .post-meta a {
    font-size: 16px;
    color: #000;
}

.single .post-content a:hover {
	text-decoration: underline;
}

.post-content {
	color: #3F5473;
	clear: both;
}

.post-content .btn {
	width: auto;
	padding: 10px 25px;
	min-height: inherit;
	min-width: inherit;
}

.post-content img {
	max-width: 100%;
	margin-bottom: 1.5625em;
	text-align: center;
}

.post-tags {
	clear: both;
	color: #889db1;
	padding-top: 15px;
}


.single-advert,
.related-advert {
	float: right;
	width: 100%;
	margin: 0 0 40px 20px;
	max-width: 300px;
}

.single-advert img {
	margin-bottom: 0;
}

.related-advert {
	float: none;
	height: auto;
	display: block;
	margin-left: 0;
	border-bottom: 1px solid #eeeded;
	max-width: 870px;
	padding-bottom: 40px;
	margin-bottom: 0;
}

.related-advert img {
	display: block;
	text-align: center;
}


.tagbox {
	display: inline-block;
	max-width: 92%;
}

.post-tags span {
	text-transform: uppercase;
	display: block;
	font-size: 18px;
	float: left;
	color: #000;
}

.post-tags a {
	margin-left: 20px;
	text-transform: lowercase;
	color: #898888 !important;
}

.post-navigation, .nopassword {
	margin-bottom: 40px;
	color: #889db1;
	border-bottom: 1px solid #eeeded;
	padding: 40px 10%;
}

.post-navigation .nav-links span {
	display: block;
	padding-bottom: 10px;
	color: #000;
	text-transform: uppercase;
	padding-right: 0;
	line-height: 24px;
}

span.meta-nav {
    font-family: "Karla", sans-serif !important;
    font-size: 14px;
    color: #898888 !important;
}

.nav-links div {
	max-width: 240px;
}

.nav-previous {
	float: left;
	text-align: left;
	position: relative;
}

.nav-previous i,
.nav-next i {
    position: absolute;
    font-size: 45.3px;
    top: 20px;
    color: #898888;
}

.nav-previous i{
    left: -60px;
}

.nav-next i {
	right: -60px;
}

.nav-next {
	float: right;
	text-align: right;
	position: relative;
}

.nav-links a:hover {
	text-decoration: none;
}

.post-pagination {
	margin: 20px 0 0;
	font-size: 13px;
}

.author-block {
    margin-bottom: 50px;
}

.author-bio {
    border-bottom: 1px solid #eeeded;
    padding-bottom: 50px;
}

.author-bio h5 {
    font-size: inherit;
    padding: 0;
    margin: 0;
}

.author-social {
    margin-top: 20px;
}

.author-img .avatar {
    border-radius: 100px;
}

.author-img {
	width: 98px;
	height: 98px;
}

.author-details {
	font-size: 16px;
	float: left;
	max-width: 50%;
}

.author-social .social-icons li a {
    padding-right: 0;
    padding-left: 0;
    border: 2px solid #dee2e4;
    text-align: center;
    margin-right: 15px;
    width: 30px;
    height: 30px;
    display: block;
    border-radius: 5px;
    line-height: 28px;
    font-size: 15px;
}

.author-desc,
.cat-desc {
	padding: 10px 0 0;
	font-size: 14px;
	line-height: 24px;
	color: #3f5473;
}

.cat-desc {
	color: #fff;
}

.home-alt .header-hero {
	height: 750px;
	padding: 180px 0;
}

.hero-inner {
	padding: 125px;
	border: 4px solid #dee2e4;
}

.controls {
	padding: 20px 0 45px;
	color: #eee;
}

.post-media iframe {
	height: 415px;
}

.page-numbers {
	display: inline-block;
	margin: 0 5px;
	color: #000;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
	padding: 5px 15px;
	border-radius: 2px;
	border: 1px solid transparent;
}

.page-numbers.current {
	border: 1px solid #4fbdf3;
}

.next.page-numbers,
.prev.page-numbers {
	width: auto;
	text-transform: uppercase;
	border: 1px solid #eeeded;
	color: #000;
}

.grid-full .nav-links {
	padding: 0;
}

.nav-links {
	margin: 0 auto;
	text-align: center;
	padding: 0 1%;
}

nav.navigation.pagination {
	clear: both;
	overflow: hidden;
	text-align: center;
}

.page-numbers:hover {
	border: 1px solid #4fbdf3;
}

.post-thumb a {
	display: block;
	position: relative;
}

.post-thumb i {
	z-index: 999;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 85px;
	height: 85px;
	border: 2px solid #fff;
	border-radius: 100px;
	text-align: center;
	font-size: 60px;
	line-height: 85px;
	color: #fff;
	background: rgba(255, 255, 255, 0.2);
	-webkit-transition: background-color .1s linear, color .1s linear;
	-moz-transition: background-color .1s linear, color .1s linear;
	-ms-transition: background-color .1s, color .1s linear;
	-o-transition: background-color .1s linear, color .1s linear;
	transition: background-color .1s linear, color .1s linear;
	transform: translate(-50%, -50%);
}

.post-thumb a:hover > i {
	background: rgba(255, 255, 255, 0);
}

.author .author-desc {
	padding-top: 15px;
	line-height: 26px;
}

.author h1 {
	text-transform: Capitalize;
	font-size: 26px;
	line-height: 26px;
}

.author .author-social {
	margin-top: 25px;
}

.author .colophon-text {
	margin-bottom: 15px;
}

.single .author-meta a, .minara-share h5 {
	color: #000 !important;
	text-transform: uppercase;
}

.minara-share {
	float: right;
}

.minara-share:before,
.minara-share:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
}

.minara-share ul {
	width: 100%;
	margin: 0;
	padding: 0 !important;
	overflow: hidden;
	list-style: none !important;
}

.minara-share ul li {
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 15px;
}

.minara-share ul li:last-child {
	margin-right: 0;
}

.minara-share-button {
	display: block;
	text-align: center;
	text-decoration: none !important;
	text-shadow: none;
	font-size: 20px;
	font-weight: normal;
	line-height: 52px;
	color: #777 !important;
	background: #eeeded;
	width: 50px;
	height: 50px;
}

.minara-share-button:hover,
.minara-share-button:focus,
.minara-share-button:active {
	color: #fff !important;
	background: #4fbdf3;
}

.minara-share-button:active {
	box-shadow: inset 0 1px 0 rgba(0, 0, 0, .16);
}

/*  --- Footer ---  */
.colophon {
	padding: 15px 0;
}

.footer-bg {
	background: #fafbfb;
}

.footer-widgets {
    padding-top: 50px;
    padding-bottom: 40px;
}

.blog-grid .footer-widgets .row {
    margin-right: -1%;
    margin-left: -1%;
}

.footer {
	line-height: 24px;
	color: #71879D;
}

.colophon p {
	margin: 0
}

.footer-menu {
	margin-bottom: 0;
	float: left;
}

.footer-menu ul li {
	display: inline-block;
	padding-left: 0;
}

.footer-menu ul {
	margin: 0;
}

.footer-menu a {
	margin-left: 40px;
	color: #71879d;
}

.footer .grid-fourth {
	padding-right: 2%;
	padding-left: 2%;
}

.secondary .widget-title > span, .comments-title > span {
	z-index: 1010;
	position: relative;
	padding: 0 15px;
	background: #fff;
}

.minara-btt {
	position: relative;
	font-size: 14px;
	color: #898888;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
	padding-left: 40px;
	cursor: pointer;
	font-weight: bold;
	text-transform: uppercase;
	padding-right: 32px;
}

.minara-btt:after {
    content: "\f364";
    padding-left: 15px;
    font-size: 20px;
    top: -1px;
    position: absolute;
}

/* =Layouts
-------------------------------------------------------------- */

/* --- Post Layouts --- */
.single-content-center .primary {
	float: none;
	margin: 0 auto;
	max-width: 800px;
}

.single-content-center .primary-inner {
	margin-right: 0;
}

.single-content-center .secondary {
	float: none;
	margin: 0 auto;
}

.content-right .primary {
	margin-right: 0;
	margin-left: -300px;
}

.content-right .primary-inner {
	margin-right: 0;
	margin-left: 370px;
}

.content-right .primary,
.content-right .secondary {
	float: right;
}

.main.content-left .primary,
.main.content-left .secondary {
	float: left;
}

.main.content-right .primary,
.main.content-right .secondary {
	float: right;
}

.main.single-content-center .primary {
	float: none;
	margin: 0 auto;
}

.main.single-content-center .secondary {
	float: none;
	margin: 0 auto;
}

.main.content-right .primary {
	margin-right: 0;
	margin-left: -300px;
}

.main.content-right .primary-inner {
	margin-right: 0;
}

.main.content-left .primary {
	margin-right: -300px;
	margin-left: 0;
}

.main.content-left .primary-inner {
	margin-right: 370px;
	margin-left: 0;
}

.main.single-content-center .primary {
	margin: 0 auto;
	max-width: 800px;
}

.main.single-content-center .primary-inner {
	margin-right: 0;
	margin-left: 0;
}

.single-full-width .primary {
	width: 100%;
	margin-right: 0;
}

.single-full-width .primary-inner {
	margin-right: 0;
}

.full-width .primary,
.full-width .primary-inner {
	width: 100%;
	margin-right: 0;
}

/* --- Blog Grid Layouts (2/3/4) --- */
.blog-grid .row {
	margin-right: -3.3%;
	margin-left: -3.3%;
}

.blog-grid .grid-half {
	padding-right: 3.3%;
	padding-left: 3.3%;
}

.blog-grid.full-width .row {
	margin-right: -1.2393162393162394%;
	margin-left: -1.2393162393162394%;
}

.blog-grid.full-width .grid-half {
	padding: 0 1.2393162393162394%;
}

.blog-grid aside.post-meta span {
	margin-right: 20px !important;
}

.blog-grid .grid-half,
#respond .grid-half {
	width: 50%;
}

.blog-grid .post-thumb img {
	object-fit: cover;
	width: 100%;
	height: 223px;
}

.blog-grid.archive .post-date, .blog-grid.home .post-date {
	display: block;
}

.blog-grid .post-thumb {
	padding-bottom: 20px;
}

.blog-grid .post-inner {
	padding-bottom: 50px;
	width: 100%;
}

.blog-grid .hentry {
	text-align: left;
	position: relative;
	padding: 0;
	margin: 0;
	border: 0;
}

.blog-grid .post-title a {
	margin-top: 10px;
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 15px;
}

.blog-grid .post-title {
	padding: 0;
	margin-bottom: 0;
}

.blog-grid-2 .post-inner {
	min-height: 180px;
}

.blog-grid-2 .grid-half:first-child {
	width: 66.7%;
}

.blog-grid-2 .grid-half,
.blog-grid-2 .grid-half:nth-child(2) {
	width: 33.3%;
}

.blog-grid-3 .grid-half {
	width: 33.3%;
}

.blog-grid-4 .grid-half {
	width: 25%;
}

.blog-grid-4 .post-media iframe {
	height: 270px;
}

.blog-grid-4 .mini-post-inner blockquote,
.blog-grid-4 .mini-post-inner .post-title a {
	font-size: 15px;
	line-height: 30px;
	margin-top: 0;
}

/* --- Magazine Layout --- */
.content-magazine .grid-half,
.content-magazine .grid-full {
	float: left;
	padding-right: 3.3%;
	padding-left: 3.3%;
}

.content-magazine .mag-layout .row, .latest-stories .row {
	margin-right: -3.3%;
	margin-left: -3.3%;
}

.mag-layout .grid-half {
	width: 50%;
}

.mag-layout .grid-third {
	width: 33.3%;
}

.mag-layout h4,
.latest-stories h4,
 .comment-reply-title {
    margin: 0 0 35px;
    padding: 0;
    border-bottom: 2px solid #eeeded;
    font-size: 14px;
    font-family: inherit;
    padding-bottom: 1px;
}

.mag-layout h4 > span,
.latest-stories h4 > span,
.comment-reply-title > span {
	font-weight: 600;
	text-transform: uppercase;
	border-bottom: 2px solid #4fbdf3;
	color: #4fbdf3;
	line-height: 24px;
	padding-bottom: 6px;
}

.mag-layout .post-thumb,
.latest-stories .post-thumb,
.lt8 .post-thumb,
.lt9 .post-thumb  {
    margin-right: 30px;
    margin-bottom: 0;
}

.mag-layout .post-details {
    overflow: hidden;
}

.mag-layout .post-title,
.mag-style1 .mag-left .post-title a,
.mag-style2 .mag-right .post-title a,
.mag-style2 .grid-half ul li .post-title a,
.latest-stories .post-title {
    padding: 0;
    font-size: 16px;
}

.mag-layout .post-meta,
.latest-stories .post-meta {
    font-size: 14px;
}


.latest-stories article {
	border-bottom: 1px solid #ededed;
	padding-bottom: 35px;
	margin-bottom: 35px;
}

.mag-layout .grid-half .post-meta {
    padding-top: 10px;
    overflow: hidden;
}

.mag-layout ul {
    margin: 0;
}

.mag-layout li {
    list-style-type: none;
    margin: 0 0 50px;
    padding: 0;
    overflow: hidden;
}

.mag-style1 .mag-first, .mag-style3 .mag-first {
	margin-bottom: 50px;
}

.no-thumb .post-details {
	width: 100%;
}

.mag-style1 .mag-first .post-title a,
.mag-style2 .mag-left .post-title a,
.latest-stories .post-title a {
	font-size: 20px;
}

.mag-style1 .mag-first .post-summary,
.mag-style2 .mag-left .post-summary,
.latest-stories .post-summary {
	margin: 30px 0;
}

.mag-style2 .mag-left .post-details,
.mag-style2 .grid-half article .post-details {
	width: 100%
}

.mag-style2 .mag-left .post-thumb {
    margin-right: 0;
    margin-bottom: 30px;
}

/* =Post Formats
------------------------------------------------------------ */

.format-gallery .ion-image {
	font-size: 36px;
	line-height: 85px;
}

.format-video .post-thumb i:before {
	padding-left: 10px;
}

.format-audio .post-thumb i:before {
	padding-left: 0;
}

.single .post-format iframe {
    margin-top: 30px;
}

.post_format-post-format-quote .mini-post-wrap,
.post_format-post-format-link .mini-post-wrap {
    margin-bottom: 30px;
}

.post_format-post-format-quote .single-advert,
.post_format-post-format-link .single-advert {
    float: none;
    margin: 0 auto 30px;
}

.lt1 .grid-half,
.lt2 .grid-half,
.lt1 .alt-post,
.lt2 .alt-post,
.lt8 .grid-half,
.lt9 .grid-half,
.lt8 .alt-post,
.lt9 .alt-post  {
	float: none;
	overflow: hidden;
}

.lt1 .format-quote,
.lt2 .format-quote,
.lt1 .format-link,
.lt2 .format-link,
.lt8 .format-quote,
.lt9 .format-quote,
.lt8 .format-link,
.lt9 .format-link {
	height: 330px;
	min-height: 330px;
}

.lt3 .format-quote,
.lt4 .format-quote,
.lt3 .format-link,
.lt4 .format-link {
	height: 412px;
	min-height: 412px;
}

.lt5 .format-quote,
.lt5 .format-link {
	height: 390px;
	min-height: 390px;
}

.lt6 .format-quote,
.lt6 .format-link {
	height: 380px;
	min-height: 380px;
}

.lt7 .format-quote,
.lt7 .format-link {
	height: 415px;
	min-height: 415px;
}

.lt8 .post-thumb {
	float: left;
}

.lt9 .post-thumb {
	float: right;
	margin-right: 0;
    margin-left: 30px;
}

.lt8 .grid-half,
.lt9 .grid-half {
	width: 100%;
}

.lt8 .post-inner,
.lt9 .post-inner {
  overflow: hidden;
}

.lt8 .post-title,
.lt9 .post-title {
  padding-top: 0;
  padding-bottom: 15px;
}

.lt8 .post-title a,
.lt9 .post-title a {
	font-size: 20px;
	line-height: 30px;
	0: 0
}

.archive .format-quote p,
.home .format-quote p,
.archive .format-link p,
.home .format-link p {
	margin-bottom: 0;
	padding-top: 10px;
}

.format-quote,
.format-link {
	display: table;
	width: 100%;
}

.mini-post {
	display: table-cell;
	position: relative;
	vertical-align: middle;
}

.mini-post-inner {
	padding: 30px;
	text-align: center;
	padding-bottom: 0;
}

.mini-post a {
	color: #3F5473;
}

.mini-post cite {
	display: block;
	color: #889db1;
	text-transform: uppercase;
	margin-top: 10px;
	font-size: 14px;
}

.lt1 .mini-post-inner {
	padding-right: 60px;
	padding-left: 60px;
}

.mini-post-wrap {
	display: table;
	width: 100%;
	height: 330px;
	min-height: 330px;
	background: #fff;
	border-bottom: 1px solid #f6f7f8;
}

.single .format-quote,
.single .format-link {
	height: initial;
	min-height: initial;
}

.single .mini-post-inner .mini-icon {
	margin: 0 0 20px 0;
	position: relative;
}

.mini-post-inner .mini-icon {
	display: block;
	text-align: center;
	font-size: 35px;
	color: #4fbdf3;
	position: absolute;
	top: 15%;
	left: 0;
	right: 0;
}

.mini-post-inner .ion-link {
	font-size: 40px;
}

.mini-post-inner blockquote {
	padding: 0;
	border-left: 0;
	text-align: center;
	margin: 0;
	font-size: 20px;
	line-height: 35px;
}

.mini-post-inner .post-title a {
	font-size: 20px;
	line-height: 35px;
}

.single .mini-post-inner blockquote {
	font-size: 25px;
	line-height: 40px;
}

/* =Widgets
------------------------------------------------------------ */

.secondary .widget {
	margin: 0 auto 30px;
	padding: 30px 0 0;
}

.secondary .widget:last-child {
	margin-bottom: 0;
}

.secondary .textwidget {
	padding: 20px 0 0;
	font-size: 14px;
	line-height: 24px;
	color: #889db1;
}

.home .secondary .widget:last-child {
	margin-bottom: 0;
}

.widget ul {
	margin: 0;
}

.widget ul ul {
	margin-left: 14px;
	margin-top: 14px;
}

.widget ul ul li:first-child {
	padding-bottom: 0;
	border-bottom: 0;
	padding-top: 15px;
	border-top: 1px solid #eeeded;
	margin-bottom: 0;
}

.widget ul li {
	list-style-type: none;
	line-height: 1.3;
	padding-bottom: 15px;
	margin-bottom: 15px;
	font-size: 16px;
	overflow: hidden;
}

.widget {
	color: #3f5473;
}

.widget .sub-menu {
	margin-left: 15px;
}

.widget .rss-widget-icon {
	display: none;
}

.widget .minara-newsletter .btn {
	margin-bottom: 0;
	min-height: 45px;
	background: transparent;
	color: #4fbdf3;
	border: 1px solid #4fbdf3;
	max-width: 78px;
	width: 100%;
	float: left;
	font-size: 16px;
}

.rssSummary {
	margin: 10px 0;
	padding: 10px;
	background: rgb(246, 247, 248);
}

.widget a {
	color: #000;
}

.widget a:hover {
	color: #4fbdf3;
}

.widget_categories #cat {
	margin-bottom: 0;
}

.widget_categories .post_count {
    float: right;
}

.widget li {
    border-bottom: 1px solid #eeeded;
}

.widget_categories a {
    text-transform: uppercase;
    color: #000;
}

.widget_recent_comments li a:first-child {
	color: #000;
}

.widget_recent_comments li a {
    color: #b2b2b2;
}

.rss-date {
	margin-left: 5px;
	padding-left: 10px;
	border-left: 1px solid #ddd;
}

.widget .rssSummary:last-child,
.widget .recentcomments:last-child {
	margin-bottom: 0;
	border-bottom: 0;
}

.widget-title, .comments-title {
	text-transform: uppercase;
	font-size: 18px;
	line-height: 18px;
	color: #000;
	margin: 0;
	padding: 0 0 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #eeeded;
}

.widget_search .widget-title{
	border: 0;
	padding: 0;
}

.widget p {
	line-height: 26px;
	color: #b2b2b2;
	font-size: 16px;
}

.minara-social-icons .social-icons a {
	font-size: 18px;
	color: #71879e;
}

.minara-social-icons .social-icons li {
	padding: 0;
	border: 0;
	line-height: inherit;
}

.minara-profile i {
	padding-right: 15px;
	font-size: 18px;
	color: #71879d;
}

.minara-profile div {
	margin-bottom: 5px;
	font-size: 14px;
}

.minara-profile div:last-child {
	margin-bottom: 0;
}

.instagram-posts li {
	display: block;
	float: left;
	width: 100%;
	height: 74px;
	margin: 6px 12px 6px 0;
	max-width: 74px;
	background: #d9dce1;
}

.instagram-posts li:nth-child(3n) {
	margin-right: 0;
}

.instagram-posts {
	margin: 0;
}

.btn-newsletter {
	text-transform: uppercase;
}

.minara-newsletter input[type=text] {
	box-sizing: border-box;
	margin-bottom: 15px;
	padding: 9px 16px;
	border: 1px solid #eeeded;
	border-radius: 0;
	color: #b2b2b2;
	background: transparent;
	font-size: 16px;
	float: left;
	margin-right: 15px;
	width: 69%;
}

.minara-posts li {
	position: relative;
	margin-bottom: 20px;
	padding-left: 0;
	min-height: 76px;
}

.popular-title {
	font-size: 16px;
	color: #000;
	line-height: 24px;
	padding-top: 6px;
	display: block;
	padding-left: 89px;
}

.popular-thumb img {
	width: 60px;
	height: 60px;
	float: left;
	display: block;
	margin-right: 30px;
	z-index: 9990;
	position: relative;
}

.minara-posts li:last-child {
	margin-bottom: 0;
}

.minara-posts ul {
	margin: 0;
}

.minara-posts a {
	color: #000;
}


.minara-posts ul {
    counter-reset: widget;
}

.minara-posts li:before {
     counter-increment: widget;
     content: counter(widget);
     position: absolute;
     width: 38px;
     height: 38px;
     display: block;
     line-height: 28px;
     text-align: center;
     font-size: 20px;
     color: #000;
     border: 2px solid #dee2e4;
     border-radius: 4px;
     left: 10px;
     top: 10px;
}


.btn-cat-widget {
	margin-top: 20px;
}

.secondary .social-icons,
.secondary .social-icons li,
footer .social-icons,
footer .social-icons li  {
	display: block;
}

.secondary .social-icons i,
footer .social-icons i{
	float: right;
	line-height: 50px;
	color: #898888;
}

.secondary .social-icons li a,
footer .social-icons li a {
	display: block;
	text-align: left;
	border: 1px solid #eeeded;
	width: 100%;
	max-width: 300px;
	padding-left: 30px;
	line-height: 50px;
	padding-right: 30px;
	color: #010000;
	font-size: 16px;
}

.secondary .social-icons li a:hover,
footer .social-icons li a:hover {
	color: #010000 !important;
}

.tagcloud a {
	display: inline-block;
	margin: 0 10px 15px 0;
	padding: 0 15px;
	font-size: 16px !important;
	font-weight: 300;
	border-radius: 2px;
	color: #000;
	background: transparent;
	border: 1px solid #eeeded;
	text-transform: capitalize;
	line-height: 38px;
}

.tagcloud a:hover {
	color: #fff !important;
	background: #4fbdf3;
}

.side-advert {
	width: 300px;
	margin: 30px auto;
}

.side-advert img {
    margin: 0 auto;
}

.secondary .newsletter-form {
	overflow: hidden;
}

.minara-newsletter input::-webkit-input-placeholder {
	color: #b2b2b2;
}

.searchform {
	position: relative;
}

.widget_search button {
	position: absolute;
	top: 12px;
	right: 15px;
	font-size: 18px;
	color: #898888;
	margin: 0;
	padding: 0;
	background: transparent;
	background-color: white;
}

.widget_search i {
	border-left: 1px solid #eeeded;
	padding-left: 15px
}

.widget_search input[type="text"] {
	padding: 10px 35px 10px 20px;
	border: 1px solid #eeeded;
	margin-bottom: 0;
}

.widget_search input::-webkit-input-placeholder {
	margin: 0;
	color: #b2b2b2;
	opacity: 1;
}

.widget_search input::-moz-placeholder {
	margin: 0;
	font-style: italic;
	color: #889db1;
	opacity: 1;
}

.widget_calendar table {
	margin-bottom: 0;
}

.instagram-pics {
	overflow: hidden;
}

.instagram-pics li {
	display: block;
	float: left;
	width: 33.333%;
	margin-bottom: 0 !important;
}

.secondary .instagram-pics li {
	border-bottom: 0;
	padding-bottom: 0;
}

.instagram-pics li:nth-last-child(-n+3) {
	margin-bottom: 0;
}

.instagram-pics li:nth-child(3n) {
	margin-right: 0;
}

.minara-profile {
	margin-top: -5px;
}

.widget_minara_about img {
	display: block;
	margin-bottom: 20px;
}

.widget_minara_about p {
	margin-bottom: 20px;
}

/* =Comments
------------------------------------------------------------ */

article.comment {
	display: block;
	position: relative;
	padding: 1em;
	border: 1px solid #ddd;
	line-height: 24px;
}

.comment #respond {
	padding-bottom: 30px;
}

#respond input[type="text"],
#respond input[type="email"],
#respond input[type="url"] {
	display: block;
	width: 100%;
	margin-bottom: 15px;
	padding: 15px 0;
	font-weight: bold;
	font-size: 14px;
	color: #eee !important;
	text-transform: uppercase;
	border: 0;
	border-bottom: 1px solid #eeeded;
}

#respond textarea {
	display: block;
	height: 250px;
	margin: 0;
	padding: 15px 20px;
	border-color: #eeeded;
	resize: none;
}

#respond input#url {
    margin-bottom: 24px;
}

.logged-in #respond textarea {
	max-width: 100%;
}

.logged-in .comment-form-comment {
	float: none;
	margin-bottom: 25px;
	max-width: 100%;
	width: 100%;
}

#respond .form-allowed-tags {
	clear: both;
	width: 98%;
}

#respond .form-allowed-tags code {
	display: block;
}

.logged-in #respond .grid-half {
	width: 100%;
	float: none;
}

.form-allowed-tags {
	display: none;
}

#reply-title {
	margin-top: 0;
	padding-top: 0;
}

.comment-reply-link {
	float: left;
	height: 24px;
	text-decoration: none;
	font-size: 13px;
	font-weight: 300;
	line-height: 24px;
	color: #afb5bd;
}

.comment {
	margin: 10px 0;
	padding: 0;
	list-style: none;
}

.comment cite {
	font-style: normal;
	font-weight: normal;
}

.comment img.avatar {
	float: left;
	margin-right: 50px;
	min-height: 70px;
	min-width: 70px;
	border-radius: 100px;
	background: #ddd;
	margin-bottom: 30px;
}

.comment-meta,
.comment-notes,
.logged-in-as {
	display: block;
	font-size: 13px;
	float: left;
	margin-right: 70px;
}

.comment-meta a,
.comment-reply-link {
	text-decoration: none;
}

.comment-meta a:hover,
.comment-reply-link:hover {
}

.comment-reply-link i {
	font-size: 16px;
	line-height: 28px;
}

.comment-form-comment {
	float: left;
	margin-bottom: 0;
	max-width: 470px;
	width: 100%;
}

.comment-form-author, .comment-form-email, .comment-form-url {
	max-width: 300px;
	float: right;
	margin-bottom: 0;
	width: 100%;
}

#cancel-comment-reply-link {
	position: absolute;
	left: 0;
	top: -40px;
	font-size: 13px;
}

.commentlist {
	margin: 0;
	padding: 0;
}

.pingback .comment-content {
	margin-left: 0;
}

.comment-content {
	margin-left: 96px;
	padding-top: 15px;
	font-size: 14px;
	line-height: 24px;
	color: #3f5473;
	overflow: hidden;
}

.bypostauthor {
	color: inherit;
}

#comments {
	padding-top: 40px;
	margin-bottom: 30px;
}

.comment-author .fn {
	text-transform: capitalize;
	font-size: 16px;
	font-weight: bold;
	color: #4fbdf3;
}

.comment-body {
	margin-bottom: 20px;
	overflow: hidden;
	border-bottom: 1px solid #eeeded;
	padding-bottom: 20px;
}

.comment-metadata time,
.comment-notes {
	font-size: 13px;
	line-height: 28px;
	color: #afb5bd;
}

.form-submit {
	float: right;
	width: 100%;
	margin-bottom: 0;
	text-align: right;
	max-width: 300px;
}

.form-submit .btn {
	margin-bottom: 0;
	text-align: left;
	background: transparent !important;
	color: #898888;
	border: 1px solid #eeeded;
	max-width: 170px;
	height: 40px;
	padding: 0;
	min-height: 40px;
	text-align: center;
}

.logged-in .form-submit .btn {
	text-align: center;
	min-width: 100%;
}

.comment-navigation {
	text-transform: uppercase;
	margin-bottom: 30px;
}

.comment-navigation .nav-previous {
	float: left;
	width: 48%;
}

.comment-navigation .nav-next {
	float: right;
	text-align: right;
	width: 48%;
}

.comment-navigation a {
	color: #afb5bd;
}

/* =Contact Form
------------------------------------------------------------ */

.contact-form .row {
	margin-right: -1.5%;
	margin-left: -1.5%;
}

.contact-form form {
	margin-top: 36px;
}

.contact-form .grid-half {
	width: 50%;
}

.contact-form .grid-half, .contact-form .grid-full {
	padding-right: 1.5%;
	padding-left: 1.5%;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
	margin-bottom: 30px;
	padding: 11.5px 25px;
	border: 1px solid #dee2e4;
	border-radius: 0;
}

.contact-form input[type="text"]::-webkit-input-placeholder,
.contact-form input[type="email"]::-webkit-input-placeholder,
.contact-form textarea::-webkit-input-placeholder,
.contact-form .btn {
	color: #898888;
	font-weight: bold;
	text-transform: uppercase;
}

.contact-form .btn {
    background: transparent !important;
    border: 1px solid #ddd;
    max-width: 170px;
}

.contact-form textarea {
	min-height: 230px;
	resize: vertical;
}

.contact-form {
    max-width: 58.76288659793815%;
}

.contact-form-info {
    max-width: 35.051546391752574%;
}

.contact-form h1,
.contact-form-info h2 {
    color: #000;
    font-size: 25px;
}

.contact-links {
    margin: 0;
}

.contact-links li {
    list-style-type: none;
    padding-bottom: 10px;
}

.contact-links i {
    padding-right: 15px;
    font-size: 20px;
}

.page-template-contact .primary-inner {
	margin-right: 0;
	margin-bottom: 30px;
	padding: 45px 100px 24px;
	overflow: hidden;
	background: #fff;
}

.page-template-contact .main,
.page-template-contact .footer {
	margin-top: 0;
	margin-bottom: 0;
}

.contact-map {
	background: #D9DCE1;
	margin-top: 30px;
	clear: both;
}

.contact-map iframe {
	width: 100%;
	max-height: 320px;
	max-width: 1170px;
}

.map-full iframe {
	width: 100%;
	max-width: 100%;
}

.wpcf7-submit {
	margin-bottom: 0;
	max-width: 217px;
}

.wpcf7-not-valid-tip {
	margin-top: -25px;
	padding-bottom: 20px;
	font-size: 12px;
}

.wpcf7-response-output {
	margin: 0;
	font-size: 12px;
}

/* =404 Page
------------------------------------------------------------ */

.error404 .main {
	margin-bottom: 0;
}

.error404-box {
	padding: 140px 0;
}

.error-404 h1 {
	margin-bottom: 0;
	padding-top: 0;
	font-size: 150px;
	font-weight: bold;
	line-height: 1;
}

.error-404 p {
	margin-top: 20px;
	margin-right: 15px;
	margin-bottom: 0;
	text-transform: uppercase;
	font-size: 25px;
	font-weight: 300;
}

.error-text {
	padding: 35px 0 55px;
	max-width: 480px;
	margin: 0 auto;
}

#error-404 {
	max-width: 370px;
	margin: 0 auto;
	padding: 9px 18px;
	border: 1px solid #eeeded;
}

#error-404::-webkit-input-placeholder {
	color: #b1b5b8;
	font-style: normal;
}

/* =WordPress Defaults
-------------------------------------------------------------- */

.gallery-caption {
}

.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-right: auto;
	margin-left: auto;
}

.wp-caption {
	max-width: 96%;
	text-align: center;
	background: #fff;
	margin-bottom: 20px;
	font-size: 12px;
}

.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 {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	max-width: 98.5%;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	margin: 0;
	padding: 0 4px 5px;
	font-size: 11px;
	line-height: 17px;
}

/* --- Gallery --- */
.gallery {
	margin-bottom: 30px;
	margin-left: -1%;
	margin-right: -1%;
}

.gallery-item {
	display: inline-block;
	line-height: 1;
	text-align: center;
	vertical-align: top;
	width: 100%;
	margin: 1%;
}

.gallery-item img {
	display: inline-block;
	margin-bottom: 0;
}

.gallery .gallery-caption {
	display: none;
}

.gallery-columns-2 .gallery-item {
	max-width: 45%;
}

.gallery-columns-3 .gallery-item {
	max-width: 28.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 20%;
}

.gallery-columns-5 .gallery-item {
	max-width: 15%;
}

.gallery-columns-6 .gallery-item {
	max-width: 11.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 9.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 7.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 6.11%;
}

.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}

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

.comment-reply-title {
	margin-bottom: 10px;
}

.view-more {
    text-transform: uppercase;
    color: #000;
    font-size: 12px;
}

.post-format {
    margin-bottom: 30px;
}

.boxed-layout {
    max-width: 1200px;
    margin: 0 auto;
    background: #eee;
}

.boxed-layout .boxed-wrapper {
	background: #fff;
	margin: 40px 0;
}