/*
Theme Name: Hellomouse
Theme URI: https://www.cssigniter.com/themes/hellomouse/
Author: CSSIgniter
Author URI: https://www.cssigniter.com/
Description: Portfolio Theme for WordPress
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hellomouse
Domain Path: /languages
*/
/* -----------------------------------------
	Table of Contents
--------------------------------------------

.. 01. General
.. 02. Main Navigation
.. 03. Header
.. 04. Modules
.. 05. Footer
.. 06. Comments
.. 07. Widgets Styling
.. 08. WordPress defaults
.. 09. Mobile Menu
.. 10. External Plugins
.. 11. Global Mediaqueries

*/
@-webkit-keyframes rot {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
@keyframes rot {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

/* -----------------------------------------
	01. General
----------------------------------------- */
html {
	box-sizing: border-box;
	overflow-y: scroll;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: transparent;
}

/* Basic Typography
=================================== */
body {
	line-height: 1.571428571;
	font-size: 14px;
	background-color: #FFFFFF;
	color: #707070;
	font-family: "Work Sans", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, .widget-title,
.page-title, h4, h5, h6 {
	line-height: 1.35;
	margin: 0 0 20px 0;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	text-rendering: optimizeLegibility;
	color: #575757;
	font-weight: 400;
	letter-spacing: -0.05em;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 20px;
}

h3, .widget-title,
.page-title {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}

p {
	margin: 0 0 15px 0;
}

img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}

a {
	-webkit-transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
	transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
	outline: none;
	color: #e56b4b;
	text-decoration: none;
}

a:hover, a:focus {
	color: #eb9078;
	outline: none;
	text-decoration: none;
}

a:active {
	outline: none;
}

.group::after {
	content: "";
	display: table;
	clear: both;
}

/* General Element Styling
=================================== */
/* Reset figure margin from normalize.css */
figure {
	margin: 0;
}

/* Lists */
ul, ol {
	padding-left: 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

dl {
	margin: 0 0 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 15px;
}

/* Blockquotes */
blockquote {
	margin: 20px 0;
	padding-left: 15px;
	border-left: 3px solid #ccc;
	font-size: 17px;
	font-weight: 300;
}

blockquote cite {
	display: block;
	font-weight: bold;
	font-style: italic;
	margin: 10px 0 0;
	color: rgba(112, 112, 112, 0.8);
	font-size: 14px;
}

/* Tables */
table {
	border-collapse: separate;
	border-spacing: 0;
	width: 100%;
}

.entry-content table {
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
}

.entry-content th:first-child,
.entry-content td:first-child {
	padding-left: 0;
}

.entry-content th,
.entry-content td {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.entry-content caption,
.entry-content th,
.entry-content td {
	font-weight: normal;
	text-align: left;
	padding: 5px;
	vertical-align: middle;
}

.entry-content th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 85%;
}

.entry-content td {
	border-width: 0 1px 1px 0;
}

/* Code */
code, kbd, tt, var, samp, pre {
	font-family: monospace, serif;
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	font-style: normal;
}

pre {
	padding: 15px;
	border: 1px solid rgba(0, 0, 0, 0.1);
}

/* Various */
address {
	margin: 0 0 15px;
}

.sr-only,
.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

/* Embeds and iframes
=================================== */
embed,
iframe,
object,
video,
audio {
	margin-bottom: 15px;
	max-width: 100%;
}

p > embed,
p > iframe,
p > object,
p > audio,
span > embed,
span > iframe,
span > object,
span > audio {
	margin-bottom: 0;
}

#map,
.map * {
	max-width: none !important;
}

/* General Form Styling
=================================== */
label {
	display: block;
	margin: 0 0 2px;
	font-weight: 500;
	letter-spacing: -0.05em;
}

input,
textarea {
	display: inline-block;
	font-size: inherit;
	width: 100%;
	max-width: 100%;
	height: 40px;
	padding: 8px 12px;
	box-shadow: none;
	line-height: normal;
	border: 1px solid transparent;
	background-color: #ebebeb;
	background-image: none;
	border-radius: 0;
	-webkit-transition: background-color .18s ease, border-color .18s ease;
	transition: background-color .18s ease, border-color .18s ease;
}

input:focus, input:hover,
textarea:focus,
textarea:hover {
	background-color: #e6e6e6;
	outline: none;
}

input:focus,
textarea:focus {
	border-color: #e56b4b;
}

@media (max-width: 543px) {
	input,
	textarea {
		width: 100%;
	}
}

input[type="search"] {
	/* Restoring box-sizing */
	box-sizing: border-box;
}

textarea {
	height: auto;
}

select {
	max-width: 100%;
}

input[type="checkbox"],
input[type="radio"] {
	margin: 4px 0 0;
	margin-top: 1px \9;
	line-height: normal;
	width: auto;
	height: auto;
}

fieldset {
	margin: 0 0 15px;
	padding: 0;
	border: none;
	min-width: 0;
}

/* Placeholder text color */
::-webkit-input-placeholder {
	color: rgba(112, 112, 112, 0.5);
	font-weight: normal;
	opacity: 1;
}

:-moz-placeholder {
	color: rgba(112, 112, 112, 0.5);
	font-weight: normal;
	opacity: 1;
}

::-moz-placeholder {
	color: rgba(112, 112, 112, 0.5);
	font-weight: normal;
	opacity: 1;
}

:-ms-input-placeholder {
	color: rgba(112, 112, 112, 0.5);
	font-weight: normal;
	opacity: 1;
}

/* Buttons
=================================== */
.btn, .comment-reply-link,
input[type="button"],
input[type="submit"],
input[type="reset"],
button {
	display: inline-block;
	font-weight: 500;
	margin: 0;
	line-height: normal;
	border: none;
	background-image: none;
	box-shadow: none;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	white-space: nowrap;
	-webkit-transition: 0.18s background-color ease, color 0.18s ease, 0.18s border-color ease;
	transition: 0.18s background-color ease, color 0.18s ease, 0.18s border-color ease;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-radius: 0;
	width: auto;
	min-width: 166px;
	height: 40px;
	padding: 10px 32px;
	font-size: 14px;
	background-color: #e56b4b;
	color: #ffffff;
	letter-spacing: -0.05em;
}

.btn:active, .comment-reply-link:active,
input[type="button"]:active,
input[type="submit"]:active,
input[type="reset"]:active,
button:active {
	outline: none;
}

.btn:hover, .comment-reply-link:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button:hover {
	background: #e25935;
	color: #ffffff;
	text-decoration: none;
}

.btn:focus, .comment-reply-link:focus,
input[type="button"]:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
button:focus {
	outline: none;
}

/* CI-Slider Overrides
=================================== */
.ci-slider {
	margin: 0;
	padding: 0;
	box-shadow: none;
	border-radius: 0;
	border: 0;
}

.ci-slider.loading:before {
	border: 6px solid rgba(255, 255, 255, 0.35);
	border-top-color: rgba(255, 255, 255, 0.875);
	border-radius: 100%;
	height: 40px;
	width: 40px;
	-webkit-animation: rot .8s infinite linear;
	animation: rot .8s infinite linear;
	content: "";
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 1000;
}

.ci-slider .slides li:after {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1000;
}

.ci-direction-nav a {
	top: 50%;
	opacity: 0.7;
	line-height: normal;
}

.ci-direction-nav a:hover {
	color: #FFF;
	opacity: 1;
}

.ci-slider .slides > li:first-child {
	display: block;
	/* Display flexslider's first item no matter if its loading or not */
	-webkit-backface-visibility: visible;
}

.ci-slider.loading .slides > li:first-child {
	opacity: 1 !important;
	/* Remove the fade in/out animation when the slider loads */
}

/* Magnific Popup Overrides
=================================== */
.mfp-bg {
	background-color: #000;
}

.mfp-preloader {
	color: #FFF;
}

.mfp-preloader a, .mfp-preloader a:hover {
	color: #FFF;
}

.mfp-container:not(.mfp-s-error) .mfp-preloader {
	border: 6px solid rgba(255, 255, 255, 0.35);
	border-top-color: rgba(255, 255, 255, 0.875);
	border-radius: 100%;
	height: 40px;
	width: 40px;
	-webkit-animation: rot .8s infinite linear;
	animation: rot .8s infinite linear;
	background-color: transparent;
	text-indent: -999em;
	margin: 0 auto;
}

button.mfp-close,
button.mfp-arrow {
	border: none;
	opacity: 1;
}

button.mfp-close:hover,
button.mfp-arrow:hover {
	background: none;
	border: none;
}

.mfp-close-btn-in .mfp-close {
	color: #FFF;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: #FFF;
}

.mfp-arrow {
	line-height: 0.3;
}

.mfp-arrow:before, .mfp-arrow:after {
	border: none;
}

.mfp-arrow:after {
	font-family: FontAwesome;
	font-size: 70px;
	color: #FFF;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mpf-a {
	content: "\f105";
}

.mfp-arrow-left:after,
.mfp-arrow-left .mpf-a {
	content: "\f104";
}

/* Text Alignment Helpers
=================================== */
.text-left {
	text-align: left;
}

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

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

.text-justified {
	text-align: justify;
}

/* -----------------------------------------
	02. Main Navigation
----------------------------------------- */
.nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.navigation {
	text-align: right;
}

.navigation::after {
	content: "";
	display: table;
	clear: both;
}

.navigation li {
	position: relative;
	z-index: 100;
}

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

.navigation ul {
	position: absolute;
	z-index: 300;
	top: -999em;
}

.navigation > li:last-child ul {
	right: 0;
}

.navigation li:hover > ul,
.navigation .sfHover > ul {
	top: auto;
}

.navigation li li:hover > ul,
.navigation li .sfHover > ul {
	top: 0;
	right: 100%;
}

.navigation li li li:hover > ul,
.navigation li li .sfHover > ul {
	top: 0;
	right: 100%;
}

.navigation a {
	display: block;
	white-space: nowrap;
}

.navigation a {
	color: #707070;
	text-align: left;
	letter-spacing: -0.05em;
	font-size: 14px;
	/* Global Menu Link Styles */
}

.navigation > li:last-child > a {
	margin-right: 0;
}

.navigation a:hover,
.navigation .sfHover > a {
	text-decoration: none;
	/* First Level & Global Menu Link Hover Styles */
}

.navigation > li > a {
	text-transform: uppercase;
	border-bottom: 4px solid transparent;
	margin-right: 22px;
	/* First Level Menu Link Styles */
}

.navigation > li ul a {
	color: #707070;
	border-bottom: 1px solid #efefef;
	padding: 9px 15px;
	/* All Other Menu Level Link Styles */
}

.navigation > li ul a:hover,
.navigation > li ul .sfHover > a {
	color: #e56b4b;
	/* All Other Level Menu Link Hover Styles */
}

.navigation > li > a:hover,
.navigation > li.sfHover > a,
.navigation > li.sfHover > a:active,
.navigation > li.current_page_item > a,
.navigation > li.current-menu-item > a,
.navigation > li.current-menu-ancestor > a,
.navigation > li.current-menu-parent > a,
.navigation > li.current > a {
	border-bottom-color: #e56b4b;
	/* WordPress First Level Current/Ancestor Hover Page Styles */
}

.navigation ul {
	background-color: #FFF;
	border: 1px solid #efefef;
	border-bottom: 0;
	min-width: 200px;
	box-shadow: 0 0 29px rgba(0, 0, 0, 0.07);
	/* All Lower Level Menu Container Styles */
}

.navigation a.sf-with-ul {
	padding-right: 10px;
	position: relative;
	/* Styling for navigation arrows  ---------- */
}

.navigation.sf-arrows .sf-with-ul:after {
	content: '\f078';
	font-family: FontAwesome;
	position: absolute;
	top: 50%;
	right: 1px;
	margin-top: -7px;
	font-size: 6px;
	font-weight: normal;
}

.navigation.sf-arrows ul .sf-with-ul:after {
	right: 8px;
	content: "\f054";
	margin-top: -4px;
	/* Styling for right facing arrows  ---------- */
}

/* -----------------------------------------
	03. Header
----------------------------------------- */
.header {
	display: table;
	width: 100%;
	padding: 80px 0;
}

.header-left {
	display: table-cell;
	width: 240px;
	vertical-align: middle;
}

.header-right {
	display: table-cell;
	width: calc(100% - 240px);
	vertical-align: middle;
	text-align: right;
}

.site-logo {
	font-size: 24px;
	font-weight: 700;
	margin: 0;
	line-height: 1.35;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	text-rendering: optimizeLegibility;
	letter-spacing: -.05em;
}

.site-logo a {
	color: #575757;
}

.site-logo a:hover {
	color: #575757;
}

.site-logo img {
	max-width: 240px;
}

/* -----------------------------------------
	04. Modules
----------------------------------------- */
/* Item Styles
=================================== */
.row-items {
	margin-bottom: -30px;
}

.item-filter {
	display: block;
	margin: 0 0 25px;
	padding: 0;
	list-style: none;
}

.item-filter li {
	display: inline-block;
	margin-right: 10px;
}

.item-filter li a {
	text-transform: uppercase;
	font-size: 12px;
	line-height: normal;
	font-weight: 400;
	color: #707070;
}

.item-filter li a:hover {
	color: #e56b4b;
}

.item-filter li.active a {
	color: #e56b4b;
}

.item {
	margin: 0 0 30px;
	position: relative;
}

.item a {
	display: block;
}

.item-content-wrap {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(229, 107, 75, 0.9);
	color: #ffffff;
	text-align: center;
	-webkit-transition: opacity .4s ease;
	transition: opacity .4s ease;
	opacity: 0;
}

.item:hover .item-content-wrap {
	opacity: 1;
}

.item-content {
	position: absolute;
	width: 100%;
	padding: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.item-title {
	margin: 0;
	font-size: 16px;
	font-weight: 500;
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
	position: relative;
	top: -15px;
	opacity: 0;
	-webkit-transition: opacity .38s ease, top .38s ease, -webkit-transform .38s ease;
	transition: opacity .38s ease, top .38s ease, -webkit-transform .38s ease;
	transition: opacity .38s ease, top .38s ease, transform .38s ease;
	transition: opacity .38s ease, top .38s ease, transform .38s ease, -webkit-transform .38s ease;
}

.item:hover .item-title {
	opacity: 1;
	top: 0;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.item-subtitle {
	font-size: 12px;
	margin: 0;
	position: relative;
	top: 15px;
	opacity: 0;
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
	-webkit-transition: opacity .38s ease, top .38s ease, -webkit-transform .38s ease;
	transition: opacity .38s ease, top .38s ease, -webkit-transform .38s ease;
	transition: opacity .38s ease, top .38s ease, transform .38s ease;
	transition: opacity .38s ease, top .38s ease, transform .38s ease, -webkit-transform .38s ease;
}

.item:hover .item-subtitle {
	opacity: 1;
	top: 0;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

/* Entry Styles
=================================== */
.entry {
	margin: 0 0 60px;
}

.widget .entry {
	margin-bottom: 30px;
}

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

.entry:only-of-type {
	margin: 0;
}

.entry-thumb {
	margin: 0 0 20px;
}

.entry-thumb.alignnone, .entry-thumb.alignleft, .entry-thumb.alignright, .entry-thumb.aligncenter {
	margin-top: 0;
}

.entry-caption {
	font-size: 12px;
	margin: 5px 0 0;
}

.entry-content::after {
	content: "";
	display: table;
	clear: both;
}

.entry-content p > img {
	margin-bottom: 15px;
}

.entry-content blockquote {
	margin: 30px 0;
}

.entry-content iframe,
.entry-content video {
	margin: 30px 0;
}

.entry-meta {
	text-transform: uppercase;
	font-size: 11px;
	line-height: normal;
	font-weight: 400;
	margin: -16px 0 15px;
}

.entry-meta-item {
	margin-right: 10px;
}

/* Portfolio Template
=================================== */
.widget.entry-portfolio-meta {
	margin-top: 15px;
}

.items-related {
	margin-top: 70px;
}

.project-slider {
	margin-bottom: 30px;
}

.project-slider .ci-direction-nav a:before {
	color: #FFF;
}

/* Pagination
=================================== */
.paging {
	margin: 40px 0 0;
}

.paging ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.paging ul li {
	display: inline-block;
}

.paging a,
.paging > span,
.paging li span {
	display: inline-block;
	font-size: 13px;
	padding: 12px 16px;
	margin: 0 3px 0 0;
	line-height: normal;
	border: 1px solid #efefef;
	color: #707070;
}

.paging a:hover,
.paging .current {
	background-color: #e56b4b;
	color: #ffffff;
}

/* Info rows
========================================= */
.row-info {
	font-size: 14px;
}

.row-info-title {
	margin: 0;
	display: block;
}

.row-info-desc {
	margin-bottom: 18px;
	display: block;
}

/* -----------------------------------------
	05. Footer
----------------------------------------- */
.footer {
	padding: 0 0 50px;
}

.footer-credits {
	text-transform: uppercase;
	font-size: 11px;
	line-height: normal;
	font-weight: 400;
}

.footer-credits p {
	margin-bottom: 0;
}

/* -----------------------------------------
   06. Comments
----------------------------------------- */
#comments {
	margin: 40px 0 0;
}

#comment-list {
	margin: 0;
	list-style: none;
	padding: 0;
}

#comment-list ol {
	list-style: none;
}

@media (max-width: 767px) {
	#comment-list ol {
		margin: 0;
		padding: 0;
	}
}

#comment-list .comment-body {
	margin-bottom: 20px;
	padding-top: 20px;
}

#comment-list > .comment:first-child > .comment-body {
	border-top: none;
	padding-top: 0;
}

.post-comments {
	margin: 0 0 45px;
}

.comment-author .avatar {
	width: 64px;
	height: 64px;
	float: left;
	margin: 0 15px 15px 0;
	overflow: visible;
}

@media (max-width: 767px) {
	.comment-author .avatar {
		display: none;
	}
}

.comment-content {
	overflow: hidden;
	zoom: 1;
	font-size: 13px;
}

.comment-metadata {
	text-transform: uppercase;
	font-size: 11px;
	line-height: normal;
	font-weight: 400;
	margin: 0 0 7px;
}

.comment-metadata a,
.comment-metadata a:hover {
	color: #707070;
}

.comment-author b {
	font-weight: 500;
}

.comment-reply-link {
	font-size: 10px;
	text-transform: uppercase;
	padding: 4px 10px;
	margin-left: 80px;
	height: auto;
	width: auto;
	min-width: 0;
}

@media (max-width: 767px) {
	.comment-reply-link {
		margin: 0;
	}
}

.bypostauthor > article .fn:before {
	font-family: FontAwesome;
	content: "\f005";
	margin: 0 2px 0 -2px;
	position: relative;
	top: -1px;
	font-size: 11px;
}

#cancel-comment-reply-link {
	font-size: 13px;
	font-weight: normal;
	margin-left: 5px;
}

.form-allowed-tags,
.comment-notes {
	font-size: 12px;
	line-height: 1.5;
	color: rgba(112, 112, 112, 0.8);
}

/* -----------------------------------------
	07. Widgets Styling
----------------------------------------- */
.main {
	margin-bottom: 90px;
}

.widget {
	margin: 0 0 55px;
}

.widget-container .widget {
	margin-bottom: 90px;
}

.sidebar .widget:last-child,
.widget p:last-child {
	/* Nullify bottom margin for last elements in widgets and sidebars */
	margin-bottom: 0;
}

.widget-title,
.page-title {
	font-weight: 500;
}

.widget-title label,
.page-title label {
	text-transform: none;
	display: block;
	font-size: inherit;
	margin: 0;
	line-height: inherit;
	font-weight: inherit;
}

/* WIDGET: #List Widgets
========================================= */
.widget select {
	width: 100%;
	padding: 5px 10px;
	border-radius: 0;
	border: 1px solid #efefef;
}

.widget_meta ul,
.widget_pages ul,
.widget_categories ul,
.widget_archive ul,
.widget_nav_menu ul,
.widget_recent_entries ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget_meta ul ul,
.widget_pages ul ul,
.widget_categories ul ul,
.widget_archive ul ul,
.widget_nav_menu ul ul,
.widget_recent_entries ul ul {
	margin-left: 15px;
}

.widget_meta ul li,
.widget_pages ul li,
.widget_categories ul li,
.widget_archive ul li,
.widget_nav_menu ul li,
.widget_recent_entries ul li {
	line-height: normal;
	display: block;
	position: relative;
}

.widget_meta ul li a,
.widget_pages ul li a,
.widget_categories ul li a,
.widget_archive ul li a,
.widget_nav_menu ul li a,
.widget_recent_entries ul li a {
	display: block;
	padding: 11px 0;
	border-bottom: 1px solid #efefef;
}

.widget_meta ul li .count,
.widget_meta ul li .ci-count,
.widget_pages ul li .count,
.widget_pages ul li .ci-count,
.widget_categories ul li .count,
.widget_categories ul li .ci-count,
.widget_archive ul li .count,
.widget_archive ul li .ci-count,
.widget_nav_menu ul li .count,
.widget_nav_menu ul li .ci-count,
.widget_recent_entries ul li .count,
.widget_recent_entries ul li .ci-count {
	position: absolute;
	right: 0;
	top: 8px;
	font-size: 12px;
	-webkit-transition: all 0.18s ease;
	transition: all 0.18s ease;
	padding: 4px 3px;
}

.widget_recent_comments ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.widget_recent_comments ul li {
	display: block;
	padding: 11px 0;
	border-bottom: 1px solid #efefef;
}

.widget_pages select,
.widget_categories select,
.widget_archive select {
	display: block;
	width: 100%;
	padding: 6px 15px;
	border-radius: 0;
	font-size: 14px;
	height: 40px;
	font-weight: normal;
	border: 1px solid #efefef;
	background: #FFF;
}

/* WIDGET: #Ads125
========================================= */
#ads125,
.ads125 {
	margin: 0;
	padding: 0;
	list-style: none;
}

#ads125 li,
.ads125 li {
	background: none;
	border: none;
	float: left;
	margin: 0 15px 10px 0;
	padding: 0;
	max-width: 125px;
	height: auto;
}

/* WIDGET: #Search
========================================= */
.searchform > div {
	position: relative;
}

.searchform .searchsubmit {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	min-width: 0;
}

/* WIDGET: #Flickr
========================================= */
.flickr_badge_image {
	float: left;
	margin: 0 15px 15px 0;
}

.flickr_badge_image a {
	display: block;
	line-height: 0;
}

/* WIDGET: #About
========================================= */
.widget_about {
	margin-top: -5px;
}

.widget_about img {
	max-width: 100px;
	height: auto;
}

.widget_about .alignleft {
	float: left;
	margin: 5px 15px 6px 0;
}

.widget_about .alignright {
	float: right;
	margin: 5px 0 6px 15px;
}

/* WIDGET: #Text Widget
========================================= */
.widget_text p:last-child {
	margin-bottom: 0;
}

/* WIDGET: #Twitter
========================================= */
.widget_ci_twitter_widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.widget_ci_twitter_widget ul li {
	margin-bottom: 12px;
}

.widget_ci_twitter_widget ul li:first-child {
	padding-top: 0;
}

.widget_ci_twitter_widget .twitter-time {
	display: block;
	font-size: 0.85em;
}

/* WIDGET: #Calendar
================================================== */
#wp-calendar {
	width: 100%;
}

#wp-calendar a {
	font-weight: bold;
	font-style: italic;
}

#wp-calendar caption {
	text-align: left;
	margin-top: 10px;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.03);
	padding: 9px;
}

#wp-calendar thead {
	font-size: 10px;
}

#wp-calendar thead th {
	background: rgba(0, 0, 0, 0.1);
	font-weight: bold;
	padding: 8px;
}

#wp-calendar tbody td {
	background: none;
	border: 1px solid rgba(0, 0, 0, 0.1);
	text-align: center;
	padding: 3px;
}

#wp-calendar tbody td:hover {
	background: rgba(0, 0, 0, 0.1);
}

#wp-calendar tbody .pad {
	background: none;
}

#wp-calendar tfoot #next {
	font-size: 10px;
	text-transform: uppercase;
	text-align: right;
}

#wp-calendar tfoot #prev {
	font-size: 10px;
	text-transform: uppercase;
	padding-top: 10px;
}

/* WIDGET: #Social Icons
========================================= */
.social-icons {
	margin: 0;
	padding: 0;
	list-style: none;
}

.social-icons li {
	display: inline-block;
	margin-right: 8px;
}

.social-icons li:last-child {
	margin-right: 0;
}

.social-icon {
	font-size: 24px;
	color: #575757;
}

.social-icon:hover {
	color: #e56b4b;
}

/* -----------------------------------------
	08. WordPress Defaults
----------------------------------------- */
/* WordPress Galleries
=================================== */
.gallery {
	margin-left: -5px;
	margin-right: -5px;
	margin-bottom: 15px;
}

.gallery::after {
	content: "";
	display: table;
	clear: both;
}

.gallery-item {
	margin-bottom: 10px;
}

.gallery-item img {
	width: 100%;
	max-width: 100%;
}

.gallery-columns-1 .gallery-item {
	position: relative;
	min-height: 1px;
	padding-right: 5px;
	padding-left: 5px;
	float: left;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	position: relative;
	min-height: 1px;
	padding-right: 5px;
	padding-left: 5px;
	float: left;
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	position: relative;
	min-height: 1px;
	padding-right: 5px;
	padding-left: 5px;
	float: left;
	width: 33.33333%;
}

.gallery-columns-4 .gallery-item {
	position: relative;
	min-height: 1px;
	padding-right: 5px;
	padding-left: 5px;
	float: left;
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	position: relative;
	min-height: 1px;
	padding-right: 5px;
	padding-left: 5px;
	float: left;
	width: 20%;
}

@media (max-width: 767px) {
	.gallery-columns-5 .gallery-item {
		position: relative;
		min-height: 1px;
		padding-right: 5px;
		padding-left: 5px;
		float: left;
		width: 25%;
	}
}

.gallery-columns-6 .gallery-item {
	position: relative;
	min-height: 1px;
	padding-right: 5px;
	padding-left: 5px;
	float: left;
	width: 16.66667%;
}

@media (max-width: 767px) {
	.gallery-columns-6 .gallery-item {
		position: relative;
		min-height: 1px;
		padding-right: 5px;
		padding-left: 5px;
		float: left;
		width: 25%;
	}
}

.gallery-columns-7 .gallery-item {
	position: relative;
	min-height: 1px;
	padding-right: 5px;
	padding-left: 5px;
	float: left;
	width: 14.28571%;
}

@media (max-width: 991px) {
	.gallery-columns-7 .gallery-item {
		position: relative;
		min-height: 1px;
		padding-right: 5px;
		padding-left: 5px;
		float: left;
		width: 20%;
	}
}

@media (max-width: 767px) {
	.gallery-columns-7 .gallery-item {
		position: relative;
		min-height: 1px;
		padding-right: 5px;
		padding-left: 5px;
		float: left;
		width: 25%;
	}
}

.gallery-columns-8 .gallery-item {
	position: relative;
	min-height: 1px;
	padding-right: 5px;
	padding-left: 5px;
	float: left;
	width: 12.5%;
}

@media (max-width: 991px) {
	.gallery-columns-8 .gallery-item {
		position: relative;
		min-height: 1px;
		padding-right: 5px;
		padding-left: 5px;
		float: left;
		width: 20%;
	}
}

@media (max-width: 767px) {
	.gallery-columns-8 .gallery-item {
		position: relative;
		min-height: 1px;
		padding-right: 5px;
		padding-left: 5px;
		float: left;
		width: 25%;
	}
}

.gallery-columns-9 .gallery-item {
	position: relative;
	min-height: 1px;
	padding-right: 5px;
	padding-left: 5px;
	float: left;
	width: 11.11111%;
}

@media (max-width: 991px) {
	.gallery-columns-9 .gallery-item {
		position: relative;
		min-height: 1px;
		padding-right: 5px;
		padding-left: 5px;
		float: left;
		width: 20%;
	}
}

@media (max-width: 767px) {
	.gallery-columns-9 .gallery-item {
		position: relative;
		min-height: 1px;
		padding-right: 5px;
		padding-left: 5px;
		float: left;
		width: 25%;
	}
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	margin: 0 0 0 5px;
	max-height: 50%;
	opacity: 0;
	padding: 6px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	width: calc(100% - 10px);
	-webkit-transition: opacity 0.18s ease;
	transition: opacity 0.18s ease;
}

.gallery-caption:before {
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

/* WordPress Classes
=================================== */
/* Alignment */
.alignnone {
	margin: 5px 0 20px 0;
}

p .alignnone {
	margin-bottom: 0;
}

.aligncenter {
	display: block;
	margin: 7px auto 7px auto;
}

.alignright {
	float: right;
	margin: 7px 0 7px 24px;
}

.alignleft {
	float: left;
	margin: 7px 24px 7px 0;
}

/* Captions */
.wp-caption {
	max-width: 100%;
	margin-bottom: 30px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	padding: 0;
	width: auto;
}

.wp-caption .wp-caption-text {
	font-size: 12px;
	line-height: 17px;
	margin: 3px 0 5px;
	padding: 5px 0 0 0;
	text-align: left;
	font-style: italic;
}

.sticky {
	/* Provide sticky styles */
}

/* -----------------------------------------
  09.  MOBILE MENU
----------------------------------------- */
#mobilemenu {
	display: none;
}

@media (max-width: 991px) {
	#mobilemenu {
		display: block;
	}
}

.mobile-trigger {
	display: none;
	text-transform: uppercase;
	font-size: 20px;
	color: #575757;
	font-weight: 500;
	letter-spacing: -0.05em;
}

.mobile-trigger:hover, .mobile-trigger:active, .mobile-trigger:focus {
	color: #575757;
}

/* -----------------------------------------
	10. External Plugins
----------------------------------------- */
/* Jetpack Sharing */
.sharedaddy {
	margin-top: 30px;
}

/* WP Instagram */
.null-instagram-feed p {
	padding-top: 10px;
}

.widget .instagram-pics {
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget .instagram-pics::after {
	content: "";
	display: table;
	clear: both;
}

.widget .instagram-pics li {
	border-bottom: 0;
	padding: 0;
	float: left;
	width: 33.33333333333%;
}

.widget .instagram-pics li a {
	display: block;
	color: #707070;
}

/* Elementor Styles */
.elementor .elementor-widget .item {
	margin-bottom: 0;
}

.elementor .elementor-widget .item > a {
	text-align: center;
}

/* -----------------------------------------
	11. Global Mediaqueries
----------------------------------------- */
@media (max-width: 991px) {
	.nav {
		display: none;
	}
	.mobile-trigger {
		display: inline-block;
	}
	.sidebar {
		margin-top: 90px;
	}
}

@media (max-width: 767px) {
	.header {
		padding: 50px 0;
	}
	.widget {
		margin-bottom: 35px;
	}
	.widget-container .widget {
		margin-bottom: 50px;
	}
	.main {
		margin-bottom: 60px;
	}
	.sidebar {
		margin-top: 60px;
	}
	.item-content-wrap {
		opacity: 1;
		top: auto;
		bottom: 0;
	}
	.item-content {
		position: static;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
	.item-title,
	.item-subtitle {
		opacity: 1;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		top: auto;
	}
}

@media (max-width: 543px) {
	.header {
		padding: 30px 0;
	}
	.header-left {
		width: 180px;
	}
	.widget {
		margin-bottom: 30px;
	}
	.widget-container .widget {
		margin-bottom: 30px;
	}
	.main {
		margin-bottom: 40px;
	}
	.footer {
		padding-bottom: 15px;
	}
	.sidebar,
	.items-related {
		margin-top: 40px;
	}
	.entry-title {
		font-size: 20px;
	}
}
