/*
Theme Name: Christopher
Theme URI: http://themes.uxbarn.com/wp/christopher/
Description: Christopher is a portfolio & photography theme for showcasing your beautiful work. <a href="https://uxbarn.com">View more products on our website</a>.
Author: UXBARN
Author URI: https://uxbarn.com
Version: 1.0.1
License: GPL, ThemeForest Licenses
License URI: http://codex.wordpress.org/GPL, http://themeforest.net/licenses
Tags: one-column, custom-background, custom-colors, custom-menu, editor-style, featured-images, sticky-post, theme-options, threaded-comments, translation-ready
Text Domain: christopher
*/


/* Table of Content
 ==================================================
 #Reset
 #General Styles
 #Site Structures
 #Forms
 #Elements
 #Plugins and Widgets
 #Responsive
*/



/* #Reset
================================================== */
/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}



/* #General Styles
================================================== */
*:focus {
	outline: none;
}

html {
	-webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
	min-height: 100%; /* make sure it is at least as tall as the viewport */
}

body {
	background: #fff;
	color: #050505;
	font-family: 'Work Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: -0.2px;
	line-height: 1.6;
}

body.page-template-template-portfolio,
body.tax-uxbarn_portfolio_tax {
	overflow: hidden; /* will be reset in the JS code */
}

a {
	color: #050505;
	font-weight: 600;
	text-decoration: none;
	transition: .2s all;
}

a:not(.wp-block-button__link):hover {
	color: #ea3a3a;
}

h1, h2, h3, h4, h5, h6 {
	color: #050505;
	font-family: 'Cabin', sans-serif;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 0.8em;
}

h1 {
	font-size: 1.6em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1em;
}

h5 {
	font-size: 0.8em;
	text-transform: uppercase;
}

h6 {
	font-size: 0.6em;
	text-transform: uppercase;
}

address {
	font-style: italic;
}

p,
address,
dl,
pre,
table {
	margin-bottom: 1.6em;
}

p:last-child {
	margin-bottom: 0;
}

ul, ol {
	margin: 0 0 1.6em;
}

ul ul,
ul ol,
ol ul,
ol ol {
	margin-top: 0.8em;
	margin-bottom: 0.8em;
}

ul {
	list-style: square;
}

ol {
	list-style: decimal;
}

.children {
	margin-top: 0.8em;
}

li {
	margin-bottom: 0.8em;
	margin-left: 1.6em;
}

img {
	height: auto;
	max-width: 100%;
}

img.border {
	border: 1px solid #eee;
}

b,
strong {
	font-weight: 700;
}

i,
em {
	font-style: italic;
}

form {
	margin-bottom: 0;
}

code, 
kbd,
tt,
pre {
	background: #eaeaea;
	box-sizing: border-box;
	color: #050505;
	display: inline-block;
	font-family: Menlo,Consolas,Courier,monaco,monospace,serif;
	font-size: 1em;
	padding: 0 6px;
}

pre {
	box-sizing: border-box;
	overflow: auto;
	padding: 12px;
	-moz-tab-size: 4;
	-o-tab-size: 4;
	tab-size: 4;
	width: 100%;
	white-space: pre-wrap;
}

sub {
	font-size: x-small;
	vertical-align: sub;
}

sup {
	font-size: x-small;
	vertical-align: super;
}

q,
var {
	font-style: italic;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
	margin-bottom: 1.6em;
	width: 100%;
}

table th {
	font-size: 1em;
	font-weight: bold;
}

table th,
table td,
.mce-item-table th,
.mce-item-table td {
	border: 1px solid #aaa;
	box-sizing: border-box;
	padding: 1em;
	vertical-align: middle;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.6em 1.6em;
}

abbr,
acronym {
	text-transform: uppercase;
}

hr {
	border: 0;
	border-top: 1px solid #ccc;
	margin: 3.6em 0;
}

blockquote {
	box-sizing: border-box;
	border-left: 2px solid #ea3a3a;
	font-size: 1.2em;
	font-weight: 400;
	margin: 0 auto 1.6em;
	padding: 0.8em 1.6em;
}

blockquote p {
	font-size: 1em;
	font-style: italic;
	line-height: 1.8;
	margin-top: 0;
	margin-bottom: 0;
}

cite {
	font-style: normal;
	font-weight: 700;
	letter-spacing: 1px;
	margin-top: 1.6em;
	text-transform: uppercase;
}

blockquote cite {
	display: block;
	font-size: 0.7em;
}

blockquote cite::before {
	content: '―';
	padding-right: 6px;
}

mark {
	background: inherit;
	color: inherit;
}

audio {
	width: 100%;
}

big {
	font-size: larger;
}

small {
	font-size: smaller;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.visually-hidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.hidden {
	display: none !important;
}

.no-opacity {
	opacity: 0 !important;
}

.content-margin-top {
	margin-top: 4.7%; /* 90/1900 */
}

.no-padding,
.no-padding .section-content {
	padding: 0 !important;
}

.no-top-padding {
	padding-top: 0 !important;
}

.grayscale {
	-webkit-filter: grayscale(100%) opacity(.4);
	filter: grayscale(100%) opacity(.4);
}

.blur {
	-webkit-filter: blur(3px) opacity(.4);
	filter: blur(3px) opacity(.4);
}

.blur-grayscale {
	-webkit-filter: blur(3px) grayscale(100%) opacity(.4);
	filter: blur(3px) grayscale(100%) opacity(.4);
}

.display-opacity {
	opacity: 1 !important;
}

.less-opacity {
	opacity: 0.4;
}

.no-border {
	border: 0 !important;
}

.no-margin-bottom {
	margin-bottom: 0 !important;
}

.full-screen-bg {
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
}

.no-bg {
	background: none !important;
}



/*** WP Required CSS ***/
.alignleft {
	float: left;
	margin: 0 1.6em 0.8em 0;
}

.alignright {
	float: right;
	margin: 0 0 0.8em 1.6em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.aligncenter td {
	text-align: center;
}

img.aligncenter {
	display: block;
}

.alignwide {
	margin-left: -19.1%;
	margin-right: -19.1%;
	max-width: 830px;
	width: auto;
}

.alignfull {
	margin-left: -44.6%;
	margin-right: -44.6%;
	max-width: 1135px;
	opacity: 0; /* will be set to visible in the JS */
	width: auto;
}

.bypostauthor {
	width: auto;
}

/* This class is used with WP 'figure' tags */
figure {
	margin-bottom: 1.6em;
}

.wp-caption {
	margin-bottom: 1.6em;
	max-width: 100%;
}

.wp-caption-text,
.gallery-item .gallery-caption,
*[class^="wp-block-"] figcaption,
.wp-caption-dd {
	color: inherit;
	font-size: 0.85em;
	font-style: italic;
	letter-spacing: 0.1px;
	line-height: 1.6;
	margin-top: 0.8em;
	max-width: 100%;
	padding: 0 10px;
	text-align: center;
}

.says, /* .says class is used in the post comments */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	/* many screen reader and browser combinations announce broken words as they would appear visually */
	word-wrap: normal !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar */
}

.sticky .post-title::before {
	content: '\f08d';
	font-family: 'Font Awesome 5 Free';
	font-weight: 600 !important;
	margin-right: 0.8em;
}



/* #Site Structures
================================================== */
#root-container {
	margin: auto;
	padding: 5.9% 0; /* 115/1920 */
	width: 1280px;
}

#root-container.logo-center {
	padding-top: 4%;
}

#header-container {
	margin-bottom: 3.5%; /* 45/1280 */
	position: relative;
}

.logo-tagline-wrapper {
	float: right;
}

.logo-left .logo-tagline-wrapper {
	float: left;
}

.logo-center .logo-tagline-wrapper {
	float: none;
	margin-bottom: 25px;
}

.logo-center .logo-tagline-wrapper * {
	display: block;
	margin: auto;
	text-align: center;
}

.logo-center .logo-tagline-wrapper a {
	display: inline-block;
}

.logo-center .tagline {
	margin: 10px 0;
}

.logo-center .site-menu {
	float: none;
	text-align: center;
}

#header-container .logo-tagline-wrapper a,
#header-container .logo-tagline-wrapper a:hover {
	color: #050505;
}

.site-title-heading,
.site-title,
.logo-wrapper {
	display: inline-block;
	font-family: 'Cabin', sans-serif;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 4px;
	line-height: 1;
	margin-bottom: 0;
	text-align: right;
	text-transform: uppercase;
}

.site-title > span {
	color: #ea3a3a;
	display: inline !important;
}

.tagline {
	display: inline-block;
	font-family: 'Cabin', sans-serif;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 3px;
	margin-bottom: 0;
	margin-right: 25px;
	text-align: right;
	text-transform: uppercase;
	vertical-align: baseline;
}

.logo-left .tagline {
	margin-left: 25px;
	margin-right: 0;
}



/*** Menu ***/
.site-menu {
	float: left;
	opacity: 0;
}

.logo-left .site-menu {
	float: right;
}

.menu-style {
	display: inline-block;
	font-family: 'Cabin', sans-serif;
	font-size: 12px;
	letter-spacing: 2px;
	list-style: none;
	margin: 0;
	text-transform: uppercase;
}

.menu-style > li {
	display: inline;
	margin: 0;
	padding-bottom: 15px;
	position: relative;
}

.menu-style > li::after {
	content: '/';
	margin: 0 5px 0 10px;
}

/* to fix an invisible gap */
.menu-style > .menu-item-has-children::after {
	margin-left: 4px
}

.menu-style > li:last-child::after {
	display: none;
}

.menu-style > li:last-child {
	margin-right: 0;
}

.menu-style a {
	font-weight: 500;
}

.menu-style > li:hover > a,
.menu-style > li > a:hover {
	color: #ea3a3a;
}

.menu-style > .current_page_item > a,
.menu-style > .current-menu-item > a,
.menu-style > .current-menu-parent > a,
.menu-style > .current-menu-ancestor > a,
.menu-style > li.active > a {
	color: #ea3a3a;
}



.sub-menu,
.menu-list .children {
	background: #333;
	box-sizing: border-box;
	display: none;
	font-size: 12px;
	font-style: normal;
	letter-spacing: 1px;
	list-style: none;
	margin: 0;
	padding: 2.27em 0;
	position: absolute;
	top: 2.2em;
	left: -40px;
	text-transform: none;
	text-align: left;
	width: 15em;
	z-index: 99;
}

.sub-menu li,
.menu-list .children li {
	left: 0;
	display: block;
	margin: 0 0 0.6em;
	padding: 0 3em 0 3em;
	position: relative;
	word-wrap: break-word;
}

.menu-list .sub-menu a,
.menu-list .children a {
	display: block !important;
	color: #fff;
	font-weight: 400;
}

.sub-menu > li:hover > a,
.menu-list .children > li:hover > a {
	color: #ea3a3a;
}

.sub-menu .sub-menu,
.menu-list > li > .children .children {
	background: #555;
	left: 80%;
	top: -2.27em;
}



/*** Mobile Menu ***/
.slicknav_menu {
	box-sizing: border-box;
	display: none;
	letter-spacing: 1px;
}

.slicknav_menu * {
	box-sizing: border-box;
}

.slicknav_btn {
	display: inline-block;
	overflow: hidden;
	position: relative;
	vertical-align: middle;
}

.slicknav_menu .slicknav_btn,
.slicknav_menu .slicknav_btn:hover {
	color: #050505;
}

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
	margin-top: 0.188em; 
}

.slicknav_menu .slicknav_menutxt {
	display: block;
	float: left;
}

.slicknav_menu .slicknav_icon {
	float: left;
	margin: 0.4em;
}

.slicknav_menu .slicknav_icon:before {
	background: transparent;
	width: 1.125em;
	height: 0.875em;
	display: block;
	content: '';
	position: absolute;
}

.slicknav_menu .slicknav_no-text {
	margin: 0;
}

.slicknav_menu .slicknav_icon-bar {
	background-color: #050505;
	display: block;
	width: 1em;
	height: 2px;
	transition: .2s all;
}

.slicknav_menu:before {
	content: ' ';
	display: table;
}

.slicknav_menu:after {
	content: ' ';
	display: table;
	clear: both;
}

.slicknav_nav {
	background: #050505;
	letter-spacing: 1px;
	list-style: none;
	margin: 1em auto;
	overflow: hidden;
	padding: 0.5em 2em;
	text-align: left;
	width: 320px;
}

.slicknav_nav ul {
	display: block;
	list-style: none;
	overflow: hidden;
	padding: 0;
	margin: 0 0 0 20px;
}

.slicknav_nav li {
	display: block;
	border-bottom: 1px solid rgba(242,245,247,0.3);
	margin: 0;
	padding: 0.5em 0;
}

.slicknav_nav li:last-child {
	border: 0;
}

.slicknav_nav .slicknav_arrow {
	font-size: 0.8em;
	margin: 0 0 0 0.4em;
}

.slicknav_nav .slicknav_item {
	cursor: pointer;
}

.slicknav_nav .slicknav_item a {
	display: inline;
	padding: 0;
	margin: 0;
}

.slicknav_nav .slicknav_row {
	display: block;
}

.slicknav_nav a {
	display: block;
	text-decoration: none;
}

.slicknav_nav a {
	color: #fff;
}

.slicknav_nav .slicknav_parent-link a {
	display: inline;
}

.slicknav_nav .slicknav_txtnode {
	margin-left: 15px;
}

.slicknav_nav .slicknav_parent-link a {
	padding: 0;
	margin: 0;
}

.slicknav_nav .sub-menu {
	background: none;
	position: static;
	width: auto;
}

.slicknav_nav .sub-menu a {
	font-weight: 400;
}



/*** Search Button and Panel ***/
.search-icon-button {
	font-size: 10px;
	opacity: 0.6;
	vertical-align: middle;
}

.search-button-wrapper {
	display: inline-block;
	margin-left: 15px;
	position: relative;
}

.search-button-wrapper a {
	font-weight: 400;
	position: relative;
}

/* This extends the clickable area of the button */
.search-button-wrapper a::before,
#search-close-button::before {
	content: '';
	position: absolute;
	top: -10px;
	right: -10px;
	bottom: -10px; 
	left: -10px;
}

#search-panel-wrapper .search-submit {
	display: none;
	float: none;
}

#search-panel-wrapper {
	background: rgb(255,255,255);
	background: rgba(255,255,255,1);
	display: none;
	font-size: 5em;
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
}

#inner-search-panel {
	height: 100%;
	position: relative;
	width: 100%;
}

#search-close-button {
	color: #050505;
	font-size: 0.5em;
	line-height: 0;
	position: absolute;
	right: 10%;
	top: 10%;
}

#search-panel-wrapper .search-form {
	text-align: center;
	position: absolute;
	top: 40%;
	transform: translateY(-50%);
	width: 100%;
}

#search-panel-wrapper .search-field {
	background: none;
	border: 0;
	border-bottom: 1px solid;
	font-size: 1em;
	padding: 0;
	text-align: center; 
	width: 80%;
}



/*** Content Area ***/
main {
	font-size: 14px; /* base font size for content area */
}

#main-container {
	margin-bottom: 8.9%; /* 115/1280 */
}

.content-style {
	background: #F8F8F8;
	box-shadow: 15px 15px 0 0 #888888;
}

.hover-style {
	box-shadow: 15px 15px 0 0 #050505;
	transition: .2s all;
}

.hover-style:hover {
	box-shadow: 10px 10px 0 0 #ea3a3a;
}

.hover-style.no-movement:hover {
	box-shadow: 15px 15px 0 0 #ea3a3a;
}

.no-shadow-effect .hover-style,
.no-shadow-effect .hover-style:hover,
.no-shadow-effect .content-style {
	box-shadow: none;
	transform: none;
}

.content-border {
	box-sizing: border-box;
	border: 1px solid #ccc;
	padding: 4.6% 5.58% 5.8%; /* 60,70,75/1280 */
}

.content-width {
	margin: auto;
	width: 600px;
}



.post-content-container,
.list-wrapper.col1 .post-content-container {
	padding: 7.4% 0; /* 85/1140 */
}

.post-image img {
	display: block;
	opacity: 0; /* will be made visible in the JS code */
}

.post-content,
.list-wrapper.col1 .post-content {
	margin-bottom: 7.5%; /* 45/600 */
}

.post-title,
.list-wrapper.col1 .post-title {
	font-size: 1.57em; /* 22/14 */
}

.section-title {
	font-size: 1.1em;
}

.post-title,
.section-title {
	letter-spacing: 2px;
	text-transform: uppercase;
	word-wrap: break-word;
}



/* All elements related to the masonry grid layout */
.list-wrapper,
.inner-portfolio-list,
.portfolio-format-content {
	margin: 0 -1.9%;
}

.list-wrapper .post-item,
.portfolio-item,
.image-wrapper {
	float: left;
	margin-bottom: 3.7%; /* 45/1185 */
	padding: 0;
	
	/* will be made visible in the JS code */
	opacity: 0;
	visibility: hidden;
	
	transition: .2s all; /* this also fixes flicking animation on Chrome when displaying items */
}

.list-wrapper .post-item,
.portfolio-item,
.portfolio-item-list .portfolio-item.half,
.image-wrapper,
.portfolio-format-content .image-wrapper.half {
	width: 46.426%; /* 547/1185 */
}

.list-wrapper .post-item,
.list-wrapper .hover-style.no-movement:hover,
.portfolio-item,
.inner-portfolio-list .hover-style.no-movement:hover,
.image-wrapper {
	margin: 0 1.8% 3.7%; /* 22.5/1140 */
	transform: none;
}

.hover-style:hover {
	transform: translate( 5px, 5px );
}

.list-wrapper.col1 .post-item,
.col1 .portfolio-item,
.portfolio-item-list .portfolio-item.full-width,
.col1 .image-wrapper,
.portfolio-format-content .image-wrapper.full-width {
	width: 96.33%; /* ~1140/1185 */
}

.list-wrapper.col1 .post-item,
.search-results .top-section.post-item,
.col1 .portfolio-item,
.col1 .image-wrapper {
	margin-bottom: 5.9%; /* 70/1185 */
}

.list-wrapper.col3 .post-item,
.col3 .portfolio-item,
.portfolio-item-list .portfolio-item.one-third,
.col3 .image-wrapper,
.portfolio-format-content .image-wrapper.one-third {
	width: 29.67%;
}

.portfolio-item-list .portfolio-item.two-third,
.portfolio-format-content .image-wrapper.two-third {
	width: 62.9%;
}

.list-wrapper .post-image {
	margin: 0;
}

.list-wrapper .post-content-container,
.archive-top-section-style .post-content-container {
	padding: 10.9% 12.7%; /* 60,70/547 */
}

.list-wrapper .post-title,
.archive-top-section-style .post-title {
	font-size: 1.14em;
}



.post-meta-wrapper {
	box-sizing: border-box;
	display: inline-block;
	overflow: hidden;
	text-transform: uppercase;
}

.post-meta-wrapper,
.post-meta-wrapper a,
.post-meta li::after {
	font-weight: 400;
}

.post-meta {
	list-style: none;
	margin: 0;
}

.post-meta li,
.portfolio-related-work .related-category {
	display: inline-block;
	margin: 0;
}

.post-meta li::after {
	content: '/';
	margin: 0 8px;
}

.post-meta li:last-child::after,
.portfolio-related-work .related-category:last-child::after {
	display: none;
}

.post-meta-wrapper,
.post-categories-tags-wrapper {
	font-size: 0.85em; /* 12/14 */
	letter-spacing: 1px;
}

.post-categories-tags-wrapper {
	clear: both;
	margin-bottom: 4%;
	margin-top: 8%;
}

.meta-others {
	overflow: hidden;
	text-transform: uppercase;
}

.meta-others .meta-title::after,
.meta-others li::after,
.single .meta-others li::after,
.portfolio-related-work .related-category::after {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	vertical-align: baseline;
}

.meta-others .meta-title::after {
	content: ':';
	margin-left: -5px;
}

.meta-others li::after,
.portfolio-related-work .related-category::after {
	content: ',';
	margin: 0 5px 0 0;
}



/*** Comments ***/
#comments {
	margin-top: 5.2%;
	padding: 5.2% 0;
}

.comment-reply-title {
	font-size: 1.14em; /* 16/14 */
	font-weight: 700;
	margin-top: -4px;
}

#cancel-comment-reply-link {
	color: #050505;
	float: right;
	font-size: 0.8em; /* 11/16 */
	font-weight: 400;
	letter-spacing: inherit;
	margin-top: 0.45em; /* 5/11 */
}

.comment-list {
	list-style: none;
	margin-left: 0;
	margin-bottom: 6%;
}

.comment-list > .comment,
.comment-list > .pingback {
	margin-bottom: 0;
	margin-left: 0; 
}

.comment-list .children {
	list-style: none;
}

.comment-body {
	box-sizing: border-box;
	padding: 2em 0;
}

.comment-list > li:first-child > .comment-body {
	border-top: 0;
	padding-top: 0;
}

.comment-author-avatar {
	float: left;
	margin-right: 3.6%;
	width: 16.7%;
}

.comment-content-wrapper {
	float: left;
	width: 79.7%
}

.pingback .comment-content-wrapper {
	width: 100%;
}

.comment-meta a {
	border: 0;
	font-weight: 400;
	padding-bottom: 0;
}

.comment-author,
.comment-author a {
	font-weight: 600;
	letter-spacing: 0;
	margin-bottom: 3px;
	margin-top: 0;
	text-transform: none;
}

.comment-date {
	font-size: 0.83em;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.comment-date a {
	font-weight: 400 !important;
}

.comment-content {
	margin: 1em 0;
}

.comment-awaiting-moderation {
	font-style: italic;
}

.comment-edit-link {
	float: right;
	font-style: normal;
	font-weight: 700;
	line-height: 1;
}

.comment-content:last-child p {
	margin-bottom: 0;
}

.reply a {
	border: 1px solid !important;
	font-weight: 400 !important;
	letter-spacing: 0.5px;
	padding: 0.4em 0.9em;
}

#comments.no-comments .comment-respond {
	margin-top: 0;
}

p.no-comments {
	font-style: italic;
	margin-bottom: 0;
}

.comment-respond {
	box-sizing: border-box;
	/*border-top: 1px solid #a7a7a7;*/
	margin-top: 0;
	padding: 2em 0;
}

.no-comments .comment-respond {
	border: 0;
}

.comment-form label {
	display: block;
}

.comment-form textarea {
	width: 100%;
}

.form-submit {
	margin-bottom: 0;
}

.comment-navigation,
.comments-pagination {
	box-sizing: border-box;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	font-size: 14px;
	letter-spacing: 1px;
	margin-bottom: -1px;
	overflow: hidden;
	padding: 1.8em 1em;
	text-transform: uppercase;
	text-align: center;
}

.comments-pagination .current {
	color: #333;
}

.comments-pagination .page-numbers {
	margin: 0 0.2em;
}

.comment-navigation {
	font-size: 12px;
	padding: 1.8em 0;
	text-align: left;
}

.comment-navigation a {
	font-weight: 600;
	padding: 0.6em 0.8em;
}

.comment-navigation .nav-previous,
.comment-navigation .nav-next {
	display: inline-block;
	margin: 0;
}

.comment-navigation .nav-previous {
	float: right;
	text-align: right;
}

.comment-navigation .nav-next {
	float: none;
}

.comment-navigation .nav-previous a::after,
.comment-navigation .nav-next a::before {
	font-family: 'Font Awesome 5 Free';
}

.comment-navigation .nav-previous a::after {
	content: '\f061';
	margin-left: 6px;
}

.comment-navigation .nav-next a::before {
	content: '\f060';
	margin-right: 6px;
}

.comment-list .pingback {
	font-style: italic;
}



/*** Pagination ***/
.numbers-pagination,
.next-prev-pagination {
	padding-top: 6.1%; /* 70/1140 */
}

.next-prev-pagination {
	letter-spacing: 1px;
	overflow: hidden;
	text-transform: uppercase;
}

.next-posts {
	float: right;
}

.next-posts i {
	margin-left: 10px
}

.prev-posts {
	float: left;
}

.prev-posts i {
	margin-right: 10px
}

.numbers-pagination {
	box-sizing: border-box;
	text-align: right;
	text-transform: uppercase;
	width: 100%;
}

.numbers-pagination .current,
.numbers-pagination a {
	margin-left: -0.33em;
	padding: 0.66em 0.66em;
}

.numbers-pagination .current::after,
.numbers-pagination a::after {
	font-weight: 400;
}

.numbers-pagination .current:last-child::after,
.numbers-pagination a:last-child::after {
	content: '';
}

.numbers-pagination .current {
	opacity: 0.7;
}

.numbers-pagination .next {
	padding-right: 0;
}

.numbers-pagination .prev {
	padding-left: 0;
}

.numbers-pagination a:first-child,
.numbers-pagination .current:first-child {
	margin-left: -15px;
}

.list-wrapper .numbers-pagination .current:first-child {
	margin-left: -4px;
}



/*** Post Pagination ***/
.page-links {
	clear: both;
	font-weight: 400;
	margin-top: 50px;
	margin-bottom: 50px;
}

.page-links > span {
	margin: 0 8px;
}

.page-links > span:first-child {
	margin: 0;
}

.page-links a {
	margin: 0 6px;
}



/*** Post Navigation ***/
.next-prev-post-navigation {
	box-sizing: border-box;
	margin: 3.9% auto; /* 45/1140 */
	position: relative;
	word-wrap: break-word;
}

.single-uxbarn_portfolio .next-prev-post-navigation,
.portfolio-related-work {
	border-top: 1px solid #ccc;
	margin: 8.3% auto 0; /* 95/1135 */
	padding-top: 8.3%; /* 95/1135 */
}

.single-uxbarn_portfolio .no-format-content .next-prev-post-navigation {
	border-top: 0;
	padding-top: 0;
}

.next-prev-post-navigation a {
	display: block;
	overflow: hidden;
	padding: 4.3%; /* 25/570 */
}

.nav-previous,
.nav-next {
	width: 48%;
}

.nav-previous {
	float: left;
}

.nav-next {
	float: right;
}

.nav-post-image {
	width: 16%;
}

.nav-previous .nav-post-image {
	float: left;
	margin-right: 5.6%;
}

.nav-next .nav-post-image {
	float: right;
	margin-left: 5.6%;
}

.nav-post-image img {
	display: block;
	max-width: 100%;
}

.nav-title-group {
	width: 76.1%;
}

.nav-previous .nav-title-group {
	float: left;
}

.nav-next .nav-title-group {
	float: right;
	text-align: right;
}

.nav-title {
	font-size: 1.14em; /* 16/14 */
	letter-spacing: 2px;
	line-height: 1.2;
	text-transform: uppercase;
}

.nav-subtitle {
	display: block;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.nav-next .nav-subtitle {
	text-align: right;
}



/*** Archive ***/
.archive-top-section-style {
	background: #050505;
	text-align: center;
}

.archive-top-section-style,
.archive-top-section-style .post-title,
.archive-top-section-style .nav-title {
	color: #fff;
}

.top-section .post-title-wrapper:last-child .post-title,
.archive-top-section-style .post-content {
	margin: 0;
}

.archive-top-section-style .post-content {
	font-size: 0.85em;
}



/*** Portfolio ***/
.page-template-template-portfolio #main-container,
.tax-uxbarn_portfolio_tax #main-container {
	height: 40vh; /* will be reset in the JS */
	padding-bottom: 3%;
	position: relative;
	width: 86.3%; /* 1105/1280 */
}

.page-template-template-portfolio #main-container.no-category-menu,
.tax-uxbarn_portfolio_tax #main-container.no-category-menu {
	width: auto;
}

.portfolio-loading-wrapper {
	margin-top: 10%;
	position: relative;
	width: 100%;
}

.portfolio-loading {
	margin: auto;
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translateY(-50%);
	transform: translateX(-50%);
	width: 120px;
}

.single-uxbarn_portfolio .portfolio-loading-wrapper {
	margin-top: 18%;
}

.single-uxbarn_portfolio .portfolio-loading-wrapper,
.single-uxbarn_portfolio .portfolio-loading {
	position: static;
	transform: none;
	text-align: center;
}

.loading-text {
	display: block;
	font-size: 0.78em; /* 11/14 */
	letter-spacing: 2px;
	margin-bottom: 0.6em;
	text-align: center;
	text-transform: uppercase;
}

.loading-bar {
	background: #ccc;
	height: 3px;
	position: relative;
}

.progress-bar {
	background: #ea3a3a;
	position: absolute;
	height: 3px;
	width: 0;
	transition: all 500ms cubic-bezier(0.230, 1.000, 0.320, 1.000); /* easeOutQuint */
}



.portfolio-category-wrapper {
	box-sizing: border-box;
	background: #f8f8f8;
	opacity: 0; /* will be made visible in the JS */
	padding: 4.6%;
	position: absolute;
	right: 0;
	top: 0;
	width: 17.8%; /* 190/1105 */
}

.portfolio-category-wrapper.fixed-position {
	position: fixed;
}

.portfolio-category-wrapper,
.active-portfolio-category-title,
.portfolio-category-wrapper a,
.portfolio-item-title {
	font-family: 'Cabin', sans-serif;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}

.active-portfolio-category-title {
	color: #ea3a3a;
	font-weight: 700;
}

.portfolio-categories {
	list-style: none;
	margin: 0;
}

.portfolio-categories li {
	line-height: 1.2;
	margin-left: 0;
}

.portfolio-categories li:last-child {
	margin-bottom: 0;
}



/* This fixes the issue of the grid display when the first item is larger than the rest */
.grid-sizer {
	width: 1px;
}

.portfolio-item a,
.portfolio-item img {
	display: block;
}

.portfolio-item-title {
	background: #050505;
	color: #fff;
	font-size: 10px;
	margin: 0;
	opacity: 0;
	padding: 5px 15px;
	position: absolute;
	right: 15px;
	bottom: 15px;
	transition: .3s all;
}

.portfolio-item:hover .portfolio-item-title {
	opacity: 1;
}



/*** Portfolio Single ***/
.portfolio-content-wrapper,
.page-template-template-portfolio .post-item {
	margin-bottom: 5.2%;
}

.no-format-content .portfolio-content-wrapper {
	margin-bottom: 0;
}

.portfolio-format-item.video-format {
	margin: 0 1.9% 3.7%;
}

.image-wrapper,
.portfolio-format-item.video-format {
	opacity: 0;
	visibility: hidden;
}

.page-template-template-portfolio .post-item {
	display: none;
	opacity: 0;
}

#content-container .post-password-required {
	display: block;
	opacity: 1;
}

.image-wrapper a,
.image-wrapper img {
	display: block;
	vertical-align: top;
}

.image-caption,
.video-caption {
	box-sizing: border-box;
	font-family: inherit;
	font-size: 0.92em;
	font-style: italic;
	margin: 2.4em auto 0;
	text-align: center;
	width: 50%;
}

.portfolio-related-work {
	padding-top: 6.9%;
	text-align: center;
}



.fancybox-caption {
	font-family: 'Work Sans', sans-serif;
	font-size: 0.92em;
	font-style: italic;
	text-align: center;
}

.fancybox-is-open .fancybox-bg {
	opacity: 1;
}

.fancybox-container {
	z-index: 999999;
}



.post-password-form {
	margin-bottom: 1.6em;
}



.copyright-social-wrapper {
	margin-top: 45px;
	text-align: center;
}

.copyright-social-wrapper:only-child {
	margin-top: -45px;
}

.copyright {
	margin-bottom: 1em;
}



.social-icons {
	font-size: 16px;
	list-style: none;
	margin: 0;
	overflow: hidden;
}

.footer-container .social-icons a {
	border: 0;
	font-weight: 400 !important;
	padding: 0;
}

.social-icons li {
	margin-left: 15px;
	display: inline;
}

.social-icons li:first-child {
	margin-left: 0;
}

.social-links li {
	display: inline;
	margin: 0;
	word-wrap: break-word;
}

.social-links li::after {
	content: '/';
	margin: 0 5px;
}

.social-links li:last-child::after {
	display: none;
}

.social-links li:last-child {
	margin-right: 0;
}




.search-results .post-content {
	margin-bottom: 0;
}



/* #Forms
================================================== */
input,
textarea,
button,
select {
	box-sizing: border-box;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	padding: 0.6em;
	max-width: 100%;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
input[type="number"],
input[type="url"],
input[type="tel"],
textarea,
select {
	border: 1px solid #ccc;
	transition: border-color .2s;
}

/* Ignore default styles when viewing on Safari */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
input[type="number"],
input[type="url"],
input[type="tel"],
textarea,
input[type="button"],
input[type="submit"],
.post-item .button {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	font-weight: inherit;
}

select {
	min-width: 100px;
}

input[type="button"],
input[type="submit"],
button,
a.button,
.post-item .button {
	background: #050505;
	border: 0;
	color: #fff;
	cursor: pointer;
	letter-spacing: 0.5px;
	margin-bottom: 1.6em;
	padding: 0.6em 2em;
	transition: background .2s;
}

.dummy-sub-form input,
.widget_search input[type="search"] {
	margin-bottom: 1.625em;
}

.search-field {
	width: 60%;
}

.widget-item .search-field {
	display: block;
	margin: 0 0 1.6em;
	width: 90%;
}

.comment-form-cookies-consent input {
	margin: 0 0.6em 0 0;
	vertical-align: middle;
}

.comment-form-cookies-consent label {
	display: inline;
}



/* #Elements
================================================== */
.fluid-width-video-wrapper {
	padding-top: 56.15% !important;
	width: 100.3% !important;
}

.video-wrapper {
	margin-bottom: 18px;
	overflow: hidden;
	position: relative;
	padding: 0;
	padding-bottom: 56.25% !important; /* 16:9 ratio*/
	max-width: 99.9%;
}

.video-wrapper:last-child {
	margin-bottom: 0;
}

.video-wrapper iframe {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.post-content .video-wrapper {
	margin-bottom: 1.6em;
}

.wp-block-embed .video-wrapper {
	margin-bottom: 0;
}




/*** WP Gallery ***/
.gallery {
	margin: 0;
	margin-bottom: 1.6em;
}

.gallery-item {
	display: inline-block;
	margin: 0;
	margin-bottom: 1.6em;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-item a {
	border: 0;
}

.gallery-icon {
	line-height: 0;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}



.wp-playlist-item,
.wp-playlist-item-length {
	padding: 0.8em;
}



/*** Gutenberg Elements ***/

*[class^="wp-block-"] {
	margin-bottom: 1.6em;
}


/* Media */
.wp-block-image img {
	display: block;
}


/* Quote & Pullquote */
.wp-block-pullquote {
	border: 0;
	border-top: 2px solid #ea3a3a;
	border-bottom: 2px solid #ea3a3a;
	position: relative;
}

.wp-block-pullquote > p {
	font-size: 1em;
}

.wp-block-quote.is-large, 
.wp-block-quote.is-style-large {
	margin: 0 auto 1.6em;
	padding: 0.8em 1.6em;
}

.wp-block-quote cite,
.wp-block-pullquote cite,
.wp-block-quote.is-large cite, 
.wp-block-quote.is-large footer, 
.wp-block-quote.is-style-large cite, 
.wp-block-quote.is-style-large footer {
	text-align: inherit;
}


/* Button */
.wp-block-button .wp-block-button__link,
.wp-block-file__button {
	box-sizing: border-box;
	border: 0;
	cursor: pointer;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	letter-spacing: 0.5px;
	line-height: inherit;
	max-width: 100%;
	padding: 0.6em 2em;
	transition: background .2s;
}

.wp-block-button__link:not(.has-background),
.wp-block-button__link:not(.has-background):active,
.wp-block-button__link:not(.has-background):focus,
.wp-block-button__link:not(.has-background):hover,
.wp-block-file__button,
.wp-block-file__button:hover {
	background: #050505;
}

.wp-block-button__link:not(.has-text-color),
.wp-block-button__link:not(.has-text-color):active,
.wp-block-button__link:not(.has-text-color):focus,
.wp-block-button__link:not(.has-text-color):hover,
.wp-block-file__button,
.wp-block-file__button:hover {
	color: #fff;
}

.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background), 
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):active, 
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):focus, 
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):hover {
	background: none;
	border-color: #050505;
}

.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color), 
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):active, 
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):focus, 
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):hover {
	color: #050505;
}



/* File */
.wp-block-file a.wp-block-file__button:active, 
.wp-block-file a.wp-block-file__button:focus, 
.wp-block-file a.wp-block-file__button:hover, 
.wp-block-file a.wp-block-file__button:visited {
	opacity: 1;
}



/* Gallery */
.wp-block-gallery .blocks-gallery-image figcaption, 
.wp-block-gallery .blocks-gallery-item figcaption {
	box-sizing: border-box;
	font-size: 0.85em;
	margin-top: 0;
}



/* Latest Posts */
.wp-block-latest-posts.is-grid {
	list-style: none;
}

.wp-block-latest-posts.is-grid li {
	margin-left: 0;
}

.wp-block-latest-posts__post-date {
	color: inherit;
	font-size: 11px;
	letter-spacing: 1px;
}



/* Comments */
.wp-block-latest-comments li {
	margin-left: 0;
}

.wp-block-latest-comments__comment-meta,
.wp-block-latest-comments__comment-date {
	margin-bottom: 0;
}

.wp-block-latest-comments__comment-date {
	color: inherit;
	font-size: 0.83em;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.wp-block-latest-comments__comment {
	font-size: 1em;
}



/* #Plugins and Widgets
================================================== */
/* Footer */
.footer-container {
	box-sizing: border-box;
	font-size: 12px;
	letter-spacing: 0;
	padding: 0 5.4%; /* 70/1280 */
	position: relative;
	width: 100%;
}

.inner-footer-container {
	box-sizing: border-box;
	overflow: hidden;
	padding: 5.4% 5.4% 0; /* 70/1280 */
	width: 100%;
}

.widget-column {
	float: left;
	margin-bottom: 0;
	margin-right: 6.8%; /* ~65 */
}

.widget-column:last-child {
	margin-right: 0;
}

.widget-item li:last-child,
.widget-item table:last-child {
	margin-bottom: 0;
}

/* 1 column */
.footer-container .widget-item {
	margin-bottom: 8%;
	max-width: 100%;
}

.w12.widget-column {
	width: 100%;
}

/* 2 columns */
.w6.widget-column {
	width: 46.2%; /* ~435 */
}

.w6 .widget-item {
	margin-bottom: 15%;
}

/* 3 columns */
.w4.widget-column {
	width: 28.7%; /* ~270 */
}

.w4 .widget-item {
	margin-bottom: 24%;
}

/* 4 columns */
.w3.widget-column {
	width: 19.6%; /* ~185 */
}

.w3 .widget-item {
	margin-bottom: 36%;
}

.footer-container .widget-title {
	font-size: 12px;
	letter-spacing: 2px;
	margin-bottom: 2.8em;
	position: relative;
	text-transform: uppercase;
}

.footer-container .widget-title::after {
	border-top: 1px solid;
	content: '';
	opacity: 0.2;
	position: absolute;
	left: 0;
	bottom: -1.4em;
	width: 100%;
}

.footer-container .widget-title > a {
	border: 0;
	padding: 0;
}



/*** WP Widgets ***/
.widget_categories > ul,
.widget_archive > ul,
.widget_recent_entries > ul,
.widget_pages > ul,
.widget_meta > ul,
.widget_recent_comments > ul,
.widget_rss > ul,
.widget_nav_menu .menu {
	list-style: none;
	margin: 0;
}

.widget_categories > ul > li,
.widget_archive > ul > li,
.widget_recent_entries > ul > li,
.widget_pages > ul > li,
.widget_meta > ul > li,
.widget_recent_comments > ul > li,
.widget_rss > ul > li,
.widget_nav_menu .menu > li {
	margin-left: 0;
}

.widget_recent_entries .post-date {
	display: block;
	font-size: 10px;
	font-style: normal;
	letter-spacing: 1px;
	margin-top: 4px;
	text-transform: uppercase;
}

.w3 .widget_search .search-field {
	width: 100%;
}

#wp-calendar th,
#wp-calendar td {
	padding: 0;
	text-align: center;
}



/*** Contact Form 7 ***/
.wpcf7 .wpcf7-text,
.wpcf7 .wpcf7-textarea {
	display: block;
}

.wpcf7 .wpcf7-textarea {
	width: 100%;
}

.wpcf7-form-control-wrap {
	display: block;
}

#content-container .wpcf7-not-valid {
	border-color: red;
}

span.wpcf7-not-valid-tip,
div.wpcf7-response-output {
	border: 0;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}

span.wpcf7-not-valid-tip {
	color: red;
	margin-top: 6px;
	width: 100%;
}

div.wpcf7-response-output {
	font-size: 10px;
	margin: 0;
	padding: 0;
}

div.wpcf7-validation-errors {
	color: red;
}

div.wpcf7-mail-sent-ok {
	color: green;
}



/* #Responsive
================================================== */
@media only screen and (max-width: 1360px) {
	
	#root-container {
		width: 1000px;
	}
	
	.alignwide {
		margin-left: -11.6%;
		margin-right: -11.6%;
		max-width: 750px;
	}
	
}

@media only screen and (max-width: 1100px) {
	
	#root-container {
		width: 750px;
	}
	
	.content-width {
		width: 450px;
	}
	
	#root-container .logo-tagline-wrapper {
		float: none;
		margin-bottom: 25px;
	}

	.site-title-heading, 
	.site-title, 
	.logo-wrapper,
	.tagline {
		display: block;
		margin: auto;
		text-align: center;
	}

	.tagline {
		margin: 10px 0;
	}

	#root-container .site-menu {
		float: none;
		text-align: center;
	}
	
	.footer-container {
		padding: 0;
	}
	
	
	
	.page-template-template-portfolio #main-container, 
	.tax-uxbarn_portfolio_tax #main-container {
		width: 100%;
	}

	#root-container .portfolio-category-wrapper {
		margin-bottom: 5%;
		position: static;
		width: 100%;
		opacity: 1;
		visibility: visible;
	}
	
	.portfolio-categories {
		text-align: center;
	}

	.portfolio-categories li {
		display: inline;
		margin: 0;
		padding-bottom: 15px;
		position: relative;
		word-wrap: break-word;
	}

	.portfolio-categories li::after {
		content: '/';
		margin: 0 10px 0;
	}

	.portfolio-categories li:last-child::after {
		display: none;
	}

	.active-portfolio-category-title {
		display: inline;
	}
	
	
	.wp-block-cover-image {
		min-height: 300px;
	}
	
	
	
	#search-panel-wrapper .search-form {
		top: 30%;
	}
	
	#search-panel-wrapper {
		font-size: 4em;
	}
	
}

@media only screen and (max-width: 800px) {

	#root-container {
		width: 95%;
	}
	
	.content-style {
		box-shadow: 10px 10px 0 0 #888888;
	}

	.hover-style {
		box-shadow: 10px 10px 0 0 #050505;
	}

	.hover-style:hover {
		box-shadow: 5px 5px 0 0 #ea3a3a;
	}

	.hover-style.no-movement:hover {
		box-shadow: 10px 10px 0 0 #ea3a3a;
	}
	
	
	
	.post-title, 
	.list-wrapper.col1 .post-title {
		font-size: 1.4em;
	}
	
}

@media only screen and (max-width: 767px) {

	.slicknav_menu {
		display: inline-block;
	}
	
	.search-icon-button {
		opacity: 1;
	}
	
	.menu-list {
		display: none;
	}
	
	.content-border {
		border: 0;
		padding: 0;
	}
	
	
	
	.nav-previous,
	.nav-next {
		float: none;
		width: 100%;
	}

	.nav-previous {
		margin-bottom: 4%;
	}

	.nav-next {
		margin-top: 4%;
	}
	
	.numbers-pagination {
		text-align: center;
	}
	
	
	
	.portfolio-loading-wrapper {
		margin-top: 20%;
	}
	
	
	
	.footer-container .widget-column {
		float: none;
		width: 100%;
	}

	.footer-container .widget-item {
		margin-bottom: 12% !important;
	}
	
	.copyright-social-wrapper {
		text-align: center;
	}

	.copyright {
		margin-bottom: 1em;
	}
	
	.copyright,
	.social-network-wrapper {
		float: none;
		text-align: center;
	}
	
	
	
	#search-panel-wrapper {
		font-size: 3em;
	}
	
	#search-panel-wrapper .search-field {
		font-size: 0.7em;
	}
	
}

@media only screen and (max-width: 600px) {
	
	.content-width {
		width: 90%;
	}
	
	.content-style {
		box-shadow: 5px 5px 0 0 #888888;
	}

	.hover-style {
		box-shadow: 5px 5px 0 0 #050505;
	}

	.hover-style:hover {
		box-shadow: 2px 2px 0 0 #ea3a3a;
	}

	.hover-style.no-movement:hover {
		box-shadow: 5px 5px 0 0 #ea3a3a;
	}
	
	
	
	.alignwide {
		margin-left: auto;
		margin-right: auto;
	}
	
	
	
	.post-title, 
	.list-wrapper.col1 .post-title {
		font-size: 1.2em !important;
	}
	
	
	
	.wp-caption-text, 
	.gallery-item .gallery-caption,
	*[class^="wp-block-"] figcaption, 
	.wp-caption-dd {
		padding: 0 10px;
	}
	
	.list-wrapper.col3 .post-item, 
	.col3 .portfolio-item, 
	.portfolio-item-list .portfolio-item.one-third, 
	.col3 .image-wrapper, 
	.portfolio-format-content .image-wrapper.one-third {
		width: 46.403%;
	}
	
	.portfolio-item-list .portfolio-item.two-third, 
	.portfolio-format-content .image-wrapper.two-third {
		width: 96.29%;
	}
	
}

@media only screen and (max-width: 500px) {
	
	.blog-list .post-item,
	.search-result-list .post-item,
	.portfolio-item,
	.image-wrapper {
		margin-bottom: 25px !important;
		width: 96.29% !important;
	}
	
	
	
	#search-panel-wrapper .search-field {
		font-size: 0.6em;
	}
	
	.comment-author-avatar {
		display: none;
	}

	.comment-content-wrapper {
		width: 100%;
	}

}