.tb-btn {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: relative;
cursor: pointer;
overflow: hidden;
font-weight: 500;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
border: none;
-webkit-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.tb-btn:hover {
-webkit-transform: translateY(-1px);
-ms-transform: translateY(-1px);
transform: translateY(-1px);
-webkit-box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1),
0 3px 6px rgba(0, 0, 0, 0.08);
box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
}
.tb-btn span {
position: relative;
z-index: 2;
}
.tb-btn i {
margin-right: 10px;
}
.tb-btn.tb-style1 {
color: #222;
}
.tb-btn.tb-style1:hover {
-webkit-box-shadow: initial;
box-shadow: initial;
-webkit-transform: initial;
-ms-transform: initial;
transform: initial;
}
.tb-btn.tb-style1:before {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 2px;
background-color: #eaeaea;
}
.tb-btn.tb-style1:after {
content: "";
width: 100%;
position: absolute;
bottom: 0;
left: 0;
-webkit-transform-origin: right center;
-ms-transform-origin: right center;
transform-origin: right center;
-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
-o-transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
-webkit-transform: scaleX(0);
-ms-transform: scaleX(0);
transform: scaleX(0);
}
.tb-btn.tb-style1:hover:after {
opacity: 1;
-webkit-transform-origin: left center;
-ms-transform-origin: left center;
transform-origin: left center;
-webkit-transform: scaleX(1);
-ms-transform: scaleX(1);
transform: scaleX(1);
}
.tb-btn.tb-style1:after {
height: 2px;
background-color: #b5b5b5;
}
.tb-btn.tb-style1.tb-type1 {
font-size: 12px;
line-height: 1.6em;
color: #d69b9a;
}
.tb-btn.tb-style1.tb-type1:before {
display: none;
}
.tb-btn.tb-style1.tb-type1:after {
background-color: #d69b9a;
}
.tb-btn.tb-style2 {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.tb-btn.tb-style2:hover {
color: #222;
-webkit-box-shadow: initial;
box-shadow: initial;
-webkit-transform: initial;
-ms-transform: initial;
transform: initial;
}
.tb-btn.tb-style2 i {
margin-left: 5px;
margin-right: 0;
font-size: 14px;
line-height: inherit;
}
.tb-btn.tb-style3,
.tb-btn.tb-style4,
.tb-btn.tb-style5,
.tb-btn.tb-style6,
.tb-btn.tb-style7,
.tb-btn.tb-style8 {
font-size: 15px;
border-radius: 4px;
}
.tb-btn.tb-style3,
.tb-btn.tb-style5 {
min-width: 150px;
padding: 0.7em 2.1em;
}
.tb-btn.tb-style4,
.tb-btn.tb-style6 {
padding: 0.8em 2.4em;
min-width: 180px;
}
.tb-btn.tb-style7 {
min-width: 150px;
padding: 0.65em 2.1em;
border: 1px solid #eaeaea;
}
.tb-btn.tb-style8 {
padding: 0.75em 2.4em;
min-width: 180px;
border: 1px solid #eaeaea;
}
.tb-btn.tb-style5,
.tb-btn.tb-style6,
.tb-btn.tb-btn-style.tb-btn-br50 {
border-radius: 1.6em;
}
.tb-btn.tb-btn-style.tb-btn-br4 {
border-radius: 4px;
}
.tb-btn i {
margin-right: 10px;
} .tb-btn.tb-color1 {
background-color: #fff;
color: #222;
}
.tb-btn.tb-color1:hover {
color: rgba(34, 34, 34, 0.8);
}
.tb-btn.tb-color2,
.tb-btn.tb-color3,
.tb-btn.tb-color4,
.tb-btn.tb-color6,
.tb-btn.tb-color8,
.tb-btn.tb-color9,
.tb-btn.tb-color10,
.tb-btn.tb-color11,
.tb-btn.tb-color12,
.tb-btn.tb-color13,
.tb-btn.tb-color14,
.tb-btn.tb-color15,
.tb-btn.tb-color16,
.tb-btn.tb-color17,
.tb-btn.tb-color18,
.tb-btn.tb-color19,
.tb-btn.tb-color20 {
color: #fff;
}
.tb-btn.tb-color2 {
background-color: #222;
}
.tb-btn.tb-color3 {
background-color: #488bf8;
}
.tb-btn.tb-color4 {
background-color: #5c6ac4;
}
.tb-btn.tb-color5 {
background-color: rgba(92, 106, 196, 0.1);
color: #5c6ac4;
}
.tb-btn.tb-color5:hover {
color: #fff;
background-color: #5c6ac4;
}
.tb-btn.tb-color6 {
background-color: #5752d0;
}
.tb-btn.tb-color7 {
color: #488bf8;
}
.tb-btn.tb-color8 {
background-color: #13ce66;
}
.tb-btn.tb-color9 {
background-color: #4ed55f;
}
.tb-btn.tb-color10 {
background-color: #5ac4f6;
}
.tb-btn.tb-color11 {
background-color: #485f95;
}
.tb-btn.tb-color12 {
background-color: #49c4f0;
}
.tb-btn.tb-color13 {
background-color: #4a7393;
}
.tb-btn.tb-color14 {
background-color: #f99205;
}
.tb-btn.tb-color15 {
background-color: #e4002b;
}
.tb-btn.tb-color16 {
background-color: #5c6ac4;
}
.tb-btn.tb-color17 {
background-color: #2e5bff;
}
.tb-btn.tb-color18 {
background-color: #6673c7;
}
.tb-btn.tb-color19 {
background-color: #62B0E2;
}
.tb-btn.tb-color20 {
background-color: #1db954;
}
.tb-btn.tb-color21:hover {
background-color: #1db954;
border-color: #1db954;
color: #fff;
}
.tb-btn.tb-color22 {
background-color: #f2f2f2;
color: #222;
}
.tb-btn.tb-color22:hover {
background-color: #eaeaea;
box-shadow: none;
}
.tb-newsletter.tb-style3 .tb-btn,
.tb-newsletter.tb-style5 .tb-btn,
.tb-newsletter.tb-style6 .tb-btn {
position: relative;
height: 40px;
}
.tb-newsletter.tb-style3 .tb-btn input,
.tb-newsletter.tb-style5 .tb-btn input,
.tb-newsletter.tb-style6 .tb-btn input {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 2;
cursor: pointer;
background: transparent;
border: none;
color: #fff;
}
.tb-newsletter.tb-style5 .tb-btn {
height: 30px;
padding: 0.4em 1.5em;
min-width: 120px;
font-size: 14px;
}
.tb-btn-group.tb-style1 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-left: -7px;
margin-right: -7px;
margin-top: -15px;
}
.tb-btn-group.tb-style1 .tb-btn {
margin: 0 7px;
margin-top: 15px;
}
.tb-btn.tb-style9,
.tb-btn.tb-style10 {
border: 1px solid #eaeaea;
min-width: 150px;
padding: 0.7em 2.1em;
font-size: 14px;
font-weight: 500;
color: #222;
line-height: 1.5em;
background-color: #fff;
}
.tb-btn.tb-style9 {
border-radius: 1.6em;
}
.tb-btn.tb-style10 {
border-radius: 4px;
}
.tb-btn.tb-style9:hover,
.tb-btn.tb-style10:hover {
border-color: transparent;
}
.tb-btn.tb-style11 {
font-size: 16px;
color: #222;
border: 2px solid #222;
min-width: 180px;
padding: 0.7em 2.1em;
}
.tb-btn.tb-style11:hover {
color: #fff;
background-color: #222;
}
.tb-btn.tb-style12 {
font-size: 12px;
text-transform: uppercase;
padding: 0.7em 2.1em;
border-radius: 4px;
}
.tb-btn-center {
position: relative;
left: 50%;
transform: translateX(-50%);
}
.tb-btn-center.tb-btn:hover {
transform: translate(-50%, -1px);
}
@media screen and (max-width: 767px) {
.tb-btn.tb-style11 {
padding: 0.6em 1.5em;
}
.tb-btn.tb-style4,
.tb-btn.tb-style6 {
padding: 0.77em 2em;
min-width: 150px;
}
.tb-btn.tb-style3,
.tb-btn.tb-style5 {
min-width: 140px;
padding: 0.65em 1.7em;
}
}.tb-newsletter.tb-style1 input {
width: 100%;
background-color: #2d2d2d;
border: 1px solid rgba(255, 255, 255, 0.1);
height: 43px;
padding: 10px 45px 10px 15px;
font-size: 14px;
margin-bottom: 15px;
font-weight: 300;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
border-radius: 4px;
}
.tb-newsletter.tb-style1 input::-webkit-input-placeholder {
color: rgba(255, 255, 255, 0.4);
}
.tb-newsletter.tb-style1 input::-moz-placeholder {
color: rgba(255, 255, 255, 0.4);
}
.tb-newsletter.tb-style1 input:-ms-input-placeholder {
color: rgba(255, 255, 255, 0.4);
}
.tb-newsletter.tb-style1 input:-moz-placeholder {
color: rgba(255, 255, 255, 0.4);
}
.tb-newsletter.tb-style1 input:focus {
outline: none;
color: #fff;
border-color: rgba(255, 255, 255, 0.5);
}
.tb-newsletter.tb-style1 .tb-btn.tb-style1 {
padding: 5px 15px 5px;
overflow: hidden;
}
.tb-newsletter.tb-style1 .tb-btn.tb-style4 {
padding: 0.645em 3.2em;
border-radius: 0;
} .tb-newsletter.tb-style2 {
position: relative;
}
.tb-newsletter.tb-style2 input {
width: 100%;
padding: 9px 50px 9px 20px;
color: #666666;
font-size: 12px;
border: none;
outline: none;
}
.tb-newsletter.tb-style2 button {
position: absolute;
right: 0;
top: 0;
height: 100%;
width: 40px;
border: none;
background: #1a1a1a;
line-height: 38px;
text-align: center;
color: #fff;
font-size: 12px;
cursor: pointer;
outline: none;
-webkit-transform: all 0.4s ease;
-ms-transform: all 0.4s ease;
transform: all 0.4s ease;
}
.tb-newsletter.tb-style2 button:hover {
background: #111;
} .tb-newsletter.tb-style3 {
max-width: 370px;
width: 100%;
margin: auto;
} .tb-newsletter.tb-style4 {
padding: 20px 40px;
}
.tb-newsletter.tb-style4 input,
.elementor-widget-webify-newsletter-widget .style1 .tb-mc4wp-form input {
height: 40px;
border: 1px solid #eaeaea;
border-radius: 4px;
width: 100%;
margin-bottom: 15px;
padding: 10px 15px;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.elementor-widget-webify-newsletter-widget .style1 .tb-mc4wp-form input {
margin-bottom: 20px;
}
.tb-newsletter.tb-style4 input:focus,
.elementor-widget-webify-newsletter-widget .style1 .tb-mc4wp-form input:focus {
outline: none;
border-color: #4ed55f;
}
.tb-widget-newsletter .style1 .tb-mc4wp-form input[type="email"]:focus {
outline: none;
border-color: #222;
}
.elementor-widget-webify-newsletter-widget .style1 .tb-mc4wp-form p,
.elementor-widget-webify-newsletter-widget .style2 .tb-mc4wp-form p,
.widget.tb-widget-newsletter .style2 .tb-mc4wp-form p {
margin-bottom: 0;
}
.elementor-widget-webify-newsletter-widget .style1 .tb-mc4wp-form label,
.elementor-widget-webify-newsletter-widget .style2 .tb-mc4wp-form label,
.tb-widget-newsletter .style1 .tb-mc4wp-form label,
.widget.tb-widget-newsletter .style2 .tb-mc4wp-form label {
display: none;
}
.tb-widget-newsletter .style1 .tb-mc4wp-form p {
margin-bottom: 10px;
}
.elementor-widget-webify-newsletter-widget .style1 .tb-mc4wp-form {
padding: 20px 40px 0;
}
.elementor-widget-webify-newsletter-widget .style1 .tb-mc4wp-form input[type="submit"],
.tb-widget-newsletter .style1 .tb-mc4wp-form input[type="submit"] {
background-color: #4ed55f;
border-color: #4ed55f;
color: #fff;
font-weight: 500;
font-size: 15px;
height: 43px;
transition: all 0.3s ease;
cursor: pointer;
}
.tb-widget-newsletter .style1 .tb-mc4wp-form input[type="submit"] {
background-color: #222;
border-color: #222;
}
.elementor-widget-webify-newsletter-widget .style1 .tb-mc4wp-form input[type="submit"]:hover,
.tb-widget-newsletter .style1 .tb-mc4wp-form input[type="submit"]:hover {
-webkit-transform: translateY(-1px);
-ms-transform: translateY(-1px);
transform: translateY(-1px);
-webkit-box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
}
.widget.tb-widget-newsletter .style2 .tb-mc4wp-form {
position: relative;
}
.widget.tb-widget-newsletter .style2 .tb-mc4wp-form input[type="submit"] {
text-indent: 100px;
border-radius: 0 4px 4px 0;
}
.widget.tb-widget-newsletter .style2 .tb-mc4wp-form:before {
content: "\f1d8";
font-family: FontAwesome;
position: absolute;
right: 14px;
top: 5px;
z-index: 1;
color: #fff;
font-size: 15px;
pointer-events: none;
} .tb-newsletter.tb-style5 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
} .tb-newsletter.tb-style6 {
padding: 30px;
} .tb-newsletter.tb-style7,
.elementor-widget-webify-newsletter-widget .style2 .tb-mc4wp-form {
position: relative;
max-width: 450px;
}
.tb-newsletter.tb-style7 .tb-newsletter-submit,
.elementor-widget-webify-newsletter-widget .style2 .tb-mc4wp-form input[type="submit"] {
position: absolute;
right: 0;
top: 0;
height: 100%;
border: none;
line-height: 40px;
padding: 0 2.1em;
border-radius: 0 4px 4px 0;
font-weight: 500;
color: #fff;
font-size: 15px;
cursor: pointer;
background-color: #50b83c;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.tb-newsletter.tb-style7 .tb-newsletter-submit:hover,
.elementor-widget-webify-newsletter-widget .style2 .tb-mc4wp-form input[type="submit"]:hover {
-webkit-box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08);
box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08);
}
.tb-newsletter.tb-style7 input:focus,
.elementor-widget-webify-newsletter-widget .style2 input[type="email"]:focus {
border-color: #50b83c;
} .tb-newsletter.tb-style8 button,
.widget.tb-widget-newsletter .style2 .tb-mc4wp-form input[type="submit"] {
position: absolute;
right: 0px;
top: 0;
height: 100%;
width: 45px;
border: none;
color: #fff;
background: #5d5a9e;
cursor: pointer;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
cursor: pointer;
}
.tb-newsletter.tb-style8 input,
.widget.tb-widget-newsletter .style2 .tb-mc4wp-form input[type="email"] {
width: 100%;
background: #fff;
border: 1px solid #fafafa;
border-radius: 4px;
height: 35px;
padding: 0 15px;
font-weight: 300;
}
.tb-newsletter.tb-style8 input:focus {
outline: none;
}
.tb-newsletter.tb-style8 button:hover,
.widget.tb-widget-newsletter .style2 .tb-mc4wp-form input[type="submit"]:hover {
opacity: 0.9;
}
.tb-newsletter.tb-style8 {
position: relative;
border-radius: 4px;
overflow: hidden;
max-width: 255px;
margin-top: 20px;
margin-bottom: 5px;
}
.tb-newsletter.tb-style8.tb-type1 {
margin: auto;
top: 0;
}
.tb-light-footer .tb-newsletter.tb-style8.tb-type1 input {
border-color: rgba(0, 0, 0, 0.06);
}
.tb-dark-footer .tb-newsletter.tb-style8.tb-type1 input {
border-color: rgba(255, 255, 255, 0.06);
}
.sidebar-item.widget .tb-newsletter.tb-style8 {
top: 0;
max-width: 100%;
}
.sidebar-item.widget .tb-newsletter.tb-style8 input,
.widget.tb-widget-newsletter .style2 .tb-mc4wp-form input[type="email"] {
border: 1px solid #eaeaea;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.sidebar-item.widget .tb-newsletter.tb-style8 input:focus {
border-color: #5d5a9e;
}
.sidebar-item.widget.tb-footer-address-widget ul li {
color: #666;
}
.sidebar-item.widget.tb-footer-address-widget ul li i {
color: #b5b5b5;
}
.sidebar-item .tb-footer-text-widget-text {
margin-bottom: -6px;
}