/**
 * File: styles.css
 * Description : Contains all necessary styling for the APPEAL - Petition HTML5 Template
 * URL: https://themeforest.net/item/appeal-petition-html5-template/16935278
 * Project: Appeal - Petition HTML5 Template
 * Version: 1.0.1
 * Last Update: 25-09-2023
 **/
/**
 * html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
 * v1.6.1 2010-09-17 | Authors: Eric Meyer & Richard Clark
 * html5doctor.com/html-5-reset-stylesheet/
 */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
/* Remove margins for navigation lists */
nav ul,
nav li {
  margin: 0;
  list-style: none;
  list-style-image: none;
}
small {
  font-size: 85%;
}
strong,
th {
  font-weight: bold;
}
td {
  vertical-align: top;
}
textarea {
  overflow: auto;
}
/* www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */
/* Align checkboxes, radios, text inputs with their label by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css ; */
input[type="radio"] {
  vertical-align: text-bottom;
}
input[type="checkbox"] {
  vertical-align: bottom;
}
.ie7 input[type="checkbox"] {
  vertical-align: baseline;
}
.ie6 input {
  vertical-align: text-bottom;
}
/* Webkit browsers add a 2px margin outside the chrome of form elements */
button,
input,
select,
textarea {
  margin: 0;
}
/*========================================================================*/
/*   TABLE OF CONTENT
/*========================================================================*/
/*
/*      01. GENERAL STYLING
/*      02. HEADER
/*      03. MAIN NAVIGATION MENU
/*      04. HOME PAGE
/*      05. BLOG LAYOUT
/*      06. BLOG SINGLE PAGE
/*      07. ABOUT US PAGE
/*      08. 404 PAGE
/*      09. FOOTER
/*      10. SIDEBAR & WIDGETS
/*      11. RESPONSIVE STYLING
/*
/*========================================================================*/
/***********************************************************************************************/
/* 01. GENERAL STYLING  */
/***********************************************************************************************/
body {
  font: 14px/24px "Roboto Slab", serif;
  color: #000;
  font-style: normal;
  font-weight: 300;
  position: relative;
}
img {
  max-width: 100%;
}
a {
  color: #ff8137;
  text-decoration: none;
  line-height: 24px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
a:hover,
a:focus {
  color: #686868;
  text-decoration: none;
}
blockquote {
  font: "Roboto Slab", serif;
  color: #686868;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "PT Serif", serif;
  color: #272727;
  line-height: 32px;
  margin: 0 0 16px 0;
}
h1 {
  font-size: 24px;
}
h2 {
  font-size: 20px;
}
h2 + p {
  margin-top: 12px;
}
h3 {
  font-size: 18px;
}
h3 + p {
  margin-top: 12px;
}
h4 {
  font-size: 16px;
}
h4 + p {
  margin-top: 12px;
}
h5 {
  font-size: 15px;
}
h6 {
  font-size: 14px;
}
* + p {
  margin-top: 12px;
}
p {
  line-height: 32px;
  margin: 0 0 12px;
  padding: 0;
}
ul,
li {
  list-style-type: none;
}
input[type="text"],
input[type="password"],
input[type="submit"],
input[type="button"],
textarea {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="submit"]:focus,
input[type="button"]:focus,
textarea:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
.black-color {
    color: #000;
}
#preloader {
  background: none repeat scroll 0 0 #fff;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 9999;
}
#preloader span {
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  position: absolute;
  top: 50%;
}
#backTop {
  width: 16px;
  height: 16px;
  padding: 10px;
  border-radius: 4px;
  text-indent: -9999px;
  cursor: pointer;
  z-index: 999999999;
  display: none;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  opacity: 0.9;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
#backTop:hover {
  opacity: 1;
}
#backTop:after {
  position: absolute;
  content: "-";
  width: 16px;
  height: 16px;
  text-align: center;
  top: 0;
  left: 0;
  color: #fff;
}
#backTop.custom {
  background: url(../images/uparr-48-b.png) no-repeat center center #ff8137;
  border: 2px solid #d04d00;
}
.text-bold {
  font-weight: bold;
}
.capitalize {
  text-transform: capitalize;
}
.uppercase {
  text-transform: uppercase;
}
.alert,
.progress,
.pre {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.margin-top-5 {
  margin-top: 5px;
}
.margin-top-11 {
  margin-top: 11px;
}
.margin-bottom-5 {
  margin-bottom: 5px;
}
.margin-bottom-11 {
  margin-bottom: 11px;
}
.padding-left-0 {
  padding-left: 0px;
}
.padding-right-0 {
  padding-right: 0px;
}
.padding-right-5 {
  padding-right: 5px;
}
.padding-right-11 {
  padding-right: 11px;
}
.inline li {
  display: inline-block;
  margin-right: 24px;
}
.inline li:last-child {
  margin-right: 0;
}
.narrow-p {
  margin: 0 auto 1.5em;
  width: 30%;
}
.fr {
  float: right;
}
.fl {
  float: left;
}
.cb {
  clear: both;
}
.db {
  display: block;
}
.overflow-hidden {
  overflow: hidden;
}
span.border-light-dotted {
  border-bottom: 1px dotted #ff8137;
}
span.border-bold-dashed {
  border-bottom: 2px dashed #ff8137;
}
.jumbo-heading {
  text-align: center;
  color: #1a1a1a;
  font-family: "PT Serif", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
}
.jumbo-heading .highlight {
  display: block;
  color: #ff8137;
  font-family: "Lora", serif;
  font-size: 50px;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 24px;
}
.jumbo-sub-heading {
  text-align: center;
}
.jumbo-heading-2-container {
  text-align: left;
}
.jumbo-heading-2-container h3 {
  font-size: 60px;
  line-height: 60px;
  margin-bottom: 32px;
}
.jumbo-heading-2-container h3 span {
  color: #ff8137;
}
.jumbo-heading-2-container h4 {
  font-size: 30px;
  line-height: 36px;
  color: #626262;
  margin-bottom: 32px;
}
.jumbo-heading-2-container p {
  margin-bottom: 32px;
}
.jumbo-heading-3-container {
  text-align: left;
}
.jumbo-heading-3-container h5 {
  font-size: 20px;
}
.jumbo-heading-3-container h5 span {
  font-size: 30px;
  color: #ff8137;
}
.jumbo-heading-3-container p {
  margin-bottom: 32px;
  font-style: italic;
}
.jumbo-heading-4-container {
  text-align: left;
  color: #ffffff;
}
.jumbo-heading-4-container h5 {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 12px;
}
.jumbo-heading-4-container h5 span {
  font-size: 30px;
  color: #ff8137;
}
.jumbo-heading-4-container p {
  margin-bottom: 32px;
  font-style: italic;
}
.letter-heading {
  text-align: center;
}
.letter-heading h1 {
  color: #ff8137;
  font-size: 60px;
  line-height: 36px;
  position: relative;
  margin-bottom: 48px;
}
.letter-heading h1:after {
  position: absolute;
  content: "";
  display: inline-block;
  background: #797979;
  width: 160px;
  height: 3px;
  top: 66px;
  left: 50%;
  margin-bottom: 24px;
  margin-left: -78px;
}
blockquote {
  padding: 12px 26px 26px 42px;
  margin: 0 0 20px;
  font-size: 14px;
  font-family: "Roboto Slab", serif;
  background: #ffffff;
  position: relative;
  border: 1px solid #ebebeb;
  border-left: 4px solid #6b6b6b;
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
}
blockquote:hover {
  border: 1px solid #c5c5c5;
  border-left: 4px solid #6b6b6b;
}
blockquote p {
  font-size: 14px;
  line-height: 24px;
}
blockquote:before {
  display: block;
  position: absolute;
  left: 12px;
  top: 14px;
  content: "\f10d";
  font-family: "FontAwesome";
  font-size: 15px;
  color: #d6d6d6;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
blockquote.testimonial {
  background: #ffffff;
  border-top: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 0;
}
cite {
  text-align: right;
  display: block;
}
cite:before {
  margin-right: 4px;
}
.bq-author {
  padding: 16px 0 0 110px;
  position: relative;
}
.bq-author:before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 69px;
  width: 0;
  height: 0;
  border-left: 22px solid transparent;
  border-right: 0 solid transparent;
  border-top: 22px solid #dcdcdc;
  z-index: 2;
}
.bq-author:after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 70px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 0 solid transparent;
  border-top: 20px solid #fff;
  z-index: 3;
}
.bq-author h6 {
  margin-bottom: 6px;
}
.bq-author .bq-author-info {
  font-size: 12px;
}
ol li {
  padding: 0;
  margin: 0 0 10px 25px;
  list-style-type: decimal;
}
.section-container {
  margin: 24px 0 0 0;
}
.section-header {
  margin: 0 0 62px 0;
  text-align: center;
}
.section-header .section-title {
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
}
.section-header .section-desc {
  text-transform: capitalize;
  color: #bfbfbf;
}
.topic-bold-header {
  margin-bottom: 24px;
}
.topic-bold-header h2,
.topic-bold-header h3,
.topic-bold-header h4 {
  margin: 0;
  text-transform: uppercase;
  position: relative;
  float: left;
  display: inline-block;
  font-size: 24px;
  color: #272727;
}
.topic-bold-header h2 {
  font-size: 24px;
  color: #272727;
}
.topic-bold-header h3 {
  color: #272727;
}
.accordion .panel {
  margin-bottom: 3px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.accordion .panel .panel-title a {
  display: block;
}
span.label {
  margin-right: 1px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  font-size: 100%;
}
#btn,
.btn {
  text-align: center;
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
}
#btn:hover,
.btn:hover {
  color: #000000;
}
.btn-custom {
  text-align: center;
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
  border: 1px solid #090990;
  background: #090990;
  color: #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  padding: 12px 14px;
}
.btn-custom:hover {
  border-color: #c5c5c5;
  color: #090990;
  background: #ffffff;
}
.btn-custom-inverse {
  text-align: center;
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
  border: 1px solid #ebebeb;
  color: #ff8137;
  background: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  padding: 12px 14px;
}
.btn-custom-inverse:hover {
  background: #ff8137;
  color: #ffffff;
}
.btn-download-petition {
  font-weight: bold;
  padding: 14px 18px;
  background: #ffa16a;
  color: #ffffff;
}
.btn-download-petition:hover {
  color: #ffffff;
}
.btn-white-download-petition {
  font-weight: bold;
  padding: 14px 18px;
  background: #ffffff;
  color: #ff8137;
}
.btn-white-download-petition:hover {
  color: #ff8137;
}
.button {
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  color: white;
  font-weight: bold;
  height: 3em;
  line-height: 1em;
  padding: 1em;
}
.small-button {
  display: inline-block;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  color: #000000;
  font-weight: bold;
  height: 0;
  line-height: 0;
  padding: 1em 1em;
  margin: 6px 0;
  width: 100%;
}
.text-highlighter {
  color: #ff8137;
}
.text-highlighter-white {
  color: #ffffff;
}
#comment_btn {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  text-align: center;
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
  border: 1px solid #ebebeb;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  background: transparent;
  color: #686868;
  padding: 6px 12px;
}
#comment_btn:hover {
  border: 1px solid #ff8137;
  color: #ff8137;
  background: transparent;
}
#contact-form .p-errors label {
  color: lightcoral;
}
#contact-form .p-errors input[type="text"],
#contact-form .p-errors input[type="email"],
#contact-form .p-errors textarea {
  border-color: lightcoral;
}
.wp-caption {
  text-align: center;
}
.wp-caption .wp-caption-text {
  margin-bottom: 0px;
  font-size: 12px;
  font-style: italic;
  line-height: 34px;
}
.sticky {
  margin-bottom: 21px;
  background: #ffffff;
}
/*------------------------------ Gallery Caption  ---------------------------------*/
/*------------------------------ By Post Author ---------------------------------*/
/***********************************************************************************************/
/* 02. HEADER */
/***********************************************************************************************/
.main-header {
  background: transparent;
}
.top-bar {
  font-family: "Roboto Slab", serif;
  background: #E5373E;
  line-height: 42px;
  color: #ffffff;
  font-size: 14px;
}
.top-bar i {
  color: #fff;
  margin-right: 5px;
  display: inline-block;
}
.top-phone-no {
  display: inline-block;
  margin-right: 12px;
}
.top-email-info {
  display: inline-block;
}
.top-donate-btn {
  border: 2px solid #ff8137 !important;
  font-weight: bold;
  background: transparent;
  color: #ffffff;
  margin-left: 24px;
  padding: 12px 32px !important;
  font-family: "Roboto Slab", serif !important;
  font-weight: bold !important;
  font-size: 14px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.top-donate-btn:hover {
  color: #ff8137;
  background: #ffffff;
}
.top-location-info {
  margin-right: 12px;
}
.sticky-wrapper {
  background: #2B674D;
  border-top: 1px solid #2B674D;
}
.transparent-header {
  height: auto;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.transparent-header .sticky-wrapper {
  background: transparent !important;
}
.logo {
  margin-top: 5px;
  margin-bottom: 0;
}
.header-container {
  border-bottom: 0px solid #eeeeee;
  padding-bottom: 2px;
  box-shadow: 0px 0px 2px -4px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.2s 0.2s ease-out;
  -moz-transition: 0.2s 0.2s ease-out;
  -o-transition: 0.2s 0.2s ease-out;
  transition: 0.2s 0.2s ease-out;
}
/***********************************************************************************************/
/* 03. MAIN NAVIGATION MENU */
/***********************************************************************************************/
.main-menu-container {
  font-family: "Source Sans Pro", sans-serif;
  background: transparent;
  /*also change bg color #main-menu .sf-menu ul li*/
  line-height: 24px;
  margin: 22px 0 0 0;
  font-size: 14px;
  font-weight: 400;
  float: right;
}
#main-menu .sf-menu {
  margin-bottom: 0px;
}
#main-menu .sf-menu ul li,
#main-menu .sf-menu li {
  background: transparent;
  color: #ffffff;
}
#main-menu .sf-menu ul {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2);
  min-width: 12em;
}
#main-menu .sf-menu a,
#main-menu .sf-menu a:visited {
  color: #ffffff;
  border: 0px solid red;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
}
#main-menu .sf-menu li:hover,
#main-menu .sf-menu li.sfHover #main-menu .sf-menu a:focus,
#main-menu .sf-menu a:hover,
#main-menu .sf-menu a:active {
  outline: 0;
  color: #cccccc;
}
.sf-arrows .sf-with-ul::after {
  border-top-color: #ffffff;
  /* IE8 fallback colour */
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: #ff8137;
  /* IE8 fallback colour */
}
#main-menu .sf-arrows li.current-menu-parent > a,
#main-menu .sf-arrows li.current-menu-parent > a:hover,
#main-menu .sf-arrows li.current-menu-parent > a:active {
  color: #ff8137;
}
#main-menu .sf-arrows > li > ul li {
  background: #5f5f5f;
}
#main-menu .sf-arrows > li > ul li a {
  color: #ffffff;
  background: #2c2c2c;
}
#main-menu .sf-arrows > li > ul li:hover {
  background: #5f5f5f;
  color: red;
}
select.main-menu-responsive {
  display: none;
}
select.main-menu-responsive option {
  padding: 3px 0;
  text-transform: capitalize;
}
.stuck {
  position: fixed;
  top: 0;
  left: 0px;
  right: 0px;
  z-index: 99;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  background: #2B674D;
  width: 100%;
  padding: 0px 90px;
  margin: 0 !important;
}
/***********************************************************************************************/
/* 04. HOME PAGE */
/***********************************************************************************************/
.section-content-block {
  padding: 100px 0 100px 0;
  background: #ffffff;
}
section.home-page-big-banner-block {
  display: block;
  clear: both;
  padding: 250px 0 350px 0;
  position: relative;
  overflow: hidden;
}
section.home-page-big-banner-block:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 1000px;
  overflow: hidden;
  content: "";
  background: rgba(0, 0, 0, 0.05);
  position: absolute;
}
section.home-page-big-banner-block h2 {
  text-align: center;
  font-size: 48px;
  padding: 20px 48px 0;
  line-height: 48px;
  color: #ffffff;
}
section.home-page-big-banner-block h2 span.heading-heighlighter {
  color: #ff8137;
  font-family: "Lora", serif;
  font-size: 50px;
  font-style: italic;
  font-weight: 400;
  display: block;
  margin-bottom: 12px;
}
section.home-page-big-banner-block p {
  color: #ffffff;
  display: block;
  margin-bottom: 32px;
}
.one-page-home-layout-1 {
  background: transparent;
  background-image: url("../images/home_banner_1.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.one-page-home-layout-2 {
  background: transparent;
  background-image: url("../images/home_banner_2.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.one-page-home-layout-3 {
  background: transparent;
  background-image: url("../images/home_banner_3.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.multi-petition-hero-block-layout-1 {
  background: transparent;
  background-image: url("../images/multi-banner.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  display: block;
  clear: both;
  padding: 250px 0;
  position: relative;
  overflow: hidden;
}
.multi-petition-hero-block-layout-1:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 1000px;
  overflow: hidden;
  content: "";
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
}
.multi-petition-hero-block-layout-1 h2 {
  text-align: center;
  font-size: 40px;
  padding: 0px 48px 0;
  line-height: 48px;
  color: #ffffff;
}
.multi-petition-hero-block-layout-1 h2 span.heading-heighlighter {
  color: #ff8137;
  font-family: "Lora", serif;
  font-size: 50px;
  font-style: italic;
  font-weight: 400;
  display: block;
  margin: 24px 0;
}
.multi-petition-hero-block-layout-1 p {
  color: #ffffff;
  display: block;
  margin-bottom: 32px;
}
.hero-block-texts {
  text-align: center;
}
.hero-block-texts span {
  display: block;
  color: #ff8137;
  font-family: "Lora", serif;
  font-style: italic;
  font-size: 32px;
  line-height: 32px;
  font-weight: bold;
  margin: 0 0 12px 0;
}
.pet_layout_1 .petition-content {
  border-color: #eee;
  border-image: none;
  border-style: solid;
  border-width: 0 1px 1px;
}
.pet_layout_1 .petition-content .petition-header {
  padding: 12px;
}
.pet_layout_1 .petition-content .petition-content .petition-text {
  padding: 4px 12px;
}
.pet_layout_1 .petition-content .petition-footer {
  border-top: 1px solid #eee;
  margin-top: 24px;
  padding: 12px;
  text-align: center;
}
.pet_layout_1 .petition-content .petition-footer .btn {
  font-size: 16px;
}
.pet_layout_2 {
  margin-bottom: 32px !important;
  border: 1px solid #eeeeee;
  padding: 16px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.pet_layout_2 h2 {
  font-size: 22px;
  margin-top: 0;
}
.pet_layout_2 h2 a {
  color: #2b2b2b;
}
.pet_layout_2 h2 a:hover {
  color: #ff8137;
}
.pet_layout_2 p {
  margin-top: 0;
  line-height: 24px;
}
.section-news-letter {
  overflow: hidden;
  background: #f9fafb;
}
.section-news-letter .news-letter-container h3 {
  font-size: 50px;
  line-height: 56px;
}
.section-news-letter .news-letter-container h5 {
  font-size: 20px;
  line-height: 26px;
}
.section-news-letter .news-letter-container .input-group {
  margin: 50px 0px;
}
.section-news-letter .news-letter-container .subscriber-email {
  border: 2px solid #ff8137;
  box-shadow: none;
  height: 50px;
}
.section-news-letter .news-letter-container .btn-signup {
  background: #ff8137;
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0;
  padding: 15px 32px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  border: 0px;
}
.testimonial-block {
  background: #ff8137;
  padding: 42px;
}
.testimonial-block h4 {
  font-size: 30px;
  line-height: 36px;
  color: #ffffff;
}
.testimonial-block p {
  color: #ffffff;
}
.section-how-to-help {
  overflow: hidden;
}
.section-how-to-help-2 .sign-how-to-help-heading-container {
  margin: 0 0 84px 0;
  text-align: right;
}
.section-how-to-help-2 .sign-how-to-help-heading-container h3 {
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 24px;
}
.section-how-to-help-2 .sign-how-to-help-heading-container h5 {
  font-size: 24px;
  font-weight: bold;
  margin: 12px 0;
}
.section-how-to-help-2 .sign-how-to-help-heading-container h5 span {
  border-bottom: 2px dashed #ff8137;
}
.section-how-to-help-2 .sign-how-to-help-heading-container h5 span.highlight {
  border-bottom: 0px solid #ff8137;
  color: #ff8137;
}
.section-how-to-help-2 .sign-how-to-help-heading-container p {
  margin-top: 24px;
  font-size: 14px;
}
.row-how-to-help {
  margin: 64px 0;
}
.content-how-to-help {
  text-align: center;
  width: 100%;
  height: 220px;
  padding: 48px 0;
}
.content-how-to-help i {
  font-size: 72px;
  margin-bottom: 24px;
  color: #e6e6e6;
}
.help-box-highlight {
  border: 2px solid #ff8137;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.section-how-to-sign-it {
  overflow: hidden;
  background: url("../images/bg-geometry.png") repeat center center transparent;
}
.section-how-to-sign-it-2 {
  overflow: hidden;
  background: #f9fafb;
}
.section-how-to-sign-it-2 .about-2-container h4 {
  color: #ff8137;
  font-style: italic;
  font-family: "Lora", serif;
  font-size: 30px;
  line-height: 36px;
}
.section-how-to-sign-it-2 .about-2-container h3 {
  font-size: 40px;
  line-height: 46px;
  margin-bottom: 24px;
}
.section-how-to-sign-it-2 .about-2-container p {
  margin-bottom: 24px;
}
.section-how-to-sign-it-3 {
  overflow: hidden;
  background: #f9fafb;
}
.section-how-to-sign-it-3 .about-3-container h4 {
  color: #ff8137;
  font-style: italic;
  font-family: "Lora", serif;
  font-size: 30px;
  line-height: 36px;
}
.section-how-to-sign-it-3 .about-3-container h3 {
  font-size: 40px;
  line-height: 46px;
  margin-bottom: 24px;
}
.section-how-to-sign-it-3 .about-3-container p {
  margin-bottom: 24px;
}
.how-to-sign-info-block {
  position: relative;
}
.how-to-sign-info-block img {
  max-width: 100%;
}
.how-to-sign-info-block .how-to-sign-info-wrapper {
  text-align: center;
  position: absolute;
  width: 480px;
  background: #f9fafb;
  padding: 24px 48px;
  left: 0;
  bottom: -64px;
  margin-left: 40px;
}
.how-to-sign-info-block .how-to-sign-info-wrapper h2 {
  color: #ff8137;
}
.section-where-we-send .heading-where-we-send em {
  font-size: 15px;
  font-style: italic;
  color: #ff8137;
  margin-bottom: 12px;
  display: block;
}
.section-where-we-send .heading-where-we-send h4 {
  font-size: 30px;
  line-height: 36px;
}
.person-name {
  background: #f9fafb;
  border: 1px solid #eeeeee;
  margin-left: 15px !important;
  min-height: 100px;
  padding: 15px !important;
  margin-left: 15px;
}
.person-name .submit-order {
  font-size: 50px;
  line-height: 55px;
  color: #dedede;
}
.person-name .submit-preson-name {
  font-size: 20px;
}
.person-name .submit-person-desg {
  color: #ff8137;
}
.letter-submit-carousel-inner {
  padding: 0px;
}
.letter-submit-carousel-inner .person-name {
  margin-left: 2px !important;
  margin-right: 3px !important;
  min-height: 100px;
  padding: 12px !important;
}
.letter-submit-carousel-inner .submit-preson-name {
  margin-bottom: 12px;
}
.letter-submit-carousel-inner .submit-person-desg {
  color: #5e5e5e;
  font-weight: bold;
}
.section-where-we-send-2 {
  background: transparent;
  background-image: url("../images/home_banner_2.jpg");
  background-repeat: no-repeat;
  background-position: top center;
}
.section-where-we-send-2 .heading-where-we-send em {
  font-size: 18px;
  font-style: italic;
  color: #ff8137;
  margin-bottom: 12px;
  display: block;
  font-family: "Lora", serif;
  font-weight: 400;
}
.section-where-we-send-2 .heading-where-we-send h4 {
  font-size: 30px;
  line-height: 36px;
  color: #ffffff;
}
.section-where-we-send-2 .person-name {
  background: #ffffff;
  border: 1px solid #eeeeee;
  margin-left: 15px !important;
  min-height: 100px;
  padding: 15px !important;
  margin-left: 15px;
}
.section-where-we-send-2 .person-name .submit-order {
  font-size: 50px;
  line-height: 55px;
  color: #dedede;
}
.section-where-we-send-2 .person-name .submit-preson-name {
  font-size: 20px;
}
.section-where-we-send-2 .person-name .submit-person-desg {
  color: #ff8137;
}
.section-letter-block {
  background: #f9fafb;
}
.section-letter-block-2 {
  background: #ffffff;
}
.letter-content {
  margin-top: 32px;
  font-family: "Lora", serif;
}
.letter-content p {
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
  line-height: 24px;
}
.letter-content p span {
  border-bottom: 1px solid #e6e6e6;
}
.petition-form-wrapper {
  background-color: #e4e4e4;
  border: 5px solid #fafafa;
  margin: 0;
  padding: 32px 32px;
}
.petition-form-wrapper .petition-form-heading-container h5 {
  font-size: 22px;
  margin: 11px 0;
  padding: 0;
}
.petition-form-wrapper .petition-form-heading-container h5 span {
  font-size: 26px;
  color: #ff8137;
  text-transform: uppercase;
}
.petition-form-wrapper .petition-form-heading-container p {
  font-style: italic;
  margin-bottom: 24px;
  color: #919191;
}
.petition_form .row {
  margin-bottom: 24px;
}
.petition_form textarea {
  height: 180px;
}
.petition_form select {
  border: 1px solid lightgray;
  border-radius: 0;
  height: 42px;
  line-height: 24px;
  margin-bottom: 0;
  padding: 6px;
  color: #2b2b2b;
}
.petition_form_container form input[type="text"] {
  border: 1px solid lightgray;
  border-radius: 0;
  box-sizing: border-box;
  height: 42px;
  line-height: 24px;
  margin-bottom: 0;
  width: 100%;
  border: 1px solid #eee !important;
  border-radius: 4px !important;
}
.petition_form_container form p label {
  clear: both;
  display: block;
  margin: 12px 0;
}
.petition_form_container form input[type="submit"] {
  border: 1px solid lightgray;
  border-radius: 0;
  height: 32px;
  line-height: 24px;
  margin: 12px 0;
  padding: 0 12px;
  background: #ff8141 !important;
  border-radius: 4px !important;
  height: 48px !important;
  margin-top: 0 !important;
  font-size: 22px;
  font-weight: bold;
}
.petition_form_container form input.captcha {
  display: inline;
  text-align: center;
  width: 40px;
}
.petition_form_container form span#spambot {
  font-size: 11px;
}
p.bkb_question_submit_container {
  text-align: left;
}
.sign-counter-heading h2 {
  margin-top: 24px;
}
.sign-counter-heading h2 span.sign-counter {
  color: #ff8137;
  font-size: 60px;
}
.sign-counter-heading h2 span.sign-postfix {
  font-size: 30px;
}
.sign-counter-heading h4 {
  margin-top: 12px;
  font-size: 20px;
}
.vticker {
  margin-top: 24px;
  width: 100%;
}
.vticker ul {
  padding: 0;
  width: 100% !important;
}
.vticker ul li {
  border-bottom: 1px solid #eeeeee;
  list-style: outside none none;
  padding: 6px 0px 6px 0;
}
.vticker ul li .signed_user_name,
.vticker ul li .petition_signed_time_ago {
  font-weight: bold;
}
.vticker ul li .signed_user_country,
.vticker ul li .signed_text {
  color: #ff8137;
}
.vticker ul li:last-child {
  border-bottom: 0px solid #eeeeee;
}
.section-sign-form {
  background: transparent;
  background-image: url("../images/home_banner_3.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.section-sign-form .sign-form-heading-container {
  margin: 0 0 84px 0;
  text-align: center;
}
.section-sign-form .sign-form-heading-container h3 {
  font-weight: 400;
  font-family: "Lora", serif;
  font-style: italic;
  color: #ff8137;
  font-size: 50px;
  line-height: 50px;
}
.section-sign-form .sign-form-heading-container h2 {
  font-size: 42px;
  font-weight: bold;
  margin-top: 14px;
  color: #ffffff;
}
.section-sign-form .sign-form-heading-container p {
  font-size: 14px;
  color: #ffffff;
}
.section-updates {
  background: transparent;
  background-image: url("../images/home_banner_1.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.btn-update-petition {
  margin-top: 24px;
  padding: 14px 18px;
  background: transparent;
  color: #ff8137;
  border: 2px solid #ff8137;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.btn-update-petition:hover {
  color: #ff8137;
  background: #ffffff;
}
.petition-update-wrapper {
  margin-top: 32px;
}
.petition-update-container {
  position: relative;
}
.update-img {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 0px;
}
.update-img:before {
  position: absolute;
  content: "";
  width: 0%;
  height: 700px;
  background: rgba(0, 0, 0, 0);
  top: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.update-img img {
  margin-bottom: 0px !important;
  width: 100%;
}
.update-content {
  padding: 5px 12px;
  margin-bottom: 1.5em;
  text-align: left;
  background: #fafafa;
}
.update-info {
  padding: 12px 6px;
  font-weight: normal;
}
.update-info .update-meta-info {
  margin: 0 0 12px 0;
  font-size: 13px;
}
.update-info .update-meta-info .update-cat {
  text-transform: capitalize;
}
.update-info h3 {
  margin: 0 0 12px 0;
}
.update-info h3 a {
  margin-top: 0px !important;
  font-weight: bold;
  font-size: 18px;
  display: block;
}
.update-info .update-read-more {
  text-align: right;
  margin-bottom: 0px;
  font-weight: bold;
}
.section-updates-2 {
  background: #f9fafb;
}
.section-updates-2 .update-2-container h3 {
  color: #ff8137;
  font-family: "Lora", serif;
  font-size: 18px;
  font-style: italic;
}
.section-updates-2 .update-2-container h2 {
  font-size: 30px;
  line-height: 36px;
}
.section-updates-2 .update-2-container p {
  color: #2b2b2b;
}
.layout_2 {
  background: none;
  border-left: 1px solid #eee;
  position: relative;
}
/* shared with before and after */
.layout_2:before,
.layout_2:after {
  content: "";
  height: 12px;
  position: absolute;
  top: 23px;
  transform: rotate(45deg);
  width: 12px;
}
.layout_2:before {
  background: #eeeeee;
  left: -6px;
}
.layout_2:after {
  background: #eeeeee;
  left: -7px;
}
.petition-share h3 {
  margin-bottom: 0px;
}
.petition-share .petition-share-links {
  margin-top: 20px;
  display: block;
}
.btn-social-icon {
  height: 75px;
  width: 75px;
  border: 0;
  border-radius: 4px !important;
  margin: 3px 3px;
}
.btn-social-icon .fa {
  line-height: 75px;
  color: #ffffff;
}
.btn-goggle-plus {
  background-color: #26b84b;
}
.btn-goggle-plus:hover {
  background-color: #20993e;
}
.btn-envelope-o {
  background-color: #d74b3e;
}
.btn-envelope-o:hover {
  background-color: #ad3d32;
}
.section-multi-petition-lists-1 {
  overflow: hidden;
  background: #ffffff;
}
.petition-sticky-category h3 {
  font-size: 20px;
}
.petition-sticky-category ul li a {
  color: #2b2b2b;
  line-height: 42px;
  display: inline-block;
  -webkit-transition: 0.1s 0.2s ease-out;
  -moz-transition: 0.1s 0.2s ease-out;
  -o-transition: 0.1s 0.2s ease-out;
  transition: 0.1s 0.2s ease-out;
}
.petition-sticky-category ul li a:hover {
  color: #ff8137;
  margin-left: 2px;
}
.section-contact-block {
  position: relative;
  overflow: hidden;
}
.section-contact-block .content-block {
  padding: 0 48px 0 0;
}
.section-contact-block .contact-title {
  font-size: 24px;
  border-bottom: 3px solid #eeeeee;
  color: #5c5c5c;
  padding-bottom: 15px;
  position: relative;
}
.section-contact-block .contact-title:after {
  bottom: -3px;
  content: "";
  height: 3px;
  right: 0;
  position: absolute;
  width: 55px;
  background: #ff8137;
}
.section-contact-block .contact-info li {
  margin-bottom: 24px;
}
.section-contact-block .contact-info .icon-container {
  display: inline-block;
  background: #f1f1f1;
  color: #2b2b2b;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  margin-right: 16px;
}
.section-contact-block .contact-info .icon-container i {
  font-size: 14px;
}
.section-contact-block .contact-info address {
  display: inline-block;
}
.section-contact-block .contact-info a {
  color: #2b2b2b;
}
.section-contact-block .contact-info a:hover {
  color: #ff8137;
}
.section-contact-block .contact-form-block {
  padding: 0 0 0 0px;
}
.section-contact-block #contact-form input[type="text"],
.section-contact-block #contact-form input[type="email"],
.section-contact-block #contact-form input[type="url"],
.section-contact-block #contact-form input[type="password"] {
  border: 0px;
  border-bottom: 1px solid #eeeeee;
  line-height: 42px;
  height: 42px;
  margin-bottom: 24px;
  padding-left: 2px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
}
.section-contact-block #contact-form input[type="text"]:focus,
.section-contact-block #contact-form input[type="email"]:focus,
.section-contact-block #contact-form input[type="url"]:focus,
.section-contact-block #contact-form input[type="password"]:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  border: 0px;
  border-bottom: 1px solid #a1a1a1;
}
.section-contact-block #contact-form textarea {
  border: 0px;
  border-bottom: 1px solid #eeeeee;
  padding-left: 2px;
  margin-bottom: 24px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
}
.section-contact-block #contact-form textarea:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  border: 0px;
  border-bottom: 1px solid #a1a1a1;
}
/***********************************************************************************************/
/* MAIN CONTENT */
/***********************************************************************************************/
.main-content {
  margin: 48px 0;
}
/***********************************************************************************************/
/* 05. BLOG LAYOUT */
/***********************************************************************************************/
.page-header {
  margin: 0;
  background-image: url("../images/primary-banner-image.jpeg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 150px 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.page-header:before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.3;
  top: 0;
  left: 0;
  content: "";
  z-index: -1;
}
.page-header h3 {
  color: #ffffff;
  text-align: center;
  font-size: 32px;
  margin: 24px 0 12px 0;
  text-transform: capitalize;
}
.page-header .page-breadcrumb {
  font-size: 13px;
  color: #ffffff;
  text-align: center;
  text-transform: capitalize;
}
.single-post {
  margin-bottom: 50px;
}
.single-post p {
  line-height: 30px;
}
.single-post .single-post-content {
  margin-bottom: 30px;
  padding: 15px;
  background: #f2f2f2;
}
.single-post .single-post-title {
  line-height: 24px;
}
.single-post .single-post-title h2 {
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
}
.single-post .single-post-title .single-post-meta {
  font-size: 12px;
}
.readmore {
  border: 0px;
  background: #ff8137;
  color: #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  padding: 12px 24px;
}
.readmore-sm {
  border: 0px;
  background: #ff8137;
  color: #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  padding: 6px 12px;
}
/***********************************************************************************************/
/* 06. BLOG SINGLE PAGE */
/***********************************************************************************************/
.single-post-inner {
  background: #f1f1f1;
  padding: 30px;
}
.single-post-inner-title {
  margin-bottom: 24px;
}
.single-post-inner-title h2 {
  font-size: 24px;
  margin: 32px 0 24px 0;
}
.single-post-inner-meta .tag-list a {
  display: inline-block;
  padding: 4px 12px;
  margin-right: 3px;
  background: #ff8137;
  color: #ffffff;
}
.custom-post-info {
  margin: 0;
  padding: 0;
}
.custom-post-thumb-small {
  width: 70px;
  height: 70px;
}
.custom-post-thumb-medium {
  width: 350px;
  height: 120px;
}
.single-post-container {
  margin: 0 0 24px 0;
}
.single-post-container h3 {
  margin: 24px 0 12px 0;
  font-size: 18px;
  text-transform: capitalize;
}
.single-post-container h3 a {
  color: #272727;
}
.single-post-container h3 a:hover {
  color: #686868;
}
.single-post-container .custom-breadcrumb {
  font-size: 18px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ebebeb;
}
.single-post-container .article-meta-extra {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding: 6px 0;
  margin-bottom: 12px;
}
.single-post-container .article-meta-extra span {
  margin-right: 5px;
}
.single-post-container .article-meta-extra span:last-child {
  margin-right: 0px;
}
.single-post-container .article-meta-extra i {
  color: #888888;
  margin-right: 3px;
}
.single-post-container h2 + p {
  margin-top: 12px;
}
.single-post-content h1 {
  margin: 12px 0;
}
.single-post-content h2 {
  margin: 12px 0;
}
.single-post-content h3 {
  margin: 12px 0;
}
.single-post-content h4 {
  margin: 12px 0;
}
.single-post-content h5 {
  margin: 12px 0;
}
.single-post-content h6 {
  margin: 12px 0;
}
.articles-nav {
  margin-top: -1.5em;
  margin-bottom: 1.5em;
  padding: 0 2.4em;
}
.articles-nav .articles-nav-prev {
  float: left;
}
.articles-nav .articles-nav-next {
  float: right;
}
.aligncenter,
.alignleft,
.alignright,
.alignnone {
  margin: 12px 0 24px 0;
  max-width: 100%;
  height: auto;
}
.aligncenter,
img.centered {
  display: block;
  margin: 12px auto;
}
.alignleft {
  float: left;
  /*margin: 7px 12px 7px 0; */
}
.alignright {
  float: right;
  /*margin: 7px 0 7px 12px;  */
}
.alignnone {
  clear: both;
}
.wp-caption {
  text-align: center;
}
.wp-caption img {
  max-width: 100%;
  max-height: auto;
}
.wp-caption .wp-cap {
  margin-bottom: 0px;
  font-size: 12px;
}
.post-navigation {
  text-align: center;
  clear: both;
}
.post-navigation p {
  text-transform: uppercase;
}
.post-navigation p a {
  position: relative;
  padding-left: 24px;
  margin-right: 5px;
}
.post-navigation p a:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  top: 4px;
  left: 3px;
  background: transparent;
  border: 1px solid #ebebeb;
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
}
.post-navigation p a:hover:before {
  background: #ff8137;
  border: 1px solid #686868;
}
.post-navigation p a:first-child {
  margin-right: 0px;
}
.comments-nav-section,
.post-nav-section {
  margin: 24px 0 0 0;
}
.comments-nav-section p,
.post-nav-section p {
  margin-bottom: 0px;
}
.comments-nav-section a,
.post-nav-section a {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  text-align: center;
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
  border: 1px solid #ebebeb;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0);
  background: transparent;
  color: #686868;
  padding: 6px 12px;
}
.comments-nav-section a:hover,
.post-nav-section a:hover {
  border: 1px solid #ff8137;
  color: #ff8137;
  background: transparent;
}
.article-share-section {
  margin: 24px 0 0 0;
  border: 1px solid #ebebeb;
  border-left: 0px;
  border-right: 0px;
  padding: 14px 0 10px 0;
}
.article-author {
  margin-top: 24px;
  background: #f1f1f1;
  padding: 30px;
  min-height: 100px;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 24px;
}
.article-author .author-avatar img {
  width: 100px;
  max-width: 100%;
  max-height: auto;
  float: right;
  border: 1px solid #ebebeb;
  padding: 3px;
  margin-top: 0px;
  margin-left: 12px;
}
.article-author .about_author {
  margin-bottom: 24px;
}
.article-author .social-icons a {
  display: inline-block;
  padding: 8px 10px;
  text-align: center;
  border: 1px solid #b8b8b8;
  color: #2b2b2b;
  margin-right: 3px;
}
.article-author .social-icons a:hover {
  color: #ff8137;
}
.related-post {
  margin-top: 24px;
  background: #f1f1f1;
  padding: 30px;
}
.related-post ul li {
  margin: 5px 0;
}
.related-post ul li a {
  font-size: 15px;
  position: relative;
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
  color: #2b2b2b;
}
.related-post ul li a:hover {
  color: #ff8137;
}
ul.pagination li a {
  color: #ff8137;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  padding: 6px 12px;
  border: 0px;
  margin: 0 2px;
}
ul.pagination li a:hover {
  backgroud: #000 !important;
}
ul.pagination li a.current {
  background: #ff8137;
  color: #ffffff;
  border: 0px;
}
ul.pagination li:first-child {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
ul.pagination li:last-child {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.comments-area {
  margin-top: 24px;
  background: #f1f1f1;
  padding: 30px;
}
.article-add-comments {
  float: right;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: #888888;
  border: 1px solid #ebebeb;
  background: #ffffff;
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
}
.article-add-comments:hover {
  border: 1px solid #ff8137;
  color: #ff8137;
}
.commentslist {
  margin-top: 24px;
  counter-reset: comment-id;
}
.commentslist li {
  list-style-type: none;
  margin-left: 0px;
}
.commentslist li:first-child {
  margin-top: 24px;
}
.commentslist li + li {
  margin-top: 24px;
}
.commentslist li ol,
.commentslist li ul {
  padding-left: 3em;
  margin-left: 3em;
  border-left: 1px dotted #ebebeb;
  list-style-type: none;
}
.commentslist li ol li,
.commentslist li ul li {
  position: relative;
}
.commentslist li ol li::before,
.commentslist li ul li::before {
  content: "";
  width: 2em;
  height: 1px;
  border-bottom: 1px dotted #ebebeb;
  position: absolute;
  left: -3em;
  top: 2em;
}
.commentslist li article {
  background: #ffffff;
  padding: 12px;
}
.commentslist li article header {
  border-bottom: 1px solid #ebebeb;
  font-size: 12px;
  margin-bottom: 1.5em;
  position: relative;
}
.commentslist li article header span {
  color: #b4b4b4;
}
.commentslist li article header::before {
  counter-increment: comment-id;
  content: counter(comment-id);
  position: absolute;
  right: 5px;
  top: 15px;
  color: #f8f8f8;
  font-size: 32px;
  font-family: "PT Serif", serif;
}
.commentslist li article header h5 {
  margin-bottom: 12px;
  text-transform: capitalize;
  color: #272727;
}
.commentslist li article header h5 a {
  color: #272727;
}
.commentslist li article header h5 a:hover {
  color: #686868;
}
.commentslist li article header h5 span {
  font-size: 12px;
  background: #000000;
  color: #ffffff;
  padding: 3px 5px;
  font-style: normal;
  margin-right: 0.5em;
}
.commentslist li article .comment_text {
  padding-right: 24px;
}
.comment-avatar img {
  width: 64px;
  height: 64px;
  float: right;
  background: #ffffff;
  margin: 2px;
  border: 1px solid #ebebeb;
  padding: 2px;
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
}
.comment-avatar img:hover {
  border-color: #c5c5c5;
}
.waiting-moderation {
  color: #b4b4b4;
}
.comments-nav-section {
  margin: 48px 0;
}
.comments-nav-section .btn-primary {
  background: #ffffff;
}
.comments-nav-section .btn-primary:hover {
  background: #ffffff;
}
#comment-form label {
  margin-bottom: 12px;
}
#comment-form input[type="text"],
#comment-form input[type="email"],
#comment-form input[type="url"],
#comment-form input[type="password"] {
  border: 0px;
  border-bottom: 1px solid #eeeeee;
  line-height: 42px;
  height: 42px;
  margin-bottom: 24px;
  padding: 0 12px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
}
#comment-form input[type="text"]:focus,
#comment-form input[type="email"]:focus,
#comment-form input[type="url"]:focus,
#comment-form input[type="password"]:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid #a1a1a1;
}
#comment-form textarea {
  border: 0px;
  border-bottom: 1px solid #eeeeee;
  padding: 12px;
  margin-bottom: 24px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
}
#comment-form textarea:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  border: 0px;
  border-bottom: 1px solid #a1a1a1;
}
/***********************************************************************************************/
/* 07. ABOUT US PAGE */
/***********************************************************************************************/
.section-heading-bold {
  position: relative;
  font-size: 32px;
  margin-bottom: 48px;
  line-height: 48px;
}
.section-heading {
  position: relative;
  font-size: 28px;
  margin-bottom: 48px;
}
.section-heading:after {
  position: absolute;
  bottom: -24px;
  left: 50%;
  content: "";
  display: inline-block;
  width: 70px;
  height: 2px;
  background: #ff8137;
  margin-left: -35px;
}
.section-heading:before {
  background: transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #ff8137;
  border-bottom: 10px solid transparent;
  bottom: -42px;
  content: "";
  display: inline-block;
  height: 0px;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  width: 0px;
}
.section-subheading {
  font-size: 14px;
  color: #454545;
  margin-bottom: 48px;
}
.section-how-we-work {
  background: #f9fafb;
}
.section-how-we-work .service-block {
  margin-top: 42px;
}
.section-how-we-work .service-block .icon {
  font-size: 48px;
}
.section-our-team .team-layout-1 {
  text-align: center;
  border: 1px solid #ebebeb;
  margin-bottom: 24px;
}
.section-our-team .team-layout-1 .team-member img {
  vertical-align: middle;
}
.section-our-team .team-layout-1 h3 {
  text-transform: uppercase;
  margin: 12px 0 0 0;
}
.section-our-team .team-layout-1 p {
  color: #919191;
  font-size: 12px;
  margin: 0;
  text-transform: uppercase;
}
.section-our-team .team-layout-1 .team-social-share {
  margin: 12px 0 24px 0;
}
.section-our-team .team-layout-1 .team-social-share a {
  display: inline-block;
  margin: 0 2px;
  border: 1px solid #ebebeb;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
}
.section-petition-stats {
  background-image: url("../images/bg-2.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.section-petition-stats:before {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  content: "";
  width: 100%;
  height: 2000px;
}
.section-petition-stats .counter-block-1 .icon {
  font-size: 48px;
  display: block;
  margin-bottom: 24px;
  color: #ababab;
}
.section-petition-stats .counter-block-1 .counter {
  margin-top: 12px;
  font-size: 42px;
  color: #ff8137;
  font-weight: bold;
  font-family: "PT Serif", serif;
}
.section-petition-stats .counter-block-1 h4 {
  margin-top: 12px;
  font-family: "Roboto Slab", serif;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}
.section-client-testimonial {
  background: #f9fafb;
}
.section-client-testimonial .testimony-layout-1 img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  width: 60px;
  height: 60px;
  margin: 0 auto 24px auto;
}
.section-client-testimonial .testimony-layout-1 h6 {
  margin: 0;
  font-size: 18px;
  text-transform: uppercase;
}
.section-client-testimonial .testimony-layout-1 span {
  font-size: 12px;
  text-transform: uppercase;
  color: #787878;
}
.section-client-testimonial .testimonial-container .owl-nav div {
  color: #f1f1f1;
  font-size: 90px;
  line-height: 140px;
  margin-top: -70px;
  opacity: 0.2;
  position: absolute;
  top: 50%;
  z-index: 1;
}
.section-client-testimonial .testimonial-container .owl-nav div.owl-prev {
  left: 30px;
}
.section-client-testimonial .testimonial-container .owl-nav div.owl-next {
  right: 30px;
}
.section-client-testimonial .testimonial-container .owl-nav div:hover {
  opacity: 0.4;
}
.section-successful-petitions {
  background: #ffffff;
}
.section-successful-petitions .successful-petitions-layout-1 {
  padding: 0 12px;
  position: relative;
  overflow: hidden;
}
.section-successful-petitions .successful-petitions-layout-1 .effect-solid {
  position: relative;
}
.section-successful-petitions .successful-petitions-layout-1 .effect-solid img {
  overflow: hidden;
  min-height: 225px;
}
.section-successful-petitions .successful-petitions-layout-1 .effect-solid figcaption {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
  position: absolute;
  text-align: left;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  padding: 12px;
  bottom: 0;
  left: 0;
}
.section-successful-petitions .successful-petitions-layout-1 .effect-solid figcaption h2 {
  font-size: 18px;
  margin-bottom: 12px;
}
.section-successful-petitions .successful-petitions-layout-1 .effect-solid figcaption p {
  font-size: 13px;
  margin-bottom: 12px;
  line-height: 24px;
}
.section-successful-petitions .successful-petitions-layout-1 .effect-solid:hover figcaption {
  opacity: 0.99;
  bottom: 0;
  left: 0;
}
.section-petition-cta span {
  position: relative;
  top: 5px;
  font-size: 28px;
  display: inline-block;
  margin-right: 32px;
  color: #454545;
}
.section-petition-cta span strong {
  color: #121212;
  text-transform: uppercase;
}
.btn-cta {
  width: 200px;
  font-weight: bold;
  text-transform: uppercase;
}
/***********************************************************************************************/
/* 08. 404 PAGE */
/***********************************************************************************************/
.section-404 {
  background: #f9fafb;
}
.message-container-404 {
  margin: 48px 0;
}
.message-text-404 {
  padding: 24px 160px;
  display: block;
  text-align: center;
}
.search-form-404 {
  margin: 0 auto;
  padding: 5px 5px;
  width: 40%;
}
.text-404 {
  font-size: 150px;
  font-family: "PT Serif", serif;
  text-align: center;
  margin: 80px 0;
}
.text-404 span {
  color: #dadada;
}
/***********************************************************************************************/
/* 09. FOOTER */
/***********************************************************************************************/
footer {
  color: #fff;
  background: #2B674D;
  margin-top: 0px;
}
.footer-contents {
  padding: 36px 0 24px 0;
}
.footer-nav {
  float: right;
  margin-top: 5px;
}
.footer-nav li {
  display: inline;
  list-style-type: none;
}
.footer-nav li a {
  padding: 6px 12px;
  position: relative;
}
.footer-nav li a:after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 12px;
  right: 0;
  color: #ff8137;
  margin: 0;
  height: 8px;
  width: 1px;
  background: #ffffff;
}
.footer-nav li:last-child a:after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 12px;
  right: 0;
  color: #ff8137;
  margin: 0;
  height: 8px;
  width: 0px;
  background: #ffffff;
}
/***********************************************************************************************/
/* 10. SIDEBAR & WIDGETS */
/***********************************************************************************************/
.widget {
  background: #f1f1f1;
  margin-bottom: 30px;
  padding: 20px;
}
.widget-title {
  border-bottom: 3px solid #eeeeee;
  color: #5c5c5c;
  font-size: 18px;
  padding-bottom: 15px;
  position: relative;
}
.widget-title:after {
  bottom: -3px;
  content: "";
  height: 3px;
  right: 0;
  position: absolute;
  width: 55px;
  background: #ff8137;
}
.widget ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.widget ul li {
  padding: 5px 0;
}
.widget ul li a {
  color: #2b2b2b;
}
.widget ul li a:hover {
  color: #ff8137;
}
.petition-widget {
  padding: 0px;
  margin-bottom: 30px;
}
.petition-sign-counter-widget {
  background: #ffffff;
  margin-bottom: 30px;
  padding: 12px 8px 0;
  border: 5px solid #fafafa;
}
.petition-sign-counter-widget h2 {
  text-align: center !important;
}
.petition-sign-counter-widget h2 .sign-counter {
  font-size: 48px !important;
}
.petition-sign-counter-widget h2 .sign-postfix {
  font-size: 32px !important;
}
.petition-sign-counter-widget h4 {
  text-align: center !important;
}
.petition-sign-counter-widget .vticker {
  margin-top: 0px !important;
}
.search-form {
  margin: 24px 0 12px;
}
.search-form span.input-group-addon {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: #ff8137;
  border-right: 0px;
  color: #ffffff;
  font-weight: bold;
  width: 10%;
  padding: 0 20px;
}
.search-form input[type="text"] {
  box-shadow: 0;
  margin-bottom: 0;
  font-size: 14px;
  padding-left: 5px;
  height: 42px;
  border: 0px;
  box-shadow: none;
  border-bottom: 1px solid #eeeeee;
  width: 100%;
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
}
.search-form input[type="text"]:focus {
  box-shadow: none;
  border-bottom: 1px solid #d5d5d5;
}
.widget-post-category {
  margin: 11px auto;
}
.widget-post-category li {
  margin: 5px 0;
  padding: 0;
  text-transform: capitalize;
}
.widget-post-category li a {
  font-size: 15px;
  position: relative;
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
}
.single-recent-post {
  margin-bottom: 26px;
  overflow: hidden;
}
.single-recent-post a {
  color: #2b2b2b;
  margin-bottom: 8px;
  display: block;
}
.single-recent-post a:hover {
  color: #ff8137;
}
.single-recent-post span {
  font-size: 12px;
  display: block;
  color: #ff8137;
}
.single-post-thumb {
  float: left;
  margin-bottom: 10px;
  margin-right: 20px;
  margin-top: 5px;
  width: 100px;
}
.widget-recent-tags {
  margin: 0 auto;
}
.widget-recent-tags li {
  margin: 0px 5px 7px 0px;
  float: left;
}
.widget-recent-tags li a {
  padding: 3px 7px;
  text-transform: capitalize;
  text-align: center;
  border: 1px solid #ff8137;
  display: block;
  background: transparent;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.widget-recent-tags li a:hover,
.widget-recent-tags li a:active {
  background: transparent;
  border: 1px solid #ff8137;
  background: #ffffff;
}
/***********************************************************************************************/
/* Widget Link Color */
/***********************************************************************************************/
.sidebar-widget a {
  color: #686868;
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
}
.sidebar-widget a:hover {
  color: #ff8137;
}
/***********************************************************************************************/
/* CALENDAR WIDGET */
/***********************************************************************************************/
#calendar_wrap {
  margin: 0 auto 5px auto;
}
#calendar_wrap #wp-calendar {
  width: 100%;
  border: 1px solid #ebebeb;
  padding: 2px;
}
#calendar_wrap #wp-calendar caption {
  border-color: #ebebeb;
  border-image: none;
  border-style: solid solid none;
  border-width: 1px 1px medium;
  font-weight: bold;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
}
#calendar_wrap #wp-calendar thead {
  border-right: 1px solid #ebebeb;
}
#calendar_wrap #wp-calendar thead th {
  border-right: 1px solid #ebebeb;
}
#calendar_wrap #wp-calendar th {
  background: none repeat scroll 0 0 #f9f9f9;
  border-bottom: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
}
#calendar_wrap #wp-calendar tr th,
#calendar_wrap #wp-calendar thead th {
  font-weight: bold;
  padding: 9px 0;
  text-align: center;
}
#calendar_wrap #wp-calendar tbody {
  color: #aaa;
}
#calendar_wrap #wp-calendar tbody tr td {
  border-bottom: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  padding: 6px;
  background: #f5f5f5;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  text-align: center;
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
}
#calendar_wrap #wp-calendar tbody tr td:hover {
  background: #eeeeee;
}
#calendar_wrap #wp-calendar tbody .pad {
  background: none;
}
#calendar_wrap #wp-calendar tfoot tr td {
  border-bottom: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  padding: 6px;
  text-align: center;
}
#calendar_wrap #wp-calendar tfoot #next {
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
}
#calendar_wrap #wp-calendar tfoot #prev {
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  padding-top: 10px;
}
#calendar_wrap #wp-calendar #today {
  background-color: #ff8137;
  color: #ffffff;
  font-weight: bold;
}
/***********************************************************************************************/
/* 11. RESPONSIVE STYLING */
/***********************************************************************************************/
/* Smaller than 1200 (devices and browsers) */
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
  .top-bar {
    text-align: center;
  }
  .top-location-info {
    display: block;
    text-align: center;
  }
  .main-menu-container {
    float: none;
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .main-sidebar {
    width: 100%;
    border: 0px solid transparent;
  }
  .sf-menu {
    display: none;
  }
  select.main-menu-responsive {
    margin: 0px auto 0 auto;
    display: block;
    width: 100%;
    border-radius: 0px;
  }
  select.main-menu-responsive option {
    margin: 8px 0;
    padding: 0;
    text-transform: capitalize;
  }
  .logo {
    text-align: center;
  }
  select.main-menu-responsive {
    margin-top: 10px;
    display: block;
    width: 100%;
    border-radius: 0px;
  }
  .petition_form_container form .row {
    margin-bottom: 0px;
  }
  .petition_form_container form input[type="text"],
  .petition_form_container form textarea {
    margin-bottom: 12px;
  }
  .petition_form_container form select {
    margin-bottom: 12px;
    width: 99%;
  }
  .footer-nav {
    float: none;
    width: 100%;
    margin: 10px auto;
    display: inline-block;
    text-align: center;
  }
  .copyright-text {
    text-align: center;
  }
}
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
  .top-bar {
    text-align: center;
  }
  .top-location-info {
    display: block;
    text-align: center;
  }
  .main-menu-container {
    float: none;
  }
  select.main-menu-responsive {
    margin: 0px auto 0 auto;
    display: block;
    width: 100%;
    border-radius: 0px;
  }
  select.main-menu-responsive option {
    margin: 8px 0;
    padding: 0;
    text-transform: capitalize;
  }
  .logo {
    text-align: center;
  }
  .logo img {
      width: 70%;
  }
  .article-container-fix,
  .main-sidebar {
    width: 100%;
    margin-left: 0px;
    border: 0px solid transparent;
  }
  .post-details-container h3 {
    margin-top: 12px;
  }
  .post-box-container .bd-post-image-container {
    margin: 0 auto;
  }
  .image_gallery_carousel {
    margin-bottom: 48px;
  }
  .petition_form_container form .row {
    margin-bottom: 0px;
  }
  .petition_form_container form input[type="text"],
  .petition_form_container form textarea {
    margin-bottom: 12px;
  }
  .petition_form_container form select {
    margin-bottom: 12px;
    width: 99%;
  }
  .footer-nav {
    float: none;
    width: 100%;
    margin: 10px auto;
    display: inline-block;
    text-align: center;
  }
  .copyright-text {
    text-align: center;
  }
  .section-petition-cta span {
    margin-right: 0px;
    line-height: 38px;
    margin-bottom: 20px;
  }
  .btn-custom-e {
    font-weight: bold;
    font-size: 20px;
  }
  .single-post-inner-content p, .single-post-inner-content strong {
    font-size: 17px;
  }
}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .top-bar {
    text-align: center;
  }
  .top-location-info {
    display: block;
    text-align: center;
  }
  .main-menu-container {
    float: none;
  }
  .sf-menu {
    display: none;
  }
  select.main-menu-responsive {
    margin: 0px auto 0px;
    display: block;
    width: 100%;
  }
  select.main-menu-responsive option {
    margin: 8px 0;
    padding: 0;
    text-transform: capitalize;
  }
  .logo {
    text-align: center;
  }
  .petition_form_container form .row {
    margin-bottom: 0px;
  }
  .petition_form_container form input[type="text"],
  .petition_form_container form textarea {
    margin-bottom: 12px;
  }
  .petition_form_container form select {
    margin-bottom: 12px;
    width: 99%;
  }
  .footer-nav {
    float: none;
    width: 100%;
    margin: 10px auto;
    display: inline-block;
    text-align: center;
  }
  .copyright-text {
    text-align: center;
  }
}
