.mk-process-steps.process-steps-3 .mk-process-icon {
    width: 80px;
    height: 80px;
    text-align: center;
}
.mk-process-steps.process-steps-3 .mk-process-icon svg {
    height: 50px;
}
.mk-header-holder {

    position: relative;

}
span.wpcf7-list-item {
    margin-left: .5em;
    border: 1px solid #ccc;
    padding: 14px;
    margin: 8px;
    overflow: hidden;
}
label input[type=radio]{
    margin-left: -30px;
    margin-right: 15px;
}

span.wpcf7-list-item:hover{
    background:#ccc;
}
span.wpcf7-list-item.checked {
    background: #8fc332;
    color:#fff;
}
input[type=submit].next {
    float: right;
    clear: both;
    margin: 25px;
    width: 130px;
}
.buttons-container {
    width:82%;
}
.step {
   text-align: center;
}
.step h3 {
    margin: 19px 0 0;
    line-height: 15px;
}
.step-box {
    background:#ccc;
}
.step-box.active-step{
    background: #888;
}
.step h3::after {
    content: "";
    border-top: 36px solid transparent;
    border-bottom: 42px solid transparent;
    position: absolute;
    right: -42px;
    top: 0;
    border-left: 42px solid #ccc;
    z-index: 1;
}
.step h3::before {
    content: "";
    border-top: 43px solid transparent;
    border-bottom: 43px solid transparent;
    position: absolute;
    right: -45px;
    top: -6px;
    border-left: 45px solid #fff;
    z-index: 1;
}

.step-box.active-step .step h3::after {
    border-left-color: #888;
}

.step-box.active-step .step h3, .step-box.active-step .step p {
    color:#fff;
}
.review-box {
    text-align: center;
    border: 1px solid  #ccc;
    padding: 15px;
}
small.red {
    color:red;
}
.wpcf7-checkbox span.wpcf7-list-item {
    width:25%;
}
.wpcf7-checkbox span.wpcf7-list-item input[type=checkbox]{
    margin-right:10px;
}

.petition-single-meta,.petition-single-title,.petition-single-subtitle {
    text-align: center;
    color: #000 !important;
    max-width: 800px;
    text-align: center;
    margin: 0 auto;
    
}
.petition-single-title {
    font-size: 40px;
}
/*
.theme-content {
    width:100%;
    max-width:1120px;
    margin: 0 auto;
}
*/
.petition-single-subtitle {
    display: block;
    margin-bottom: 20px;
    padding-top: 50px;
    font-size: 20px;
}
.petition-single-meta {
    margin-top:20px;
    margin-bottom:30px;
    font-size: 18px;
}
.vline {
    width:80%;
    border-bottom: 1px solid #ccc;
    margin: 35px auto 0;
}

#mk-page-introduce {
    display:none;
}
.vc_bar.animated {
    animation: progress-bar-stripes 2s linear infinite;
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 40px 40px;
    background-color: #2f882c;
    display: block;
}
@-webkit-keyframes progress-bar-stripes {
 from {
  background-position:40px 0
 }
 to {
  background-position:0 0
 }
}
@-moz-keyframes progress-bar-stripes {
 from {
  background-position:40px 0
 }
 to {
  background-position:0 0
 }
}
@-ms-keyframes progress-bar-stripes {
 from {
  background-position:40px 0
 }
 to {
  background-position:0 0
 }
}
@-o-keyframes progress-bar-stripes {
 from {
  background-position:0 0
 }
 to {
  background-position:40px 0
 }
}
@keyframes progress-bar-stripes {
 from {
  background-position:40px 0
 }
 to {
  background-position:0 0
 }
}

.petition-wrap {
    width: 48%;
    border: 1px solid #ccc;
    padding: 15px;
    margin: 30px 10px;
    display: block;
    float: left;
    min-height: 200px;
    border-radius: 5px;
}
.petition-wrap a.title {
    margin-top: 8px;
    display: block;
    min-height: 100px;
}
.petition-title {
    display: block;
    min-height: 100px;
    font-size: 24px;
    margin-top: 12px;
    color: #304c8f;
}
.sign-text >a {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    padding: 4px 10px;
    background: #339ac0;
    letter-spacing: 1px;
}
.signed-texts-heading{
    color: #fff !important;
    font-size: 24px !important;
    border-bottom: 0.5px solid #fbfbfb;
    padding-bottom: 7px;
    letter-spacing: 1px;
    font-weight: 400 !important;
}
.petition-content {
    width: 50%;
    display: block;
    float: left;
    padding-left: 30px;
    background-size: 100% 100% !important;
    box-shadow: 0 0 .5rem rgba(0,0,0,.8);
    border-radius: 10px;
}
.petition-content p {
    font-size: 20px;
    color:#000;
}
#postal_code {
    width: 200px;
    display: inline-block;
}
.petition-conent-bg-custom{
  padding-top: 40px !important;
  padding-right: 40px !important;
  padding-bottom: 40px !important;
  padding-left: 40px !important;
  background-image: url("https://guvtalk.com/wp-content/uploads/2020/12/kb0zm.jpg") !important;
  background-size: contain;
  background-repeat: no-repeat;
}
#mk-sidebar {
    overflow: hidden;
    width: 50% !important;
    border-radius: 10px;
}
#mk-sidebar label {
    width: 100%;
    display: block;
}
#mk-sidebar label .text-input,#first_name,#last_name,#user_email {
    width:100%;
    color: #767676;
    padding: 14px 12px;
    background-color: #fdfdfd;
    border: 1px solid #e3e3e3;
    outline: none;
    margin-bottom: 12px;
    border:none;
    border-radius: 7px;
    font-size: 16px !important;
}
#mk-sidebar{
    font-size: 14px;
    color: #000;
    font-weight: 400;
    box-shadow: 0 0 .5rem rgba(0,0,0,.8);
}

#mk-sidebar h4{
  color: #FFFFFF;
  font-size: 30px;
  line-height: 39px;
  font-weight: 400px;
  text-transform: initial !important;
  font-family: Anton;
  text-align: center;
  margin-bottom: 18px;
}
#mk-sidebar p{
  font-size: 14px;
  color: #000 !important;
  font-weight: 400;
}
.sidebar-wrapper {
    margin: 0px;
    color:#000;
}
#formwrapper{
  background: rgba(0, 0, 0, 0) linear-gradient(rgb(73, 165, 225), rgb(10, 81, 151)) repeat scroll 0% 0%;
  border-color: rgb(10, 81, 151);
  box-shadow: 0 0 .5rem rgba(0,0,0,.8);
  color: #fff !important;
  padding: 40px;
}
#mk-sidebar{
    display: block;
    margin: 12px 0;
}

.petition-btn{
  margin: 27px 0 !important;
  background: linear-gradient(rgb(171, 1, 22), rgb(194, 2, 26)) !important;
  color: rgb(255, 255, 255);
  text-transform: Capitalize !important;
  width: 100%;
  font-size: 25px !important;
  font-weight: 700px !important;
  height: 45px;
  width: 100%;
  display: block;
  border-radius: 5px;
  font-family: Anton !important;
}

.policy-text{
  text-indent: 0;
  padding: 0;
  margin: 15px 0;
  clear: both;
  display: block;
  margin-left: 0;
  line-height: 17px;
  color: #000 !important;
  font-family: Roboto Condensed !important;
  font-size: 110%;
}
.dashicons, .dashicons-before::before {
    font-size: 18px;
    transition: color .1s ease-in;
    margin: 4px 4px 0 10px;
}
.vc_progress_bar {
    height: 17px;
    background: #e6e6e6;
    border: 1px solid #ccc;
    border-radius: 25px;
}
.sign-text {
    display:inline-block;
    margin-top: 10px;
    width: 50%;
}
.sign-text a:hover {
    background: #a4a4a4;
}
.vc_label,.vc_label_goal{
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 9px;
    margin-right: 9px;
}
.vc_label {
    float: right;
}

.vc_label_units {
    font-weight: bold;
    color: #000;
}
.petition-header {
    background: #ececec;
    padding: 4px 0;
}
.petitioners li.new-sigs {
    color: yellow;
}
.petitioners li{
  width: 100%;
  display: block;
  margin-left: 0px;
  position: relative;
}
h2.total-petitions {
    text-align: center !important;
    color:yellow !important;
}
h2.total-petitions span.red {
    color:red !important;
}
.petitioners li span{
  float: right;
  margin-right: 10px;
}
.vc_single_bar{
    height:100%;
}
#mk-sidebar, #mk-sidebar p {
    font-size: 14px;
    color: #000;
    font-weight: 400;
}
.blog-style-petition .master-holder-bg-holder #theme-page-bg {
    background-image:url(https://guvtalk.com/wp-content/uploads/2020/12/banner3-11.jpg);
    background-size: contain;
    background-repeat: no-repeat;
}
.fb-button {
    text-align: center;
    margin-bottom: 25px;
}