/*!
Theme Name: Packaging of the world
Theme URI: http://underscores.me/
Author: Harsimran Singh
Author URI: https://harsimran-singh.com
Description: Custom theme for Packaging of the world
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: potw
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Packaging of the world is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*-------------------------------------------------------------- >>> TABLE OF CONTENTS: ---------------------------------------------------------------- # Normalize # Typography # Elements # Forms # Navigation ## Links ## Menus # Accessibility # Alignments # Clearings # Widgets # Content ## Posts and pages ## Comments # Infinite scroll # Media ## Captions ## Galleries --------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document ========================================================================== */
/** 1. Correct the line height in all browsers. 2. Prevent adjustments of font size after orientation changes in iOS. */
html { line-height: 1.15; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */ }

/* Sections ========================================================================== */
/** Remove the margin in all browsers. */
body { margin: 0; }

/** Correct the font size and margin on `h1` elements within `section` and `article` contexts in Chrome, Firefox, and Safari. */
h1 { font-size: 2em; margin: 0.67em 0; }

/* Grouping content ========================================================================== */
/** 1. Add the correct box sizing in Firefox. 2. Show the overflow in Edge and IE. */
hr { -webkit-box-sizing: content-box; box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ }

/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */
pre { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ }

/* Text-level semantics ========================================================================== */
/** Remove the gray background on active links in IE 10. */
a { background-color: transparent; }

/** 1. Remove the bottom border in Chrome 57- 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
abbr[title] { border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ -webkit-text-decoration: underline dotted; text-decoration: underline dotted; /* 2 */ }

/** Add the correct font weight in Chrome, Edge, and Safari. */
b, strong { font-weight: bolder; }

/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */
code, kbd, samp { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ }

/** Add the correct font size in all browsers. */
small { font-size: 80%; }

/** Prevent `sub` and `sup` elements from affecting the line height in all browsers. */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sub { bottom: -0.25em; }

sup { top: -0.5em; }

/* Embedded content ========================================================================== */
/** Remove the border on images inside links in IE 10. */
img { border-style: none; }

/* Forms ========================================================================== */
/** 1. Change the font styles in all browsers. 2. Remove the margin in Firefox and Safari. */
button, input, optgroup, select, textarea { font-family: inherit; /* 1 */ font-size: 100%; /* 1 */ line-height: 1.15; /* 1 */ margin: 0; /* 2 */ }

/** Show the overflow in IE. 1. Show the overflow in Edge. */
button, input { /* 1 */ overflow: visible; }

/** Remove the inheritance of text transform in Edge, Firefox, and IE. 1. Remove the inheritance of text transform in Firefox. */
button, select { /* 1 */ text-transform: none; }

/** Correct the inability to style clickable types in iOS and Safari. */
button, [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; }

/** Remove the inner border and padding in Firefox. */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; }

/** Restore the focus styles unset by the previous rule. */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; }

/** Correct the padding in Firefox. */
fieldset { padding: 0.35em 0.75em 0.625em; }

/** 1. Correct the text wrapping in Edge and IE. 2. Correct the color inheritance from `fieldset` elements in IE. 3. Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers. */
legend { -webkit-box-sizing: border-box; box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ }

/** Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress { vertical-align: baseline; }

/** Remove the default vertical scrollbar in IE 10+. */
textarea { overflow: auto; }

/** 1. Add the correct box sizing in IE 10. 2. Remove the padding in IE 10. */
[type="checkbox"], [type="radio"] { -webkit-box-sizing: border-box; box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ }

/** Correct the cursor style of increment and decrement buttons in Chrome. */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; }

/** 1. Correct the odd appearance in Chrome and Safari. 2. Correct the outline style in Safari. */
[type="search"] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ }

/** Remove the inner padding in Chrome and Safari on macOS. */
[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/** 1. Correct the inability to style clickable types in iOS and Safari. 2. Change font properties to `inherit` in Safari. */
::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ }

/* Interactive ========================================================================== */
/* Add the correct display in Edge, IE 10+, and Firefox. */
details { display: block; }

/* Add the correct display in all browsers. */
summary { display: list-item; }

/* Misc ========================================================================== */
/** Add the correct display in IE 10+. */
template { display: none; }

/** Add the correct display in IE 10. */
[hidden] { display: none; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body, button, input, select, optgroup, textarea { color: #404040; font-family: sans-serif; font-size: 16px; font-size: 1rem; line-height: 1.5; }

h1, h2, h3, h4, h5, h6 { clear: both; }

p { margin-bottom: 1.5em; }

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

blockquote { margin: 0 1.5em; }

address { margin: 0 0 1.5em; }

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

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

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

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

big { font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html { -webkit-box-sizing: border-box; box-sizing: border-box; }

*, *:before, *:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */ -webkit-box-sizing: inherit; box-sizing: inherit; }

body { background: #f2f2f2; /* Fallback for when there is no custom background color defined. */ }

body.projects.new { background-color: #ffffff; }

body.projects.new #site-navbar, body.projects.new #subnav, body.projects.new footer#colophon { display: none; }

hr { background-color: #ccc; border: 0; height: 1px; margin-bottom: 1.5em; }

ul, ol { margin: 0; }

ul { list-style: disc; }

ol { list-style: decimal; }

li > ul, li > ol { margin-bottom: 0; margin-left: 1.5em; }

dt { font-weight: bold; }

dd { margin: 0 1.5em 1.5em; }

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

figure { margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */ }

@media (min-width: 1600px) { .container-wide { max-width: 1570px; }
  .col-xxl-3 { -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; } }

@media (min-width: 540px) { .w-sm-10 { -webkit-box-flex: 0; -ms-flex: 0 0 10%; flex: 0 0 10%; max-width: 10%; }
  .w-sm-20 { -webkit-box-flex: 0; -ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%; }
  .w-sm-30 { -webkit-box-flex: 0; -ms-flex: 0 0 30%; flex: 0 0 30%; max-width: 30%; }
  .w-sm-40 { -webkit-box-flex: 0; -ms-flex: 0 0 40%; flex: 0 0 40%; max-width: 40%; }
  .w-sm-50 { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
  .w-sm-60 { -webkit-box-flex: 0; -ms-flex: 0 0 60%; flex: 0 0 60%; max-width: 60%; }
  .w-sm-70 { -webkit-box-flex: 0; -ms-flex: 0 0 70%; flex: 0 0 70%; max-width: 70%; }
  .w-sm-80 { -webkit-box-flex: 0; -ms-flex: 0 0 80%; flex: 0 0 80%; max-width: 80%; }
  .w-sm-90 { -webkit-box-flex: 0; -ms-flex: 0 0 90%; flex: 0 0 90%; max-width: 90%; }
  .w-sm-100 { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } }

@media (min-width: 768px) { .w-md-10 { -webkit-box-flex: 0; -ms-flex: 0 0 10%; flex: 0 0 10%; max-width: 10%; }
  .w-md-20 { -webkit-box-flex: 0; -ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%; }
  .w-md-30 { -webkit-box-flex: 0; -ms-flex: 0 0 30%; flex: 0 0 30%; max-width: 30%; }
  .w-md-40 { -webkit-box-flex: 0; -ms-flex: 0 0 40%; flex: 0 0 40%; max-width: 40%; }
  .w-md-50 { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
  .w-md-60 { -webkit-box-flex: 0; -ms-flex: 0 0 60%; flex: 0 0 60%; max-width: 60%; }
  .w-md-70 { -webkit-box-flex: 0; -ms-flex: 0 0 70%; flex: 0 0 70%; max-width: 70%; }
  .w-md-80 { -webkit-box-flex: 0; -ms-flex: 0 0 80%; flex: 0 0 80%; max-width: 80%; }
  .w-md-90 { -webkit-box-flex: 0; -ms-flex: 0 0 90%; flex: 0 0 90%; max-width: 90%; }
  .w-md-100 { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } }

@media (min-width: 992px) { .w-lg-10 { -webkit-box-flex: 0; -ms-flex: 0 0 10%; flex: 0 0 10%; max-width: 10%; }
  .w-lg-20 { -webkit-box-flex: 0; -ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%; }
  .w-lg-30 { -webkit-box-flex: 0; -ms-flex: 0 0 30%; flex: 0 0 30%; max-width: 30%; }
  .w-lg-40 { -webkit-box-flex: 0; -ms-flex: 0 0 40%; flex: 0 0 40%; max-width: 40%; }
  .w-lg-50 { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
  .w-lg-60 { -webkit-box-flex: 0; -ms-flex: 0 0 60%; flex: 0 0 60%; max-width: 60%; }
  .w-lg-70 { -webkit-box-flex: 0; -ms-flex: 0 0 70%; flex: 0 0 70%; max-width: 70%; }
  .w-lg-80 { -webkit-box-flex: 0; -ms-flex: 0 0 80%; flex: 0 0 80%; max-width: 80%; }
  .w-lg-90 { -webkit-box-flex: 0; -ms-flex: 0 0 90%; flex: 0 0 90%; max-width: 90%; }
  .w-lg-100 { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } }

@media (min-width: 1200px) { .w-xl-10 { -webkit-box-flex: 0; -ms-flex: 0 0 10%; flex: 0 0 10%; max-width: 10%; }
  .w-xl-20 { -webkit-box-flex: 0; -ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%; }
  .w-xl-30 { -webkit-box-flex: 0; -ms-flex: 0 0 30%; flex: 0 0 30%; max-width: 30%; }
  .w-xl-40 { -webkit-box-flex: 0; -ms-flex: 0 0 40%; flex: 0 0 40%; max-width: 40%; }
  .w-xl-50 { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
  .w-xl-60 { -webkit-box-flex: 0; -ms-flex: 0 0 60%; flex: 0 0 60%; max-width: 60%; }
  .w-xl-70 { -webkit-box-flex: 0; -ms-flex: 0 0 70%; flex: 0 0 70%; max-width: 70%; }
  .w-xl-80 { -webkit-box-flex: 0; -ms-flex: 0 0 80%; flex: 0 0 80%; max-width: 80%; }
  .w-xl-90 { -webkit-box-flex: 0; -ms-flex: 0 0 90%; flex: 0 0 90%; max-width: 90%; }
  .w-xl-100 { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } }

@media (min-width: 1600px) { .w-xxl-10 { -webkit-box-flex: 0; -ms-flex: 0 0 10%; flex: 0 0 10%; max-width: 10%; }
  .w-xxl-20 { -webkit-box-flex: 0; -ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%; }
  .w-xxl-30 { -webkit-box-flex: 0; -ms-flex: 0 0 30%; flex: 0 0 30%; max-width: 30%; }
  .w-xxl-40 { -webkit-box-flex: 0; -ms-flex: 0 0 40%; flex: 0 0 40%; max-width: 40%; }
  .w-xxl-50 { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
  .w-xxl-60 { -webkit-box-flex: 0; -ms-flex: 0 0 60%; flex: 0 0 60%; max-width: 60%; }
  .w-xxl-70 { -webkit-box-flex: 0; -ms-flex: 0 0 70%; flex: 0 0 70%; max-width: 70%; }
  .w-xxl-80 { -webkit-box-flex: 0; -ms-flex: 0 0 80%; flex: 0 0 80%; max-width: 80%; }
  .w-xxl-90 { -webkit-box-flex: 0; -ms-flex: 0 0 90%; flex: 0 0 90%; max-width: 90%; }
  .w-xxl-100 { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } }

.placeholder-box { padding-bottom: 100%; position: relative; margin-bottom: 30px; }

.placeholder-box .placeholder-box-inner { background-color: #ffffff; border: 1px solid #000000; position: absolute; top: 0; right: 0; bottom: 0; left: 0; }

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; }

.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

@-webkit-keyframes spin { from { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  to { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }

@keyframes spin { from { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  to { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }

@-webkit-keyframes spinreverse { from { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
  to { -webkit-transform: rotate(0deg); transform: rotate(0deg); } }

@keyframes spinreverse { from { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
  to { -webkit-transform: rotate(0deg); transform: rotate(0deg); } }

@-webkit-keyframes imgLoad { 0%, 80%, 100% { -webkit-box-shadow: 0 0; box-shadow: 0 0;
    height: 4em; }
  40% { -webkit-box-shadow: 0 -2em; box-shadow: 0 -2em;
    height: 5em; } }

@keyframes imgLoad { 0%, 80%, 100% { -webkit-box-shadow: 0 0; box-shadow: 0 0;
    height: 4em; }
  40% { -webkit-box-shadow: 0 -2em; box-shadow: 0 -2em;
    height: 5em; } }

.imgLoad, .imgLoad:before, .imgLoad:after { background: #ffffff; -webkit-animation: imgLoad 1s infinite ease-in-out; animation: imgLoad 1s infinite ease-in-out; width: 1em; height: 4em; }

.imgLoad { color: #ffffff; text-indent: -9999em; margin: 88px auto; position: relative; font-size: 11px; -webkit-transform: translateZ(0); transform: translateZ(0); -webkit-animation-delay: -0.16s; animation-delay: -0.16s; }

.imgLoad:before, .imgLoad:after { position: absolute; top: 0; content: ''; }

.imgLoad:before { left: -1.5em; -webkit-animation-delay: -0.32s; animation-delay: -0.32s; }

.imgLoad:after { left: 1.5em; }

table { margin: 0 0 1.5em; width: 100%; }

.adv-link > img { width: 100%; height: auto; }

.single-project-ads { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 -15px; }

.single-project-ads > div { width: 100%; padding: 0 15px; }

@media (min-width: 576px) { .single-project-ads > div { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; width: 50%; } }

@media (min-width: 992px) { .single-project-ads > div { -webkit-box-flex: 0; -ms-flex: 0 0 33.333%; flex: 0 0 33.333%; width: 33.333%; } }

@media (min-width: 1200px) { .single-project-ads > div { -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; width: 25%; } }

@media (min-width: 1600px) { .single-project-ads > div { -webkit-box-flex: 0; -ms-flex: 0 0 20%; flex: 0 0 20%; width: 20%; } }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.search-filter-inner { border-radius: 20px; padding: 25px 25px 10px 25px; background-color: #ffffff; border: 1px solid #dbdbdb; margin-bottom: 30px; }

.search-filter-inner select { background: #ffffff url(assets/AngleDown.svg) no-repeat right 20px; background-size: 40px 8px; padding: 7px 45px 7px 10px; -webkit-appearence: none; -moz-appearence: none; -ms-appearence: none; -o-appearence: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; }

.search-filter-inner select::-ms-expand { display: none; }

.search-filter-inner .form-control { height: 50px; padding: 0 10px; background-color: #F1F1F1; border: 0; }

.search-filter-inner .form-control:focus { background-color: #F1F1F1; }

.search-filter-inner .btn { background-color: #000000; height: 50px; }

.search-filter-inner .btn svg { width: 20px; }

.search-filter-inner .btn svg * { stroke: #ffffff; }

button, input[type="button"], input[type="reset"], input[type="submit"] { border: 1px solid; border-color: #ccc #ccc #bbb; border-radius: 3px; background: #e6e6e6; color: rgba(0, 0, 0, 0.8); font-size: 12px; font-size: 0.75rem; line-height: 1; padding: .6em 1em .4em; }

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover { border-color: #ccc #bbb #aaa; }

button:active, button:focus, input[type="button"]:active, input[type="button"]:focus, input[type="reset"]:active, input[type="reset"]:focus, input[type="submit"]:active, input[type="submit"]:focus { border-color: #aaa #bbb #bbb; }

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea { color: #666; border: 1px solid #ccc; border-radius: 3px; padding: 3px; }

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus { color: #111; }

select { border: 1px solid #ccc; }

textarea { width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a { color: royalblue; }

a:visited { color: purple; }

a:hover, a:focus, a:active { color: midnightblue; }

a:focus { outline: thin dotted; }

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

a:active { text-decoration: none !important; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.navbar { -webkit-box-shadow: 2px 4px 20px rgba(30, 30, 30, 0.05); box-shadow: 2px 4px 20px rgba(30, 30, 30, 0.05); background-color: #ffffff; border-bottom: 1px solid #dbdbdb; padding: 0 15px; }

.navbar .navbar-brand img { max-height: 21px; }

.navbar .navbar-brand img.desktop-logo { width: 100%; max-width: 260px; }

@media (min-width: 1200px) and (max-width: 1599px) { .navbar .navbar-brand img.desktop-logo { width: 200px; } }

.navbar .navbar-brand .custom-logo-link { display: block; }

.navbar .navbar-brand .custom-logo-link .custom-logo { max-width: 260px; display: block; }

.navbar .navbar-right { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }

.navbar .navbar-right .nav-link { padding-right: .5rem; padding-left: .5rem; }

@media (max-width: 1200px) { .navbar .navbar-right .dropdown-menu { position: absolute; } }

.navbar .nav-link, .navbar .dropdown-item { color: #58595B; font-size: 13px; }

.navbar .dropdown-item { padding: 10px 30px; min-width: 200px; /* &.active, &:active{ color:#ffffff; background-color: #000000; } */ }

.navbar .dropdown-item:hover { background-color: #fafafa; }

@media (min-width: 1600px) { .navbar #menu-main-menu > .nav-item:not(:last-child) { margin-right: 40px; } }

.navbar #menu-item-hint .dropdown-item { white-space: inherit; }

.navbar #menu-item-dropdown-hint:after { display: none; }

.navbar #menu-item-dropdown-hint svg { height: 17px; width: 17px; position: relative; top: -2px; }

.navbar .nav-search svg { width: 16px; height: 16px; }

.navbar .nav-notifications a:after { display: none; }

.navbar .nav-notifications svg { height: 16px; }

.navbar .nav-link { position: relative; }

.navbar .nav-link .count { display: inline-block; background-color: #000; position: absolute; color: #ffffff; font-size: 0; width: 10px; height: 10px; line-height: 8px; font-weight: bold; padding: 2px 3px 0; border-radius: 10px; right: 2px; top: 2px; }

.navbar .nav-link .icon { font-size: 20px; }

.navbar .nav-item.nav-user .dropdown-toggle::after { display: none; }

.navbar .nav-item.nav-upload a { background-color: #000000; color: #ffffff; padding-left: 20px; padding-right: 20px; margin-left: 20px; }

@media (max-width: 767px) { .navbar .nav-item.nav-upload a { padding: 0; height: 40px; width: 40px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } }

.navbar .nav-item.nav-upload a i { font-size: 13px; margin-right: 5px; font-weight: 900; }

.navbar .avatar { border-radius: 50px; width: 20px; max-width: 20px; height: 20px; max-height: 20px; }

.navbar .notification-item .media-left { width: 40px; }

.navbar .notification-item .avatar { width: 40px; height: 40px; max-width: 40px; max-height: 40px; border: 1px solid #e8e8e8; }

.navbar .notification-item h5 { font-size: 14px; }

.navbar .notification-item time { font-size: 12px; color: #777777; }

.navbar .dropdown-menu { padding: 0; border-radius: 0; margin: 0; border: 1px solid #f1f1f1; -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.0975); box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.0975); border-radius: 6px; }

.navbar .dropdown-menu .dropdown-divider { margin: 0; }

.navbar .dropdown-menu .dropdown-menu { position: initial; display: block; border: 0; -webkit-box-shadow: none; box-shadow: none; background-color: #efefef; }

@media (max-width: 1200px) { #topNavbar { position: fixed; left: -300px; top: 0; bottom: 0; overflow: auto; width: 300px; background-color: #ffffff; z-index: 10; height: 100% !important; -webkit-transition: all .3s linear; transition: all .3s linear; }
  #topNavbar.show { left: 0; }
  #topNavbar #menu-main-menu { margin-left: 15px; }
  #topNavbar .dropdown-menu { border: 0; -webkit-box-shadow: none; box-shadow: none; background-color: #f1f1f1; border-radius: 10px 0 0 10px; } }

.new-project-navbar { background-color: #000000 !important; margin-bottom: 20px; padding: 20px 0; }

.new-project-navbar .navbar-brand { width: 50px; }

.new-project-navbar .navbar-brand .desktop-logo { display: none; }

@media (min-width: 768px) { .new-project-navbar .navbar-brand .desktop-logo { display: block; } }

.new-project-navbar .navbar-brand .mobile-logo { display: block; }

@media (min-width: 768px) { .new-project-navbar .navbar-brand .mobile-logo { display: none; } }

@media (min-width: 768px) { .new-project-navbar .navbar-brand { width: 260px; } }

.new-project-navbar .nav-link { color: #ffffff !important; }

.new-project-navbar .navbar-info { color: #ffffff; text-transform: uppercase; letter-spacing: 1px; position: relative; }

@media (min-width: 768px) { .new-project-navbar .navbar-info { left: -65px; } }

.top-search form { border-bottom: 1px solid #D2D2D3; background-color: #eaeaea; }

.top-search form .container { position: relative; }

.top-search form .search-input { width: 100%; border-radius: 0 !important; border: 0 !important; background-color: transparent; padding: 20px 45px 20px 0 !important; outline: 0; }

.top-search form button.submit { position: absolute; right: 0; top: 50%; width: 40px; margin-top: -20px; height: 40px; border: 0; background-color: transparent; font-size: 24px; line-height: 24px; padding: 0; outline: 0; }

.nav-notifications .notification-dropdown { min-width: 300px; }

@media (max-width: 767px) { .nav-notifications .notification-dropdown { right: -70px; } }

.nav-notifications .notification-dropdown .notifications-body { max-height: 300px; overflow: auto; }

.nav-notifications .notification-dropdown .notification-item { padding: 10px 20px; overflow: hidden; }

.nav-notifications .notification-dropdown .notification-item:not(:last-child) { border-bottom: 1px solid #eeeeee; }

.nav-notifications .notification-dropdown .notification-item .nav-notification-read { position: absolute; top: 0; right: -40px; bottom: 0; background-color: #000000; color: #ffffff; width: 40px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out; }

.nav-notifications .notification-dropdown .notification-item .nav-notification-read i { color: inherit; }

.nav-notifications .notification-dropdown .notification-item:hover .nav-notification-read, .nav-notifications .notification-dropdown .notification-item:focus .nav-notification-read { right: 0; }

.nav-notifications .notification-dropdown .notification-item.reading .nav-notification-read { right: 0; }

.nav-notifications .notification-dropdown .avatar { width: 40px; height: 40px; max-height: 40px; max-width: 40px; border: 1px solid #eeeeee; background-color: #f8f8f8; }

.nav-notifications .notification-dropdown h5 { font-size: 13px; line-height: 1.3; margin-bottom: 0; }

.nav-notifications .notification-dropdown h5 a { text-decoration: none; color: inherit; }

.nav-notifications .notification-dropdown .notification-cat-icon { font-size: 10px; color: #b3b3b3; }

.nav-notifications .notification-dropdown .notification-cat-icon i { color: inherit; }

.nav-notifications .notification-dropdown time { font-size: 11px; margin-left: 8px; color: #b3b3b3; }

.nav-notifications .notification-header .h5 { font-size: 17px; }

.nav-notifications .notification-footer a { font-size: 13px; }

.navbar .menu-item-hint .nav-link i { font-size: 15px; }

.mega-menu-wrap { background-color: transparent; font-size: 14px; }

@media (min-width: 1600px) { .mega-menu-wrap { margin-left: 60px; } }

.mega-menu-wrap .mega-menu-toggle { display: none; }

@media (min-width: 1200px) { .mega-menu-wrap .mega-menu { display: -webkit-box; display: -ms-flexbox; display: flex; position: relative; } }

.mega-menu-wrap .mega-menu, .mega-menu-wrap .mega-menu ul { list-style: none; margin: 0; padding: 0; }

.mega-menu-wrap .mega-menu > li { margin-right: 0px; position: relative; }

@media (min-width: 1200px) { .mega-menu-wrap .mega-menu > li { margin-right: 10px; } }

@media (min-width: 1600px) { .mega-menu-wrap .mega-menu > li { margin-right: 30px; } }

.mega-menu-wrap .mega-menu > li > a { display: block; color: #000000; padding: 20px; height: auto; text-decoration: none; }

@media (min-width: 1200px) { .mega-menu-wrap .mega-menu > li > a { padding: 20px 0; } }

.mega-menu-wrap .mega-menu > li > a:after { content: '\f140'; font-family: dashicons; font-weight: normal; display: inline-block; margin: 0 0 0 0; vertical-align: top; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-transform: rotate(0); transform: rotate(0); color: inherit; position: relative; background: transparent; height: auto; width: auto; right: auto; line-height: inherit; -webkit-transition: all .3s ease-out; transition: all .3s ease-out; }

.mega-menu-wrap .mega-menu > li > a:hover { background-color: transparent; color: #000000; }

.mega-menu-wrap .mega-menu > li > .mega-sub-menu { min-width: 250px; border-top: 1px solid #dbdbdb; border-radius: 0; background-color: #ffffff; opacity: 0; display: none; padding: 20px; -webkit-transition: all .3s ease-out; transition: all .3s ease-out; }

@media (min-width: 1200px) { .mega-menu-wrap .mega-menu > li > .mega-sub-menu { position: absolute; z-index: 999; top: 100%; -webkit-transform: translateY(30px); transform: translateY(30px); } }

.mega-menu-wrap .mega-menu > li > .mega-sub-menu li a { text-decoration: none; background-color: transparent; color: #666; display: block; padding: 5px 0; }

.mega-menu-wrap .mega-menu > li > .mega-sub-menu li a i { margin-right: 10px; }

.mega-menu-wrap .mega-menu > li > .mega-sub-menu li a:hover { text-shadow: 1px 0px; }

.mega-menu-wrap .mega-menu > li > .mega-sub-menu .mega-sub-menu { border: 0; }

.mega-menu-wrap .mega-menu > li > .mega-sub-menu .mega-sub-menu a { font-size: inherit; }

@media (min-width: 1200px) { .mega-menu-wrap .mega-menu > li > .mega-sub-menu .mega-menu-row > .mega-sub-menu { display: -webkit-box; display: -ms-flexbox; display: flex; } }

.mega-menu-wrap .mega-menu > li > .mega-sub-menu .mega-menu-row > .mega-sub-menu > .mega-menu-columns-3-of-12 { width: 100%; }

@media (min-width: 1200px) { .mega-menu-wrap .mega-menu > li > .mega-sub-menu .mega-menu-row > .mega-sub-menu > .mega-menu-columns-3-of-12 { width: 25%; padding: 20px; }
  .mega-menu-wrap .mega-menu > li > .mega-sub-menu .mega-menu-row > .mega-sub-menu > .mega-menu-columns-3-of-12:not(:last-child) { border-right: 1px solid #dddddd; } }

.mega-menu-wrap .mega-menu > li.mega-animating > .mega-sub-menu { -webkit-transition: all .3s ease-out; transition: all .3s ease-out; -webkit-transform: translateY(30px); transform: translateY(30px); display: block; opacity: 0; }

.mega-menu-wrap .mega-menu > li.mega-toggle-on > a:after { -webkit-transform: rotate(180deg); transform: rotate(180deg); }

.mega-menu-wrap .mega-menu > li.mega-toggle-on > .mega-sub-menu { -webkit-transform: translateY(0); transform: translateY(0); display: block; opacity: 1; }

.mega-menu-wrap .mega-menu > li.mega-current-menu-ancestor > a { background-color: transparent; }

.mega-menu-wrap .mega-menu > li.category-menu { position: static; }

.mega-menu-wrap .mega-menu > li.category-menu > .mega-sub-menu { left: 0; }

@media (min-width: 1200px) { .mega-menu-wrap .mega-menu > li.category-menu > .mega-sub-menu { padding: 0; width: 850px; } }

@media (max-width: 1199px) { .mega-menu-wrap .mega-menu > li.category-menu > .mega-sub-menu .mega-menu-item > .mega-sub-menu { padding-left: 31px; } }

.mega-menu-wrap .mega-menu > li.mega-menu-item-96007 > .mega-sub-menu { left: 0; }

@media (min-width: 1200px) { .mega-menu-wrap .mega-menu > li.mega-menu-item-96007 > .mega-sub-menu { width: 450px; } }

.mega-menu-wrap .mega-menu > li.mega-menu-item-96007 > .mega-sub-menu .search-countries { border: 1px solid #ececec; padding: 0 10px; border-bottom: 0; }

.mega-menu-wrap .mega-menu > li.mega-menu-item-96007 > .mega-sub-menu .search-countries input { height: 40px; width: 100%; border: 0; border-radius: 0; }

.mega-menu-wrap .mega-menu > li.mega-menu-item-96007 > .mega-sub-menu .menu-countries { position: absolute; top: 40px; left: 0; bottom: 0; right: 0; overflow: auto; border: 1px solid #ececec; padding: 0 10px !important; }

.mega-menu-wrap .mega-menu > li.top-menu-years .mega-sub-menu { width: 100%; height: 300px; overflow: auto; left: auto; right: 0; }

@media (min-width: 1200px) { .mega-menu-wrap .mega-menu > li.top-menu-years .mega-sub-menu { width: 200px; } }

.mega-menu-wrap .mega-menu > li.top-menu-years .mega-sub-menu ul { margin: 0; }

.mega-menu-wrap .mega-menu > li.top-menu-years .mega-sub-menu ul a { text-decoration: none; display: block; padding: 10px 30px; color: #58595B; font-size: 13px; }

.mega-menu-wrap .mega-menu > li.menu-hint .mega-menu-link:after { display: none; }

@media (min-width: 1200px) { .mega-menu-wrap .mega-menu > li.menu-hint .mega-sub-menu { min-width: 480px; right: 0; -webkit-transform: translateX(50%); transform: translateX(50%); } }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text { border: 0; clip: rect(1px, 1px, 1px, 1px); -webkit-clip-path: inset(50%); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute !important; width: 1px; word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus { background-color: #f2f2f2; border-radius: 3px; -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); clip: auto !important; -webkit-clip-path: none; clip-path: none; color: #21759b; display: block; font-size: 14px; font-size: 0.875rem; 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. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus { outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft { display: inline; float: left; margin-right: 1.5em; margin-bottom: 1.5em; }

.alignright { display: inline; float: right; margin-left: 1.5em; margin-bottom: 1.5em; }

.aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; margin-bottom: 1.5em; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after { content: ""; display: table; table-layout: fixed; }

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget { margin: 0 0 1.5em; /* Make sure select elements fit in widgets. */ }

.widget select { max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky { display: block; }

.site-content { padding: 20px 0; }

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

.page-content, .entry-content, .entry-summary { margin: 1.5em 0 0; }

.page-content a, .entry-content a, .entry-summary a { color: inherit; }

.page-links { clear: both; margin: 0 0 1.5em; }

.error404 .site-content, .content-404 .site-content { padding: 100px 0; }

.error404 .error-heading, .content-404 .error-heading { color: #000000; font-weight: 600; font-size: 40px; margin-top: 0; margin-bottom: 10px; }

.error404 a.error-return-link, .content-404 a.error-return-link { background-color: #000000; color: #ffffff; padding: 10px 20px; display: inline-block; border-radius: 5px; text-decoration: none; font-size: 17px; margin-top: 20px; }

.project-card { padding: 0; margin-top: 0; border: 0; -webkit-transition: all .2s linear; transition: all .2s linear; }

.project-card:hover { -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); }

.project-card .card-header { padding-top: 70%; position: relative; background-color: #e4e4e4; overflow: hidden; border-bottom: 0; }

.project-card .card-header .thumb { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background-image: url(https://packagingoftheworld.com/wp-content/uploads/2021/11/potw-bg.png); background-size: cover; background-position: center; -webkit-transform: scale(1) rotate(0); transform: scale(1) rotate(0); -webkit-transition: all .3s linear; transition: all .3s linear; }

.project-card .card-header .hover { opacity: 0; -webkit-transition: all .3s linear; transition: all .3s linear; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(255, 255, 255, 0.8); }

.project-card .card-header .hover i { display: inline-block; text-align: center; width: 25px; height: 25px; line-height: 25px; background-color: #888888; border-radius: 3px; color: #ffffff; font-size: 14px; }

.project-card .card-header img { position: absolute; top: 0; left: 0; right: 0; }

.project-card .card-header .project-actions { opacity: 0; -webkit-transition: all .3s linear; transition: all .3s linear; }

.project-card .card-header:hover .hover { visibility: visible; }

.project-card .card-header:hover .project-actions { opacity: 1; }

.project-card .card-header:hover .thumb { -webkit-transform: scale(1.05) rotate(1deg); transform: scale(1.05) rotate(1deg); }

.project-card .card-header:hover .hover { opacity: 1; -webkit-transform: rotate(-1deg); transform: rotate(-1deg); }

.project-card .card-body { background-color: #ffffff; padding: 15px 25px 5px 25px; }

.project-card .card-footer { padding: 0 15px; background-color: #ffffff; border: 0; }

.project-card .project-title { margin-bottom: 0; }

.project-card .project-title a { color: #000000; font-size: 16px; font-weight: 400; line-height: 1.4; margin-bottom: 0; display: block; text-transform: uppercase; text-decoration: none; }

.project-card .project-title a:hover { color: #444444; }

.project-card .project-stats { margin-bottom: 2px; padding: 0 13px; }

.project-card .project-stats .btn-icon { font-size: 17px; }

.project-card .project-stats .btn-icon .icon-keep { font-size: 100%; }

.project-card .project-stats .btn-icon .icon-views { font-size: 75%; }

.project-card .project-stats .btn-icon .icon-like { font-size: 85%; }

.project-card .project-stats .btn-icon .icon-comments { font-size: 80%; }

.project-card .project-stats .btn-text { margin-left: 5px; font-size: 12px; }

.project-card .project-stats .btn { color: #C6C5C4; font-size: 10px; padding-left: 0; padding-right: 0; margin-right: 12px; outline: none; -webkit-box-shadow: none; box-shadow: none; }

.project-card .project-stats .btn.like-button svg { width: 14px; }

.project-card .project-stats .btn.keep-button svg { width: 14px; }

.project-card .project-stats .btn.comment-button svg { width: 16px; }

.project-card .categories::after { content: ''; display: block; clear: both; }

.project-card .categories a { color: #919396; font-size: 10px; font-weight: 400; text-transform: capitalize; text-decoration: none; line-height: 1.5; display: block; float: left; margin-right: 5px; }

.project-card .categories a:not(:last-child):after { content: ','; }

.project-card .categories a:hover { color: #000000; }

.project-card .project-meta { padding: 13px 25px; border-top: 1px solid #efefef; font-size: 12px; color: #919396; margin-left: -15px; margin-right: -15px; }

.project-card .project-meta .project-author { color: #231F20; text-decoration: none; font-size: 11px; }

.project-card .project-meta .avatar { border-radius: 50px; margin-right: 10px; width: 24px; height: 24px; }

.project-card .project-meta .posted-on { font-size: 10px; }

.single .post p, .single .project p, .single .project-update p { margin-bottom: 1em; }

.single .post .entry-header, .single .project .entry-header, .single .project-update .entry-header { border-bottom: 1px solid #C6C5C4; margin-bottom: 20px; margin-top: 30px; padding-bottom: 10px; }

.single .post .entry-header .post-profile, .single .project .entry-header .post-profile, .single .project-update .entry-header .post-profile { border-left: 1px solid #C6C5C4; }

.single .post .entry-header .submitted-by, .single .project .entry-header .submitted-by, .single .project-update .entry-header .submitted-by { font-size: 13px; color: #C6C5C4; }

.single .post .entry-header .agency-name, .single .project .entry-header .agency-name, .single .project-update .entry-header .agency-name { color: #231F20; font-size: 22px; text-transform: uppercase; margin-bottom: 0; }

.single .post .entry-header .agency-name a, .single .project .entry-header .agency-name a, .single .project-update .entry-header .agency-name a { color: inherit; text-decoration: none; }

.single .post .entry-header .profile-location, .single .project .entry-header .profile-location, .single .project-update .entry-header .profile-location { text-transform: uppercase; color: #808083; font-size: 17px; font-weight: 300; }

.single .post .entry-header .profile-location a, .single .project .entry-header .profile-location a, .single .project-update .entry-header .profile-location a { color: inherit; text-decoration: none; }

.single .post .entry-header .posted-on, .single .project .entry-header .posted-on, .single .project-update .entry-header .posted-on { color: #C6C5C4; font-size: 14px; font-weight: 400; text-transform: capitalize; line-height: 1.5; margin-bottom: 5px; }

.single .post .entry-header .posted-on a, .single .project .entry-header .posted-on a, .single .project-update .entry-header .posted-on a { color: inherit; text-decoration: none; }

.single .post .entry-header .profile-actions, .single .project .entry-header .profile-actions, .single .project-update .entry-header .profile-actions { display: table; margin-top: 10px; }

.single .post .entry-header .profile-actions .profile-action, .single .project .entry-header .profile-actions .profile-action, .single .project-update .entry-header .profile-actions .profile-action { display: table-cell; }

.single .post .entry-header .profile-actions .profile-action a, .single .project .entry-header .profile-actions .profile-action a, .single .project-update .entry-header .profile-actions .profile-action a { display: inline-block; font-size: 10px; text-decoration: none; text-transform: uppercase; letter-spacing: .5px; padding: 5px 20px; border-radius: 7px; }

.single .post .entry-header .profile-actions .profile-action a.action-follow, .single .project .entry-header .profile-actions .profile-action a.action-follow, .single .project-update .entry-header .profile-actions .profile-action a.action-follow { border: 1px solid #231F20; background: #231F20; color: #ffffff; }

.single .post .entry-header .profile-actions .profile-action a.action-follow:hover, .single .project .entry-header .profile-actions .profile-action a.action-follow:hover, .single .project-update .entry-header .profile-actions .profile-action a.action-follow:hover { border: 1px solid #231F20; background: transparent; color: #231F20; }

.single .post .entry-header .profile-actions .profile-action a.action-message, .single .project .entry-header .profile-actions .profile-action a.action-message, .single .project-update .entry-header .profile-actions .profile-action a.action-message { border: 1px solid #231F20; background: transparent; color: #231F20; margin-left: 10px; }

.single .post .entry-header .profile-actions .profile-action a.action-message:hover, .single .project .entry-header .profile-actions .profile-action a.action-message:hover, .single .project-update .entry-header .profile-actions .profile-action a.action-message:hover { border: 1px solid #231F20; background: #231F20; color: #ffffff; }

.single .post .entry-header .media-body, .single .project .entry-header .media-body, .single .project-update .entry-header .media-body { padding-right: 10px; }

@media (min-width: 992px) { .single .post .entry-header .media-body, .single .project .entry-header .media-body, .single .project-update .entry-header .media-body { padding-left: 50px; } }

.single .post .entry-header .avatar, .single .project .entry-header .avatar, .single .project-update .entry-header .avatar { border-radius: 100px; }

.single .post .entry-header .post-categories::after, .single .project .entry-header .post-categories::after, .single .project-update .entry-header .post-categories::after { content: ''; display: block; clear: both; }

.single .post .entry-header .post-categories a, .single .project .entry-header .post-categories a, .single .project-update .entry-header .post-categories a { color: #C6C5C4; font-size: 14px; font-weight: 400; text-transform: capitalize; text-decoration: none; line-height: 1.5; display: block; float: left; margin-right: 5px; }

.single .post .entry-header .post-categories a:not(:last-child):after, .single .project .entry-header .post-categories a:not(:last-child):after, .single .project-update .entry-header .post-categories a:not(:last-child):after { content: ','; }

.single .post .entry-header .post-categories a :hover, .single .project .entry-header .post-categories a :hover, .single .project-update .entry-header .post-categories a :hover { color: #231F20; }

.single .post .entry-header .project-stats, .single .project .entry-header .project-stats, .single .project-update .entry-header .project-stats { margin-bottom: 2px; padding: 0 13px; }

.single .post .entry-header .project-stats .btn-icon, .single .project .entry-header .project-stats .btn-icon, .single .project-update .entry-header .project-stats .btn-icon { font-size: 17px; }

.single .post .entry-header .project-stats .btn-icon .icon-keep, .single .project .entry-header .project-stats .btn-icon .icon-keep, .single .project-update .entry-header .project-stats .btn-icon .icon-keep { font-size: 100%; }

.single .post .entry-header .project-stats .btn-icon .icon-views, .single .project .entry-header .project-stats .btn-icon .icon-views, .single .project-update .entry-header .project-stats .btn-icon .icon-views { font-size: 75%; }

.single .post .entry-header .project-stats .btn-icon .icon-like, .single .project .entry-header .project-stats .btn-icon .icon-like, .single .project-update .entry-header .project-stats .btn-icon .icon-like { font-size: 85%; }

.single .post .entry-header .project-stats .btn-icon .icon-comments, .single .project .entry-header .project-stats .btn-icon .icon-comments, .single .project-update .entry-header .project-stats .btn-icon .icon-comments { font-size: 80%; }

.single .post .entry-header .project-stats .btn-text, .single .project .entry-header .project-stats .btn-text, .single .project-update .entry-header .project-stats .btn-text { margin-left: 5px; font-size: 12px; }

.single .post .entry-header .project-stats .btn, .single .project .entry-header .project-stats .btn, .single .project-update .entry-header .project-stats .btn { color: #C6C5C4; font-size: 10px; padding: 0; margin-right: 12px; outline: none; -webkit-box-shadow: none; box-shadow: none; }

.single .post .entry-header .project-stats .btn.like-button svg, .single .project .entry-header .project-stats .btn.like-button svg, .single .project-update .entry-header .project-stats .btn.like-button svg { width: 14px; }

.single .post .entry-header .project-stats .btn.keep-button svg, .single .project .entry-header .project-stats .btn.keep-button svg, .single .project-update .entry-header .project-stats .btn.keep-button svg { width: 14px; }

.single .post .entry-header .project-stats .btn.comment-button svg, .single .project .entry-header .project-stats .btn.comment-button svg, .single .project-update .entry-header .project-stats .btn.comment-button svg { width: 16px; }

.single .post .post-thumbnail img, .single .project .post-thumbnail img, .single .project-update .post-thumbnail img { width: 100%; height: auto; }

.single .post .entry-title, .single .project .entry-title, .single .project-update .entry-title { color: #231F20; margin-top: 0; text-transform: uppercase; margin-bottom: 5px; font-weight: 400; }

@media (min-width: 1600px) { .single .post .entry-title, .single .project .entry-title, .single .project-update .entry-title { font-size: 45px; } }

.single .post .entry-content, .single .project .entry-content, .single .project-update .entry-content { font-size: 14px; line-height: 23px; }

.single .post .entry-content .hidden, .single .project .entry-content .hidden, .single .project-update .entry-content .hidden { display: none; }

.single .post .entry-content img, .single .project .entry-content img, .single .project-update .entry-content img { max-width: 1100px; width: 100%; height: auto; margin-bottom: 15px; }

.single .post .entry-content a, .single .project .entry-content a, .single .project-update .entry-content a { color: inherit; font-weight: 700; text-decoration: none; }

.single .post .entry-content .separator a, .single .project .entry-content .separator a, .single .project-update .entry-content .separator a { margin: 0 !important; }

.single .post .entry-content .embedded, .single .project .entry-content .embedded, .single .project-update .entry-content .embedded { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; }

.single .post .entry-content .embedded iframe, .single .post .entry-content .embedded object, .single .post .entry-content .embedded embed, .single .project .entry-content .embedded iframe, .single .project .entry-content .embedded object, .single .project .entry-content .embedded embed, .single .project-update .entry-content .embedded iframe, .single .project-update .entry-content .embedded object, .single .project-update .entry-content .embedded embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.single .post .entry-content blockquote, .single .project .entry-content blockquote, .single .project-update .entry-content blockquote { font-size: 14px; line-height: 23px; padding: 24px 60px; margin: 15px; margin-bottom: 18px; border: solid 1px #dcdcdc; position: relative; }

.single .post .entry-content blockquote:before, .single .project .entry-content blockquote:before, .single .project-update .entry-content blockquote:before { content: '\f10d'; font-family: fontAwesome; position: absolute; left: 0; top: 0; font-size: 20px; width: 40px; height: 40px; line-height: 40px; text-align: center; color: #f8f8f8; background-color: #dcdcdc; }

.single .post .entry-content blockquote:after, .single .project .entry-content blockquote:after, .single .project-update .entry-content blockquote:after { content: '\f10e'; font-family: fontAwesome; position: absolute; right: 0; bottom: 0; font-size: 20px; width: 40px; height: 40px; line-height: 40px; text-align: center; color: #f8f8f8; background-color: #dcdcdc; }

@media (max-width: 767px) { .single .post .entry-content blockquote, .single .project .entry-content blockquote, .single .project-update .entry-content blockquote { padding: 15px; margin: 15px 0; }
  .single .post .entry-content blockquote:before, .single .post .entry-content blockquote:after, .single .project .entry-content blockquote:before, .single .project .entry-content blockquote:after, .single .project-update .entry-content blockquote:before, .single .project-update .entry-content blockquote:after { display: none; } }

.single .post .entry-actions, .single .project .entry-actions, .single .project-update .entry-actions { text-align: center; }

.single .post .entry-actions:after, .single .project .entry-actions:after, .single .project-update .entry-actions:after { content: ''; display: block; clear: both; }

.single .post .entry-actions .action-btn, .single .project .entry-actions .action-btn, .single .project-update .entry-actions .action-btn { width: 50%; float: left; text-decoration: none; }

.single .post .entry-actions .action-btn .btn-icon, .single .project .entry-actions .action-btn .btn-icon, .single .project-update .entry-actions .action-btn .btn-icon { display: block; }

.single .post .entry-actions .action-btn .btn-icon .icon, .single .project .entry-actions .action-btn .btn-icon .icon, .single .project-update .entry-actions .action-btn .btn-icon .icon { background-color: #231F20; color: #ffffff; font-size: 45px; line-height: 70px; width: 70px; height: 70px; display: inline-block; text-align: center; border-radius: 70px; }

.single .post .entry-actions .action-btn .btn-text, .single .project .entry-actions .action-btn .btn-text, .single .project-update .entry-actions .action-btn .btn-text { display: block; font-size: 14px; text-transform: uppercase; color: #231F20; text-decoration: none; margin-top: 8px; }

.single .post .entry-footer .project-additional-meta, .single .project .entry-footer .project-additional-meta, .single .project-update .entry-footer .project-additional-meta { font-size: 14px; line-height: 23px; }

.single .post .entry-footer .project-additional-meta a, .single .project .entry-footer .project-additional-meta a, .single .project-update .entry-footer .project-additional-meta a { color: inherit; font-weight: 700; text-decoration: none; }

.single .post .entry-footer .project-additional-meta p, .single .project .entry-footer .project-additional-meta p, .single .project-update .entry-footer .project-additional-meta p { margin: 0; }

.single .post .entry-footer .submitted-by, .single .project .entry-footer .submitted-by, .single .project-update .entry-footer .submitted-by { font-size: 13px; color: #C6C5C4; }

.single .post .entry-footer .agency-name, .single .project .entry-footer .agency-name, .single .project-update .entry-footer .agency-name { color: #231F20; font-size: 22px; text-transform: uppercase; margin-bottom: 0; }

.single .post .entry-footer .agency-name a, .single .project .entry-footer .agency-name a, .single .project-update .entry-footer .agency-name a { color: inherit; text-decoration: none; }

.single .post .entry-footer .profile-location, .single .project .entry-footer .profile-location, .single .project-update .entry-footer .profile-location { text-transform: uppercase; color: #808083; font-size: 17px; font-weight: 300; }

.single .post .entry-footer .profile-location a, .single .project .entry-footer .profile-location a, .single .project-update .entry-footer .profile-location a { color: inherit; text-decoration: none; }

.single .post .entry-footer .posted-on, .single .project .entry-footer .posted-on, .single .project-update .entry-footer .posted-on { color: #C6C5C4; font-size: 14px; font-weight: 400; text-transform: capitalize; line-height: 1.5; margin-bottom: 5px; }

.single .post .entry-footer .posted-on a, .single .project .entry-footer .posted-on a, .single .project-update .entry-footer .posted-on a { color: inherit; text-decoration: none; }

.single .post .entry-footer .profile-actions, .single .project .entry-footer .profile-actions, .single .project-update .entry-footer .profile-actions { display: table; margin-top: 10px; }

.single .post .entry-footer .profile-actions .profile-action, .single .project .entry-footer .profile-actions .profile-action, .single .project-update .entry-footer .profile-actions .profile-action { display: table-cell; }

.single .post .entry-footer .profile-actions .profile-action a, .single .project .entry-footer .profile-actions .profile-action a, .single .project-update .entry-footer .profile-actions .profile-action a { display: inline-block; font-size: 10px; text-decoration: none; text-transform: uppercase; letter-spacing: .5px; padding: 5px 20px; border-radius: 7px; }

.single .post .entry-footer .profile-actions .profile-action a.action-follow, .single .project .entry-footer .profile-actions .profile-action a.action-follow, .single .project-update .entry-footer .profile-actions .profile-action a.action-follow { border: 1px solid #231F20; background: #231F20; color: #ffffff; }

.single .post .entry-footer .profile-actions .profile-action a.action-follow:hover, .single .project .entry-footer .profile-actions .profile-action a.action-follow:hover, .single .project-update .entry-footer .profile-actions .profile-action a.action-follow:hover { border: 1px solid #231F20; background: transparent; color: #231F20; }

.single .post .entry-footer .profile-actions .profile-action a.action-message, .single .project .entry-footer .profile-actions .profile-action a.action-message, .single .project-update .entry-footer .profile-actions .profile-action a.action-message { border: 1px solid #231F20; background: transparent; color: #231F20; margin-left: 10px; }

.single .post .entry-footer .profile-actions .profile-action a.action-message:hover, .single .project .entry-footer .profile-actions .profile-action a.action-message:hover, .single .project-update .entry-footer .profile-actions .profile-action a.action-message:hover { border: 1px solid #231F20; background: #231F20; color: #ffffff; }

.single .post .entry-footer .media, .single .project .entry-footer .media, .single .project-update .entry-footer .media { margin-bottom: 10px; }

.single .post .entry-footer .media .media-body, .single .project .entry-footer .media .media-body, .single .project-update .entry-footer .media .media-body { -webkit-box-flex: initial; -ms-flex: initial; flex: initial; padding-right: 30px; }

.single .post .entry-footer .media .media-right .avatar, .single .project .entry-footer .media .media-right .avatar, .single .project-update .entry-footer .media .media-right .avatar { border-radius: 50%; }

.single .related-project .slick-track { min-width: 100%; }

.single .related-project .related-project-title { border: 1px solid #000000; padding: 20px; border-top-width: 5px; font-size: 20px; background-color: #ffffff; }

@-webkit-keyframes keepAnimation { 0%, 80%, 100% { -webkit-box-shadow: 0 0 rgba(0, 0, 0, 0.2); box-shadow: 0 0 rgba(0, 0, 0, 0.2);
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transform-origin: center center;
            transform-origin: center center; }
  40% { -webkit-box-shadow: 0 -0.3em rgba(0, 0, 0, 0.2); box-shadow: 0 -0.3em rgba(0, 0, 0, 0.2);
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center; } }

@keyframes keepAnimation { 0%, 80%, 100% { -webkit-box-shadow: 0 0 rgba(0, 0, 0, 0.2); box-shadow: 0 0 rgba(0, 0, 0, 0.2);
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transform-origin: center center;
            transform-origin: center center; }
  40% { -webkit-box-shadow: 0 -0.3em rgba(0, 0, 0, 0.2); box-shadow: 0 -0.3em rgba(0, 0, 0, 0.2);
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center; } }

.home-pagination { text-align: center; padding: 30px 0; }

.home-pagination a { display: inline-block; background-color: #ffffff; color: #000000; padding: 10px 50px; font-weight: bold; text-transform: uppercase; border-radius: 3px; text-decoration: none; }

.pagination { margin-bottom: 30px; }

.pagination .page-numbers { display: -webkit-box; display: -ms-flexbox; display: flex; padding: 10px; background-color: #ffffff; color: #000000; font-size: 14px; text-decoration: none; margin: 0; list-style: none; }

.pagination .page-numbers:hover { background-color: #000000; color: #ffffff; }

.pagination .page-numbers.current { background-color: #000000; color: #ffffff; }

.pagination-row .pagination { margin-bottom: 30px; background-color: #ffffff; border-radius: 3px; padding: 5px 3px; }

.pagination-row .pagination .page-numbers { display: -webkit-box; display: -ms-flexbox; display: flex; padding: 5px 10px; background-color: #ffffff; color: #b1b1b1; font-size: 14px; text-decoration: none; margin: 0 2px; list-style: none; border: 1px solid #eeeeee; border-radius: 3px; }

@media (min-width: 768px) { .pagination-row .pagination .page-numbers { padding: 5px 15px; } }

.pagination-row .pagination .page-numbers:hover { background-color: #000000; color: #ffffff; border: 1px solid #000000; }

.pagination-row .pagination .page-numbers.current { background-color: #000000; color: #ffffff; border: 1px solid #000000; }

.pagination-row .pagination .page-numbers.dots { border: 0; padding: 5px; }

.trending-projects-container { border-top: 1px solid #e2e2e2; padding-top: 20px; }

.trending-projects-container h3 { font-size: 16px; font-weight: 400; margin-bottom: 12px; }

.trending-projects .trending-project-card { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; width: 50%; }

@media (min-width: 768px) { .trending-projects .trending-project-card { -webkit-box-flex: 0; -ms-flex: 0 0 33.333%; flex: 0 0 33.333%; width: 33.333%; } }

@media (min-width: 9928px) { .trending-projects .trending-project-card { -webkit-box-flex: 0; -ms-flex: 0 0 20%; flex: 0 0 20%; width: 20%; } }

@media (min-width: 1200px) { .trending-projects .trending-project-card { -webkit-box-flex: 0; -ms-flex: 0 0 20%; flex: 0 0 20%; width: 20%; } }

@media (min-width: 1600px) { .trending-projects .trending-project-card { -webkit-box-flex: 0; -ms-flex: 0 0 10%; flex: 0 0 10%; width: 10%; } }

.trending-projects .card-header { position: relative; padding: 100% 0 0 0; overflow: hidden; }

.trending-projects .card-header .thumb { width: 100%; display: block; height: 100%; position: absolute; top: 0; left: 0; background-size: cover; background-position: center; }

.trending-projects .card-body { padding: 10px  10px 0 10px; }

.trending-projects .package-title { margin-bottom: 0; }

.trending-projects .package-title a { font-size: 11px; color: inherit; text-decoration: none; line-height: 1.2; text-transform: uppercase; display: block; }

.trending-projects .package-author { font-size: 10px; opacity: .4; background-color: inherit; border-top: 0; padding: 10px; }

.trending-projects .package-author a { color: inherit; text-decoration: none; }

.claim-notice a { cursor: pointer; }

#claim-project-modal .claim_processing, #claim-project-modal .claim_response { font-size: 145px; line-height: 1; display: none; }

#claim-project-modal .claim_processing .fa-spinner { color: #dddddd; }

#claim-project-modal .claim_response .fa { display: none; }

#claim-project-modal .claim_response.processing .fa-spinner { display: inline-block; color: #dddddd; }

#claim-project-modal .claim_response.success .fa-check-circle { display: inline-block; color: #155724; }

#claim-project-modal .claim_response.error .fa-times-circle { display: inline-block; color: #721c24; }

.comment-login-comment .btn { background-color: #000000; color: #ffffff; padding: 10px 30px; }

#user-registration { -webkit-box-shadow: none !important; box-shadow: none !important; background-color: transparent !important; }

#user-registration .user-registration-message { border: 1px solid #8fae1b; margin-top: 20px; border-radius: 4px; }

#user-registration .user-registration-message:before { margin-right: 5px; font-size: inherit; }

#user-registration .user-registration-error { border: 1px solid #ff4149; margin-top: 20px; border-radius: 4px; }

#user-registration .user-registration-error:before { margin-right: 5px; font-size: inherit; }

#user-registration .ur-form-grid { padding: 0; }

#user-registration .form-row { margin: 0 !important; }

.register-page { height: 100%; margin: 0 !important; }

.register-page body { height: 100%; margin: 0 !important; }

.register-page .register-form { background-color: #ffffff; width: 100%; margin: 0 auto; border-radius: 2px; }

.register-page .register-form .ur-form-grid { padding: 0; width: 100% !important; }

.register-page .register-form .ur-form-grid .form-row { margin: 0; }

.register-page .register-form .ur-form-grid .form-row .ur-field-item { margin: 0; }

.register-page .register-form .ur-form-grid .form-row .input-wrapper { width: 100%; }

.register-page .register-form .password-input-group { display: block; width: 100%; }

.register-page .register-form .input-text { background-color: #F1F1F1; border: 0 !important; padding: 10px 20px !important; border-radius: 2px !important; }

.register-page .register-form .select { background-color: #f1f1f1 !important; border: 0; padding: 10px 20px  !important; border-radius: 2px !important; }

.register-page .register-form .user-registration-error { border: 0; background: none; margin: 0 !important; padding: 0; }

.register-page .register-form .user-registration-error:before { display: none; }

.register-page .register-form .ur-button-container { padding: 0; }

.register-page .register-form .ur-button-container .ur-submit-button { background-color: #000000; border-radius: 2px; color: #ffffff; width: 100%; padding: 10px; margin: 0; text-transform: uppercase; }

.register-page .register-form #ur-recaptcha-node { width: 100% !important; max-width: initial !important; }

.register-page .register-form #ur-recaptcha-node .g-recaptcha > div { margin: 0 auto; }

.login-page { height: 100%; margin: 0 !important; }

.login-page body { height: 100%; margin: 0 !important; }

.login-page .user-registration { margin: 0 !important; width: 100%; }

.login-page .user-registration .login .form-row { margin-bottom: 0px; }

.login-page .user-registration .login .form-row .input-wrapper { width: 100%; }

.login-page .user-registration .login input[type=text], .login-page .user-registration .login input[type=password] { width: 100%; display: block; background-color: #F1F1F1; border: 0 !important; padding: 10px 20px !important; border-radius: 2px !important; }

.login-page .user-registration .login label { display: -webkit-box; display: -ms-flexbox; display: flex; float: none; width: 100%; }

.login-page .user-registration .login .password-input-group { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; }

.login-page .user-registration .login .button { width: 100%; margin-top: 10px; background-color: #000000; color: #ffffff; text-transform: uppercase; font-weight: 700; float: none; line-height: 24px; }

.login-page .user-registration .login .ur-button-container { padding: 0 5px; }

.login-page .user-registration .login .ur-button-container .ur-submit-button { background-color: #000000; border-radius: 2px; color: #ffffff; width: 100%; padding: 10px; margin: 0; text-transform: uppercase; }

.login-page .user-registration .login .lost_password, .login-page .user-registration .login .register { margin-bottom: 0px; font-size: 80%; }

.login-page .user-registration .login .inline input { height: 24px; }

.login-page .user-registration .login .inline span { line-height: 24px; }

#login-page-content, #register-page-content { background-size: cover; background-position: center; background-color: #212529; }

#login-page-content .bg-credit, #register-page-content .bg-credit { position: fixed; bottom: 0; left: 0; color: #ffffff; background-color: rgba(0, 0, 0, 0.4); padding: 0 10px; font-size: 11px; border-radius: 0 8px 0 0; -webkit-transition: all .3s linear; transition: all .3s linear; }

#login-page-content .bg-credit:hover, #register-page-content .bg-credit:hover { background-color: rgba(0, 0, 0, 0.9); }

#login-page-content .bg-credit a, #register-page-content .bg-credit a { color: inherit; }

.user-registration-outer { background-color: #ffffff; padding: 15px; -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); border-radius: 3px; }

.user-registration-outer .ur-frontend-form { border: 0; -webkit-box-shadow: none; box-shadow: none; padding: 0; margin-top: 20px; }

.user-registration-outer .ur-frontend-form a { color: #494949; font-weight: 600; }

.author-projects .project-card { padding: 0 !important; }

.author-projects .project-author img { display: inherit; }

.author-projects .slick-arrow { outline: none !important; text-align: center; position: absolute; padding: 0; z-index: 1; top: 50%; margin-top: -25px; height: 50px; width: 50px; border-radius: 50px; border: 1px solid #f1f1f1; font-size: 20px; background-color: #ffffff; -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.0975); box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.0975); }

.author-projects .slick-arrow:hover, .author-projects .slick-arrow:focus { border: 1px solid #f1f1f1; -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.0975); box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.0975); }

.author-projects .slick-arrow.slick-next { right: 0; }

.author-projects .slick-arrow.slick-prev { left: 0; }

.author-projects .slick-arrow.slick-disabled { display: none !important; }

.fancybox-container .fancybox-thumbs { top: auto; left: 0; width: auto; background-color: #000000a6; text-align: center; }

.fancybox-container .fancybox-thumbs__list a { float: none; display: inline-block; }

.fancybox-container.fancybox-show-thumbs .fancybox-inner { right: 0; bottom: 85px; }

.submission-succss { min-height: calc(100vh - 150px); }

.submission-succss h1, .submission-succss p { color: #000000; margin-bottom: 14px; }

.submission-succss h1 { font-weight: 900; }

.submission-succss a { background-color: #000000; display: inline-block; color: #ffffff; margin-top: 15px; padding: 10px 25px; border-radius: 50px; text-decoration: none; }

.single .post .entry-content blockquote, .single .project .entry-content blockquote { font-size: 16px; line-height: 34px; }

.site-footer .footer-top .widget p, .site-footer .footer-bottom .widget p { font-size: 11px; }

.alert-warning { color: #ffffff; background-color: #000000; border-color: #000000; }

.alert-warning .alert-link { color: #ffe000; }

#buddypress #message.updated p { background-color: #000; border: 1px solid #000; color: #fff; }

#buddypress.component-settings.action-data h2 { margin-top: 40px; font-size: 24px; }

#buddypress.component-settings.action-data p { margin-bottom: 20px; }

#buddypress.component-settings.action-data ul { margin-left: 0; padding-left: 20px; }

#buddypress.component-profile { margin-bottom: 40px; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comments-area .comment-list { list-style: none; margin: 0; padding: 0; }

.comments-area label[for=comment], .comments-area .logged-in-as, .comments-area .comment-reply-title { display: none; }

.comments-area .comment-login-comment { margin-bottom: 30px; }

.comments-area .comment-login-comment a { text-decoration: none; display: inline-block; background-color: #000000; color: #ffffff; text-transform: uppercase; padding: 7px 20px; border-radius: 3px; margin-right: 15px; }

.comments-area .children { padding-left: 15px; margin-left: -45px; padding-top: 15px; position: relative; border-left: 1px solid #dddddd; }

.comments-area .children:before { content: ''; display: block; width: 15px; height: 1px; background-color: #dddddd; position: absolute; left: 0; top: 42px; }

.comments-area #comment { padding: 15px; }

.comments-area .comment-form-comment { margin-bottom: 5px; }

.comments-area .comment-reply-login { display: none; }

.comments-area .submit { background-color: #000000 !important; color: #ffffff !important; padding: 15px 25px !important; border-radius: 3px !important; text-transform: uppercase; }

.comments-area .comment { margin-bottom: 15px; padding-left: 70px; min-height: 70px; position: relative; }

.comments-area .comment .comment-meta { display: -ms-flexbox; display: -webkit-box; display: flex; }

.comments-area .comment .comment-author { text-transform: uppercase; padding-right: 10px; }

.comments-area .comment .comment-author b { font-weight: 400; }

.comments-area .comment .comment-author a { color: #231F20; text-decoration: none; font-size: 21px; }

.comments-area .comment .comment-metadata { -ms-flex: 1; -webkit-box-flex: 1; flex: 1; -ms-flex-item-align: center !important; -ms-grid-row-align: center !important; align-self: center !important; }

.comments-area .comment .comment-metadata > a { color: #C6C5C4; font-size: 12px; }

.comments-area .comment .comment-content { color: #58595B; }

.comments-area .comment .comment-content p { margin-bottom: 0; }

.comments-area .comment .comment-content a { color: #231F20; text-decoration: underline; }

.comments-area .comment .says { display: none; }

.comments-area .comment .avatar { position: absolute; left: 0; top: 0; border-radius: 55px; }

.comments-area .comment .comment-form-comment { margin-bottom: 5px; }

.comments-area .comment .comment-edit-link { width: 14px; height: 20px; overflow: hidden; display: inline-block; }

.comments-area .comment .comment-edit-link:before { content: '\f040'; font-family: 'FontAwesome'; width: 14px; font-size: 14px; display: inline-block; line-height: 20px; color: #808080; }

.comments-area .comment .reply { margin-bottom: 15px; font-size: 14px; }

.comments-area .comment .reply .comment-reply-link { color: #a2a2a2; }

.comments-area .comment .reply .comment-reply-link:before { content: '\f112'; font-family: 'FontAwesome'; margin-right: 7px; }

.comment-content a { word-wrap: break-word; }

.bypostauthor { display: block; }

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer { background-color: #232221; color: #6D6E70; }

.site-footer a { color: #6D6E70; text-decoration: none; }

.site-footer a:hover, .site-footer a:focus { color: #ffffff; }

.site-footer .footer-top, .site-footer .footer-bottom { background-color: #231F20; padding: 15px 0; }

.site-footer .footer-top .widget, .site-footer .footer-bottom .widget { margin: 0; }

.site-footer .footer-top .widget p, .site-footer .footer-bottom .widget p { margin: 0; font-size: 12px; font-weight: bold; }

.site-footer .footer-middle { text-align: center; padding: 50px 0; }

.site-footer .footer-middle .wp-block-image { max-width: 290px; margin: 0 auto; }

.site-footer .footer-middle .menu { margin: 0; padding: 0; list-style: none; display: inline-block; }

.site-footer .footer-middle .menu li { display: inline-block; margin: 10px 15px; }

.site-footer .footer-middle .menu:last-child { margin-bottom: 0; }

.site-footer .footer-middle #menu-footer-follow a { font-size: 25px; }

.site-footer .footer-bottom { text-align: center; }

/*--------------------------------------------------------------
## Ads
--------------------------------------------------------------*/
#advanced-ads-selling-setup-head { display: none; background-color: #ffffff; padding: 15px; border: 1px solid #dddddd; border-radius: 4px; margin-bottom: 30px; }

#advanced-ads-selling-setup-head h3 { font-size: 1.5em; margin-bottom: 1em; }

#advanced-ads-selling-wrapper .advanced-ads-selling-setup-ad-details { background-color: #ffffff; border: 1px solid #dddddd; border-radius: 4px; margin-bottom: 30px; padding: 15px; }

#advanced-ads-selling-wrapper .advanced-ads-selling-setup-ad-details:not(:last-child) { padding-bottom: 30px; margin-bottom: 30px; border-bottom: 1px solid #dddddd; }

#advanced-ads-selling-wrapper .advanced-ads-selling-setup-ad-details h3 { font-size: 1.5em; margin-bottom: 1em; }

#advanced-ads-selling-wrapper .advanced-ads-selling-setup-ad-details > p:nth-of-type(1) { display: none; }

#advanced-ads-selling-wrapper .advanced-ads-selling-setup-ad-details form br { display: none; }

/*--------------------------------------------------------------
## Widgets
--------------------------------------------------------------*/
.widget { margin: 0 0 1.5em; /* Make sure select elements fit in widgets. */ }

.widget select { max-width: 100%; }

/*--------------------------------------------------------------
# Buddypress
--------------------------------------------------------------*/
/*------------------------------------------------------------------------------ BP Custom CSS ----------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------ Activity ----------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------ Activity / Single ----------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------ Blogs ----------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------ Forums ----------------------------------------------------------------------------*/
.buddypress.register .navbar, .buddypress.register .site-footer { display: none; }

.buddypress.register .site { min-height: 100vh; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -ms-flex-line-pack: center; align-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.buddypress.register .register-bg { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-size: cover; background-position: center; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -ms-flex-line-pack: end; align-content: flex-end; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; }

.buddypress.register .register-bg .bg-credit { background-color: rgba(0, 0, 0, 0.5); color: #ffffff; font-size: 10px; padding: 3px 15px 3px 10px; border-radius: 0 50px 0 0; }

.buddypress.register .register-bg .bg-credit a { color: inherit; }

.buddypress.register #register-page { position: relative; }

.buddypress.register #register-page .registration-brand { display: block; margin-bottom: 30px; }

.buddypress.register #register-page .standard-form { max-width: 362px; margin: 0 auto; background-color: #ffffff; padding: 30px; border-radius: 15px; -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); }

.buddypress.register #register-page .standard-form .register-section { float: none !important; width: 100% !important; }

.buddypress.register #register-page .standard-form .register-section input, .buddypress.register #register-page .standard-form .register-section select { width: 100% !important; margin: 0 0 15px 0 !important; border: 0 !important; background-color: #F1F1F1 !important; height: 45px; padding: 0 15px !important; outline: 2px solid transparent; }

.buddypress.register #register-page .standard-form .register-section input:focus, .buddypress.register #register-page .standard-form .register-section select:focus { outline: 2px solid #000000; }

.buddypress.register #register-page .standard-form .register-section .error + input { outline-color: #f04040; }

.buddypress.register #register-page .standard-form .register-section #pass-strength-result { width: 100% !important; margin-top: 0 !important; margin-bottom: 15px !important; color: transparent; font-size: 0; line-height: 0; padding: 0 !important; height: 10px; border: 0 !important; border-radius: 10px; background-color: rgba(0, 0, 0, 0.1) !important; position: relative; overflow: hidden; }

.buddypress.register #register-page .standard-form .register-section #pass-strength-result:before { content: ''; display: block; position: absolute; top: 0; left: 0; bottom: 0; width: 0%; background-color: transparent; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out; }

.buddypress.register #register-page .standard-form .register-section #pass-strength-result.short:before { width: 25%; background-color: #f04040; }

.buddypress.register #register-page .standard-form .register-section #pass-strength-result.bad:before { width: 50%; background-color: #ff853c; }

.buddypress.register #register-page .standard-form .register-section #pass-strength-result.good:before { width: 75%; background-color: #fc0; }

.buddypress.register #register-page .standard-form .register-section #pass-strength-result.strong:before { width: 100%; background-color: #8dff1c; }

.buddypress.register #register-page .standard-form .register-section .field_1, .buddypress.register #register-page .standard-form .register-section .password-entry-confirm, .buddypress.register #register-page .standard-form .register-section h2, .buddypress.register #register-page .standard-form .register-section label, .buddypress.register #register-page .standard-form .register-section legend, .buddypress.register #register-page .standard-form .register-section .field-visibility-settings-toggle, .buddypress.register #register-page .standard-form .register-section .field-visibility-settings-notoggle { display: none !important; }

.buddypress.register #register-page .standard-form .submit { float: none !important; }

.buddypress.register #register-page .standard-form .submit #signup_submit { margin: 0; width: 100%; text-transform: uppercase; background-color: #000000; border: 0; color: #ffffff; }

.buddypress.register #register-page .standard-form > p { display: none; }

.user-registration-outer .widget.buddypress { margin-bottom: 0; }

.user-registration-outer .widget.buddypress #bp-login-widget-form { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.user-registration-outer .widget.buddypress #bp-login-widget-form > * { width: 100%; }

.user-registration-outer .widget.buddypress #bp-login-widget-form label { display: none; }

.user-registration-outer .widget.buddypress #bp-login-widget-form .input { width: 100%; margin: 0 0 15px 0; border: 0; background-color: #F1F1F1; height: 45px; padding: 0 15px; outline: 2px solid transparent; }

.user-registration-outer .widget.buddypress #bp-login-widget-form .login-remember { margin-bottom: 15px; }

.user-registration-outer .widget.buddypress #bp-login-widget-form .login-remember label { display: -webkit-box; display: -ms-flexbox; display: flex; margin: 0; font-weight: normal; font-size: 13px; line-height: 1; }

.user-registration-outer .widget.buddypress #bp-login-widget-form .login-remember label input { margin-right: 7px; }

.user-registration-outer .widget.buddypress #bp-login-widget-form .login-submit { display: block; width: 50%; }

.user-registration-outer .widget.buddypress #bp-login-widget-form .login-submit .button { width: 100%; margin: 0; text-transform: uppercase; background-color: #000000; border: 0; color: #ffffff; }

.user-registration-outer .widget.buddypress #bp-login-widget-form .bp-login-widget-register-link { display: block; width: 50%; margin: 0; text-align: center; color: #525252; }

.user-registration-outer .widget.buddypress #bp-login-widget-form .bp-login-widget-register-link a { display: inline-block; text-decoration: none; color: #525252; }

.user-registration-outer .widget.buddypress #bp-login-widget-form .bp-login-widget-register-link a:hover, .user-registration-outer .widget.buddypress #bp-login-widget-form .bp-login-widget-register-link a:focus { color: #000000; }

.user-registration-outer .widget.buddypress .bp-login-widget-user-avatar { float: none; text-align: center; margin-bottom: 15px; }

.user-registration-outer .widget.buddypress .bp-login-widget-user-avatar img { border-radius: 50px; }

.user-registration-outer .widget.buddypress .bp-login-widget-user-links { margin-left: 0; text-align: center; }

.user-registration-outer .widget.buddypress .bp-login-widget-user-links .bp-login-widget-user-link { padding: 0; margin-bottom: 30px; }

.user-registration-outer .widget.buddypress .bp-login-widget-user-links .bp-login-widget-user-logout { padding: 0; margin-bottom: 0; }

.user-registration-outer .widget.buddypress .bp-login-widget-user-links .bp-login-widget-user-logout a { background-color: #000000; color: #ffffff; border-radius: 3px; display: inline-block; padding: 10px 25px; text-decoration: none; }

.user-registration-outer .widget.buddypress .after-login-redirect-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin-top: 30px; }

.user-registration-outer .widget.buddypress .after-login-redirect-wrapper .after-login-redirect-outer { width: 50px; height: 50px; border-left: 1px solid #000000; border-right: 1px solid #000000; border-radius: 50px; border-top: 1px solid transparent; border-bottom: 1px solid transparent; -webkit-animation-name: spin; animation-name: spin; -webkit-animation-duration: 1000ms; animation-duration: 1000ms; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-timing-function: linear; animation-timing-function: linear; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.user-registration-outer .widget.buddypress .after-login-redirect-wrapper .after-login-redirect-inner { width: 40px; height: 40px; border: 1px solid; border-top-color: #000000; border-bottom-color: #000000; border-left-color: transparent; border-right-color: transparent; border-radius: 50px; -webkit-animation-name: spinreverse; animation-name: spinreverse; -webkit-animation-duration: 500ms; animation-duration: 500ms; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-timing-function: linear; animation-timing-function: linear; }

.user-registration-outer .registration-brand { display: block; margin-bottom: 30px; }

.user-registration-outer .login-errors { margin-bottom: 30px; background-color: rgba(255, 0, 0, 0.1); padding: 10px; border-radius: 3px; font-size: 14px; color: #000000; }

.user-registration-outer .login-errors .login-error a { font-weight: bold; color: inherit; }

/*------------------------------------------------------------------------------ Groups ----------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------ Groups / Single ----------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------ Members ----------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------ Members / Single ----------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------ Members / Single / Forums ----------------------------------------------------------------------------*/
.imgc { position: relative; display: inline-block; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; font-size: 0; }

.imgc canvas { display: none; }

.imgc svg { position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; }

.imgc svg path { fill: rgba(0, 0, 0, 0.8); }

.imgc-handles { position: absolute; top: 50%; left: 50%; cursor: move; border: 1px dotted rgba(255, 255, 255, 0.4); -webkit-box-shadow: inset 0 0 30px 0 rgba(0, 0, 0, 0.1); box-shadow: inset 0 0 30px 0 rgba(0, 0, 0, 0.1); }

.imgc-handles-circular { border-radius: 50%; border: 0; outline: 1px dotted rgba(255, 255, 255, 0.2); }

.imgc-handles-el { position: absolute; display: inline-block; z-index: 1; background: transparent; }

.imgc-handles-el[class*='imgc-handles-el-0-'] { width: 8px; height: 8px; z-index: 2; border: 1px solid rgba(255, 255, 255, 0.4); background: rgba(255, 255, 255, 0.4); border-radius: 3px; }

.imgc-handles-el[class*='imgc-handles-el-0-']:hover { -webkit-transform: scale(1.2); transform: scale(1.2); }

.imgc-handles-el-0-0 { top: -6px; left: -6px; cursor: nw-resize; }

.imgc-handles-el-0-1 { top: -6px; right: -6px; cursor: ne-resize; }

.imgc-handles-el-0-2 { bottom: -6px; right: -6px; cursor: se-resize; }

.imgc-handles-el-0-3 { bottom: -6px; left: -6px; cursor: sw-resize; }

.imgc-handles-el-1-0, .imgc-handles-el-1-2 { height: 8px; width: 100%; left: 0; right: 0; }

.imgc-handles-el-1-1, .imgc-handles-el-1-3 { height: 100%; width: 8px; top: 0; bottom: 0; }

.imgc-handles-el-1-0 { top: -8px; cursor: n-resize; }

.imgc-handles-el-1-1 { right: -8px; cursor: e-resize; }

.imgc-handles-el-1-2 { bottom: -8px; cursor: s-resize; }

.imgc-handles-el-1-3 { left: -8px; cursor: w-resize; }

.mb-10 { margin-bottom: 10px; }

.mt-10 { margin-top: 10px; }

.mb-20 { margin-bottom: 20px; }

.mt-20 { margin-top: 20px; }

#continuePost .modal-header { border-bottom: 0; }

#continuePost .modal-content { border-radius: 15px; }

#continuePost .modal-right { border-left: 1px solid #231F20; }

@media (min-width: 1200px) { #continuePost .modal-xl { max-width: 1110px; }
  #continuePost .modal-body { padding: 15px 40px; }
  #continuePost .modal-right, #continuePost .modal-left { padding: 0 40px; }
  #continuePost .modal-right { max-width: 35.5%; -webkit-box-flex: 0; -ms-flex: 0 0 35.5%; flex: 0 0 35.5%; } }

#continuePost .project-action { margin-top: 40px; }

#continuePost .new-tax-value { margin: 0; height: 48px; background-color: #eeeeee; border-radius: 8px; margin-left: 5px; }

#continuePost .new-tax-value .plus { display: none; }

#continuePost .new-tax-value.collapsed .plus { display: block; }

#continuePost .new-tax-value.collapsed .minus { display: none; }

#continuePost .new-tax-input { position: relative; }

#continuePost .new-tax-input .clear-input { position: absolute; right: 0; top: 0; margin: 0; height: 48px; width: 30px; background-color: transparent; border: 0; outline: 0; }

.project-submission { max-width: 1170px; margin: 0 auto; margin-bottom: 54px; padding: 0 15px; }

.project-submission h3 { font-size: 30px; text-transform: uppercase; margin-bottom: 15px; }

.project-submission h3 span { display: block; color: #595A5C; margin-top: 4px; font-size: 18px; font-weight: 400; text-transform: lowercase; }

.project-submission input, .project-submission textarea, .project-submission select, .project-submission .select2-selection { background-color: #F2F2F2; border-radius: 10px; border: 1px solid #dddddd; min-height: 48.6px; color: #000000; }

.project-submission input.error, .project-submission textarea.error, .project-submission select.error, .project-submission .select2-selection.error { border-color: red; }

.project-submission input, .project-submission textarea { padding: 0 20px; }

.project-submission textarea { padding: 20px; min-height: 154px; }

.project-submission .form_additional_credits_outer .mce-panel.mce-edit-area { border-width: 1px 0px 0px; background-color: #F2F2F2; border-radius: 10px; border: 1px solid transparent; padding: 20px; }

.project-submission .form-check-input { margin-left: auto; }

.project-submission .form-section { border-radius: 10px; margin-bottom: 25px; }

.project-submission .form-section.project-submit { background-color: transparent; }

.project-submission .form-section:last-child { margin-bottom: 0; }

.project-submission .project-intro p:last-child { margin-bottom: 0; }

.project-submission .project-type ul { margin: 0; padding: 0; list-style: none; }

.project-submission .project-type ul li { display: inline-block; margin-right: 20px; }

.project-submission .project-type ul li input { position: static; }

.project-submission .project-uploader { padding: 130px 15px; border-radius: 15px; background: #f2f2f2; border: 5px dashed #000000; position: relative; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out; }

.project-submission .project-uploader:after { border-radius: 15px; content: ''; position: absolute; left: -4px; top: -4px; right: -4px; bottom: -4px; border: 4px solid #f2f2f2; pointer-events: none; }

.project-submission .project-uploader h3 { text-transform: initial; }

.project-submission .project-uploader h4 { font-size: 28px; font-weight: 400; margin-top: 5px; margin-bottom: 25px; color: #595A5C; }

.project-submission .project-uploader p { font-size: 25px; line-height: 1.76; color: #595A5C; }

.project-submission .project-uploader .upl-btn { background-color: #000000; color: #ffffff; padding: 0; border: 0; width: 85px; height: 85px; border-radius: 100px; font-size: 30px; line-height: 50px; font-weight: 900; margin-bottom: 35px; margin-top: 35px; }

.project-submission .project-uploader .upl-btn span { font-size: 0; width: 30px; height: 30px; display: inline-block; position: relative; top: 2px; vertical-align: middle; }

.project-submission .project-uploader .upl-btn span:before, .project-submission .project-uploader .upl-btn span:after { content: ''; position: absolute; display: block; width: 100%; height: 3px; background-color: #ffffff; }

.project-submission .project-uploader .upl-btn span:before { top: 11px; left: 0; }

.project-submission .project-uploader .upl-btn span:after { -webkit-transform: rotate(90deg); transform: rotate(90deg); top: 11px; left: 0; }

.project-submission .project-uploader.thumb-uploader { padding: 15px; border: 0; margin-top: 32px; }

.project-submission .project-uploader.thumb-uploader:after { display: none; }

.project-submission .project-uploader.thumb-uploader h3 { font-size: 20px; font-weight: 400; }

.project-submission .project-uploader.thumb-uploader .upl-btn { width: 60px; height: 60px; margin-bottom: 15px; margin-top: 20px; }

.project-submission .project-uploader.thumb-uploader .upl-btn span { width: 20px; height: 20px; display: block; margin: 0 auto; }

.project-submission .project-uploader.thumb-uploader .upl-btn span:before, .project-submission .project-uploader.thumb-uploader .upl-btn span:after { height: 2px; top: 50%; margin-top: -1px; }

.project-submission .project-uploader.thumb-uploader p { font-size: 13px; margin-bottom: 0; color: #595A5C; }

.project-submission .project-uploader-outer .preview-item .preview-image .preview-image-bg { width: 100%; padding-bottom: 75%; background-size: cover; background-position: center; border-radius: 10px; border: 1px solid #dddddd; }

.project-submission .project-uploader-outer .preview-item .preview-image .preview-remove-button { background: none; border: 0; width: 100%; outline: none; margin-top: 5px; }

.project-submission .project-uploader-outer .preview-item .preview-remove { position: absolute; top: 15px; right: 30px; }

.project-submission .project-uploader-outer .preview-item .preview-remove .preview-remove-button { padding: 0; border: 0; background-color: #000000; color: #ffffff; width: 20px; height: 20px; margin: 0; border-radius: 100%; display: block; opacity: .3; -webkit-transform: scale(1); transform: scale(1); -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out; }

.project-submission .project-uploader-outer .preview-item:hover .preview-remove .preview-remove-button { opacity: 1; background-color: red; -webkit-transform: scale(1.4); transform: scale(1.4); }

.project-submission .project-uploader-outer.has-preview.project-hero-uploader .project-uploader, .project-submission .project-uploader-outer.has-preview.project-thumb-uploader .project-uploader { display: none; }

.project-submission .project-uploader-outer.has-preview.project-gallery-uploader .project-uploader { padding: 25px 15px; }

.project-submission .project-uploader-outer.has-preview.project-gallery-uploader .preview-item { margin-top: 30px; }

.project-submission .project-uploader-outer.has-preview .error { display: none !important; }

.project-submission .project-submit button { background-color: #000000; color: #ffffff; padding: 20px 40px; border: 0; border-radius: 10px; font-size: 17px; outline: 0; }

.project-submission .btn-primary { background-color: #000000; border: 0; font-size: 24px; line-height: 1.4; font-weight: 400; padding: 9px 38px; border-radius: 10px; outline: none; -webkit-box-shadow: none; box-shadow: none; }

.project-submission .project-action .notice { font-size: 16px; line-height: 1.19; color: #BABABA; font-weight: 300; }

.project-submission .project-material { margin: 0; padding: 0; list-style: none; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.project-submission .project-material li { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }

.project-submission .project-material .ui-icon { display: inline-block; width: 17px; height: 17px; -webkit-box-shadow: none !important; box-shadow: none !important; border: 1px solid #000000; }

.project-submission .project-material .ui-icon:before { content: ''; display: block; position: absolute; height: 11px; width: 11px; background-color: #000000; top: 2px; left: 2px; -webkit-transform: scale(0); transform: scale(0); -webkit-transition: all .2s ease-in-out; transition: all .2s ease-in-out; }

.project-submission .project-material .ui-icon.ui-icon-check { border: 1px solid #000000; background-color: #ffffff; position: relative; }

.project-submission .project-material .ui-icon.ui-icon-check:before { -webkit-transform: scale(1); transform: scale(1); }

.project-submission .project-material .ui-state-active { font-weight: 600; }

.project-submission .project-material .ui-state-disabled { color: #595a5c; }

.project-submission .project-material .ui-state-disabled .ui-icon { border-color: #595a5c; }

.project-submission .project-material label { padding-left: 0; padding-right: 0; display: block; text-align: left; }

.project-submission .project-material .children { list-style: none; padding: 0; }

.project-submission .btn-hint { background-color: transparent; border: 0; padding: 0; outline: none; font-size: inherit; }

.project-submission label > label { margin: 0; }

.project-submission label.error { color: red; }

.project-submission .error + .project-uploader { background: rgba(255, 0, 0, 0.1); border-color: red; }

.project-submission .project-video-embed { margin-top: 30px; }

.project-gallery-uploader #gallery-uploader { margin-bottom: 30px; padding: 130px 15px; border-radius: 15px; background: #f2f2f2; border: none; position: relative; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out; }

.project-gallery-uploader #gallery-uploader:after { border-radius: 15px; content: ''; position: absolute; left: -4px; top: -4px; right: -4px; bottom: -4px; border: none; pointer-events: none; }

.project-gallery-uploader #gallery-uploader.has-preview { padding: 25px 15px; }

.project-gallery-uploader #gallery-uploader .dz-preview { display: none; }

.project-gallery-uploader #gallery-uploader .dz-button { width: 100%; }

.project-gallery-uploader #gallery-uploader .dz-button, .project-gallery-uploader #gallery-uploader .dz-button h3, .project-gallery-uploader #gallery-uploader .dz-button h4 { display: block; }

.project-gallery-uploader #gallery-uploader h3 { text-transform: initial; }

.project-gallery-uploader #gallery-uploader h4 { font-size: 28px; font-weight: 400; margin-top: 5px; margin-bottom: 25px; color: #595A5C; }

.project-gallery-uploader #gallery-uploader p { font-size: 25px; line-height: 1.76; color: #595A5C; }

.project-gallery-uploader #gallery-uploader .upl-btn { background-color: #000000; color: #ffffff; padding: 0; border: 0; width: 85px; height: 85px; border-radius: 100px; font-size: 30px; line-height: 50px; font-weight: 900; margin-bottom: 35px; margin-top: 35px; }

.project-gallery-uploader #gallery-uploader .upl-btn span { font-size: 0; width: 30px; height: 30px; display: inline-block; position: relative; top: 2px; vertical-align: middle; }

.project-gallery-uploader #gallery-uploader .upl-btn span:before, .project-gallery-uploader #gallery-uploader .upl-btn span:after { content: ''; position: absolute; display: block; width: 100%; height: 3px; background-color: #ffffff; }

.project-gallery-uploader #gallery-uploader .upl-btn span:before { top: 11px; left: 0; }

.project-gallery-uploader #gallery-uploader .upl-btn span:after { -webkit-transform: rotate(90deg); transform: rotate(90deg); top: 11px; left: 0; }

.project-gallery-uploader .preview-item { position: relative; margin-bottom: 30px; }

.project-gallery-uploader .preview-item .preview-image-bg { width: 100%; padding-bottom: 75%; background-size: cover; background-position: center; border-radius: 10px; border: 1px solid #dddddd; }

.project-gallery-uploader .preview-item .preview-remove { position: absolute; top: 10px; right: 25px; }

.project-gallery-uploader .preview-item .gallery-remove-button { padding: 0; border: 0; background-color: #000000; color: #ffffff; width: 20px; height: 20px; margin: 0; border-radius: 100%; display: block; opacity: .3; -webkit-transform: scale(1); transform: scale(1); -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out; }

.project-gallery-uploader .preview-item:hover .gallery-remove-button { opacity: 1; background-color: red; color: #ffffff; -webkit-transform: scale(1.2); transform: scale(1.2); }

.project-gallery-uploader .preview-item .dz-details { border-radius: 10px; overflow: hidden; }

.project-gallery-uploader .preview-item .dz-progress { position: absolute; left: 15px; right: 15px; top: 0; bottom: 0; border-radius: 10px; overflow: hidden; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.project-gallery-uploader .preview-item .dz-progress .imgLoad { font-size: 5px; margin: 0; }

.project-gallery-uploader .preview-item .dz-progress .imgLoad, .project-gallery-uploader .preview-item .dz-progress .imgLoad:before, .project-gallery-uploader .preview-item .dz-progress .imgLoad:after { background-color: #000000; color: #000000; }

.project-gallery-uploader .preview-item .dz-progress .dz-upload { display: block; position: absolute; top: 0; right: 0; bottom: 0; width: 100%; -webkit-transition: all .5s ease; transition: all .5s ease; background-color: rgba(0, 0, 0, 0.4); }

.project-gallery-uploader .preview-item a.dz-remove { display: none; position: absolute; top: 15px; right: 30px; width: 20px; height: 20px; background-color: #000000; color: #ffffff; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border-radius: 50px; text-decoration: none; opacity: .3; -webkit-transition: all .3s ease; transition: all .3s ease; }

.project-gallery-uploader .preview-item a.dz-remove:hover { opacity: 1; color: #ffffff; background-color: red; -webkit-transform: scale(1.2); transform: scale(1.2); }

.project-gallery-uploader .preview-item.dz-complete a.dz-remove { display: -webkit-box; display: -ms-flexbox; display: flex; }

.project-gallery-uploader .preview-item.dz-complete .dz-progress { display: none; }

.project-gallery-uploader .preview-item .dz-error-message { display: none; }

.project-gallery-uploader .preview-item.dz-error .dz-error-message { display: block; position: absolute; bottom: 0; left: 15px; right: 15px; background-color: #e33a3a; color: #ffffff; font-size: 12px; padding: 10px; border-radius: 10px; }

.project-thumb-uploader #thumb-uploader { padding: 15px; border: 0; border-radius: 15px; background: #f2f2f2; position: relative; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out; }

.project-thumb-uploader #thumb-uploader .dz-button, .project-thumb-uploader #thumb-uploader .dz-button h3, .project-thumb-uploader #thumb-uploader .dz-button h4 { display: block; width: 100%; }

.project-thumb-uploader #thumb-uploader h3 { text-transform: initial; font-size: 20px; font-weight: 400; }

.project-thumb-uploader #thumb-uploader h4 { font-size: 28px; font-weight: 400; margin-top: 5px; margin-bottom: 25px; color: #595A5C; }

.project-thumb-uploader #thumb-uploader p { line-height: 1.76; color: #595A5C; font-size: 13px; margin-bottom: 0; }

.project-thumb-uploader #thumb-uploader .upl-btn { background-color: #000000; color: #ffffff; padding: 0; border: 0; border-radius: 100px; font-size: 30px; line-height: 50px; font-weight: 900; width: 60px; height: 60px; margin-bottom: 15px; margin-top: 20px; }

.project-thumb-uploader #thumb-uploader .upl-btn span { font-size: 0; position: relative; top: 2px; width: 20px; height: 20px; display: block; margin: 0 auto; }

.project-thumb-uploader #thumb-uploader .upl-btn span:before, .project-thumb-uploader #thumb-uploader .upl-btn span:after { content: ''; position: absolute; display: block; width: 100%; background-color: #ffffff; height: 2px; top: 50%; margin-top: -1px; }

.project-thumb-uploader #thumb-uploader .upl-btn span:before { top: 11px; left: 0; }

.project-thumb-uploader #thumb-uploader .upl-btn span:after { -webkit-transform: rotate(90deg); transform: rotate(90deg); top: 11px; left: 0; }

.project-thumb-uploader #thumb-uploader.has-preview { display: none; }

.project-thumb-uploader #thumb-uploader .dz-preview { display: none; }

.project-thumb-uploader #thumb-uploader .error-message { color: #e33a3a; }

.project-thumb-uploader .preview-item .preview-image .preview-image-bg { width: 100%; padding-bottom: 75%; background-size: cover; background-position: center; border-radius: 10px; border: 1px solid #dddddd; }

.project-thumb-uploader .preview-item .preview-image .preview-remove-button { background: none; border: 0; width: 100%; outline: none; margin-top: 5px; }

.project-thumb-uploader .preview-item .preview-remove { position: absolute; top: 15px; right: 30px; }

.project-thumb-uploader .preview-item .preview-remove .thumb-remove-button { padding: 0; border: 0; background-color: #000000; color: #ffffff; width: 20px; height: 20px; margin: 0; border-radius: 100%; display: block; opacity: .3; -webkit-transform: scale(1); transform: scale(1); -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out; }

.project-thumb-uploader .preview-item:hover .preview-remove .thumb-remove-button { opacity: 1; background-color: red; -webkit-transform: scale(1.4); transform: scale(1.4); }

.project-hero-uploader #hero-uploader { margin-bottom: 30px; padding: 130px 15px; border-radius: 15px; background: #f2f2f2; border: 5px dashed #000000; position: relative; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out; }

.project-hero-uploader #hero-uploader:after { border-radius: 15px; content: ''; position: absolute; left: -4px; top: -4px; right: -4px; bottom: -4px; border: 4px solid #f2f2f2; pointer-events: none; }

.project-hero-uploader #hero-uploader.has-preview { display: none; }

.project-hero-uploader #hero-uploader .dz-preview { display: none; }

.project-hero-uploader #hero-uploader .dz-button { width: 100%; }

.project-hero-uploader #hero-uploader .dz-button, .project-hero-uploader #hero-uploader .dz-button h3, .project-hero-uploader #hero-uploader .dz-button h4 { display: block; }

.project-hero-uploader #hero-uploader h3 { text-transform: initial; }

.project-hero-uploader #hero-uploader h4 { font-size: 28px; font-weight: 400; margin-top: 5px; margin-bottom: 25px; color: #595A5C; }

.project-hero-uploader #hero-uploader p { font-size: 25px; line-height: 1.76; color: #595A5C; }

.project-hero-uploader #hero-uploader .upl-btn { background-color: #000000; color: #ffffff; padding: 0; border: 0; width: 85px; height: 85px; border-radius: 100px; font-size: 30px; line-height: 50px; font-weight: 900; margin-bottom: 35px; margin-top: 35px; }

.project-hero-uploader #hero-uploader .upl-btn span { font-size: 0; width: 30px; height: 30px; display: inline-block; position: relative; top: 2px; vertical-align: middle; }

.project-hero-uploader #hero-uploader .upl-btn span:before, .project-hero-uploader #hero-uploader .upl-btn span:after { content: ''; position: absolute; display: block; width: 100%; height: 3px; background-color: #ffffff; }

.project-hero-uploader #hero-uploader .upl-btn span:before { top: 11px; left: 0; }

.project-hero-uploader #hero-uploader .upl-btn span:after { -webkit-transform: rotate(90deg); transform: rotate(90deg); top: 11px; left: 0; }

.project-hero-uploader #hero-uploader .error-message { color: #e33a3a; }

.project-hero-uploader .preview-item .preview-image .preview-image-bg { width: 100%; padding-bottom: 75%; background-size: cover; background-position: center; border-radius: 10px; border: 1px solid #dddddd; }

.project-hero-uploader .preview-item .preview-image .hero-remove-button { background: none; border: 0; width: 100%; outline: none; margin-top: 5px; }

.project-hero-uploader .preview-item .preview-remove { position: absolute; top: 15px; right: 30px; }

.project-hero-uploader .preview-item .preview-remove .hero-remove-button { padding: 0; border: 0; background-color: #000000; color: #ffffff; width: 20px; height: 20px; margin: 0; border-radius: 100%; display: block; opacity: .3; -webkit-transform: scale(1); transform: scale(1); -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out; }

.project-hero-uploader .preview-item:hover .preview-remove .hero-remove-button { opacity: 1; background-color: red; -webkit-transform: scale(1.4); transform: scale(1.4); }

.dropzone.dz-started:before { content: '\f1ce'; display: inline-block; font-family: 'FontAwesome'; font-size: 100px; line-height: 1; -webkit-animation-name: spin; animation-name: spin; -webkit-animation-duration: 1000ms; animation-duration: 1000ms; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-timing-function: linear; animation-timing-function: linear; }

.dropzone.dz-started:before#gallery-uploader { font-size: 100px; }

.dropzone.dz-started:before#hero-uploader { font-size: 100px; }

.dropzone.dz-started:before#thumb-uploader { font-size: 50px; }

#location-select + .select2-container .select2-selection__arrow { display: none !important; }

#location-select + .select2-container #select2-location-select-container { padding: 10px 15px; }

.select2-container--default { width: 100% !important; }

.select2-container--default .select2-selection--multiple { background-color: #f2f2f2; border: 0; border-radius: 10px; padding: 0; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered { margin: 0; }

.select2-container--default .select2-selection--multiple .select2-selection__choice { background-color: #000000; color: #ffffff; font-size: 14px; padding: 2px 5px; border: 0; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove { border-radius: 0; border-right-color: #616161; color: #ffffff; margin: 0px; padding-right: 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover { background-color: transparent; color: red; }

.select2-container--default .select2-selection--multiple .select2-search__field { margin: 0; padding: 0 20px; height: 40px; }

.buddypress.profile.edit #buddypress .standard-form:not(.in) { background-color: #ffffff; padding: 20px; margin-bottom: 20px; border-radius: 10px; display: -ms-flexbox; display: -webkit-box; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.buddypress.profile.edit #buddypress .standard-form > h2 { display: none; }

.buddypress.profile.edit #buddypress .standard-form .field-visibility-settings-toggle, .buddypress.profile.edit #buddypress .standard-form .field-visibility-settings-notoggle { display: none; }

.buddypress.profile.edit #buddypress .standard-form .field-group { background-color: #ffffff; padding: 20px; padding-bottom: 0; margin-bottom: 20px; border-radius: 10px; display: -ms-flexbox; display: -webkit-box; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.buddypress.profile.edit #buddypress .standard-form .field-group.field-group-1 { width: 100%; }

.buddypress.profile.edit #buddypress .standard-form .field-group.field-group-2 { width: 100%; }

.buddypress.profile.edit #buddypress .standard-form .field-group.field-group-3 { padding-bottom: 0; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.buddypress.profile.edit #buddypress .standard-form .field-group.field-group-3:before { content: 'On the web'; -ms-flex: 0 0 100%; -webkit-box-flex: 0; flex: 0 0 100%; max-width: 100%; margin-bottom: 20px; font-size: 14px; padding-left: 15px; }

.buddypress.profile.edit #buddypress .standard-form legend, .buddypress.profile.edit #buddypress .standard-form label { font-weight: 400 !important; font-size: 14px; margin-top: 0; }

.buddypress.profile.edit #buddypress .standard-form .editfield { -ms-flex: 0 0 100%; -webkit-box-flex: 0; flex: 0 0 100%; max-width: 100%; position: relative; width: 100%; padding-right: 15px; padding-left: 15px; }

.buddypress.profile.edit #buddypress .standard-form .editfield fieldset > input, .buddypress.profile.edit #buddypress .standard-form .editfield fieldset > select { max-width: 100%; width: 100% !important; background-color: #F1F1F1; border-radius: 10px; height: 40px; border: 0; margin: 0; }

.buddypress.profile.edit #buddypress .standard-form legend { font-weight: 400 !important; font-size: 14px; }

.buddypress.profile.edit #buddypress .standard-form .editfield { -ms-flex: 0 0 100%; -webkit-box-flex: 0; flex: 0 0 100%; max-width: 100%; position: relative; width: 100%; padding-right: 15px; padding-left: 15px; }

@media (min-width: 992px) { .buddypress.profile.edit #buddypress .standard-form .editfield { -ms-flex: 0 0 50%; -webkit-box-flex: 0; flex: 0 0 50%; max-width: 50%; } }

.buddypress.profile.edit #buddypress .standard-form .editfield input, .buddypress.profile.edit #buddypress .standard-form .editfield select { max-width: 100%; width: 100% !important; background-color: #F1F1F1; border-radius: 10px; height: 40px; border: 0; }

.buddypress.profile.edit #buddypress .standard-form .editfield textarea { max-width: 100%; width: 100% !important; background-color: #F1F1F1; border-radius: 10px; border: 0; }

.buddypress.profile.edit #buddypress .standard-form legend { display: none; }

.buddypress.profile.edit #buddypress .standard-form .editfield { -ms-flex: 0 0 100%; -webkit-box-flex: 0; flex: 0 0 100%; max-width: 100%; position: relative; width: 100%; padding-right: 15px; padding-left: 40px; margin-bottom: 20px; }

.buddypress.profile.edit #buddypress .standard-form .editfield.field_2, .buddypress.profile.edit #buddypress .standard-form .editfield.field_1, .buddypress.profile.edit #buddypress .standard-form .editfield.field_8, .buddypress.profile.edit #buddypress .standard-form .editfield.field_9 { padding-left: 0; }

@media (min-width: 768px) { .buddypress.profile.edit #buddypress .standard-form .editfield { -ms-flex: 0 0 50%; -webkit-box-flex: 0; flex: 0 0 50%; max-width: 50%; }
  .buddypress.profile.edit #buddypress .standard-form .editfield.field_2 { -ms-flex: 0 0 100%; -webkit-box-flex: 0; flex: 0 0 100%; max-width: 100%; } }

@media (min-width: 992px) { .buddypress.profile.edit #buddypress .standard-form .editfield { -ms-flex: 0 0 33.333333%; -webkit-box-flex: 0; flex: 0 0 33.333333%; max-width: 33.333333%; }
  .buddypress.profile.edit #buddypress .standard-form .editfield.field_1, .buddypress.profile.edit #buddypress .standard-form .editfield.field_8, .buddypress.profile.edit #buddypress .standard-form .editfield.field_9 { -ms-flex: 0 0 100%; -webkit-box-flex: 0; flex: 0 0 100%; max-width: 100%; } }

.buddypress.profile.edit #buddypress .standard-form .editfield input { max-width: 100%; width: 100% !important; background-color: #F1F1F1; border-radius: 10px; height: 40px; border: 0; }

.buddypress.profile.edit #buddypress .standard-form .editfield:before { font-family: 'FontAwesome'; font-size: 16px; position: absolute; top: 0; left: 15px; line-height: 40px; width: 25px; height: 40px; color: #58595B; }

.buddypress.profile.edit #buddypress .standard-form .editfield.field_11:before { content: '\f0c1'; }

.buddypress.profile.edit #buddypress .standard-form .editfield.field_12:before { content: '\f0e1'; }

.buddypress.profile.edit #buddypress .standard-form .editfield.field_13:before { content: '\f16a'; }

.buddypress.profile.edit #buddypress .standard-form .editfield.field_14:before { content: '\f099'; }

.buddypress.profile.edit #buddypress .standard-form .editfield.field_15:before { content: '\f1b4'; }

.buddypress.profile.edit #buddypress .standard-form .editfield.field_16:before { content: '\f0d2'; }

.buddypress.profile.edit #buddypress .standard-form .editfield.field_17:before { content: '\f16d'; }

.buddypress.profile.edit #buddypress .standard-form .editfield.field_18:before { content: '\f09a'; }

.buddypress.profile.edit #buddypress .standard-form .editfield.field_19:before { content: '\f17d'; }

.buddypress.profile.edit #buddypress .standard-form .submit input { margin-right: 15px; padding: 20px 40px; border: 0; background-color: #000000; color: #ffffff; font-size: 17px; border-radius: 10px; margin-bottom: 20px; }

@keyframes spin { from { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  to { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }

/*------------------------------------------------------------------------------ Members / Single / Friends ----------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------ Members / Single / Groups ----------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------ Members / Single / Messages ----------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------ Members / Single / Notifications ----------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------ Members / Single / Profile ----------------------------------------------------------------------------*/
.bp_members .entry-title { display: none; }

.bp_members .entry-content { margin: 0; }

@media (min-width: 1640px) { #buddypress .container { max-width: 1140px; } }

#buddypress #item-body .profile > h2, #buddypress #item-body .profile > p { display: none; }

#buddypress #header-cover-image { height: 300px; position: static; }

#buddypress #item-header-cover-image { text-align: center; padding: 0; margin-top: -50px; }

#buddypress #item-header-cover-image #item-header-avatar { width: initial !important; margin-top: 0; float: none; display: inline-block; background-color: #ffffff; border: 5px solid #ffffff; border-radius: 500px; -webkit-box-shadow: 0px -2px 20px 0px rgba(0, 0, 0, 0.15); box-shadow: 0px -2px 20px 0px rgba(0, 0, 0, 0.15); }

#buddypress #item-header-cover-image #item-header-avatar img { margin: 0; float: none; max-width: 100px; border-radius: 100px; overflow: hidden; }

#buddypress #item-header { display: none; }

#buddypress #item-header #item-header-content { float: none !important; margin: 0 !important; }

#buddypress #item-header #item-header-content > .activity { display: none; }

#buddypress #item-header #item-header-content .user-name { margin: 10px 0; }

#buddypress #item-header #item-header-content .profile-location a { color: inherit; text-transform: uppercase; text-decoration: none; }

#buddypress #item-header #item-header-content .profile-social a { color: #58595B; font-size: 18px; margin-top: 15px; margin-left: 30px; display: inline-block; }

#buddypress #item-header #item-header-content .profile-social a:first-child { margin-left: 0; }

#buddypress #item-header #item-buttons .generic-button { margin: 10px 5px 0; float: none; display: inline-block; }

#buddypress #item-header #item-buttons .generic-button a { background-color: #000000; color: #ffffff; border-radius: 50px; border: 1px solid #000000; }

#buddypress.component-projects:not(.action-new) { margin-top: -50px; }

#buddypress.component-projects:not(.action-new) #item-header { display: block; }

#buddypress #item-nav { background-color: #ffffff; }

#buddypress #item-nav ul li { float: none; }

#buddypress #item-nav ul li a { color: #444444; padding: 15px 15px; border-bottom: 1px solid #eee; }

#buddypress #item-nav ul li.current a, #buddypress #item-nav ul li.selected a { color: #000000; background-color: transparent; position: relative; }

#buddypress #subnav { background-color: transparent !important; margin-top: 0 !important; margin-bottom: 20px !important; padding: 0; }

#buddypress #subnav ul li { margin-right: 15px; }

#buddypress #subnav ul li a { border: 1px solid #000000; border-radius: 3px; color: #000000; text-transform: uppercase; font-size: 14px; padding: 5px 15px; }

#buddypress #subnav ul li.current a, #buddypress #subnav ul li.selected a { color: #ffffff; background-color: #000000; position: relative; }

#buddypress table.profile-fields { margin-bottom: 50px; }

#buddypress table.profile-fields tr td { padding: 15px; border-bottom: 1px solid #eaeaea; }

#buddypress table.profile-fields tr td.label { font-weight: 500; background-color: #ffffff; color: #000000; }

#buddypress table.profile-fields tr td.data { font-weight: 400; background-color: #ffffff; color: #000000; }

#buddypress table.profile-fields tr td.data a { color: inherit; text-decoration: underline; }

#buddypress table.profile-fields tr.alt td.label { font-weight: 500; background-color: #ffffff; color: #000000; }

#buddypress table.profile-fields tr.alt td.data { font-weight: 400; background-color: #ffffff; color: #000000; }

#buddypress table.profile-fields tr.alt td.data a { color: inherit; text-decoration: underline; }

#buddypress.component-messages #item-body { background: #fff; border-radius: 4px; -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4); margin-bottom: 50px; }

#buddypress.component-messages #subnav { border-bottom: 1px solid #dedede; padding: 15px; margin: 0 !important; }

#buddypress.component-messages #messages_search { border-radius: 50px; padding: 5px 20px 5px 30px; outline: none; }

#buddypress.component-messages #messages_search_submit { display: none; }

#buddypress.component-messages .pagination { margin: 0; }

#buddypress.component-messages .messages-notices a { color: inherit; text-decoration: none; }

#buddypress.component-messages .messages-notices thead th { background-color: #efefef; font-weight: 400; }

#buddypress.component-messages #message-threads { margin-bottom: 0; }

#buddypress.component-messages #message-threads img.avatar { border-radius: 50px; margin-right: 10px; }

#buddypress.component-messages #message-threads .unread td { background-color: #e6e6e6; border-color: #dedede; }

#buddypress.component-messages .messages-options-nav { padding: 15px; }

#buddypress.component-messages #messages-select { padding: 5px 10px; border-radius: 4px; }

#buddypress.component-messages #messages-bulk-manage { padding: 8px 15px !important; }

#buddypress.component-messages #message-thread #message-subject { margin-top: 20px; font-size: 20px; }

#buddypress.component-messages #message-thread #message-recipients, #buddypress.component-messages #message-thread #message-subject { padding: 0 15px; }

#buddypress.component-messages #message-thread a { color: inherit; }

#buddypress.component-messages #message-thread .avatar { border-radius: 50px; }

#buddypress.component-messages #message-thread .message-content p:last-of-type { margin-bottom: 0; }

#buddypress #send_message_form { padding: 20px; }

#buddypress #send_message_form ul.acfb-holder li { float: none; margin: 0; }

#buddypress #send_message_form input[type=text] { width: 100%; }

#buddypress #send_message_form textarea { width: 100%; }

#buddypress #members-dir-list .pagination #member-dir-count-top, #buddypress #members-dir-list .pagination #member-dir-count-bottom { display: none; }

#buddypress #members-dir-list #message { margin-top: 30px !important; }

#buddypress #members-dir-list #message.info p { border: 0 !important; background-color: transparent !important; color: #000000 !important; }

#buddypress .bps-filters, #buddypress #members-dir-search { display: none; }

#buddypress .bps-form { background-color: #f8f8f8; border: 1px solid #dedede; border-radius: 50px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: -15px; margin-left: -15px; }

@media (max-width: 767px) { #buddypress .bps-form { border-radius: 5px; } }

#buddypress .bps-form br, #buddypress .bps-form .bps-label, #buddypress .bps-form button { display: none !important; }

#buddypress .bps-form .bps-checkbox { -ms-flex: 0 0 auto; -webkit-box-flex: 0; flex: 0 0 auto; width: auto; max-width: 100%; padding-top: 8px; border-left: 1px solid #dedede; position: relative; padding-right: 15px; padding-left: 15px; }

@media (max-width: 767px) { #buddypress .bps-form .bps-checkbox { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; padding-bottom: 8px; border-left: 0; border-top: 1px solid #dedede; } }

#buddypress .bps-form .bps-checkbox label { background-color: transparent; display: inline-block; color: #000000; font-size: 12px; padding: 5px 10px; border-radius: 50px; position: relative; margin-bottom: 0; }

#buddypress .bps-form .bps-checkbox label:nth-of-type(5), #buddypress .bps-form .bps-checkbox label:nth-of-type(6) { display: none; }

#buddypress .bps-form .bps-checkbox label.active { background-color: #000000; color: #ffffff; }

#buddypress .bps-form .bps-checkbox input { visibility: hidden; position: absolute; }

#buddypress .bps-form .bps-textbox { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; -webkit-box-flex: 1; flex-grow: 1; max-width: 100%; position: relative; padding-right: 15px; padding-left: 30px; }

#buddypress .bps-form .bps-textbox:before { content: "\e906"; position: absolute; top: 14px; left: 15px; font-family: 'potw-icons' !important; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

#buddypress .bps-form:after { content: ''; display: table; clear: both; }

#buddypress .bps-form #display_name_contains, #buddypress .bps-form #field_11 { border: 0; background-color: transparent; padding: 10px 15px; outline: 0; width: 100%; }

#buddypress .bps-form #field_11_wrap { display: none; }

#buddypress .bps-form.search-loc #field_11_wrap { display: block; }

#buddypress .bps-form.search-loc #display_name_contains_wrap { display: none; }

#buddypress .dir-form .item-list-tabs { display: none; }

#buddypress .pagination-row .pagination { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

#buddypress #projects-add-personal-li { display: none; }

#buddypress #activate-page { text-align: center; max-width: 600px; margin: 100px auto; }

.project-actions { position: absolute; left: 0; top: 0; right: 0; bottom: 0; }

.project-actions .project-action-view { background-color: #ffffff; color: #000000; margin: 0 5px; }

.project-actions .project-action-edit { background-color: #000000; color: #ffffff; margin: 0 5px; }

.project-actions .project-action-remove { background-color: red; margin: 0 5px; color: #ffffff; }

.project-actions .keep-button { background-color: red; text-decoration: none; color: #ffffff; display: block; padding: 7px 15px; border-radius: 4px; margin: 0 5px; }

.project-actions .keep-button .btn-text { display: none; }

.potw-action { position: fixed; background-color: #ffffff; width: 100%; max-width: 400px; padding: 30px; bottom: -100%; opacity: .5; border-radius: 2px; left: 0; right: 0; margin: 0 auto; -webkit-transition: bottom .5s linear; transition: bottom .5s linear; text-align: center; }

.potw-action.show { bottom: 30px; opacity: 1; }

.buddypress #buddypress #item-header { display: none; }

.buddypress #buddypress #item-nav { display: none; }

.buddypress #buddypress #item-body { max-width: 1200px; margin: 0 auto; padding: 0 15px; }

.buddypress #buddypress .combined-bp-tabs { list-style: none; padding: 0; margin: 0; border-radius: 4px; overflow: hidden; padding-top: 40px; background-color: #ffffff; margin-top: -30px; }

.buddypress #buddypress .combined-bp-tabs li a { display: block; padding: 10px; text-decoration: none; background-color: #ffffff; color: #666; }

.buddypress #buddypress .combined-bp-tabs li.current a { color: #000; }

.buddypress.profile #subnav, .buddypress.settings #subnav { display: none; }

.buddypress.profile #item-body, .buddypress.settings #item-body { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }

.buddypress.profile #item-body .base > h2, .buddypress.settings #item-body .base > h2 { display: none; }

.buddypress.profile.data #item-body, .buddypress.settings.data #item-body { opacity: 0; }

.buddypress.profile.data #item-body.in, .buddypress.settings.data #item-body.in { opacity: 1; }

.buddypress.profile .profile-left-nav, .buddypress.settings .profile-left-nav { width: 20%; }

.buddypress.profile .profile-left-nav .profile-nav-avatar, .buddypress.settings .profile-left-nav .profile-nav-avatar { width: 130px; position: relative; }

.buddypress.profile .profile-left-nav .profile-nav-avatar .img, .buddypress.settings .profile-left-nav .profile-nav-avatar .img { display: block; width: 100%; border-radius: 100%; overflow: hidden; border: 5px solid #ffffff; -webkit-box-shadow: 0px -2px 20px 0px rgba(0, 0, 0, 0.15); box-shadow: 0px -2px 20px 0px rgba(0, 0, 0, 0.15); position: relative; margin-left: 15px; }

.buddypress.profile .profile-left-nav .profile-nav-avatar .edit, .buddypress.settings .profile-left-nav .profile-nav-avatar .edit { position: absolute; right: 0; bottom: 0; }

.buddypress.profile .profile-left-nav .profile-nav-avatar .edit i, .buddypress.settings .profile-left-nav .profile-nav-avatar .edit i { font-size: 30px; }

.buddypress.profile .profile-left-nav .profile-nav-avatar:hover .edit i, .buddypress.settings .profile-left-nav .profile-nav-avatar:hover .edit i { color: #000000; }

.buddypress.profile .combined-bp-tabs #public-personal-li, .buddypress.settings .combined-bp-tabs #public-personal-li { display: none; }

.buddypress.profile .profile, .buddypress.profile #settings-form, .buddypress.profile .settings-data, .buddypress.profile #account-capabilities-form, .buddypress.settings .profile, .buddypress.settings #settings-form, .buddypress.settings .settings-data, .buddypress.settings #account-capabilities-form { width: 80%; padding-left: 30px; margin-top: 100px; }

.buddypress.profile #account-capabilities-form .submit input, .buddypress.settings #account-capabilities-form .submit input { background-color: #000000; border-color: #000000; color: #ffffff; text-transform: uppercase; width: auto; }

.buddypress.profile #settings-form input, .buddypress.settings #settings-form input { width: 100%; border-radius: 3px; }

.buddypress.profile #settings-form label, .buddypress.settings #settings-form label { font-size: 14px; }

.buddypress.profile #settings-form label span, .buddypress.settings #settings-form label span { font-weight: 400; font-style: italic; }

.buddypress.profile #settings-form .submit input, .buddypress.settings #settings-form .submit input { background-color: #000000; border-color: #000000; color: #ffffff; text-transform: uppercase; width: auto; }

.buddypress.profile #bp-delete-cover-image, .buddypress.settings #bp-delete-cover-image { background-color: #000000; border-color: #000000; color: #ffffff; text-transform: uppercase; width: auto; display: inline-block; padding: 15px 30px; border-radius: 3px; }

.buddypress.profile .settings-data #bp-data-export button, .buddypress.settings .settings-data #bp-data-export button { background-color: #000000; border-color: #000000; color: #ffffff; text-transform: uppercase; padding: 15px 30px; font-size: 13px; border-radius: 3px; }

.buddypress.projects:not(.new) .site-content { padding-top: 0; }

.buddypress.projects:not(.new) #buddypress #item-header { display: block; }

/*------------------------------------------------------------------------------ Members / Single / Settings ----------------------------------------------------------------------------*/
.members-list > .row { border-top: 1px solid #e6e6e6; }

.members-list > .row:last-child { border-bottom: 1px solid #e6e6e6; }

.members-list .member-avatar { margin-right: 15px; }

.members-list .member-avatar a img { border-radius: 100px; }

.members-list .is-online .member-avatar { position: relative; }

.members-list .is-online .member-avatar:before { content: ''; position: absolute; height: 15px; width: 15px; display: block; background-color: #33af14; border-radius: 50px; border: 3px solid #ffffff; left: 0; top: 0; }

.members-list .member-name { line-height: 1; }

.members-list .member-name a { color: #333; text-decoration: none; }

.members-list .member-location { color: #444444; font-size: 14px; font-weight: 300; text-decoration: none; }

.members-list .member-project-count { font-size: 14px; color: #999999; }

.members-list .member-activity { display: none; }

.members-list .member-action { padding-top: 10px; }

.members-list .member-action .generic-button { display: inline-block; margin-right: 5px; }

.members-list .member-action .generic-button a { border: 0 !important; background-color: transparent !important; }

.members-list .member-action .generic-button::before { display: none !important; }

.members-list .member-action .friendship-button.add, .members-list .member-action .follow, .members-list .member-action .friendship-button.remove, .members-list .member-action .unfollow, .members-list .member-action .friendship-button.requested { font-size: 0 !important; width: 24px !important; height: 24px !important; padding: 0 !important; display: inline-block; }

.members-list .member-action .friendship-button.add:before, .members-list .member-action .follow:before, .members-list .member-action .friendship-button.remove:before, .members-list .member-action .unfollow:before, .members-list .member-action .friendship-button.requested:before { font-family: 'FontAwesome'; font-size: 17px; display: block; width: 24px; height: 24px; }

.members-list .member-action .friendship-button.add:before { content: '\f234'; }

.members-list .member-action .friendship-button.remove:before, .members-list .member-action .friendship-button.requested:before { content: '\f235'; }

.members-list .member-action .follow:before { content: '\f08a'; }

.members-list .member-action .unfollow:before { content: '\f004'; }

.members-list .project-card .card-header .thumb { border-radius: calc(.25rem - 1px); }

.members-list .member-project-card { padding: 0 10px !important; }

.members-list .all-packages { -ms-flex-wrap: inherit; flex-wrap: inherit; overflow: hidden; }

/*--------------------------------------------------------------
# Woocommerce
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Account
--------------------------------------------------------------*/
.woocommerce-page .woocommerce { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }

.woocommerce-page .woocommerce .woocommerce-MyAccount-navigation { float: none; width: 30%; }

.woocommerce-page .woocommerce .woocommerce-MyAccount-navigation ul { margin: 0; padding: 0; list-style: none; }

.woocommerce-page .woocommerce .woocommerce-MyAccount-navigation ul li a { display: inline-block; padding: 10px; text-decoration: none; }

.woocommerce-page .woocommerce .woocommerce-MyAccount-content { float: none; width: 70%; }

.woocommerce-page.woocommerce-lost-password .navbar, .woocommerce-page.woocommerce-lost-password .site-footer, .woocommerce-page.woocommerce-lost-password .entry-header { display: none; }

.woocommerce-page.woocommerce-lost-password .site { min-height: 100vh; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -ms-flex-line-pack: center; align-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.woocommerce-page.woocommerce-lost-password .register-bg { position: fixed; left: 0; top: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-size: cover; background-position: center; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -ms-flex-line-pack: end; align-content: flex-end; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; }

.woocommerce-page.woocommerce-lost-password .register-bg .bg-credit { background-color: rgba(0, 0, 0, 0.5); color: #ffffff; font-size: 10px; padding: 3px 15px 3px 10px; border-radius: 0 50px 0 0; }

.woocommerce-page.woocommerce-lost-password .register-bg .bg-credit a { color: inherit; }

.woocommerce-page.woocommerce-lost-password .woocommerce { max-width: 362px; }

.woocommerce-page.woocommerce-lost-password .woocommerce .woocommerce-ResetPassword { position: relative; max-width: 362px; margin: 0 auto; background-color: #ffffff; padding: 30px; border-radius: 15px; -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); }

.woocommerce-page.woocommerce-lost-password .woocommerce .woocommerce-ResetPassword > p { float: none; width: 100%; }

.woocommerce-page.woocommerce-lost-password .woocommerce .woocommerce-ResetPassword > p:not(.woocommerce-form-row) { padding: 10px; background-color: rgba(0, 0, 0, 0.1); font-size: 14px; margin-bottom: 10px; }

.woocommerce-page.woocommerce-lost-password .woocommerce .woocommerce-ResetPassword .password-input { width: 100%; }

.woocommerce-page.woocommerce-lost-password .woocommerce .woocommerce-ResetPassword .password-input input { height: 40px; }

.woocommerce-page.woocommerce-lost-password .woocommerce .woocommerce-ResetPassword label { line-height: 1; font-size: 12px; font-weight: 600; margin-bottom: 7px; }

.woocommerce-page.woocommerce-lost-password .woocommerce .woocommerce-ResetPassword #user_login { height: 40px; outline: 0; }

.woocommerce-page.woocommerce-lost-password .woocommerce .woocommerce-ResetPassword .woocommerce-Button { width: 100%; font-size: 14px; font-weight: normal; text-transform: uppercase; height: 40px; background-color: #000000; color: #ffffff; }

.woocommerce-page.woocommerce-lost-password .woocommerce .lost-password-form-outer { position: relative; max-width: initial; margin: 0 auto; background-color: initial; padding: 0; border-radius: initial; -webkit-box-shadow: none; box-shadow: none; }

.woocommerce-page.woocommerce-lost-password .woocommerce .lost-password-form-outer .registration-brand { display: block; margin-bottom: 20px; }

.woocommerce-page.woocommerce-lost-password .woocommerce .lost-password-form-outer .woocommerce-ResetPassword { position: relative; max-width: 362px; margin: 0 auto; background-color: #ffffff; padding: 30px; border-radius: 15px; -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); }

/*--------------------------------------------------------------
## Product
--------------------------------------------------------------*/
.woocommerce .single-product { width: 100%; }

.woocommerce .products { width: 100%; }

.woocommerce .woocommerce-notices-wrapper, .woocommerce .woocommerce-form-coupon-toggle { width: 100%; }

.woocommerce .woocommerce-result-count { width: 50%; }

.woocommerce form.woocommerce-ordering { width: 50%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }

.woocommerce .product a { color: #000000; text-align: center; }

.woocommerce .product h2 { font-weight: 600; }

.woocommerce .product .button, .woocommerce .product .button:hover, .woocommerce .product .button:focus { background-color: #000000 !important; color: #ffffff !important; }

.woocommerce .product .button.add_to_cart_button { display: none; }

.woocommerce .product .summary ul { list-style: none; padding: 0; margin: 30px 0; }

.woocommerce .woocommerce-tabs .tabs .description_tab.active { background-color: transparent !important; }

.woocommerce .woocommerce-tabs .tabs #tab-title-desc_tab { display: none; }

/*--------------------------------------------------------------
## Checkout
--------------------------------------------------------------*/
.woocommerce .woocommerce-form-coupon-toggle { width: 100%; }

.woocommerce .woocommerce-info { border-top: 1px solid #000; background-color: #ffffff; margin: 0; }

.woocommerce .woocommerce-info:before { color: #000000; content: '\f145'; font-family: 'FontAwesome'; }

.woocommerce .woocommerce-info a { color: #000000; }

.woocommerce .woocommerce-notices-wrapper .woocommerce-message { background-color: #ffffff; border-top: 1px solid #000000; }

.woocommerce .woocommerce-notices-wrapper .woocommerce-message:before { color: #000000; }

.woocommerce .woocommerce-notices-wrapper .woocommerce-message a { display: inline !important; padding: 0 !important; background-color: transparent !important; font-weight: 400 !important; color: #000000 !important; }

.woocommerce form.checkout { margin-top: 2em; }

@media (min-width: 768px) { .woocommerce form.checkout { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; } }

.woocommerce form.checkout > h3 { display: none; }

.woocommerce form.checkout h3 { font-size: 20px; margin-bottom: 15px; margin-top: 0; padding: 0 6px; line-height: 1.5; }

@media (min-width: 768px) { .woocommerce form.checkout #customer_details { width: 60%; } }

@media (min-width: 768px) and (min-width: 768px) { .woocommerce form.checkout #customer_details { padding-right: 30px; } }

@media (min-width: 768px) { .woocommerce form.checkout #order_review { width: 40%; padding-top: 51px; } }

.woocommerce form.checkout .col2-set .col-1, .woocommerce form.checkout .col2-set .col-2 { width: 100% !important; float: none !important; max-width: 100%; padding: 0; }

.woocommerce form.checkout .col2-set .col-1 { margin-bottom: 20px; }

.woocommerce form.checkout .woocommerce-billing-fields__field-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.woocommerce form.checkout .woocommerce-input-wrapper { width: 100%; }

.woocommerce form.checkout .form-row { padding: 6px; margin-bottom: 0; }

.woocommerce form.checkout .form-row label { display: none; }

.woocommerce form.checkout .form-row .input-text { height: 50px; border-radius: 5px; padding: 0 20px !important; border-color: #d9d9d9; background-color: #ffffff; color: #333333; }

.woocommerce form.checkout .form-row textarea.input-text { min-height: 100px; border-radius: 5px; padding: 20px !important; }

.woocommerce form.checkout .form-row .select2-container .select2-selection--single { height: 50px; border-color: #d9d9d9; }

.woocommerce form.checkout .form-row .select2-container .select2-selection--single .select2-selection__rendered { height: 50px; padding: 0 40px 0 20px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.woocommerce form.checkout .form-row .select2-container .select2-selection--single .select2-selection__arrow { height: 48px; width: 40px; }

.woocommerce form.checkout .form-row.form-row-first { width: 100%; float: none; }

@media (min-width: 768px) { .woocommerce form.checkout .form-row.form-row-first { width: 50%; } }

.woocommerce form.checkout .form-row.form-row-last { width: 100%; float: none; }

@media (min-width: 768px) { .woocommerce form.checkout .form-row.form-row-last { width: 50%; } }

.woocommerce form.checkout .form-row.form-row-wide { width: 100%; }

.woocommerce form.checkout #place_order, .woocommerce form.checkout #place_order:hover, .woocommerce form.checkout #place_order:focus { background-color: #000000; color: #ffffff; }

.woocommerce form.checkout_coupon { border: 0; margin: 0; background-color: #ffffff; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-line-pack: center; align-content: center; padding-top: 0; }

.woocommerce form.checkout_coupon p { width: 100%; margin-bottom: 10px; }

.woocommerce form.checkout_coupon p.form-row { min-height: 50px; float: none; width: auto; }

.woocommerce form.checkout_coupon p.form-row-first { -webkit-box-flex: 1; -ms-flex: 1 0 auto; flex: 1 0 auto; margin-bottom: 0; }

.woocommerce form.checkout_coupon p.form-row-last { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; margin-bottom: 0; }

.woocommerce form.checkout_coupon p.form-row-last .button { background-color: #000000; color: #ffffff; }

.woocommerce form.woocommerce-cart-form { width: 100%; }

.woocommerce form.woocommerce-cart-form table.shop_table { background-color: #ffffff; }

.woocommerce form.woocommerce-cart-form table.shop_table th { padding: 15px 10px; }

.woocommerce form.woocommerce-cart-form table.shop_table td { padding: 20px 10px; }

.woocommerce form.woocommerce-cart-form table.shop_table td.product-name a { text-decoration: none; color: #000000; font-weight: 600; }

.woocommerce form.woocommerce-cart-form .actions button { min-height: 50px; }

.woocommerce form.woocommerce-cart-form .coupon input { min-height: 50px; min-width: 200px; }

.woocommerce .cart-collaterals { margin-top: 50px; }

.woocommerce .cart-collaterals .button { background-color: #6D6E70 !important; color: #ffffff !important; }

.woocommerce .woocommerce-order > p, .woocommerce .woocommerce-order .woocommerce-thankyou-order-received { margin-bottom: 1.5em; }

.woocommerce .woocommerce-order .order_details { padding: 0; margin-bottom: 2em; }

.woocommerce .woocommerce-order .woocommerce-order-details__title, .woocommerce .woocommerce-order .woocommerce-column__title { font-size: 1.5em; margin-bottom: 1em; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */ display: none; }

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

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley { border: none; margin-bottom: 0; margin-top: 0; padding: 0; }

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link { display: inline-block; }

@font-face { font-family: 'potw-icons'; src: url("fonts/potw-icons/potw-icons.eot?eyny0g"); src: url("fonts/potw-icons/potw-icons.eot?eyny0g#iefix") format("embedded-opentype"), url("fonts/potw-icons/potw-icons.ttf?eyny0g") format("truetype"), url("fonts/potw-icons/potw-icons.woff?eyny0g") format("woff"), url("fonts/potw-icons/potw-icons.svg?eyny0g#potw-icons") format("svg"); font-weight: normal; font-style: normal; font-display: block; }

.icon { /* use !important to prevent issues with browser extensions that change fonts */ font-family: 'potw-icons' !important; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.icon-bell:before { content: "\e900"; }

.icon-comments:before { content: "\e901"; }

.icon-hint:before { content: "\e902"; }

.icon-keep-out:before { content: "\e903"; }

.icon-keep:before { content: "\e904"; }

.icon-like:before { content: "\e905"; }

.icon-search:before { content: "\e906"; }

.icon-upload:before { content: "\e907"; }

.icon-views:before { content: "\e908"; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption { margin-bottom: 1.5em; max-width: 100%; }

.wp-caption img[class*="wp-image-"] { display: block; margin-left: auto; margin-right: auto; }

.wp-caption .wp-caption-text { margin: 0.8075em 0; }

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery { margin-bottom: 1.5em; }

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

.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%; }

.gallery-caption { display: block; }
/*# sourceMappingURL=style.css.map */