.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.widget_ct_social fieldset,
.widget_ct_social ul,
.widget_ct_social li {	border: none; margin: 0; padding: 0; list-style: none;}  .widget_ct_social li { display: inline-block; text-align: center; margin: 0 4px 4px 0; font-size: 16px; border: none !important; width: initial !important; padding: 0 !important;}
.widget_ct_social li a { display: inline-block; min-width: 40px; line-height: 28px; padding: 5px 10px; background: #000; color: #fff !important; border-radius: 3px;}
.widget_ct_social li a { -webkit-transition: all 0.5s ease;	-moz-transition: all 0.5s ease;	transition: all 0.5s ease;}
.widget_ct_social li a:hover { opacity: 0.7;}
.widget_ct_social li.dribbble a { background-color: #ea4c89;}
.widget_ct_social li.email a { background-color: #2c3e50;}
.widget_ct_social li.facebook a { background-color: #3b5998;}
.widget_ct_social li.flickr a { background-color: #ff0084;}
.widget_ct_social li.foursquare a { background-color: #0072b1;}
.widget_ct_social li.github a { background-color: #000;}
.widget_ct_social li.gplus a { background-color: #dd4b39;}
.widget_ct_social li.instagram a { background-color: #517fa4;}
.widget_ct_social li.linkedin a { background-color: #007bb6;}
.widget_ct_social li.pinterest a { background-color: #cb2027;}
.widget_ct_social li.skype a { background-color: #12a5f4;}
.widget_ct_social li.twitter a { background-color: #00aced;}
.widget_ct_social li.youtube a { background-color: #bb0000;}div.packages-tab {
overflow: hidden;
border: 1px solid #d5d9dd;
border-radius: 3px;
overflow: hidden;
background-color: #efefef;
} div.packages-tab .tablinks {
position: relative;
text-transform: uppercase;
float: left;
border: none;
outline: none;
cursor: pointer;
padding: 14px 0px;
transition: 0.3s;
font-size: 14px;
width: 33.3%;
text-align: center;
}
.tablinks-bar {
position: absolute;
bottom: 0;
border: 2px solid #ccc;   
cursor: pointer;
width: 99%;	
} div.packages-tab .tablinks:hover {
cursor: default;
} div.packages-tab .tablinks.active {
background-color: #29333d;
color: #fff;
}
div.packages-tab .tablinks.active .tablinks-bar{
border: 2px solid #29333d;	
} .tabcontent {
display: none;
padding: 20px;
}
.tabcontent {
width: 100%;
float: left;
margin-top: 40px;
border: 1px solid #d5d9dd;
padding: 20px;
border-radius: 3px;
}
#package.tabcontent { margin-top: 60px; padding-top: 100px; padding: 0; border: none;} .packages-container {
width: 100%;
float: left;
height: auto;
position: relative;
}
.package-posts.col.span_3 {
text-align: center;
padding-bottom: 20px;
border: 1px solid #d5d9dd;
border-radius: 3px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.package-posts:first-child {}
.package-posts.col.span_3.popular { position: relative; top: -32px; padding: 0 0 20px 0;}
.package-posts .popular-heading { padding: 2px 10px; font-size: 11px; color: #fff; text-transform: uppercase; background: #27ae60;}
.package-posts h5 {
text-transform: uppercase;
text-align: center;
margin: 40px 0;
font-weight: 800;
}
.packages-container .price {
font-size: 2.5em;
font-weight: bold;
color: #27ae60;
}
ul.pack-boxes {
list-style: none !important;
margin: 0 0 20px 0 !important; 
}
.package-posts:hover {
box-shadow: 0 10px 20px rgba(0,0,0,.15);
}
.pack-boxes li {
padding: 10px 0px;
border-bottom: 1px solid #ddd;
}
.pack-boxes li:last-child { border-bottom: none !important;}
.pack-boxes li i { display: none;}
.package-posts button { margin-bottom: 30px;}
.package-posts button:hover { cursor: pointer;} #loadingmessage {
background: #000 none repeat scroll 0 0;
height: 100%;
opacity: 0.8;
position: absolute;
width: 100%;
z-index: 9999999;
}
#loadingmessage > img {  
left: 50%;
position: absolute;
top: 45%;
}
.payment-content {
width: 100%;
float: left;
height: auto;
} 
.payment-block-left {
height: auto;
border: 1px solid #d5d9dd;
border-radius: 3px;
margin: 0 0 30px 0;
}
.payemt-block-right {
height: auto;
}
ul.payment-right {
list-style-type: none !important;
margin: 0 !important;
}
.payment-right li {
border-bottom: 1px solid #eee;
padding: 14px 0px;
font-size: 13px;
font-weight: 600;
}
.payment-right li:first-child {
border-top: 1px solid #eee;
}
.payment-right li:last-child {
border-top: 2px solid #000;
border-bottom: none;
}
.payment-right .left {
float: left;
width: auto;
text-align: left;
font-weight: 400;
}
.payment-right .right {
text-align: right;
}
.payment-methods-container {
width: 100%;
height: auto;
float: left;
}
.payment-methods-container ul.payment-methods {
float: left;
list-style: outside none none;
margin-left: 0;
width: 100%;
}
.payment-methods div.left { margin-left: 10px;}
.payment-methods input {
float: left;
}
.payment-methods li {
border-bottom: 2px solid #eeeeee;
display: inline-block;
min-height: auto;
width: 100%;
}
.stripe-form fieldset {
border: 1px solid #e1e1e1;
border-radius: 3px;
display: inline-block;
margin: 0 0 20px 2%;
padding: 20px;
width: 96%;
}
.payment-methods .left,
.payment-methods .right {
padding: 20px 0px;
}
.payment-methods .span_11 .span_5 { width: 44%;}
.payment-methods input {
margin-top: 28px;
}
.payment-methods li > .col.span_11 { margin-left: 2%;}
.paypal-recurring { background: #efefef;}
.paypal-recurring input { margin-left: 2%;}
button.membership {
background-color: #298900;
text-transform: uppercase;
width: 99%;
margin: 0px 5px;
}
.complete-membership {
width: 100%;
float: left;
text-align: center;
}
a.membership {
width: 96%;
margin: 0px 2%;
}
.complete-membership p {
margin-top: 1rem;
color: #a0a5aa;
}
.pack-boxes li i {
padding-right: 8px;
}
.stripeleft {
display: inline-block;
width: 100%;
}
.stripeleft > input {
margin-top: 7px;
}
#stripe-cc-icons { position: relative; right: -35px;}
.form_error_month,.form_error_cardnumber,.form_error_cardcvv{
color:red;
}
.must-be-logged-in.packaes {
padding: 4% 8%;
}
.packages-container .response { text-align: center;}
.packages-container #thanks { color: #27ae60;} @media only screen and (max-width: 767px) {
div.packages-tab .tablinks { display: block; float: none; width: 100%; clear: both;}
.tablinks-bar { width: 100%;}
.package-posts.col.span_3 { margin-bottom: 20px;}
.package-posts.col.span_3.popular { top: 0;}
.payment-methods input[type="radio"],
.payment-methods .paypal-recurring input { display: inline-block; margin-right: 20px; margin-left: 20px;}
.payment-methods li .col.span_6 { width: 50% !important;}
.payment-methods #stripe-cc-icons { left: 20px; padding: 0 0 20px 0; float: none;}
}