/*
  Theme Name: Writing Commons 2019
  Theme URI: https://writingcommons.org/
  Author: Joe Moxley
  Author URI: https://writingcommons.org/
  Description: The Writting Commons for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
  Version: 2.0
  License: GNU General Public License v2 or later
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
  Tags: one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
  Text Domain: writtingcommons19
*/

/* ===========
 Fonts Name 
=========== */
/* 
font-family: 'Lato', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'Roboto Condensed', sans-serif;
*/

/* ==========================================================================
==========================================================================
REUSEABLE CSS Start
==========================================================================
========================================================================== */
blockquote {
  background-color: #f9f9f9;
  padding: 15px !important;
  border-radius: 6px !important;
  box-shadow: 1px 1px 1px #ccc !important;
}
*:focus {
  outline: none !important;
  box-shadow: none !important;
}
*:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  font-family: 'Lato', sans-serif;
}
ul {
  padding: 0px;
  margin-left: 20px;
}
ol {
  padding: 0px;
  margin-left: 0px;
}
.spacer {
  height: 20px;
  width: 100%;
}
.default_svg_icon {
  width: 50px;
  height: 50px;
}
.medium_svg_icon {
  width: 35px;
  height: 35px;
}
.small_svg_icon {
  width: 15px;
  height: 15px;
}
.default_image_title {
  font-family: 'Roboto Condensed';
  font-size: 21px;
  text-transform: capitalize;
}
.medium_image_title {
  font-family: 'Roboto Condensed';
  font-size: 16px;
  text-transform: capitalize;
}
.small_image_title {
  font-family: 'Roboto Condensed';
  font-size: 12px;
  text-transform: capitalize;
}
.default__post-thumbnail {
  background-color: #c6c6c6;
}
.read__more {
  padding: 7px 15px;
  background-color: #e9ecef;
  border-radius: 3px;
  font-size: 14px;
  text-transform: capitalize;
  text-decoration: none;
  color: #1f1f1f;
  font-weight: 500;
  transition: all .3s;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
}
.read__more:hover {
  text-decoration: none;
  color: rgb(71 82 93 / 80%);
}
.read__more-icon {
  width: 14px;
  height: 14px;
  margin-left: 6px;
}
.small_read__more {
  padding: 3px 10px;
  background-color: #e9ecef;
  border-radius: 3px;
  font-size: 11px;
  text-transform: capitalize;
  text-decoration: none !important;
  color: #1f1f1f !important;
  font-weight: 500;
  transition: all .3s;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
}
.small_read__more:hover {
  text-decoration: none !important;
  color: rgb(71 82 93 / 80%) !important;
}
.small_read__more-icon {
  width: 14px;
  height: 14px;
  margin-left: 6px;
}
.jumbotron .breadcrumbs span {
  font-size: 1rem;
  color: #1f1f1f;
  transition: all .3s;
}
.jumbotron .breadcrumbs span a {
  text-decoration: none !important;
  font-weight: 600;
}
.jumbotron .breadcrumbs span a:hover span {
  color: rgb(71 82 93 / 80%);
}
.jumbotron .breadcrumbs {
  margin-bottom: 0rem;
}
#secondary .related-articles li a {
  margin-left: 25px;
}
#secondary ul li a {
  color: #1f1f1f;
  text-decoration: none;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  transition: all .3s;
  display: block;
}
#secondary ul li {
  margin-bottom: 5px;
  display: block;
  margin: 0px 0px 5px 0px;
  text-indent: 0px;
  position: relative;
  transition: all .3s;
}
#secondary ul li a:hover {
  text-decoration: none;
  color: #6c757d;
}
/* Widget CSS */
.widget-title {
  font-size: 21px;
  color: #47525d;
  font-weight: 800;
  text-transform: capitalize;
  padding: 15px 0px;
  margin: 0px 0px 15px 0px !important;
  border-bottom: 2px solid rgba(0, 0, 0, .1);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.widget__folder-icon {
  width: 20px;
  height: 20px;
  color: #929eaa;
}
.widget__folder-list-icon {
  width: 15px;
  height: 15px;
  color: #929eaa;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.widget-title:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: -5px;
  left: 0;
  border-left: 0;
  border-right: 5px solid transparent;
  border-top: 5px solid #47525d;
}
.widget-title:after {
  content: "";
  background: #47525d;
  width: 70px;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.site-content {
  padding-bottom: 100px;
}
.edit-form {
  width: 100%;
  height: 100%;
  display: flex;
  padding: 50px 0px;
  flex-wrap: wrap;
}
.gform_legacy_markup_wrapper {
  margin-bottom: 0;
  margin-top: 0;
  max-width: 100%;
  height: 100%;
}
#gform_fields_1 .gfield {
  margin: 0px 0px 10px 0px;
}
#gform_fields_1 .gfield .ginput_container {
  margin: 0px;
}
#gform_fields_1 .gfield input {
  margin: 0px;
  border: none;
  border-radius: 3px;
  padding: 4px 10px;
  font-size: 15px;
}
.edit-form-left {
  flex: 0 0 50%;
  padding: 0px 20px 0px 0px;
}
.edit-form-left h2 {
  font-size: 2.5rem;
  font-family: 'Roboto Condensed';
  text-transform: capitalize;
}
.edit-form-left p {
  font-size: 1.2rem;
  margin: 10px 0px;
}
#gform_fields_1 .gfield_label {
  font-family: 'Roboto Condensed';
  font-size: 18px;
  margin-bottom: 10px;
}
#gform_fields_1 select {
  width: 100%;
  border: 0px;
  padding: 3px 10px;
  font-size: 15px;
}
.edit-form-right {
  flex: 0 0 50%;
  padding: 0px 0px 0px 20px;
}
.gform_legacy_markup_wrapper {
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}
#gform_fields_1 .gfield textarea {
  border: none;
  border-radius: 3px;
  font-size: 15px;
}
/* ==========================================================================
==========================================================================
HEADER CSS START
==========================================================================
========================================================================== */
.header__container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#site-header #menu-main {
    margin: 0px !important;
}
.header__menus-container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.header__main-menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.header__main-menu .site-header__search-trigger {
  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;
  margin-right: 10px;
  position: inherit !important;
  top: inherit !important;
  right: inherit !important;
  cursor: pointer;
}
.header__main-menu .navbar-toggler {
  position: relative !important;
  top: inherit !important;
  right: inherit !important;
  width: 35px;
  height: 30px;
  padding: 0px;
  line-height: 30px;
  border: 2px solid #1f1f1f;
}
.main__menu-open {
  opacity: 1;
  visibility: visible;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.navbar-toggler.opened .main__menu-open {
  opacity: 0;
  visibility: hidden;
}
.main__menu-close {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.navbar-toggler.opened .main__menu-close {
  opacity: 1;
  visibility: visible;
}
.main__menu-item-title {
  font-family: 'Lato', sans-serif;
  font-size: 1.2rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 800;
  padding: 5px 0px;
  border-bottom: 2px solid #1f1f1f;
  width: fit-content;
  margin-bottom: 10px !important;
}
.hamburger-menu {
  padding: 0px;
  margin: 0px 0px 20px 0px !important;
}
.hamburger-menu > li {
  list-style: none;
  margin-bottom: 7px;
}
.hamburger-menu > li > a {
  font-size: 1rem;
  font-weight: 300;
  text-decoration: none;
  position: relative;
}
.hamburger-menu > li > a:hover {
  text-decoration: none !important;
}
.hamburger-menu > li > a:before {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -3px;
  background-color: #1f1f1f;
  transition: all .3s;
}
.hamburger-menu > li > a:hover:before {
  width: 100%;
  transition: all .3s;
}
.hamburger-menu .sub-menu {
  margin: 10px 0px 0px 0px !important;
  padding: 0px;
}
.hamburger-menu .sub-menu > li {
  list-style: none;
  padding-left: 20px;
  position: relative;
  margin-bottom: 7px;
}
.hamburger-menu .sub-menu > li:before {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translate(0, -50%);
  width: 10px;
  height: 2px;
  background-color: #1f1f1f;
  border-radius: 30px;
}
.hamburger-menu .sub-menu > li > a {
  font-size: 1rem;
  font-weight: 300;
  text-decoration: none !important;
  position: relative;
}
.hamburger-menu .sub-menu > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 1px;
  background-color: #1f1f1f;
  transition: all .3s;
}
.hamburger-menu .sub-menu > li > a:hover:before {
  width: 100%;
  transition: all .3s;
}
.site-logo-link {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 2rem;
  font-weight: 500;
  font-style: italic;
  color: #1f1f1f;
  text-decoration: none;
}
.hamburger-menu-title {
  font-size: 2.4rem;
  font-family: 'Roboto Condensed';
  text-transform: uppercase;
  width: fit-content;
  margin: 0 auto 30px;
  position: relative;
}
.hamburger-menu-title:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5px;
  width: 120%;
  height: 3px;
  background-color: #1f1f1f;
  transform: translate(-50%, 0);
}
.site-logo-link:hover {
  color: #1f1f1f;
  text-decoration: none;
}
.category__navigation {
  padding: 0px;
}
.category__navigation li {
  height: 60px;
}
.category__navigation li a {
  padding: 0px 25px !important;
  margin: 0px !important;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Lato' !important;
  font-size: 13px;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  color: #1f1f1f !important;
  text-decoration: none !important;
  position: relative;
}
.category__navigation .dropdown-menu li {
  height: auto;
}
.category__navigation .dropdown-menu {
  min-width: 15rem;
  padding: 0px;
  border-radius: 0px 0px 3px 3px;
  border: 0px;
  box-shadow: 0px 5px 10px -2px rgba(0, 0, 0, .15);
}
.category__navigation .dropdown-menu li a {
  justify-content: flex-start;
  padding: 7px 15px !important;
}
.category__navigation .dropdown-menu li a:hover {
  background-color: #fff !important;
}
.category__navigation li:hover a {
  background-color: #e9ecef !important;
}
.small__post-box-title {
  font-size: 16px !important;
}
.homepage__chapters-posts-box-right-content {
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
/* ==========================================================================
==========================================================================
HEADER CSS END
==========================================================================
========================================================================== */

/* ==========================================================================
==========================================================================
PAGE HEADER CSS START
==========================================================================
========================================================================== */

.jumbotron {
  padding: 1.2rem 0rem;
}
.jumbotron .container {
  max-width: 1140px !important;
}
.homepage-intro p {
  margin: 0px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
}
.site-logo-description {
  font-size: 15px;
}
.jumbotron .value-proposition {
  margin-top: .5rem;
  font-size: 18px;
}
/* ==========================================================================
==========================================================================
PAGE HEADER CSS END
==========================================================================
========================================================================== */

/* ==========================================================================
==========================================================================
HOMEPAGE CSS START
==========================================================================
========================================================================== */
.posts-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.posts-box {
  flex: 0 0 30%;
}
.homepage__post-box-dates {
  font-size: 13px;
  line-height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 5px;
  background-color: #1f1f1f;
  border-radius: 3px;
  font-weight: 600;
}
.homepage__post-box-dates svg {
  width: 13px;
  height: 13px;
  margin-right: 5px;
  color: #fff;
}
.homepage__post-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.featured__section-title {
  padding: 20px 0px;
  margin-bottom: 20px;
  border-bottom: 2px solid rgba(0, 0, 0, .1);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.featured__section-title:after {
  content: "";
  background: #47525d;
  width: 70px;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.featured__section-title:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: -5px;
  left: 0;
  border-left: 0;
  border-right: 5px solid transparent;
  border-top: 5px solid #47525d;
}
.featured__section-title-content {
  font-size: 21px;
  color: #47525d;
  font-weight: 800;
  text-transform: capitalize;
}
.homepage__post-box {
  flex: 0 0 48%;
  /* height: 200px; */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  background-color: #f8f9fa;
  border-radius: 5px;
  box-shadow: 0px 3px 10px 2px rgb(0 0 0 / 10%);
  margin-bottom: 35px;
  padding: 10px;
  position: relative;
}
.homepage__post-box:nth-child(5) {
  margin-bottom: 0px;
}
.homepage__post-box:nth-child(6) {
  margin-bottom: 0px;
}

.homepage__post-box-thumbnail {
  height: 150px;
  width: 100%;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 5px;
}
.homepage__post-box-dsc {
  font-size: 14px;
  line-height: 21px;
  margin: 10px 0px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.homepage__post-box-title {
  font-size: 21px !important;
  line-height: 25px;
  text-decoration: none !important;
  color: #1f1f1f !important;
  font-weight: 800;
  transition: all .3s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-transform: uppercase;
}
.homepage__post-box-title:hover {
  text-decoration: none !important;
  color: rgb(71 82 93 / 80%) !important;
}
.other_pages .homepage__chapters-posts-box-right-content {
    margin: 0px;
}
.other_pages .homepage__post-box-title.small__post-box-title {
    margin: 10px 0px 5px;
}
.other_pages .homepage__chapters-posts-box-right-content h2 {
    line-height: 0px;
}
.homepage__post-box-metas {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 5px;
}
.homepage__post-box--metas {
  margin: 0px 10px 0px 0px;
  font-size: 12px;
  line-height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6c757d;
}
.homepage__post-box--metas svg {
  width: 12px;
  height: 12px;
  margin-right: 5px;
  color: #6c757d;
}
.homepage__chapters-posts-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.homepage__chapters-posts-box-left {
  flex: 1 0 100%;
  display: flex;
  margin-bottom: 20px;
}
.homepage__chapters-posts-box-right {
  flex: 0 0 48%;
  display: flex;
  margin-bottom: 20px;
  padding: 10px;
  background-color: #f8f9fa;
  border-radius: 5px;
  box-shadow: 0px 3px 10px 2px rgb(0 0 0 / 10%);
}
.homepage__chapters-posts-box-left-thumbnail {
  flex: 0 0 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover;
}
.homepage__chapters-posts-box-right-thumbnail {
  width: 80px;
  height: 80px;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}
.homepage__chapters-posts-box-left-content {
  flex-grow: 1;
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 425px) {
  .homepage__post-box {
    flex: 0 0 100%;
  }
}
/* ==========================================================================
==========================================================================
HOMEPAGE CSS END
==========================================================================
========================================================================== */

/* ==========================================================================
==========================================================================
DEFALUT PAGE CSS START
==========================================================================
========================================================================== */

.defaultpage__box-dsc {
  margin: 0px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.6rem;
}
.defaultpage__box-title {
  font-size: 2.1rem;
  line-height: 1.5;
  color: #1f1f1f;
  font-weight: 800;
}

/* ==========================================================================
==========================================================================
DEFALUT PAGE CSS END
==========================================================================
========================================================================== */

/* ==========================================================================
==========================================================================
SITEMAP PAGE CSS START
==========================================================================
========================================================================== */

.site__map-title {
  margin-bottom: 15px;
  font-family: 'Roboto Condensed';
  font-size: 25px;
  padding-bottom: 15px;
  position: relative;
}
.site__map-list a {
  text-decoration: none;
}
.site__map-title:before {
  content: "";
  width: 150px;
  height: 2px;
  background-color: #1f1f1f;
  position: absolute;
  bottom: 0;
  left: 0;
}
/* ==========================================================================
==========================================================================
SITEMAP PAGE CSS END
==========================================================================
========================================================================== */

/* ==========================================================================
==========================================================================
FOOTER CSS START
==========================================================================
========================================================================== */

.site-copyright {
  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;
  font-family: "Montserrat", "Helvetica Neue", "Helvetica", Roboto, Arial, sans-serif;
  font-size: 0.9rem;
  color: #ffffff;
  text-align: center;
  font-weight: 400;
}
.copy__right-menus {
  color: #ffffff;
}
.copy__right-menus:hover {
  color: #ffffff;
}
.copy__right-menus-devider {
  margin: 0px 10px;
}
.copy__right-text {
  margin: 0px;
}
/* ==========================================================================
==========================================================================
FOOTER CSS END
==========================================================================
========================================================================== */


/* ==========================================================================
==========================================================================
SINGLE SECTION PAGE CSS START
==========================================================================
========================================================================== */
.recommend_articles_wrap{
  counter-reset: recomment-post;
}
.recommend_articles_container .featured__section-title-content:before {
  counter-increment: recomment-post;
  content: counter(recomment-post);
  width: 30px;
  height: 30px;
  background-color: #e9ecef;
  display: inline-block;
  font-size: 15px;
  line-height: 30px;
  text-align: center;
  margin-right: 5px;
  border-radius: 50%;
}
/* ==========================================================================
==========================================================================
SINGLE SECTION PAGE CSS END
==========================================================================
========================================================================== */