.site-footer
{
  padding:45px 0 20px;
  font-size:15px;
  line-height:24px;
  color:#737373;
}
.site-footer .top-container .row {
	display:flex;
	justify-content:space-between;
}
.site-footer .top-container .col-md-6 {
	width: 50%;
}
.site-footer .top-container .col-md-3 {
	width: 25%;
}
.site-footer .bottom-container {
	padding: 0 40px
}
.site-footer .bottom-container .row {
	display:flex;
	justify-content:space-between;
	align-items: center;
}
.site-footer hr
{
  border-top-color:#bbb;
  opacity:0.5
}
.site-footer hr.small
{
  margin:20px 0
}
.site-footer h6
{
  color:#000;
  font-size:16px;
  text-transform:uppercase;
  margin-top:5px;
  letter-spacing:2px
}
.site-footer a
{
  color:#737373;
}
.site-footer a:hover
{
  color:#3366cc;
  text-decoration:none;
}
.footer-links
{
  padding-left:0;
  list-style:none
}
.footer-links li
{
  display:block
}
.footer-links a
{
  color:#737373
}
.footer-links a:active,.footer-links a:focus,.footer-links a:hover
{
  color:#3366cc;
  text-decoration:none;
}
.footer-links.inline li
{
  display:inline-block
}
.site-footer .social-icons
{
  text-align:right
}
.site-footer .social-icons a
{
  width:40px;
  height:40px;
  line-height:40px;
  margin-left:6px;
  margin-right:0;
  border-radius:100%;
  background-color:#33353d
}
.copyright-text
{
  margin:0
}
@media (max-width:991px)
{
  .site-footer [class^=col-]
  {
    margin-bottom:30px
  }
}
@media (max-width:767px)
{
  .site-footer
  {
    padding-bottom:0
  }
  .site-footer .copyright-text,.site-footer .social-icons
  {
    text-align:center
  }
.site-footer .top-container .row {
	display:flex;
	flex-direction: column;
	padding: 0 20px
}
.site-footer .bottom-container .row {
	display:flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.site-footer .top-container .col-md-6 {
	width: 100%;
}
.site-footer .top-container .col-md-3 {
	width: 100%;
}
}
.social-icons
{
  padding-left:0;
  margin-bottom:0;
  list-style:none
}
.social-icons li
{
  display:inline-block;
  margin-bottom:4px
}
.social-icons li.title
{
  margin-right:15px;
  text-transform:uppercase;
  color:#96a2b2;
  font-weight:700;
  font-size:13px
}
.social-icons a{
  background-color:#eceeef;
  color:#818a91;
  font-size:16px;
  display:inline-block;
  line-height:44px;
  width:44px;
  height:44px;
  text-align:center;
  margin-right:8px;
  border-radius:100%;
  -webkit-transition:all .2s linear;
  -o-transition:all .2s linear;
  transition:all .2s linear
}
.social-icons a:active,.social-icons a:focus,.social-icons a:hover
{
  color:#fff;
  background-color:#29aafe
}
.social-icons.size-sm a
{
  line-height:34px;
  height:34px;
  width:34px;
  font-size:14px
}
.social-icons a.facebook:hover
{
  background-color:#3b5998;
}
.social-icons a.twitter:hover
{
  background-color:#00aced;
}
.social-icons a.linkedin:hover
{
  background-color:#007bb6;
}
.social-icons a.instagram:hover
{
  background-color:#cd3e87;
}
@media (max-width:767px)
{
  .social-icons li.title
  {
    display:block;
    margin-right:0;
    font-weight:600
  }
}


 /* Styling is related to post: Crowdfire vs Hootsuite: A Detailed Comparison */
.crowdfire-hootsuite .content-area {
    float: left;
    box-sizing: border-box;
    padding-right: 8rem;
  }
  .crowdfire-hootsuite .sidebar {
    float: right;
  }
  .crowdfire-hootsuite .content {
  }
  .crowdfire-hootsuite h1,
  .crowdfire-hootsuite h2,
  .crowdfire-hootsuite h3 {
    color: #333;
    font-weight: 700;
    margin: 0.75em 0;
  }
  .crowdfire-hootsuite p,
  .crowdfire-hootsuite li {
    color: #303030;
    font-size: 1.125rem;
    line-height: 1.55;
  }
  .crowdfire-hootsuite a {
    display: inline-block;
    margin: 0;
    color: #007bff;
  }
  .crowdfire-hootsuite .comparison-table {
    padding: 20px;
    max-width: 800px;
    margin: 0 auto;
  }
  .crowdfire-hootsuite .rating-star-wrapper {
    text-align: center;
  }
  .crowdfire-hootsuite .feature-comparison .feature-sub-heading {
		font-weight: bold;
		font-size: 1.125rem;
		display: flex;
		align-items: center;
  }
.feature-sub-heading .image {
	margin-right: 10px;
}
  .crowdfire-hootsuite .comparison-table table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
  }
  .crowdfire-hootsuite th {
    border: 1px solid #ddd;
    padding: 15px;
    text-align: left;
  }
  .crowdfire-hootsuite td {
    border: 1px solid #ddd;
    padding: 15px;
    text-align: left;
  }
  .crowdfire-hootsuite th {
    background-color: #f4f4f4 !important;
    text-align: center;
  }
  .crowdfire-hootsuite td img {
    display: block;
    margin: 0 auto;
  }
  .crowdfire-hootsuite table .table-heading h3 {
    background-color: #f4f4f4;
    padding: 10px;
    margin: 0;
    font-size: 18px;
  }
  .crowdfire-hootsuite table .table-heading a {
    background-color: #f4f4f4;
    padding: 10px 70px;
    line-height: 1.35;
  }
  .crowdfire-hootsuite table .table-footer a {
    line-height: 1.35;
  }
  .crowdfire-hootsuite .table-heading {
    padding: 0;
    text-align: center;
  }
  .crowdfire-hootsuite .highlight {
    background-color: #9ed59e;
  }
  .crowdfire-hootsuite table p{
    font-size: 16px;
    line-height: 1.45;
    color: #000;
  }
  .crowdfire-hootsuite table strong {
    font-size: 16px;
    line-height: 1.45;
    color: #000;
  }
  .crowdfire-hootsuite .image-container {
    margin: 20px 0;
    text-align: center;
  }
  .crowdfire-hootsuite .image-container img {
    max-width: 100%;
    border: 2px solid #000;
  }
  .crowdfire-hootsuite p em {
    width: 75%;
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .crowdfire-hootsuite .border-section {
    margin-top: 30px;
    border: 4px solid rgb(73 165 73);
    padding: 8px;
  }
  .crowdfire-hootsuite .border-section p {
    margin: 0;
  }
  .crowdfire-hootsuite .border-section span {
    color: rgb(73 165 73);
  }
  .crowdfire-hootsuite .pricing-comparison {
    max-width: 500px;
    margin: 0 auto;
  }
  .crowdfire-hootsuite .pricing-table th,
  .crowdfire-hootsuite .pricing-table td {
    border: 1px solid #ddd;
    padding: 15px;
    text-align: center;
  }
  .crowdfire-hootsuite .comparison-section {
    max-width: 800px;
    margin: 0 auto;
  }
  .crowdfire-hootsuite .pros-cons-table td {
    width: 50%;
  }
  .crowdfire-hootsuite .pros-cons-comparison img {
    max-width: 150px;
    display: block;
    margin: 10px auto;
  }
  .crowdfire-hootsuite .pros-cons-comparison .heading td {
    font-weight: 700;
    background-color: #f4f4f4;
    text-align: center;
  }
  .crowdfire-hootsuite .pros-cons-comparison .heading td:first-child {
    color: rgb(73 165 73);
  }
  .crowdfire-hootsuite .pros-cons-comparison .heading td:nth-child(2) {
    color: #a23030;
  }
  .crowdfire-hootsuite .verdict-table {
    max-width: 800px;
    margin: 0 auto;
  }
  .crowdfire-hootsuite .verdict-table td {
    text-align: center;
  }
.crowdfire-hootsuite .comparison-section {
  max-width: 800px;
  margin: 0 auto;
}
.crowdfire-hootsuite .pros-cons-table td {
  width: 50%;
}

.crowdfire-hootsuite .pros-cons-comparison img {
  max-width: 150px;
  display: block;
  margin: 10px auto;
}
.crowdfire-hootsuite .pros-cons-comparison .heading td {
  font-weight: 700;
  background-color: #f4f4f4;
  text-align: center;
}
.crowdfire-hootsuite .pros-cons-table .heading td:first-child {
  color: rgb(73 165 73);
  background-color: #f4f4f4;
  text-align: center;
  
}
.crowdfire-hootsuite .pros-cons-table .heading td:nth-child(2) {
  color: #a23030;
  background-color: #f4f4f4;
  text-align: center;
  
}
.crowdfire-hootsuite .verdict-table {
  max-width: 800px;
  margin: 0 auto;
}
.crowdfire-hootsuite .verdict-table td {
  text-align: center;
}
  @media (max-width: 767px) {
    .crowdfire-hootsuite .content-area {
      width: 100%;
      padding: 0;
      float: unset;
      padding: 15px;
    }
    .crowdfire-hootsuite .content,
    .crowdfire-hootsuite .comparison-table {
      padding: 0px;
    }
    .crowdfire-hootsuite table {
      table-layout: fixed;
    }
    .crowdfire-hootsuite p em {
      width: 100%;
    }
    .crowdfire-hootsuite td img {
      width: 100px;
    }
    .crowdfire-hootsuite p,
    .crowdfire-hootsuite li {
      font-size: 1.0625rem;
    }
    .crowdfire-hootsuite table .table-heading a {
      padding: 0;
    }
    .crowdfire-hootsuite table td,
    .crowdfire-hootsuite table p,
    .crowdfire-hootsuite table strong {
      font-size: 12px;
    }
    .crowdfire-hootsuite .pricing-table th,
    .crowdfire-hootsuite .pricing-table td {
      padding: 10px 5px;
    }
    .crowdfire-hootsuite .pros-cons-table th,
    .crowdfire-hootsuite .pros-cons-table td {
      padding: 10px 5px;
    }
  }
/* End: Crowdfire vs Hootsuite: A Detailed Comparison */


/* Styling is related to post: Buffer vs Metricool vs Crowdfire: A Definitive Comparison for July 2024 */
.buffer-metricool-crowdfire .content-area {
    float: left;
    box-sizing: border-box;
    padding-right: 8rem;
  }
  .buffer-metricool-crowdfire .sidebar {
    float: right;
  }
  .buffer-metricool-crowdfire .content {
  }
  .buffer-metricool-crowdfire h1,
  .buffer-metricool-crowdfire h2,
  .buffer-metricool-crowdfire h3 {
    color: #333;
    font-size: 1.75rem;
    font-weight: 700;
    margin: 0.75em 0;
  }
  .buffer-metricool-crowdfire p,
  .buffer-metricool-crowdfire li {
    color: #303030;
    font-size: 1.125rem;
    line-height: 1.55;
  }
  .buffer-metricool-crowdfire a {
    display: inline-block;
    margin: 0;
    color: #007bff;
  }
  .buffer-metricool-crowdfire .comparison-table {
    padding: 20px;
    max-width: 800px;
    margin: 0 auto;
  }
  .buffer-metricool-crowdfire .rating-star-wrapper {
    text-align: center;
  }
  .buffer-metricool-crowdfire .comparison-table table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
  }
  .buffer-metricool-crowdfire th {
    border: 1px solid #ddd;
    padding: 15px;
    text-align: left;
  }
  .buffer-metricool-crowdfire td {
    border: 1px solid #ddd;
    padding: 15px;
    text-align: left;
  }
  .buffer-metricool-crowdfire th {
    background-color: #f4f4f4 !important;
    text-align: center;
  }
  .buffer-metricool-crowdfire td img {
    display: block;
    margin: 0 auto;
  }
  .buffer-metricool-crowdfire table .table-heading h3 {
    background-color: #f4f4f4;
    padding: 10px;
    margin: 0;
    font-size: 18px;
  }
  .buffer-metricool-crowdfire table .table-heading a {
    background-color: #f4f4f4;
    padding: 10px 70px;
    line-height: 1.35;
  }
  .buffer-metricool-crowdfire table .table-footer a {
    line-height: 1.35;
  }
  .buffer-metricool-crowdfire .table-heading {
    padding: 0;
    text-align: center;
  }
  .buffer-metricool-crowdfire .highlight {
    background-color: #9ed59e;
  }
  .buffer-metricool-crowdfire table p{
    font-size: 16px;
    line-height: 1.45;
    color: #000;
  }
  .buffer-metricool-crowdfire table strong {
    font-size: 16px;
    line-height: 1.45;
    color: #000;
  }
  .buffer-metricool-crowdfire .image-container {
    margin: 20px 0;
    text-align: center;
  }
  .buffer-metricool-crowdfire .image-container img {
    max-width: 100%;
    border: 2px solid #000;
  }
  .buffer-metricool-crowdfire p em {
    width: 75%;
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .buffer-metricool-crowdfire .border-section {
    margin-top: 30px;
    border: 4px solid rgb(73 165 73);
    padding: 8px;
  }
  .buffer-metricool-crowdfire .border-section p {
    margin: 0;
  }
  .buffer-metricool-crowdfire .border-section span {
    color: rgb(73 165 73);
  }
  .buffer-metricool-crowdfire .pricing-comparison {
    max-width: 500px;
    margin: 0 auto;
  }
  .buffer-metricool-crowdfire .pricing-table th,
  .buffer-metricool-crowdfire .pricing-table td {
    border: 1px solid #ddd;
    padding: 15px;
    text-align: center;
  }
  .buffer-metricool-crowdfire .comparison-section {
    max-width: 800px;
    margin: 0 auto;
  }
  .buffer-metricool-crowdfire .pros-cons-table td {
    width: 50%;
  }
  .buffer-metricool-crowdfire .pros-cons-comparison img {
    max-width: 150px;
    display: block;
    margin: 10px auto;
  }
  .buffer-metricool-crowdfire .pros-cons-comparison .heading td {
    font-weight: 700;
    background-color: #f4f4f4;
    text-align: center;
  }
  .buffer-metricool-crowdfire .pros-cons-comparison .heading td:first-child {
    color: rgb(73 165 73);
  }
  .buffer-metricool-crowdfire .pros-cons-comparison .heading td:nth-child(2) {
    color: #a23030;
  }
  .buffer-metricool-crowdfire .verdict-table {
    max-width: 800px;
    margin: 0 auto;
  }
  .buffer-metricool-crowdfire .verdict-table td {
    text-align: center;
  }
.buffer-metricool-crowdfire .comparison-section {
  max-width: 800px;
  margin: 0 auto;
}
.buffer-metricool-crowdfire .pros-cons-table td {
  width: 50%;
}

.buffer-metricool-crowdfire .pros-cons-comparison img {
  max-width: 150px;
  display: block;
  margin: 10px auto;
}
.buffer-metricool-crowdfire .pros-cons-comparison .heading td {
  font-weight: 700;
  background-color: #f4f4f4;
  text-align: center;
}
.buffer-metricool-crowdfire .pros-cons-table .heading td:first-child {
  color: rgb(73 165 73);
  background-color: #f4f4f4;
  text-align: center;
  
}
.buffer-metricool-crowdfire .pros-cons-table .heading td:nth-child(2) {
  color: #a23030;
  background-color: #f4f4f4;
  text-align: center;
  
}
.buffer-metricool-crowdfire .verdict-table {
  max-width: 800px;
  margin: 0 auto;
}
.buffer-metricool-crowdfire .verdict-table td {
  text-align: center;
}
  @media (max-width: 767px) {
    .buffer-metricool-crowdfire .content-area {
      width: 100%;
      padding: 0;
      float: unset;
      padding: 15px;
    }
    .buffer-metricool-crowdfire .content,
    .buffer-metricool-crowdfire .comparison-table {
      padding: 0px;
    }
    .buffer-metricool-crowdfire table {
      table-layout: fixed;
    }
    .buffer-metricool-crowdfire p em {
      width: 100%;
    }
    .buffer-metricool-crowdfire td img {
      width: 100px;
    }
    .buffer-metricool-crowdfire p,
    .buffer-metricool-crowdfire li {
      font-size: 1.0625rem;
    }
    .buffer-metricool-crowdfire table .table-heading a {
      padding: 0;
    }
    .buffer-metricool-crowdfire table td,
    .buffer-metricool-crowdfire table p,
    .buffer-metricool-crowdfire table strong {
      font-size: 12px;
    }
    .buffer-metricool-crowdfire .pricing-table th,
    .buffer-metricool-crowdfire .pricing-table td {
      padding: 10px 5px;
    }
    .buffer-metricool-crowdfire .pros-cons-table th,
    .buffer-metricool-crowdfire .pros-cons-table td {
      padding: 10px 5px;
    }
  }
/* End: Crowdfire vs Hootsuite: A Detailed Comparison */
