| Server IP : 38.190.208.107 / Your IP : 216.73.217.46 Web Server : nginx/1.28.1 System : Linux ht2026040333114 6.1.0-10-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.37-1 (2023-07-03) x86_64 User : root ( 0) PHP Version : 8.2.28 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv,eval,assert,passthru,system,exec,shell_exec,popen,proc_open MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /www/wwwroot/wp.3/wp-content/plugins/js_composer/assets/less/shortcodes/ |
Upload File : |
/* Call to action
---------------------------------------------------------- */
.vc_call_to_action {
background-color: @vc_call_to_action_2_bg;
border: 2px solid @vc_call_to_action_2_bg;
padding: 2em;
border-radius: 5px;
*:last-child {
margin-bottom: 0;
}
&.vc_cta_ {
&rounded {
//default style
}
&square {
border-radius: 0;
}
&square_outlined {
border-radius: 0;
background: none !important;
}
&round {
border-radius: 50px;
}
&outlined {
background: none !important;
}
}
hgroup {
h2, h4 {
margin: 0;
clear: none;
}
+ p {
margin-top: 1em;
}
}
&.vc_cta_btn_pos {
&_right {
.vc_cta_btn {
float: right;
margin-left: 2em;
}
}
&_left {
.vc_cta_btn {
float: left;
margin-right: 2em;
}
}
}
}
.wpb_call_to_action {
position: relative;
background-color: @vc_call_to_action_bg;
padding: 20px;
padding: @vc_element_margin_bottom;
border: 1px solid @vc_call_to_action_border;
.box-sizing(border-box);
.wpb_button {
margin: 0;
.box-sizing(border-box);
}
}
.cta_align_left .wpb_button {
float: left;
}
.cta_align_right .wpb_button {
float: right;
}
.cta_align_left .wpb_button,
.cta_align_right .wpb_button {
max-width: @vc_cta_button_w;
}
.cta_align_left .wpb_call_text,
.cta_align_right .wpb_call_text {
width: 70%;
float: left;
clear: none;
}
.cta_align_left .wpb_call_text {
float: right;
}
.wpb_call_to_action .wpb_call_text,
#content .wpb_call_to_action .wpb_call_text {
margin: 0;
padding-top: 0;
}
.cta_align_bottom {
text-align: center;
.wpb_button {
position: static;
margin-top: @vc_margin_bottom_gold;
display: inline-block;
}
}
.cta_no_button {
.wpb_call_text {
width: auto;
float: none;
}
}
/* Call to action responsive rules
---------------------------------------------------------- */
@media (max-width: 600px) {
.vc_responsive {
.cta_align_left .wpb_button,
.cta_align_right .wpb_button {
max-width: 70%;
width: 70%;
float: none;
display: block;
margin: 3% auto;
}
.cta_align_left .wpb_call_text,
.cta_align_right .wpb_call_text {
width: auto;
max-width: none;
text-align: center;
}
}
}