@font-face {
  font-family: 'Bariol';
  src: url(https://www.photocrowd.com/fonts/bariol/bariol_regular-webfont.eot);
  src:
    url(https://www.photocrowd.com/fonts/bariol/bariol_regular-webfont.eot?#iefix)
      format('embedded-opentype'),
    url(https://www.photocrowd.com/fonts/bariol/bariol_regular-webfont.woff) format('woff'),
    url(https://www.photocrowd.com/fonts/bariol/bariol_regular-webfont.ttf) format('truetype'),
    url(https://www.photocrowd.com/fonts/bariol/bariol_regular-webfont.svg#bariol_regularregular)
      format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Bariol';
  src: url(https://www.photocrowd.com/fonts/bariol/bariol_bold-webfont.eot);
  src:
    url(https://www.photocrowd.com/fonts/bariol/bariol_bold-webfont.eot?#iefix)
      format('embedded-opentype'),
    url(https://www.photocrowd.com/fonts/bariol/bariol_bold-webfont.woff) format('woff'),
    url(https://www.photocrowd.com/fonts/bariol/bariol_bold-webfont.ttf) format('truetype'),
    url(https://www.photocrowd.com/fonts/bariol/bariol_bold-webfont.svg#bariol_boldbold)
      format('svg');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Bariol';
  src: url(https://www.photocrowd.com/fonts/bariol/bariol_light_italic-webfont.eot);
  src:
    url(https://www.photocrowd.com/fonts/bariol/bariol_light_italic-webfont.eot?#iefix)
      format('embedded-opentype'),
    url(https://www.photocrowd.com/fonts/bariol/bariol_light_italic-webfont.woff) format('woff'),
    url(https://www.photocrowd.com/fonts/bariol/bariol_light_italic-webfont.ttf) format('truetype'),
    url(https://www.photocrowd.com/fonts/bariol/bariol_light_italic-webfont.svg#bariollight_italic)
      format('svg');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Bariol';
  src: url(https://www.photocrowd.com/fonts/bariol/bariol_bold_italic-webfont.eot);
  src:
    url(https://www.photocrowd.com/fonts/bariol/bariol_bold_italic-webfont.eot?#iefix)
      format('embedded-opentype'),
    url(https://www.photocrowd.com/fonts/bariol/bariol_bold_italic-webfont.woff) format('woff'),
    url(https://www.photocrowd.com/fonts/bariol/bariol_bold_italic-webfont.ttf) format('truetype'),
    url(https://www.photocrowd.com/fonts/bariol/bariol_bold_italic-webfont.svg#bariol_boldbold_italic)
      format('svg');
  font-weight: 700;
  font-style: italic;
}

* {
  /*
    font-family: Bariol, Arial, Helvetica, sans-serif;
    font-size: 16px;
*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Font styles */

body {
  font-family: Bariol, Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #191919;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  background: #eee;
}

footer p {
  font-size: 16px;
}

* p {
  font-size: 18px;
  color: red;
}

h1 {
  font-size: 40px;
  font-weight: 700;
}

h2 {
  font-size: 30px;
  font-weight: 700;
}

h3 {
  font-size: 22px;
  font-weight: 700;
}

/*
.container-fluid {
	max-width: 1200px;
}
*/

@media (max-width: 768px) {
  #main-content {
    margin: unset;
    margin-top: 20px;
  }

  .articleFoot {
    margin-top: 2em;
  }

  #contactMobile,
  #sbContactMobile {
    display: inline-block;
    color: #191919;
    text-decoration: underline;
  }
}

/*
@media (max-width: 768px) {
	body {
	    padding-left: 3%;
	    padding-right: 3%;
	}
}
*/

.articleFoot p,
.articleFoot time {
  color: #191919;
  font-family: Bariol, Arial, Helvetica, sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 16px;
  opacity: 0.4;
}

#sbContact:hover {
  text-decoration: underline;
  border-bottom-color: unset;
  color: #191919;
}

#sbContact {
  color: #191919;
  border-bottom: unset;
  text-decoration: underline;
}

@media (max-width: 580px) {
  .articleFoot time {
    display: block;
  }

  .articleFoot time.lu {
    float: unset;
  }
}

/*
    font-family: Bariol, Arial, Helvetica, sans-serif;
	font-weight: 700;
    opacity: 0.4;
    font-style: italic;
    color: #191919;
}
*/

/* Search header styles */

.navbar {
  /* 	display: none; */
  margin-bottom: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 10;
  font-size: 16px;
}

.navbar .nav li a {
  font-size: 16px;
  font-weight: 700;
  color: rgba(25, 25, 25, 0.6);
}

.navbar .nav li a:hover {
  background: #f5f5f5;
}

@media (max-width: 768px) {
  .navbar .btn-navbar {
    right: -15px;
  }
}

.navbar .brand,
.navbar .brand:hover,
.navbar .brand:focus {
  padding-top: 0;
  padding-bottom: 0;
}

@media (max-width: 768px) {
  #contactMobile {
    width: 100%;
  }
}

/*
.brand::after {
	content: "< back";
	position: absolute;
	display: inline;
	font-size: 16px;
	font-weight: 700;
	color: #191919;
	opacity: 0.6;
	top: 12px;
	margin-left: 16px;
}
*/

.brand::before {
  content: '<';
  position: absolute;
  display: inline;
  font-size: 22px;
  font-weight: 700;
  color: #3dad4b;
  opacity: 1;
  top: 10px;
  left: -15px;
}

#docsSearch {
  height: 40vh;
  min-height: 350px;
  background: url(https://www.photocrowd.com/images/support/support-banner.jpeg) no-repeat center
    100% / cover transparent;
  background-position: 50% 45%;
  border-bottom: none;
  padding-top: 15vh;
  /* 	position: relative; */
  top: -1px;
  margin-bottom: 0;
  z-index: 0;
}

#docsSearch::before {
  content: 'Lumimike';
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  position: absolute;
  bottom: auto;
  top: 55px;
  right: 0;
  padding: 8px 10px 5px;
  -webkit-transform: rotate(90deg) translateY(0) translateX(calc(100% + 20px));
  transform: rotate(90deg) translateY(0) translateX(calc(100% + 20px));
  -webkit-transform-origin: top right;
  transform-origin: top right;
  border-radius: 0 0 4px 4px;
  background-color: rgba(0, 0, 0, 0.3);
}

/*
#docsSearch::before {
    content: "";
	height: 100%;
	width: 100%;
    top: 0;
    position: absolute;
	background-color: rgba(0,0,0,.2);
	z-index: -1;
}
*/

#docsSearch h1 {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  position: relative;
  margin-top: 0;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

@media (max-width: 480px) and (max-width: 768px) {
  #docsSearch h1 {
    padding: 0px 5px;
  }
}

/*
#docsSearch h1::before {
    content: "";
	height: 115px;
	width: 200px;
	margin: auto;
    margin-bottom: 6vh;
	position: relative;
	display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(https://www.photocrowd.com/upl/cq/cms.Dl9nKCTLSU5R8Ihv_8Ag-affiliate.png);
    background-size: contain;
    -webkit-filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.3));
            filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.3));
}
*/

#searchBar .search-query {
  background: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #777;
  border-radius: 5px;
  font-family: Bariol, Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 22px;
  width: 100%;
  height: 50px;
}

#searchBar button {
  background: #f76567;
  border-color: transparent;
  color: #fff;
  font-family: Bariol, Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-shadow: unset;
  top: 36px;
}

@media (max-width: 768px) {
  #searchBar button {
    top: 27px;
  }
}

@media (max-width: 480px) and (max-width: 768px) {
  #searchBar button .icon-search {
    font-size: 16px;
    line-height: 1.2;
    color: white;
  }
}

.navbar .nav .active .caret {
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  /* border-top: 0; */
  border-bottom: 4px solid #3dad4b;
  border-left: 0;
  border-right: 0;
  width: 100%;
}

#searchBar button:hover {
  background: #e35a5c;
  border-color: transparent;
  color: #fff;
  text-shadow: unset;
}

/* Search page */

#serp p {
  font-size: 16px;
  color: #191919;
  line-height: 1.5em;
  opacity: 0.6;
  margin-bottom: 0;
  font-weight: normal;
}

#serp .articleList > li {
  padding-left: 15px;
}

.articleList a {
  margin-left: 0;
}

#serp .articlesFound,
#serp .nada {
  margin-bottom: 15px;
  color: #191919;
}

/* Category listing styles */

.category-list .category p {
  color: #191919;
}

.category-list p {
  font-size: 18px;
}

.category-list h3 {
  font-size: 22px;
  font-weight: bold;
  color: #3dad4b;
}

.category-list .category .article-count {
  font-weight: 700;
  opacity: 0.4;
  font-style: italic;
  color: #191919;
  display: none;
}

.category-list .category:hover .article-count {
  color: #191919;
}

.container-fluid {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
}

#contentArea {
  align-items: center;
  padding: 0;
  max-width: 1200px;
}

.category-list {
  /*
	background: #fff;
	margin: -3em auto 3em;
	border-radius: 10px;
	padding: 20px;
	box-shadow: 0 2px 12px rgba(0,0,0,0.1);
*/
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  order: -1;
  max-width: 1200px;
  margin: -3em 0 3em;
}

/*
@media (max-width: 480px) {
	.category-list {
		padding: 15px;
	}
}
*/

.category-list .category {
  border: none;
  margin: 0px;
  background: #fff;
  width: unset;
  flex-basis: 33.3%;
  padding: 10px 10px 20px;
  border: solid 3px #eee;
  position: relative;
  min-height: 170px;
  /*
	padding: 2.5em 1.2em;
	border: solid 3px #eee;
	position: relative;
*/
}

@media (max-width: 768px) {
  .category-list .category {
    flex-basis: 50%;
  }
}

@media (max-width: 480px) {
  .category-list .category {
    flex-basis: 100%;
    padding: 1em 1.2em;
    /* 		border-bottom: 1px solid #e0e0e0; */
  }
}

.category-list .category:first-child {
  flex-basis: 100%;
  border: transparent;
  margin: 0 3px 3px;
  /* 	background: #f5f5f5;	 */
  border-radius: 10px 10px 0 0;
}

@media (max-width: 768px) {
  .category-list .category:last-child {
    flex-basis: 100%;
  }
}

.category-list .category:hover {
  background: #f5f5f5;
}

#category-75 {
  padding: 1.5em 1.2em 3em;
}

#category-75 h3::before {
  content: '';
  height: 100px;
  width: 100px;
  margin: auto;
  margin-bottom: -5px;
  position: relative;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(https://www.photocrowd.com/images/support/cms.6wBcedSa6swZW7w_HzGA-mb15.png);
  background-size: contain;
}

#category-75 h3::after {
  content: 'From entering a contest to all you need to know about hashtags, click here to learn the basics about how Photocrowd works.';
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: normal;
  color: #191919;
  opacity: 0.6;
  line-height: 1.3em;
  margin-top: 10px;
}

#category-85 h3::before,
#category-55 h3::before,
#category-5 h3::before,
#category-9 h3::before,
#category-47 h3::before,
#category-20 h3::before,
#category-31 h3::before,
#category-51 h3::before,
#category-63 h3::before {
  content: '';
  height: 60px;
  width: 60px;
  margin: auto;
  margin-bottom: 5px;
  position: relative;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(https://www.photocrowd.com/images/support/cms.6wBcedSa6swZW7w_HzGA-mb15.png);
  background-size: contain;
  opacity: 0.2;
}

#category-85 h3::before {
  background-image: url(https://www.photocrowd.com/images/support/cms.8E5hMKTrSBv6WbIhjWhA-mb15.png);
}

#category-55 h3::before {
  background-image: url(https://www.photocrowd.com/images/support/cms.F0OJVWQKGRaz8xjOoZcQ-mb15.png);
}

#category-5 h3::before {
  background-image: url(https://www.photocrowd.com/images/support/cms.kZmsH5R8aBbOX_Gez5zg-mb15.png);
}

#category-9 h3::before {
  background-image: url(https://www.photocrowd.com/images/support/cms.GwGWWoRhGgruMPMSd1-g-mb15.png);
}

#category-47 h3::before {
  background-image: url(https://www.photocrowd.com/images/support/cms.87m0DDQlGQVc6jhYsTJg-mb15.png);
}

#category-20 h3::before {
  background-image: url(https://www.photocrowd.com/images/support/cms.dCtIPuRlCnKFtmL7ypNg-mb15.png);
}

#category-31 h3::before {
  background-image: url(https://www.photocrowd.com/images/support/cms.gjqS29R9ar_3P0ePbwAg-mb15.png);
}

#category-51 h3::before {
  background-image: url(https://www.photocrowd.com/images/support/cms.eZfj54Ss-3gL1DXypltQ-mb15.png);
}

#category-63 h3::before {
  background-image: url(https://www.photocrowd.com/images/support/cms.kfL2nsTTSmLxviEQFoYg-mb15.png);
}

/* Most popular styles */

.most-pop-articles {
  max-width: 1080px;
  margin: 1em 0 0;
}

.most-pop-articles h2 {
  font-weight: 700;
  font-size: 22px;
}

.most-pop-articles li {
  font-size: 18px;
}

/***************** Category pages ******************/

#categoryHead p {
  font-size: 18px;
}

#categoryHead h1 {
  margin-bottom: 0.5em;
}

#categoryHead .sort {
  top: 4px;
}

#categoryHead .sort select {
  font-size: 13px;
  height: 30px;
}

.contentWrapper #categoryHead {
  margin-bottom: 2.5em;
}

.articleList {
  margin: 0 0 25px;
  font-size: 18px;
  font-weight: 700;
}

.articleList li {
  margin: 5px 0;
  padding: 15px;
  padding-left: 15px;
  background: #f5f5f5;
}

.icon-article-doc:before {
  margin-right: 10px;
}

/***************** Article pages ******************/

#fullArticle,
#fullArticle p,
#fullArticle ul,
#fullArticle ol,
#fullArticle li,
#fullArticle table,
#fullArticle div,
#fullArticle blockquote,
#fullArticle dd,
#fullArticle table,
#fullArticle h1,
#fullArticle h2,
#fullArticle h3,
#fullArticle h4,
#fullArticle strong {
  color: #191919;
}

#fullArticle strong a,
#fullArticle a strong {
  color: #3dad4b;
}

#fullArticle ul,
#fullArticle ol,
#fullArticle li,
#fullArticle table,
#fullArticle dd {
  font-size: 18px;
  line-height: 1.5em;
  /* 	margin-bottom: .5em;	 */
}

#fullArticle h1,
#categoryHead h1 {
  color: #191919;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1em;
}

#fullArticle h2 {
  font-size: 30px;
  font-weight: 700;
}

#fullArticle h3 {
  font-size: 22px;
  font-weight: 700;
  margin-top: 2em;
}

#fullArticle .title,
#categoryHead {
  margin: -2px 0 0.5em 0;
}

#fullArticle .title {
  margin-right: 25px;
}

#fullArticle table {
  border: 1px solid #e2e2e2;
  margin-bottom: 2.5em;
}

#fullArticle p,
#fullArticle .callout-yellow p,
#fullArticle .callout-blue p,
#fullArticle .callout-red p,
#fullArticle .callout-green p,
#fullArticle .callout p,
#fullArticle .private-note p {
  color: #191919;
  font-size: 18px;
  line-height: 1.5em;
  margin-bottom: 1.25em;
}

#fullArticle dt {
  font-weight: 700;
  padding: 7px 0 0 1px;
  margin-bottom: 0.5em;
  font-size: 18px;
  line-height: 1.1em;
  background: #3dad4b;
  height: 30px;
  width: 30px;
}

#sidebar h3 {
  font-size: 14px;
  color: #191919;
}

#sidebar .nav-list a {
  color: #191919;
  font-size: 1em;
  opacity: 0.6;
}

#sidebar .nav-list a:hover,
#sidebar .nav-list a:focus {
  opacity: 1;
}

#sidebar .nav-list .active a,
#sidebar .nav-list .active a:hover,
#sidebar .nav-list .active a:focus {
  font-weight: 700;
  color: #3dad4b;
  opacity: 1;
}

#sidebar .nav-list [class^='icon-'] {
  color: #3dad4b;
}

#sidebar .nav-list .active a .icon-arrow,
#sidebar .nav-list .active a:hover .icon-arrow,
#sidebar .nav-list .active a:focus .icon-arrow {
  display: none;
}

/***************** Search bar ******************/

#sidebar form .search-query {
  font-size: 16px;
}

#sidebar form .search-query:focus,
#sidebar form .search-query:focus:invalid {
  border-color: rgba(61, 173, 75, 0.7);
}

#serp-dd {
  top: 82px;
}

#serp-dd .result a {
  color: #3dad4b;
  font-size: 16px;
  line-height: 1.2;
}

#serp-dd .noResults {
  font-size: 16px;
  line-height: 1.2;
}

#main-content {
  background: none;
}

#main-content .contentWrapper {
  border: none;
  border-radius: 6px;
  padding: 45px 40px 25px;
}

@media (max-width: 768px) {
  #main-content .contentWrapper {
    padding: 5%;
  }
}

.related {
  border: unset;
  border-top: solid 10px white;
  background: #f5f5f5;
  margin-top: -8px;
  border-radius: 0 0 10px 10px;
  font-size: 18px;
  background-image: linear-gradient(#f5f5f5, #fff 100px);
}

@media (min-width: 767px) {
  .related {
    padding: 25px 40px;
  }
}

@media (max-width: 768px) {
  .related {
    padding: 25px 15px 25px 1.5%;
  }
}

.related h3 {
  font-size: 14px;
  color: #191919;
}

.related ul > li a {
  font-size: 18px;
}

.related a {
  color: #3dad4b;
}

.related a:hover,
.related a:focus {
  color: #3dad4b;
  text-decoration: underline;
}

#fullArticle table thead:first-child tr:first-child td {
  font-size: 14px;
  text-transform: uppercase;
  opacity: 0.4;
  background: #e3e3e3;
}

#fullArticle hr {
  border-bottom: 2px solid #e2e2e2;
  border-top: 1px solid #fff;
  margin: 0;
  padding-top: 20px;
}

.sep {
  max-width: 90dvw;
}
