h1 {
  color: #333333;
  font-size: 26px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center; }

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
  min-height: 40px; }
  h2 a {
    color: #000;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -ms-transition: 0.2s all ease;
    -o-transition: 0.2s all ease; }

.site-header {
  background-color: #219e41;
  text-align: center;
  min-height: 70px;
  border-bottom: 10px #ffd800 solid; }
  .site-header .site-logo {
    margin: 13px 10px 18px 10px; }
  .site-header a {
    color: #fff;
    font-size: 15px; }
  .site-header li {
    padding: 0 20px;
    position: relative;
    top: 5px; }
  .site-header .search-icon {
    position: relative;
    top: 2px; }

select {
  appearance: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  background: url("images/select-arrow.png") no-repeat right;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #d8d8d8;
  padding: 8px 30px 8px 10px;
  margin: 10px 10px 0 10px;
  display: inline-block; }

input[type="text"], input[type="email"] {
  border: 1px solid #d8d8d8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  width: 45%;
  padding: 10px; }

.site-header .nav-left li,
.site-header .nav-right li,
.site-header .nav-left,
.site-header .site-logo,
.site-header .nav-right {
  display: inline-block; }

:focus, :active {
  outline: none; }

.header-bg {
  background: url(images/bg1.jpg) no-repeat;
  background-size: cover;
  min-height: 90px; }

.navbar {
  min-height: inherit;
  margin-bottom: 0;
  border: 0;
  background-color: #219e41;
  border-radius: 0; }
  .navbar .navbar-collapse {
    padding-left: 0;
    padding-right: 0; }
  .navbar .navbar-toggle {
    border-color: #fff; }
    .navbar .navbar-toggle .icon-bar {
      background-color: #fff;
      margin-left: 97px; }
  .navbar .navbar-toggle:hover,
  .navbar .navbar-toggle:focus {
    background-color: #fff;
    color: #219e41; }
  .navbar .navbar-toggle:hover .sr-only,
  .navbar .navbar-toggle:focus .sr-only {
    color: #219e41; }
  .navbar .navbar-toggle:hover .icon-bar,
  .navbar .navbar-toggle:focus .icon-bar {
    background-color: #219e41; }
  .navbar .sr-only {
    position: relative;
    overflow: hidden;
    float: left;
    width: inherit;
    height: inherit;
    color: #fff;
    text-transform: uppercase;
    margin-top: -2px;
    font-weight: bold; }

.projects {
  background: #2d333a;
  padding: 5px;
  color: #2fb34f;
  text-align: center;
  font-weight: bold; }
  .projects a {
    color: #5ad16c; }
  .projects a:hover,
  .projects a:focus {
    color: #5ad16c; }

.main-navigation {
  text-align: center; }
  .main-navigation a {
    color: #fff; }
  .main-navigation ul {
    margin-bottom: 0;
    padding-left: 0; }
  .main-navigation ul li {
    display: inline-block; }
  .main-navigation ul li a {
    text-align: center;
    display: block;
    padding: 8px 10px;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -ms-transition: 0.2s all ease;
    -o-transition: 0.2s all ease; }
  .main-navigation ul li a:hover {
    background-color: #24ab46;
    text-decoration: none;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -ms-transition: 0.2s all ease;
    -o-transition: 0.2s all ease; }
  .main-navigation ul li a:active {
    background-color: #1e913c; }
  .main-navigation ul li a:focus {
    text-decoration: none;
    background-color: #1e913c; }
  .main-navigation ul li.current-menu-item a, .main-navigation .current-category-ancestor {
    background-color: #1e913c; }

.navbar-fixed-top {
  background-color: #4d4d4d;
  transition: 0.2s all ease;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease; }
  .navbar-fixed-top ul li a:hover {
    background-color: #5a5a5a;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -ms-transition: 0.2s all ease;
    -o-transition: 0.2s all ease; }
  .navbar-fixed-top ul li a:active {
    background-color: #404040; }
  .navbar-fixed-top ul li a:focus {
    background-color: #404040; }
  .navbar-fixed-top ul li.current-menu-item a, .navbar-fixed-top .current-category-ancestor {
    background-color: #404040; }

.admin-bar .navbar-fixed-top {
  top: 32px; }

.think {
  background-color: #219e41;
  text-align: center;
  padding: 10px 10px;
  color: #fff;
  margin-right: 8px;
  margin-top: -10px;
  font-size: 16px; }
  .think a {
    color: #fff;
    font-weight: bold; }

article.post section {
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin: 10px 0;
  border: 1px solid #e6e6e6;
  border-bottom: 2px solid #e6e6e6;
  padding: 8px;
  max-height: 347px;
  min-height: 347px; }
  article.post section img {
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -ms-transition: 0.2s all ease;
    -o-transition: 0.2s all ease; }
  article.post section .entry-content {
    text-align: center; }
  article.post section .posted-on {
    font-size: 13px;
    color: #9c9c9c; }
  article.post section .entry-footer {
    margin-top: 5px;
    font-size: 13px;
    color: #9c9c9c; }
  article.post section .entry-footer a {
    font-size: 13px;
    color: #9c9c9c; }
  article.post section .post-ratings {
    float: right;
    width: auto;
    margin-top: -1px; }

article.post {
  margin-bottom: 10px; }
  article.post section:hover h2 a {
    text-decoration: none;
    color: #5f5f5f;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -ms-transition: 0.2s all ease;
    -o-transition: 0.2s all ease; }
  article.post article.post section:hover img {
    opacity: 0.92;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -ms-transition: 0.2s all ease;
    -o-transition: 0.2s all ease; }

.home article.format-quote .entry-content, .category article.format-quote .entry-content {
  overflow: hidden;
  position: relative; }
.home article.format-quote .read-button, .category article.format-quote .read-button {
  position: absolute;
  text-transform: uppercase;
  text-align: center;
  display: block;
  font-weight: bold;
  color: #fff;
  background: rgba(33, 158, 65, 0.3);
  padding: 8px 15px;
  border: 0;
  outline: none;
  font-size: 13px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  opacity: 0;
  bottom: -35px;
  width: 100%;
  transition: all 0.2s cubic-bezier(0.43, 0.17, 0.82, 0.64); }
.home article.format-quote .entry-content .read-button:hover, .category article.format-quote .entry-content .read-button:hover {
  background: rgba(33, 158, 65, 0.9) !important;
  text-decoration: none; }
.home article.format-quote .entry-content:hover .read-button, .category article.format-quote .entry-content:hover .read-button {
  opacity: 1;
  bottom: 0;
  background: rgba(33, 158, 65, 0.7);
  transition: all 0.2s cubic-bezier(0.43, 0.17, 0.82, 0.64); }
.home article.format-quote a.readmore, .category article.format-quote a.readmore {
  display: block;
  background-color: #219e41;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 5px;
  transition: 0.2s all ease;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease; }
.home article.format-quote a.readmore:hover, .category article.format-quote a.readmore:hover {
  background-color: #24ab46;
  transition: 0.2s all ease;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  text-decoration: none; }
.home article.format-quote a.readmore:active, .category article.format-quote a.readmore:active {
  background-color: #1e913c; }
.home article.format-quote a.readmore:focus, .category article.format-quote a.readmore:focus {
  background-color: #1e913c;
  text-decoration: none; }

.table-responsive::-webkit-scrollbar {
  width: 12px;
  background-color: #efefef; }

.table-responsive::-webkit-scrollbar:horizontal {
  height: 16px; }

.download-icon {
  background: url("images/dl.png") no-repeat; }

.comment-calc {
  background: url("images/comments.png") no-repeat left;
  padding-left: 17px; }

.comment-calc-green {
  background: url("images/comments-green.png") no-repeat left;
  padding-left: 17px; }

.post-views {
  display: inline-block; }
  .post-views span {
    width: 10px;
    height: 13px;
    display: inline-block;
    margin-bottom: -3px; }

.category .header-bg {
  min-height: 45px; }
.category h1 {
  padding-top: 15px;
  padding-bottom: 15px; }
.category .site-content {
  margin-top: 0px; }

.subc ul {
  padding-left: 0;
  text-align: center; }
.subc ul li {
  list-style: none;
  display: inline-block;
  background-color: #a9a9a9;
  color: #fff;
  padding: 6px 12px;
  margin: 2px 0px;
  font-size: 13px;
  text-transform: uppercase;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }
.subc ul li.current-cat {
  background-color: #8f8f8f; }
.subc ul li a {
  color: #fff; }
.subc .cat-item-none {
  display: none; }

.archive .site-main h1 {
  font-size: 22px; }
.archive .taxonomy-description {
  font-size: 13px;
  line-height: 18px;
  text-align: justify;
  color: #4d4d4d; }

.ads {
  clear: both; }

.site-content {
  margin-top: 15px; }

.search-no-results .ads {
  display: none !important; }

.widget_search .search-form {
  padding: 0 0 0 0; }
.widget_search .search-form input[type="search"] {
  width: 100%;
  font-weight: normal;
  margin-top: 0;
  background-color: #737373;
  color: #f2f2f2;
  border: 1px solid #272727;
  padding: 11px; }
.widget_search .search-form input[type="submit"] {
  color: #fff;
  background-color: #219e41;
  font-weight: bold;
  border: none;
  font-size: 18px;
  transition: 0.2s all ease;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  border-radius: 5px;
  padding: 8px 20px !important;
  margin-left: 0;
  width: 25%;
  float: right;
  text-transform: uppercase; }
.widget_search label {
  width: 73%;
  float: left; }
.widget_search .screen-reader-text {
  display: none; }

.single .header-bg {
  min-height: 45px; }
.single .description {
  color: #4d4d4d;
  margin-top: 10px;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 10px; }
  .single .description p {
    line-height: 24px; }
.single .site-main {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }
.single .entry-meta {
  text-align: right;
  font-size: 13px;
  color: #4d4d4d;
  margin-top: -4px; }
.single h1 {
  padding-top: 15px;
  padding-bottom: 15px; }
.single .entry-header h2 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
  min-height: auto;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 5px;
  margin-bottom: 5px;
  text-align: center; }
.single .entry-content h2 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
  min-height: auto;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 5px;
  margin-bottom: 5px; }
.single .post_format-post-format-quote .entry-content img {
  margin-left: auto;
  margin-right: auto;
  display: block; }
.single .format-quote p {
  font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
  font-size: 16px;
  color: #424242;
  line-height: 1.5em; }
.single .format-quote ul {
  font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
  font-size: 16px;
  color: #424242; }
.single .post {
  margin-top: 15px; }
.single .post-left {
  padding-right: 0; }
.single .post-left img, .single .entry-content img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px; }
.single .site-content {
  margin-bottom: 15px; }
.single .search-form {
  margin-top: 0; }
.single iframe {
  width: 100%; }

.wpcf7-form-control-wrap textarea {
  border: 1px solid #d8d8d8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
  padding: 10px; }

input[type="email"], input[type="text"] {
  width: 100%; }

#wpcf7-f6220-p12263-o1 .single .description {
  border-bottom: none; }

.wpcf7-submit {
  padding: 10px 20px !important; }

.button {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 9px 4px;
  text-align: center;
  font-size: 16px;
  display: block;
  text-transform: uppercase;
  margin: 10px 0; }

.button:hover {
  text-decoration: none; }

.primary {
  background-color: #219e41;
  color: #fff;
  font-weight: bold;
  border: none;
  transition: 0.2s all ease;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease; }
  .primary span {
    font-weight: normal; }

.primary:hover {
  color: #fff;
  background-color: #25b34a;
  transition: 0.2s all ease;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease; }

.primary:focus {
  color: #fff;
  outline: none;
  text-decoration: none;
  background-color: #25b34a; }

.secondary {
  background-color: #f2f2f2;
  color: #4d4d4d; }

.secondary:hover {
  color: #4d4d4d;
  background-color: #eaeaea;
  transition: 0.2s all ease;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease; }

.secondary:focus {
  color: #4d4d4d;
  background-color: #eaeaea;
  outline: none;
  text-decoration: none; }

.secondary-comment {
  font-weight: bold; }

.download-comment {
  text-transform: none; }

.downloads {
  margin-top: 15px; }

h2.comments-title {
  text-transform: none;
  font-size: 18px;
  text-align: center;
  border-bottom: none; }

.comments-area {
  clear: both;
  margin-top: 25px; }

ul.comment-list {
  margin-top: 4px; }
  ul.comment-list .fn {
    color: #219e41;
    font-style: normal;
    font-weight: bold; }
  ul.comment-list .says {
    display: none; }
  ul.comment-list .comment-body {
    background-color: #f6f6f6;
    margin-bottom: 20px;
    border: 1px solid #e7e7e7;
    border-bottom: 2px solid #e7e7e7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    overflow: hidden;
    position: relative; }
  ul.comment-list .profile-img {
    float: left; }
  ul.comment-list .comment-txt {
    padding-left: 10px;
    float: left;
    color: #4d4d4d;
    padding-bottom: 10px;
    width: 90%; }
  ul.comment-list .comment-meta {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 12px;
    color: #4d4d4d; }
  ul.comment-list .reply {
    position: absolute;
    bottom: 5px;
    right: 5px;
    text-transform: uppercase;
    font-weight: bold; }
    ul.comment-list .reply a {
      color: #4d4d4d; }

ul.children {
  list-style: none;
  padding-left: 30px; }

h3.comment-reply-title {
  font-size: 18px;
  text-align: center;
  font-weight: bold; }

.logged-in-as {
  text-align: center; }

.comment-form-comment {
  text-align: center; }
  .comment-form-comment textarea {
    border: 1px solid #d8d8d8;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
    padding: 10px; }
  .comment-form-comment label {
    display: block; }

.comment-form .form-submit {
  text-align: center; }
.comment-form input.submit {
  background-color: #219e41;
  color: #fff;
  font-weight: bold;
  transition: 0.2s all ease;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border: none;
  padding: 10px 40px;
  font-size: 16px;
  text-transform: uppercase;
  margin: 10px 0 20px 0; }
.comment-form input.submit:hover {
  color: #fff;
  background-color: #25b34a;
  transition: 0.2s all ease;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease; }
.comment-form input.submit:focus {
  color: #fff;
  outline: none;
  text-decoration: none;
  background-color: #25b34a; }
.comment-form .comment-notes {
  text-align: center; }
.comment-form .comment-form-author label, .comment-form .comment-form-email label {
  display: block; }
.comment-form input#author, .comment-form input#email {
  width: 45%; }
.comment-form .comment-form-author, .comment-form .comment-form-email {
  text-align: center; }

.site-footer {
  margin-top: 25px;
  padding-top: 20px;
  padding-bottom: 30px;
  font-size: 13px;
  color: #fff;
  background-color: #4d4d4d;
  border-top: 10px solid #5a5a5a; }
  .site-footer h2 {
    font-size: 18px;
    min-height: auto;
    margin-bottom: 15px; }
  .site-footer .footer-buttons a {
    padding: 10px;
    font-size: 15px;
    color: #fff;
    background-color: #a9a9a9;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    background-color: #737373;
    display: block;
    margin-top: 15px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase; }
  .site-footer .footer-buttons a:hover {
    text-decoration: none; }
  .site-footer .footer-buttons .friend-link {
    background-color: #219e41; }

.site-info {
  background-color: #404040;
  padding: 5px;
  color: #b3b3b3; }
  .site-info a {
    color: #b3b3b3;
    font-size: 12px; }

#searchcollapse {
  text-align: center; }

.single-format-quote .entry-content {
  margin-top: 15px; }
.single-format-quote .comments-area {
  margin-left: 0;
  width: 100%; }
.single-format-quote .entry-content iframe {
  max-width: 100%; }
.single-format-quote .entry-content h2 {
  border-bottom: 0;
  text-align: left;
  margin: 20px 0px 5px 0; }
.single-format-quote .entry-content h1 {
  padding-top: 0;
  padding-bottom: 0;
  margin: 15px 0px 10px 0;
  text-align: left;
  font-size: 22px; }
.single-format-quote .entry-meta {
  text-align: center; }
.single-format-quote .comment-form-comment textarea {
  width: 100%; }
.single-format-quote .comment-form input#author, .single-format-quote .comment-form input#email {
  width: 100%; }

.aligncenter {
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

.page .site-main {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 15px;
  margin-top: 10px; }
.page h2 {
  text-transform: uppercase;
  font-size: 18px;
  min-height: auto;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 5px;
  margin-bottom: 15px; }

.search-form {
  padding: 8px 0; }
  .search-form input[type="search"] {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #d8d8d8;
    padding: 8px 10px;
    display: inline-block;
    margin-top: 10px;
    width: 35%; }
  .search-form input[type="submit"] {
    padding: 7px 20px;
    display: inline-block; }

.page-header {
  border-bottom: 0; }

.search h1 {
  padding-top: 15px;
  padding-bottom: 15px; }
.search h3 {
  font-size: 22px;
  text-transform: uppercase;
  text-align: center;
  color: #4d4d4d;
  margin: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: normal; }
  .search h3 span {
    font-weight: bold; }
.search .header-bg {
  min-height: 45px; }
.search .page-header {
  margin: 0; }

.search-no-results .page-header {
  margin-bottom: 20px; }

.no-results h1 {
  font-size: 26px !important; }

.not-found {
  text-align: center; }
  .not-found .page-header {
    border-bottom: 1px solid gainsboro; }

.pagination {
  text-align: center;
  display: block; }
  .pagination span.pages {
    display: block;
    position: relative;
    top: 8px; }
  .pagination a, .pagination span.current {
    display: inline-block;
    margin: 5px 3px;
    padding: 5px 9px;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    font-size: 16px;
    border: 1px solid #e5e5e5;
    border-bottom: 2px solid #e5e5e5;
    color: #000; }
  .pagination span.current {
    font-weight: bold; }

.fb-like {
  margin-top: 20px;
  max-width: 350px;
  float: left; }

#___plusone_0 {
  max-width: 300px;
  margin-top: 22px !important;
  margin-left: 30px !important;
  z-index: 999; }

.report img {
  position: relative;
  bottom: -4px;
  margin-right: 5px; }

#adcopy-outer {
  margin-left: auto !important;
  margin-right: auto !important; }

@media screen and (max-width: 1199px) {
  article.post {
    padding-left: 5px;
    padding-right: 5px; }
    article.post section {
      max-height: 303px;
      min-height: 303px;
      margin: 0 0; }
      article.post section img {
        max-width: 100%;
        height: auto; }
    article.post .posted-on, article.post .entry-footer a, article.post .post-views {
      font-size: 11px !important; }
    article.post .post-ratings img {
      width: 12px;
      height: 12px; }

  .main-navigation ul li a {
    padding: 8px 7px; }

  .site-main.row {
    margin-left: -5px;
    margin-right: -5px; }

  ul.comment-list .comment-txt {
    padding-left: 20px;
    width: 88%; } }
@media screen and (max-width: 991px) {
  .widget_search .search-form input[type="submit"] {
    font-size: 14px;
    padding: 10px 8px !important; }

  article.post section {
    max-height: 244px;
    min-height: 244px; }

  .single .rating {
    text-align: center; }
  .single article.post .post-ratings img {
    width: 16px;
    height: 16px; }
  .single .entry-meta {
    text-align: center; }

  .category article.post .post-ratings {
    display: none; }

  .site-footer .footer-buttons a {
    font-size: 12px; }

  h2 {
    font-size: 13px; }

  .comment-form-comment textarea {
    width: 100%; }

  .navbar .container-fluid {
    padding-left: 5px;
    padding-right: 5px; }

  .main-navigation ul li a {
    padding: 8px 4px;
    font-size: 13px; } }
@media screen and (max-width: 767px) {
  ul.comment-list .comment-txt {
    padding-left: 15px;
    width: 85%; }

  footer .widget_search {
    margin-top: 25px; }

  body {
    padding-top: 0 !important; }

  article.post section {
    max-height: none;
    min-height: initial; }

  .single .post-left {
    padding-right: 15px;
    text-align: center; }
  .single h2 {
    text-align: center;
    border-bottom: 0; }

  header .site-logo {
    padding-top: 10px;
    margin: 0px 0px 4px 0px !important; }

  .header-bg {
    min-height: 50px; }
    .header-bg h1 {
      padding-top: 15px;
      padding-bottom: 15px;
      font-size: 22px; }

  .main-navigation ul li {
    display: block; }
    .main-navigation ul li a {
      padding: 8px 10px;
      font-size: 15px;
      border-bottom: 1px solid #25b34a; }

  .navbar .container-fluid {
    padding-left: 15px;
    padding-right: 15px; }
  .navbar .navbar-fixed-top {
    position: static !important;
    background-color: #219e41; }
    .navbar .navbar-fixed-top ul li a:hover {
      background-color: #1e913c;
      transition: 0.2s all ease;
      -webkit-transition: 0.2s all ease;
      -moz-transition: 0.2s all ease;
      -ms-transition: 0.2s all ease;
      -o-transition: 0.2s all ease; }
    .navbar .navbar-fixed-top ul li a:active {
      background-color: #1e913c; }
    .navbar .navbar-fixed-top ul li a:focus {
      background-color: #1e913c; }
    .navbar .navbar-fixed-top ul li.current-menu-item a, .navbar .navbar-fixed-top .current-category-ancestor {
      background-color: #1e913c; }
  .navbar .navbar-collapse {
    border-top: 1px solid #25b34a; } }
@media screen and (max-width: 600px) {
  .site-header {
    padding-bottom: 10px; }

  article.post {
    width: 100% !important; }
    article.post h2 {
      text-align: center; }
    article.post .entry-footer {
      text-align: center; }

  ul.comment-list .comment-txt {
    width: 75%;
    padding-top: 15px; }

  .comments-area {
    margin-top: 0; }

  .single h2 {
    min-height: inherit; } }

/*# sourceMappingURL=style.css.map */
