.page-frame{
display: none;
}
.page-framed .page-frame{
display: block;
}
.page-framed #all-site-wrapper {
padding: 12px;
}
.page-frame > div{
display: inline-block;
background: white;
position: fixed;
z-index: 99999;
}
.page-frame .frame-top,
.page-frame .frame-bottom{
left: 0;
width: 100%;
padding-top: 12px;
}
.page-frame .frame-top{
top: 0;
}
.admin-bar .page-frame .frame-top{
top: 32px;
}
.page-frame .frame-bottom{
bottom: 0;
}
.page-frame .frame-right,
.page-frame .frame-left{
height: 100%;
padding-left: 12px;
}
.page-frame .frame-right{
right: 0;
}
.page-frame .frame-left{
left: 0;
}
.overflow-hidden {
overflow: hidden;
} .align-center {
text-align: center;
}
.align-left {
text-align: left !important;
}
.align-right {
text-align: right !important;
}
p:empty {
display: none;
}
.wpb_flexslider.flexslider {
margin-bottom: 0;
}
.vc_row-no-padding[data-vc-full-width="true"] > [class*=vc_col] {
padding-left: 0;
padding-right: 0;
}
body {
overflow-x: hidden;
width: 100%;
}
.clear-both{
clear: both;
}
.display-none {
display:none;
} .radiuzz-staff-main {
margin-bottom: 20px;
}
.radiuzz-staff-wrapper .overlay {
display: none;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.radiuzz-staff-wrapper .thumbnail {
position: relative;
overflow: hidden;
}
.radiuzz-staff-wrapper .thumbnail img {
display: inline-block;
width: 100%;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}
.radiuzz-staff-wrapper.to-center .infos {
text-align: center;
padding-left: 20px;
padding-right: 20px;
}
.radiuzz-staff-wrapper .infos {
padding: 15px 0;
}
.radiuzz-staff-wrapper .infos div:first-child {
margin-top: 0px;
}
.radiuzz-staff-wrapper .infos .name {
font-size: 18px;
line-height: 1.3;
font-weight: 700;
color: #292d33;
margin: 0;
}
.radiuzz-staff-wrapper .infos .job-title {
margin-top: 2px;
font-size: 13px;
line-height: 1.3;
font-weight: 400;
}
.radiuzz-staff-wrapper .infos .description {
margin-top: 10px;
font-size: 13px;
line-height: 1.84;
}
.radiuzz-staff-wrapper .infos hr {
margin: 15px auto;
width: 20%;
border: none;
height: 3px;
background: rgba(0, 0, 0, 0.07);
}
.radiuzz-staff-wrapper .social-icons {
margin: 15px 0 0;
}
.radiuzz-staff-wrapper .social-icons a {
display: inline-block;
margin: 0 5px 2px;
font-size: 18px;
}
.radiuzz-staff-wrapper .social-icons a:hover {
color: #585858;
}
.radiuzz-staff-wrapper .in-infos-holder {
position: absolute;
bottom: 25px;
width: 100%;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
text-align: center;
}
.radiuzz-staff-wrapper .in-infos-holder .name {
font-size: 18px;
line-height: 1.3;
font-weight: 700;
color: #fff;
margin: 0;
}
.radiuzz-staff-wrapper .in-infos-holder .job-title {
margin-top: 2px;
font-size: 11px;
line-height: 1.3;
color: #fff;
font-weight: 400;
}
.radiuzz-staff-wrapper .in-flip-holder {
position: absolute;
bottom: -200%;
width: 100%;
text-align: center;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.radiuzz-staff-wrapper .in-flip-holder .description {
margin-bottom: 8px;
color: #ffffff;
font-size: 13px;
line-height: 1.84;
padding: 0 20px;
}
.radiuzz-staff-wrapper .in-flip-holder:last-child {
margin-bottom: 0;
}
.radiuzz-staff-wrapper .in-flip-holder .social-icons {
margin: 0;
}
.radiuzz-staff-wrapper .in-flip-holder .social-icons a {
color: #ffffff;
font-size: 18px;
}
.radiuzz-staff-wrapper .in-flip-holder .social-icons a:hover {
color: #fff;
}
.radiuzz-staff-wrapper .in-flip-holder .social-icons a.change-opacity {
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.radiuzz-staff-wrapper .in-flip-holder .social-icons a.change-opacity:hover {
opacity: .6;
}
.radiuzz-staff-wrapper.social-auto .in-flip-holder .social-icons a {
color: #fff;
font-size: 18px;
}
.radiuzz-staff-wrapper.has-flip .thumbnail:hover .in-infos-holder,
.radiuzz-staff-wrapper.has-flip.hover .in-infos-holder {
bottom: 102%;
}
.radiuzz-staff-wrapper.has-flip .thumbnail:hover .in-flip-holder,
.radiuzz-staff-wrapper.has-flip.hover .in-flip-holder {
bottom: 25px;
}
.radiuzz-staff-wrapper.overlay-enabled .overlay {
display: block;
background: rgba(0,0,0,0.50);
text-align: center;
position: absolute;
top: 0; width: 100%;
height: 100%;
-webkit-transition: opacity 300ms ease;
-moz-transition: opacity 300ms ease;
-o-transition: opacity 300ms ease;
transition: opacity 300ms ease;
opacity: 0;
}
.radiuzz-staff-wrapper.overlay-enabled:hover .overlay {
opacity: 1;
}
.radiuzz-staff-wrapper.opacity-enabled img {
opacity: 0.65;
}
.radiuzz-staff-wrapper.opacity-enabled:hover img,
.radiuzz-staff-wrapper.opacity-enabled.hover img {
opacity: 1;
}
.radiuzz-staff-wrapper.gray-enabled img {
filter: grayscale(1);
-webkit-filter: grayscale(1);
-moz-filter: grayscale(1);
-o-filter: grayscale(1);
-ms-filter: grayscale(1);
}
.radiuzz-staff-wrapper.gray-enabled:hover img,
.radiuzz-staff-wrapper.gray-enabled.hover img {
filter: grayscale(0);
-webkit-filter: grayscale(0);
-moz-filter: grayscale(0);
-o-filter: grayscale(0);
-ms-filter: grayscale(0);
}
.radiuzz-staff-wrapper.rounded-border img {
border-radius: 50%;
}
.radiuzz-staff-wrapper.social-auto .sa {
width: 60px;
height: 30px;
line-height: 30px;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
text-align: center;
font-size: 14px;
margin: 4px;
background: #f7f7f7;
border-radius: 20px;
}
.radiuzz-staff-wrapper.social-auto .sa-facebook,
.radiuzz-staff-wrapper.social-auto .sa-facebook-square {
background-color: #3b5998;
color: #fff;
}
.radiuzz-staff-wrapper.social-auto .sa-facebook:hover,
.radiuzz-staff-wrapper.social-auto .sa-facebook-square:hover {
background-color: #2d4373;
color: #fff;
}
.radiuzz-staff-wrapper.social-auto .sa-twitter,
.radiuzz-staff-wrapper.social-auto .sa-twitter-square {
background-color: #00aced;
color: #fff;
}
.radiuzz-staff-wrapper.social-auto .sa-twitter:hover,
.radiuzz-staff-wrapper.social-auto .sa-twitter-square:hover {
background-color: #0087ba;
color: #fff;
}
.radiuzz-staff-wrapper.social-auto .sa-pinterest,
.radiuzz-staff-wrapper.social-auto .sa-pinterest-square {
background-color: #cb2027;
color: #fff;
}
.radiuzz-staff-wrapper.social-auto .sa-pinterest:hover,
.radiuzz-staff-wrapper.social-auto .sa-pinterest-square:hover {
background-color: #9f191f;
color: #fff;
}
.radiuzz-staff-wrapper.social-auto .sa-linkedin,
.radiuzz-staff-wrapper.social-auto .sa-linkedin-square,
.radiuzz-staff-wrapper.social-auto .sa-envelope {
background-color: #007bb6;
color: #fff;
}
.radiuzz-staff-wrapper.social-auto .sa-linkedin:hover,
.radiuzz-staff-wrapper.social-auto .sa-linkedin-square:hover,
.radiuzz-staff-wrapper.social-auto .sa-envelope:hover {
background-color: #005983;
color: #fff;
}
.radiuzz-staff-wrapper.social-auto .sa-youtube,
.radiuzz-staff-wrapper.social-auto .sa-youtube-square,
.radiuzz-staff-wrapper.social-auto .sa-youtube-play {
background-color: #bb0000;
color: #fff;
}
.radiuzz-staff-wrapper.social-auto .sa-youtube:hover,
.radiuzz-staff-wrapper.social-auto .sa-youtube-square:hover,
.radiuzz-staff-wrapper.social-auto .sa-youtube-play:hover {
background-color: #880000;
color: #fff;
}
.radiuzz-staff-wrapper.social-auto .sa-instagram {
background-color: #517fa4;
color: #fff;
}
.radiuzz-staff-wrapper.social-auto .sa-instagram:hover {
background-color: #406582;
color: #fff;
}
.radiuzz-staff-wrapper.social-auto .sa-flickr {
background-color: #ff0084;
color: #fff;
}
.radiuzz-staff-wrapper.social-auto .sa-flickr:hover {
background-color: #cc006a;
color: #fff;
}
.radiuzz-staff-wrapper.social-auto .sa-tumblr,
.radiuzz-staff-wrapper.social-auto .sa-tumblr-square {
background-color: #32506d;
color: #fff;
}
.radiuzz-staff-wrapper.social-auto .sa-tumblr:hover,
.radiuzz-staff-wrapper.social-auto .sa-tumblr-square:hover {
background-color: #22364a;
color: #fff;
}
.radiuzz-staff-wrapper.social-auto .sa-vk {
background-color: #45668e;
color: #fff;
}
.radiuzz-staff-wrapper.social-auto .sa-vk:hover {
background-color: #344d6c;
color: #fff;
}
.radiuzz-staff-wrapper.social-auto .sa-vimeo-square {
background-color: #44bbff;
color: #fff;
}
.radiuzz-staff-wrapper.social-auto .sa-vimeo-square:hover {
background-color: #11a8ff;
color: #fff;
}
.radiuzz-staff-wrapper.social-auto .sa-google,
.radiuzz-staff-wrapper.social-auto .sa-google-plus,
.radiuzz-staff-wrapper.social-auto .sa-google-plus-square {
background-color: #c63d2d;
color: #fff;
}
.radiuzz-staff-wrapper.social-auto .sa-google:hover,
.radiuzz-staff-wrapper.social-auto .sa-google-plus:hover,
.radiuzz-staff-wrapper.social-auto .sa-google-plus-square:hover {
background-color: #9c3024;
color: #fff;
}
.radiuzz-staff-wrapper.social-auto .sa-foursquare {
background-color: #0072b1;
color: #fff;
}
.radiuzz-staff-wrapper.social-auto .sa-foursquare:hover {
background-color: #00517e;
color: #fff;
}
.radiuzz-staff-wrapper.social-auto .sa-yahoo {
background-color: #720e9e;
color: #fff;
}
.radiuzz-staff-wrapper.social-auto .sa-yahoo:hover {
background-color: #500a6f;
color: #fff;
}
.radiuzz-staff-wrapper.social-auto .sa-dribbble {
background-color: #ea4c89;
color: #fff;
}
.radiuzz-staff-wrapper.social-auto i {
color: #fff;
}
.radiuzz-staff-wrapper.social-auto .sa-dribbble:hover {
background-color: #e51e6b;
color: #fff;
}
.radiuzz-staff-wrapper.social-auto .sa-wordpress {
background-color: #21759b;
color: #fff;
}
.radiuzz-staff-wrapper.social-auto .sa-wordpress:hover {
background-color: #185571;
color: #fff;
}
.radiuzz-staff-wrapper.social-auto .sa-stumbleupon,
.radiuzz-staff-wrapper.social-auto .sa-stumbleupon-circle {
background-color: #eb4823;
color: #fff;
}
.radiuzz-staff-wrapper.social-auto .sa-stumbleupon:hover,
.radiuzz-staff-wrapper.social-auto .sa-stumbleupon-circle:hover {
background-color: #c93412;
color: #fff;
}
.radiuzz-staff-wrapper.social-auto .sa-soundcloud {
background-color: #ff3a00;
color: #fff;
}
.radiuzz-staff-wrapper.social-auto .sa-soundcloud:hover {
background-color: #cc2e00;
color: #fff;
}
.radiuzz-staff-wrapper.social-auto .sa-skype {
background-color: #12a5f4;
color: #fff;
}
.radiuzz-staff-wrapper.social-auto .sa-skype:hover {
background-color: #0986ca;
color: #fff;
}
.radiuzz-staff-wrapper.social-auto .sa-vine {
background-color: #00bf8f;
color: #fff;
}
.radiuzz-staff-wrapper.social-auto .sa-vine:hover {
background-color: #008c69;
color: #fff;
}
.radiuzz-staff-wrapper.social-auto .sa-xing,
.radiuzz-staff-wrapper.social-auto .sa-xing-square {
background-color: #006567;
color: #fff;
}
.radiuzz-staff-wrapper.social-auto .sa-xing:hover,
.radiuzz-staff-wrapper.social-auto .sa-xing-square:hover {
background-color: #003334;
color: #fff;
}
.radiuzz-staff-wrapper.social-auto .sa-weibo {
background-color: #d72928;
color: #fff;
}
.radiuzz-staff-wrapper.social-auto .sa-weibo:hover {
background-color: #ac2120;
color: #fff;
}
.radiuzz-staff-wrapper.social-auto .sa-tencent-weibo {
background-color: #00aced;
color: #fff;
}
.radiuzz-staff-wrapper.social-auto .sa-tencent-weibo:hover {
background-color: #0087ba;
color: #fff;
}
.radiuzz-staff-wrapper.social-auto .sa-twitch {
background-color: #6441a5;
color: #fff;
}
.radiuzz-staff-wrapper.social-auto .sa-twitch:hover {
background-color: #4e3380;
color: #fff;
}
.radiuzz-staff-wrapper.social-auto .sa-renren {
background-color: #005aab;
color: #fff;
}
.radiuzz-staff-wrapper.social-auto .sa-renren:hover {
background-color: #003f78;
color: #fff;
}
.radiuzz-staff-wrapper.social-auto .sa-git,
.radiuzz-staff-wrapper.social-auto .sa-git-square,
.radiuzz-staff-wrapper.social-auto .sa-github,
.radiuzz-staff-wrapper.social-auto .sa-github-alt,
.radiuzz-staff-wrapper.social-auto .sa-github-square,
.radiuzz-staff-wrapper.social-auto .sa-bitbucket,
.radiuzz-staff-wrapper.social-auto .sa-bitbucket-square,
.radiuzz-staff-wrapper.social-auto .sa-behance,
.radiuzz-staff-wrapper.social-auto .sa-behance-square {
background-color: #4caccf;
color: #fff;
}
.radiuzz-staff-wrapper.social-auto .sa-git:hover,
.radiuzz-staff-wrapper.social-auto .sa-git-square:hover,
.radiuzz-staff-wrapper.social-auto .sa-github:hover,
.radiuzz-staff-wrapper.social-auto .sa-github-alt:hover,
.radiuzz-staff-wrapper.social-auto .sa-github-square:hover,
.radiuzz-staff-wrapper.social-auto .sa-bitbucket:hover,
.radiuzz-staff-wrapper.social-auto .sa-bitbucket-square:hover,
.radiuzz-staff-wrapper.social-auto .sa-behance:hover,
.radiuzz-staff-wrapper.social-auto .sa-behance-square:hover {
background-color: #3193b7;
color: #fff;
}
.radiuzz-staff-wrapper.white-boxed {
background: #fff;
}
.radiuzz-staff-wrapper.white-boxed .thumbnail img,
.radiuzz-staff-wrapper.white-boxed .overlay {
-webkit-border-radius: 5px 5px 0px 0px;
-moz-border-radius: 5px 5px 0px 0px;
border-radius: 5px 5px 0px 0px;
}
.radiuzz-staff-wrapper.white-boxed .infos {
padding: 20px 20px 25px;
} .radiuzz-call-action {
position: relative;
}
.radiuzz-call-action.boxed {
background-color: #f7f7f7;
-webkit-border-radius: 4px;
-webkit-background-clip: padding-box;
-moz-border-radius: 4px;
-moz-background-clip: padding;
border-radius: 4px;
background-clip: padding-box;
padding: 31px 40px 31px 40px;
}
.radiuzz-call-action .radiuzz-call-action-inner {
display: table;
height: 100%;
width: 100%;
}
.radiuzz-call-action .radiuzz-call-action-inner .call-action-text-holder {
display: table-cell;
height: 100%;
vertical-align: middle;
}
.radiuzz-call-action .radiuzz-call-action-inner .call-action-btn-holder {
display: table-cell;
height: 100%;
vertical-align: middle;
text-align: right;
padding-left: 30px;
}
.radiuzz-call-action .radiuzz-call-action-inner .call-action-btn-holder .radiuzz-button,
.radiuzz-call-action .radiuzz-call-action-inner .call-action-btn-holder .buttons {
white-space: nowrap;
}
.radiuzz-call-action .call-action-text-inner {
position: relative;
display: table;
height: 100%;
width: auto;
}
.radiuzz-call-action .call-action-text-inner .call-action-icon-holder {
display: table-cell;
height: 100%;
vertical-align: middle;
padding-right: 30px;
}
.radiuzz-call-action .call-action-text-inner .call-action-heading-text-holder {
display: table-cell;
height: 100%;
vertical-align: middle;
padding-right: 50px;
}
.radiuzz-call-action .call-action-text-inner .call-action-text {
margin-top: 13px;
font-style: italic;
font-weight: 400;
font-size: 14px;
font-family: Droid Serif;
line-height: 30px;
text-transform: none;
color: #727272;
margin-bottom: 0;
}
.radiuzz-call-action .call-action-text-inner .call-action-heading-text {
font-style: normal;
font-weight: 600;
font-size: 18px;
line-height: 28px;
text-transform: uppercase;
letter-spacing: 2px;
color: #28262b;
}
.radiuzz-call-action.with-icon .call-action-icon i {
margin: 0;
color: #292d33;
}
.radiuzz-call-action.with-icon.small-icon img {
width: 25px;
}
.radiuzz-call-action.with-icon.medium-icon img {
width: 35px;
}
.radiuzz-call-action.with-icon.large-icon img {
width: 42px;
}
.radiuzz-call-action.with-icon.very-large-icon img {
width: 56px;
}
.radiuzz-call-action.with-icon.extra-large-icon img {
width: 100px;
}
.radiuzz-call-action.gray-bg.with-icon .call-action-icon i {
color: #bbbbbb;
}
.radiuzz-call-action.gray-bg .call-action-text-inner .call-action-heading-text {
color: #bbbbbb;
}
.radiuzz-call-action.gray-bg .call-action-text-inner .call-action-text {
color: #bbbbbb;
}
.radiuzz-call-action.dark-bg.boxed {
background-color: #2b393b;
}
.radiuzz-call-action.dark-bg.boxed.with-icon .call-action-icon i {
color: #ffffff;
}
.radiuzz-call-action.dark-bg.boxed .call-action-text-inner .call-action-heading-text {
color: #ffffff;
}
.radiuzz-call-action.dark-bg.boxed .call-action-text-inner .call-action-text {
color: #ffffff;
}
.radiuzz-call-action.dark-bg.opaque.with-icon .call-action-icon i {
color: #2b393b;
}
.radiuzz-call-action.dark-bg.opaque .call-action-text-inner .call-action-heading-text {
color: #2b393b;
}
.radiuzz-call-action.dark-bg.opaque .call-action-text-inner .call-action-text {
color: #2b393b;
}
.radiuzz-call-action.light-bg.boxed {
background-color: transparent;
padding: 0;
}
.radiuzz-call-action.light-bg.with-icon .call-action-icon i {
color: #fff;
}
.radiuzz-call-action.light-bg .call-action-text-inner .call-action-heading-text {
color: #fff;
}
.radiuzz-call-action.light-bg .call-action-text-inner .call-action-text {
color: #fff;
}
.radiuzz-call-action.primary-bg.with-icon .call-action-icon i {
color: #585858;
}
.call-action-style1 {
padding-top: 80px;
padding-bottom: 80px;
}
.call-action-style2 {
padding-top: 65px;
padding-bottom: 65px;
}
.call-action-style1.blue-bg,
.call-action-style2.blue-bg {
background: #0d8dd6;
}
.call-action-style2 {
text-align: center;
}
.call-action-style1 h3,
.call-action-style2 h3 {
font-size: 36px;
font-weight: 300;
margin-bottom: 0;
}
.call-action-style1 p,
.call-action-style2 p {
font-weight: 300;
font-size: 15px;
margin-bottom: 0;
}
.call-action-style1 h3 {
margin-bottom: 15px;
}
.call-action-style1 .button,
.call-action-style2 .button {
font-size: 12px;
font-weight: bold;
padding: 11px 34px;
margin: 0 7px;
border: 1px solid transparent;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.call-action-style1 .call-action-btn-holder .button:last-child,
.call-action-style2 .call-action-btn-holder .button:last-child {
margin-right: 0;
}
.call-action-style1 .call-action-btn-holder .button.filled,
.call-action-style2 .call-action-btn-holder .button.filled {
background-color: #319edc;
}
.call-action-style1 .call-action-btn-holder .button.filled:hover,
.call-action-style2 .call-action-btn-holder .button.filled:hover {
background-color: #5bc2fc;
border-color: transparent;
}
.call-action-style1 .call-action-btn-holder .button.bordered,
.call-action-style2 .call-action-btn-holder .button.bordered {
background: none;
border-color: #319edc;
}
.call-action-style1 .call-action-btn-holder .button.bordered:hover,
.call-action-style2 .call-action-btn-holder .button.bordered:hover {
border-color: #5bc2fc;
}
.call-action-style2 .radiuzz-call-action-inner .call-action-text-holder,
.call-action-style2 .radiuzz-call-action-inner .call-action-text-inner,
.call-action-style2 .radiuzz-call-action-inner .call-action-heading-text-holder,
.call-action-style2 .radiuzz-call-action-inner .call-action-btn-holder {
display: block;
}
.call-action-style2 .radiuzz-call-action-inner .call-action-text-holder {
margin-bottom: 28px;
}
.call-action-style2 .radiuzz-call-action-inner .call-action-btn-holder {
text-align: center;
padding: 0;
}
.call-action-style1 .radiuzz-call-action-inner .call-action-btn-holder {
padding-left: 160px;
}
.call-action-style2 h3 {
font-size: 45px;
font-weight: 200;
margin-bottom: 11px;
}
.call-action-style1.blue-bg h3,
.call-action-style2.blue-bg h3 {
color: white;
}
.call-action-style1.blue-bg p,
.call-action-style2.blue-bg p {
color: #e4f5fe;
}
@media (min-width: 992px) and (max-width: 1199px) {
.radiuzz-staff-wrapper.has-flip .thumbnail:hover .in-flip-holder,
.radiuzz-staff-wrapper.has-flip.hover .in-flip-holder {
bottom: 0;
}
}
@media (max-width: 767px) {
.radiuzz-call-action .radiuzz-call-action-inner .call-action-text-holder,
.radiuzz-call-action .radiuzz-call-action-inner .call-action-btn-holder {
display: block;
width: 100%;
}
.radiuzz-call-action .radiuzz-call-action-inner .call-action-btn-holder,
.radiuzz-call-action .radiuzz-call-action-inner .call-action-btn-holder .radiuzz-button-align {
text-align: left;
}
.radiuzz-call-action .radiuzz-call-action-inner .call-action-btn-holder {
padding-left: 80px;
margin-top: 35px;
}
}
@media (max-width: 479px) {
.radiuzz-call-action.boxed {
padding-left: 20px;
padding-right: 20px;
}
.radiuzz-call-action.boxed .radiuzz-call-action-inner .call-action-icon-holder {
margin-bottom: 25px;
}
.radiuzz-call-action .radiuzz-call-action-inner .call-action-btn-holder,
.radiuzz-call-action .radiuzz-call-action-inner .call-action-btn-holder .radiuzz-button-align {
text-align: center;
}
.radiuzz-call-action .radiuzz-call-action-inner {
display: block;
height: auto;
}
.radiuzz-call-action .radiuzz-call-action-inner .call-action-text-holder {
display: block;
height: auto;
vertical-align: initial;
}
.radiuzz-call-action .radiuzz-call-action-inner .call-action-icon-holder {
display: block;
height: auto;
vertical-align: initial;
text-align: center;
padding: 0;
margin-bottom: 15px;
}
.radiuzz-call-action .radiuzz-call-action-inner .call-action-heading-text-holder {
display: block;
height: auto;
vertical-align: initial;
text-align: center;
padding-right: 0;
}
.radiuzz-call-action .radiuzz-call-action-inner .call-action-btn-holder {
margin-top: 20px;
display: block;
height: auto;
text-align: center;
padding-left: 0;
}
.radiuzz-call-action .radiuzz-call-action-inner .call-action-btn-holder .radiuzz-button {
white-space: normal;
}
} .radiuzz-call-action-2-wrapper {
display: block;
background-color: #333333;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
a.radiuzz-call-action-2-wrapper:hover {
background-color: #585858;
}
.radiuzz-call-action-2 {
margin-left: auto;
margin-right: auto;
color: #FFF;
font-size: 26px;
padding: 65px 0;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
display: table;
}
.radiuzz-call-action-2 .content-left,
.radiuzz-call-action-2 .content-right {
display: table-cell;
vertical-align: middle;
}
.radiuzz-call-action-2 .content-right {
padding-left: 15px;
} .radiuzz-promo-box {
background-color: #a9a9a9;
padding: 130px 80px;
color: #FFF;
position: relative;
}
.radiuzz-promo-box h3 {
color: #FFF;
font-size: 26px;
font-weight: 400;
position: relative;
}
.radiuzz-promo-box p {
position: relative;
}
.radiuzz-promo-box .radiuzz-button.outline {
border-width: 1px;
}
.radiuzz-promo-box .radiuzz-button.light-bg.outline:hover {
color: #292d33;
background-color: #FFF;
}
.radiuzz-promo-box .overlay {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
opacity: 0;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
}
.radiuzz-promo-box .overlay.dark-overlay {
background-color: #000;
}
.radiuzz-promo-box:hover .overlay.dark-overlay {
opacity: .4;
} .radiuzz-dual-button {
position: relative;
}
.radiuzz-dual-button.to-left {
text-align: left;
}
.radiuzz-dual-button.to-right {
text-align: right;
}
.radiuzz-dual-button.to-center {
text-align: center;
}
.radiuzz-dual-button .buttons .radiuzz-button-wrapper {
margin: 0;
position: relative;
}
.radiuzz-dual-button .buttons .radiuzz-button-wrapper:first-child .radiuzz-button {
border-top-right-radius: 0px !important;
border-bottom-right-radius: 0px !important;
}
.radiuzz-dual-button .buttons .radiuzz-button-wrapper:last-child .radiuzz-button {
border-top-left-radius: 0px !important;
border-bottom-left-radius: 0px !important;
}
.radiuzz-dual-button.large-borders .buttons .radiuzz-button-wrapper:first-child .radiuzz-button {
border-width: 4px;
border-right-width: 1px;
}
.radiuzz-dual-button.large-borders .buttons .radiuzz-button-wrapper:last-child .radiuzz-button {
border-width: 4px;
border-left-width: 1px;
}
.radiuzz-dual-button.auto-borders .buttons .radiuzz-button-wrapper:first-child .radiuzz-button {
border-right-width: 1px;
}
.radiuzz-dual-button.auto-borders .buttons .radiuzz-button-wrapper:last-child .radiuzz-button {
border-left-width: 1px;
}
.radiuzz-dual-button.thin-borders .buttons .radiuzz-button-wrapper:first-child .radiuzz-button {
border-width: 1px;
border-right-width: 1px;
}
.radiuzz-dual-button.thin-borders .buttons .radiuzz-button-wrapper:last-child .radiuzz-button {
border-width: 1px;
border-left-width: 0px;
}
.radiuzz-dual-button.thin-borders .middle-text {
border-width: 1px;
line-height: 23px;
}
.radiuzz-dual-button.no-borders .buttons .radiuzz-button-wrapper:first-child .radiuzz-button {
border-width: 0px;
}
.radiuzz-dual-button.no-borders .buttons .radiuzz-button-wrapper:last-child .radiuzz-button {
border-width: 0px;
}
.radiuzz-dual-button.no-borders .middle-text {
border-width: 0px;
}
.radiuzz-dual-button .middle-text {
display: block;
position: absolute;
top: 50%;
right: 0;
-webkit-transform: translate(50%, -50%);
-moz-transform: translate(50%, -50%);
-o-transform: translate(50%, -50%);
-ms-transform: translate(50%, -50%);
transform: translate(50%, -50%);
height: 26px;
width: 26px;
line-height: 1;
text-align: center;
background: #fff;
color: #7f7f7f;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
font-size: 11px;
border: 2px solid #585858;
font-weight: normal;
z-index: 12;
-webkit-transition: border-color ease 500ms, background ease 500ms, color ease 500ms;
-moz-transition: border-color ease 500ms, background ease 500ms, color ease 500ms;
-o-transition: border-color ease 500ms, background ease 500ms, color ease 500ms;
transition: border-color ease 500ms, background ease 500ms, color ease 500ms;
}
.radiuzz-dual-button .middle-text .middle-inner {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
line-height: 0.8em;
}
.radiuzz-dual-button .gray-bg .middle-text {
border-color: #dddddd;
color: #bbbbbb;
}
.radiuzz-dual-button .dark-bg .middle-text {
border-color: #20262c;
background: #20262c;
color: #ffffff;
}
.radiuzz-dual-button .light-bg .middle-text {
border-color: #fff;
color: #444444;
}
.radiuzz-dual-button .primary-bg .middle-text {
border-color: rgba(0, 0, 0, 0.2);
background-color: rgba(0, 0, 0, 0.2);
color: #fff;
} .radiuzz-button-align.to-left {
text-align: left;
}
.radiuzz-button-align.to-right {
text-align: right;
}
.radiuzz-button-align.to-center {
text-align: center;
}
.radiuzz-button-wrapper {
display: inline-block;
}
.radiuzz-button-wrapper.btn-block {
display: block;
}
.radiuzz-button-wrapper.btn-block .radiuzz-button {
display: block;
}
.sidebar .radiuzz-button-wrapper .social-auto:not(.with-text),
.wpb_widgetised_column .radiuzz-button-wrapper .social-auto:not(.with-text) {
display: inline-block;
width: 40px;
height: 40px;
padding: 0;
line-height: 38px;
margin-right: 3px;
margin-bottom: 3px;
}
.sidebar .radiuzz-button-wrapper .social-auto:not(.with-text) i,
.wpb_widgetised_column .radiuzz-button-wrapper .social-auto:not(.with-text) i {
font-size: 18px;
}
.sidebar .radiuzz-button-wrapper .social-auto:not(.with-text) span,
.wpb_widgetised_column .radiuzz-button-wrapper .social-auto:not(.with-text) span {
padding: 0;
}
.sidebar .radiuzz-button-wrapper.btn-block .radiuzz-button .icon-simple {
padding-right: 12px;
padding-left: 12px;
line-height: 2;
}
.radiuzz-button-wrapper.btn-block .radiuzz-button.btn-desc {
text-align: left;
}
.radiuzz-button { display: inline-block;
margin-bottom: 3px;
vertical-align: middle;
overflow: hidden;
text-align: center;
position: relative;
-webkit-transition: border-color ease 500ms, background ease 500ms, color ease 500ms;
-moz-transition: border-color ease 500ms, background ease 500ms, color ease 500ms;
-o-transition: border-color ease 500ms, background ease 500ms, color ease 500ms;
transition: border-color ease 500ms, background ease 500ms, color ease 500ms;
font-size: 13px;
font-weight: 700;
line-height: 1.428571429;
color: #ffffff;
border: 2px solid #585858;
background-color: #585858;
padding: 8px 0;
}
.radiuzz-button hr {
background-color: #585858;
border: none;
-webkit-transition: background ease 150ms;
-moz-transition: background ease 150ms;
-o-transition: background ease 150ms;
transition: background ease 150ms;
}
.radiuzz-button:hover {
background-color: #585858;
border-color: #585858;
color: #ffffff;
}
.radiuzz-button:hover hr {
background-color: #ffffff;
border: none;
}
.radiuzz-button.outline {
border-width: 2px;
background-color: transparent;
color: #585858;
}
.radiuzz-button.outline:hover {
border-color: #585858;
color: #585858;
}
.radiuzz-button.outline:hover hr {
background-color: #585858;
}
.radiuzz-button.no-border {
border-width: 0px;
background-color: #eeeeee;
color: #585858;
}
.radiuzz-button.no-border:hover {
background-color: #585858;
border-color: #585858;
color: #ffffff;
}
.radiuzz-button.square {
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}
.radiuzz-button.round {
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
}
.radiuzz-button.round-square {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.radiuzz-button.circular {
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
padding: 0;
width: 53px;
height: 53px;
}
.radiuzz-button.circular .center-holder {
display: table;
width: 100%;
height: 100%;
}
.radiuzz-button.circular .center-inner {
display: table-cell;
vertical-align: middle;
}
.radiuzz-button.circular .icon-simple {
display: block;
padding: 0 0 5px 0;
width: auto;
}
.radiuzz-button.circular .text-btn {
padding: 0;
display: block;
}
.radiuzz-button.circular.only-icon {
padding: 0;
}
.radiuzz-button.circular.only-icon .icon-simple {
padding: 0;
font-size: 25px;
}
.radiuzz-button .text-btn {
display: inline-block;
vertical-align: middle;
padding: 0 20px;
}
.radiuzz-button .icon-simple {
display: inline-block;
text-align: center;
vertical-align: middle;
padding: 0 10px 0 20px;
font-size: 16px;
position: relative;
width: 1.5em;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
.radiuzz-button .icon-simple.icon-text {
width: auto;
}
.radiuzz-button.icon-before .icon-simple {
padding: 0 10px 0 15px;
}
.radiuzz-button.icon-before .text-btn {
padding-left: 0px;
}
.radiuzz-button.icon-after .icon-simple {
padding: 0 15px 0 10px;
}
.radiuzz-button.icon-after .text-btn {
padding-right: 0px;
}
.radiuzz-button.icon-cover.with-icon {
padding: 0px;
}
.radiuzz-button.icon-cover.with-icon .icon-simple {
display: inline-block;
vertical-align: middle;
padding: 8px 13px;
background-color: #28262b;
}
.radiuzz-button.icon-cover.with-icon.icon-before .text-btn {
padding-left: 13px;
}
.radiuzz-button.icon-cover.with-icon.icon-after .text-btn {
padding-right: 13px;
}
.radiuzz-button.text-separator.with-icon.icon-before .text-btn {
border-left: 1px solid rgba(255, 255, 255, 0.25);
padding-left: 10px;
}
.radiuzz-button.text-separator.with-icon.icon-after .text-btn {
border-right: 1px solid rgba(255, 255, 255, 0.25);
padding-right: 10px;
}
.radiuzz-button.glow-icon .icon-simple i {
text-shadow: rgba(255, 255, 255, 0.4) 0px 0px 20px;
}
.radiuzz-button.button-zoom {
-webkit-transition: all ease 300ms;
-moz-transition: all ease 300ms;
-o-transition: all ease 300ms;
transition: all ease 300ms;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.radiuzz-button.button-zoom:hover {
-webkit-transform: scale(1.15);
-moz-transform: scale(1.15);
-o-transform: scale(1.15);
-ms-transform: scale(1.15);
transform: scale(1.15);
}
.radiuzz-button.only-icon .icon-simple {
padding-left: 16px;
padding-right: 16px;
line-height: 1;
}
.radiuzz-button.btn-desc .text-btn-inner {
display: block;
vertical-align: middle;
font-size: 13px;
}
.radiuzz-button.btn-desc .text-desc {
display: block;
vertical-align: middle;
font-size: 11px;
font-weight: normal;
}
.radiuzz-button.btn-desc.with-icon .text-btn {
text-align: left;
}
.radiuzz-button.large {
font-size: 18px;
padding: 16px 0;
}
.radiuzz-button.large.circular {
width: 67px;
height: 67px;
}
.radiuzz-button.large.circular.only-icon .icon-simple {
font-size: 28px;
}
.radiuzz-button.large .text-btn {
padding: 0 24px;
}
.radiuzz-button.large .icon-simple {
padding: 0 12px 0 24px;
font-size: 22px;
}
.radiuzz-button.large.icon-before .icon-simple {
padding: 0 12px 0 19px;
}
.radiuzz-button.large.icon-before .text-btn {
padding-left: 0px;
}
.radiuzz-button.large.icon-after .icon-simple {
padding: 0 19px 0 12px;
}
.radiuzz-button.large.icon-after .text-btn {
padding-right: 0px;
}
.radiuzz-button.large.icon-cover.with-icon .icon-simple {
padding: 16px 17px;
}
.radiuzz-button.large.icon-cover.with-icon.icon-before .text-btn {
padding-left: 17px;
}
.radiuzz-button.large.icon-cover.with-icon.icon-after .text-btn {
padding-right: 17px;
}
.radiuzz-button.large.text-separator.with-icon.icon-before .text-btn {
padding-left: 12px;
}
.radiuzz-button.large.text-separator.with-icon.icon-after .text-btn {
padding-right: 12px;
}
.radiuzz-button.large.only-icon .icon-simple {
padding-left: 20px;
padding-right: 20px;
}
.radiuzz-button.large.btn-desc .text-btn-inner {
font-size: 13px;
}
.radiuzz-button.large.btn-desc .text-desc {
font-size: 13px;
}
.radiuzz-button.x-large {
font-size: 20px;
padding: 22px 0;
}
.radiuzz-button.x-large.circular {
width: 85px;
height: 85px;
}
.radiuzz-button.x-large.circular.only-icon .icon-simple {
font-size: 34px;
}
.radiuzz-button.x-large .text-btn {
padding: 0 36px;
}
.radiuzz-button.x-large .icon-simple {
padding: 0 18px 0 36px;
font-size: 26px;
}
.radiuzz-button.x-large.icon-before .icon-simple {
padding: 0 18px 0 27px;
}
.radiuzz-button.x-large.icon-before .text-btn {
padding-left: 0px;
}
.radiuzz-button.x-large.icon-after .icon-simple {
padding: 0 27px 0 18px;
}
.radiuzz-button.x-large.icon-after .text-btn {
padding-right: 0px;
}
.radiuzz-button.x-large.icon-cover.with-icon .icon-simple {
padding: 22px 25px;
}
.radiuzz-button.x-large.icon-cover.with-icon.icon-before .text-btn {
padding-left: 25px;
}
.radiuzz-button.x-large.icon-cover.with-icon.icon-after .text-btn {
padding-right: 25px;
}
.radiuzz-button.x-large.text-separator.with-icon.icon-before .text-btn {
padding-left: 18px;
}
.radiuzz-button.x-large.text-separator.with-icon.icon-after .text-btn {
padding-right: 18px;
}
.radiuzz-button.x-large.only-icon .icon-simple {
padding-left: 30px;
padding-right: 30px;
}
.radiuzz-button.x-large.btn-desc .text-btn-inner {
font-size: 14px;
}
.radiuzz-button.x-large.btn-desc .text-desc {
font-size: 13px;
}
.radiuzz-button.compact {
font-size: 14px;
padding: 5px 0;
}
.radiuzz-button.compact.circular {
width: 36px;
height: 36px;
}
.radiuzz-button.compact.circular.only-icon .icon-simple {
font-size: 14px;
}
.radiuzz-button.compact .text-btn {
padding: 0 10px;
}
.radiuzz-button.compact .icon-simple {
padding: 0 10px 0 10px;
font-size: 16px;
}
.radiuzz-button.compact.icon-before .icon-simple {
padding: 0 10px 0 10px;
}
.radiuzz-button.compact.icon-before .text-btn {
padding-left: 0px;
}
.radiuzz-button.compact.icon-after .icon-simple {
padding: 0 10px 0 10px;
}
.radiuzz-button.compact.icon-after .text-btn {
padding-right: 0px;
}
.radiuzz-button.compact.icon-cover.with-icon .icon-simple {
padding: 5px 10px;
}
.radiuzz-button.compact.icon-cover.with-icon.icon-before .text-btn {
padding-left: 10px;
}
.radiuzz-button.compact.icon-cover.with-icon.icon-after .text-btn {
padding-right: 10px;
}
.radiuzz-button.compact.text-separator.with-icon.icon-before .text-btn {
padding-left: 10px;
}
.radiuzz-button.compact.text-separator.with-icon.icon-after .text-btn {
padding-right: 10px;
}
.radiuzz-button.compact.only-icon .icon-simple {
padding-left: 7px;
padding-right: 7px;
}
.radiuzz-button.compact.btn-desc .text-btn-inner {
font-size: 11px;
line-height: 1;
}
.radiuzz-button.compact.btn-desc .text-desc {
font-size: 10px;
line-height: 1;
}
.radiuzz-button.circular-mega.circular {
width: 160px;
height: 160px;
}
.radiuzz-button.circular-mega.circular.only-icon .icon-simple {
font-size: 34px;
}
.radiuzz-button.circular-mega.circular .text-btn {
padding: 0 10px;
}
.radiuzz-button.circular-mega.circular hr {
height: 2px;
width: 20%;
margin: 10px auto 10px;
}
.radiuzz-button.circular-mega.circular hr:last-child {
margin-bottom: 0px;
}
.radiuzz-button.gray-bg {
background-color: #fff;
border-color: #dddddd;
color: #cccccc;
}
.radiuzz-button.gray-bg hr {
background-color: #dddddd;
}
.radiuzz-button.gray-bg:hover {
background-color: #fff;
border-color: #c0c0c0;
color: #bbbbbb;
}
.radiuzz-button.gray-bg:hover hr {
background-color: #bbbbbb;
}
.radiuzz-button.gray-bg.outline {
background-color: transparent;
}
.radiuzz-button.gray-bg.outline:hover {
background-color: transparent;
}
.radiuzz-button.gray-bg.no-border {
background-color: #f7f7f7;
}
.radiuzz-button.gray-bg.no-border:hover {
background-color: #f5f5f5;
}
.radiuzz-button.gray-bg.with-icon.icon-cover .icon-simple {
color: #fff;
}
.radiuzz-button.gray-bg.text-separator.with-icon .text-btn {
border-color: #dddddd;
}
.radiuzz-button.dark-bg {
background-color: #2b393b;
border-color: #20262c;
color: #ffffff;
}
.radiuzz-button.dark-bg hr {
background-color: #ffffff;
}
.radiuzz-button.dark-bg:hover {
background-color: #20262c;
border-color: #20262c;
color: #ffffff;
}
.radiuzz-button.dark-bg:hover hr {
background-color: #ffffff;
}
.radiuzz-button.dark-bg.outline {
background-color: transparent;
color: #20262c;
}
.radiuzz-button.dark-bg.outline hr {
background-color: #20262c;
}
.radiuzz-button.dark-bg.outline:hover {
background-color: transparent;
color: #20262c;
}
.radiuzz-button.dark-bg.outline:hover hr {
background-color: #20262c;
}
.radiuzz-button.dark-bg.outline.text-separator.with-icon .text-btn {
border-color: #414d59;
}
.radiuzz-button.dark-bg.outline.icon-cover.with-icon .icon-simple {
background-color: #20262c;
}
.radiuzz-button.dark-bg.with-icon.icon-cover .icon-simple {
color: #ffffff;
}
.radiuzz-button.light-bg {
background-color: #fff;
border-color: #fff;
color: #7f7f7f;
}
.radiuzz-button.light-bg hr {
background-color: #7f7f7f;
}
.radiuzz-button.light-bg:hover {
background-color: #fff;
border-color: #fff;
color: #444444;
}
.radiuzz-button.light-bg:hover hr {
background-color: #444444;
}
.radiuzz-button.light-bg.outline {
background-color: transparent;
color: #fff;
border-color: #fff;
}
.radiuzz-button.light-bg.outline hr {
background-color: #fff;
}
.radiuzz-button.light-bg.outline:hover {
background-color: transparent;
color: #fff;
border-color: #fff;
}
.radiuzz-button.light-bg.outline:hover hr {
background-color: #fff;
}
.radiuzz-button.light-bg.outline.text-separator.with-icon .text-btn {
border-color: #fff;
}
.radiuzz-button.light-bg.outline.with-icon.icon-cover .icon-simple {
background-color: transparent;
color: #fff;
}
.radiuzz-button.light-bg.outline.with-icon.icon-cover:hover .icon-simple {
color: #fff;
}
.radiuzz-button.light-bg.outline.dark-op {
background-color: rgba(0, 0, 0, 0.2);
}
.radiuzz-button.light-bg.outline.dark-op:hover {
background-color: rgba(0, 0, 0, 0.4);
}
.radiuzz-button.light-bg.with-icon.icon-cover .icon-simple {
color: #7f7f7f;
}
.radiuzz-button.light-bg.with-icon.icon-cover:hover .icon-simple {
color: #444444;
}
.radiuzz-button.light-bg.icon-cover.with-icon .icon-simple {
background-color: #f7f7f7;
}
.radiuzz-button.light-bg.text-separator.with-icon .text-btn {
border-color: #f7f7f7;
}
.radiuzz-button.primary-bg {
background-color: #28262b;
border-color: #28262b;
color: #ffffff;
}
.radiuzz-button.primary-bg hr {
background-color: #ffffff;
}
.radiuzz-button.primary-bg:hover {
background-color: #28262b;
border-color: #28262b;
color: #ffffff;
}
.radiuzz-button.primary-bg:hover hr {
background-color: #ffffff;
}
.radiuzz-button.primary-bg.outline {
background-color: transparent;
color: #28262b;
}
.radiuzz-button.primary-bg.outline hr {
background-color: #28262b;
}
.radiuzz-button.primary-bg.outline:hover {
background-color: transparent;
color: #28262b;
}
.radiuzz-button.primary-bg.outline:hover hr {
background-color: #28262b;
}
.radiuzz-button.primary-bg.outline.text-separator.with-icon .text-btn {
border-color: #28262b;
}
.radiuzz-button.primary-bg.with-icon.icon-cover .icon-simple {
color: #ffffff;
}
.radiuzz-button.sa-facebook,
.radiuzz-button.sa-facebook-square {
background-color: #3b5998;
color: #fff;
border-color: #3b5998;
}
.radiuzz-button.sa-facebook hr,
.radiuzz-button.sa-facebook-square hr {
background-color: #fff;
}
.radiuzz-button.sa-facebook:hover,
.radiuzz-button.sa-facebook-square:hover {
background-color: #2d4373;
border-color: #2d4373;
color: #fff;
}
.radiuzz-button.sa-facebook:hover hr,
.radiuzz-button.sa-facebook-square:hover hr {
background-color: #fff;
}
.radiuzz-button.sa-twitter,
.radiuzz-button.sa-twitter-square {
background-color: #00aced;
color: #fff;
border-color: #00aced;
}
.radiuzz-button.sa-twitter hr,
.radiuzz-button.sa-twitter-square hr {
background-color: #fff;
}
.radiuzz-button.sa-twitter:hover,
.radiuzz-button.sa-twitter-square:hover {
background-color: #0087ba;
border-color: #0087ba;
color: #fff;
}
.radiuzz-button.sa-twitter:hover hr,
.radiuzz-button.sa-twitter-square:hover hr {
background-color: #fff;
}
.radiuzz-button.sa-pinterest,
.radiuzz-button.sa-pinterest-square {
background-color: #cb2027;
color: #fff;
border-color: #cb2027;
}
.radiuzz-button.sa-pinterest hr,
.radiuzz-button.sa-pinterest-square hr {
background-color: #fff;
}
.radiuzz-button.sa-pinterest:hover,
.radiuzz-button.sa-pinterest-square:hover {
background-color: #9f191f;
border-color: #9f191f;
color: #fff;
}
.radiuzz-button.sa-pinterest:hover hr,
.radiuzz-button.sa-pinterest-square:hover hr {
background-color: #fff;
}
.radiuzz-button.sa-linkedin,
.radiuzz-button.sa-linkedin-square,
.radiuzz-button.sa-envelope {
background-color: #007bb6;
color: #fff;
border-color: #007bb6;
}
.radiuzz-button.sa-linkedin hr,
.radiuzz-button.sa-linkedin-square hr,
.radiuzz-button.sa-envelope hr {
background-color: #fff;
}
.radiuzz-button.sa-linkedin:hover,
.radiuzz-button.sa-linkedin-square:hover,
.radiuzz-button.sa-envelope:hover {
background-color: #005983;
border-color: #005983;
color: #fff;
}
.radiuzz-button.sa-linkedin:hover hr,
.radiuzz-button.sa-linkedin-square:hover hr,
.radiuzz-button.sa-envelope:hover hr {
background-color: #fff;
}
.radiuzz-button.sa-youtube,
.radiuzz-button.sa-youtube-square,
.radiuzz-button.sa-youtube-play {
background-color: #bb0000;
color: #fff;
border-color: #bb0000;
}
.radiuzz-button.sa-youtube hr,
.radiuzz-button.sa-youtube-square hr,
.radiuzz-button.sa-youtube-play hr {
background-color: #fff;
}
.radiuzz-button.sa-youtube:hover,
.radiuzz-button.sa-youtube-square:hover,
.radiuzz-button.sa-youtube-play:hover {
background-color: #880000;
border-color: #880000;
color: #fff;
}
.radiuzz-button.sa-youtube:hover hr,
.radiuzz-button.sa-youtube-square:hover hr,
.radiuzz-button.sa-youtube-play:hover hr {
background-color: #fff;
}
.radiuzz-button.sa-instagram {
background-color: #517fa4;
color: #fff;
border-color: #517fa4;
}
.radiuzz-button.sa-instagram hr {
background-color: #fff;
}
.radiuzz-button.sa-instagram:hover {
background-color: #406582;
border-color: #406582;
color: #fff;
}
.radiuzz-button.sa-instagram:hover hr {
background-color: #fff;
}
.radiuzz-button.sa-flickr {
background-color: #ff0084;
color: #fff;
border-color: #ff0084;
}
.radiuzz-button.sa-flickr hr {
background-color: #fff;
}
.radiuzz-button.sa-flickr:hover {
background-color: #cc006a;
border-color: #cc006a;
color: #fff;
}
.radiuzz-button.sa-flickr:hover hr {
background-color: #fff;
}
.radiuzz-button.sa-tumblr,
.radiuzz-button.sa-tumblr-square {
background-color: #32506d;
color: #fff;
border-color: #32506d;
}
.radiuzz-button.sa-tumblr hr,
.radiuzz-button.sa-tumblr-square hr {
background-color: #fff;
}
.radiuzz-button.sa-tumblr:hover,
.radiuzz-button.sa-tumblr-square:hover {
background-color: #22364a;
border-color: #22364a;
color: #fff;
}
.radiuzz-button.sa-tumblr:hover hr,
.radiuzz-button.sa-tumblr-square:hover hr {
background-color: #fff;
}
.radiuzz-button.sa-vk {
background-color: #45668e;
color: #fff;
border-color: #45668e;
}
.radiuzz-button.sa-vk hr {
background-color: #fff;
}
.radiuzz-button.sa-vk:hover {
background-color: #344d6c;
border-color: #344d6c;
color: #fff;
}
.radiuzz-button.sa-vk:hover hr {
background-color: #fff;
}
.radiuzz-button.sa-vimeo-square {
background-color: #44bbff;
color: #fff;
border-color: #44bbff;
}
.radiuzz-button.sa-vimeo-square hr {
background-color: #fff;
}
.radiuzz-button.sa-vimeo-square:hover {
background-color: #11a8ff;
border-color: #11a8ff;
color: #fff;
}
.radiuzz-button.sa-vimeo-square:hover hr {
background-color: #fff;
}
.radiuzz-button.sa-google,
.radiuzz-button.sa-google-plus,
.radiuzz-button.sa-google-plus-square {
background-color: #c63d2d;
color: #fff;
border-color: #c63d2d;
}
.radiuzz-button.sa-google hr,
.radiuzz-button.sa-google-plus hr,
.radiuzz-button.sa-google-plus-square hr {
background-color: #fff;
}
.radiuzz-button.sa-google:hover,
.radiuzz-button.sa-google-plus:hover,
.radiuzz-button.sa-google-plus-square:hover {
background-color: #9c3024;
border-color: #9c3024;
color: #fff;
}
.radiuzz-button.sa-google:hover hr,
.radiuzz-button.sa-google-plus:hover hr,
.radiuzz-button.sa-google-plus-square:hover hr {
background-color: #fff;
}
.radiuzz-button.sa-foursquare {
background-color: #0072b1;
color: #fff;
border-color: #0072b1;
}
.radiuzz-button.sa-foursquare hr {
background-color: #fff;
}
.radiuzz-button.sa-foursquare:hover {
background-color: #00517e;
border-color: #00517e;
color: #fff;
}
.radiuzz-button.sa-foursquare:hover hr {
background-color: #fff;
}
.radiuzz-button.sa-yahoo {
background-color: #720e9e;
color: #fff;
border-color: #720e9e;
}
.radiuzz-button.sa-yahoo hr {
background-color: #fff;
}
.radiuzz-button.sa-yahoo:hover {
background-color: #500a6f;
border-color: #500a6f;
color: #fff;
}
.radiuzz-button.sa-yahoo:hover hr {
background-color: #fff;
}
.radiuzz-button.sa-dribbble {
background-color: #ea4c89;
color: #fff;
border-color: #ea4c89;
}
.radiuzz-button.sa-dribbble hr {
background-color: #fff;
}
.radiuzz-button.sa-dribbble:hover {
background-color: #e51e6b;
border-color: #e51e6b;
color: #fff;
}
.radiuzz-button.sa-dribbble:hover hr {
background-color: #fff;
}
.radiuzz-button.sa-wordpress {
background-color: #21759b;
color: #fff;
border-color: #21759b;
}
.radiuzz-button.sa-wordpress hr {
background-color: #fff;
}
.radiuzz-button.sa-wordpress:hover {
background-color: #185571;
border-color: #185571;
color: #fff;
}
.radiuzz-button.sa-wordpress:hover hr {
background-color: #fff;
}
.radiuzz-button.sa-stumbleupon,
.radiuzz-button.sa-stumbleupon-circle {
background-color: #eb4823;
color: #fff;
border-color: #eb4823;
}
.radiuzz-button.sa-stumbleupon hr,
.radiuzz-button.sa-stumbleupon-circle hr {
background-color: #fff;
}
.radiuzz-button.sa-stumbleupon:hover,
.radiuzz-button.sa-stumbleupon-circle:hover {
background-color: #c93412;
border-color: #c93412;
color: #fff;
}
.radiuzz-button.sa-stumbleupon:hover hr,
.radiuzz-button.sa-stumbleupon-circle:hover hr {
background-color: #fff;
}
.radiuzz-button.sa-soundcloud {
background-color: #ff3a00;
color: #fff;
border-color: #ff3a00;
}
.radiuzz-button.sa-soundcloud hr {
background-color: #fff;
}
.radiuzz-button.sa-soundcloud:hover {
background-color: #cc2e00;
border-color: #cc2e00;
color: #fff;
}
.radiuzz-button.sa-soundcloud:hover hr {
background-color: #fff;
}
.radiuzz-button.sa-skype {
background-color: #12a5f4;
color: #fff;
border-color: #12a5f4;
}
.radiuzz-button.sa-skype hr {
background-color: #fff;
}
.radiuzz-button.sa-skype:hover {
background-color: #0986ca;
border-color: #0986ca;
color: #fff;
}
.radiuzz-button.sa-skype:hover hr {
background-color: #fff;
}
.radiuzz-button.sa-vine {
background-color: #00bf8f;
color: #fff;
border-color: #00bf8f;
}
.radiuzz-button.sa-vine hr {
background-color: #fff;
}
.radiuzz-button.sa-vine:hover {
background-color: #008c69;
border-color: #008c69;
color: #fff;
}
.radiuzz-button.sa-vine:hover hr {
background-color: #fff;
}
.radiuzz-button.sa-xing,
.radiuzz-button.sa-xing-square {
background-color: #006567;
color: #fff;
border-color: #006567;
}
.radiuzz-button.sa-xing hr,
.radiuzz-button.sa-xing-square hr {
background-color: #fff;
}
.radiuzz-button.sa-xing:hover,
.radiuzz-button.sa-xing-square:hover {
background-color: #003334;
border-color: #003334;
color: #fff;
}
.radiuzz-button.sa-xing:hover hr,
.radiuzz-button.sa-xing-square:hover hr {
background-color: #fff;
}
.radiuzz-button.sa-weibo {
background-color: #d72928;
color: #fff;
border-color: #d72928;
}
.radiuzz-button.sa-weibo hr {
background-color: #fff;
}
.radiuzz-button.sa-weibo:hover {
background-color: #ac2120;
border-color: #ac2120;
color: #fff;
}
.radiuzz-button.sa-weibo:hover hr {
background-color: #fff;
}
.radiuzz-button.sa-tencent-weibo {
background-color: #00aced;
color: #fff;
border-color: #00aced;
}
.radiuzz-button.sa-tencent-weibo hr {
background-color: #fff;
}
.radiuzz-button.sa-tencent-weibo:hover {
background-color: #0087ba;
border-color: #0087ba;
color: #fff;
}
.radiuzz-button.sa-tencent-weibo:hover hr {
background-color: #fff;
}
.radiuzz-button.sa-twitch {
background-color: #6441a5;
color: #fff;
border-color: #6441a5;
}
.radiuzz-button.sa-twitch hr {
background-color: #fff;
}
.radiuzz-button.sa-twitch:hover {
background-color: #4e3380;
border-color: #4e3380;
color: #fff;
}
.radiuzz-button.sa-twitch:hover hr {
background-color: #fff;
}
.radiuzz-button.sa-renren {
background-color: #005aab;
color: #fff;
border-color: #005aab;
}
.radiuzz-button.sa-renren hr {
background-color: #fff;
}
.radiuzz-button.sa-renren:hover {
background-color: #003f78;
border-color: #003f78;
color: #fff;
}
.radiuzz-button.sa-renren:hover hr {
background-color: #fff;
}
.radiuzz-button.sa-git,
.radiuzz-button.sa-git-square,
.radiuzz-button.sa-github,
.radiuzz-button.sa-github-alt,
.radiuzz-button.sa-github-square,
.radiuzz-button.sa-bitbucket,
.radiuzz-button.sa-bitbucket-square,
.radiuzz-button.sa-behance,
.radiuzz-button.sa-behance-square {
background-color: #4caccf;
color: #fff;
border-color: #4caccf;
}
.radiuzz-button.sa-git hr,
.radiuzz-button.sa-git-square hr,
.radiuzz-button.sa-github hr,
.radiuzz-button.sa-github-alt hr,
.radiuzz-button.sa-github-square hr,
.radiuzz-button.sa-bitbucket hr,
.radiuzz-button.sa-bitbucket-square hr,
.radiuzz-button.sa-behance hr,
.radiuzz-button.sa-behance-square hr {
background-color: #fff;
}
.radiuzz-button.sa-git:hover,
.radiuzz-button.sa-git-square:hover,
.radiuzz-button.sa-github:hover,
.radiuzz-button.sa-github-alt:hover,
.radiuzz-button.sa-github-square:hover,
.radiuzz-button.sa-bitbucket:hover,
.radiuzz-button.sa-bitbucket-square:hover,
.radiuzz-button.sa-behance:hover,
.radiuzz-button.sa-behance-square:hover {
background-color: #3193b7;
border-color: #3193b7;
color: #fff;
}
.radiuzz-button.sa-git:hover hr,
.radiuzz-button.sa-git-square:hover hr,
.radiuzz-button.sa-github:hover hr,
.radiuzz-button.sa-github-alt:hover hr,
.radiuzz-button.sa-github-square:hover hr,
.radiuzz-button.sa-bitbucket:hover hr,
.radiuzz-button.sa-bitbucket-square:hover hr,
.radiuzz-button.sa-behance:hover hr,
.radiuzz-button.sa-behance-square:hover hr {
background-color: #fff;
} .radiuzz-pricing-table {
text-align: center;
margin-bottom: 20px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.radiuzz-pricing-table ul {
padding: 0;
margin: 0;
list-style: none;
}
.radiuzz-pricing-table ul li:last-child {
border-bottom-width: 0 !important;
}
.radiuzz-pricing-table h3 {
margin: 0;
font-weight: bold;
font-size: 22px;
line-height: 1.3;
color: #28262b;
}
.radiuzz-pricing-table .plan-infos,
.radiuzz-pricing-table li {
color: #7f7f7f;
font-weight: 400;
font-size: 13px;
}
.radiuzz-pricing-table .plan-infos a,
.radiuzz-pricing-table li a {
font-weight: bold;
color: #7f7f7f;
}
.radiuzz-pricing-table .plan-infos a:hover,
.radiuzz-pricing-table li a:hover {
color: #7f7f7f;
}
.radiuzz-pricing-table .content-section p {
display: none;
}
.radiuzz-pricing-table a {
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}
.radiuzz-pricing-table .signup {
display: inline-block;
margin: 0;
text-align: center;
vertical-align: middle;
-webkit-transition: border-color ease 500ms, background ease 500ms, color ease 500ms;
-moz-transition: border-color ease 500ms, background ease 500ms, color ease 500ms;
-o-transition: border-color ease 500ms, background ease 500ms, color ease 500ms;
transition: border-color ease 500ms, background ease 500ms, color ease 500ms;
font-size: 13px;
padding: 6px 15px;
line-height: 1.428571429;
font-weight: 700;
text-transform: uppercase;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
color: #7f7f7f;
border: 2px solid #7f7f7f;
background-color: transparent;
}
.radiuzz-pricing-table .signup:hover {
background-color: transparent;
color: #28262b;
border-color: #28262b;
}
.radiuzz-pricing-table .featured-table-text {
display: block;
height: 40px;
line-height: 40px;
text-transform: uppercase;
font-size: 14px;
font-weight: bold;
background: #dddddd;
color: #fff;
}
.radiuzz-pricing-table.default {
background-color: #f7f7f7;
}
.radiuzz-pricing-table.default .top-section {
padding: 36px 0 0px;
margin: 0 30px;
}
.radiuzz-pricing-table.default .plan-image,
.radiuzz-pricing-table.default .plan-title,
.radiuzz-pricing-table.default .plan-infos {
padding: 5px 5px;
}
.radiuzz-pricing-table.default .plan-infos {
font-size: 15px;
color: #7f7f7f;
font-weight: 400;
}
.radiuzz-pricing-table.default .content-section {
padding: 31px 0 36px;
}
.radiuzz-pricing-table.default li {
padding: 8px 0;
}
.radiuzz-pricing-table.default .bottom-section {
padding-top: 0px;
padding-bottom: 46px;
}
.radiuzz-pricing-table.default.dark-bg {
background: #2b393b;
}
.radiuzz-pricing-table.default.dark-bg h3,
.radiuzz-pricing-table.default.dark-bg li,
.radiuzz-pricing-table.default.dark-bg .plan-infos {
color: #ffffff;
}
.radiuzz-pricing-table.default.dark-bg li a {
color: #ffffff;
}
.radiuzz-pricing-table.default.dark-bg li a:hover {
color: #ffffff;
}
.radiuzz-pricing-table.default.dark-bg .signup {
border-color: #ffffff;
color: #ffffff;
background-color: transparent;
}
.radiuzz-pricing-table.default.dark-bg .signup:hover {
border-color: #585858;
color: #585858;
background-color: transparent;
}
.radiuzz-pricing-table.default.dark-bg .featured-table-text {
background: #20262c;
color: #ffffff;
}
.radiuzz-pricing-table.default.black-bg {
background: #28262b;
}
.radiuzz-pricing-table.default.black-bg h3,
.radiuzz-pricing-table.default.black-bg li,
.radiuzz-pricing-table.default.black-bg .plan-infos {
color: #fff;
}
.radiuzz-pricing-table.default.black-bg li a {
color: #fff;
}
.radiuzz-pricing-table.default.black-bg li a:hover {
color: #fff;
}
.radiuzz-pricing-table.default.black-bg .signup {
border-color: #fff;
color: #fff;
background-color: transparent;
}
.radiuzz-pricing-table.default.black-bg .signup:hover {
border-color: #585858;
color: #585858;
background-color: transparent;
}
.radiuzz-pricing-table.default.black-bg .featured-table-text {
background: #0f0f0f;
}
.radiuzz-pricing-table.default.light-bg {
background: #fff;
}
.radiuzz-pricing-table.default.primary-bg {
background: #585858;
}
.radiuzz-pricing-table.default.primary-bg h3,
.radiuzz-pricing-table.default.primary-bg li,
.radiuzz-pricing-table.default.primary-bg .plan-infos {
color: #ffffff;
}
.radiuzz-pricing-table.default.primary-bg li a {
color: #ffffff;
}
.radiuzz-pricing-table.default.primary-bg li a:hover {
color: #ffffff;
}
.radiuzz-pricing-table.default.primary-bg .signup {
border-color: #ffffff;
color: #ffffff;
background-color: transparent;
}
.radiuzz-pricing-table.default.primary-bg .signup:hover {
border-color: #ffffff;
color: #ffffff;
background-color: transparent;
}
.radiuzz-pricing-table.default.primary-bg .featured-table-text {
background: #585858;
color: #ffffff;
}
.radiuzz-pricing-table.big-price .top-section {
padding: 25px 0;
border-bottom: none;
background: #28262b;
color: #fff;
-webkit-border-radius: 0px 0px 0 0;
border-radius: 0px 0px 0 0;
}
.radiuzz-pricing-table.big-price .top-section h3 {
color: #fff;
text-transform: uppercase;
}
.radiuzz-pricing-table.big-price .top-section .plan-infos {
color: #fff;
}
.radiuzz-pricing-table.big-price .top-section span {
display: inline-block;
}
.radiuzz-pricing-table.big-price .top-section .currency {
font-size: 16px;
position: absolute;
top: 0;
left: -10px;
font-weight: bold;
}
.radiuzz-pricing-table.big-price .top-section .price {
position: relative;
}
.radiuzz-pricing-table.big-price .top-section .price-inner {
letter-spacing: -5px;
font-size: 90px;
line-height: 0.6;
font-weight: 400;
}
.radiuzz-pricing-table.big-price .top-section .month {
margin-left: 5px;
font-weight: bold;
text-transform: uppercase;
}
.radiuzz-pricing-table.big-price .top-section .adquire-plan {
padding: 25px 0 10px;
}
.radiuzz-pricing-table.big-price .top-section .adquire-plan .signup {
background-color: transparent;
color: #fff;
border: 2px solid #fff;
text-transform: uppercase;
padding: 10px 25px;
}
.radiuzz-pricing-table.big-price .top-section .adquire-plan .signup:hover {
border-color: #585858;
background-color: transparent;
color: #585858;
}
.radiuzz-pricing-table.big-price .plan-image,
.radiuzz-pricing-table.big-price .plan-title {
padding: 5px 5px;
}
.radiuzz-pricing-table.big-price .plan-infos {
padding: 25px 5px 5px;
}
.radiuzz-pricing-table.big-price .content-section {
padding: 17px 0 30px;
background: #2a2a2a;
border: 2px solid #2a2a2a;
border-top: none;
-webkit-border-radius: 0 0 0px 0px;
border-radius: 0 0 0px 0px;
}
.radiuzz-pricing-table.big-price li {
padding: 14px 0;
margin: 0 25px;
color: #fff;
}
.radiuzz-pricing-table.big-price li:last-child {
border-bottom: none;
}
.radiuzz-pricing-table.simple-image .top-section {
padding: 0px 0 15px;
}
.radiuzz-pricing-table.simple-image .plan-image {
padding-bottom: 15px;
}
.radiuzz-pricing-table.simple-image .plan-title,
.radiuzz-pricing-table.simple-image .plan-infos {
padding: 5px 5px;
}
.radiuzz-pricing-table.simple-image .content-section {
padding: 0;
}
.radiuzz-pricing-table.simple-image li {
padding: 5px 0;
}
.radiuzz-pricing-table.simple-image .bottom-section {
padding: 25px 0 0;
}
.radiuzz-pricing-table.simple-image .bottom-section .signup {
border-color: #dddddd;
background-color: transparent;
color: #bbbbbb;
}
.radiuzz-pricing-table.simple-image .bottom-section .signup:hover {
border: 2px solid #28262b;
background-color: transparent;
color: #28262b;
}
.radiuzz-pricing-table.description-support .top-section {
padding: 25px 0;
border-bottom: none;
background: #28262b;
color: #fff;
-webkit-border-radius: 0px 0px 0 0;
border-radius: 0px 0px 0 0;
}
.radiuzz-pricing-table.description-support .top-section h3 {
color: #fff;
text-transform: uppercase;
font-size: 22px;
font-weight: 400;
}
.radiuzz-pricing-table.description-support .top-section .plan-infos {
color: #fff;
}
.radiuzz-pricing-table.description-support .top-section span {
display: inline-block;
}
.radiuzz-pricing-table.description-support .top-section .currency {
font-size: 16px;
position: absolute;
top: 0;
left: -10px;
font-weight: bold;
}
.radiuzz-pricing-table.description-support .top-section .price {
position: relative;
}
.radiuzz-pricing-table.description-support .top-section .price-inner {
letter-spacing: -5px;
font-size: 90px;
line-height: 0.6;
font-weight: 400;
}
.radiuzz-pricing-table.description-support .top-section .month {
margin-top: 10px;
display: block;
font-weight: 400;
text-transform: uppercase;
}
.radiuzz-pricing-table.description-support .plan-image,
.radiuzz-pricing-table.description-support .plan-title {
padding: 5px 5px;
}
.radiuzz-pricing-table.description-support .plan-infos {
padding: 25px 5px 5px;
}
.radiuzz-pricing-table.description-support .content-section {
border-left: 2px solid #2a2a2a;
border-right: 2px solid #2a2a2a;
background-color: #2a2a2a;
padding: 0;
}
.radiuzz-pricing-table.description-support li {
padding: 25px 25px;
margin: 0;
border-bottom: 1px solid #28262b;
color: #fff;
text-align: left;
}
.radiuzz-pricing-table.description-support li a,
.radiuzz-pricing-table.description-support li a:hover {
color: #fff;
}
.radiuzz-pricing-table.description-support li strong {
display: block;
font-size: 14px;
margin-bottom: 3px;
text-transform: uppercase;
}
.radiuzz-pricing-table.description-support li:last-child {
border-bottom: none;
}
.radiuzz-pricing-table.description-support .bottom-section {
padding: 5px 0 30px;
border: 2px solid #2a2a2a;
border-top: none;
background: #2a2a2a;
-webkit-border-radius: 0 0 0px 0px;
border-radius: 0 0 0px 0px;
}
.radiuzz-pricing-table.description-support .bottom-section .signup {
background-color: transparent;
border: 2px solid #fff;
color: #fff;
}
.radiuzz-pricing-table.description-support .bottom-section .signup:hover {
border-color: #585858;
background-color: transparent;
color: #585858;
}
.radiuzz-pricing-table.subtitle {
background-color: #f5f5f5;
}
.radiuzz-pricing-table.subtitle .plan-infos,
.radiuzz-pricing-table.subtitle .plan-subtitle {
color: #28262b;
}
.radiuzz-pricing-table.subtitle .top-section {
padding: 50px 35px 25px;
text-align: center;
}
.radiuzz-pricing-table.subtitle .top-section h3 {
font-weight: 400;
}
.radiuzz-pricing-table.subtitle .top-section span {
display: inline-block;
}
.radiuzz-pricing-table.subtitle .top-section .currency {
font-size: 20px;
position: absolute;
top: 0;
left: -10px;
font-weight: 400;
}
.radiuzz-pricing-table.subtitle .top-section .price {
margin-top: 20px;
position: relative;
display: inline-block;
}
.radiuzz-pricing-table.subtitle .top-section .price-inner {
letter-spacing: -5px;
font-size: 95px;
line-height: 0.6;
font-weight: 400;
}
.radiuzz-pricing-table.subtitle .top-section .month {
margin-top: 10px;
display: block;
font-weight: normal;
}
.radiuzz-pricing-table.subtitle .plan-image,
.radiuzz-pricing-table.subtitle .plan-title,
.radiuzz-pricing-table.subtitle .plan-infos {
padding: 5px 5px;
}
.radiuzz-pricing-table.subtitle .content-section {
margin: 0 30px;
padding: 5px 0 40px;
}
.radiuzz-pricing-table.subtitle li {
padding: 8px 0;
margin: 0;
color: #28262b;
font-weight: normal;
}
.radiuzz-pricing-table.subtitle li a {
color: #28262b;
}
.radiuzz-pricing-table.subtitle li a:hover {
color: #28262b;
}
.radiuzz-pricing-table.subtitle .bottom-section {
padding: 0px 0 60px;
}
.radiuzz-pricing-table.subtitle .bottom-section .signup {
color: #28262b;
border-color: #28262b;
}
.radiuzz-pricing-table.subtitle .bottom-section .signup:hover {
color: #585858;
border-color: #585858;
}
.radiuzz-pricing-table.subtitle .featured-table-text {
background: #585858;
color: #ffffff;
}
.radiuzz-pricing-table.subtitle.dark-bg {
background: #2b393b;
}
.radiuzz-pricing-table.subtitle.dark-bg h3,
.radiuzz-pricing-table.subtitle.dark-bg li,
.radiuzz-pricing-table.subtitle.dark-bg .plan-infos,
.radiuzz-pricing-table.subtitle.dark-bg .plan-subtitle {
color: #ffffff;
}
.radiuzz-pricing-table.subtitle.dark-bg li a {
color: #ffffff;
}
.radiuzz-pricing-table.subtitle.dark-bg li a:hover {
color: #ffffff;
}
.radiuzz-pricing-table.subtitle.dark-bg .signup {
border-color: #ffffff;
color: #ffffff;
background-color: transparent;
}
.radiuzz-pricing-table.subtitle.dark-bg .signup:hover {
border-color: #585858;
color: #585858;
background-color: transparent;
}
.radiuzz-pricing-table.subtitle.dark-bg .featured-table-text {
background: #20262c;
color: #ffffff;
}
.radiuzz-pricing-table.subtitle.black-bg {
background: #28262b;
}
.radiuzz-pricing-table.subtitle.black-bg h3,
.radiuzz-pricing-table.subtitle.black-bg li,
.radiuzz-pricing-table.subtitle.black-bg .plan-infos,
.radiuzz-pricing-table.subtitle.black-bg .plan-subtitle {
color: #fff;
}
.radiuzz-pricing-table.subtitle.black-bg li a {
color: #fff;
}
.radiuzz-pricing-table.subtitle.black-bg li a:hover {
color: #fff;
}
.radiuzz-pricing-table.subtitle.black-bg .signup {
border-color: #fff;
color: #fff;
background-color: transparent;
}
.radiuzz-pricing-table.subtitle.black-bg .signup:hover {
border-color: #585858;
color: #585858;
background-color: transparent;
}
.radiuzz-pricing-table.subtitle.black-bg .featured-table-text {
background: #0f0f0f;
}
.radiuzz-pricing-table.subtitle.light-bg {
background: #fff;
}
.radiuzz-pricing-table.subtitle.primary-bg {
background: #585858;
}
.radiuzz-pricing-table.subtitle.primary-bg h3,
.radiuzz-pricing-table.subtitle.primary-bg li,
.radiuzz-pricing-table.subtitle.primary-bg .plan-infos,
.radiuzz-pricing-table.subtitle.primary-bg .plan-subtitle {
color: #ffffff;
}
.radiuzz-pricing-table.subtitle.primary-bg li a {
color: #ffffff;
}
.radiuzz-pricing-table.subtitle.primary-bg li a:hover {
color: #ffffff;
}
.radiuzz-pricing-table.subtitle.primary-bg .signup {
border-color: #ffffff;
color: #ffffff;
background-color: transparent;
}
.radiuzz-pricing-table.subtitle.primary-bg .signup:hover {
border-color: #ffffff;
color: #ffffff;
background-color: transparent;
}
.radiuzz-pricing-table.subtitle.primary-bg .featured-table-text {
background: #585858;
color: #ffffff;
}
.radiuzz-pricing-table.small-desc {
background-color: #f5f5f5;
}
.radiuzz-pricing-table.small-desc .plan-infos,
.radiuzz-pricing-table.small-desc .plan-subtitle {
color: #28262b;
}
.radiuzz-pricing-table.small-desc .top-section {
padding: 31px 35px 25px;
text-align: center;
}
.radiuzz-pricing-table.small-desc .top-section h3 {
margin-bottom: 20px;
font-weight: 400;
}
.radiuzz-pricing-table.small-desc .top-section span {
display: inline-block;
}
.radiuzz-pricing-table.small-desc .top-section .currency {
font-size: 22px;
position: absolute;
top: -8px;
left: -12px;
}
.radiuzz-pricing-table.small-desc .top-section .price {
position: relative;
}
.radiuzz-pricing-table.small-desc .top-section .price-inner {
letter-spacing: -5px;
font-size: 72px;
line-height: 0.6;
font-weight: 400;
}
.radiuzz-pricing-table.small-desc .top-section .month {
margin-left: 5px;
font-weight: normal;
}
.radiuzz-pricing-table.small-desc .top-section .plan-subtitle {
margin-top: 20px;
font-size: 11px;
}
.radiuzz-pricing-table.small-desc .plan-image,
.radiuzz-pricing-table.small-desc .plan-title,
.radiuzz-pricing-table.small-desc .plan-infos {
padding: 5px 5px;
}
.radiuzz-pricing-table.small-desc .content-section {
margin: 0 30px;
padding: 10px 0 40px;
}
.radiuzz-pricing-table.small-desc li {
padding: 8px 0;
margin: 0;
color: #28262b;
font-weight: normal;
}
.radiuzz-pricing-table.small-desc li a {
color: #28262b;
}
.radiuzz-pricing-table.small-desc li a:hover {
color: #28262b;
}
.radiuzz-pricing-table.small-desc .bottom-section {
padding: 0px 0 45px;
}
.radiuzz-pricing-table.small-desc .bottom-section .signup {
color: #28262b;
border-color: #28262b;
}
.radiuzz-pricing-table.small-desc .bottom-section .signup:hover {
color: #585858;
border-color: #585858;
}
.radiuzz-pricing-table.small-desc .featured-table-text {
background: #585858;
color: #ffffff;
}
.radiuzz-pricing-table.small-desc.dark-bg {
background: #2b393b;
}
.radiuzz-pricing-table.small-desc.dark-bg h3,
.radiuzz-pricing-table.small-desc.dark-bg li,
.radiuzz-pricing-table.small-desc.dark-bg .plan-infos,
.radiuzz-pricing-table.small-desc.dark-bg .plan-subtitle {
color: #ffffff;
}
.radiuzz-pricing-table.small-desc.dark-bg li a {
color: #ffffff;
}
.radiuzz-pricing-table.small-desc.dark-bg li a:hover {
color: #ffffff;
}
.radiuzz-pricing-table.small-desc.dark-bg .signup {
border-color: #ffffff;
color: #ffffff;
background-color: transparent;
}
.radiuzz-pricing-table.small-desc.dark-bg .signup:hover {
border-color: #585858;
color: #585858;
background-color: transparent;
}
.radiuzz-pricing-table.small-desc.dark-bg .featured-table-text {
background: #20262c;
color: #ffffff;
}
.radiuzz-pricing-table.small-desc.black-bg {
background: #28262b;
}
.radiuzz-pricing-table.small-desc.black-bg h3,
.radiuzz-pricing-table.small-desc.black-bg li,
.radiuzz-pricing-table.small-desc.black-bg .plan-infos,
.radiuzz-pricing-table.small-desc.black-bg .plan-subtitle {
color: #fff;
}
.radiuzz-pricing-table.small-desc.black-bg li a {
color: #fff;
}
.radiuzz-pricing-table.small-desc.black-bg li a:hover {
color: #fff;
}
.radiuzz-pricing-table.small-desc.black-bg .signup {
border-color: #fff;
color: #fff;
background-color: transparent;
}
.radiuzz-pricing-table.small-desc.black-bg .signup:hover {
border-color: #585858;
color: #585858;
background-color: transparent;
}
.radiuzz-pricing-table.small-desc.black-bg .featured-table-text {
background: #0f0f0f;
}
.radiuzz-pricing-table.small-desc.light-bg {
background: #fff;
}
.radiuzz-pricing-table.small-desc.primary-bg {
background: #585858;
}
.radiuzz-pricing-table.small-desc.primary-bg h3,
.radiuzz-pricing-table.small-desc.primary-bg li,
.radiuzz-pricing-table.small-desc.primary-bg .plan-infos,
.radiuzz-pricing-table.small-desc.primary-bg .plan-subtitle {
color: #ffffff;
}
.radiuzz-pricing-table.small-desc.primary-bg li a {
color: #ffffff;
}
.radiuzz-pricing-table.small-desc.primary-bg li a:hover {
color: #ffffff;
}
.radiuzz-pricing-table.small-desc.primary-bg .signup {
border-color: #ffffff;
color: #ffffff;
background-color: transparent;
}
.radiuzz-pricing-table.small-desc.primary-bg .signup:hover {
border-color: #ffffff;
color: #ffffff;
background-color: transparent;
}
.radiuzz-pricing-table.small-desc.primary-bg .featured-table-text {
background: #585858;
color: #ffffff;
}
.radiuzz-pricing-table:hover {
position: relative;
z-index: 9999;
-webkit-transform: translateY(-7px);
-moz-transform: translateY(-7px);
transform: translateY(-7px);
-webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) and (max-width: 1199px) {
.radiuzz-promo-box {
padding: 100px 35px;
}
}
@media (max-width: 991px) {
.radiuzz-call-action-2 {
padding-left: 20px;
padding-right: 20px;
}
.radiuzz-promo-box {
padding: 75px 35px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
div[class^=vc_] .radiuzz-call-action-2 .content-left,
.radiuzz-call-action-2 .content-left {
font-size: 30px !important;
}
div[class^=vc_] .radiuzz-call-action-2 .content-right,
.radiuzz-call-action-2 .content-right {
font-size: 50px !important;
}
}
@media (max-width: 767px) {
.radiuzz-call-action-2,
.radiuzz-call-action-2 .content-left,
.radiuzz-call-action-2 .content-right {
display: block;
width: 100%;
}
.radiuzz-call-action-2 .content-left,
.radiuzz-call-action-2 .content-right {
padding: 0;
}
div[class^=vc_] .radiuzz-call-action-2 .content-left,
.radiuzz-call-action-2 .content-left {
font-size: 25px !important;
}
div[class^=vc_] .radiuzz-call-action-2 .content-right,
.radiuzz-call-action-2 .content-right {
font-size: 40px !important;
}
}
@media (min-width: 480px) {
.pricing-set {
margin-left: 0;
margin-right: 0;
}
.pricing-set > .vc_column_container {
padding: 0;
}
.pricing-set > .vc_column_container .radiuzz-pricing-table.big-price .top-section,
.pricing-set > .vc_column_container .radiuzz-pricing-table.big-price .content-section,
.pricing-set > .vc_column_container .radiuzz-pricing-table.description-support .top-section,
.pricing-set > .vc_column_container .radiuzz-pricing-table.description-support .bottom-section {
border-radius: 0;
-webkit-border-radius: 0;
}
.pricing-set > .vc_column_container .radiuzz-pricing-table.big-price .content-section,
.pricing-set > .vc_column_container .radiuzz-pricing-table.description-support .content-section,
.pricing-set > .vc_column_container .radiuzz-pricing-table.description-support .bottom-section {
border-right-width: 1px;
border-left-width: 1px;
}
.pricing-set > .vc_column_container:first-child .radiuzz-pricing-table.big-price .content-section,
.pricing-set > .vc_column_container:first-child .radiuzz-pricing-table.description-support .content-section,
.pricing-set > .vc_column_container:first-child .radiuzz-pricing-table.description-support .bottom-section {
border-left-width: 2px;
}
.pricing-set > .vc_column_container:last-child .radiuzz-pricing-table.big-price .content-section,
.pricing-set > .vc_column_container:last-child .radiuzz-pricing-table.description-support .content-section,
.pricing-set > .vc_column_container:last-child .radiuzz-pricing-table.description-support .bottom-section {
border-right-width: 2px;
}
.featured-table.with-marker {
margin-top: -40px;
}
} .radiuzz-posts.list .radiuzz-post {
overflow: visible;
}
.radiuzz-posts .radiuzz-post-inner {
position: relative;
overflow: hidden;
margin-bottom: 30px;
}
.radiuzz-posts .thumbnail {
display: block;
overflow: hidden;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}
.radiuzz-posts .thumbnail img {
border: none;
display: block;
max-width: 100%;
width: 100%;
height: auto;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}
.radiuzz-posts .thumbnail.no-thumb {
background: #f7f7f7;
height: 250px;
}
.radiuzz-posts.no-margin {
margin-left: 0;
margin-right: 0;
}
.radiuzz-posts.no-margin .radiuzz-post {
padding-left: 0;
padding-right: 0;
}
.radiuzz-posts.no-margin .radiuzz-post-inner {
margin-bottom: 0;
}
.radiuzz-posts.small-margin {
margin-left: 0;
margin-right: -3px;
overflow: hidden;
}
.radiuzz-posts.small-margin .radiuzz-post {
padding-left: 0;
padding-right: 0;
border-right: 3px solid transparent;
border-bottom: 3px solid transparent;
}
.radiuzz-posts.small-margin .radiuzz-post-inner {
margin-bottom: 0;
}
.radiuzz-posts .radiuzz-post.zoom-hover img {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.radiuzz-posts .radiuzz-post.zoom-hover:hover img,
.radiuzz-posts .radiuzz-post.zoom-hover.hover img {
border: none;
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.radiuzz-posts .radiuzz-post.gray-enabled img {
filter: grayscale(1);
-webkit-filter: grayscale(1);
-moz-filter: grayscale(1);
-o-filter: grayscale(1);
-ms-filter: grayscale(1);
}
.radiuzz-posts .radiuzz-post.gray-enabled:hover img {
filter: grayscale(0);
-webkit-filter: grayscale(0);
-moz-filter: grayscale(0);
-o-filter: grayscale(0);
-ms-filter: grayscale(0);
}
.radiuzz-posts.default-margin .thumbnail {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
overflow: hidden;
}
.radiuzz-posts.default-margin .thumbnail img {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.radiuzz-posts.default-margin .default-style .thumbnail {
-webkit-border-radius: 5px 5px 0px 0px;
-moz-border-radius: 5px 5px 0px 0px;
border-radius: 5px 5px 0px 0px;
overflow: hidden;
}
.radiuzz-posts.default-margin .default-style .thumbnail img {
-webkit-border-radius: 5px 5px 0px 0px;
-moz-border-radius: 5px 5px 0px 0px;
border-radius: 5px 5px 0px 0px;
}
.radiuzz-posts.default-margin .border-cover .thumbnail {
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}
.radiuzz-posts.default-margin .border-cover .thumbnail img {
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}
.radiuzz-posts .entry.list h3 {
font-size: 16px;
line-height: 1.3;
font-weight: 400;
color: #292d33;
margin: 0;
}
.radiuzz-posts .entry.list h3 a,
.radiuzz-posts .entry.list h3 a:hover {
color: #292d33;
}
.radiuzz-posts .entry.list .meta {
margin: 5px 0 0;
font-size: 13px;
line-height: 1.3;
}
.radiuzz-posts .entry.list .meta a,
.radiuzz-posts .entry.list .meta a:hover {
color: #585858;
}
.radiuzz-posts .entry.list .meta span {
display: inline-block;
}
.radiuzz-posts .entry.list .meta .cats {
margin-right: 5px;
}
.radiuzz-posts .entry.list .excerpt {
margin: 5px 0 0;
font-size: 13px;
line-height: 1.84;
}
.radiuzz-posts .entry.list .excerpt p:last-child {
margin-bottom: 0px;
}
.radiuzz-posts.list .radiuzz-post {
margin-bottom: 20px;
}
.radiuzz-posts.list .radiuzz-post .radiuzz-post-inner {
margin-bottom: 0;
}
.radiuzz-posts.list .radiuzz-post:last-child {
margin-bottom: 0;
}
.radiuzz-posts.list-thumb .normal-post .thumbnail {
width: auto;
float: left;
}
.radiuzz-posts.list-thumb .normal-post .entry-inner {
width: auto;
float: left;
}
.radiuzz-posts .entry.list-thumb h3 {
font-size: 16px;
line-height: 1.3;
font-weight: 400;
color: #292d33;
margin: 0;
}
.radiuzz-posts .entry.list-thumb h3 a,
.radiuzz-posts .entry.list-thumb h3 a:hover {
color: #292d33;
}
.radiuzz-posts .entry.list-thumb .meta {
margin: 5px 0 0;
font-size: 13px;
line-height: 1.3;
}
.radiuzz-posts .entry.list-thumb .meta a,
.radiuzz-posts .entry.list-thumb .meta a:hover {
color: #585858;
}
.radiuzz-posts .entry.list-thumb .meta span {
display: inline-block;
}
.radiuzz-posts .entry.list-thumb .meta .cats {
margin-right: 5px;
}
.radiuzz-posts .entry.list-thumb .excerpt {
margin: 5px 0 0;
font-size: 13px;
line-height: 1.84;
}
.radiuzz-posts.list-thumb .radiuzz-post {
margin-bottom: 50px;
}
.radiuzz-posts.list-thumb .radiuzz-post .radiuzz-post-inner {
padding-bottom: 50px;
border-bottom: 1px solid #fff;
box-shadow: none;
}
.radiuzz-posts.list-thumb .radiuzz-post:last-child .radiuzz-post-inner {
border-bottom: none;
}
.radiuzz-posts .radiuzz-post {
padding-right: 20px;
padding-left: 20px;
}
.radiuzz-posts.carousel .radiuzz-post {
width: 100%;
}
.radiuzz-posts .radiuzz-post .radiuzz-post-inner {
margin-bottom: 40px;
}
.radiuzz-posts.list-thumb .radiuzz-post.first-post {
margin-bottom: 25px;
}
.radiuzz-posts.list-thumb .radiuzz-post.first-post .entry-inner h3 {
margin-top: 10px;
font-size: 22px;
}
.radiuzz-posts.list-thumb .radiuzz-post.first-post .entry-inner .meta {
font-size: 14px;
}
.radiuzz-posts.list-thumb .radiuzz-post.first-post .entry-inner .excerpt p:last-child {
margin-bottom: 0px;
}
.radiuzz-posts.list-thumb .radiuzz-post:last-child {
margin-bottom: 0;
}
.radiuzz-posts.list-thumb .radiuzz-post .radiuzz-post-inner {
margin-bottom: 0;
}
.radiuzz-posts.list-thumb .radiuzz-post .entry {
padding: 8px 30px 0;
}
.radiuzz-posts .radiuzz-post.default-style .entry {
padding: 20px 15px 23px;
background: #fff;
}
.radiuzz-posts .radiuzz-post.default-style .entry h3 {
font-size: 18px;
margin: 0;
font-style: normal;
font-weight: 500;
line-height: 28.8px;
text-transform: none;
letter-spacing: 1px;
word-spacing: 0;
color: #28262b;
-webkit-transition: color .3s ease-in-out;
-moz-transition: color .3s ease-in-out;
transition: color .3s ease-in-out;
}
.radiuzz-posts .radiuzz-post.default-style .entry h3 a {
color: #292d33;
}
.radiuzz-posts.list-thumb .radiuzz-post .radiuzz-post-inner:hover {
box-shadow: none;
}
.radiuzz-posts .radiuzz-post.default-style .entry .meta a,
.radiuzz-posts .radiuzz-post.default-style .entry .meta a:hover {
color: #585858;
}
.radiuzz-posts .radiuzz-post.default-style .entry .meta span {
display: inline-block;
font-style: italic;
font-weight: 400;
font-size: 13px;
font-family: Droid Serif;
line-height: 20.8px;
text-transform: none;
letter-spacing: 0px;
word-spacing: 0;
color: #bcbcbc;
padding: 0px;
}
.radiuzz-posts .radiuzz-post.default-style .entry footer span, 
.radiuzz-posts .radiuzz-post.default-style .entry footer span a {
color: #bcbcbc;
font-style: italic;
font-weight: 400;
font-size: 13px;
}
.radiuzz-posts .radiuzz-post.default-style .entry footer span a i {
color: #585858;
padding: 2px;
}
.radiuzz-posts .radiuzz-post.default-style .entry footer span.category {
float: right;
}
.radiuzz-posts .radiuzz-post.default-style .entry .meta .cats {
margin-right: 5px;
}
.radiuzz-posts .radiuzz-post.default-style .entry .excerpt {
margin: 10px 0 0;
font-size: 15px;
line-height: 1.6;
}
.radiuzz-posts .radiuzz-post.default-opaque .entry {
background-color: transparent;
background-color: transparent;
}
.radiuzz-posts .radiuzz-post .radiuzz-post-inner {
transform: translate3d(0,0,0);
-webkit-transform: translate3d(0,0,0);
-webkit-transition: 0.1s;
transition: 0.1s;
}
.radiuzz-posts > .owl-carousel .owl-stage-outer {
overflow: visible;
}
.masonry-posts.radiuzz-posts .radiuzz-post .entry {
padding: 20px 30px 13px;
border: 1px solid #f1f1f1;
border-top: none;
}
.masonry-posts.radiuzz-posts .radiuzz-post .radiuzz-post-inner {
opacity: 0;
-webkit-transform: translateY(100px);
-moz-transform:  translateY(100px);
-ms-transform:   translateY(100px);
transform:     translateY(100px);
}
.masonry-posts.radiuzz-posts .radiuzz-post.visible .radiuzz-post-inner {
opacity: 1;
-webkit-transform: translateY(0);
-moz-transform:  translateY(0);
-ms-transform:   translateY(0);
transform:     translateY(0);
}
.latest-post.style2 footer,
.masonry-posts.radiuzz-posts .radiuzz-post footer {
margin-top: 15px;
padding-top: 14px;
border-top: 1px solid #ebebeb;
font-size: 13px;
}
.latest-post.style2 footer .posts-liked a i,
.masonry-posts.radiuzz-posts .radiuzz-post footer .posts-liked a i {
margin-right: 5px;
padding: 1px;
}
.latest-post.style2 footer span,
.masonry-posts.radiuzz-posts .radiuzz-post footer span {
display: inline-block;
margin-right: 18px;
}
.latest-post.style2 footer span:before,
.masonry-posts.radiuzz-posts .radiuzz-post footer span:before {
margin-right: 5px;
font: normal normal 13px/1 FontAwesome;
}
.latest-post.style2 footer .author:before,
.masonry-posts.radiuzz-posts .radiuzz-post footer .author:before {
content: '\f007';
}
.latest-post.style2 footer .comments:before,
.masonry-posts.radiuzz-posts .radiuzz-post footer .comments:before {
content: '\f0e5';
font-size: 14px;
}
.latest-post.style2 footer .category:before,
.masonry-posts.radiuzz-posts .radiuzz-post footer .category:before {
content: '\f097';
}
.latest-post.style2 footer a,
.masonry-posts.radiuzz-posts .radiuzz-post footer a {
color: #b1b1b1;
font-style: italic;
font-weight: 400;
font-size: 13px;
}
.latest-post.style2 footer a:hover,
.masonry-posts.radiuzz-posts .radiuzz-post footer a:hover {
color: #585858;
} .radiuzz-posts .radiuzz-post .entry {
padding: 20px 30px 13px;
overflow: hidden;
}
.radiuzz-posts .radiuzz-post .entry h3 {
font-size: 18px;
line-height: 1.3;
font-weight: 400;
color: #292d33;
margin: 0;
}
.radiuzz-posts .radiuzz-post .entry h3 {
font-size: 19px;
font-style: normal;
font-weight: 600;
line-height: 28.8px;
text-transform: none;
letter-spacing: 0px;
word-spacing: 0;
color: #28262b;
-webkit-transition: color .3s ease-in-out;
-moz-transition: color .3s ease-in-out;
transition: color .3s ease-in-out;
}
.radiuzz-posts .radiuzz-post .entry h3 a,
.radiuzz-posts .radiuzz-post .entry h3 a:hover {
color: #292d33;
}
.radiuzz-posts .radiuzz-post .entry h3 a:hover {
color: #585858;
}
.radiuzz-posts .radiuzz-post .entry .meta {
margin: 10px 0 0;
font-size: 13px;
line-height: 1.3;
}
.radiuzz-posts .radiuzz-post .entry .meta {
font-size: 14px;
line-height: 24px;
margin-top: 8px !important;
color: #b1b1b1;
font-style: italic;
font-weight: 400;
}
.radiuzz-posts .radiuzz-post .entry .meta a,
.radiuzz-posts .radiuzz-post .entry .meta a:hover {
color: #585858;
-webkit-transition: color .3s ease-in-out;
-moz-transition: color .3s ease-in-out;
transition: color .3s ease-in-out;
}
.radiuzz-posts .radiuzz-post .entry .meta span {
display: inline-block;
}
.radiuzz-posts .radiuzz-post .entry .meta a,
.radiuzz-posts .radiuzz-post .entry .meta .cats a {
color: #b1b1b1;
}
.radiuzz-posts .radiuzz-post .entry .meta .posts-liked:before {
content: '/';
margin-right: 5px;
margin-left: 2px;
}
.radiuzz-posts .radiuzz-post .entry .meta .cats {
margin-right: 5px;
}
.radiuzz-posts .radiuzz-post .entry .meta .cats > i {
display: none;
}
.radiuzz-posts .radiuzz-post .entry .excerpt {
margin: 10px 0 0;
font-size: 13px;
line-height: 1.84;
}
.radiuzz-posts .radiuzz-post .entry .excerpt {
font-size: 15px;
line-height: 24px;
font-weight: 400;
}
.radiuzz-posts .radiuzz-post .entry .excerpt p {
color: #999999;
}
.radiuzz-posts .radiuzz-post .entry .post-read-more {
display: inline-block;
margin-top: 21px;
font-size: 14px;
font-weight: 500;
letter-spacing: 0.05em;
color: #7d7d7c;
}
.radiuzz-posts .radiuzz-post .entry .post-read-more i {
display:none
}
.radiuzz-posts .radiuzz-post.border-cover .radiuzz-hover-fx {
position: absolute;
bottom: 0;
left: 0;
right: 0;
top: 0;
margin: 0px;
background: rgba(0, 0, 0, 0.52);
background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.radiuzz-posts .radiuzz-post.border-cover .entry {
position: absolute;
bottom: 0;
left: 0;
right: 0;
top: 0;
margin: 0px;
background-color: transparent;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
padding: 15px;
}
.radiuzz-posts .radiuzz-post.border-cover .entry h3 {
font-size: 24px;
line-height: 1.3;
font-weight: bold;
color: #fff;
margin: 0;
}
.radiuzz-posts .radiuzz-post.border-cover .entry h3 a,
.radiuzz-posts .radiuzz-post.border-cover .entry h3 a:hover {
color: #fff;
}
.radiuzz-posts .radiuzz-post.border-cover .entry .meta {
margin: 10px 0 0;
color: #fff;
font-size: 13px;
line-height: 1.3;
font-weight: bold;
}
.radiuzz-posts .radiuzz-post.border-cover .entry .meta a,
.radiuzz-posts .radiuzz-post.border-cover .entry .meta a:hover {
color: #fff;
}
.radiuzz-posts .radiuzz-post.border-cover .entry .meta span {
display: inline-block;
}
.radiuzz-posts .radiuzz-post.border-cover .entry .meta .cats {
margin-right: 5px;
}
.radiuzz-posts .radiuzz-post.border-cover .entry .radiuzz-vc-separator.small {
background-color: #fff;
margin: 10px auto 15px;
height: 2px;
}
.radiuzz-posts .radiuzz-post.border-cover .entry:hover .entry-inner {
border-color: #fff;
}
.radiuzz-posts .radiuzz-post.border-cover .entry-inner {
display: table;
height: 100%;
width: 100%;
padding: 15px;
border: 2px solid transparent;
-webkit-transition: border 300ms ease;
-moz-transition: border 300ms ease;
-o-transition: border 300ms ease;
transition: border 300ms ease;
}
.radiuzz-posts .radiuzz-post.border-cover .entry-inner .centered {
display: table-cell;
vertical-align: middle;
text-align: center;
}
.radiuzz-posts .radiuzz-post.border-cover.large-width .entry h3 {
font-size: 34px;
}
.radiuzz-posts .radiuzz-post.border-cover.large-width .entry .radiuzz-vc-separator.small {
margin: 10px auto 20px;
}
.radiuzz-posts .radiuzz-post.simple-centered .thumbnail {
position: relative;
}
.radiuzz-posts .radiuzz-post.simple-centered .entry-default {
position: absolute;
bottom: 0;
left: 0;
right: 0;
top: 0;
margin: 0px;
display: block;
background-color: rgba(0, 0, 0, 0.5);
z-index: 400;
opacity: 0;
-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;
}
.radiuzz-posts .radiuzz-post.simple-centered .more-cross {
display: block;
width: 66px;
height: 66px;
background: transparent;
position: absolute;
top: 50%;
left: 50%;
margin-top: -33px;
margin-left: -33px;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
-webkit-transform: scale(0);
-moz-transform: scale(0);
-o-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
-webkit-transition: all 0.4s ease-out;
-moz-transition: all 0.4s ease-out;
-o-transition: all 0.4s ease-out;
transition: all 0.4s ease-out;
z-index: 450;
}
.radiuzz-posts .radiuzz-post.simple-centered .more-cross:after {
display: block;
content: " ";
position: absolute;
top: 50%;
left: 50%;
width: 36px;
height: 1px;
background-color: #fff;
margin-left: -18px;
}
.radiuzz-posts .radiuzz-post.simple-centered .more-cross:before {
display: block;
content: " ";
position: absolute;
top: 50%;
left: 50%;
height: 36px;
width: 1px;
background-color: #fff;
margin-top: -18px;
}
.radiuzz-posts .radiuzz-post.simple-centered:hover .entry-default {
opacity: 1;
}
.radiuzz-posts .radiuzz-post.simple-centered:hover .more-cross {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.radiuzz-posts .radiuzz-post.simple-centered .entry {
padding: 0px 5px 0;
text-align: center;
}
.radiuzz-posts .radiuzz-post.simple-centered .entry h3 {
font-size: 18px;
line-height: 1.3;
font-weight: 400;
color: #292d33;
margin: 15px 0 0;
}
.radiuzz-posts .radiuzz-post.simple-centered .entry h3 a,
.radiuzz-posts .radiuzz-post.simple-centered .entry h3 a:hover {
color: #292d33;
font-weight: bold;
}
.radiuzz-posts .radiuzz-post.simple-centered .entry .meta {
margin: 10px 0 0;
color: #7f7f7f;
font-size: 13px;
line-height: 1.3;
font-weight: 400;
}
.radiuzz-posts .radiuzz-post.simple-centered .entry .meta a,
.radiuzz-posts .radiuzz-post.simple-centered .entry .meta a:hover {
color: #7f7f7f;
}
.radiuzz-posts .radiuzz-post.simple-centered .entry .meta span {
display: inline-block;
}
.radiuzz-posts .radiuzz-post.simple-centered .entry .meta .cats:after {
content: "/";
padding: 0 5px;
}
.radiuzz-posts .radiuzz-post.simple-centered .entry .excerpt {
margin: 15px;
font-size: 14px;
line-height: 1.84;
color: #7f7f7f;
}
.radiuzz-posts .radiuzz-post.bottom-cover .radiuzz-hover-fx {
position: absolute;
bottom: 0;
left: 0;
right: 0;
top: 0;
margin: 0px;
background: rgba(0, 0, 0, 0.52);
background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.radiuzz-posts .radiuzz-post.bottom-cover .entry {
position: absolute;
bottom: 0;
left: 0;
right: 0;
top: 0;
margin: 0px;
background-color: transparent;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
padding: 15px;
}
.radiuzz-posts .radiuzz-post.bottom-cover .entry h3 {
font-size: 24px;
line-height: 1.3;
text-transform: uppercase;
font-weight: 400;
color: #fff;
margin: 0;
}
.radiuzz-posts .radiuzz-post.bottom-cover .entry h3 a,
.radiuzz-posts .radiuzz-post.bottom-cover .entry h3 a:hover {
color: #fff;
}
.radiuzz-posts .radiuzz-post.bottom-cover .entry .radiuzz-vc-separator.small {
background-color: #fff;
margin: 10px auto 15px;
height: 2px;
}
.radiuzz-posts .radiuzz-post.bottom-cover .entry .meta {
margin: 10px 0 0;
color: #fff;
font-size: 13px;
line-height: 1.3;
font-weight: bold;
text-transform: uppercase;
}
.radiuzz-posts .radiuzz-post.bottom-cover .entry .meta a,
.radiuzz-posts .radiuzz-post.bottom-cover .entry .meta a:hover {
color: #fff;
}
.radiuzz-posts .radiuzz-post.bottom-cover .entry footer, .radiuzz-posts .radiuzz-post.bottom-cover .entry footer a {
color: #bfbfbf;
margin-top: 8px;
}
.radiuzz-posts .radiuzz-post.bottom-cover .entry .meta span {
display: inline-block;
}
.radiuzz-posts .radiuzz-post.bottom-cover .entry .meta .cats {
margin-right: 5px;
}
.radiuzz-posts .radiuzz-post.bottom-cover .entry-inner {
display: table;
height: 100%;
width: 100%;
display: table;
height: 100%;
width: 100%;
}
.radiuzz-posts .radiuzz-post.bottom-cover .entry-inner .centered {
display: table-cell;
vertical-align: bottom;
text-align: center;
}
.radiuzz-posts .radiuzz-post.bottom-cover.large-width .entry h3 {
font-size: 34px;
}
.radiuzz-posts .radiuzz-post.bottom-cover.large-width .entry .radiuzz-vc-separator.small {
margin: 10px auto 20px;
}
.latest-post {
background: white;
padding: 70px 40px 75px 55px;
position: relative;
border-radius: 6px;
}
.latest-post .post-inner:before {
position: absolute;
content: '';
background-color: #ffffff;
width: 30px;
height: 32px;
display: block;
bottom: -87px;
left: 20%;
border-radius: 4px;
-webkit-transform: skewY(35deg);
-ms-transform: skewY(35deg);
transform: skewY(35deg);
border-top: 0;
}
.latest-post:before {
position: absolute;
content: '';
background-color: rgba(0,0,0,.2);
width: 90%;
height: 30%;
display: block;
border-radius: 4px;
-webkit-transform: skewY(-2deg);
-ms-transform: skewY(-2deg);
transform: skewY(-2deg);
right: 1%;
top: -10px;
z-index: 0;
}
.latest-post:after {
position: absolute;
content: '';
background-color: #fff;
top: -6px;
left: 0;
width: 100%;
height: 100%;
display: block;
-webkit-transform: skewY(1.5deg);
-ms-transform: skewY(1.5deg);
transform: skewY(1.5deg);
border-radius: 6px;
transform-origin: right top;
z-index: 2;
}
.latest-post .post-inner {
position: relative;
border-radius: 6px;
z-index: 99999;
background: white;
}
.latest-post a {
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.latest-post a:hover {
color: #585858;
}
.latest-post time {
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
color: #414141;
display: block;
margin-bottom: 15px;
border-bottom: 1px dotted #e8e8e8;
}
.latest-post h3 {
margin-bottom: 18px;
font-size: 25px;
font-style: normal;
font-weight: 600;
line-height: 28.8px;
text-transform: none;
letter-spacing: 0px;
word-spacing: 0;
color: #28262b;
-webkit-transition: color .3s ease-in-out;
-moz-transition: color .3s ease-in-out;
transition: color .3s ease-in-out;
}
.latest-post h3 a {
color: #414141;
}
.latest-post p {
font-size: 15px;
font-weight: 400;
line-height: 27px;
color: #666666;
margin-bottom: 15px;
}
.latest-post .read-more {
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
color: #585858;
}
.latest-post .read-more i {
display:none;
}
.latest-post.style2 {
background: transparent;
margin-bottom: 30px;
padding: 0;
font-size: 15px;
line-height: 24px;
color: #999999;
-webkit-transition: all 0.5s ease;
-moz-transition:    all 0.5s ease;
transition:     all 0.5s ease;
}
.latest-post.style2:before,
.latest-post.style2:after {
content: none;
}
.latest-post.style2 header {
position: relative;
}
.latest-post.style2 .contents {
padding: 25px 0px 15px 0px;
}
.latest-post.style2 figure img {
width: 100%;
}
.latest-post.style2 a {
color: #585858;
}
.latest-post.style2 a.read-more {
font-style: normal;
font-weight: 600;
letter-spacing: 0px;
font-size: 12px;
text-transform: uppercase;
color: #8a8f6a;
}
.latest-post.style2 h3 {
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 28.8px;
text-transform: none;
letter-spacing: 0px;
word-spacing: 0;
color: #28262b;
-webkit-transition: color .3s ease-in-out;
-moz-transition: color .3s ease-in-out;
transition: color .3s ease-in-out;
margin: 0 0 2px;
}
.latest-post.style2 h3 a {
color: #1a1a1a;
}
.latest-post.style2 h3 a:hover {
color: #585858;
-webkit-transition: color .3s ease-in-out;
-moz-transition: color .3s ease-in-out;
transition: color .3s ease-in-out;
}
.latest-post.style2 .meta {
margin: 0 0 12px;
padding: 0;
list-style: none;
}
.latest-post.style2 .meta li {
display: inline-block;
font-style: italic;
font-weight: 400;
font-size: 13px;
text-transform: none;
letter-spacing: 0px;
word-spacing: 0;
color: #bcbcbc;
}
.latest-post.style2 .meta li:after {
content: '/';
margin-left: 5px;
}
.latest-post.style2 .meta li:last-child:after {
content: none;
}
.latest-post.style2 p {
font-size: 15px;
font-weight: 400;
color: #999999;
}
.latest-post.style2 .overlay {
display: inline-block;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
opacity: 0;
visibility: hidden;
background-color: rgba(0, 0, 0, 0.5);
-webkit-transition: all 0.4s cubic-bezier(0.45, 0.05, 0.55, 0.95);
-moz-transition:    all 0.4s cubic-bezier(0.45, 0.05, 0.55, 0.95);
transition:     all 0.4s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}
.latest-post.style2 .overlay i {
display: inline-block;
position: absolute;
top: 50%;
left: 50%;
background-color: rgba(255, 255, 255, 0);
color: #ffffff;
font-size: 20px;
font-weight: 100;
text-align: center;
}
.latest-post.style2:hover {
}
.latest-post.style2:hover .overlay {
opacity: 1;
visibility: visible;
-webkit-transform: scale(1);
-moz-transform:  scale(1);
-ms-transform:   scale(1);
transform:     scale(1);
}
.latest-post-single {
text-align: center;
}
.latest-post-single header {
margin-bottom: 40px;
}
.latest-post-single .mejs-layer,
.latest-post-single video,
.latest-post-single .mejs-container {
width: 100% !important;
}
.latest-post-single .mejs-container .mejs-overlay-button {
width: 110px;
height: 110px;
margin: -55px 0 0 -55px;
border: 2px solid #ffffff;
border-radius: 50em;
background-image: none;
}
.latest-post-single .mejs-container .mejs-overlay-button:before {
content: '';
display: inline-block;
width: 0;
height: 0;
position: absolute;
top: 50%;
left: 50%;
margin: -25px 0 0 -13px;
border-top: 25px solid transparent;
border-right: 38px solid transparent;
border-bottom: 25px solid transparent;
border-left: 38px solid #ffffff;
}
.latest-post-single .mejs-container .mejs-overlay-button:after {
content: '';
display: inline-block;
width: 120px;
height: 120px;
position: absolute;
top: 50%;
left: 50%;
margin: -60px 0 0 -60px;
border: 4px solid #ffffff;
border-radius: 50em;
opacity: 0;
-webkit-transform: scale(0.9);
-moz-transform:  scale(0.9);
-ms-transform:   scale(0.9);
transform:     scale(0.9);
-webkit-transition: -webkit-transform 0.3s 0.3s ease, border 0.3s ease, opacity, 0.2s ease;
-moz-transition:    -moz-transform 0.3s 0.3s ease, border 0.3s ease, opacity, 0.2s ease;
transition:     transform 0.3s 0.3s ease, border 0.3s ease, opacity, 0.2s ease;
}
.latest-post-single .mejs-container:hover .mejs-overlay-button:after {
opacity: 1;
-webkit-transform: scale(1);
-moz-transform:  scale(1);
-ms-transform:   scale(1);
transform:     scale(1);
}
.latest-post-single .mejs-container .mejs-controls {
display: none !important;
}
.latest-post-single h3,
.latest-post-single p {
font-size: 16px;
}
.latest-post-single a {
color: #1a1a1a;
}
.latest-post-single a:hover {
color: #585858
}
.latest-post-single h3 {
font-weight: 700;
margin: 0;
line-height: 1em;
}
.latest-post-single p {
color: #999999;
font-weight: 400;
}
@media (max-width: 1199px) {
.radiuzz-posts .radiuzz-post.bottom-cover .entry h3 {
font-size: 18px;
}
.radiuzz-posts .radiuzz-post.bottom-cover .entry .meta {
font-size: 10px;
}
}
@media (max-width: 991px) {
.radiuzz-posts.list-thumb .normal-post .thumbnail {
width: 100%;
}
}
@media (min-width: 480px) {
.radiuzz-posts .radiuzz-post.double-height .thumbnail img {
max-width: initial;
width: auto;
height: 100%;
}
}
@media (max-width: 480px) {
.radiuzz-posts .radiuzz-post.bottom-cover.large-width .entry h3,
.radiuzz-posts .radiuzz-post.border-cover.large-width .entry h3 {
font-size: 24px;
}
.radiuzz-posts .radiuzz-post.bottom-cover.large-width .entry .radiuzz-vc-separator.small,
.radiuzz-posts .radiuzz-post.border-cover.large-width .entry .radiuzz-vc-separator.small {
margin: 10px auto 15px;
}
}
@media (max-width: 320px) {
.radiuzz-posts .radiuzz-post.bottom-cover .entry h3,
.radiuzz-posts .radiuzz-post.border-cover .entry h3 {
font-size: 17px;
}
.radiuzz-posts .radiuzz-post.bottom-cover .entry .radiuzz-vc-separator.small,
.radiuzz-posts .radiuzz-post.border-cover .entry .radiuzz-vc-separator.small {
margin: 7px auto 10px;
}
.radiuzz-posts .radiuzz-post.bottom-cover .entry .meta,
.radiuzz-posts .radiuzz-post.border-cover .entry .meta {
font-size: 10px;
}
.radiuzz-posts .radiuzz-post.bottom-cover.large-width .entry h3,
.radiuzz-posts .radiuzz-post.border-cover.large-width .entry h3 {
font-size: 17px;
}
.radiuzz-posts .radiuzz-post.bottom-cover.large-width .entry .radiuzz-vc-separator.small,
.radiuzz-posts .radiuzz-post.border-cover.large-width .entry .radiuzz-vc-separator.small {
margin: 7px auto 10px;
}
.radiuzz-posts .radiuzz-post.bottom-cover.large-width .entry .meta,
.radiuzz-posts .radiuzz-post.border-cover.large-width .entry .meta {
font-size: 10px;
}
.radiuzz-posts .entry.list-thumb .meta,
.radiuzz-posts .entry.list .meta {
font-size: 11px;
}
} .working-history {
color: #6d747f;
font-size: 17px;
font-weight: 400;
line-height: 26px;
}
.working-history:before,
.working-history:after {
content: '';
display: table;
}
.working-history:after {
clear: both;
}
.working-history a {
color: #3d3d3d;
font-weight:bold;
}
.working-history a i {
position: relative;
top: 1px;
margin-left: 4px;
font-size: 14px;
}
.working-history > header,
.working-history .data {
padding: 0;
}
.working-history header h6 {
margin-bottom: 6px;
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
}
.working-history header h3 {
margin-bottom: 24px;
font-size: 48px;
font-weight: 600;
}
.working-history header p {
margin-bottom: 27px;
}
.working-history header a.read-more {
font-size: 14px;
font-weight: 900;
text-transform: uppercase;
letter-spacing: 0.05em;
}
.working-history header a.read-more i {
top: 0;
}
.working-history .data {
position: relative;
}
.working-history .data:before {
content: '';
display: inline-block;
width: 3px;
position: absolute;
top: 7px;
bottom: 20px;
left: 0;
background-color: #303940;
}
.working-history .data article {
float: none;
display: block;
width: 100%;
padding-left: 40px;
margin-bottom: 85px;
font-size: 15px;
position: relative;
}
.working-history .data article:before {
content: '';
display: inline-block;
width: 15px;
height: 15px;
position: absolute;
top: 7px;
left: -6px;
border: 2px solid #585858;
background: #1d2226;
border-radius: 50em;
}
.working-history .data article:last-child {
margin-bottom: 0;
}
.working-history .data article .period {
font-size: 14px;
font-weight: 700;
}
.working-history .data article .period time {
position: relative;
text-transform: uppercase;
}
.working-history .data article .period time:after {
content: '-';
margin-left: 4px;
}
.working-history .data article .period time:last-child:after {
content: none;
}
.working-history .data article header h3 {
font-size: 28px;
font-weight: 300;
margin-bottom: 6px;
}
.working-history .data article header h3 a:hover {
color: #585858;
}
.working-history .data article header ul {
list-style: none;
margin: 0 0 13px;
padding: 0;
}
.working-history .data article header ul li {
display: inline-block;
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
color: #585858;
}
.working-history .data article header ul li:after {
content: ',';
}
.working-history .data article header ul li:last-child:after {
content: none;
}
.working-history.light a {
color: #585858;
}
.working-history.light a:hover {
color: #1a1a1a;
}
.working-history.light .data article .period {
color: #1a1a1a;
}
.working-history.light .data:before {
background-color: #999999;
}
.working-history.light .data article:before {
background-color: #ffffff;
}
.working-history.light .data article header h3 a {
color: #1a1a1a;
}
.working-history.light .data article header h3 a:hover {
color: #585858;
}
.working-history.light {
color: #999999;
}
.working-history.light header h3,
.working-history.light header h6 {
color: #1a1a1a;
} .wpb_column.bg-zoom-onhover {
background-size: 100% !important;
-webkit-transition: all 0.5s ease;
-moz-transition:    all 0.5s ease;
transition:     all 0.5s ease;
}
.wpb_column.bg-zoom-onhover:hover {
background-size: 110% !important;
} .section-title {
font-size: 17px;
font-weight: 400;
line-height: 26px;
color: #b2b2b2;
}
.section-title h6 {
margin-bottom: 6px;
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
color: #1a1a1a;
}
.section-title h6.color-blue {
color: #585858;
}
.section-title h3 {
margin-bottom: 21px;
font-size: 48px;
font-weight: 300;
}
.section-title > a {
font-size: 14px;
font-weight: 900;
line-height: 0.05em;
text-transform: uppercase;
color: #585858;
}
.section-title a i {
margin-left: 3px;
} .client {
position: relative;
text-align: center;
margin: 5px 0 70px;
}
.client img {
-webkit-transition: all 0.3s ease;
-moz-transition:    all 0.3s ease;
transition:     all 0.3s ease;
}
.client .tooltip {
display: inline-block;
position: absolute;
bottom: calc(100% + 10px);
left: 50%;
padding: 7px 20px;
line-height: 1;
font-size: 14px;
font-weight: 700;
background-color: #1a1a1a;
color: #ffffff;
border-radius: 3px;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.4s ease;
-moz-transition:    all 0.4s ease;
transition:     all 0.4s ease;
-webkit-transform: translateX(-50%) translateY(35px) scale(2);
-moz-transform:  translateX(-50%) translateY(35px) scale(2);
-ms-transform:   translateX(-50%) translateY(35px) scale(2);
transform:     translateX(-50%) translateY(35px) scale(2);
-webkit-filter: blur(8px);
-moz-filter: blur(8px);
-ms-filter: blur(8px);
filter: blur(8px);
}
.client .tooltip:before {
content: '';
display: inline-block;
width: 0;
height: 0;
position: absolute;
bottom: -10px;
left: 50%;
margin-left: -2.5px;
border-top: 5px solid #1a1a1a;
border-right: 5px solid transparent;
border-bottom: 5px solid transparent;
border-left: 5px solid transparent;
}
.client:hover .tooltip {
opacity: 1;
visibility: visible;
-webkit-transform: translateX(-50%) translateY(0) scale(1);
-moz-transform:  translateX(-50%) translateY(0) scale(1);
-ms-transform:   translateX(-50%) translateY(0) scale(1);
transform:     translateX(-50%) translateY(0) scale(1);
-webkit-filter: blur(0);
-moz-filter: blur(0);
-ms-filter: blur(0);
filter: blur(0);
}
.client:hover img {
-webkit-transform: scale(1.1) translateZ(0);
-moz-transform:  scale(1.1) translateZ(0);
-ms-transform:   scale(1.1) translateZ(0);
transform:     scale(1.1) translateZ(0);
} .testimonial-card {
padding: 55px 63px 45px;
margin-bottom: 30px;
background-color: #ffffff;
text-align: center;
font-size: 16px;
line-height: 26px;
font-weight: 400;
color: #999999;
position: relative;
overflow: hidden;
-webkit-transition: all 0.4s ease;
-moz-transition:    all 0.4s ease;
transition:     all 0.4s ease;
}
.testimonial-card:before {
display: inline-block;
width: 40px;
height: 40px;
position: absolute;
top: 90px;
left: 50%;
z-index: 0;
background-color: #f5f5f5;
border-radius: 50em;
-webkit-transition: -webkit-transform 0s step-start, opacity 0s step-start;
-moz-transition:    -moz-transform 0s step-start, opacity 0s step-start;
transition:     transform 0s step-start, opacity 0s step-start;
-webkit-transform: translateX(-50%);
-moz-transform:  translateX(-50%);
-ms-transform:   translateX(-50%);
transform:     translateX(-50%);
}
.testimonial-card figure,
.testimonial-card p,
.testimonial-card h3,
.testimonial-card h6 {
position: relative;
z-index: 2;
}
.testimonial-card figure {
margin-bottom: 30px;
}
.testimonial-card figure img {
border-radius: 50em;
}
.testimonial-card p {
font-size: 16px;
line-height: 26px;
margin-bottom: 30px;
}
.testimonial-card h3 {
font-size: 18px;
color: #1a1a1a;
font-weight: 400;
margin-bottom: 6px;
}
.testimonial-card h6 {
font-size: 13px;
font-weight: 700;
text-transform: uppercase;
color: #8a8f6a;
}
.testimonial-card:hover {
}
.testimonial-card:hover:before {
opacity: 0;
-webkit-transition: -webkit-transform 1s ease, opacity 0.3s 0.3s ease;
-moz-transition:    -moz-transform 1s ease, opacity 0.3s 0.3s ease;
transition:     transform 1s ease, opacity 0.3s 0.3s ease;
-webkit-transform: translateX(-50%) scale(30);
-moz-transform:  translateX(-50%) scale(30);
-ms-transform:   translateX(-50%) scale(30);
transform:     translateX(-50%) scale(30);
} .steps:before,
.steps:after {
content: '';
display: table;
}
.steps:after {
clear: both;
}
.steps {
overflow: hidden;
}
.steps .step {
height: 510px;
float: left;
width: 33.33333333333333%;
text-align: center;
display: table;
background-color: #ff0336;
color: #ffffff;
position: relative;
-webkit-transition: all 0.4s cubic-bezier(.48,.83,.63,.91);
-moz-transition:    all 0.4s cubic-bezier(.48,.83,.63,.91);
transition:     all 0.4s cubic-bezier(.48,.83,.63,.91);
}
.steps .step:before {
content: '';
display: none;
width: 0;
height: 0;
position: absolute;
top: 0;
right: 0;
margin-right: -114px;
z-index: 2;
border-top: 205px solid transparent;
border-right: 0 solid transparent;
border-bottom: 205px solid transparent;
border-left: 114px solid #2a3238;
-webkit-transition: all 0.4s cubic-bezier(.48,.83,.63,.91);
-moz-transition:    all 0.4s cubic-bezier(.48,.83,.63,.91);
transition:     all 0.4s cubic-bezier(.48,.83,.63,.91);
}
.steps .step:nth-child(2) {
background-color: #ff03b4;
}
.steps .step:nth-child(3) {
background-color: #03c8ff;
}
.steps .step {
padding-left: 120px;
}
.steps .step:first-child {
padding-left: 60px;
padding-right: 60px;
}
.steps .step:nth-child(2):before {
border-left-color: #303940;
}
.steps .step:nth-child(3):before {
border-left-color: #364047;
}
.steps .step figure {
-webkit-transition: all 0.4s cubic-bezier(.48,.83,.63,.91);
-moz-transition:    all 0.4s cubic-bezier(.48,.83,.63,.91);
transition:     all 0.4s cubic-bezier(.48,.83,.63,.91);
}
.steps .step .content {
display: table-cell;
height: 100%;
vertical-align: middle;
padding-right: 35px;
padding-left: 35px;
position: relative;
}
.steps .step .content .details {
position: absolute;
top: auto;
left: 50%;
opacity: 0;
width: 100%;
visibility: hidden;
-webkit-transform: translateX(-50%);
-moz-transform:  translateX(-50%);
-ms-transform:   translateX(-50%);
transform:     translateX(-50%);
-webkit-transition: -webkit-transform 0.5s cubic-bezier(.48,.83,.63,.91), opacity 0.2s ease, visibility 0.2s ease;
-moz-transition:    -moz-transform 0.5s cubic-bezier(.48,.83,.63,.91), opacity 0.2s ease, visibility 0.2s ease;
transition:     transform 0.5s cubic-bezier(.48,.83,.63,.91), opacity 0.2s ease, visibility 0.2s ease;
}
.steps .step .content h4 {
margin-bottom: 47px;
font-size: 22px;
font-weight: 700;
color: #ffffff;
position: relative;
}
.steps .step .content h4:after {
content: '';
display: inline-block;
width: 56px;
height: 2px;
position: absolute;
bottom: -30px;
left: 50%;
margin-left: -28px;
background-color: rgba(255, 255, 255, 0.1);
}
.steps .step .content p {
margin-bottom: 38px;
color: #ffffff;
font-size: 17px;
line-height: 30px;
font-weight: 400;
}
.steps .step .content a {
display: inline-block;
padding: 13px 27px;
font-size: 13px;
font-weight: 700;
letter-spacing: 0.2em;
border-radius: 40px;
text-transform: uppercase;
background-color: #292d33;
color: #ffffff;
-webkit-transform: translateY(10px);
-moz-transform:  translateY(10px);
-ms-transform:   translateY(10px);
transform:     translateY(10px);
-webkit-transition: -webkit-transform 0.5s 0.2s cubic-bezier(.56,.89,.85,.99), background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
-moz-transition:    -moz-transform 0.5s 0.2s cubic-bezier(.56,.89,.85,.99), background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
transition:     transform 0.5s 0.2s cubic-bezier(.56,.89,.85,.99), background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}
.steps .step .content a:hover {
background-color: #73dce5;
box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.15);
}
.steps .step .content figure img,
.steps .step .content figure i {
margin-bottom: 27px;
}
.steps .step:hover .content a {
-webkit-transform: translateY(0);
-moz-transform:  translateY(0);
-ms-transform:   translateY(0);
transform:     translateY(0);
}
.steps .step:hover .content .details {
-webkit-transition: -webkit-transform 0.5s 0.1s cubic-bezier(.48,.83,.63,.91), opacity 0.3s 0.25s ease, visibility 0.3s 0.25s ease;
-moz-transition:    -moz-transform 0.5s 0.1s cubic-bezier(.48,.83,.63,.91), opacity 0.3s 0.25s ease, visibility 0.3s 0.25s ease;
transition:     transform 0.5s 0.1s cubic-bezier(.48,.83,.63,.91), opacity 0.3s 0.25s ease, visibility 0.3s 0.25s ease;
}
.steps .step:nth-child(2):hover {
background-color: #ff03b4;
}
.steps .step:nth-child(3):hover {
background-color: #03c8ff;
}
.steps .step:hover:before {
border-left-color: #585858;
} .feature {
padding: 55px 20px;
margin-bottom: 30px;
text-align: center;
position: relative;
overflow: hidden;
}
.feature:before,
.feature:after,
.feature .content:before,
.feature .content:after {
content: '';
display: inline-block;
position: absolute;
background-color: #f00336;
}
.feature:before,
.feature:after {
-webkit-transition: all 0.15s ease-out;
-moz-transition:    all 0.15s ease-out;
transition:     all 0.15s ease-out;
}
.feature:before {
width: 3px;
height: 100%;
top: 0;
left: 0;
}
.feature:after {
width: 100%;
height: 3px;
top: 0;
left: 0;
}
.feature .content:before,
.feature .content:after {
-webkit-transition: all 0.15s 0.15s ease-in;
-moz-transition:    all 0.15s 0.15s ease-in;
transition:     all 0.15s 0.15s ease-in;
}
.feature .content:before {
width: 100%;
height: 3px;
bottom: 0;
right: 0;
}
.feature .content:after {
width: 3px;
height: 100%;
bottom: 0;
right: 0;
}
.feature:before,
.feature .content:after {
-webkit-transform-origin: center bottom;
-moz-transform-origin: center bottom;
-ms-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-transform: scaleY(0);
-moz-transform:  scaleY(0);
-ms-transform:   scaleY(0);
transform:     scaleY(0);
}
.feature:after,
.feature .content:before {
-webkit-transform-origin: right center;
-moz-transform-origin: right center;
-ms-transform-origin: right center;
transform-origin: right center;
-webkit-transform: scaleX(0);
-moz-transform:  scaleX(0);
-ms-transform:   scaleX(0);
transform:     scaleX(0);
}
.feature .icon-container,
.feature figure {
margin-bottom: 30px;
}
.feature .icon-container {
opacity: 0;
}
.feature h4 {
font-size: 22px;
color: #000000;
letter-spacing: 1px;
}
.feature p {
font-size: 15px;
line-height: 24px;
color: #999999;
}
.feature .more {
display: inline-block;
width: 105px;
height: 105px;
position: absolute;
bottom: -50px;
right: -50px;
font-size: 20px;
font-weight: 300;
color: #ffffff;
-webkit-transition: -webkit-transform 0.3s 0.3s cubic-bezier(0.12, 0.55, 0.03, 1), background 0.3s ease, color 0.3s ease;
-moz-transition:    -moz-transform 0.3s 0.3s cubic-bezier(0.12, 0.55, 0.03, 1), background 0.3s ease, color 0.3s ease;
transition:     transform 0.3s 0.3s cubic-bezier(0.12, 0.55, 0.03, 1), background 0.3s ease, color 0.3s ease;
-webkit-transform: translateX(40px) translateY(40px);
-moz-transform:  translateX(40px) translateY(40px);
-ms-transform:   translateX(40px) translateY(40px);
transform:     translateX(40px) translateY(40px);
}
.feature .more:before {
content: '';
display: inline-block;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 1;
-webkit-transform: rotateZ(45deg);
-moz-transform:  rotateZ(45deg);
-ms-transform:   rotateZ(45deg);
transform:     rotateZ(45deg);
}
.feature .more i {
position: relative;
top: 10px;
right: 25px;
z-index: 2;
color: #f00336;
}
.feature:hover .more {
-webkit-transition: all 0.3s ease;
-moz-transition:    all 0.3s ease;
transition:     all 0.3s ease;
-webkit-transform: translateX(0) translateY(0);
-moz-transform:  translateX(0) translateY(0);
-ms-transform:   translateX(0) translateY(0);
transform:     translateX(0) translateY(0);
}
.feature:hover:before,
.feature:hover:after {
-webkit-transition: all 0.3s 0.3s ease-out;
-moz-transition:    all 0.3s 0.3s ease-out;
transition:     all 0.3s 0.3s ease-out;
}
.feature:hover .content:before,
.feature:hover .content:after {
-webkit-transition: all 0.3s 0.05s ease-in;
-moz-transition:    all 0.3s 0.05s ease-in;
transition:     all 0.3s 0.05s ease-in;
}
.feature:hover:before,
.feature:hover .content:after {
-webkit-transform-origin: center bottom;
-moz-transform-origin: center bottom;
-ms-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-transform: scaleY(0);
-moz-transform:  scaleY(0);
-ms-transform:   scaleY(0);
transform:     scaleY(0);
}
.feature:hover:after,
.feature:hover .content:before {
-webkit-transform: scaleX(1);
-moz-transform:  scaleX(1);
-ms-transform:   scaleX(1);
transform:     scaleX(1);
}
.feature:hover:before,
.feature:hover .content:after {
-webkit-transform: scaleY(1);
-moz-transform:  scaleY(1);
-ms-transform:   scaleY(1);
transform:     scaleY(1);
} .video-fullwidth {
width: 100%;
position: relative;
}
.video-fullwidth .mejs-container,
.video-fullwidth .mejs-layer,
.video-fullwidth video {
width: 100% !important;
background-size: cover;
}
.video-fullwidth header figure {
background-size: cover;
background-position: center;
}
.video-fullwidth header figure img {
opacity: 0;
}
.video-fullwidth .mejs-controls {
display: none !important;
}
.video-fullwidth .mejs-poster.mejs-layer {
position: relative;
}
.video-fullwidth header figure:after,
.video-fullwidth .mejs-poster.mejs-layer:after {
content: '';
display: inline-block;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 0;
background-color: rgba(16, 16, 16, 0.4);
}
.video-fullwidth .mejs-overlay-button {
background-image: none;
display: inline-block;
width: 150px;
height: 150px;
margin: -75px 0 0 -75px;
border: 2px solid #ffffff;
border-radius: 50em;
}
.video-fullwidth .mejs-overlay-button:before {
content: '';
display: inline-block;
width: 0;
height: 0;
position: absolute;
top: 50%;
left: 50%;
margin: -35px 0 0 -25px;
border-top: 35px solid transparent;
border-right: 60px solid transparent;
border-bottom: 35px solid transparent;
border-left: 60px solid #ffffff;
}
.video-fullwidth .mejs-overlay.mejs-layer.mejs-overlay-play {
z-index: 99999;
}
.video-fullwidth .video-play-trigger {
display: inline-block;
width: 150px;
height: 150px;
position: absolute;
top: 50%;
left: 50%;
z-index: 2;
margin-left: -75px;
margin-top: -75px;
font-size: 70px;
color: #ffffff;
line-height: 145px;
border: 2px solid #ffffff;
border-radius: 50em;
text-indent: 7px;
}
.video-fullwidth .video-play-trigger:before {
content: '';
display: inline-block;
width: 165px;
height: 165px;
position: absolute;
top: 50%;
left: 50%;
z-index: 2;
outline: none;
border: 80px solid #ffffff;
border-radius: 50em;
-webkit-transition: -webkit-transform 0.3s ease, border 0.3s 0.2s ease;
-moz-transition:    -moz-transform 0.3s ease, border 0.3s 0.2s ease;
transition:     transform 0.3s ease, border 0.3s 0.2s ease;
-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0);
-moz-transform:  translateX(-50%) translateY(-50%) translateZ(0) scale(0);
-ms-transform:   translateX(-50%) translateY(-50%) translateZ(0) scale(0);
transform:     translateX(-50%) translateY(-50%) translateZ(0) scale(0);
}
.video-fullwidth .video-play-trigger:hover,
.video-fullwidth .video-play-trigger:active {
outline: none;
}
.video-fullwidth .video-play-trigger:hover:before {
border-width: 5px;
-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
-moz-transform:  translateX(-50%) translateY(-50%) translateZ(0) scale(1);
-ms-transform:   translateX(-50%) translateY(-50%) translateZ(0) scale(1);
transform:     translateX(-50%) translateY(-50%) translateZ(0) scale(1);
}
.mfp-image-holder .mfp-close:hover,
.mfp-iframe-holder .mfp-close:hover {
background-color: transparent !important;
}
.video-fullwidth .content-middle {
position: absolute;
top: 50%;
left: 50%;
z-index: 1;
color: #ffffff;
text-align: center;
-webkit-transform: translateX(-50%) translateY(-50%);
-moz-transform:  translateX(-50%) translateY(-50%);
-ms-transform:   translateX(-50%) translateY(-50%);
transform:     translateX(-50%) translateY(-50%);
}
.video-fullwidth .content-middle h3 {
display: inline-block;
margin: 0 110px;
font-size: 50px;
font-weight: 300;
color: #ffffff;
}
.video-fullwidth .content-middle h3:first-child {
text-align: right;
float: left;
}
.video-fullwidth .content-middle h3:last-child {
text-align: left;
float: right;
}
.video-fullwidth .content-bottom {
position: absolute;
bottom: 20px;
left: 0;
text-align: center;
width: 100%;
}
.video-fullwidth .content-bottom h3,
.video-fullwidth .content-bottom a,
.video-fullwidth .content-bottom p {
color: #ffffff;
}
.video-fullwidth .content-bottom h3 {
font-size: 16px;
font-weight: 700;
margin-bottom: 0;
}
.video-fullwidth .content-bottom p {
font-size: 16px;
font-weight: 300;
} .tweets-wrapper {
background-size: cover;
padding: 110px 0 25px;
position: relative;
}
.tweets-slider {
font-size: 28px;
font-weight: 400;
line-height: 42px;
text-align: center;
color: #ffffff;
position: relative;
}
.tweets-slider:before {
display: inline-block;
content: '\f099';
font: normal normal normal 14px/1 FontAwesome;
font-size: 50px;
margin-bottom: 38px;
}
.tweets-slider p,
.tweets-slider a {
color: #ffffff;
}
.tweets-slider p {
margin-bottom: 18px;
}
.tweets-slider a:hover {
color: #ffffff;
}
.tweets-slider ul {
list-style: none;
}
.tweets-slider .meta li {
font-size: 15px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.05em;
margin-right: 10px;
display: inline-block;
}
.tweets-slider .owl-controls {
margin-top: 13px;
}
.tweets-slider .owl-dots {
text-align: center;
}
.tweets-slider .owl-dot {
display: inline-block;
width: 15px;
height: 15px;
margin: 4px;
background-color: rgba(255, 255, 255, 0.35);
border-radius: 50em;
-webkit-transition: all 0.3s ease;
-moz-transition:    all 0.3s ease;
transition:     all 0.3s ease;
}
.tweets-slider .owl-dot.active {
background-color: #ffffff;
} .pricing-table {
padding: 40px 0px;
position: relative;
margin-bottom: 30px;
border: 10px solid #ffffff;
text-align: center;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
background: #f4f4f4;
outline: #e6e6e6 solid 1px;
}
.pricing-table .top-section {
border-bottom: 1px solid white;
}
.pricing-table.border-right-off {
border-right: none;
}
.pricing-table.border-left-off {
border-left: none;
}
.pricing-table.border-top-off {
border-top: none;
}
.pricing-table.border-bottom-off {
border-bottom: none;
}
.pricing-table p {
margin-bottom: 5px;
font-size: 15px;
line-height: 25px;
font-weight: 400;
color: #b3b3b3;
font-style: italic;
}
.pricing-table .top-section .plan-title {
font-size: 14px;
font-weight: 700;
margin-bottom: 5px;
text-transform: uppercase;
color: #414141;
}
.pricing-table.featured .top-section .plan-title {
color: #fff;
}
.pricing-table .top-section .plan-infos {
margin-bottom: 8px;
font-size: 65px;
line-height: inherit;
padding-left: 10px;
color: #28262b;
font-style: normal;
font-weight: 400;
}
.pricing-table .top-section .plan-infos .price {
position: relative;
}
.pricing-table .top-section .plan-infos .price sup {
display: inline-block;
top: -1.3em;
font-size: 26px;
}
.pricing-table .top-section .plan-infos .price sup:before {
content: ',';
}
.pricing-table .top-section .plan-subtitle {
margin-bottom: 15px;
font-size: 20px;
font-weight: 600;
color: #28262b;
}
.pricing-table.featured .top-section .plan-subtitle, .pricing-table.featured .top-section p {
color: #fff;
}
.pricing-table .content-section {
padding: 50px 0px 40px 0px;
}
.pricing-table ul {
margin-bottom: 13px;
padding-left: 0;
line-height: 50px;
list-style: none;
color: #666666;
}
.pricing-table ul li {
border-bottom: 1px dotted #cfcfcf;
font-size: 15px;
}
.pricing-table ul li:last-child {
border: none;
}
.pricing-table ul strong {
color: #1a1a1a;
}
.pricing-table .signup {
display: inline-block;
font-size: 13px;
font-weight: 700;
letter-spacing: 0.1em;
padding: 10px 15px;
text-transform: uppercase;
background-color: #f0f0f0;
color: #333333;
border: 1px solid #cfcfcf;
}
.pricing-table .signup:hover {
background-color: #1a1a1a;
color: #f0f0f0;
}
.pricing-table.featured {
padding: 0px;
padding-bottom: 60px;
margin-top: -35px;
}
.pricing-table.featured .top-section {
background: #8a8f6a;
padding: 30px 10px;
}
.pricing-table.featured .top-section .plan-infos .price {
color: #ffffff;
}
.pricing-table.featured .signup {
background-color: #333333;
color: #ffffff;
}
.pricing-table.featured .signup:hover {
background-color: #666666;
} .radiuzz-projects-grid {
-webkit-transition: height 0.5s ease;
-moz-transition: height 0.5s ease;
-o-transition: height 0.5s ease;
transition: height 0.5s ease;
}
.radiuzz-projects-main-wrapper {
overflow: hidden;
}
.radiuzz-projects-main-wrapper.outer-square-wrapper {
overflow: visible;
}
.has-custom-height {
background-position: center center;
background-size: cover;
}
.radiuzz-projects .radiuzz-project {
overflow: hidden;
-webkit-transition: opacity 500ms ease;
-moz-transition: opacity 500ms ease;
-o-transition: opacity 500ms ease;
transition: opacity 500ms ease;
}
.radiuzz-projects .radiuzz-project {
-webkit-animation-duration: 0.6s;
animation-duration: 0.6s;
-webkit-animation-timing-function: cubic-bezier(.28,.97,.29,.97);
animation-timing-function: cubic-bezier(.28,.97,.29,.97);
}
.radiuzz-projects .radiuzz-project-inner {
position: relative;
overflow: hidden;
margin-bottom: 30px;
}
.radiuzz-projects .icon-wrapper {
padding: 10px 0;
text-align: center;
}
.radiuzz-projects .icon-wrapper .icon-inner {
display: inline-block;
font-size: 32px;
color: #292d33;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}
.radiuzz-projects .thumbnail {
display: block;
overflow: hidden;
-webkit-transform: translateZ(0px);
-moz-transform: translateZ(0px);
-o-transform: translateZ(0px);
-ms-transform: translateZ(0px);
transform: translateZ(0px);
position: relative;
}
.radiuzz-projects .thumbnail img {
border: none;
display: block;
max-width: 100%;
width: 100%;
height: auto;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
-webkit-transform: translateZ(0px);
-moz-transform: translateZ(0px);
-o-transform: translateZ(0px);
-ms-transform: translateZ(0px);
transform: translateZ(0px);
}
.radiuzz-projects .thumbnail.no-thumb {
background: #dddddd;
height: 250px;
}
.radiuzz-projects .radiuzz-projects-inner {
position: relative;
}
.radiuzz-projects .entry {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
background: rgba(0, 0, 0, 0.8);
-webkit-transform: scale(0.9);
-moz-transform: scale(0.9);
-ms-transform: scale(0.9);
transform: scale(0.9);
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.radiuzz-projects .entry-inner {
display: inline-block;
position: absolute;
bottom: 0;
left: 0;
width: 100%;
padding: 6% 8%;
}
.radiuzz-projects .entry-inner h3 {
margin-bottom: 0;
font-size: 16px;
line-height: 1.2;
font-weight: 700;
opacity: 0;
-webkit-transform: translateY(-20px);
-moz-transform: translateY(-20px);
-ms-transform: translateY(-20px);
transform: translateY(-20px);
-webkit-transition: all 0.5s 0.2s ease;
-moz-transition: all 0.5s 0.2s ease;
transition: all 0.5s 0.2s ease;
}
.radiuzz-projects .entry-inner h3 a {
color: #ffffff;
}
.radiuzz-projects .entry-inner h3 a:hover {
color: #ffffff;
}
.radiuzz-projects .entry-inner .categories {
display: inline-block;
font-size: 13px;
font-weight: 700;
color: #ffffff;
font-style: italic;
opacity: 0;
-webkit-transform: translateY(-10px);
-moz-transform: translateY(-10px);
-ms-transform: translateY(-10px);
transform: translateY(-10px);
-webkit-transition: all 0.5s 0.35s ease;
-moz-transition: all 0.5s 0.35s ease;
transition: all 0.5s 0.35s ease;
}
.radiuzz-projects .entry-inner .excerpt {
display: none;
margin-top: 7px;
font-size: 13px;
}
.radiuzz-projects .entry-inner .excerpt p:last-child {
margin-bottom: 0px;
}
.radiuzz-projects .read-more {
margin-top: 15px;
}
.radiuzz-projects .read-more a {
display: inline-block;
margin-bottom: 0;
text-align: center;
vertical-align: middle;
cursor: pointer;
-webkit-transition: border-color ease 500ms, background ease 500ms;
-moz-transition: border-color ease 500ms, background ease 500ms;
-o-transition: border-color ease 500ms, background ease 500ms;
transition: border-color ease 500ms, background ease 500ms;
font-size: 13px;
padding: 6px 15px;
line-height: 1.428571429;
font-weight: 700;
text-transform: uppercase;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
color: #fff;
border: 2px solid #8cdee5;
background-color: transparent;
}
.radiuzz-projects .read-more a:hover {
background-color: transparent;
color: #fff;
border-color: #fff;
}
.radiuzz-project:hover .entry {
opacity: 1;
visibility: visible;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.radiuzz-project:hover .entry-inner h3,
.radiuzz-project:hover .entry-inner .categories {
opacity: 1;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.radiuzz-projects .only-icon-btn .read-more {
margin-top: 0;
}
.radiuzz-projects .gutter-sizer {
width: 30px;
}
.radiuzz-projects .grid-sizer {
width: 33.33333333333333%;
}
.radiuzz-projects.no-margin {
margin-left: 0;
margin-right: 0;
}
.radiuzz-projects.no-margin .radiuzz-project {
padding-left: 0;
padding-right: 0;
}
.radiuzz-projects.no-margin .radiuzz-project-inner {
margin-bottom: 0;
}
.radiuzz-projects.small-margin {
margin-left: 0;
margin-right: -3px;
overflow: hidden;
}
.radiuzz-projects.small-margin .radiuzz-project {
padding-left: 0;
padding-right: 0;
border-right: 3px solid transparent;
border-bottom: 3px solid transparent;
}
.radiuzz-projects.small-margin .radiuzz-project-inner {
margin-bottom: 0;
}
.radiuzz-projects .radiuzz-project.full-size img {
width: 100%;
}
.radiuzz-projects .radiuzz-project.zoom-hover img {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.radiuzz-projects .radiuzz-project.zoom-hover:hover img,
.radiuzz-projects .radiuzz-project.zoom-hover.hover img {
border: none;
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.radiuzz-projects .radiuzz-project.gray-enabled img {
filter: grayscale(1);
-webkit-filter: grayscale(1);
-moz-filter: grayscale(1);
-o-filter: grayscale(1);
-ms-filter: grayscale(1);
}
.radiuzz-projects .radiuzz-project.gray-enabled:hover img,
.radiuzz-projects .radiuzz-project.gray-enabled.hover img {
filter: grayscale(0);
-webkit-filter: grayscale(0);
-moz-filter: grayscale(0);
-o-filter: grayscale(0);
-ms-filter: grayscale(0);
}
.radiuzz-projects.default-margin .thumbnail {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
overflow: hidden;
}
.radiuzz-projects.default-margin .thumbnail img {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.radiuzz-projects.default-margin .entry-default {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.radiuzz-projects.default-margin .radiuzz-project.hide-entry .entry {
-webkit-border-radius: 0px 0px 5px 5px;
-moz-border-radius: 0px 0px 5px 5px;
border-radius: 0px 0px 5px 5px;
}
.radiuzz-projects.default-margin .radiuzz-project.lateral-cover .entry {
-webkit-border-radius: 5px 0px 0px 5px;
-moz-border-radius: 5px 0px 0px 5px;
border-radius: 5px 0px 0px 5px;
}
.radiuzz-projects.default-margin .radiuzz-project.smooth-cover .entry {
-webkit-border-radius: 0px 0px 5px 5px;
-moz-border-radius: 0px 0px 5px 5px;
border-radius: 0px 0px 5px 5px;
}
.radiuzz-projects.default-margin .radiuzz-project.cover-entry .entry,
.radiuzz-projects.default-margin .radiuzz-project.cover-entry-alt .entry,
.radiuzz-projects.default-margin .radiuzz-project.soft-cover .entry,
.radiuzz-projects.default-margin .radiuzz-project.outer-square .entry,
.radiuzz-projects.default-margin .radiuzz-project.border-cover .entry,
.radiuzz-projects.default-margin .radiuzz-project.border-cover .radiuzz-hover-fx {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.radiuzz-projects .radiuzz-project .entry-default {
position: absolute;
bottom: 0;
left: 0;
right: 0;
top: 0;
margin: 0px;
display: none;
background: #585858;
background: rgba(28, 186, 200, 0.8);
z-index: 400;
opacity: 0;
-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;
}
.radiuzz-projects .radiuzz-project .more-cross {
display: none;
width: 66px;
height: 66px;
background: transparent;
position: absolute;
top: 50%;
left: 50%;
margin-top: -33px;
margin-left: -33px;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
-webkit-transform: scale(0);
-moz-transform: scale(0);
-o-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
-webkit-transition: all 0.4s ease-out;
-moz-transition: all 0.4s ease-out;
-o-transition: all 0.4s ease-out;
transition: all 0.4s ease-out;
z-index: 450;
}
.radiuzz-projects .radiuzz-project .more-cross:after {
display: none;
content: " ";
position: absolute;
top: 50%;
left: 50%;
width: 36px;
height: 1px;
background-color: #fff;
margin-left: -18px;
}
.radiuzz-projects .radiuzz-project .more-cross:before {
display: block;
content: " ";
position: absolute;
top: 50%;
left: 50%;
height: 36px;
width: 1px;
background-color: #fff;
margin-top: -18px;
}
.radiuzz-projects .radiuzz-project:hover .entry-default {
opacity: 1;
}
.radiuzz-projects .radiuzz-project:hover .more-cross {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.radiuzz-projects .radiuzz-project.light-caption .entry {
background-color: transparent;
}
.radiuzz-projects .radiuzz-project.light-caption .entry-inner {
text-align: left;
padding: 15px;
}
.radiuzz-projects .radiuzz-project.light-caption .entry-inner .categories {
font-size: 13px;
}
.radiuzz-projects .radiuzz-project.hide-entry .entry {
position: absolute;
bottom: 0;
left: 0;
right: 0;
margin: 0px;
background: rgba(0, 0, 0, 0.7);
}
.radiuzz-projects .radiuzz-project.hide-entry .entry h3 {
font-size: 20px;
font-weight: 600;
}
.radiuzz-projects .radiuzz-project.hide-entry .entry .categories {
font-size: 13px;
margin-top: 6px;
font-weight: 400;
}
.radiuzz-projects .radiuzz-project.hide-entry .entry .radiuzz-vc-separator {
width: 40px;
height: 2px;
background-color: #fff;
margin: 16px 0px;
}
.radiuzz-projects .radiuzz-project.hide-entry .entry h3 a,
.radiuzz-projects .radiuzz-project.hide-entry .entry .icon-inner {
color: #fff;
}
.radiuzz-projects .radiuzz-project.hide-entry .entry .categories,
.radiuzz-projects .radiuzz-project.hide-entry .entry .excerpt {
color: #fff;
}
.radiuzz-projects .radiuzz-project.hide-entry .entry h3 a:hover {
color: #fff;
}
.radiuzz-projects .radiuzz-project.hide-entry .entry-inner {
display: block;
height: 100%;
width: 100%;
padding: 30px 25px;
}
.radiuzz-projects .radiuzz-project.hide-entry .entry-inner .centered {
display: block;
vertical-align: top;
text-align: left;
height: 100%;
position: relative;
}
.radiuzz-projects .radiuzz-project.hide-entry:hover .entry {
opacity: 1;
-webkit-transform: perspective(400px) rotateX(0deg);
-moz-transform: perspective(400px) rotateX(0deg);
-o-transform: perspective(400px) rotateX(0deg);
-ms-transform: perspective(400px) rotateX(0deg);
transform: perspective(400px) rotateX(0deg);
}
.radiuzz-projects .radiuzz-project.cover-entry .entry,
.radiuzz-projects .radiuzz-project.cover-entry-alt .entry {
position: absolute;
bottom: 0;
left: 0;
right: 0;
top: 0;
padding: 30px;
margin: 0px;
background: #1e1e1e;
background: rgba(0,0,0,0.7);
}
.radiuzz-projects .radiuzz-project.cover-entry .entry .entry-inner {
padding: 0 15px;
}
.radiuzz-projects .radiuzz-project.cover-entry .entry h3 a,
.radiuzz-projects .radiuzz-project.cover-entry .entry .icon-inner,
.radiuzz-projects .radiuzz-project.cover-entry-alt .entry h3 a,
.radiuzz-projects .radiuzz-project.cover-entry-alt .entry .icon-inner {
color: #fff;
}
.radiuzz-projects .radiuzz-project.cover-entry .entry .categories,
.radiuzz-projects .radiuzz-project.cover-entry .entry .excerpt,
.radiuzz-projects .radiuzz-project.cover-entry-alt .entry .categories,
.radiuzz-projects .radiuzz-project.cover-entry-alt .entry .excerpt {
color: #fff;
}
.radiuzz-projects .radiuzz-project.cover-entry .entry h3 a:hover,
.radiuzz-projects .radiuzz-project.cover-entry-alt .entry h3 a:hover {
color: #fff;
}
.radiuzz-projects .radiuzz-project.cover-entry .entry .read-more a,
.radiuzz-projects .radiuzz-project.cover-entry-alt .entry .read-more a {
background: transparent;
border-color: #fff;
color: #fff;
padding: 11px 21px;
letter-spacing: 0.3px;
border-radius: 0;
font-size: 12px;
}
.radiuzz-projects .radiuzz-project.cover-entry .entry .read-more a:hover,
.radiuzz-projects .radiuzz-project.cover-entry-alt .entry .read-more a:hover {
color: #4c4c4c !important;
background-color: #f0f0f0 !important;
border-color: #f0f0f0 !important;
}
.radiuzz-projects .radiuzz-project.cover-entry .entry-inner,
.radiuzz-projects .radiuzz-project.cover-entry-alt .entry-inner {
display: table;
height: 100%;
width: 100%;
}
.radiuzz-projects .radiuzz-project.cover-entry .entry-inner .centered {
display: table-cell;
vertical-align: middle;
text-align: center;
}
.radiuzz-projects .radiuzz-project.cover-entry-alt .entry-inner .centered {
display: inline-block;
text-align: left;
}
.radiuzz-projects .radiuzz-project.cover-entry.appear-hover .entry,
.radiuzz-projects .radiuzz-project.cover-entry-alt.appear-hover .entry {
-webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
opacity: 0;
}
.radiuzz-projects .radiuzz-project.cover-entry.appear-hover .entry h3,
.radiuzz-projects .radiuzz-project.cover-entry.appear-hover .entry .categories,
.radiuzz-projects .radiuzz-project.cover-entry.appear-hover .entry .excerpt,
.radiuzz-projects .radiuzz-project.cover-entry.appear-hover .entry .read-more,
.radiuzz-projects .radiuzz-project.cover-entry.appear-hover .entry .icon-wrapper,
.radiuzz-projects .radiuzz-project.cover-entry-alt.appear-hover .entry h3,
.radiuzz-projects .radiuzz-project.cover-entry-alt.appear-hover .entry .categories,
.radiuzz-projects .radiuzz-project.cover-entry-alt.appear-hover .entry .excerpt,
.radiuzz-projects .radiuzz-project.cover-entry-alt.appear-hover .entry .read-more,
.radiuzz-projects .radiuzz-project.cover-entry-alt.appear-hover .entry .icon-wrapper {
-webkit-transition: all 0.8s cubic-bezier(.28,.81,.41,.97);
-moz-transition: all 0.8s cubic-bezier(.28,.81,.41,.97);
-o-transition: all 0.8s cubic-bezier(.28,.81,.41,.97);
transition: all 0.8s cubic-bezier(.28,.81,.41,.97);
-webkit-transition-delay: 0;
-moz-transition-delay: 0;
-o-transition-delay: 0;
transition-delay: 0;
}
.radiuzz-projects .radiuzz-project.cover-entry.appear-hover .entry h3,
.radiuzz-projects .radiuzz-project.cover-entry.appear-hover .entry .categories,
.radiuzz-projects .radiuzz-project.cover-entry.appear-hover .entry .excerpt,
.radiuzz-projects .radiuzz-project.cover-entry.appear-hover .entry .read-more,
.radiuzz-projects .radiuzz-project.cover-entry.appear-hover .entry .icon-wrapper {
opacity: 0;
-webkit-transform: translateY(-15px);
-moz-transform: translateY(-15px);
-o-transform: translateY(-15px);
-ms-transform: translateY(-15px);
transform: translateY(-15px);
}
.radiuzz-projects .radiuzz-project.cover-entry-alt.appear-hover .entry h3,
.radiuzz-projects .radiuzz-project.cover-entry-alt.appear-hover .entry .categories,
.radiuzz-projects .radiuzz-project.cover-entry-alt.appear-hover .entry .excerpt,
.radiuzz-projects .radiuzz-project.cover-entry-alt.appear-hover .entry .read-more,
.radiuzz-projects .radiuzz-project.cover-entry-alt.appear-hover .entry .icon-wrapper {
-webkit-transform: translateX(-100%);
-moz-transform: translateX(-100%);
-o-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%);
}
.radiuzz-projects .radiuzz-project.cover-entry.appear-hover .entry:hover,
.radiuzz-projects .radiuzz-project.cover-entry-alt.appear-hover .entry:hover {
opacity: 1;
}
.radiuzz-projects .radiuzz-project.cover-entry.appear-hover .entry:hover h3,
.radiuzz-projects .radiuzz-project.cover-entry.appear-hover .entry:hover .categories,
.radiuzz-projects .radiuzz-project.cover-entry.appear-hover .entry:hover .excerpt,
.radiuzz-projects .radiuzz-project.cover-entry.appear-hover .entry:hover .read-more,
.radiuzz-projects .radiuzz-project.cover-entry.appear-hover .entry:hover .icon-wrapper {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-o-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
opacity: 1;
}
.radiuzz-projects .radiuzz-project.cover-entry-alt.appear-hover .entry:hover h3,
.radiuzz-projects .radiuzz-project.cover-entry-alt.appear-hover .entry:hover .categories,
.radiuzz-projects .radiuzz-project.cover-entry-alt.appear-hover .entry:hover .excerpt,
.radiuzz-projects .radiuzz-project.cover-entry-alt.appear-hover .entry:hover .read-more,
.radiuzz-projects .radiuzz-project.cover-entry-alt.appear-hover .entry:hover .icon-wrapper {
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-o-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
.radiuzz-projects .radiuzz-project.cover-entry.appear-hover .entry:hover .categories,
.radiuzz-projects .radiuzz-project.cover-entry-alt.appear-hover .entry:hover .categories {
-webkit-transition-delay: 100ms;
-moz-transition-delay: 100ms;
-o-transition-delay: 100ms;
transition-delay: 100ms;
}
.radiuzz-projects .radiuzz-project.cover-entry.appear-hover .entry:hover .read-more,
.radiuzz-projects .radiuzz-project.cover-entry-alt.appear-hover .entry:hover .read-more {
-webkit-transition-delay: 200ms;
-moz-transition-delay: 200ms;
-o-transition-delay: 200ms;
transition-delay: 200ms;
}
.radiuzz-projects .radiuzz-project.cover-entry.appear-hover.hover .entry,
.radiuzz-projects .radiuzz-project.cover-entry-alt.appear-hover.hover .entry {
opacity: 1;
}
.radiuzz-projects .radiuzz-project.cover-entry.appear-hover.hover h3,
.radiuzz-projects .radiuzz-project.cover-entry.appear-hover.hover .categories,
.radiuzz-projects .radiuzz-project.cover-entry.appear-hover.hover .excerpt,
.radiuzz-projects .radiuzz-project.cover-entry.appear-hover.hover .read-more,
.radiuzz-projects .radiuzz-project.cover-entry.appear-hover.hover .icon-wrapper {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-o-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.radiuzz-projects .radiuzz-project.cover-entry-alt.appear-hover.hover h3,
.radiuzz-projects .radiuzz-project.cover-entry-alt.appear-hover.hover .categories,
.radiuzz-projects .radiuzz-project.cover-entry-alt.appear-hover.hover .excerpt,
.radiuzz-projects .radiuzz-project.cover-entry-alt.appear-hover.hover .read-more,
.radiuzz-projects .radiuzz-project.cover-entry-alt.appear-hover.hover .icon-wrapper {
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-o-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
opacity: 1;
}
.radiuzz-projects .radiuzz-project.hash-tags-cover .entry-inner {
text-align: left;
}
.radiuzz-projects .radiuzz-project.hash-tags-cover .thumbnail {
width: 100%;
width: -moz-calc(150%);
width: -webkit-calc(150%);
width: calc(150%);
-ms-transition: opacity 0.35s, -ms-transform 0.35s;
-moz-transition: opacity 0.35s, -moz-transform 0.35s;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(-50px, 0, 0);
-moz-transform: translate3d(-50px, 0, 0);
-ms-transform: translate3d(-50px, 0, 0);
-o-transform: translate3d(-50px, 0, 0);
transform: translate3d(-50px, 0, 0); 
}
.radiuzz-projects .radiuzz-project.hash-tags-cover:hover .thumbnail {
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.radiuzz-projects .radiuzz-project.hash-tags-cover .footer {
color: #FFF;
font-size: 15px;
line-height: 25px;
height: 25px;
position: absolute;
bottom: 20px;
left: -20px;
opacity: 0;
-ms-transition: opacity 0.35s, -ms-transform 0.35s;
-moz-transition: opacity 0.35s, -moz-transform 0.35s;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
}
.radiuzz-projects .radiuzz-project.hash-tags-cover .footer i {
margin-right: 15px;
font-size: 20px;
}
.radiuzz-projects .radiuzz-project.hash-tags-cover:hover .footer {
-webkit-transform: translate3d(65px, 0, 0);
-moz-transform: translate3d(65px, 0, 0);
-ms-transform: translate3d(65px, 0, 0);
-o-transform: translate3d(65px, 0, 0);
opacity: 1;
}
.radiuzz-projects .radiuzz-project.soft-cover .entry,
.radiuzz-projects .radiuzz-project.hash-tags-cover .entry {
position: absolute;
bottom: 0;
left: 0;
right: 0;
top: 0;
margin: 0px;
}
.radiuzz-projects .radiuzz-project.soft-cover .entry h3 a,
.radiuzz-projects .radiuzz-project.soft-cover .entry .icon-inner,
.radiuzz-projects .radiuzz-project.hash-tags-cover .entry h3,
.radiuzz-projects .radiuzz-project.hash-tags-cover .entry h3 a,
.radiuzz-projects .radiuzz-project.hash-tags-cover .entry .icon-inner {
color: #fff;
}
.radiuzz-projects .radiuzz-project.soft-cover .entry .categories,
.radiuzz-projects .radiuzz-project.soft-cover .entry .excerpt,
.radiuzz-projects .radiuzz-project.hash-tags-cover .entry .categories,
.radiuzz-projects .radiuzz-project.hash-tags-cover .entry .excerpt {
color: #dddddd;
}
.radiuzz-projects .radiuzz-project.soft-cover .entry h3 a:hover,
.radiuzz-projects .radiuzz-project.hash-tags-cover .entry h3 a:hover {
color: #fff;
}
.radiuzz-projects .radiuzz-project.soft-cover .entry .read-more a,
.radiuzz-projects .radiuzz-project.hash-tags-cover .entry .read-more a {
background: transparent;
border-color: #fff;
color: #fff;
}
.radiuzz-projects .radiuzz-project.soft-cover .entry .read-more a:hover,
.radiuzz-projects .radiuzz-project.hash-tags-cover .entry .read-more a:hover {
background: #585858;
border-color: #585858;
color: #ffffff;
}
.radiuzz-projects .radiuzz-project.soft-cover .entry .icon-wrapper,
.radiuzz-projects .radiuzz-project.soft-cover .entry h3,
.radiuzz-projects .radiuzz-project.soft-cover .entry .categories,
.radiuzz-projects .radiuzz-project.soft-cover .entry .excerpt,
.radiuzz-projects .radiuzz-project.soft-cover .entry .read-more,
.radiuzz-projects .radiuzz-project.hash-tags-cover .entry .icon-wrapper,
.radiuzz-projects .radiuzz-project.hash-tags-cover .entry h3,
.radiuzz-projects .radiuzz-project.hash-tags-cover .entry .categories,
.radiuzz-projects .radiuzz-project.hash-tags-cover .entry .excerpt,
.radiuzz-projects .radiuzz-project.hash-tags-cover .entry .read-more {
opacity: 0;
visibility: hidden;
-webkit-transform: translateY(-15px) rotateX(-35deg);
-moz-transform: translateY(-15px) rotateX(-35deg);
-o-transform: translateY(-15px) rotateX(-35deg);
-ms-transform: translateY(-15px) rotateX(-35deg);
transform: translateY(-15px) rotateX(-35deg);
-webkit-transition: -webkit-transform 0.6s cubic-bezier(.28,.81,.41,.97), opacity 0.6s cubic-bezier(.28,.81,.41,.97), visibility 0.6s cubic-bezier(.28,.81,.41,.97);
-moz-transition: -moz-transform 0.6s cubic-bezier(.28,.81,.41,.97), opacity 0.6s cubic-bezier(.28,.81,.41,.97), visibility 0.6s cubic-bezier(.28,.81,.41,.97);
-o-transition: -o-transform 0.6s cubic-bezier(.28,.81,.41,.97), opacity 0.6s cubic-bezier(.28,.81,.41,.97), visibility 0.6s cubic-bezier(.28,.81,.41,.97);
transition: -webkit-transform 0.6s cubic-bezier(.28,.81,.41,.97), opacity 0.6s cubic-bezier(.28,.81,.41,.97), visibility 0.6s cubic-bezier(.28,.81,.41,.97), -moz-transform 0.6s cubic-bezier(.28,.81,.41,.97), -o-transform 0.6s cubic-bezier(.28,.81,.41,.97), transform 0.6s cubic-bezier(.28,.81,.41,.97);
}
.radiuzz-projects .radiuzz-project.soft-cover .entry .categories {
-webkit-transition-delay: 0.2s;
-o-transition-delay: 0.2s;
transition-delay: 0.2s;
}
.radiuzz-projects .radiuzz-project.soft-cover .entry .excerpt {
-webkit-transition-delay: 0.35s;
-o-transition-delay: 0.35s;
transition-delay: 0.35s;
}
.radiuzz-projects .radiuzz-project.hash-tags-cover .entry .read-more {
-webkit-transition-delay: 0.5s;
-o-transition-delay: 0.5s;
transition-delay: 0.5s;
}
.radiuzz-projects .radiuzz-project.soft-cover .entry-inner {
display: table;
height: 100%;
width: 100%;
padding: 15px 40px 35px;
}
.radiuzz-projects .radiuzz-project.soft-cover .entry-inner .centered {
display: table-cell;
vertical-align: bottom;
text-align: center;
}
.radiuzz-projects .radiuzz-project.soft-cover:hover .soft-link-overlay,
.radiuzz-projects .radiuzz-project.hash-tags-cover:hover .soft-link-overlay {
background-color: transparent;
}
.radiuzz-projects .radiuzz-project.soft-cover:hover .categories,
.radiuzz-projects .radiuzz-project.soft-cover:hover .excerpt {
color: #fff;
}
.radiuzz-projects .radiuzz-project.soft-cover:hover .icon-wrapper,
.radiuzz-projects .radiuzz-project.soft-cover:hover h3,
.radiuzz-projects .radiuzz-project.soft-cover:hover .categories,
.radiuzz-projects .radiuzz-project.soft-cover:hover .excerpt,
.radiuzz-projects .radiuzz-project.soft-cover:hover .read-more {
opacity: 1;
visibility: visible;
-webkit-transform: translateY(0) rotateX(0);
-moz-transform: translateY(0) rotateX(0);
-o-transform: translateY(0) rotateX(0);
-ms-transform: translateY(0) rotateX(0);
transform: translateY(0) rotateX(0);
}
.radiuzz-projects .radiuzz-project.soft-cover .soft-link-overlay,
.radiuzz-projects .radiuzz-project.hash-tags-cover .soft-link-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: block;
background-color: rgba(43, 51, 59, 0.5);
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}
.radiuzz-projects .radiuzz-project.hash-tags-cover .grad-overlay::before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: -webkit-linear-gradient(top, rgba(51, 51, 51, 0) 0%, rgba(51, 51, 51, 0.5) 90%);
background: linear-gradient(to bottom, rgba(51, 51, 51, 0) 0%, rgba(51, 51, 51, 0.5) 90%);
content: '';
opacity: 0;
-webkit-transform: translate3d(0, 50%, 0);
-moz-transform: translate3d(0, 50%, 0);
-ms-transform: translate3d(0, 50%, 0);
-o-transform: translate3d(0, 50%, 0);
transform: translate3d(0, 50%, 0);
-ms-transition: opacity 0.35s, -ms-transform 0.35s;
-moz-transition: opacity 0.35s, -moz-transform 0.35s;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
}
.radiuzz-projects .radiuzz-project.hash-tags-cover .grad-overlay::after {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: -webkit-linear-gradient(to bottom, rgba(51, 51, 51, 0.5) 0%, rgba(51, 51, 51, 0) 100%);
background: linear-gradient(to bottom, rgba(51, 51, 51, 0.5) 0%, rgba(51, 51, 51, 0) 100%);
content: '';
-ms-transition: opacity 0.35s, -ms-transform 0.35s;
-moz-transition: opacity 0.35s, -moz-transform 0.35s;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
}
.radiuzz-projects .radiuzz-project.hash-tags-cover:hover .grad-overlay::before {
opacity: 1;
-webkit-transform: translate3d(0px, 0, 0);
-moz-transform: translate3d(0px, 0, 0);
-ms-transform: translate3d(0px, 0, 0);
-o-transform: translate3d(0px, 0, 0);
transform: translate3d(0px, 0, 0);
}
.radiuzz-projects .radiuzz-project.hash-tags-cover:hover .grad-overlay::after {
opacity: 0;
-webkit-transform: translate3d(0px, -50px, 0);
-moz-transform: translate3d(0px, -50px, 0);
-ms-transform: translate3d(0px, -50px, 0);
-o-transform: translate3d(0px, -50px, 0);
transform: translate3d(0px, -50px, 0);
}
.radiuzz-projects .radiuzz-project.outer-square,
.radiuzz-projects .radiuzz-project.outer-square .radiuzz-project-inner {
overflow: visible;
}
.radiuzz-projects .radiuzz-project.outer-square .entry {
position: absolute;
bottom: 0;
left: 0;
right: 0;
top: 0;
margin: 0px;
background: #585858;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
-webkit-transform: translate(0px, 0px);
-moz-transform: translate(0px, 0px);
-o-transform: translate(0px, 0px);
-ms-transform: translate(0px, 0px);
transform: translate(0px, 0px);
opacity: 0;
}
.radiuzz-projects .radiuzz-project.outer-square .entry h3 {
font-size: 20px;
font-weight: 400;
}
.radiuzz-projects .radiuzz-project.outer-square .entry .categories {
font-size: 13px;
margin-top: 6px;
font-weight: 400;
}
.radiuzz-projects .radiuzz-project.outer-square .entry .radiuzz-vc-separator {
width: 40px;
height: 2px;
background-color: rgba(255, 255, 255, 0.5);
margin: 16px 0px;
}
.radiuzz-projects .radiuzz-project.outer-square .entry h3 a,
.radiuzz-projects .radiuzz-project.outer-square .entry .icon-inner {
color: #fff;
}
.radiuzz-projects .radiuzz-project.outer-square .entry .categories,
.radiuzz-projects .radiuzz-project.outer-square .entry .excerpt {
color: #e1f3f8;
}
.radiuzz-projects .radiuzz-project.outer-square .entry h3 a:hover {
color: #fff;
}
.radiuzz-projects .radiuzz-project.outer-square .entry .read-more a {
background: transparent;
border: none;
color: #e1f3f8;
font-weight: 400;
font-size: 11px;
padding: 0;
}
.radiuzz-projects .radiuzz-project.outer-square .entry .read-more a:hover {
background: transparent;
border: none;
color: #fff;
}
.radiuzz-projects .radiuzz-project.outer-square .entry-inner {
display: block;
height: 100%;
width: 100%;
padding: 30px 25px;
}
.radiuzz-projects .radiuzz-project.outer-square .entry-inner .centered {
display: block;
vertical-align: top;
text-align: left;
height: 100%;
position: relative;
}
.radiuzz-projects .radiuzz-project.outer-square .entry-inner .read-more {
position: absolute;
left: 0px;
bottom: 0px;
display: none;
}
.radiuzz-projects .radiuzz-project.outer-square:hover .entry {
opacity: 1;
-webkit-transform: translate(15px, 15px);
-moz-transform: translate(15px, 15px);
-o-transform: translate(15px, 15px);
-ms-transform: translate(15px, 15px);
transform: translate(15px, 15px);
}
.radiuzz-projects .radiuzz-project.lateral-cover,
.radiuzz-projects .radiuzz-project.lateral-cover .radiuzz-project-inner {
overflow: visible;
}
.radiuzz-projects .radiuzz-project.lateral-cover .entry {
position: absolute;
bottom: 0;
left: 0;
right: 0;
top: 0;
margin: 0px;
background-color: #585858;
width: 60%;
-webkit-perspective-origin: 0 50%;
-moz-perspective-origin: 0 50%;
perspective-origin: 0 50%;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
-o-transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-o-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform-origin: 0 50%;
-moz-transform-origin: 0 50%;
-o-transform-origin: 0 50%;
-ms-transform-origin: 0 50%;
transform-origin: 0 50%;
-webkit-transform: perspective(1700px) rotateY(-90deg);
-moz-transform: perspective(1700px) rotateY(-90deg);
-o-transform: perspective(1700px) rotateY(-90deg);
-ms-transform: perspective(1700px) rotateY(-90deg);
transform: perspective(1700px) rotateY(-90deg);
-webkit-transition: -webkit-transform 400ms ease;
-moz-transition: -moz-transform 400ms ease;
-o-transition: -o-transform 400ms ease;
transition: -webkit-transform 400ms ease, -moz-transform 400ms ease, -o-transform 400ms ease, transform 400ms ease;
opacity: 0\9\0;
}
.radiuzz-projects .radiuzz-project.lateral-cover .entry h3 {
font-size: 18px;
font-weight: 400;
}
.radiuzz-projects .radiuzz-project.lateral-cover .entry .categories {
font-size: 13px;
margin-top: 6px;
font-weight: 400;
}
.radiuzz-projects .radiuzz-project.lateral-cover .entry .radiuzz-vc-separator {
width: 40px;
height: 2px;
background-color: #fff;
margin: 16px 0px;
}
.radiuzz-projects .radiuzz-project.lateral-cover .entry h3 a,
.radiuzz-projects .radiuzz-project.lateral-cover .entry .icon-inner {
color: #fff;
}
.radiuzz-projects .radiuzz-project.lateral-cover .entry .categories,
.radiuzz-projects .radiuzz-project.lateral-cover .entry .excerpt {
color: #fff;
}
.radiuzz-projects .radiuzz-project.lateral-cover .entry h3 a:hover {
color: #fff;
}
.radiuzz-projects .radiuzz-project.lateral-cover .entry .read-more a {
background: transparent;
border: none;
color: #e1f3f8;
font-weight: 400;
font-size: 11px;
padding: 0;
}
.radiuzz-projects .radiuzz-project.lateral-cover .entry .read-more a:hover {
background: transparent;
border: none;
color: #fff;
}
.radiuzz-projects .radiuzz-project.lateral-cover img {
-webkit-transform: translateX(0px);
-moz-transform: translateX(0px);
-o-transform: translateX(0px);
-ms-transform: translateX(0px);
transform: translateX(0px);
-webkit-transition: all 400ms ease;
-moz-transition: all 400ms ease;
-o-transition: all 400ms ease;
transition: all 400ms ease;
}
.radiuzz-projects .radiuzz-project.lateral-cover .entry-inner {
display: block;
height: 100%;
width: 100%;
padding: 30px 25px;
}
.radiuzz-projects .radiuzz-project.lateral-cover .entry-inner .centered {
display: block;
vertical-align: top;
text-align: left;
height: 100%;
position: relative;
}
.radiuzz-projects .radiuzz-project.lateral-cover .entry-inner .read-more {
position: absolute;
left: 0px;
bottom: 0px;
display: none;
}
.radiuzz-projects .radiuzz-project.lateral-cover:hover .entry {
opacity: 1;
-webkit-transform: perspective(1700px) rotateY(0deg);
-moz-transform: perspective(1700px) rotateY(0deg);
-o-transform: perspective(1700px) rotateY(0deg);
-ms-transform: perspective(1700px) rotateY(0deg);
transform: perspective(1700px) rotateY(0deg);
}
.radiuzz-projects .radiuzz-project.lateral-cover:hover img {
-webkit-transform: translateX(25%);
-moz-transform: translateX(25%);
-o-transform: translateX(25%);
-ms-transform: translateX(25%);
transform: translateX(25%);
}
.radiuzz-projects .radiuzz-project.smooth-cover .entry {
position: absolute;
height: 65px;
top: inherit;
bottom: 0;
left: 0;
right: 0;
margin: 0px;
background-color: #ffffff;
width: 100%;
-webkit-perspective-origin: 50% 100%;
-moz-perspective-origin: 50% 100%;
perspective-origin: 50% 100%;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
-o-transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-o-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform-origin: 50% 100%;
-moz-transform-origin: 50% 100%;
-o-transform-origin: 50% 100%;
-ms-transform-origin: 50% 100%;
transform-origin: 50% 100%;
-webkit-transform: translateY(100%);
-moz-transform: translateY(100%);
-o-transform: translateY(100%);
-ms-transform: translateY(100%);
transform: translateY(100%);
-webkit-transition: all 400ms ease;
-moz-transition: all 400ms ease;
-o-transition: all 400ms ease;
transition: all 400ms ease;
}
.radiuzz-projects .radiuzz-project.smooth-cover .entry h3 {
font-size: 17px;
font-weight: 500;
}
.radiuzz-projects .radiuzz-project.smooth-cover .entry .categories {
font-size: 13px;
margin-top: 6px;
font-weight: 400;
}
.radiuzz-projects .radiuzz-project.smooth-cover .entry .radiuzz-vc-separator {
width: 40px;
height: 2px;
background-color: #8cdee5;
margin: 16px 0px;
}
.radiuzz-projects .radiuzz-project.smooth-cover .entry h3 a,
.radiuzz-projects .radiuzz-project.smooth-cover .entry .icon-inner {
color: #28262b;
}
.radiuzz-projects .radiuzz-project.smooth-cover .entry .categories,
.radiuzz-projects .radiuzz-project.smooth-cover .entry .excerpt {
color: #28262b;
}
.radiuzz-projects .radiuzz-project.smooth-cover .entry h3 a:hover {
color: #28262b;
}
.radiuzz-projects .radiuzz-project.smooth-cover img {
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-o-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px);
-webkit-transition: all 400ms ease;
-moz-transition: all 400ms ease;
-o-transition: all 400ms ease;
transition: all 400ms ease;
}
.radiuzz-projects .radiuzz-project.smooth-cover .entry-inner {
display: block;
height: 100%;
width: 100%;
padding: 10px 25px;
}
.radiuzz-projects .radiuzz-project.smooth-cover .entry-inner .centered {
display: block;
vertical-align: top;
text-align: left;
height: 100%;
position: relative;
}
.radiuzz-projects .radiuzz-project.smooth-cover:hover .entry {
opacity: 1;
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-o-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px);
}
.radiuzz-projects .radiuzz-project.smooth-cover:hover img {
-webkit-transform: translateY(-50px);
-moz-transform: translateY(-50px);
-o-transform: translateY(-50px);
-ms-transform: translateY(-50px);
transform: translateY(-50px);
}
.radiuzz-projects .radiuzz-project.border-cover .radiuzz-hover-fx {
position: absolute;
bottom: 0;
left: 0;
right: 0;
top: 0;
margin: 0px;
background: rgba(0, 0, 0, 0.52);
background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.radiuzz-projects .radiuzz-project.border-cover .entry {
position: absolute;
bottom: 0;
left: 0;
right: 0;
top: 0;
margin: 0px;
background-color: transparent;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
padding: 15px;
}
.radiuzz-projects .radiuzz-project.border-cover .entry h3 a,
.radiuzz-projects .radiuzz-project.border-cover .entry .icon-inner {
color: #fff;
}
.radiuzz-projects .radiuzz-project.border-cover .entry .categories,
.radiuzz-projects .radiuzz-project.border-cover .entry .excerpt {
color: #fff;
}
.radiuzz-projects .radiuzz-project.border-cover .entry h3 a:hover {
color: #fff;
}
.radiuzz-projects .radiuzz-project.border-cover .entry .radiuzz-vc-separator {
width: 40px;
height: 2px;
background-color: #fff;
margin: 16px auto;
}
.radiuzz-projects .radiuzz-project.border-cover .entry h3 {
font-size: 24px;
font-weight: 400;
}
.radiuzz-projects .radiuzz-project.border-cover .entry .categories {
font-weight: bold;
}
.radiuzz-projects .radiuzz-project.border-cover .entry:hover .entry-inner {
border-color: #fff;
}
.radiuzz-projects .radiuzz-project.border-cover .entry-inner {
display: table;
height: 100%;
width: 100%;
padding: 15px;
border: 2px solid transparent;
-webkit-transition: border 300ms ease;
-moz-transition: border 300ms ease;
-o-transition: border 300ms ease;
transition: border 300ms ease;
}
.radiuzz-projects .radiuzz-project.border-cover .entry-inner .centered {
display: table-cell;
vertical-align: middle;
text-align: center;
}
.radiuzz-projects .owl-carousel .radiuzz-project {
float: none !important;
cursor: -webkit-grab;
}
.radiuzz-projects.radiuzz-projects-carousel .radiuzz-project-inner {
margin-bottom: 0px;
}
.radiuzz-vc-filters-wrapper {
margin-bottom: 40px;
}
.radiuzz-vc-filters {
text-align: center;
}
.radiuzz-vc-filters .filter-grid {
display: none;
}
.radiuzz-vc-filters.vertical .filter-grid {
display: block;
}
.radiuzz-vc-filters.vertical {
width: 200px;
margin: 0 auto;
position: absolute;
z-index: 99999;
background: white;
left: 42%;
top: -15px;
}
.radiuzz-vc-filters.vertical .cat-filter {
border-top: 2px solid;
border-bottom: 2px solid;
}
.radiuzz-vc-filters.vertical .cat-filter {
display:none;
}
.radiuzz-vc-filters a {
display: inline-block;
color: #1a1a1a;
margin: 0 28px 3px;
font-weight: 700;
font-size: 12px;
text-transform: uppercase;
letter-spacing: 0.2em;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
position: relative;
}
.radiuzz-vc-filters.vertical a {
padding: 9px 0px;
margin: 0px;
width: 100%;
}
}
}
.radiuzz-vc-filters a:after {
content: '';
display: inline-block;
width: 100%;
height: 2px;
position: absolute;
bottom: 2px;
left: 0;
background-color: #585858;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-ms-transform-origin: left center;
transform-origin: left center;
-webkit-transform: scaleX(0);
-moz-transform:  scaleX(0);
-ms-transform:   scaleX(0);
transform:     scaleX(0);
-webkit-transition: all 0.3s ease;
-moz-transition:    all 0.3s ease;
transition:     all 0.3s ease;
}
.radiuzz-vc-filters a:hover,
.radiuzz-vc-filters a.current {
color: #585858;
}
.radiuzz-vc-filters a.current:after {
-webkit-transform: scaleX(1);
-moz-transform:  scaleX(1);
-ms-transform:   scaleX(1);
transform:     scaleX(1);
}
.radiuzz-vc-filters.left {
text-align: left;
}
.radiuzz-vc-filters.right {
text-align: right;
}
.radiuzz-project.not-in-filter {
opacity: 0.3;
}
.jscroll-inner {
display: block;
width: 100%;
height: 100%;
position: relative;
}
.infinite-nav,
.infinite-nav-loading {
text-align: center;
margin: 100px auto;
-webkit-transition: all 0.3s ease;
-moz-transition:    all 0.3s ease;
transition:     all 0.3s ease;
}
.infinite-nav-loading {
display: block;
width: 60px;
}
.infinite-nav-loading img {
display: none;
}
.infinite-nav a,
.infinite-nav-loading .sc-button {
display: inline-block;
padding: 0;
width: 30px;
height: 30px;
border-radius: 50%;
text-indent: -9999px;
box-shadow: 1px 1px 1px #535f7a inset, -1px 1px 1px #535f7a inset;
position: relative;
left: 0;
top: 0;
-webkit-animation: rotation 0.6s linear infinite;
animation: rotation 0.6s linear infinite;
color: #333333 !important;
border: none !important;
background-color: transparent !important;
-webkit-pointer-events: none;
-moz-pointer-events: none;
pointer-events: none;
}
.infinite-nav-loading .sc-button i {
display: none;
}
.infinite-nav-loading,
.infinite-nav-loading #infscr-loading,
.infinite-nav-loading #infscr-loading > div{
top: auto !important;
left: auto !important;
width: auto !important;
height: auto !important;
}
@media (min-width: 1200px) and (max-width: 1599px) {
.steps .step:nth-child(2),
.steps .step:last-child {
padding-left: 0px;
}
.steps .step:before {
border-left-width: 80px;
margin-right: -80px;
}
.steps .step .content {
padding-right: 15px;
padding-left: 15px;
}
.steps .step .content figure img,
.steps .step .content figure i {
margin-bottom: 20px;
}
.steps .step .content h4 {
margin-bottom: 40px;
font-size: 18px;
}
.steps .step .content h4:after {
bottom: -23px;
}
.steps .step .content p {
font-size: 15px;
line-height: 1.8;
margin-bottom: 30px;
}
.steps .step .content a {
font-size: 11px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.radiuzz-projects .entry-inner h3 {
font-size: 22px;
}
.radiuzz-projects .entry-inner .categories {
font-size: 12px;
}
.radiuzz-projects .radiuzz-project.lateral-cover .entry .excerpt {
display: none;
}
.video-fullwidth .content-middle h3 {
font-size: 35px;
}
.steps .step:nth-child(2),
.steps .step:last-child {
padding-left: 45px;
}
.steps .step:before {
border-left-width: 40px;
margin-right: -40px;
}
.steps .step .content {
padding-right: 5px;
padding-left: 5px;
}
.steps .step .content h4 {
margin-bottom: 40px;
font-size: 18px;
}
.steps .step .content h4:after {
bottom: -23px;
}
.steps .step .content p {
font-size: 15px;
line-height: 1.8;
margin-bottom: 30px;
}
.steps .step .content a {
font-size: 11px;
}
.video-fullwidth .video-play-trigger {
width: 116px;
height: 116px;
margin: -58px 0 0 -58px;
font-size: 54px;
line-height: 115px;
}
.video-fullwidth .video-play-trigger:before {
width: 131px;
height: 131px;
border-width: 66px;
}
.video-fullwidth .content-bottom {
bottom: 5px;
}
.video-fullwidth .video-play-trigger:hover:before {
border-width: 4px;
}
}
@media (max-width: 991px) {
.radiuzz-projects .radiuzz-project.cover-entry.appear-hover .entry .excerpt {
display: none;
}
.radiuzz-projects .radiuzz-project.lateral-cover .entry {
width: 100%;
}
.radiuzz-projects .radiuzz-project.lateral-cover .entry .excerpt {
display: none;
}
.radiuzz-projects .radiuzz-project.lateral-cover .entry h3 {
font-size: 16px;
}
.radiuzz-projects .radiuzz-project.lateral-cover .entry .categories {
font-size: 10px;
}
.steps .step {
width: 100%;
height: auto;
padding: 100px 35px !important;
}
.steps .step:before {
content: none;
}
.video-fullwidth .content-middle h3 {
display: none;
}
.col-md-9.pull-right.site-main.sidebar-left {
float: none !important;
}
.video-fullwidth .video-play-trigger {
width: 116px;
height: 116px;
margin: -58px 0 0 -58px;
font-size: 54px;
line-height: 115px;
}
.video-fullwidth .video-play-trigger:before {
width: 131px;
height: 131px;
border-width: 66px;
}
.video-fullwidth .content-bottom {
bottom: 5px;
}
.video-fullwidth .video-play-trigger:hover:before {
border-width: 4px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.radiuzz-projects .radiuzz-project.cover-entry .entry,
.radiuzz-projects .radiuzz-project.cover-entry-alt .entry {
padding: 0;
}
.radiuzz-projects .entry-inner {
padding-right: 8px;
padding-left: 8px;
}
.radiuzz-projects .radiuzz-project.hide-entry .entry h3,
.radiuzz-projects .radiuzz-project.outer-square .entry h3,
.radiuzz-projects .radiuzz-project.smooth-cover .entry h3,
.radiuzz-projects .entry-inner h3 {
font-size: 18px;
}
.radiuzz-projects .radiuzz-project.hide-entry .entry .categories,
.radiuzz-projects .radiuzz-project.outer-square .entry .categories,
.radiuzz-projects .radiuzz-project.smooth-cover .entry .categories,
.radiuzz-projects .entry-inner .categories {
font-size: 10px;
}
.radiuzz-projects .radiuzz-project.outer-square .entry .excerpt {
display: none;
}
}
@media (max-width: 767px) {
.radiuzz-projects .radiuzz-project {
width: 100%;
}
.pricing-table.featured {
margin-top: 0;
}
.steps .step .content {
padding-right: 5px;
padding-left: 5px;
}
.steps .step {
padding: 110px 15px !important;
}
.video-fullwidth .video-play-trigger {
width: 100px;
height: 100px;
margin: -50px 0 0 -50px;
font-size: 42px;
line-height: 100px;
}
.video-fullwidth .video-play-trigger:before {
width: 108px;
height: 108px;
border-width: 54px;
}
.video-fullwidth .content-bottom {
display: none;
}
.video-fullwidth .video-play-trigger:hover:before {
border-width: 2px;
}
.full_width {
margin-left: -15px !important;
margin-right: -15px !important;
padding-left: 15px !important;
padding-right: 15px !important;
}
.full_width.no_margin {
padding-left: 0 !important;
padding-right: 0 !important;
}
}
@media (min-width: 480px) and (max-width: 767px) {
.radiuzz-projects .radiuzz-project.cover-entry .entry,
.radiuzz-projects .radiuzz-project.cover-entry-alt .entry {
padding: 15px;
}
.radiuzz-projects .entry-inner {
padding-right: 8px;
padding-left: 8px;
}
.radiuzz-projects .entry-inner h3 {
font-size: 20px;
}
.radiuzz-projects .entry-inner .categories {
font-size: 12px;
}
.radiuzz-projects .radiuzz-project.cover-entry.appear-hover .entry .excerpt {
display: block;
}
.radiuzz-projects .radiuzz-project.lateral-cover .entry .excerpt {
display: block;
}
}
@media (max-width: 480px) {
.radiuzz-project .thumbnail {
height: auto !important;
}
.radiuzz-projects .col-xs-6.radiuzz-project .entry h3 {
font-size: 14px;
}
.radiuzz-projects .col-xs-6.radiuzz-project .entry .categories,
.radiuzz-projects .col-xs-6.radiuzz-project .entry .excerpt,
.radiuzz-projects .col-xs-6.radiuzz-project .entry .excerpt p,
.radiuzz-projects .col-xs-6.radiuzz-project .entry .read-more {
font-size: 12px;
}
.radiuzz-projects .col-xs-6.radiuzz-project.hide-entry .entry-inner,
.radiuzz-projects .col-xs-6.radiuzz-project.cover-entry .entry-inner,
.radiuzz-projects .col-xs-6.radiuzz-project.cover-entry-alt .entry-inner,
.radiuzz-projects .col-xs-6.radiuzz-project.soft-cover .entry-inner,
.radiuzz-projects .col-xs-6.radiuzz-project.hash-tags-cover .entry-inner,
.radiuzz-projects .col-xs-6.radiuzz-project.outer-square .entry-inner,
.radiuzz-projects .col-xs-6.radiuzz-project.lateral-cover .entry-inner,
.radiuzz-projects .col-xs-6.radiuzz-project.smooth-cover .entry-inner,
.radiuzz-projects .col-xs-6.radiuzz-project.border-cover .entry-inner {
padding: 15px 15px;
}
.radiuzz-projects .col-xs-6.radiuzz-project.hide-entry .entry-inner .categories,
.radiuzz-projects .col-xs-6.radiuzz-project.cover-entry .entry-inner .categories,
.radiuzz-projects .col-xs-6.radiuzz-project.cover-entry-alt .entry-inner .categories,
.radiuzz-projects .col-xs-6.radiuzz-project.soft-cover .entry-inner .categories,
.radiuzz-projects .col-xs-6.radiuzz-project.hash-tags-cover .entry-inner .categories,
.radiuzz-projects .col-xs-6.radiuzz-project.outer-square .entry-inner .categories,
.radiuzz-projects .col-xs-6.radiuzz-project.lateral-cover .entry-inner .categories,
.radiuzz-projects .col-xs-6.radiuzz-project.smooth-cover .entry-inner .categories,
.radiuzz-projects .col-xs-6.radiuzz-project.border-cover .entry-inner .categories,
.radiuzz-projects .col-xs-6.radiuzz-project.hide-entry .entry-inner .excerpt,
.radiuzz-projects .col-xs-6.radiuzz-project.cover-entry .entry-inner .excerpt,
.radiuzz-projects .col-xs-6.radiuzz-project.cover-entry-alt .entry-inner .excerpt,
.radiuzz-projects .col-xs-6.radiuzz-project.soft-cover .entry-inner .excerpt,
.radiuzz-projects .col-xs-6.radiuzz-project.hash-tags-cover .entry-inner .excerpt,
.radiuzz-projects .col-xs-6.radiuzz-project.outer-square .entry-inner .excerpt,
.radiuzz-projects .col-xs-6.radiuzz-project.lateral-cover .entry-inner .excerpt,
.radiuzz-projects .col-xs-6.radiuzz-project.smooth-cover .entry-inner .excerpt,
.radiuzz-projects .col-xs-6.radiuzz-project.border-cover .entry-inner .excerpt,
.radiuzz-projects .col-xs-6.radiuzz-project.hide-entry .entry-inner .excerpt p,
.radiuzz-projects .col-xs-6.radiuzz-project.cover-entry .entry-inner .excerpt p,
.radiuzz-projects .col-xs-6.radiuzz-project.cover-entry-alt .entry-inner .excerpt p,
.radiuzz-projects .col-xs-6.radiuzz-project.soft-cover .entry-inner .excerpt p,
.radiuzz-projects .col-xs-6.radiuzz-project.hash-tags-cover .entry-inner .excerpt p,
.radiuzz-projects .col-xs-6.radiuzz-project.outer-square .entry-inner .excerpt p,
.radiuzz-projects .col-xs-6.radiuzz-project.lateral-cover .entry-inner .excerpt p,
.radiuzz-projects .col-xs-6.radiuzz-project.smooth-cover .entry-inner .excerpt p,
.radiuzz-projects .col-xs-6.radiuzz-project.border-cover .entry-inner .excerpt p,
.radiuzz-projects .col-xs-6.radiuzz-project.hide-entry .entry-inner .read-more a,
.radiuzz-projects .col-xs-6.radiuzz-project.cover-entry .entry-inner .read-more a,
.radiuzz-projects .col-xs-6.radiuzz-project.cover-entry-alt .entry-inner .read-more a,
.radiuzz-projects .col-xs-6.radiuzz-project.soft-cover .entry-inner .read-more a,
.radiuzz-projects .col-xs-6.radiuzz-project.hash-tags-cover .entry-inner .read-more a,
.radiuzz-projects .col-xs-6.radiuzz-project.outer-square .entry-inner .read-more a,
.radiuzz-projects .col-xs-6.radiuzz-project.lateral-cover .entry-inner .read-more a,
.radiuzz-projects .col-xs-6.radiuzz-project.smooth-cover .entry-inner .read-more a,
.radiuzz-projects .col-xs-6.radiuzz-project.border-cover .entry-inner .read-more a {
font-size: 11px;
}
.radiuzz-projects .col-xs-6.radiuzz-project.hide-entry .entry-inner .radiuzz-vc-separator,
.radiuzz-projects .col-xs-6.radiuzz-project.cover-entry .entry-inner .radiuzz-vc-separator,
.radiuzz-projects .col-xs-6.radiuzz-project.cover-entry-alt .entry-inner .radiuzz-vc-separator,
.radiuzz-projects .col-xs-6.radiuzz-project.soft-cover .entry-inner .radiuzz-vc-separator,
.radiuzz-projects .col-xs-6.radiuzz-project.hash-tags-cover .entry-inner .radiuzz-vc-separator,
.radiuzz-projects .col-xs-6.radiuzz-project.outer-square .entry-inner .radiuzz-vc-separator,
.radiuzz-projects .col-xs-6.radiuzz-project.lateral-cover .entry-inner .radiuzz-vc-separator,
.radiuzz-projects .col-xs-6.radiuzz-project.smooth-cover .entry-inner .radiuzz-vc-separator,
.radiuzz-projects .col-xs-6.radiuzz-project.border-cover .entry-inner .radiuzz-vc-separator {
margin: 8px 0;
height: 1px;
}
.radiuzz-projects .col-xs-6.radiuzz-project.cover-entry .entry-inner .read-more a,
.radiuzz-projects .col-xs-6.radiuzz-project.cover-entry-alt .entry-inner .read-more a {
padding: 6px 30px;
}
.radiuzz-projects .col-xs-6.radiuzz-project.outer-square .entry-inner .read-more,
.radiuzz-projects .col-xs-6.radiuzz-project.lateral-cover .entry-inner .read-more {
display: none;
}
.radiuzz-projects .col-xs-6.radiuzz-project .icon-wrapper {
display: none;
}
.radiuzz-projects .col-xs-6.radiuzz-project .read-more {
display: none;
}
.radiuzz-projects .col-xs-6.radiuzz-project.only-icon-btn .icon-wrapper,
.radiuzz-projects .col-xs-6.radiuzz-project.only-icon .icon-wrapper {
display: block;
}
.radiuzz-projects .col-xs-6.radiuzz-project.only-icon-btn .read-more,
.radiuzz-projects .col-xs-6.radiuzz-project.only-btn .read-more {
display: block;
}
.radiuzz-projects .col-xs-6.radiuzz-project.lateral-cover .entry {
width: 85%;
}
.radiuzz-projects .col-xs-6.radiuzz-project.border-cover .entry-inner .radiuzz-vc-separator,
.radiuzz-projects .col-xs-6.radiuzz-project.border-cover .entry-inner .excerpt {
display: none;
}
.radiuzz-projects .radiuzz-project.outer-square .entry h3,
.radiuzz-projects .entry-inner h3 {
font-size: 18px;
}
.radiuzz-projects .radiuzz-project.outer-square .entry .categories,
.radiuzz-projects .radiuzz-project.outer-square .entry .excerpt,
.radiuzz-projects .entry-inner .categories {
font-size: 10px;
}
.radiuzz-projects .radiuzz-project.cover-entry .entry .read-more a,
.radiuzz-projects .radiuzz-project.cover-entry-alt .entry .read-more a {
font-size: 10px;
}
.radiuzz-projects .radiuzz-project.border-cover .entry .excerpt {
display: none;
}
.radiuzz-projects .radiuzz-project.border-cover .entry-inner {
padding: 10px;
}
.radiuzz-projects .radiuzz-project.border-cover .entry h3 {
font-size: 16px;
}
}
@media (min-width: 480px) {
.radiuzz-projects .double-height .thumbnail.d-height-processed img {
height: 100%;
width: auto;
max-width: initial;
}
.radiuzz-projects .double-height.double-width .thumbnail.d-height-processed img {
width: 100%;
}
}
@media (max-width: 320px) {
.radiuzz-projects .col-xs-6.radiuzz-project .entry h3 {
font-size: 12px;
}
.radiuzz-projects .col-xs-6.radiuzz-project .entry .categories,
.radiuzz-projects .col-xs-6.radiuzz-project .entry .excerpt,
.radiuzz-projects .col-xs-6.radiuzz-project .entry .excerpt p,
.radiuzz-projects .col-xs-6.radiuzz-project .entry .read-more {
font-size: 11px;
}
.radiuzz-projects .col-xs-6.radiuzz-project.hide-entry .entry-inner,
.radiuzz-projects .col-xs-6.radiuzz-project.cover-entry .entry-inner,
.radiuzz-projects .col-xs-6.radiuzz-project.cover-entry-alt .entry-inner,
.radiuzz-projects .col-xs-6.radiuzz-project.soft-cover .entry-inner,
.radiuzz-projects .col-xs-6.radiuzz-project.hash-tags-cover .entry-inner,
.radiuzz-projects .col-xs-6.radiuzz-project.outer-square .entry-inner,
.radiuzz-projects .col-xs-6.radiuzz-project.lateral-cover .entry-inner,
.radiuzz-projects .col-xs-6.radiuzz-project.smooth-cover .entry-inner,
.radiuzz-projects .col-xs-6.radiuzz-project.border-cover .entry-inner {
padding: 8px 8px;
}
.radiuzz-projects .col-xs-6.radiuzz-project.hide-entry .entry-inner .categories,
.radiuzz-projects .col-xs-6.radiuzz-project.cover-entry .entry-inner .categories,
.radiuzz-projects .col-xs-6.radiuzz-project.cover-entry-alt .entry-inner .categories,
.radiuzz-projects .col-xs-6.radiuzz-project.soft-cover .entry-inner .categories,
.radiuzz-projects .col-xs-6.radiuzz-project.hash-tags-cover .entry-inner .categories,
.radiuzz-projects .col-xs-6.radiuzz-project.outer-square .entry-inner .categories,
.radiuzz-projects .col-xs-6.radiuzz-project.lateral-cover .entry-inner .categories,
.radiuzz-projects .col-xs-6.radiuzz-project.smooth-cover .entry-inner .categories,
.radiuzz-projects .col-xs-6.radiuzz-project.border-cover .entry-inner .categories,
.radiuzz-projects .col-xs-6.radiuzz-project.hide-entry .entry-inner .excerpt,
.radiuzz-projects .col-xs-6.radiuzz-project.cover-entry .entry-inner .excerpt,
.radiuzz-projects .col-xs-6.radiuzz-project.cover-entry-alt .entry-inner .excerpt,
.radiuzz-projects .col-xs-6.radiuzz-project.soft-cover .entry-inner .excerpt,
.radiuzz-projects .col-xs-6.radiuzz-project.hash-tags-cover .entry-inner .excerpt,
.radiuzz-projects .col-xs-6.radiuzz-project.outer-square .entry-inner .excerpt,
.radiuzz-projects .col-xs-6.radiuzz-project.lateral-cover .entry-inner .excerpt,
.radiuzz-projects .col-xs-6.radiuzz-project.smooth-cover .entry-inner .excerpt,
.radiuzz-projects .col-xs-6.radiuzz-project.border-cover .entry-inner .excerpt,
.radiuzz-projects .col-xs-6.radiuzz-project.hide-entry .entry-inner .excerpt p,
.radiuzz-projects .col-xs-6.radiuzz-project.cover-entry .entry-inner .excerpt p,
.radiuzz-projects .col-xs-6.radiuzz-project.cover-entry-alt .entry-inner .excerpt p,
.radiuzz-projects .col-xs-6.radiuzz-project.soft-cover .entry-inner .excerpt p,
.radiuzz-projects .col-xs-6.radiuzz-project.hash-tags-cover .entry-inner .excerpt p,
.radiuzz-projects .col-xs-6.radiuzz-project.outer-square .entry-inner .excerpt p,
.radiuzz-projects .col-xs-6.radiuzz-project.lateral-cover .entry-inner .excerpt p,
.radiuzz-projects .col-xs-6.radiuzz-project.smooth-cover .entry-inner .excerpt p,
.radiuzz-projects .col-xs-6.radiuzz-project.border-cover .entry-inner .excerpt p,
.radiuzz-projects .col-xs-6.radiuzz-project.hide-entry .entry-inner .read-more a,
.radiuzz-projects .col-xs-6.radiuzz-project.cover-entry .entry-inner .read-more a,
.radiuzz-projects .col-xs-6.radiuzz-project.cover-entry-alt .entry-inner .read-more a,
.radiuzz-projects .col-xs-6.radiuzz-project.soft-cover .entry-inner .read-more a,
.radiuzz-projects .col-xs-6.radiuzz-project.hash-tags-cover .entry-inner .read-more a,
.radiuzz-projects .col-xs-6.radiuzz-project.outer-square .entry-inner .read-more a,
.radiuzz-projects .col-xs-6.radiuzz-project.lateral-cover .entry-inner .read-more a,
.radiuzz-projects .col-xs-6.radiuzz-project.smooth-cover .entry-inner .read-more a,
.radiuzz-projects .col-xs-6.radiuzz-project.border-cover .entry-inner .read-more a {
font-size: 11px;
}
.radiuzz-projects .col-xs-6.radiuzz-project.hide-entry .entry-inner .radiuzz-vc-separator,
.radiuzz-projects .col-xs-6.radiuzz-project.cover-entry .entry-inner .radiuzz-vc-separator,
.radiuzz-projects .col-xs-6.radiuzz-project.cover-entry-alt .entry-inner .radiuzz-vc-separator,
.radiuzz-projects .col-xs-6.radiuzz-project.soft-cover .entry-inner .radiuzz-vc-separator,
.radiuzz-projects .col-xs-6.radiuzz-project.hash-tags-cover .entry-inner .radiuzz-vc-separator,
.radiuzz-projects .col-xs-6.radiuzz-project.outer-square .entry-inner .radiuzz-vc-separator,
.radiuzz-projects .col-xs-6.radiuzz-project.lateral-cover .entry-inner .radiuzz-vc-separator,
.radiuzz-projects .col-xs-6.radiuzz-project.smooth-cover .entry-inner .radiuzz-vc-separator,
.radiuzz-projects .col-xs-6.radiuzz-project.border-cover .entry-inner .radiuzz-vc-separator {
margin: 7px 0;
height: 1px;
}
.radiuzz-projects .col-xs-6.radiuzz-project.cover-entry .entry-inner .read-more a,
.radiuzz-projects .col-xs-6.radiuzz-project.cover-entry-alt .entry-inner .read-more a {
display: none;
}
.radiuzz-projects .col-xs-6.radiuzz-project.cover-entry .entry-inner .excerpt,
.radiuzz-projects .col-xs-6.radiuzz-project.cover-entry-alt .entry-inner .excerpt {
display: none;
}
} .radiuzz-testimonial-main {
margin-bottom: 20px;
}
.radiuzz-testimonial img {
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
}
.radiuzz-testimonial .testimonial-content {
font-size: 18px;
line-height: 1.84;
margin: 0;
color: #7f7f7f;
text-align: center;
position: relative;
}
.radiuzz-testimonial .testimonial-content a,
.radiuzz-testimonial .testimonial-content a:hover {
color: #7f7f7f;
font-weight: 400;
}
.radiuzz-testimonial .testimonial-content p:last-child {
margin-top: 20px;
margin-bottom: 0;
}
.radiuzz-testimonial .testimonial-meta {
margin: 33px 0 0;
text-align: center;
}
.radiuzz-testimonial .testimonial-meta .meta-inner {
display: inline-block;
position: relative;
}
.radiuzz-testimonial .testimonial-meta img {
width: 60px;
height: 60px;
margin-right: 10px;
}
.radiuzz-testimonial .testimonial-meta .author-name {
font-weight: 700;
font-size: 15px;
line-height: 1.3;
color: #292d33;
text-align: center;
}
.radiuzz-testimonial .testimonial-meta .author-desc {
font-weight: 400;
font-size: 12px;
line-height: 29px;
color: #7f7f7f;
margin-top: 1px;
text-align: center;
}
.radiuzz-testimonial .testimonial-meta .author-infos-holder {
display: table;
height: 100%;
}
.radiuzz-testimonial .testimonial-meta .author-img,
.radiuzz-testimonial .testimonial-meta .author-infos {
text-align: left;
display: table-cell;
vertical-align: middle;
}
.radiuzz-testimonial.img-at-left .main-wrap {
display: table-cell;
vertical-align: top;
padding-left: 25px;
}
.radiuzz-testimonial.img-at-left .img-wrap {
display: table-cell;
vertical-align: middle;
min-width: 100px;
}
.radiuzz-testimonial.img-at-left .img-wrap img {
display: block;
}
.radiuzz-testimonial.img-at-left .testimonial-content {
text-align: left;
}
.radiuzz-testimonial.img-at-left .testimonial-meta {
margin-top: 20px;
text-align: left;
}
.radiuzz-testimonial.img-at-right .main-wrap {
display: table-cell;
vertical-align: top;
padding-right: 25px;
}
.radiuzz-testimonial.img-at-right .img-wrap {
display: table-cell;
vertical-align: middle;
min-width: 100px;
}
.radiuzz-testimonial.img-at-right .img-wrap img {
display: block;
}
.radiuzz-testimonial.img-at-right .testimonial-content,
.radiuzz-testimonial.img-at-right .author-img,
.radiuzz-testimonial.img-at-right .author-infos {
text-align: right;
}
.radiuzz-testimonial.img-at-right .testimonial-meta {
margin-top: 20px;
text-align: right;
}
.radiuzz-testimonial.boxed-left .testimonial-content {
padding: 30px;
background-color: #f2f2f2;
margin: 0 0 30px;
font-size: 14px;
text-align: left;
}
.radiuzz-testimonial.boxed-left .testimonial-content:after {
content: "";
position: absolute;
bottom: -30px;
left: 20px;
border-right: 30px solid transparent;
border-top: 30px solid;
border-bottom-color: transparent !important;
border-left-color: transparent !important;
border-right-color: transparent !important;
border-top-color: #f2f2f2;
}
.radiuzz-testimonial.boxed-left .testimonial-meta {
text-align: left;
margin: 0px 0 0 30px;
}
.radiuzz-testimonial.dark-bg .testimonial-content {
color: #2b393b;
}
.radiuzz-testimonial.dark-bg .testimonial-content a,
.radiuzz-testimonial.dark-bg .testimonial-content a:hover {
color: #2b393b;
}
.radiuzz-testimonial.dark-bg .author-name {
color: #2b393b;
}
.radiuzz-testimonial.dark-bg .author-desc {
color: #2b393b;
}
.radiuzz-testimonial.dark-bg.boxed-left .testimonial-content {
color: #ffffff;
background-color: #2b393b;
}
.radiuzz-testimonial.dark-bg.boxed-left .testimonial-content:after {
border-top-color: #2b393b;
}
.radiuzz-testimonial.dark-bg.boxed-left .testimonial-content a,
.radiuzz-testimonial.dark-bg.boxed-left .testimonial-content a:hover {
color: #ffffff;
}
.radiuzz-testimonial.clean-color .testimonial-content {
color: #fff;
}
.radiuzz-testimonial.clean-color .testimonial-content a,
.radiuzz-testimonial.clean-color .testimonial-content a:hover {
color: #fff;
}
.radiuzz-testimonial.clean-color .author-name {
color: #fff;
}
.radiuzz-testimonial.clean-color .author-desc {
color: #fff;
}
.radiuzz-testimonial.clean-color.boxed-left .testimonial-content {
color: #7f7f7f;
background-color: #fff;
}
.radiuzz-testimonial.clean-color.boxed-left .testimonial-content:after {
border-top-color: #fff;
}
.radiuzz-testimonial.clean-color.boxed-left .testimonial-content a,
.radiuzz-testimonial.clean-color.boxed-left .testimonial-content a:hover {
color: #7f7f7f;
}
.radiuzz-testimonial.primary-bg.boxed-left .testimonial-content {
color: #ffffff;
background-color: #585858;
}
.radiuzz-testimonial.primary-bg.boxed-left .testimonial-content:after {
border-top-color: #585858;
}
.radiuzz-testimonial.primary-bg.boxed-left .testimonial-content a,
.radiuzz-testimonial.primary-bg.boxed-left .testimonial-content a:hover {
color: #ffffff;
}
.radiuzz-testimonial.light-bg.boxed-left .testimonial-content {
background-color: #fff;
}
.radiuzz-testimonial.light-bg.boxed-left .testimonial-content:after {
border-top-color: #fff;
}
.owl-item .radiuzz-testimonial-main:last-child .radiuzz-testimonial {
margin-bottom: 0px;
}
.owl-carousel .owl-item .radiuzz-testimonial img {
height: auto;
} .marker-icon.radiuzz-gmap-marker {
font-size: 60px;
color: #585858;
}
.radiuzz-gmap-img {
width: 60px;
height: 60px;
} .radiuzz-tweet {
text-align: center;
font-size: 20px;
color: #292d33;
}
.radiuzz-tweet small {
font-size: 14px;
}
.radiuzz-tweet a {
color: #292d33;
}
.radiuzz-tweet a:hover {
color: #292d33;
}
.radiuzz-tweet.clean-color {
color: #fff;
}
.radiuzz-tweet.clean-color a {
color: #fff;
}
.radiuzz-tweet.clean-color a:hover {
color: #fff;
} .radiuzz-title-main {
margin-bottom: 20px;
}
.radiuzz-title-wrapper.left {
text-align: left;
}
.radiuzz-title-wrapper.right {
text-align: right;
}
.radiuzz-title-wrapper.center {
text-align: center;
}
.radiuzz-title-wrapper .title-heading {
margin: 0;
color: #292d33;
}
.radiuzz-title-wrapper strong {
font-weight: 700;
color: #899fb0;
}
.radiuzz-title-wrapper a {
color: #292d33;
}
.radiuzz-title-wrapper a:hover {
color: #292d33;
}
.radiuzz-title-wrapper .icon-above {
font-size: 65px;
display: block;
margin-bottom: 15px;
}
.radiuzz-title-wrapper .icon-above i {
color: #292d33;
display: block;
}
.radiuzz-title-wrapper .title-wrapper {
position: relative;
}
.radiuzz-title-wrapper .title-wrapper.inline-block {
display: inline-block;
}
.radiuzz-title-wrapper .title-wrapper span {
display: inline-block;
}
.radiuzz-title-wrapper .title-wrapper .sub {
margin: 10px 0 0;
color: #b3b3b3;
line-height: 1.3;
}
.radiuzz-title-wrapper .title-wrapper .radiuzz-vc-separator.small {
margin-bottom: 10px;
background-color: #292d33;
}
.radiuzz-title-wrapper.gray-bg .title-heading,
.radiuzz-title-wrapper.gray-bg .sub,
.radiuzz-title-wrapper.gray-bg i {
color: #c0c0c0;
}
.radiuzz-title-wrapper.gray-bg strong {
color: #bbbbbb;
}
.radiuzz-title-wrapper.gray-bg a,
.radiuzz-title-wrapper.gray-bg a:hover {
color: #c0c0c0;
}
.radiuzz-title-wrapper.gray-bg .radiuzz-vc-separator.small {
background-color: #c0c0c0;
}
.radiuzz-title-wrapper.dark-bg .title-heading,
.radiuzz-title-wrapper.dark-bg .sub,
.radiuzz-title-wrapper.dark-bg i {
color: #2b393b;
}
.radiuzz-title-wrapper.dark-bg strong {
color: #2b393b;
}
.radiuzz-title-wrapper.dark-bg a,
.radiuzz-title-wrapper.dark-bg a:hover {
color: #2b393b;
}
.radiuzz-title-wrapper.dark-bg .radiuzz-vc-separator.small {
background-color: #2b393b;
}
.radiuzz-title-wrapper.clean-color .title-heading,
.radiuzz-title-wrapper.clean-color .sub,
.radiuzz-title-wrapper.clean-color i {
color: #fff;
}
.radiuzz-title-wrapper.clean-color strong {
color: #fff;
}
.radiuzz-title-wrapper.clean-color a,
.radiuzz-title-wrapper.clean-color a:hover {
color: #fff;
}
.radiuzz-title-wrapper.clean-color .radiuzz-vc-separator.small {
background-color: #fff;
}
.radiuzz-title-wrapper.primary-bg .icon-above i {
color: #585858;
}
.radiuzz-title-wrapper.primary-bg strong {
color: #585858;
}
.radiuzz-title-wrapper.primary-bg a,
.radiuzz-title-wrapper.primary-bg a:hover {
color: #585858;
}
.vc_tta-panels > div {
margin: 0;
}
.vc_tta-tabs.vc_tta-style-alternative .vc_tta-tabs-list {
margin-bottom: 0;
}
.vc_tta-tabs.vc_tta-style-alternative.vc_tta-tabs-position-bottom .vc_tta-tabs-list {
margin-bottom: 0;
margin-top: 25px;
}
.vc_tta-tabs.vc_tta-style-alternative .vc_tta-tabs-list a {
font-size: 14px;
text-transform: uppercase;
letter-spacing: 0.1em;
font-weight: 700;
text-decoration: underline;
color: #585858;
padding-right: 5px;
padding-left: 5px;
}
.vc_tta-tabs.vc_tta-style-alternative .vc_tta-tabs-list .vc_tta-tab.vc_active a {
color: #666666;
text-decoration: none;
} .radiuzz-image-block {
height: 350px;
background-color: #fafafa;
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
background-attachment: scroll;
position: relative;
overflow: hidden;
}
.radiuzz-image-block .img-main-block {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 90;
opacity: 1;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-o-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform: translateZ(0px);
-moz-transform: translateZ(0px);
-o-transform: translateZ(0px);
-ms-transform: translateZ(0px);
transform: translateZ(0px);
}
.radiuzz-image-block .img-main-block.to-center {
margin: 0 !important;
}
.radiuzz-image-block .img-main-block .block-overlay {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 105;
background-color: #000;
opacity: 0.35;
}
.radiuzz-image-block .img-main-block .block-holder {
position: absolute;
display: table;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 115;
}
.radiuzz-image-block .img-main-block .block-inner {
display: table-cell;
padding: 40px 30px;
}
.radiuzz-image-block .img-main-block.v-middle .block-inner {
vertical-align: middle;
}
.radiuzz-image-block .img-main-block.v-top .block-inner {
vertical-align: top;
}
.radiuzz-image-block .img-main-block.v-bottom .block-inner {
vertical-align: bottom;
}
.radiuzz-image-block .img-main-block.to-center .block-inner {
text-align: center;
}
.radiuzz-image-block .img-main-block.to-left .block-inner {
text-align: left;
}
.radiuzz-image-block .img-main-block.to-right .block-inner {
text-align: right;
}
.radiuzz-image-block .img-main-block .block-inner > div:last-child {
margin-bottom: 0px !important;
}
.radiuzz-image-block .img-main-block .block-icon-holder {
color: #fff;
margin-bottom: 15px;
}
.radiuzz-image-block .img-main-block .block-heading {
margin-bottom: 15px;
}
.radiuzz-image-block .img-main-block .block-heading .block-header {
color: #fff;
font-weight: 400;
margin: 0;
}
.radiuzz-image-block .img-main-block .block-desc {
margin-bottom: 20px;
color: #fff;
}
.radiuzz-image-block .img-main-block .block-desc h1,
.radiuzz-image-block .img-main-block .block-desc h2,
.radiuzz-image-block .img-main-block .block-desc h3,
.radiuzz-image-block .img-main-block .block-desc h4,
.radiuzz-image-block .img-main-block .block-desc h5,
.radiuzz-image-block .img-main-block .block-desc h6 {
color: #fff;
margin-bottom: 10px;
}
.radiuzz-image-block .img-main-block .block-desc p {
margin-bottom: 10px;
}
.radiuzz-image-block .img-main-block .block-desc li {
color: #fff;
margin-bottom: 10px;
}
.radiuzz-image-block .img-main-block .block-desc a {
font-weight: bold;
color: #fff;
}
.radiuzz-image-block .img-main-block .block-desc a:hover {
color: #fff;
}
.radiuzz-image-block .img-main-block .block-btn a {
display: inline-block;
margin-bottom: 0;
text-align: center;
vertical-align: middle;
cursor: pointer;
-webkit-transition: border-color ease 300ms, background ease 300ms;
-moz-transition: border-color ease 300ms, background ease 300ms;
-o-transition: border-color ease 300ms, background ease 300ms;
transition: border-color ease 300ms, background ease 300ms;
font-size: 12px;
padding: 6px 20px;
line-height: 1.84;
background: transparent;
font-weight: 700;
text-transform: uppercase;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
color: #fff;
border: 2px solid #fff;
}
.radiuzz-image-block .img-main-block .block-btn a:hover {
background-color: #fff;
color: #222;
border-color: #fff;
}
.radiuzz-image-block .img-main-block.img-flip-block {
opacity: 0;
z-index: 100;
}
.radiuzz-image-block.with-flip:hover .img-main-block {
opacity: 0;
}
.radiuzz-image-block.with-flip:hover .img-main-block.img-flip-block {
opacity: 1;
} .radiuzz-image-flip {
position: relative;
width: 100%;
display: block;
text-align: center;
}
.radiuzz-image-flip .radiuzz-image-flip-holder {
position: relative;
display: inline-block;
vertical-align: middle;
}
.radiuzz-image-flip .radiuzz-image-flip-holder img.hover-image {
position: absolute;
top: 0;
left: 0;
opacity: 0;
}
.radiuzz-image-flip .radiuzz-image-flip-holder img.active-image {
position: relative;
display: block;
opacity: 1;
}
.radiuzz-image-flip .radiuzz-image-flip-holder img {
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-o-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform: translateZ(0px);
-moz-transform: translateZ(0px);
-o-transform: translateZ(0px);
-ms-transform: translateZ(0px);
transform: translateZ(0px);
}
.radiuzz-image-flip.with-hover-image:hover .radiuzz-image-flip-holder img.active-image {
opacity: 0;
}
.radiuzz-image-flip.with-hover-image:hover .radiuzz-image-flip-holder img.hover-image {
opacity: 1;
} .easyPieChart {
position: relative;
}
.easyPieChart canvas {
position: absolute;
top: 0;
left: 0;
}
.radiuzz-pie-chart-holder {
display: block;
opacity: 0;
margin-bottom: 20px;
}
.radiuzz-pie-chart-holder .radiuzz-pie-chart {
font-size: 38px;
font-weight: 300;
color: #292d33;
text-align: center;
margin: 0 auto;
}
.radiuzz-pie-chart-holder .radiuzz-pie-chart-content .pie-chart-heading {
text-align: center;
color: #28262b;
margin: 30px 0 0;
font-style: normal;
font-weight: 600;
font-size: 15px;
text-transform: none;
}
.radiuzz-pie-chart-holder .radiuzz-pie-chart-content .radiuzz-vc-separator {
margin-top: 15px;
margin-bottom: 10px;
background-color: #eeeeee;
width: 100px
}
.radiuzz-pie-chart-holder .pie-chart-content-inner {
text-align: center;
margin-top: 10px;
margin-bottom: 0;
font-style: italic;
font-weight: 400;
font-size: 14px;
line-height: 22.36px;
text-transform: none;
letter-spacing: 0px;
word-spacing: 0;
color: #9e9e9e;
}
.radiuzz-pie-chart-holder.gray-bg .radiuzz-pie-chart,
.radiuzz-pie-chart-holder.gray-bg .radiuzz-pie-chart-content .pie-chart-heading,
.radiuzz-pie-chart-holder.gray-bg .pie-chart-content-inner {
color: #bbbbbb;
}
.radiuzz-pie-chart-holder.gray-bg .radiuzz-pie-chart-content .radiuzz-vc-separator {
background-color: #c0c0c0;
}
.radiuzz-pie-chart-holder.dark-bg .radiuzz-pie-chart,
.radiuzz-pie-chart-holder.dark-bg .radiuzz-pie-chart-content .pie-chart-heading,
.radiuzz-pie-chart-holder.dark-bg .pie-chart-content-inner {
color: #2b393b;
}
.radiuzz-pie-chart-holder.dark-bg .radiuzz-pie-chart-content .radiuzz-vc-separator {
background-color: #2b393b;
}
.radiuzz-pie-chart-holder.clean-color .radiuzz-pie-chart,
.radiuzz-pie-chart-holder.clean-color .radiuzz-pie-chart-content .pie-chart-heading,
.radiuzz-pie-chart-holder.clean-color .pie-chart-content-inner {
color: #fff;
}
.radiuzz-pie-chart-holder.clean-color .radiuzz-pie-chart-content .radiuzz-vc-separator {
background-color: rgba(255, 255, 255, 0.4);
} .radiuzz-service {
margin-bottom: 20px;
position: relative;
background-color: #fff;
border: 1px solid #f6f6f6;
padding: 31px 0 0;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}
.radiuzz-service,
.radiuzz-service .fa-stack,
.radiuzz-service .main-icon {
-webkit-transition: all 400ms ease;
-moz-transition: all 400ms ease;
-o-transition: all 400ms ease;
transition: all 400ms ease;
}
.radiuzz-service .top-section-holder {
padding: 0 20px 20px;
}
.radiuzz-service .service-title {
margin: 0;
text-align: center;
padding: 25px 0px;
margin-bottom: 25px;
color: #292d33;
font-weight: 700;
text-transform: uppercase;
font-size: 22px;
}
.radiuzz-service .service-icon-holder {
margin-bottom: 10px;
text-align: center;
}
.radiuzz-service .main-icon {
color: #28262b;
}
.radiuzz-service .fa-stack {
border: 2px solid #585858;
background-color: #585858;
-webkit-box-sizing: initial;
-moz-box-sizing: initial;
box-sizing: initial;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
text-align: center;
}
.radiuzz-service .fa-stack .main-icon {
color: #ffffff;
}
.radiuzz-service.circle .fa-stack {
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
}
.radiuzz-service .content-section-holder {
text-align: center;
color: #7f7f7f;
}
.radiuzz-service .content-section-holder p {
margin: 0;
padding: 0;
list-style: none;
text-align: center;
border-bottom: 1px solid #f5f5f5;
padding: 14px 20px;
}
.radiuzz-service .content-section-holder p:last-child {
border-bottom: none !important;
}
.radiuzz-service .content-section-holder ul {
list-style-type: none;
padding: 0;
margin: 0;
}
.radiuzz-service .content-section-holder li {
display: block;
margin: 0;
padding: 0;
list-style: none;
text-align: center;
border-bottom: 1px solid #f5f5f5;
color: #7f7f7f;
padding: 14px 20px;
}
.radiuzz-service .content-section-holder li:first-child {
padding-top: 0;
}
.radiuzz-service .content-section-holder li:last-child {
border-bottom: none !important;
}
.radiuzz-service .content-section-holder a {
font-weight: 400;
color: #7f7f7f;
}
.radiuzz-service .content-section-holder a:hover {
color: #7f7f7f;
}
.radiuzz-service.gray-bg {
background-color: #f7f7f7;
border: none;
}
.radiuzz-service.gray-bg .content-section-holder li,
.radiuzz-service.gray-bg .content-section-holder p {
border-bottom-color: #eeeeee;
}
.radiuzz-service.dark-bg {
background-color: #2b393b;
border: none;
}
.radiuzz-service.dark-bg .content-section-holder li,
.radiuzz-service.dark-bg .content-section-holder p {
border-bottom-color: #3d4748;
color: #ffffff;
}
.radiuzz-service.dark-bg .content-section-holder a,
.radiuzz-service.dark-bg .content-section-holder a:hover {
color: #ffffff;
}
.radiuzz-service.dark-bg .service-title {
color: #ffffff;
}
.radiuzz-service.dark-bg .main-icon {
color: #ffffff;
}
.radiuzz-service.dark-bg .fa-stack {
background-color: #ffffff;
border-color: #ffffff;
}
.radiuzz-service.dark-bg .fa-stack .main-icon {
color: #2b393b;
}
.radiuzz-service.light-bg {
background-color: #fff;
border: none;
}
.radiuzz-service.primary-bg {
background-color: #585858;
border: none;
}
.radiuzz-service.primary-bg .content-section-holder li,
.radiuzz-service.primary-bg .content-section-holder p {
border-bottom-color: #ffffff;
color: #ffffff;
}
.radiuzz-service.primary-bg .content-section-holder a,
.radiuzz-service.primary-bg .content-section-holder a:hover {
color: #ffffff;
}
.radiuzz-service.primary-bg .service-title {
color: #ffffff;
}
.radiuzz-service.primary-bg .main-icon {
color: #ffffff;
}
.radiuzz-service.primary-bg .fa-stack {
background-color: #ffffff;
border-color: #ffffff;
}
.radiuzz-service.primary-bg .fa-stack .main-icon {
color: #585858;
} .radiuzz-progress {
margin: 20px 0px;
position: relative;
width: 100%;
overflow: hidden;
}
.radiuzz-progress .radiuzz-progress-outer {
background-color: #ffffff;
border: 1px solid #f1f1f1;
position: relative;
overflow: hidden;
height: 25px;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
-webkit-box-sizing: initial;
-moz-box-sizing: initial;
box-sizing: initial;
}
.radiuzz-progress .radiuzz-progress-inner {
position: absolute;
top: 0;
left: 0;
max-width: 100%;
overflow: hidden;
background-color: #242524;
height: 25px;
-webkit-border-radius: 0  ;
-moz-border-radius: 0 ;
border-radius: 0  ;
}
.radiuzz-progress .progress-title-holder {
margin: 0 0 6px 0;
position: relative;
font-size: 13px;
font-weight: bold;
}
.radiuzz-progress .progress-title-text {
display: inline-block;
z-index: 110;
}
.radiuzz-progress .progress-title-counter {
position: absolute;
top: 0px;
right: 0px;
}
.radiuzz-progress.gray-bg .radiuzz-progress-outer {
background-color: #eeeeee;
}
.radiuzz-progress.gray-bg .radiuzz-progress-inner {
background-color: #c0c0c0;
}
.radiuzz-progress.gray-bg .progress-title-holder {
color: #bbbbbb;
}
.radiuzz-progress.dark-bg .radiuzz-progress-outer {
background-color: #2b393b;
border: 2px solid #2b393b;
}
.radiuzz-progress.dark-bg .radiuzz-progress-inner {
background-color: #ffffff;
}
.radiuzz-progress.dark-bg .progress-title-holder {
color: #2b393b;
}
.radiuzz-progress.light-bg .radiuzz-progress-outer {
background-color: rgba(255, 255, 255, 0);
}
.radiuzz-progress.light-bg .radiuzz-progress-inner {
background-color: #fff;
}
.radiuzz-progress.light-bg .progress-title-holder {
color: #fff;
}
.radiuzz-progress.primary-bg .radiuzz-progress-outer {
background-color: #f2f2f2;
}
.radiuzz-progress.primary-bg .radiuzz-progress-inner {
background-color: #57b1e5;
} .radiuzz-icon-box-wrapper {
margin-bottom: 20px;
}
.radiuzz-icon-box {
position: relative;
}
.radiuzz-icon-box,
.radiuzz-icon-box .fa-stack,
.radiuzz-icon-box .main-icon {
-webkit-transition: all 400ms ease;
-moz-transition: all 400ms ease;
-o-transition: all 400ms ease;
transition: all 400ms ease;
}
.radiuzz-icon-box .icon-box-holder {
float: left;
display: inline-block;
position: relative;
z-index: 3;
}
.radiuzz-icon-box.shadow-box-effect:hover {
position: relative;
z-index: 9999;
-webkit-transform: translateY(-7px);
-moz-transform: translateY(-7px);
transform: translateY(-7px);
-webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}
.radiuzz-icon-box .icon-box-text-holder .icon-box-title {
display: block;
margin: 0 0 15px;
font-weight: 700;
color: #292d33;
}
.radiuzz-icon-box .icon-box-link-holder a {
display: inline-block;
margin: 15px 0 0;
text-transform: uppercase;
font-size: 12px;
font-weight: 700;
letter-spacing: 0.3px;
color: #4c4c4c;
border: 2px solid #e6e6e6;
background: #e6e6e6;
padding: 8px 21px;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.radiuzz-icon-box .icon-box-link-holder a:hover {
color: #4c4c4c;
background: #f0f0f0;
border-color: #f0f0f0;
}
.radiuzz-icon-box hr {
border-color: rgba(0, 0, 0, 0.07);
margin: 25px 25% 10px;
}
.radiuzz-icon-box .icon-box-holder .fa-stack {
border: 2px solid #b6c1c9;
background-color: transparent;
-webkit-box-sizing: initial;
-moz-box-sizing: initial;
box-sizing: initial;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
text-align: center;
}
.radiuzz-icon-box .icon-box-holder .fa-stack .main-icon {
color: #292d33;
}
.radiuzz-icon-box:hover .icon-box-holder .fa-stack {
border-color: #585858;
}
.radiuzz-icon-box:hover .icon-box-holder .fa-stack .main-icon {
color: #292d33;
}
.radiuzz-icon-box.circle .icon-box-holder .fa-stack {
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
}
.radiuzz-icon-box.circle .icon-box-holder .fa-stack {
position: relative;
z-index: 1;
}
.radiuzz-icon-box.circle .icon-box-holder .fa-stack .main-icon {
-webkit-transition: all 0.3s cubic-bezier(0.69, -0.32, 0.27, 1.39);
-moz-transition: all 0.3s cubic-bezier(0.69, -0.32, 0.27, 1.39);
transition: all 0.3s cubic-bezier(0.69, -0.32, 0.27, 1.39);
}
.radiuzz-icon-box.circle.hover-circle .icon-box-holder .fa-stack:before {
content: '';
display: inline-block;
width: 115%;
height: 115%;
position: absolute;
top: 50%;
left: 50%;
z-index: 0;
opacity: 0;
visibility: hidden;
background: transparent;
border: 2px solid #585858;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
-webkit-transition: all 0.3s cubic-bezier(0.69, -0.32, 0.27, 1.39);
-moz-transition: all 0.3s cubic-bezier(0.69, -0.32, 0.27, 1.39);
transition: all 0.3s cubic-bezier(0.69, -0.32, 0.27, 1.39);
-webkit-transform: translateY(-50%) translateX(-50%) scale(0.5);
-ms-transform: translateY(-50%) translateX(-50%) scale(0.5);
transform: translateY(-50%) translateX(-50%) scale(0.5);
}
.radiuzz-icon-box.circle.hover-circle:hover .icon-box-holder .fa-stack:before {
opacity: 1;
visibility: visible;
-webkit-transform: translateY(-50%) translateX(-50%) scale(1);
-ms-transform: translateY(-50%) translateX(-50%) scale(1);
transform: translateY(-50%) translateX(-50%) scale(1);
}
.radiuzz-icon-box .icon-box-holder .main-icon {
}
.radiuzz-icon-box:hover .icon-box-holder .main-icon {
color: #585858;
}
.radiuzz-icon-box .icon-box-text-holder {
position: relative;
}
.radiuzz-icon-box .icon-box-text-inner {
padding: 0 0 16px;
}
.radiuzz-icon-box .icon-box-title-holder {
display: table;
width: 100%;
height: 100%;
margin: 0 0 12px;
}
.radiuzz-icon-box .icon-box-title-holder .icon-box-holder {
display: table-cell;
text-align: center;
height: 100%;
vertical-align: middle;
float: none;
padding: 0 15px 0 0;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
.radiuzz-icon-box .icon-box-title-holder .icon-box-holder span {
position: relative;
top: 2px;
}
.radiuzz-icon-box .icon-box-title-holder .icon-box-title {
display: table-cell;
margin: 0 0 0;
vertical-align: middle;
width: 100%;
}
.radiuzz-icon-box.center {
text-align: center;
}
.radiuzz-icon-box.center .icon-box-holder {
float: none;
display: block;
margin: 0 0 20px;
width: 100%;
}
.radiuzz-icon-box.center.icon-image .icon-box-holder {
margin: 0 0 13px;
}
.radiuzz-icon-box.gray-bg .icon-box-text-holder .icon-box-title {
color: #bbbbbb;
}
.radiuzz-icon-box.gray-bg .icon-box-content {
color: #c0c0c0;
}
.radiuzz-icon-box.gray-bg .icon-box-holder .main-icon {
color: #bbbbbb;
}
.radiuzz-icon-box.gray-bg a {
color: #bbbbbb;
}
.radiuzz-icon-box.gray-bg a:hover {
color: #bbbbbb;
}
.radiuzz-icon-box.gray-bg hr {
border-color: #c0c0c0;
}
.radiuzz-icon-box.gray-bg .icon-box-holder .fa-stack {
border: 2px solid #dddddd;
background-color: #dddddd;
}
.radiuzz-icon-box.gray-bg .icon-box-holder .fa-stack .main-icon {
color: #f7f7f7;
}
.radiuzz-icon-box.dark-bg .icon-box-text-holder .icon-box-title {
color: #2b393b;
}
.radiuzz-icon-box.dark-bg .icon-box-content {
color: #2b393b;
}
.radiuzz-icon-box.dark-bg .icon-box-holder .main-icon {
color: #2b393b;
}
.radiuzz-icon-box.dark-bg a {
color: #2b393b;
}
.radiuzz-icon-box.dark-bg a:hover {
color: #2b393b;
}
.radiuzz-icon-box.dark-bg hr {
border-color: #2b393b;
}
.radiuzz-icon-box.dark-bg .icon-box-holder .fa-stack {
border: 2px solid #2b393b;
background-color: #2b393b;
}
.radiuzz-icon-box.dark-bg .icon-box-holder .fa-stack .main-icon {
color: #ffffff;
}
.radiuzz-icon-box.clean-color .icon-box-text-holder .icon-box-title,
.radiuzz-icon-box.light-bg .icon-box-text-holder .icon-box-title {
color: #fff;
}
.radiuzz-icon-box.clean-color .icon-box-content,
.radiuzz-icon-box.light-bg .icon-box-content {
color: #fff;
}
.radiuzz-icon-box.clean-color .icon-box-holder .main-icon,
.radiuzz-icon-box.light-bg .icon-box-holder .main-icon {
color: #fff;
}
.radiuzz-icon-box.clean-color a,
.radiuzz-icon-box.light-bg a {
color: #fff;
}
.radiuzz-icon-box.clean-color a:hover,
.radiuzz-icon-box.light-bg a:hover {
color: #fff;
}
.radiuzz-icon-box.clean-color hr,
.radiuzz-icon-box.light-bg hr {
border-color: #fff;
}
.radiuzz-icon-box.clean-color .icon-box-holder .fa-stack,
.radiuzz-icon-box.light-bg .icon-box-holder .fa-stack {
border: 2px solid #fff;
}
.radiuzz-icon-box.clean-color .icon-box-holder .fa-stack .main-icon,
.radiuzz-icon-box.light-bg .icon-box-holder .fa-stack .main-icon {
color: #bbbbbb;
}
.radiuzz-icon-box.primary-bg .icon-box-holder .fa-stack {
border: 2px solid #585858;
background-color: #585858;
}
.radiuzz-icon-box.primary-bg .icon-box-holder .fa-stack .main-icon {
color: #ffffff;
}
.radiuzz-icon-box.primary-bg .icon-box-holder .main-icon {
color: #585858;
}
.radiuzz-icon-box.tiny .icon-box-text-holder {
padding: 0 0 0 40px;
}
.radiuzz-icon-box.tiny.icon-image .icon-box-text-holder {
padding: 0 0 0 56px;
}
.radiuzz-icon-box.small-ico .icon-box-text-holder {
padding: 0 0 0 51px;
}
.radiuzz-icon-box.tiny.square .icon-box-text-holder {
padding: 0 0 0 56px;
}
.radiuzz-icon-box.medium .icon-box-text-holder {
padding: 0 0 0 73px;
}
.radiuzz-icon-box.large .icon-box-text-holder {
padding: 0 0 0 90px;
}
.radiuzz-icon-box.very-large .icon-box-text-holder {
padding: 0 0 0 109px;
}
.radiuzz-icon-box.tiny.boxed .icon-box-text-holder,
.radiuzz-icon-box.tiny.circle .icon-box-text-holder,
.radiuzz-icon-box.tiny.icon-image .icon-box-text-holder {
padding: 0 0 0 55px;
}
.radiuzz-icon-box.small-ico.square .icon-box-text-holder,
.radiuzz-icon-box.small-ico.boxed .icon-box-text-holder,
.radiuzz-icon-box.small-ico.circle .icon-box-text-holder,
.radiuzz-icon-box.small-ico.icon-image .icon-box-text-holder {
padding: 0 0 0 100px;
}
.radiuzz-icon-box.medium.circle .icon-box-text-holder {
padding: 0 0 0 119px;
}
.radiuzz-icon-box.medium.boxed .icon-box-text-holder,
.radiuzz-icon-box.medium.icon-image .icon-box-text-holder,
.radiuzz-icon-box.medium.square .icon-box-text-holder {
padding: 0 0 0 119px;
}
.radiuzz-icon-box.large.boxed .icon-box-text-holder,
.radiuzz-icon-box.large.circle .icon-box-text-holder,
.radiuzz-icon-box.large.icon-image .icon-box-text-holder,
.radiuzz-icon-box.large.square .icon-box-text-holder {
padding: 0 0 0 142px;
}
.radiuzz-icon-box.very-large.boxed .icon-box-text-holder,
.radiuzz-icon-box.very-large.circle .icon-box-text-holder,
.radiuzz-icon-box.very-large.square .icon-box-text-holder {
padding: 0 0 0 170px;
}
.radiuzz-icon-box.very-large.icon-image .icon-box-text-holder {
padding: 0 0 0 150px;
}
.radiuzz-icon-box.even-larger.boxed .icon-box-text-holder,
.radiuzz-icon-box.even-larger.circle .icon-box-text-holder,
.radiuzz-icon-box.even-larger.square .icon-box-text-holder {
padding: 0 0 0 170px;
}
.radiuzz-icon-box.even-larger.icon-image .icon-box-text-holder {
padding: 0 0 0 150px;
}
.radiuzz-icon-box.left-title .icon-box-text-holder {
padding: 0 0 0 0px !important;
}
.radiuzz-icon-box.center .icon-box-text-holder {
padding: 0 !important;
}
.radiuzz-icon-box.left-title .icon-box-holder {
display: block;
}
.radiuzz-icon-box .icon-box-holder img {
height: initial;
max-width: initial;
}
.radiuzz-icon-box.tiny .icon-box-holder img {
width: 35px;
}
.radiuzz-icon-box.small-ico .icon-box-holder img {
width: 52px;
}
.radiuzz-icon-box.medium .icon-box-holder img {
width: 78px;
}
.radiuzz-icon-box.large .icon-box-holder img {
width: 104px;
}
.radiuzz-icon-box.very-large .icon-box-holder img {
width: 130px;
}
.radiuzz-icon-box.even-larger .icon-box-holder img {
width: 160px;
}
.radiuzz-icon-box.left-title.tiny.normal_icon .icon-box-holder {
width: 25px;
}
.radiuzz-icon-box.left-title.medium.normal_icon .icon-box-holder {
width: 45px;
}
.cygnus-boxed-auto-spacer.tiny {
padding: 22px 0 0;
}
.cygnus-boxed-auto-spacer.small-ico {
padding: 30px 0 0;
}
.cygnus-boxed-auto-spacer.medium {
padding: 43px 0 0;
}
.cygnus-boxed-auto-spacer.large {
padding: 56px 0 0;
}
.cygnus-boxed-auto-spacer.very-large {
padding: 70px 0 0;
}
.radiuzz-icon-boxed-holder {
display: block;
position: relative;
border: 2px solid #eeeeee;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
z-index: 190;
}
.radiuzz-icon-boxed-holder,
.radiuzz-icon-boxed-holder .fa-stack,
.radiuzz-icon-boxed-holder .main-icon {
-webkit-transition: all 400ms ease;
-moz-transition: all 400ms ease;
-o-transition: all 400ms ease;
transition: all 400ms ease;
}
.radiuzz-icon-boxed-holder .icon-box-title {
display: block;
margin: 0 0 15px;
font-weight: 700;
color: #292d33;
}
.radiuzz-icon-boxed-holder .radiuzz-icon-boxed-inner {
padding: 30px 20px;
display: block;
text-align: center;
}
.radiuzz-icon-boxed-holder .radiuzz-icon-boxed-inner.tiny {
padding: 42px 20px 35px;
}
.radiuzz-icon-boxed-holder .radiuzz-icon-boxed-inner.small-ico {
padding: 50px 20px 35px;
}
.radiuzz-icon-boxed-holder .radiuzz-icon-boxed-inner.medium {
padding: 63px 20px 35px;
}
.radiuzz-icon-boxed-holder .radiuzz-icon-boxed-inner.large {
padding: 76px 20px 35px;
}
.radiuzz-icon-boxed-holder .radiuzz-icon-boxed-inner.very-large {
padding: 90px 20px 35px;
}
.radiuzz-icon-boxed-holder .radiuzz-icon-boxed-icon {
position: absolute;
top: 0;
left: 50%;
display: block;
z-index: 210;
}
.radiuzz-icon-boxed-holder .radiuzz-icon-boxed-icon-inner {
margin: -50% 0 0 -50%;
}
.radiuzz-icon-boxed-holder .radiuzz-icon-boxed-icon-inner .fa-stack {
background-color: #eeeeee;
text-align: center;
color: #7f7f7f;
}
.radiuzz-icon-boxed-holder .radiuzz-icon-boxed-icon-inner .fa-stack {
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}
.radiuzz-icon-boxed-holder .radiuzz-icon-boxed-icon-inner.circle .fa-stack {
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
}
.radiuzz-icon-boxed-holder .radiuzz-icon-boxed-icon-inner.image.tiny img {
height: 35px;
}
.radiuzz-icon-boxed-holder .radiuzz-icon-boxed-icon-inner.image.small-ico img {
height: 52px;
}
.radiuzz-icon-boxed-holder .radiuzz-icon-boxed-icon-inner.image.medium img {
height: 78px;
}
.radiuzz-icon-boxed-holder .radiuzz-icon-boxed-icon-inner.image.large img {
height: 104px;
}
.radiuzz-icon-boxed-holder .radiuzz-icon-boxed-icon-inner.image.very-large img {
height: 130px;
}
.radiuzz-icon-boxed-holder.gray-bg {
border-color: #f7f7f7;
background-color: #f7f7f7;
}
.radiuzz-icon-boxed-holder.gray-bg .icon-box-title {
color: #bbbbbb;
}
.radiuzz-icon-boxed-holder.gray-bg .icon-box-content {
color: #c0c0c0;
}
.radiuzz-icon-boxed-holder.gray-bg a {
color: #bbbbbb;
}
.radiuzz-icon-boxed-holder.gray-bg a:hover {
color: #bbbbbb;
}
.radiuzz-icon-boxed-holder.gray-bg .radiuzz-icon-boxed-icon-inner .fa-stack {
border: 2px solid #dddddd;
background-color: #dddddd;
}
.radiuzz-icon-boxed-holder.gray-bg .radiuzz-icon-boxed-icon-inner .fa-stack .main-icon {
color: #f7f7f7;
}
.radiuzz-icon-boxed-holder.dark-bg {
border-color: #2b393b;
background-color: #2b393b;
}
.radiuzz-icon-boxed-holder.dark-bg .icon-box-title {
color: #ffffff;
}
.radiuzz-icon-boxed-holder.dark-bg .icon-box-content {
color: #ffffff;
}
.radiuzz-icon-boxed-holder.dark-bg a {
color: #ffffff;
}
.radiuzz-icon-boxed-holder.dark-bg a:hover {
color: #ffffff;
}
.radiuzz-icon-boxed-holder.dark-bg .radiuzz-icon-boxed-icon-inner .fa-stack {
border: 2px solid #ffffff;
background-color: #ffffff;
}
.radiuzz-icon-boxed-holder.dark-bg .radiuzz-icon-boxed-icon-inner .fa-stack .main-icon {
color: #2b393b;
}
.radiuzz-icon-boxed-holder.clean-color {
border-color: #fff;
background-color: transparent;
}
.radiuzz-icon-boxed-holder.clean-color .icon-box-title {
color: #fff;
}
.radiuzz-icon-boxed-holder.clean-color .icon-box-content {
color: #fff;
}
.radiuzz-icon-boxed-holder.clean-color a {
color: #fff;
}
.radiuzz-icon-boxed-holder.clean-color a:hover {
color: #fff;
}
.radiuzz-icon-boxed-holder.clean-color .radiuzz-icon-boxed-icon-inner .fa-stack {
border: 2px solid #fff;
background-color: transparent;
}
.radiuzz-icon-boxed-holder.clean-color .radiuzz-icon-boxed-icon-inner .fa-stack .main-icon {
color: #fff;
}
.radiuzz-icon-boxed-holder.light-bg {
border-color: #fff;
background-color: #fff;
}
.radiuzz-icon-boxed-holder.light-bg .icon-box-title {
color: #292d33;
}
.radiuzz-icon-boxed-holder.light-bg .icon-box-content {
color: #7f7f7f;
}
.radiuzz-icon-boxed-holder.light-bg a {
color: #7f7f7f;
}
.radiuzz-icon-boxed-holder.light-bg a:hover {
color: #7f7f7f;
}
.radiuzz-icon-boxed-holder.light-bg .radiuzz-icon-boxed-icon-inner .fa-stack {
border: 2px solid #f7f7f7;
background-color: #fff;
}
.radiuzz-icon-boxed-holder.light-bg .radiuzz-icon-boxed-icon-inner .fa-stack .main-icon {
color: #7f7f7f;
}
.radiuzz-icon-boxed-holder.primary-bg {
border-color: #fff;
background-color: #fff;
}
.radiuzz-icon-boxed-holder.primary-bg .icon-box-title {
color: #292d33;
}
.radiuzz-icon-boxed-holder.primary-bg .icon-box-content {
color: #7f7f7f;
}
.radiuzz-icon-boxed-holder.primary-bg a {
color: #7f7f7f;
}
.radiuzz-icon-boxed-holder.primary-bg a:hover {
color: #7f7f7f;
}
.radiuzz-icon-boxed-holder.primary-bg .radiuzz-icon-boxed-icon-inner .fa-stack {
border: 2px solid #585858;
background-color: #585858;
}
.radiuzz-icon-boxed-holder.primary-bg .radiuzz-icon-boxed-icon-inner .fa-stack .main-icon {
color: #ffffff;
} .radiuzz-icon-wrapper {
display: inline-block;
margin-bottom: 3px;
}
.radiuzz-icon-wrapper .radiuzz-icon {
display: inline-block;
color: #bbbbbb;
}
.radiuzz-icon-wrapper i,
.radiuzz-icon-wrapper a {
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}
.radiuzz-icon-wrapper a {
display: block;
color: #bbbbbb;
}
.radiuzz-icon-wrapper a:hover {
color: #444444;
}
.radiuzz-icon-wrapper .radiuzz-font-stack .stack-holder {
color: #bbbbbb;
}
.radiuzz-icon-wrapper .radiuzz-font-stack .main-icon {
color: #fff;
}
.radiuzz-icon-wrapper .radiuzz-font-stack.with-link:hover .stack-holder {
color: #444444;
}
.radiuzz-icon-wrapper .radiuzz-font-stack-square {
background-color: #bbbbbb;
text-align: center;
}
.radiuzz-icon-wrapper .radiuzz-font-stack-square i {
color: #fff;
}
.radiuzz-icon-wrapper .radiuzz-font-stack-square.with-link:hover {
background: #444444;
}
.radiuzz-icon-wrapper .glow-icon .main-icon {
text-shadow: rgba(255, 255, 255, 0.4) 0px 0px 20px;
}
.radiuzz-icon-wrapper.to-center {
display: block;
text-align: center;
}
.radiuzz-icon-wrapper.to-left {
display: block;
text-align: left;
}
.radiuzz-icon-wrapper.to-right {
display: block;
text-align: right;
}
.radiuzz-icon-wrapper .gray-bg .radiuzz-icon {
color: #dddddd;
}
.radiuzz-icon-wrapper .gray-bg a {
color: #dddddd;
}
.radiuzz-icon-wrapper .gray-bg a:hover {
color: #bbbbbb;
}
.radiuzz-icon-wrapper .gray-bg .radiuzz-font-stack .stack-holder {
color: #dddddd;
}
.radiuzz-icon-wrapper .gray-bg .radiuzz-font-stack .main-icon {
color: #bbbbbb;
}
.radiuzz-icon-wrapper .gray-bg .radiuzz-font-stack.with-link:hover .stack-holder {
color: #7f7f7f;
}
.radiuzz-icon-wrapper .gray-bg .radiuzz-font-stack-square {
background-color: #dddddd;
text-align: center;
}
.radiuzz-icon-wrapper .gray-bg .radiuzz-font-stack-square i {
color: #bbbbbb;
}
.radiuzz-icon-wrapper .gray-bg .radiuzz-font-stack-square.with-link:hover {
background: #7f7f7f;
}
.radiuzz-icon-wrapper .dark-bg .radiuzz-icon {
color: #2b393b;
}
.radiuzz-icon-wrapper .dark-bg a {
color: #2b393b;
}
.radiuzz-icon-wrapper .dark-bg a:hover {
color: #2b393b;
}
.radiuzz-icon-wrapper .dark-bg .radiuzz-font-stack .stack-holder {
color: #2b393b;
}
.radiuzz-icon-wrapper .dark-bg .radiuzz-font-stack .main-icon {
color: #ffffff;
}
.radiuzz-icon-wrapper .dark-bg .radiuzz-font-stack.with-link:hover .stack-holder {
color: #2b393b;
}
.radiuzz-icon-wrapper .dark-bg .radiuzz-font-stack-square {
background-color: #2b393b;
text-align: center;
}
.radiuzz-icon-wrapper .dark-bg .radiuzz-font-stack-square i {
color: #ffffff;
}
.radiuzz-icon-wrapper .dark-bg .radiuzz-font-stack-square.with-link:hover {
background: #2b393b;
}
.radiuzz-icon-wrapper .light-bg .radiuzz-icon {
color: #fff;
}
.radiuzz-icon-wrapper .light-bg a {
color: #fff;
}
.radiuzz-icon-wrapper .light-bg a:hover {
color: #fff;
}
.radiuzz-icon-wrapper .light-bg .radiuzz-font-stack .stack-holder {
color: #fff;
}
.radiuzz-icon-wrapper .light-bg .radiuzz-font-stack .main-icon {
color: #bbbbbb;
}
.radiuzz-icon-wrapper .light-bg .radiuzz-font-stack.with-link:hover .stack-holder {
color: #fff;
}
.radiuzz-icon-wrapper .light-bg .radiuzz-font-stack-square {
background-color: #fff;
text-align: center;
}
.radiuzz-icon-wrapper .light-bg .radiuzz-font-stack-square i {
color: #bbbbbb;
}
.radiuzz-icon-wrapper .light-bg .radiuzz-font-stack-square.with-link:hover {
background: #fff;
}
.radiuzz-icon-wrapper .primary-bg .radiuzz-icon {
color: #585858;
}
.radiuzz-icon-wrapper .primary-bg a {
color: #ffffff;
}
.radiuzz-icon-wrapper .primary-bg a:hover {
color: #585858;
}
.radiuzz-icon-wrapper .primary-bg .radiuzz-font-stack .stack-holder {
color: #585858;
}
.radiuzz-icon-wrapper .primary-bg .radiuzz-font-stack .main-icon {
color: #ffffff;
}
.radiuzz-icon-wrapper .primary-bg .radiuzz-font-stack.with-link:hover .stack-holder {
color: #585858;
}
.radiuzz-icon-wrapper .primary-bg .radiuzz-font-stack-square {
background-color: #585858;
text-align: center;
}
.radiuzz-icon-wrapper .primary-bg .radiuzz-font-stack-square i {
color: #ffffff;
}
.radiuzz-icon-wrapper .primary-bg .radiuzz-font-stack-square.with-link:hover {
background: #585858;
}
.radiuzz-icon-wrapper .sa-facebook .radiuzz-font-stack .stack-holder,
.radiuzz-icon-wrapper .sa-facebook-square .radiuzz-font-stack .stack-holder {
color: #3b5998;
}
.radiuzz-icon-wrapper .sa-facebook .radiuzz-font-stack .main-icon,
.radiuzz-icon-wrapper .sa-facebook-square .radiuzz-font-stack .main-icon {
color: #fff;
}
.radiuzz-icon-wrapper .sa-facebook .radiuzz-font-stack.with-link:hover .stack-holder,
.radiuzz-icon-wrapper .sa-facebook-square .radiuzz-font-stack.with-link:hover .stack-holder {
color: #2d4373;
}
.radiuzz-icon-wrapper .sa-facebook .radiuzz-font-stack-square,
.radiuzz-icon-wrapper .sa-facebook-square .radiuzz-font-stack-square {
background-color: #3b5998;
text-align: center;
}
.radiuzz-icon-wrapper .sa-facebook .radiuzz-font-stack-square i,
.radiuzz-icon-wrapper .sa-facebook-square .radiuzz-font-stack-square i {
color: #fff;
}
.radiuzz-icon-wrapper .sa-facebook .radiuzz-font-stack-square.with-link:hover,
.radiuzz-icon-wrapper .sa-facebook-square .radiuzz-font-stack-square.with-link:hover {
background: #2d4373;
}
.radiuzz-icon-wrapper .sa-twitter .radiuzz-font-stack .stack-holder,
.radiuzz-icon-wrapper .sa-twitter-square .radiuzz-font-stack .stack-holder {
color: #00aced;
}
.radiuzz-icon-wrapper .sa-twitter .radiuzz-font-stack .main-icon,
.radiuzz-icon-wrapper .sa-twitter-square .radiuzz-font-stack .main-icon {
color: #fff;
}
.radiuzz-icon-wrapper .sa-twitter .radiuzz-font-stack.with-link:hover .stack-holder,
.radiuzz-icon-wrapper .sa-twitter-square .radiuzz-font-stack.with-link:hover .stack-holder {
color: #0087ba;
}
.radiuzz-icon-wrapper .sa-twitter .radiuzz-font-stack-square,
.radiuzz-icon-wrapper .sa-twitter-square .radiuzz-font-stack-square {
background-color: #00aced;
text-align: center;
}
.radiuzz-icon-wrapper .sa-twitter .radiuzz-font-stack-square i,
.radiuzz-icon-wrapper .sa-twitter-square .radiuzz-font-stack-square i {
color: #fff;
}
.radiuzz-icon-wrapper .sa-twitter .radiuzz-font-stack-square.with-link:hover,
.radiuzz-icon-wrapper .sa-twitter-square .radiuzz-font-stack-square.with-link:hover {
background: #0087ba;
}
.radiuzz-icon-wrapper .sa-pinterest .radiuzz-font-stack .stack-holder,
.radiuzz-icon-wrapper .sa-pinterest-square .radiuzz-font-stack .stack-holder {
color: #cb2027;
}
.radiuzz-icon-wrapper .sa-pinterest .radiuzz-font-stack .main-icon,
.radiuzz-icon-wrapper .sa-pinterest-square .radiuzz-font-stack .main-icon {
color: #fff;
}
.radiuzz-icon-wrapper .sa-pinterest .radiuzz-font-stack.with-link:hover .stack-holder,
.radiuzz-icon-wrapper .sa-pinterest-square .radiuzz-font-stack.with-link:hover .stack-holder {
color: #9f191f;
}
.radiuzz-icon-wrapper .sa-pinterest .radiuzz-font-stack-square,
.radiuzz-icon-wrapper .sa-pinterest-square .radiuzz-font-stack-square {
background-color: #cb2027;
text-align: center;
}
.radiuzz-icon-wrapper .sa-pinterest .radiuzz-font-stack-square i,
.radiuzz-icon-wrapper .sa-pinterest-square .radiuzz-font-stack-square i {
color: #fff;
}
.radiuzz-icon-wrapper .sa-pinterest .radiuzz-font-stack-square.with-link:hover,
.radiuzz-icon-wrapper .sa-pinterest-square .radiuzz-font-stack-square.with-link:hover {
background: #9f191f;
}
.radiuzz-icon-wrapper .sa-linkedin .radiuzz-font-stack .stack-holder,
.radiuzz-icon-wrapper .sa-linkedin-square .radiuzz-font-stack .stack-holder,
.radiuzz-icon-wrapper .sa-envelope .radiuzz-font-stack .stack-holder {
color: #007bb6;
}
.radiuzz-icon-wrapper .sa-linkedin .radiuzz-font-stack .main-icon,
.radiuzz-icon-wrapper .sa-linkedin-square .radiuzz-font-stack .main-icon,
.radiuzz-icon-wrapper .sa-envelope .radiuzz-font-stack .main-icon {
color: #fff;
}
.radiuzz-icon-wrapper .sa-linkedin .radiuzz-font-stack.with-link:hover .stack-holder,
.radiuzz-icon-wrapper .sa-linkedin-square .radiuzz-font-stack.with-link:hover .stack-holder,
.radiuzz-icon-wrapper .sa-envelope .radiuzz-font-stack.with-link:hover .stack-holder {
color: #005983;
}
.radiuzz-icon-wrapper .sa-linkedin .radiuzz-font-stack-square,
.radiuzz-icon-wrapper .sa-linkedin-square .radiuzz-font-stack-square,
.radiuzz-icon-wrapper .sa-envelope .radiuzz-font-stack-square {
background-color: #007bb6;
text-align: center;
}
.radiuzz-icon-wrapper .sa-linkedin .radiuzz-font-stack-square i,
.radiuzz-icon-wrapper .sa-linkedin-square .radiuzz-font-stack-square i,
.radiuzz-icon-wrapper .sa-envelope .radiuzz-font-stack-square i {
color: #fff;
}
.radiuzz-icon-wrapper .sa-linkedin .radiuzz-font-stack-square.with-link:hover,
.radiuzz-icon-wrapper .sa-linkedin-square .radiuzz-font-stack-square.with-link:hover,
.radiuzz-icon-wrapper .sa-envelope .radiuzz-font-stack-square.with-link:hover {
background: #005983;
}
.radiuzz-icon-wrapper .sa-youtube .radiuzz-font-stack .stack-holder,
.radiuzz-icon-wrapper .sa-youtube-square .radiuzz-font-stack .stack-holder,
.radiuzz-icon-wrapper .sa-youtube-play .radiuzz-font-stack .stack-holder {
color: #bb0000;
}
.radiuzz-icon-wrapper .sa-youtube .radiuzz-font-stack .main-icon,
.radiuzz-icon-wrapper .sa-youtube-square .radiuzz-font-stack .main-icon,
.radiuzz-icon-wrapper .sa-youtube-play .radiuzz-font-stack .main-icon {
color: #fff;
}
.radiuzz-icon-wrapper .sa-youtube .radiuzz-font-stack.with-link:hover .stack-holder,
.radiuzz-icon-wrapper .sa-youtube-square .radiuzz-font-stack.with-link:hover .stack-holder,
.radiuzz-icon-wrapper .sa-youtube-play .radiuzz-font-stack.with-link:hover .stack-holder {
color: #880000;
}
.radiuzz-icon-wrapper .sa-youtube .radiuzz-font-stack-square,
.radiuzz-icon-wrapper .sa-youtube-square .radiuzz-font-stack-square,
.radiuzz-icon-wrapper .sa-youtube-play .radiuzz-font-stack-square {
background-color: #bb0000;
text-align: center;
}
.radiuzz-icon-wrapper .sa-youtube .radiuzz-font-stack-square i,
.radiuzz-icon-wrapper .sa-youtube-square .radiuzz-font-stack-square i,
.radiuzz-icon-wrapper .sa-youtube-play .radiuzz-font-stack-square i {
color: #fff;
}
.radiuzz-icon-wrapper .sa-youtube .radiuzz-font-stack-square.with-link:hover,
.radiuzz-icon-wrapper .sa-youtube-square .radiuzz-font-stack-square.with-link:hover,
.radiuzz-icon-wrapper .sa-youtube-play .radiuzz-font-stack-square.with-link:hover {
background: #880000;
}
.radiuzz-icon-wrapper .sa-instagram .radiuzz-font-stack .stack-holder {
color: #517fa4;
}
.radiuzz-icon-wrapper .sa-instagram .radiuzz-font-stack .main-icon {
color: #fff;
}
.radiuzz-icon-wrapper .sa-instagram .radiuzz-font-stack.with-link:hover .stack-holder {
color: #406582;
}
.radiuzz-icon-wrapper .sa-instagram .radiuzz-font-stack-square {
background-color: #517fa4;
text-align: center;
}
.radiuzz-icon-wrapper .sa-instagram .radiuzz-font-stack-square i {
color: #fff;
}
.radiuzz-icon-wrapper .sa-instagram .radiuzz-font-stack-square.with-link:hover {
background: #406582;
}
.radiuzz-icon-wrapper .sa-flickr .radiuzz-font-stack .stack-holder {
color: #ff0084;
}
.radiuzz-icon-wrapper .sa-flickr .radiuzz-font-stack .main-icon {
color: #fff;
}
.radiuzz-icon-wrapper .sa-flickr .radiuzz-font-stack.with-link:hover .stack-holder {
color: #cc006a;
}
.radiuzz-icon-wrapper .sa-flickr .radiuzz-font-stack-square {
background-color: #ff0084;
text-align: center;
}
.radiuzz-icon-wrapper .sa-flickr .radiuzz-font-stack-square i {
color: #fff;
}
.radiuzz-icon-wrapper .sa-flickr .radiuzz-font-stack-square.with-link:hover {
background: #cc006a;
}
.radiuzz-icon-wrapper .sa-tumblr .radiuzz-font-stack .stack-holder,
.radiuzz-icon-wrapper .sa-tumblr-square .radiuzz-font-stack .stack-holder {
color: #32506d;
}
.radiuzz-icon-wrapper .sa-tumblr .radiuzz-font-stack .main-icon,
.radiuzz-icon-wrapper .sa-tumblr-square .radiuzz-font-stack .main-icon {
color: #fff;
}
.radiuzz-icon-wrapper .sa-tumblr .radiuzz-font-stack.with-link:hover .stack-holder,
.radiuzz-icon-wrapper .sa-tumblr-square .radiuzz-font-stack.with-link:hover .stack-holder {
color: #22364a;
}
.radiuzz-icon-wrapper .sa-tumblr .radiuzz-font-stack-square,
.radiuzz-icon-wrapper .sa-tumblr-square .radiuzz-font-stack-square {
background-color: #32506d;
text-align: center;
}
.radiuzz-icon-wrapper .sa-tumblr .radiuzz-font-stack-square i,
.radiuzz-icon-wrapper .sa-tumblr-square .radiuzz-font-stack-square i {
color: #fff;
}
.radiuzz-icon-wrapper .sa-tumblr .radiuzz-font-stack-square.with-link:hover,
.radiuzz-icon-wrapper .sa-tumblr-square .radiuzz-font-stack-square.with-link:hover {
background: #22364a;
}
.radiuzz-icon-wrapper .sa-vk .radiuzz-font-stack .stack-holder {
color: #45668e;
}
.radiuzz-icon-wrapper .sa-vk .radiuzz-font-stack .main-icon {
color: #fff;
}
.radiuzz-icon-wrapper .sa-vk .radiuzz-font-stack.with-link:hover .stack-holder {
color: #344d6c;
}
.radiuzz-icon-wrapper .sa-vk .radiuzz-font-stack-square {
background-color: #45668e;
text-align: center;
}
.radiuzz-icon-wrapper .sa-vk .radiuzz-font-stack-square i {
color: #fff;
}
.radiuzz-icon-wrapper .sa-vk .radiuzz-font-stack-square.with-link:hover {
background: #344d6c;
}
.radiuzz-icon-wrapper .sa-vimeo-square .radiuzz-font-stack .stack-holder {
color: #44bbff;
}
.radiuzz-icon-wrapper .sa-vimeo-square .radiuzz-font-stack .main-icon {
color: #fff;
}
.radiuzz-icon-wrapper .sa-vimeo-square .radiuzz-font-stack.with-link:hover .stack-holder {
color: #11a8ff;
}
.radiuzz-icon-wrapper .sa-vimeo-square .radiuzz-font-stack-square {
background-color: #44bbff;
text-align: center;
}
.radiuzz-icon-wrapper .sa-vimeo-square .radiuzz-font-stack-square i {
color: #fff;
}
.radiuzz-icon-wrapper .sa-vimeo-square .radiuzz-font-stack-square.with-link:hover {
background: #11a8ff;
}
.radiuzz-icon-wrapper .sa-google .radiuzz-font-stack .stack-holder,
.radiuzz-icon-wrapper .sa-google-plus .radiuzz-font-stack .stack-holder,
.radiuzz-icon-wrapper .sa-google-plus-square .radiuzz-font-stack .stack-holder {
color: #c63d2d;
}
.radiuzz-icon-wrapper .sa-google .radiuzz-font-stack .main-icon,
.radiuzz-icon-wrapper .sa-google-plus .radiuzz-font-stack .main-icon,
.radiuzz-icon-wrapper .sa-google-plus-square .radiuzz-font-stack .main-icon {
color: #fff;
}
.radiuzz-icon-wrapper .sa-google .radiuzz-font-stack.with-link:hover .stack-holder,
.radiuzz-icon-wrapper .sa-google-plus .radiuzz-font-stack.with-link:hover .stack-holder,
.radiuzz-icon-wrapper .sa-google-plus-square .radiuzz-font-stack.with-link:hover .stack-holder {
color: #9c3024;
}
.radiuzz-icon-wrapper .sa-google .radiuzz-font-stack-square,
.radiuzz-icon-wrapper .sa-google-plus .radiuzz-font-stack-square,
.radiuzz-icon-wrapper .sa-google-plus-square .radiuzz-font-stack-square {
background-color: #c63d2d;
text-align: center;
}
.radiuzz-icon-wrapper .sa-google .radiuzz-font-stack-square i,
.radiuzz-icon-wrapper .sa-google-plus .radiuzz-font-stack-square i,
.radiuzz-icon-wrapper .sa-google-plus-square .radiuzz-font-stack-square i {
color: #fff;
}
.radiuzz-icon-wrapper .sa-google .radiuzz-font-stack-square.with-link:hover,
.radiuzz-icon-wrapper .sa-google-plus .radiuzz-font-stack-square.with-link:hover,
.radiuzz-icon-wrapper .sa-google-plus-square .radiuzz-font-stack-square.with-link:hover {
background: #9c3024;
}
.google-container {
width: 100%;
height: 100%;
}
.radiuzz-icon-wrapper .sa-foursquare .radiuzz-font-stack .stack-holder {
color: #0072b1;
}
.radiuzz-icon-wrapper .sa-foursquare .radiuzz-font-stack .main-icon {
color: #fff;
}
.radiuzz-icon-wrapper .sa-foursquare .radiuzz-font-stack.with-link:hover .stack-holder {
color: #00517e;
}
.radiuzz-icon-wrapper .sa-foursquare .radiuzz-font-stack-square {
background-color: #0072b1;
text-align: center;
}
.radiuzz-icon-wrapper .sa-foursquare .radiuzz-font-stack-square i {
color: #fff;
}
.radiuzz-icon-wrapper .sa-foursquare .radiuzz-font-stack-square.with-link:hover {
background: #00517e;
}
.radiuzz-icon-wrapper .sa-yahoo .radiuzz-font-stack .stack-holder {
color: #720e9e;
}
.radiuzz-icon-wrapper .sa-yahoo .radiuzz-font-stack .main-icon {
color: #fff;
}
.radiuzz-icon-wrapper .sa-yahoo .radiuzz-font-stack.with-link:hover .stack-holder {
color: #500a6f;
}
.radiuzz-icon-wrapper .sa-yahoo .radiuzz-font-stack-square {
background-color: #720e9e;
text-align: center;
}
.radiuzz-icon-wrapper .sa-yahoo .radiuzz-font-stack-square i {
color: #fff;
}
.radiuzz-icon-wrapper .sa-yahoo .radiuzz-font-stack-square.with-link:hover {
background: #500a6f;
}
.radiuzz-icon-wrapper .sa-dribbble .radiuzz-font-stack .stack-holder {
color: #ea4c89;
}
.radiuzz-icon-wrapper .sa-dribbble .radiuzz-font-stack .main-icon {
color: #fff;
}
.radiuzz-icon-wrapper .sa-dribbble .radiuzz-font-stack.with-link:hover .stack-holder {
color: #e51e6b;
}
.radiuzz-icon-wrapper .sa-dribbble .radiuzz-font-stack-square {
background-color: #ea4c89;
text-align: center;
}
.radiuzz-icon-wrapper .sa-dribbble .radiuzz-font-stack-square i {
color: #fff;
}
.radiuzz-icon-wrapper .sa-dribbble .radiuzz-font-stack-square.with-link:hover {
background: #e51e6b;
}
.radiuzz-icon-wrapper .sa-wordpress .radiuzz-font-stack .stack-holder {
color: #21759b;
}
.radiuzz-icon-wrapper .sa-wordpress .radiuzz-font-stack .main-icon {
color: #fff;
}
.radiuzz-icon-wrapper .sa-wordpress .radiuzz-font-stack.with-link:hover .stack-holder {
color: #185571;
}
.radiuzz-icon-wrapper .sa-wordpress .radiuzz-font-stack-square {
background-color: #21759b;
text-align: center;
}
.radiuzz-icon-wrapper .sa-wordpress .radiuzz-font-stack-square i {
color: #fff;
}
.radiuzz-icon-wrapper .sa-wordpress .radiuzz-font-stack-square.with-link:hover {
background: #185571;
}
.radiuzz-icon-wrapper .sa-stumbleupon .radiuzz-font-stack .stack-holder,
.radiuzz-icon-wrapper .sa-stumbleupon-circle .radiuzz-font-stack .stack-holder {
color: #eb4823;
}
.radiuzz-icon-wrapper .sa-stumbleupon .radiuzz-font-stack .main-icon,
.radiuzz-icon-wrapper .sa-stumbleupon-circle .radiuzz-font-stack .main-icon {
color: #fff;
}
.radiuzz-icon-wrapper .sa-stumbleupon .radiuzz-font-stack.with-link:hover .stack-holder,
.radiuzz-icon-wrapper .sa-stumbleupon-circle .radiuzz-font-stack.with-link:hover .stack-holder {
color: #c93412;
}
.radiuzz-icon-wrapper .sa-stumbleupon .radiuzz-font-stack-square,
.radiuzz-icon-wrapper .sa-stumbleupon-circle .radiuzz-font-stack-square {
background-color: #eb4823;
text-align: center;
}
.radiuzz-icon-wrapper .sa-stumbleupon .radiuzz-font-stack-square i,
.radiuzz-icon-wrapper .sa-stumbleupon-circle .radiuzz-font-stack-square i {
color: #fff;
}
.radiuzz-icon-wrapper .sa-stumbleupon .radiuzz-font-stack-square.with-link:hover,
.radiuzz-icon-wrapper .sa-stumbleupon-circle .radiuzz-font-stack-square.with-link:hover {
background: #c93412;
}
.radiuzz-icon-wrapper .sa-soundcloud .radiuzz-font-stack .stack-holder {
color: #ff3a00;
}
.radiuzz-icon-wrapper .sa-soundcloud .radiuzz-font-stack .main-icon {
color: #fff;
}
.radiuzz-icon-wrapper .sa-soundcloud .radiuzz-font-stack.with-link:hover .stack-holder {
color: #cc2e00;
}
.radiuzz-icon-wrapper .sa-soundcloud .radiuzz-font-stack-square {
background-color: #ff3a00;
text-align: center;
}
.radiuzz-icon-wrapper .sa-soundcloud .radiuzz-font-stack-square i {
color: #fff;
}
.radiuzz-icon-wrapper .sa-soundcloud .radiuzz-font-stack-square.with-link:hover {
background: #cc2e00;
}
.radiuzz-icon-wrapper .sa-skype .radiuzz-font-stack .stack-holder {
color: #12a5f4;
}
.radiuzz-icon-wrapper .sa-skype .radiuzz-font-stack .main-icon {
color: #fff;
}
.radiuzz-icon-wrapper .sa-skype .radiuzz-font-stack.with-link:hover .stack-holder {
color: #0986ca;
}
.radiuzz-icon-wrapper .sa-skype .radiuzz-font-stack-square {
background-color: #12a5f4;
text-align: center;
}
.radiuzz-icon-wrapper .sa-skype .radiuzz-font-stack-square i {
color: #fff;
}
.radiuzz-icon-wrapper .sa-skype .radiuzz-font-stack-square.with-link:hover {
background: #0986ca;
}
.radiuzz-icon-wrapper .sa-vine .radiuzz-font-stack .stack-holder {
color: #00bf8f;
}
.radiuzz-icon-wrapper .sa-vine .radiuzz-font-stack .main-icon {
color: #fff;
}
.radiuzz-icon-wrapper .sa-vine .radiuzz-font-stack.with-link:hover .stack-holder {
color: #008c69;
}
.radiuzz-icon-wrapper .sa-vine .radiuzz-font-stack-square {
background-color: #00bf8f;
text-align: center;
}
.radiuzz-icon-wrapper .sa-vine .radiuzz-font-stack-square i {
color: #fff;
}
.radiuzz-icon-wrapper .sa-vine .radiuzz-font-stack-square.with-link:hover {
background: #008c69;
}
.radiuzz-icon-wrapper .sa-xing .radiuzz-font-stack .stack-holder,
.radiuzz-icon-wrapper .sa-xing-square .radiuzz-font-stack .stack-holder {
color: #006567;
}
.radiuzz-icon-wrapper .sa-xing .radiuzz-font-stack .main-icon,
.radiuzz-icon-wrapper .sa-xing-square .radiuzz-font-stack .main-icon {
color: #fff;
}
.radiuzz-icon-wrapper .sa-xing .radiuzz-font-stack.with-link:hover .stack-holder,
.radiuzz-icon-wrapper .sa-xing-square .radiuzz-font-stack.with-link:hover .stack-holder {
color: #003334;
}
.radiuzz-icon-wrapper .sa-xing .radiuzz-font-stack-square,
.radiuzz-icon-wrapper .sa-xing-square .radiuzz-font-stack-square {
background-color: #006567;
text-align: center;
}
.radiuzz-icon-wrapper .sa-xing .radiuzz-font-stack-square i,
.radiuzz-icon-wrapper .sa-xing-square .radiuzz-font-stack-square i {
color: #fff;
}
.radiuzz-icon-wrapper .sa-xing .radiuzz-font-stack-square.with-link:hover,
.radiuzz-icon-wrapper .sa-xing-square .radiuzz-font-stack-square.with-link:hover {
background: #003334;
}
.radiuzz-icon-wrapper .sa-weibo .radiuzz-font-stack .stack-holder {
color: #d72928;
}
.radiuzz-icon-wrapper .sa-weibo .radiuzz-font-stack .main-icon {
color: #fff;
}
.radiuzz-icon-wrapper .sa-weibo .radiuzz-font-stack.with-link:hover .stack-holder {
color: #ac2120;
}
.radiuzz-icon-wrapper .sa-weibo .radiuzz-font-stack-square {
background-color: #d72928;
text-align: center;
}
.radiuzz-icon-wrapper .sa-weibo .radiuzz-font-stack-square i {
color: #fff;
}
.radiuzz-icon-wrapper .sa-weibo .radiuzz-font-stack-square.with-link:hover {
background: #ac2120;
}
.radiuzz-icon-wrapper .sa-tencent-weibo .radiuzz-font-stack .stack-holder {
color: #00aced;
}
.radiuzz-icon-wrapper .sa-tencent-weibo .radiuzz-font-stack .main-icon {
color: #fff;
}
.radiuzz-icon-wrapper .sa-tencent-weibo .radiuzz-font-stack.with-link:hover .stack-holder {
color: #0087ba;
}
.radiuzz-icon-wrapper .sa-tencent-weibo .radiuzz-font-stack-square {
background-color: #00aced;
text-align: center;
}
.radiuzz-icon-wrapper .sa-tencent-weibo .radiuzz-font-stack-square i {
color: #fff;
}
.radiuzz-icon-wrapper .sa-tencent-weibo .radiuzz-font-stack-square.with-link:hover {
background: #0087ba;
}
.radiuzz-icon-wrapper .sa-twitch .radiuzz-font-stack .stack-holder {
color: #6441a5;
}
.radiuzz-icon-wrapper .sa-twitch .radiuzz-font-stack .main-icon {
color: #fff;
}
.radiuzz-icon-wrapper .sa-twitch .radiuzz-font-stack.with-link:hover .stack-holder {
color: #4e3380;
}
.radiuzz-icon-wrapper .sa-twitch .radiuzz-font-stack-square {
background-color: #6441a5;
text-align: center;
}
.radiuzz-icon-wrapper .sa-twitch .radiuzz-font-stack-square i {
color: #fff;
}
.radiuzz-icon-wrapper .sa-twitch .radiuzz-font-stack-square.with-link:hover {
background: #4e3380;
}
.radiuzz-icon-wrapper .sa-renren .radiuzz-font-stack .stack-holder {
color: #005aab;
}
.radiuzz-icon-wrapper .sa-renren .radiuzz-font-stack .main-icon {
color: #fff;
}
.radiuzz-icon-wrapper .sa-renren .radiuzz-font-stack.with-link:hover .stack-holder {
color: #003f78;
}
.radiuzz-icon-wrapper .sa-renren .radiuzz-font-stack-square {
background-color: #005aab;
text-align: center;
}
.radiuzz-icon-wrapper .sa-renren .radiuzz-font-stack-square i {
color: #fff;
}
.radiuzz-icon-wrapper .sa-renren .radiuzz-font-stack-square.with-link:hover {
background: #003f78;
}
.radiuzz-icon-wrapper .sa-git .radiuzz-font-stack .stack-holder,
.radiuzz-icon-wrapper .sa-git-square .radiuzz-font-stack .stack-holder,
.radiuzz-icon-wrapper .sa-github .radiuzz-font-stack .stack-holder,
.radiuzz-icon-wrapper .sa-github-alt .radiuzz-font-stack .stack-holder,
.radiuzz-icon-wrapper .sa-github-square .radiuzz-font-stack .stack-holder,
.radiuzz-icon-wrapper .sa-bitbucket .radiuzz-font-stack .stack-holder,
.radiuzz-icon-wrapper .sa-bitbucket-square .radiuzz-font-stack .stack-holder,
.radiuzz-icon-wrapper .sa-behance .radiuzz-font-stack .stack-holder,
.radiuzz-icon-wrapper .sa-behance-square .radiuzz-font-stack .stack-holder {
color: #4caccf;
}
.radiuzz-icon-wrapper .sa-git .radiuzz-font-stack .main-icon,
.radiuzz-icon-wrapper .sa-git-square .radiuzz-font-stack .main-icon,
.radiuzz-icon-wrapper .sa-github .radiuzz-font-stack .main-icon,
.radiuzz-icon-wrapper .sa-github-alt .radiuzz-font-stack .main-icon,
.radiuzz-icon-wrapper .sa-github-square .radiuzz-font-stack .main-icon,
.radiuzz-icon-wrapper .sa-bitbucket .radiuzz-font-stack .main-icon,
.radiuzz-icon-wrapper .sa-bitbucket-square .radiuzz-font-stack .main-icon,
.radiuzz-icon-wrapper .sa-behance .radiuzz-font-stack .main-icon,
.radiuzz-icon-wrapper .sa-behance-square .radiuzz-font-stack .main-icon {
color: #fff;
}
.radiuzz-icon-wrapper .sa-git .radiuzz-font-stack.with-link:hover .stack-holder,
.radiuzz-icon-wrapper .sa-git-square .radiuzz-font-stack.with-link:hover .stack-holder,
.radiuzz-icon-wrapper .sa-github .radiuzz-font-stack.with-link:hover .stack-holder,
.radiuzz-icon-wrapper .sa-github-alt .radiuzz-font-stack.with-link:hover .stack-holder,
.radiuzz-icon-wrapper .sa-github-square .radiuzz-font-stack.with-link:hover .stack-holder,
.radiuzz-icon-wrapper .sa-bitbucket .radiuzz-font-stack.with-link:hover .stack-holder,
.radiuzz-icon-wrapper .sa-bitbucket-square .radiuzz-font-stack.with-link:hover .stack-holder,
.radiuzz-icon-wrapper .sa-behance .radiuzz-font-stack.with-link:hover .stack-holder,
.radiuzz-icon-wrapper .sa-behance-square .radiuzz-font-stack.with-link:hover .stack-holder {
color: #3193b7;
}
.radiuzz-icon-wrapper .sa-git .radiuzz-font-stack-square,
.radiuzz-icon-wrapper .sa-git-square .radiuzz-font-stack-square,
.radiuzz-icon-wrapper .sa-github .radiuzz-font-stack-square,
.radiuzz-icon-wrapper .sa-github-alt .radiuzz-font-stack-square,
.radiuzz-icon-wrapper .sa-github-square .radiuzz-font-stack-square,
.radiuzz-icon-wrapper .sa-bitbucket .radiuzz-font-stack-square,
.radiuzz-icon-wrapper .sa-bitbucket-square .radiuzz-font-stack-square,
.radiuzz-icon-wrapper .sa-behance .radiuzz-font-stack-square,
.radiuzz-icon-wrapper .sa-behance-square .radiuzz-font-stack-square {
background-color: #4caccf;
text-align: center;
}
.radiuzz-icon-wrapper .sa-git .radiuzz-font-stack-square i,
.radiuzz-icon-wrapper .sa-git-square .radiuzz-font-stack-square i,
.radiuzz-icon-wrapper .sa-github .radiuzz-font-stack-square i,
.radiuzz-icon-wrapper .sa-github-alt .radiuzz-font-stack-square i,
.radiuzz-icon-wrapper .sa-github-square .radiuzz-font-stack-square i,
.radiuzz-icon-wrapper .sa-bitbucket .radiuzz-font-stack-square i,
.radiuzz-icon-wrapper .sa-bitbucket-square .radiuzz-font-stack-square i,
.radiuzz-icon-wrapper .sa-behance .radiuzz-font-stack-square i,
.radiuzz-icon-wrapper .sa-behance-square .radiuzz-font-stack-square i {
color: #fff;
}
.radiuzz-icon-wrapper .sa-git .radiuzz-font-stack-square.with-link:hover,
.radiuzz-icon-wrapper .sa-git-square .radiuzz-font-stack-square.with-link:hover,
.radiuzz-icon-wrapper .sa-github .radiuzz-font-stack-square.with-link:hover,
.radiuzz-icon-wrapper .sa-github-alt .radiuzz-font-stack-square.with-link:hover,
.radiuzz-icon-wrapper .sa-github-square .radiuzz-font-stack-square.with-link:hover,
.radiuzz-icon-wrapper .sa-bitbucket .radiuzz-font-stack-square.with-link:hover,
.radiuzz-icon-wrapper .sa-bitbucket-square .radiuzz-font-stack-square.with-link:hover,
.radiuzz-icon-wrapper .sa-behance .radiuzz-font-stack-square.with-link:hover,
.radiuzz-icon-wrapper .sa-behance-square .radiuzz-font-stack-square.with-link:hover {
background: #3193b7;
} .radiuzz-icon-list {
margin-bottom: 20px;
}
.radiuzz-icon-list p {
font-size: 14px;
line-height: 1.35em;
margin: 0px;
padding: 4px 0 0 37px;
position: relative;
}
.radiuzz-icon-list i {
font-size: 18px;
line-height: 27px;
height: 27px;
width: 27px;
text-align: center;
border-radius: 2em;
-webkit-border-radius: 2em;
color: #bbbbbb;
}
.radiuzz-icon-list.circle i {
font-size: 16px;
color: #fff;
background-color: #bbbbbb;
}
.radiuzz-icon-list.gray-bg p,
.radiuzz-icon-list.gray-bg i {
color: #dddddd;
}
.radiuzz-icon-list.gray-bg.circle i {
background-color: #dddddd;
color: #bbbbbb;
}
.radiuzz-icon-list.dark-bg p,
.radiuzz-icon-list.dark-bg i {
color: #2b393b;
}
.radiuzz-icon-list.dark-bg.circle i {
background-color: #2b393b;
color: #ffffff;
}
.radiuzz-icon-list.clean-color p,
.radiuzz-icon-list.clean-color i {
color: #fff;
}
.radiuzz-icon-list.clean-color.circle i {
background-color: #fff;
color: #bbbbbb;
}
.radiuzz-icon-list.primary-bg p {
color: #fff;
}
.radiuzz-icon-list.primary-bg i {
color: #585858;
}
.radiuzz-icon-list.primary-bg.circle i {
background-color: #585858;
color: #ffffff;
} .radiuzz-list {
margin-bottom: 20px;
}
.radiuzz-list ul {
display: block;
list-style-type: none;
padding: 0;
margin: 0;
}
.radiuzz-list ul > li {
position: relative;
line-height: 1.35em;
margin: 0 0 20px;
padding: 0 0 0 20px;
}
.radiuzz-list ul > li:last-child {
margin-bottom: 0px !important;
padding-bottom: 0px !important;
}
.radiuzz-list p {
display: none;
}
.radiuzz-list.number ul {
counter-reset: li;
}
.radiuzz-list.number ul > li {
padding-left: 30px;
}
.radiuzz-list.number ul > li:before {
height: 20px;
width: 20px;
line-height: 20px;
display: inline-block;
position: absolute;
left: 0;
top: 0px;
padding: 0;
color: #28262b;
text-align: center;
content: counter(li, decimal-leading-zero);
counter-increment: li;
font-weight: bold;
}
.radiuzz-list.number.circle-in ul > li {
padding-left: 42px;
margin-bottom: 20px;
}
.radiuzz-list.number.circle-in ul > li:before {
color: #fff;
background-color: #bbbbbb;
border-radius: 2em;
-webkit-border-radius: 2em;
width: 31px;
height: 31px;
line-height: 31px;
top: -7px;
}
.radiuzz-list.circle ul > li:before {
position: absolute;
left: 0;
top: 7px;
width: 7px;
height: 7px;
background-color: #bbbbbb;
display: block;
content: '';
border-radius: 25px;
-webkit-border-radius: 25px;
}
.radiuzz-list.gray-bg li {
color: #dddddd;
}
.radiuzz-list.gray-bg.number ul > li:before {
color: #dddddd;
}
.radiuzz-list.gray-bg.number.circle-in ul > li:before {
background-color: #dddddd;
color: #bbbbbb;
}
.radiuzz-list.gray-bg.circle ul > li:before {
background-color: #dddddd;
}
.radiuzz-list.dark-bg li {
color: #2b393b;
}
.radiuzz-list.dark-bg.number ul > li:before {
color: #2b393b;
}
.radiuzz-list.dark-bg.number.circle-in ul > li:before {
background-color: #2b393b;
color: #ffffff;
}
.radiuzz-list.dark-bg.circle ul > li:before {
background-color: #2b393b;
}
.radiuzz-list.clean-color li {
color: #fff;
}
.radiuzz-list.clean-color.number ul > li:before {
color: #fff;
}
.radiuzz-list.clean-color.number.circle-in ul > li:before {
background-color: #fff;
color: #bbbbbb;
}
.radiuzz-list.clean-color.circle ul > li:before {
background-color: #fff;
}
.radiuzz-list.primary-bg li {
color: #fff;
}
.radiuzz-list.primary-bg.number ul > li:before {
color: #585858;
}
.radiuzz-list.primary-bg.number.circle-in ul > li:before {
background-color: #585858;
color: #ffffff;
}
.radiuzz-list.primary-bg.circle ul > li:before {
background-color: #585858;
} .radiuzz-message {
position: relative;
color: #fff;
background-color: #008cdc;
margin-bottom: 20px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.radiuzz-message a,
.radiuzz-message a:hover {
color: #fff;
}
.radiuzz-message .radiuzz-message-inner {
position: relative;
display: table;
width: 100%;
}
.radiuzz-message.with-icon .radiuzz-message-icon-holder {
display: table-cell;
vertical-align: middle;
width: 120px;
text-align: center;
padding: 30px 10px;
background: rgba(0, 0, 0, 0.2);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-border-bottom-right-radius: 0px !important;
-moz-border-radius-bottomright: 0px !important;
border-bottom-right-radius: 0px !important;
-webkit-border-top-right-radius: 0px !important;
-webkit-background-clip: padding-box !important;
-moz-border-radius-topright: 0px !important;
-moz-background-clip: padding !important;
border-top-right-radius: 0px !important;
background-clip: padding-box !important;
}
.radiuzz-message.with-icon i {
line-height: 1em;
}
.radiuzz-message .radiuzz-message-text-holder {
display: table-cell;
vertical-align: middle;
padding: 20px 20px 20px 20px;
}
.radiuzz-message .radiuzz-message-text {
font-style: normal;
font-weight: 600;
font-size: 15px;
font-family: texgyreadventorregular;
line-height: 25.65px;
text-transform: none;
letter-spacing: 1px;
word-spacing: 0;
}
.radiuzz-message.success {
background-color: #00bfb3;
}
.radiuzz-message.warning {
background-color: #f7ae38;
}
.radiuzz-message.error {
background-color: #ff3e47;
}
.radiuzz-message a.close {
position: absolute;
top: 7px;
right: 5px;
line-height: 13px;
color: rgba(255, 255, 255, 0.5);
}
.radiuzz-message a.close:hover {
color: #fff;
}
.radiuzz-message a.close i {
width: 14px;
height: 14px;
}
@media (min-width: 768px) and (max-width: 991px) {
.radiuzz-image-block .img-main-block .block-inner {
padding: 10px;
}
}
@media (min-width: 480px) and (max-width: 767px) {
.radiuzz-icon-box-wrapper {
padding: 0 50px;
}
}
@media (max-width: 480px) {
.radiuzz-message.with-icon .radiuzz-message-icon-holder {
width: 70px;
}
} .radiuzz-quote {
margin-bottom: 20px;
}
.radiuzz-quote blockquote {
position: relative;
padding: 15px 15px 15px 15px;
border-left: 3px solid #f7f7f7;
margin: 0;
}
.radiuzz-quote blockquote h5 {
text-transform: none;
z-index: 999;
position: relative;
font-style: italic;
font-size: 14px;
line-height: 2;
color: #28262b;
font-weight: 600;
letter-spacing: 1px;
}
.radiuzz-quote blockquote .author {
text-transform: none;
font-size: 13px;
line-height: 1.3;
letter-spacing: normal;
color: #28262b;
font-weight: bold;
margin: 10px 0 0;
}
.radiuzz-quote blockquote.with-icon {
border: none;
}
.radiuzz-quote blockquote.with-icon h5 {
padding: 0 0 0 15px;
}
.radiuzz-quote blockquote.with-icon .author {
padding: 0 0 0 40px;
}
.radiuzz-quote blockquote .pull-left {
font-size: 53px;
color: rgba(181, 181, 181, 0.5);
margin: 5px 0 0;
position: absolute;
z-index: 1;
}
.radiuzz-quote.gray-bg blockquote {
background-color: #f7f7f7;
padding: 25px 20px;
border: none;
}
.radiuzz-quote.dark-bg blockquote {
background-color: #2b393b;
padding: 25px 20px;
border: none;
}
.radiuzz-quote.dark-bg blockquote .blockquote-text {
color: white;
}
.radiuzz-quote.clean-color blockquote {
border: none;
}
.radiuzz-quote.clean-color blockquote h5,
.radiuzz-quote.clean-color blockquote .author {
color: #fff;
}
.radiuzz-quote.primary-bg blockquote i.pull-left {
color: #7b7b7b;
}
.radiuzz-quote.light-bg blockquote {
background-color: #fff;
padding: 25px 20px;
border: none;
}
.radiuzz-quote.primary-bg blockquote {
background-color: #353535;
padding: 25px 20px;
border: none;
}
.radiuzz-quote.primary-bg blockquote h5,
.radiuzz-quote.primary-bg blockquote .author,
.radiuzz-quote.primary-bg blockquote .pull-left {
color: #ffffff;
} .radiuzz-counter-wrapper h2 {
margin: 0;
text-align: center;
font-size: 49px;
line-height: 1;
font-weight: normal;
color: #28262b;
}
.radiuzz-counter-wrapper .icon-above {
font-size: 65px;
display: block;
color: #28262b;
margin-bottom: 15px;
text-align: center;
}
.radiuzz-counter-wrapper .icon-above i {
display: block;
}
.radiuzz-counter-wrapper.with-icon h2 {
font-size: 36px;
}
.radiuzz-counter-wrapper .counter-wrapper {
position: relative;
}
.radiuzz-counter-wrapper .counter-wrapper .sub {
text-align: center;
color: #28262b;
font-weight: bold;
font-size: 14px;
line-height: 1.3;
margin-top: 10px;
text-transform: uppercase;
}
.radiuzz-counter-wrapper.clean-color h2,
.radiuzz-counter-wrapper.clean-color .icon-above,
.radiuzz-counter-wrapper.clean-color .counter-wrapper .sub {
color: #fff;
}
.radiuzz-counter-wrapper.gray-bg h2,
.radiuzz-counter-wrapper.gray-bg .icon-above,
.radiuzz-counter-wrapper.gray-bg .counter-wrapper .sub {
color: #c0c0c0;
} .radiuzz-custom-wrapper {
position: relative;
margin-bottom: 45px;
border-style: solid;
border-color: #f7f7f7;
border-width: 0px;
background-repeat: no-repeat;
background-position: center center;
background-attachment: scroll;
background-size: cover;
}
.cygnus-layout.dynamic-area.dynamic-footer .radiuzz-custom-wrapper {
margin-bottom: 0px;
}
.radiuzz-custom-wrapper.section {
background-attachment: scroll !important;
}
.radiuzz-custom-wrapper.full_width {
padding-left: calc(0vw);
padding-right: calc(0vw);
margin-left: calc(0vw);
margin-right: calc(0vw);
}
.radiuzz-custom-wrapper.full_width.no_margin {
padding-left: 0;
padding-right: 0;
}
.radiuzz-custom-wrapper .mobile-video-image {
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
display: none;
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
z-index: 10;
}
.radiuzz-custom-wrapper .video-wrap {
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
overflow: hidden;
z-index: 10;
}
.radiuzz-custom-wrapper .video-wrap .mejs-poster {
background-size: cover !important;
-moz-background-size: cover !important;
-webkit-background-size: cover !important;
-o-background-size: cover !important;
}
.radiuzz-custom-wrapper .video-wrap .mejs-container .mejs-controls {
display: none !important;
}
.radiuzz-custom-wrapper .video-wrap .mejs-controls .mejs-button button:focus {
outline: none !important;
}
.radiuzz-custom-wrapper .video-wrap .mejs-controls .mejs-time-rail .mejs-time-loaded {
background-color: rgba(255, 255, 255, 0.18) !important;
}
.radiuzz-custom-wrapper .video-wrap .mejs-container {
background-color: transparent !important;
background-image: none !important;
height: 100% !important;
width: 100% !important;
}
.radiuzz-custom-wrapper .video-wrap .mejs-mediaelement {
background: none !important;
border: 0px !important;
}
.radiuzz-custom-wrapper .video-wrap .mejs-container .mejs-poster img {
max-width: none !important;
width: 100% !important;
}
.radiuzz-custom-wrapper .video-wrap .mejs-controls button {
opacity: 0.8;
}
.radiuzz-custom-wrapper .video-wrap .mejs-controls button:hover,
.radiuzz-custom-wrapper .video-wrap .mejs-controls .mejs-fullscreen-button:hover button {
opacity: 1;
}
.radiuzz-custom-wrapper .video-wrap .mejs-controls .mejs-time-rail .mejs-time-total {
background: #1f1f1f none repeat scroll 0 0 !important;
}
.radiuzz-custom-wrapper .video-wrap .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
background: transparent !important;
}
.radiuzz-custom-wrapper .video-wrap video {
min-width: 100%;
height: auto !important;
min-height: 100%;
width: 100%;
}
.radiuzz-custom-wrapper > .vc_row:last-child {
position: relative;
z-index: 60;
margin-bottom: 0px;
}
.radiuzz-custom-wrapper .row-overlay {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
background-color: transparent;
z-index: 0;
}
.radiuzz-custom-wrapper.boxed-row > .wpb_row {
margin-left: 0;
margin-right: 0;
}
.radiuzz-custom-wrapper.no-cols-grid > .wpb_row {
margin-left: 0;
margin-right: 0;
}
.radiuzz-custom-wrapper.no-cols-grid > .wpb_row > .wpb_column,
.radiuzz-custom-wrapper.no-cols-grid > .wpb_row > .vc-vc_column.vc-container,
.radiuzz-custom-wrapper.no-cols-grid > .wpb_row > .vc_vc_column.vc_container-block {
padding-left: 0;
padding-right: 0;
}
.fa-stack {
-webkit-transition: all 0.3s ease;
-moz-transition:    all 0.3s ease;
transition:     all 0.3s ease;
}
.radiuzz-custom-wrapper .to-center {
text-align: center;
display: inline-block;
margin: 6px;
}
.radiuzz-custom-wrapper .to-center.radiuzz-dual-button {
display: block;
}
.radiuzz-custom-wrapper .cygnus-icon .fa-stack {
width: 70px;
height: 70px;
line-height: 66px;
}
.radiuzz-custom-wrapper .to-left {
text-align: left;
}
.radiuzz-custom-wrapper .to-right {
text-align: right;
}
.radiuzz-custom-wrapper .icons-margin .radiuzz-icon-wrapper {
margin: 5px 2px 5px;
}
.full_width.no_margin > .wpb_row {
margin-left: 0;
margin-right: 0;
}
.full_width.no_margin.no_columns_margin > .wpb_row > .wpb_column,
.full_width.no_margin.no_columns_margin > .wpb_row > .vc-vc_column.vc-container,
.full_width.no_margin.no_columns_margin > .wpb_row > .vc_vc_column.vc_container-block {
padding-left: 0;
padding-right: 0;
}
.radiuzz-page-cut {
position: absolute;
left: 0;
height: 60px;
width: 100%;
z-index: 100;
}
.radiuzz-page-cut .decor {
fill: white;
}
.radiuzz-page-cut.top-left,
.radiuzz-page-cut.top-right {
bottom: 99.9%;
}
.radiuzz-page-cut.bottom-left,
.radiuzz-page-cut.bottom-right {
top: 99.9%;
}
.radiuzz-page-cut.top-triangle,
.radiuzz-page-cut.bottom-triangle {
text-align: center;
}
.inverse-tri-mobile {
display: none;
}
.v-center.custom-height > .wpb_row {
display: table;
height: 100%;
width: 100%;
}
.v-center.custom-height > .wpb_row > .wpb_column {
display: table-cell;
vertical-align: middle;
float: none !important;
}
.visually-hidden {
visibility: hidden;
}
.full-height {
height: 100%;
}
.content-v-center,
.content-v-center > .wpb_wrapper {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flexbox;
display: -o-flex;
display: flex;
height: 100%;
align-items: center;
-webkit-align-items: center;
-webkit-flex-direction: column;
flex-direction: column;
-webkit-justify-content: space-between;
justify-content: space-between;
}
.flexbox .content-v-center > .wpb_column {
margin-left: 0;
}
.content-v-center.text-align-left,
.content-v-center.text-align-left > .wpb_wrapper {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flexbox;
display: -o-flex;
display: flex;
height: 100%;
align-items: flex-start;
-webkit-align-items: flex-start;
-webkit-flex-direction: column;
flex-direction: column;
-webkit-justify-content: space-between;
justify-content: space-between;
}
@media (min-width: 480px) {
.v-center.cygnus-full-viewport > .wpb_row {
display: table;
height: 100%;
width: 100%;
}
.v-center.cygnus-full-viewport > .wpb_row > .wpb_column {
display: table-cell;
vertical-align: middle;
float: none !important;
}
.v-center > .wpb_row,
.v-center .slimScrollDiv .scrollable > .wpb_row,
.v-center .slimScrollDiv > .wpb_row {
display: table;
height: 100%;
width: auto;
table-layout: fixed;
}
.v-center > .wpb_row > .wpb_column,
.v-center .slimScrollDiv .scrollable > .wpb_row > .wpb_column,
.v-center .slimScrollDiv > .wpb_row > .wpb_column {
display: table-cell;
vertical-align: middle;
float: none !important;
}
@-moz-document url-prefix() {
.no_margin.v-center > .wpb_row,
.no_margin.v-center .slimScrollDiv .scrollable > .wpb_row,
.no_margin.v-center .slimScrollDiv > .wpb_row {
width: 100%;
table-layout: fixed;
}
}
.v-center .slimScrollDiv .scrollable > .wpb_row,
.v-center .slimScrollDiv > .wpb_row {
margin-bottom: 0;
}
}
@media (max-width: 480px) {
.radiuzz-custom-wrapper .wpb_row > .wpb_column {
margin-bottom: 30px;
}
.radiuzz-custom-wrapper .wpb_row > .wpb_column:last-child {
margin-bottom: 0;
}
.inverse-tri {
display: none;
}
.inverse-tri-mobile {
display: block;
}
}
@media (min-width: 992px) {
.row-v-center,
.row-v-center .slimScrollDiv {
display: table;
width: 100%;
table-layout: fixed;
}
.row-v-center > .wpb_row,
.row-v-center .slimScrollDiv > .wpb_row {
display: table-cell;
vertical-align: middle;
}
}
@media (max-width: 991px) {
.radiuzz-bg-video,
.radiuzz-bg-video-inner {
display: none;
}
.v-center .slimScrollDiv .scrollable > .wpb_row > .wpb_column {
float: left !important;
}
.radiuzz-custom-wrapper {
background-attachment: scroll !important;
}
.content-v-center.text-align-left,
.content-v-center.text-align-left > .wpb_wrapper,
.content-v-center,
.content-v-center > .wpb_wrapper,
.full-height {
height: auto;
}
}
@media (max-width: 1199px) {
.v-center .lg-v-center > .wpb_column {
display: block;
vertical-align: middle;
float: left;
}
} .radiuzz-single-image-wrap.with-cover {
position: relative;
}
.radiuzz-single-image-wrap.with-cover a {
display: inline-block;
overflow: hidden;
position: relative;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-o-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform: translateZ(0px);
-moz-transform: translateZ(0px);
-o-transform: translateZ(0px);
-ms-transform: translateZ(0px);
transform: translateZ(0px);
}
.radiuzz-single-image-wrap.with-cover a img {
display: block;
width: 100%;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
-webkit-transform: scale(1, 1);
-moz-transform: scale(1, 1);
-o-transform: scale(1, 1);
-ms-transform: scale(1, 1);
transform: scale(1, 1);
}
.radiuzz-single-image-wrap.with-cover a:hover img {
-webkit-transform: scale(1.03, 1.03);
-moz-transform: scale(1.03, 1.03);
-o-transform: scale(1.03, 1.03);
-ms-transform: scale(1.03, 1.03);
transform: scale(1.03, 1.03);
}
.radiuzz-single-image-wrap.with-cover .cygnus-gallery-hover {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
display: inline-block;
background-color: #000;
background-color: rgba(0, 0, 0, 0.6);
visibility: visible;
opacity: 0;
-webkit-transition: opacity 400ms;
-moz-transition: opacity 400ms;
-o-transition: opacity 400ms;
transition: opacity 400ms;
-webkit-transform: translateZ(0px);
-moz-transform: translateZ(0px);
-o-transform: translateZ(0px);
-ms-transform: translateZ(0px);
transform: translateZ(0px);
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-o-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
z-index: 1000;
}
.radiuzz-single-image-wrap.with-cover .cygnus-gallery-hover i {
position: absolute;
top: 50%;
left: 50%;
margin: -15px 0 0 -15px;
font-size: 28px;
color: #fff;
width: 28px;
height: 28px;
line-height: 28px;
text-align: center;
display: inline-block;
}
.radiuzz-single-image-wrap.with-cover a:hover .cygnus-gallery-hover {
opacity: 1;
} .wpb_image_grid .cygnus-gallery-wrapper {
width: 100.1%;
}
.wpb_image_grid .cygnus-gallery-wrapper ul li a {
margin-right: -1px;
margin-bottom: -1px !important;
}
.wpb_gallery {
margin-bottom: 0px;
}
.cygnus-gallery-wrapper {
display: block;
position: relative;
}
.cygnus-gallery-wrapper ul {
display: block;
position: relative;
width: 100%;
margin: 0;
padding: 0;
}
.cygnus-gallery-wrapper ul li {
position: relative;
display: block;
float: left;
overflow: hidden;
}
.cygnus-gallery-wrapper ul li a {
display: block;
position: relative;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-o-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform: translateZ(0px);
-moz-transform: translateZ(0px);
-o-transform: translateZ(0px);
-ms-transform: translateZ(0px);
transform: translateZ(0px);
}
.cygnus-gallery-wrapper ul li a img {
display: block;
width: 100%;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
-webkit-transform: scale(1, 1);
-moz-transform: scale(1, 1);
-o-transform: scale(1, 1);
-ms-transform: scale(1, 1);
transform: scale(1, 1);
}
.cygnus-gallery-wrapper ul li:hover a img {
-webkit-transform: scale(1.03, 1.03);
-moz-transform: scale(1.03, 1.03);
-o-transform: scale(1.03, 1.03);
-ms-transform: scale(1.03, 1.03);
transform: scale(1.03, 1.03);
}
.cygnus-gallery-wrapper ul li.grayscale-effect a img {
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
filter: grayscale(100%);
}
.cygnus-gallery-wrapper ul li.grayscale-effect:hover a img {
-webkit-filter: grayscale(0%);
-moz-filter: grayscale(0%);
-ms-filter: grayscale(0%);
filter: grayscale(0%);
}
.cygnus-gallery-wrapper ul li .cygnus-gallery-hover {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
display: inline-block;
background-color: #000;
background-color: rgba(0, 0, 0, 0.6);
visibility: visible;
opacity: 0;
-webkit-transition: opacity 400ms;
-moz-transition: opacity 400ms;
-o-transition: opacity 400ms;
transition: opacity 400ms;
-webkit-transform: translateZ(0px);
-moz-transform: translateZ(0px);
-o-transform: translateZ(0px);
-ms-transform: translateZ(0px);
transform: translateZ(0px);
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-o-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
z-index: 1000;
}
.cygnus-gallery-wrapper ul li .cygnus-gallery-hover i {
position: absolute;
top: 50%;
left: 50%;
margin: -15px 0 0 -15px;
font-size: 28px;
color: #fff;
width: 28px;
height: 28px;
line-height: 28px;
text-align: center;
display: inline-block;
}
.cygnus-gallery-wrapper ul li:hover .cygnus-gallery-hover {
opacity: 1;
}
.cygnus-gallery-wrapper ul.cols-5 li {
width: 20%;
margin: 0 !important;
}
.cygnus-gallery-wrapper ul.cols-4 li {
width: 25%;
margin: 0 !important;
}
.cygnus-gallery-wrapper ul.cols-3 li {
width: 33.33333333333333%;
margin: 0 !important;
}
.cygnus-gallery-wrapper ul.cols-2 li {
width: 50%;
margin: 0 !important;
}
.device-wrapper {
text-align: center;
}
.device-wrapper > div {
margin: 0 auto;
}
.device-wrapper .wpb_flexslider {
margin: 0 !important;
}
.device-wrapper.force-height .wpb_flexslider {
height: 100% !important;
}
.device-wrapper.force-height .wpb_flexslider .flex-viewport {
height: 100% !important;
}
.device-wrapper.force-height .wpb_flexslider .slides,
.device-wrapper.force-height .wpb_flexslider .slides li,
.device-wrapper.force-height .wpb_flexslider .slides img {
height: 100% !important;
}
@media (max-width: 480px) {
.device-wrapper .dm-width {
width: 100% !important;
}
}
.wpb_flexslider .flex-direction-nav a {
width: 40px;
height: 40px;
margin: -20px 0 0;
color: #fff;
text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
}
.wpb_flexslider.flexslider:hover .flex-prev,
.wpb_flexslider.flexslider:hover .flex-next {
opacity: 1;
}
.wpb_flexslider.flexslider:hover .flex-next:hover,
.wpb_flexslider.flexslider:hover .flex-prev:hover {
opacity: 1;
}
.wpb_flexslider .flex-direction-nav a:before {
font-family: 'FontAwesome';
font-size: 40px;
content: "\f104";
}
.wpb_flexslider .flex-direction-nav a.flex-next:before {
content: "\f105";
} .radiuzz-tabs-wrap .wpb_tab div:last-child {
margin-bottom: 0;
}
.radiuzz-tabs-wrap .wpb_tour_tabs_wrapper.cygnus-tabs {
margin-bottom: 20px;
display: block;
}
.radiuzz-tabs-wrap .wpb_tour_tabs_wrapper.cygnus-tabs .wpb_tabs_nav li {
line-height: 1.3;
margin: 0;
display: inline-block;
}
.radiuzz-tabs-wrap .wpb_tour_tabs_wrapper.cygnus-tabs .wpb_tabs_nav li a {
padding: 10px 14px;
font-size: 14px;
font-weight: 400;
color: #8a8a8a;
}
.radiuzz-tabs-wrap .wpb_tour_tabs_wrapper.cygnus-tabs .wpb_tabs_nav li.ui-tabs-active {
background-color: transparent;
}
.radiuzz-tabs-wrap .wpb_tour_tabs_wrapper.cygnus-tabs .wpb_tabs_nav li.ui-tabs-active a {
color: #2a2a2a;
}
.radiuzz-tabs-wrap .wpb_tour_tabs_wrapper.cygnus-tabs .wpb_tabs_nav li:hover {
background-color: transparent;
}
.radiuzz-tabs-wrap .wpb_tour_tabs_wrapper.cygnus-tabs .wpb_tabs_nav li:hover a {
color: #2a2a2a;
}
.radiuzz-tabs-wrap .wpb_tour_tabs_wrapper.cygnus-tabs .wpb_tab {
background-color: transparent;
padding: 10px 0 0 0;
}
.radiuzz-tabs-wrap .wpb_tour_tabs_wrapper.cygnus-tabs.cygnus-horizontal.center .wpb_tabs_nav {
text-align: center;
}
.radiuzz-tabs-wrap .wpb_tour_tabs_wrapper.cygnus-tabs.cygnus-horizontal.center .wpb_tabs_nav li {
float: none;
}
.radiuzz-tabs-wrap .wpb_tour_tabs_wrapper.cygnus-tabs.cygnus-horizontal.left .wpb_tabs_nav li:first-child a {
padding-left: 0;
}
.radiuzz-tabs-wrap .wpb_tour_tabs_wrapper.cygnus-tabs.cygnus-horizontal.right .wpb_tabs_nav {
text-align: right;
}
.radiuzz-tabs-wrap .wpb_tour_tabs_wrapper.cygnus-tabs.cygnus-horizontal.right .wpb_tabs_nav li {
float: none;
}
.radiuzz-tabs-wrap .wpb_tour_tabs_wrapper.cygnus-tabs.cygnus-horizontal.right .wpb_tabs_nav li:last-child a {
padding-right: 0;
}
.radiuzz-tabs-wrap .wpb_tour_tabs_wrapper.cygnus-tabs.cygnus-boxed .wpb_tabs_nav li a {
border: 1px solid #e9e9e9;
background-color: transparent;
color: #8a8a8a;
border-bottom-color: transparent !important;
-webkit-border-radius: 0px 0px 0 0;
-moz-border-radius: 0px 0px 0 0;
border-radius: 0px 0px 0 0;
margin-right: 5px;
padding: 11px 30px;
position: relative;
z-index: 400;
}
.radiuzz-tabs-wrap .wpb_tour_tabs_wrapper.cygnus-tabs.cygnus-boxed .wpb_tabs_nav li.ui-tabs-active a {
border: 1px solid #e9e9e9;
border-bottom-color: #ffffff !important;
background-color: transparent;
color: #2a2a2a;
}
.radiuzz-tabs-wrap .wpb_tour_tabs_wrapper.cygnus-tabs.cygnus-boxed .wpb_tab {
border: 1px solid #e9e9e9;
position: relative;
z-index: 250;
top: -1px;
padding: 35px 30px;
}
.radiuzz-tabs-wrap .wpb_tour_tabs_wrapper.cygnus-tabs.cygnus-boxed-wide .wpb_tabs_nav {
background: #e8f1f9;
padding-top: 20px;
padding-left: calc(0vw) !important;
padding-right: calc(0vw);
margin-left: calc(0vw);
margin-right: calc(0vw);
}
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,
.wpb_content_element .wpb_tabs_nav li.ui-tabs-active,
.wpb_content_element .wpb_tabs_nav li:hover,
.wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab,
.wpb_content_element .wpb_tabs_nav li,
.radiuzz-tabs-wrap .wpb_tour_tabs_wrapper.cygnus-tabs.cygnus-boxed-wide .wpb_tabs_nav li {
background: transparent;
}
.wpb_content_element .wpb_accordion_header a,
.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a,
.radiuzz-tabs-wrap .wpb_tour_tabs_wrapper.cygnus-tabs.cygnus-boxed-wide .wpb_tabs_nav li a {
margin-right: 5px;
border-radius: 0;
z-index: 400;
position: relative;
font-size: 12px;
font-weight: 600;
color: #28262b;
text-transform: uppercase;
line-height: 40px;
padding: 0px 30px;
}
.wpb_content_element .wpb_tabs_nav li.ui-tabs-active a {
color: #2a2a2a;
border: 1px solid #e8e8e8;
}
.radiuzz-tabs-wrap .wpb_tour_tabs_wrapper.cygnus-tabs.cygnus-boxed-wide .wpb_tabs_nav li a:hover {
color: #292d33;
}
.radiuzz-tabs-wrap .wpb_tour_tabs_wrapper.cygnus-tabs.cygnus-boxed-wide .wpb_tabs_nav li.ui-tabs-active a {
background-color: #fff;
color: #292d33;
}
.radiuzz-tabs-wrap .wpb_tour_tabs_wrapper.cygnus-tabs.cygnus-boxed-wide .wpb_tab {
position: relative;
z-index: 250;
padding-top: 40px;
}
.radiuzz-tabs-wrap .wpb_tour_tabs_wrapper.cygnus-tabs.cygnus-vertical .wpb_tabs_nav {
width: 24%;
}
.radiuzz-tabs-wrap .wpb_tour_tabs_wrapper.cygnus-tabs.cygnus-vertical .wpb_tabs_nav li {
float: none;
display: block;
width: 100%;
}
.radiuzz-tabs-wrap .wpb_tour_tabs_wrapper.cygnus-tabs.cygnus-vertical .wpb_tabs_nav li a {
border: 1px solid transparent;
display: block;
text-align: center;
padding: 13px 16px;
position: relative;
z-index: 200;
color: #8a8a8a;
white-space: normal;
}
.radiuzz-tabs-wrap .wpb_tour_tabs_wrapper.cygnus-tabs.cygnus-vertical .wpb_tabs_nav li.ui-tabs-active a {
color: #2a2a2a;
}
.radiuzz-tabs-wrap .wpb_tour_tabs_wrapper.cygnus-tabs.cygnus-vertical.left .wpb_tabs_nav {
float: left;
}
.radiuzz-tabs-wrap .wpb_tour_tabs_wrapper.cygnus-tabs.cygnus-vertical.left .wpb_tabs_nav li a {
-webkit-border-radius: 0px 0 0 0px;
-moz-border-radius: 0px 0 0 0px;
border-radius: 0px 0 0 0px;
}
.radiuzz-tabs-wrap .wpb_tour_tabs_wrapper.cygnus-tabs.cygnus-vertical.left .wpb_tabs_nav li.ui-tabs-active a {
border: 1px solid #e9e9e9;
border-right-color: transparent;
position: relative;
}
.radiuzz-tabs-wrap .wpb_tour_tabs_wrapper.cygnus-tabs.cygnus-vertical.left .wpb_tabs_nav li.ui-tabs-active a:after {
content: " ";
position: absolute;
height: 100%;
display: block;
right: -1px;
top: 0;
width: 1px;
background: #ffffff;
z-index: 300;
}
.radiuzz-tabs-wrap .wpb_tour_tabs_wrapper.cygnus-tabs.cygnus-vertical.left .wpb_tab {
float: left;
border-left: 1px solid #e9e9e9;
position: relative;
z-index: 100;
left: -1px;
padding: 0 0 0 30px;
}
.radiuzz-tabs-wrap .wpb_tour_tabs_wrapper.cygnus-tabs.cygnus-vertical.right .wpb_tabs_nav {
float: right;
}
.radiuzz-tabs-wrap .wpb_tour_tabs_wrapper.cygnus-tabs.cygnus-vertical.right .wpb_tabs_nav li a {
-webkit-border-radius: 0 0px 0px 0;
-moz-border-radius: 0 0px 0px 0;
border-radius: 0 0px 0px 0;
}
.radiuzz-tabs-wrap .wpb_tour_tabs_wrapper.cygnus-tabs.cygnus-vertical.right .wpb_tabs_nav li.ui-tabs-active a {
border: 1px solid #e9e9e9;
border-left-color: transparent;
position: relative;
}
.radiuzz-tabs-wrap .wpb_tour_tabs_wrapper.cygnus-tabs.cygnus-vertical.right .wpb_tabs_nav li.ui-tabs-active a:after {
content: " ";
position: absolute;
height: 100%;
display: block;
left: -1px;
top: 0;
width: 2px;
background: #ffffff;
z-index: 300;
}
.radiuzz-tabs-wrap .wpb_tour_tabs_wrapper.cygnus-tabs.cygnus-vertical.right .wpb_tab {
float: left;
border-right: 1px solid #e9e9e9;
position: relative;
z-index: 100;
right: -1px;
padding: 0 30px 0 0;
}
.radiuzz-tabs-wrap .wpb_tour_tabs_wrapper.cygnus-tabs.cygnus-vertical .wpb_tab {
width: 76%;
}
@media (max-width: 480px) {
.radiuzz-tabs-wrap .wpb_tour_tabs_wrapper.cygnus-tabs.cygnus-vertical.left .wpb_tabs_nav li a {
padding-left: 5px;
padding-right: 0;
}
.radiuzz-tabs-wrap .wpb_tour_tabs_wrapper.cygnus-tabs.cygnus-vertical.right .wpb_tabs_nav li a {
padding-right: 5px;
padding-left: 0;
}
} .radiuzz-toggle-wrap .last_toggle_el_margin {
margin-bottom: 5px;
}
.wpb_toggle {
background-image: none !important;
position: relative;
display: block;
}
.wpb_toggle.cygnus-toggle {
cursor: pointer;
position: relative;
display: block;
padding: 0;
margin: 0 0 5px;
background: none;
min-height: 45px;
font-size: 14px;
font-weight: 700;
line-height: 2em;
padding-top: 9px;
-webkit-transform: translateZ(0px);
-moz-transform: translateZ(0px);
-o-transform: translateZ(0px);
-ms-transform: translateZ(0px);
transform: translateZ(0px);
color: #28262b;
-webkit-transition: background 300ms ease, border 300ms ease, color 150ms ease;
-moz-transition: background 300ms ease, border 300ms ease, color 150ms ease;
-o-transition: background 300ms ease, border 300ms ease, color 150ms ease;
transition: background 300ms ease, border 300ms ease, color 150ms ease;
}
.wpb_toggle.cygnus-toggle.with-arrow .accordion-mark {
display: block;
position: relative;
width: 45px;
height: 45px;
border: 2px solid #d5d5d5;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
background-color: #d5d5d5;
}
.wpb_toggle.cygnus-toggle.with-arrow .accordion-mark.left-mark {
position: absolute;
left: 0px;
top: 0px;
}
.wpb_toggle.cygnus-toggle.with-arrow .accordion-mark .accordion-mark-icon {
display: block;
position: absolute;
left: 50%;
margin-left: -5px;
top: 50%;
margin-top: -14px;
color: #ffffff;
}
.wpb_toggle.cygnus-toggle.with-arrow .accordion-mark .accordion-mark-icon:before {
content: "\f067";
display: inline-block;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.wpb_toggle.cygnus-toggle.with-arrow .tab-title {
padding: 0 0 0 63px;
display: block;
}
.wpb_toggle.cygnus-toggle.with-arrow.wpb_toggle_title_active .accordion-mark {
background-color: #8ebd00;
border-color: #8ebd00;
}
.wpb_toggle.cygnus-toggle.with-arrow.wpb_toggle_title_active .accordion-mark .accordion-mark-icon {
color: #ffffff;
}
.wpb_toggle.cygnus-toggle.with-arrow.wpb_toggle_title_active .accordion-mark .accordion-mark-icon:before {
content: "\f068";
}
.vc_toggle .vc_toggle_title,
.wpb_toggle.cygnus-toggle.boxed {
padding: 16px 15px;
min-height: initial;
line-height: 1.3;
border: 1px solid transparent;
-webkit-box-shadow: 0px 0px 0px 1px #e8e8e8;
box-shadow: 0px 0px 0px 1px #e8e8e8
}
.vc_toggle .vc_toggle_title h4 {
font-size: 14px;
font-weight: 700;
margin-left: 15px;
}
.vc_toggle_size_md .vc_toggle_icon {
margin-left: 10px;
}
.wpb_toggle.cygnus-toggle.boxed-arrow {
padding: 16px 20px 16px 20px;
text-align: left;
min-height: initial;
line-height: 1.3;
background-color: #f7f7f7;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
color: #28262b;
position: relative;
}
.wpb_toggle.cygnus-toggle.boxed-arrow .tab-title {
padding: 0 15px 0 0px;
display: block;
position: relative;
}
.wpb_toggle.cygnus-toggle.boxed-arrow .toggle-mark.right-mark {
position: absolute;
right: 0px;
top: 0px;
}
.wpb_toggle.cygnus-toggle.boxed-arrow .toggle-mark .toggle-mark-icon {
color: #28262b;
}
.wpb_toggle.cygnus-toggle.boxed-arrow .toggle-mark .toggle-mark-icon:before {
content: "\f107";
display: inline-block;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.wpb_toggle.cygnus-toggle.boxed-arrow.wpb_toggle_title_active {
background: #585858;
color: #ffffff;
}
.wpb_toggle.cygnus-toggle.boxed-arrow.wpb_toggle_title_active .toggle-mark .toggle-mark-icon {
color: #ffffff;
}
.wpb_toggle.cygnus-toggle.boxed-arrow.wpb_toggle_title_active .toggle-mark .toggle-mark-icon:before {
content: "\f106";
}
.wpb_toggle_content {
display: none;
}
.wpb_toggle_open {
display: block;
}
.wpb_toggle_content.with_arrow {
padding: 8px 0 25px 63px;
margin: 0;
}
.wpb_toggle_content.boxed {
padding: 20px 25px 25px 25px;
margin: 0;
}
.wpb_toggle_content.boxed_arrow {
padding: 20px 20px 25px 20px;
margin: 0;
} .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header {
outline: none;
}
.wpb_accordion_header,
.wpb_accordion_header a,
.wpb_accordion_header span {
-webkit-transition: background 300ms ease, border 300ms ease, color 150ms ease;
-moz-transition: background 300ms ease, border 300ms ease, color 150ms ease;
-o-transition: background 300ms ease, border 300ms ease, color 150ms ease;
transition: background 300ms ease, border 300ms ease, color 150ms ease;
}
.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon,
.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {
display: none;
}
.radiuzz_acc_holder {
position: relative;
display: block;
margin-bottom: 20px;
}
.wpb_accordion_wrapper.ui-accordion .ui-accordion-header,
.radiuzz_acc_holder.cygnus-accordion .ui-accordion-header {
cursor: pointer;
position: relative;
display: block;
padding: 0;
margin: 0 0 5px;
background: none;
min-height: 45px;
font-size: 14px;
font-weight: 700;
line-height: 2em;
padding-top: 9px;
-webkit-transform: translateZ(0px);
-moz-transform: translateZ(0px);
-o-transform: translateZ(0px);
-ms-transform: translateZ(0px);
transform: translateZ(0px);
}
.wpb_accordion_wrapper.ui-accordion .ui-accordion-header a,
.radiuzz_acc_holder.cygnus-accordion .ui-accordion-header a {
padding: 0 !important;
display: block;
color: #28262b;
}
.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon,
.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon,
.wpb_accordion_wrapper.ui-accordion .ui-state-active .ui-accordion-header-icon,
.wpb_accordion_wrapper.ui-accordion .ui-accordion-header-icon,
.radiuzz_acc_holder.cygnus-accordion.with-toggle .accordion-mark {
display: block;
position: relative;
width: 45px;
height: 45px;
line-height: 43px;
border: 2px solid #f7f7f7;
background-color: #f7f7f7;
color: #cccccc;
background-image: none !important;
text-indent: 0;
text-align: center;
}
.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon,
.wpb_accordion_wrapper.ui-accordion .ui-state-active .ui-accordion-header-icon {
background-color: #000000;
border-color: #f7f7f7;
color: #ffffff;
}
.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon,
.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon,
.wpb_accordion_wrapper.ui-accordion .ui-state-active .ui-accordion-header-icon,
.wpb_accordion_wrapper.ui-accordion .ui-accordion-header-icon,
.radiuzz_acc_holder.cygnus-accordion.with-toggle .accordion-mark.left-mark {
position: absolute;
left: 0px;
top: 0px;
}
.wpb_accordion_wrapper.ui-accordion .ui-state-active .ui-accordion-header-icon .accordion-mark-icon,
.wpb_accordion_wrapper.ui-accordion .ui-accordion-header-icon .accordion-mark-icon,
.radiuzz_acc_holder.cygnus-accordion.with-toggle .accordion-mark .accordion-mark-icon {
display: block;
position: absolute;
left: 50%;
margin-left: -5px;
top: 50%;
margin-top: -14px;
color: #ffffff;
}
.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon:before,
.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon:before,
.wpb_accordion_wrapper.ui-accordion .ui-accordion-header-icon:before,
.wpb_accordion_wrapper.ui-accordion .ui-state-active .ui-accordion-header-icon:before,
.wpb_accordion_wrapper.ui-accordion .ui-state-active .ui-accordion-header-icon .accordion-mark-icon:before,
.wpb_accordion_wrapper.ui-accordion .ui-accordion-header-icon .accordion-mark-icon:before,
.radiuzz_acc_holder.cygnus-accordion.with-toggle .accordion-mark .accordion-mark-icon:before {
content: "\f067";
display: inline-block;
font-family: FontAwesome;
font-size: 18px;
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.wpb_accordion_wrapper.ui-accordion .ui-accordion-header a,
.radiuzz_acc_holder.cygnus-accordion .ui-accordion-header a,
.radiuzz_acc_holder.cygnus-accordion.with-toggle .tab-title {
padding: 0 0 0 63px !important;
display: block;
font-weight: 500;
font-size: 18px;
line-height: 26px;
}
.radiuzz_acc_holder.cygnus-accordion.with-toggle .ui-state-active .accordion-mark {
background-color: #585858;
border-color: #585858;
}
.radiuzz_acc_holder.cygnus-accordion.with-toggle .ui-state-active .accordion-mark .accordion-mark-icon {
color: #ffffff;
}
.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon:before,
.wpb_accordion_wrapper.ui-accordion .ui-state-active .ui-accordion-header-icon:before,
.radiuzz_acc_holder.cygnus-accordion.with-toggle .ui-state-active .accordion-mark .accordion-mark-icon:before {
content: "\f068";
}
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content,
.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab,
.radiuzz_acc_holder.cygnus-accordion.with-toggle .wpb_accordion_wrapper .wpb_accordion_content {
line-height: 26px;
padding: 8px 0 25px 63px;
margin: 0;
}
.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab {
padding: 10px 0 0 0;
}
.radiuzz_acc_holder.cygnus-accordion.boxed .ui-accordion-header {
padding: 16px 15px;
text-align: center;
min-height: initial;
line-height: 1.3;
background-color: #f7f7f7;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.radiuzz_acc_holder.cygnus-accordion.boxed .wpb_accordion_wrapper .wpb_accordion_content {
padding: 20px 25px 25px 25px;
margin: 0;
}
.radiuzz_acc_holder.cygnus-accordion.with-arrow .ui-accordion-header {
padding: 16px 20px 16px 20px;
text-align: left;
min-height: initial;
line-height: 1.3;
background-color: #f7f7f7;
}
.radiuzz_acc_holder.cygnus-accordion.with-arrow .ui-accordion-header a {
position: relative;
color: #28262b;
}
.radiuzz_acc_holder.cygnus-accordion.with-arrow .accordion-mark.left-mark {
position: absolute;
right: 0px;
top: 0px;
}
.radiuzz_acc_holder.cygnus-accordion.with-arrow .accordion-mark .accordion-mark-icon {
color: #28262b;
}
.radiuzz_acc_holder.cygnus-accordion.with-arrow .accordion-mark .accordion-mark-icon:before {
content: "\f107";
display: inline-block;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.radiuzz_acc_holder.cygnus-accordion.with-arrow .tab-title {
padding: 0 15px 0 0px;
display: block;
position: relative;
}
.radiuzz_acc_holder.cygnus-accordion.with-arrow .ui-state-active {
background: #585858;
}
.radiuzz_acc_holder.cygnus-accordion.with-arrow .ui-state-active a {
color: #ffffff;
}
.radiuzz_acc_holder.cygnus-accordion.with-arrow .ui-state-active .accordion-mark .accordion-mark-icon {
color: #ffffff;
}
.radiuzz_acc_holder.cygnus-accordion.with-arrow .ui-state-active .accordion-mark .accordion-mark-icon:before {
content: "\f106";
}
.radiuzz_acc_holder.cygnus-accordion.with-arrow .wpb_accordion_wrapper .wpb_accordion_content {
padding: 20px 20px 25px 20px;
margin: 0;
} .tab-contents {
overflow: hidden;
}
.tab-contents article {
position: relative;
padding-bottom: 8%;
display: none;
opacity: 0;
-webkit-transition: all 0.5s linear;
-moz-transition: all 0.5s linear;
transition: all 0.5s linear;
}
.tab-contents article .left-content,
.tab-contents article .right-content {
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.8s cubic-bezier(0.44, 0.01, 0.2, 0.99);
-moz-transition: all 0.8s cubic-bezier(0.44, 0.01, 0.2, 0.99);
transition: all 0.8s cubic-bezier(0.44, 0.01, 0.2, 0.99);
}
.tab-contents article .left-content {
position: absolute;
top: 0;
left: 0;
width: 50%;
-webkit-transform: translateX(-200px);
-ms-transform: translateX(-200px);
transform: translateX(-200px);
}
.tab-contents article .right-content {
padding-top: 10px;
-webkit-transform: translateX(200px);
-ms-transform: translateX(200px);
transform: translateX(200px);
}
.tab-contents article .title {
font-size: 72px;
font-weight: 700;
color: #333333;
}
.tab-contents article p {
font-size: 15px;
font-weight: 300;
color: #797979;
line-height: 28px;
margin-bottom: 37px;
}
.tab-contents article .subtitle {
font-weight: 300;
font-size: 24px;
line-height: 36px;
margin-bottom: 20px;
}
.tab-contents article h6 {
font-size: 15px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.05em;
}
.tab-contents article p:last-of-type {
margin-bottom: 21px;
}
.tab-contents article.active {
display: block;
}
.tab-contents article.in {
opacity: 1;
}
.tab-contents article.in .left-content,
.tab-contents article.in .right-content {
opacity: 1;
visibility: visible;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
.tab-nav {
background: #f0f0f0;
}
.tab-nav ul {
list-style: none;
margin: 0;
padding: 0;
text-align: center;
}
.tab-nav ul li {
display: inline-block;
text-align: center;
width: 25%;
border-left: 1px solid #dbdbdb;
position: relative;
margin-bottom: -8px;
overflow: hidden;
}
.tab-nav ul li:before {
content: '';
display: inline-block;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 0;
background: #f7f7f7;
-webkit-transform: translateY(100%);
-ms-transform: translateY(100%);
transform: translateY(100%);
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.tab-nav ul li:last-child {
border-right: 1px solid #dbdbdb;
}
.tab-nav ul li a {
display: inline-block;
width: 100%;
padding: 53px 0 45px;
color: #414141;
position: relative;
z-index: 1;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.tab-nav ul li a span,
.tab-nav ul li a .icon {
display: block;
width: auto;
height: auto;
line-height: normal;
margin: 0;
vertical-align: inherit;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.tab-nav ul li a span {
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.05em;
}
.tab-nav ul li a .icon {
font-size: 3.5em;
color: #d1d1d1;
margin-bottom: 10px;
}
.tab-nav ul li:hover a .icon {
color: #f27244;
-webkit-transform: translateY(-2px);
-ms-transform: translateY(-2px);
transform: translateY(-2px);
}
.tab-nav ul li:hover a span {
-webkit-transform: translateY(2px);
-ms-transform: translateY(2px);
transform: translateY(2px);
}
.tab-nav ul li.active:before {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.tab-nav ul li.active a .icon {
color: #585858;
} .animated-block {
position: relative;
text-align: center;
color: white;
padding: 120px 50px;
}
.animated-block h1,
.animated-block h2,
.animated-block h3,
.animated-block h4,
.animated-block h5,
.animated-block h6,
.animated-block p {
color: white;
}
.animated-block h5 {
font-size: 22px;
font-weight: 700;
position: relative;
padding-bottom: 25px;
margin-bottom: 20px;
}
.animated-block h5:after {
content: '';
display: inline-block;
width: 55px;
height: 2px;
position: absolute;
bottom: 0;
left: 50%;
background: rgba(255, 255, 255, 0.5);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.animated-block p {
font-size: 17px;
font-weight: 300;
}
.animated-block figure {
margin-bottom: 15px;
}
.animated-block .visible-part {
-webkit-transition: all 0.65s cubic-bezier(0.25, 0.36, 0.03, 1.8);
-moz-transition: all 0.65s cubic-bezier(0.25, 0.36, 0.03, 1.8);
transition: all 0.65s cubic-bezier(0.25, 0.36, 0.03, 1.8);
}
.animated-block .hidden-part {
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.animated-block .hidden-part p,
.animated-block .hidden-part .dt-sc-button {
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
}
.animated-block .hidden-part p {
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.animated-block .hidden-part .dt-sc-button {
-webkit-transition: all 0.45s ease;
-moz-transition: all 0.45s ease;
transition: all 0.45s ease;
}
.animated-block:hover .hidden-part {
opacity: 1;
visibility: visible;
}
.animated-block:hover .hidden-part p,
.animated-block:hover .hidden-part .dt-sc-button {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
@media (min-width: 1200px) and (max-width: 1600px) {
.animated-block {
padding: 90px 40px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.animated-block {
padding: 80px 20px;
}
}
@media (max-width: 991px) {
.animated-block {
padding: 30px 5px;
}
} .radiuzz-vc-separator {
position: relative;
display: block;
height: 1px;
background-color: #f2f2f2;
margin: 20px 0;
}
.radiuzz-vc-separator.small {
background-color: #303030;
height: 1px;
position: relative;
width: 32px;
display: block;
margin: 10px auto 20px auto;
}
.radiuzz-vc-separator.small.left {
margin: 10px 0 20px 0;
}
.radiuzz-vc-separator.small.right {
margin: 10px 0 20px auto;
}
.radiuzz-vc-separator.invisible {
background-color: transparent;
height: 20px;
margin: 0;
}
.radiuzz-vc-separator.gray-bg {
background-color: #f2f2f2;
}
.radiuzz-vc-separator.dark-bg {
background-color: #2b393b;
}
.radiuzz-vc-separator.light-bg {
background-color: #fff;
}
.radiuzz-vc-separator.primary-bg {
background-color: #585858;
} .radiuzz-highlight {
background-color: #8a8f6a;
color: #fff;
padding: 0 3px;
} .radiuzz-lead {
margin-bottom: 20px;
line-height: 1.84;
font-size: 18px;
font-weight: 300;
}
.radiuzz-lead.light {
color: #fff;
}
.radiuzz-lead.light a,
.radiuzz-lead.light a:hover {
color: #fff;
} .radiuzz-arrow {
text-align: center;
color: #7f7f7f;
}
.radiuzz-arrow.shake {
-webkit-animation: cygnus-v-shake 500ms infinite;
-moz-animation: cygnus-v-shake 500ms infinite;
-o-animation: cygnus-v-shake 500ms infinite;
animation: cygnus-v-shake 500ms infinite;
}
.radiuzz-arrow.pulse {
-webkit-animation: cygnus-pulse 1.5s infinite;
-moz-animation: cygnus-pulse 1.5s infinite;
-o-animation: cygnus-pulse 1.5s infinite;
animation: cygnus-pulse 1.5s infinite;
}
.radiuzz-arrow.circle .fa-stack {
border: 1px solid #7f7f7f;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
}
.radiuzz-arrow.square .fa-stack {
border: 1px solid #7f7f7f;
}
.radiuzz-arrow a {
display: inline-block;
-webkit-transition: all ease 350ms;
-moz-transition: all ease 350ms;
-o-transition: all ease 350ms;
transition: all ease 350ms;
color: #7f7f7f;
border-color: #7f7f7f;
}
.radiuzz-arrow a:hover {
color: #28262b;
border-color: #28262b;
}
.radiuzz-arrow.light {
color: #fff;
}
.radiuzz-arrow.light.circle .fa-stack,
.radiuzz-arrow.light.square .fa-stack {
border: 1px solid #fff;
}
.radiuzz-arrow.light a {
color: #fff;
border-color: #fff;
}
.radiuzz-arrow.light a:hover {
color: #fff;
border-color: #fff;
}
.radiuzz-arrow.double.circle .fa-stack,
.radiuzz-arrow.double.square .fa-stack {
border-width: 2px;
}
lesshat-selector {
-lh-property: 0;
}
@-webkit-keyframes cygnus-v-shake {
0% {
-webkit-transform: translateY(0px);
}
25% {
-webkit-transform: translateY(3px);
}
50% {
-webkit-transform: translateY(0px);
}
75% {
-webkit-transform: translateY(-3px);
}
100% {
-webkit-transform: translateY(0px);
}
}
@-moz-keyframes cygnus-v-shake {
0% {
-moz-transform: translateY(0px);
}
25% {
-moz-transform: translateY(3px);
}
50% {
-moz-transform: translateY(0px);
}
75% {
-moz-transform: translateY(-3px);
}
100% {
-moz-transform: translateY(0px);
}
}
@-o-keyframes cygnus-v-shake {
0% {
-o-transform: translateY(0px);
}
25% {
-o-transform: translateY(3px);
}
50% {
-o-transform: translateY(0px);
}
75% {
-o-transform: translateY(-3px);
}
100% {
-o-transform: translateY(0px);
}
}
@keyframes cygnus-v-shake {
0% {
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px);
}
25% {
-webkit-transform: translateY(3px);
-moz-transform: translateY(3px);
-ms-transform: translateY(3px);
transform: translateY(3px);
}
50% {
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px);
}
75% {
-webkit-transform: translateY(-3px);
-moz-transform: translateY(-3px);
-ms-transform: translateY(-3px);
transform: translateY(-3px);
}
100% {
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px);
}
}
lesshat-selector {
-lh-property: 0;
}
@-webkit-keyframes cygnus-pulse {
0% {
-webkit-transform: scale(1, 1);
}
50% {
-webkit-transform: scale(1.5, 1.5);
}
100% {
-webkit-transform: scale(1, 1);
}
}
@-moz-keyframes cygnus-pulse {
0% {
-moz-transform: scale(1, 1);
}
50% {
-moz-transform: scale(1.5, 1.5);
}
100% {
-moz-transform: scale(1, 1);
}
}
@-o-keyframes cygnus-pulse {
0% {
-o-transform: scale(1, 1);
}
50% {
-o-transform: scale(1.5, 1.5);
}
100% {
-o-transform: scale(1, 1);
}
}
@keyframes cygnus-pulse {
0% {
-webkit-transform: scale(1, 1);
-moz-transform: scale(1, 1);
-ms-transform: scale(1, 1);
transform: scale(1, 1);
}
50% {
-webkit-transform: scale(1.5, 1.5);
-moz-transform: scale(1.5, 1.5);
-ms-transform: scale(1.5, 1.5);
transform: scale(1.5, 1.5);
}
100% {
-webkit-transform: scale(1, 1);
-moz-transform: scale(1, 1);
-ms-transform: scale(1, 1);
transform: scale(1, 1);
}
} .radiuzz-dropcap {
position: relative;
display: inline-block;
float: left;
height: 48px;
width: 48px;
line-height: 48px;
font-size: 22px;
color: #565656;
text-align: center;
margin: 5px 20px 0 0;
border: 1px solid transparent;
box-sizing: initial;
-webkit-box-sizing: initial;
-moz-box-sizing: initial;
}
.radiuzz-dropcap.circle,
.radiuzz-dropcap.square {
border-color: #e8e8e8;
color: #565656;
}
.radiuzz-dropcap.normal {
font-weight: bold;
left: 8px;
}
.radiuzz-dropcap.circle {
border-radius: 2em;
-webkit-border-radius: 2em;
} .cygnus-unstyled-list p {
display: none;
}
.cygnus-unstyled-list ul,
.cygnus-unstyled-list ol {
margin-left: 0;
list-style-type: none;
padding-left: 0;
} .cygnus-inline-list {
margin: 0;
padding: 0;
display: block;
}
.cygnus-inline-list br {
display: none;
}
.cygnus-inline-list .to-center {
text-align: center;
}
.cygnus-inline-list .to-right {
text-align: right;
}
.cygnus-inline-list .to-left {
text-align: left;
}
.cygnus-inline-list li {
margin: 0 12px 0 0;
display: inline-block;
padding: 0;
}
.cygnus-inline-list li:last-child {
margin: 0;
}  #superContainer {
height: 100%;
position: relative; -ms-touch-action: none;
}
.section {
position: relative;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.section.table,
.slide.table {
display: table;
}
.tableCell {
display: table-cell;
vertical-align: middle;
width: 100%;
height: 100%;
}
.slidesContainer {
float: left;
position: relative;
}
.controlArrow {
position: absolute;
top: 50%;
cursor: pointer;
width: 0;
height: 0;
border-style: solid;
margin-top: -38px;
}
.controlArrow.prev {
left: 15px;
width: 0;
border-width: 38.5px 34px 38.5px 0;
border-color: transparent #fff transparent transparent;
}
.controlArrow.next {
right: 15px;
border-width: 38.5px 0 38.5px 34px;
border-color: transparent transparent transparent #fff;
}
.scrollable {
overflow: scroll;
}
.easing {
-webkit-transition: all 0.7s ease-out;
-moz-transition: all 0.7s ease-out;
-o-transition: all 0.7s ease-out;
transition: all 0.7s ease-out;
}
#fullPage-nav {
position: fixed;
z-index: 100;
margin-top: -32px;
top: 50%;
opacity: 1;
}
#fullPage-nav.right {
right: 17px;
}
.radiuzz-m-l-aside-right #fullPage-nav.right {
right: 277px;
}
@media (max-width: 991px) {
.radiuzz-m-l-aside-right #fullPage-nav.right {
right: 17px;
}
}
#fullPage-nav.left {
left: 17px;
}
.fullPage-slidesNav {
position: absolute;
z-index: 4;
left: 50%;
opacity: 1;
}
.fullPage-slidesNav.bottom {
bottom: 17px;
}
.fullPage-slidesNav.top {
top: 17px;
}
#fullPage-nav ul,
.fullPage-slidesNav ul {
margin: 0;
padding: 0;
}
#fullPage-nav li,
.fullPage-slidesNav li {
display: block;
width: 14px;
height: 13px;
margin: 7px;
position: relative;
}
.fullPage-slidesNav li {
display: inline-block;
}
#fullPage-nav li a,
.fullPage-slidesNav li a {
display: block;
position: relative;
z-index: 1;
width: 100%;
height: 100%;
cursor: pointer;
text-decoration: none;
}
#fullPage-nav li .active span,
.fullPage-slidesNav .active span {
opacity: 0.3;
}
#fullPage-nav span,
.fullPage-slidesNav span {
top: 2px;
left: 2px;
width: 12px;
height: 12px;
background: #fff;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
position: absolute;
z-index: 1;
cursor: pointer;
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.07);
-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.07);
-moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.07);
}
.fullPage-tooltip {
position: absolute;
color: #fff;
font-size: 13px;
font-family: arial, helvetica, sans-serif;
top: -9px;
background: rgba(30, 30, 30, 0.83);
padding: 8px 15px;
-webkit-border-radius: 3px 3px 3px 3px;
border-radius: 3px 3px 3px 3px;
}
.fullPage-tooltip:after {
left: 100%;
top: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(51, 51, 51, 0);
border-left-color: rgba(30, 30, 30, 0.83);
border-width: 6px;
margin-top: -6px;
}
.fullPage-no-tooltips .fullPage-tooltip {
display: none !important;
}
.fullPage-tooltip.right {
right: 28px;
}
.fullPage-tooltip.left {
left: 28px;
} .owl-carousel.boxed-items {
border-left: 1px solid #e6e6e6;
border-right: 1px solid #e6e6e6;
}
.owl-carousel.boxed-items .owl-wrapper-outer {
overflow: visible;
}
.owl-carousel.boxed-items .owl-item {
border: 1px solid #e6e6e6;
border-left: none;
text-align: center;
opacity: .8;
-moz-opacity: .8;
transition: opacity 0.3s;
-webkit-transition: opacity 0.3s;
-moz-transition: opacity 0.3s;
}
.owl-carousel.boxed-items .owl-item:hover {
opacity: 1;
-moz-opacity: 1;
}
.owl-carousel.boxed-items .owl-item + .owl-item {
border-left: none;
} .woocommerce .yith-wcwl-add-button a.add_to_wishlist {
border: none;
font-size: 20px;
color: #cccccc;
}
.radiuzz-woo-shortcode {
margin-bottom: 30px;
}
.radiuzz-woo-shortcode ul.products {
margin-bottom: 0 !important;
}
.single-product-thumb-images .owl-nav {
display: none;
}
.single-product-thumb-images .owl-nav div,
.products .owl-nav div,
.single-product-main-images .owl-nav div {
position: absolute;
display: block;
width: 50px;
height: 30px;
top: 50%;
margin: 0;
opacity: 0;
visibility: hidden;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
background-color: #282828;
-webkit-border-radius: 40px;
-moz-border-radius: 40px;
border-radius: 40px;
opacity: 1;
font-size: 22px;
line-height: 1;
color: #ffffff;
text-align: center;
-webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out;
}
.single-product-thumb-images .owl-nav .owl-next,
.products .owl-nav .owl-next,
.single-product-main-images .owl-nav .owl-next {
right: 20px;
}
.single-product-thumb-images .owl-nav .owl-prev,
.products .owl-nav .owl-prev,
.single-product-main-images .owl-nav .owl-prev {
left: 20px;
}
.single-product-thumb-images .owl-nav div i,
.products .owl-nav div i,
.single-product-main-images .owl-nav div i {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translateY(-50%) translateX(-60%);
-moz-transform: translateY(-50%) translateX(-60%);
-o-transform: translateY(-50%) translateX(-60%);
-ms-transform: translateY(-50%) translateX(-60%);
transform: translateY(-50%) translateX(-60%);
}
.single-product-thumb-images .owl-nav .owl-next i,
.products .owl-nav .owl-next i,
.single-product-main-images .owl-nav .owl-next i {
-webkit-transform: translateY(-50%) translateX(-30%);
-moz-transform: translateY(-50%) translateX(-30%);
-o-transform: translateY(-50%) translateX(-30%);
-ms-transform: translateY(-50%) translateX(-30%);
transform: translateY(-50%) translateX(-30%);
}
.single-product-thumb-images .owl-nav div:hover,
.products .owl-nav div:hover,
.single-product-main-images .owl-nav div:hover {
background-color: rgba(0, 0, 0, 0.5);
color: #ffffff;
}
.single-product-thumb-images:hover .owl-nav div,
.products:hover .owl-nav div,
.single-product-main-images:hover .owl-nav div {
opacity: 1;
visibility: visible;
}
@media (min-width: 480px) {
.radiuzz-woo-shortcode ul.products li.product {
margin-bottom: 0 !important;
}
}
@media (max-width: 991px) {
.tab-contents article .left-content {
position: relative;
top: auto;
left: auto;
width: 100%;
}
.tab-contents article .title {
font-size: 66px;
}
.tab-contents article .subtitle {
font-size: 22px;
}
}
@media (max-width: 767px) {
.tab-contents article .title {
font-size: 58px;
}
.tab-contents article .subtitle {
font-size: 20px;
}
.tab-nav ul li {
width: 50%;
border: none;
}
.tab-nav ul li:last-child {
border: none;
}
}
@media (max-width: 479px) {
.tab-contents article .title {
font-size: 42px;
}
.tab-contents article .subtitle {
font-size: 18px;
}
.tab-nav ul li {
width: 100%;
border: none;
}
.tab-nav ul li:last-child {
border: none;
}
}   article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
display: block;
}
audio,
canvas,
video {
display: inline-block;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
text-rendering: optimizeLegibility !important;
-webkit-font-smoothing: antialiased !important;
}
body {
margin: 0;
}
a {
background: transparent;
}
a:focus {
outline: thin dotted;
}
a:active,
a:hover,
div:active,
div:focus {
outline: 0;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
hr {
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0;
}
mark {
background: #ff0;
color: #000;
}
code,
kbd,
pre,
samp {
font-family: monospace, serif;
font-size: 1em;
}
pre {
white-space: pre-wrap;
}
q {
quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 0;
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
}
button,
input,
select,
textarea {
font-family: inherit;
font-size: 100%;
margin: 0;
}
button,
input {
line-height: normal;
}
button,
select {
text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0;
}
input[type="search"] {
-webkit-appearance: textfield;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
vertical-align: top;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
@media print {
* {
text-shadow: none !important;
color: #000 !important;
background: transparent !important;
box-shadow: none !important;
}
a,
a:visited {
text-decoration: underline;
}
a[href]:after {
content: " (" attr(href) ")";
}
abbr[title]:after {
content: " (" attr(title) ")";
}
a[href^="javascript:"]:after,
a[href^="#"]:after {
content: "";
}
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
thead {
display: table-header-group;
}
tr,
img {
page-break-inside: avoid;
}
img {
max-width: 100% !important;
}
@page {
margin: 2cm .5cm;
}
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
select {
background: #fff !important;
}
.navbar {
display: none;
}
.table td,
.table th {
background-color: #fff !important;
}
.btn > .caret,
.dropup > .btn > .caret {
border-top-color: #000 !important;
}
.label {
border: 1px solid #000;
}
.table {
border-collapse: collapse !important;
}
.table-bordered th,
.table-bordered td {
border: 1px solid #ddd !important;
}
} * {
border-width: 0;
}
*,
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html {
font-size: 62.5%;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
font-size: 16px;
line-height: 1.84;
color: #535353;
background-color: #ffffff;
-webkit-font-smoothing: none;
-webkit-font-smoothing: subpixel-antialiased;
-webkit-font-smoothing: antialiased;
}
.is-horizontal {
overflow-x: visible;
}
input,
button,
select,
textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
a {
color: #585858;
text-decoration: none;
}
a:hover,
a:focus {
color: #585858;
}
a:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
img {
vertical-align: middle;
max-width: 100%;
height: auto;
}
hr {
margin-top: 23px;
margin-bottom: 23px;
border: 0;
border-top: 1px solid #eeeeee;
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
a,
.nav_menu span {
outline: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
font-weight: 400;
line-height: 1.3;
color: #292d33;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
font-weight: normal;
line-height: 1;
color: #dddddd;
}
h1,
h2,
h3 {
margin-bottom: 11.5px;
margin-top: 0;
}
h1 small,
h2 small,
h3 small,
h1 .small,
h2 .small,
h3 .small {
font-size: 65%;
}
h4,
h5,
h6 {
margin-top: 0;
margin-bottom: 11.5px;
}
h4 small,
h5 small,
h6 small,
h4 .small,
h5 .small,
h6 .small {
font-size: 75%;
}
h1 {
font-size: 36px;
}
h2 {
font-size: 26px;
}
h3 {
font-size: 24px;
}
h4 {
font-size: 18px;
}
h5 {
font-size: 15px;
}
h6 {
font-size: 12px;
}
p {
margin: 0 0 23px;
}
small,
.small {
font-size: 85%;
}
cite {
font-style: normal;
}
.text-muted {
color: #dddddd;
}
.text-left {
text-align: left;
}
.text-right {
text-align: right;
}
.text-center {
text-align: center;
}
ul,
ol {
margin-top: 0;
margin-bottom: 23px;
}
ul ul,
ol ul,
ul ol,
ol ol {
margin-bottom: 0;
}
ul {
list-style: square;
padding-left: 18px;
}
ol {
padding-left: 20px;
}
.list-unstyled {
padding-left: 0;
list-style: none;
}
.list-inline {
padding-left: 0;
list-style: none;
}
.list-inline > li {
display: inline-block;
padding-left: 5px;
padding-right: 5px;
}
.list-inline > li:first-child {
padding-left: 0;
}
dl {
margin-top: 0;
margin-bottom: 23px;
}
dt,
dd {
line-height: 1.84;
}
dt {
font-weight: bold;
}
dd {
margin-left: 0;
}
@media (min-width: 768px) {
.dl-horizontal dt {
float: left;
width: 160px;
clear: left;
text-align: right;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.dl-horizontal dd {
margin-left: 180px;
}
.dl-horizontal dd:before,
.dl-horizontal dd:after {
content: " ";
display: table;
}
.dl-horizontal dd:after {
clear: both;
}
.dl-horizontal dd:before,
.dl-horizontal dd:after {
content: " ";
display: table;
}
.dl-horizontal dd:after {
clear: both;
}
}
abbr[title],
abbr[data-original-title] {
cursor: help;
border-bottom: 1px dotted #dddddd;
}
.initialism {
font-size: 90%;
text-transform: uppercase;
}
blockquote {
margin: 0 0 23px;
position: relative;
padding: 15px 25px 15px 25px;
border-left: 3px solid #eeeeee;
font-weight: 400;
}
blockquote p {
text-transform: none;
font-size: 21px;
line-height: 1.45;
letter-spacing: normal;
}
blockquote p:last-child {
margin-bottom: 0;
}
blockquote small,
blockquote .small {
text-transform: none;
font-size: 13px;
line-height: 1.3;
letter-spacing: normal;
font-weight: bold;
margin: 0px 0 0;
display: block;
color: #dddddd;
}
blockquote small:before,
blockquote .small:before {
content: '\2014 \00A0';
}
blockquote.pull-left,
blockquote.pull-right {
width: 40%;
}
blockquote.pull-right {
padding-right: 15px;
padding-left: 0;
border-right: 3px solid #eeeeee;
border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small,
blockquote.pull-right .small {
text-align: right;
}
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
content: '';
}
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
content: "";
}
address {
margin-bottom: 23px;
font-style: normal;
font-size: 15.6px;
line-height: 1.84;
}
.cleaner-text {
color: #bbbbbb;
}
code,
kbd,
pre,
samp {
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
padding: 2px 4px;
font-size: 90%;
color: #c7254e;
background-color: #f9f2f4;
border-radius: 5px;
}
pre {
display: block;
padding: 11px;
margin: 0 0 11.5px;
font-size: 12px;
line-height: 1.84;
word-break: break-all;
word-wrap: break-word;
color: #28262b;
background-color: #f5f5f5;
border: 1px solid #cccccc;
border-radius: 5px;
}
pre code {
padding: 0;
font-size: inherit;
color: inherit;
white-space: pre-wrap;
background-color: transparent;
border-radius: 0;
}
.pre-scrollable {
max-height: 340px;
overflow-y: scroll;
}
.container {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
.container:before,
.container:after {
content: " ";
display: table;
}
.container:after {
clear: both;
}
.container:before,
.container:after {
content: " ";
display: table;
}
.container:after {
clear: both;
}
@media (min-width: 768px) {
.container {
width: 750px;
}
body.boxed-laterals .container {
width: calc(750px - 100px);
}
}
@media (min-width: 992px) {
.container {
width: 970px;
}
body.boxed-laterals .container {
width: calc(970px - 100px);
}
}
@media (min-width: 1200px) {
.container {
width: 1170px;
}
body.boxed-laterals .container {
width: calc(1170px - 100px);
}
}
@media (min-width: 992px) {
.expanded .container {
width: auto;
padding-left: 2.5%;
padding-right: 2.5%;
}
}
@media (min-width: 1200px) {
.expanded .container {
width: auto;
padding-left: 2.5%;
padding-right: 2.5%;
}
}
@media (min-width: 992px) {
.compact .container {
width: 750px;
}
}
@media (min-width: 1200px) {
.compact .container {
width: 970px;
}
}
.aside-compact {
margin-right: auto;
margin-left: auto;
position: relative;
}
@media (min-width: 992px) {
.aside-compact {
width: 970px;
}
}
@media (min-width: 1200px) {
.aside-compact {
width: 1170px;
}
}
.dynamic-area .radiuzz-bg-video {
z-index: 10;
}
.dynamic-area .radiuzz-custom-wrapper .vc_row {
position: relative;
z-index: 100;
}
.row {
margin-left: -15px;
margin-right: -15px;
}
.row:before,
.row:after {
content: " ";
display: table;
}
.row:after {
clear: both;
}
.row:before,
.row:after {
content: " ";
display: table;
}
.row:after {
clear: both;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
.col-wrapper {
position: relative;
display: block;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
float: left;
}
.col-xs-12 {
width: 100%;
}
.col-xs-11 {
width: 91.66666667%;
}
.col-xs-10 {
width: 83.33333333%;
}
.col-xs-9 {
width: 75%;
}
.col-xs-8 {
width: 66.66666667%;
}
.col-xs-7 {
width: 58.33333333%;
}
.col-xs-6 {
width: 50%;
}
.col-xs-5 {
width: 41.66666667%;
}
.col-xs-4 {
width: 33.33333333%;
}
.col-xs-3 {
width: 25%;
}
.col-xs-2 {
width: 16.66666667%;
}
.col-xs-1 {
width: 8.33333333%;
}
.col-xs-pull-12 {
right: 100%;
}
.col-xs-pull-11 {
right: 91.66666667%;
}
.col-xs-pull-10 {
right: 83.33333333%;
}
.col-xs-pull-9 {
right: 75%;
}
.col-xs-pull-8 {
right: 66.66666667%;
}
.col-xs-pull-7 {
right: 58.33333333%;
}
.col-xs-pull-6 {
right: 50%;
}
.col-xs-pull-5 {
right: 41.66666667%;
}
.col-xs-pull-4 {
right: 33.33333333%;
}
.col-xs-pull-3 {
right: 25%;
}
.col-xs-pull-2 {
right: 16.66666667%;
}
.col-xs-pull-1 {
right: 8.33333333%;
}
.col-xs-pull-0 {
right: 0%;
}
.col-xs-push-12 {
left: 100%;
}
.col-xs-push-11 {
left: 91.66666667%;
}
.col-xs-push-10 {
left: 83.33333333%;
}
.col-xs-push-9 {
left: 75%;
}
.col-xs-push-8 {
left: 66.66666667%;
}
.col-xs-push-7 {
left: 58.33333333%;
}
.col-xs-push-6 {
left: 50%;
}
.col-xs-push-5 {
left: 41.66666667%;
}
.col-xs-push-4 {
left: 33.33333333%;
}
.col-xs-push-3 {
left: 25%;
}
.col-xs-push-2 {
left: 16.66666667%;
}
.col-xs-push-1 {
left: 8.33333333%;
}
.col-xs-push-0 {
left: 0%;
}
.col-xs-offset-12 {
margin-left: 100%;
}
.col-xs-offset-11 {
margin-left: 91.66666667%;
}
.col-xs-offset-10 {
margin-left: 83.33333333%;
}
.col-xs-offset-9 {
margin-left: 75%;
}
.col-xs-offset-8 {
margin-left: 66.66666667%;
}
.col-xs-offset-7 {
margin-left: 58.33333333%;
}
.col-xs-offset-6 {
margin-left: 50%;
}
.col-xs-offset-5 {
margin-left: 41.66666667%;
}
.col-xs-offset-4 {
margin-left: 33.33333333%;
}
.col-xs-offset-3 {
margin-left: 25%;
}
.col-xs-offset-2 {
margin-left: 16.66666667%;
}
.col-xs-offset-1 {
margin-left: 8.33333333%;
}
.col-xs-offset-0 {
margin-left: 0%;
}
@media (min-width: 768px) {
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12 {
float: left;
}
.col-sm-12 {
width: 100%;
}
.col-sm-11 {
width: 91.66666667%;
}
.col-sm-10 {
width: 83.33333333%;
}
.col-sm-9 {
width: 75%;
}
.col-sm-8 {
width: 66.66666667%;
}
.col-sm-7 {
width: 58.33333333%;
}
.col-sm-6 {
width: 50%;
}
.col-sm-5 {
width: 41.66666667%;
}
.col-sm-4 {
width: 33.33333333%;
}
.col-sm-3 {
width: 25%;
}
.col-sm-2 {
width: 16.66666667%;
}
.col-sm-1 {
width: 8.33333333%;
}
.col-sm-pull-12 {
right: 100%;
}
.col-sm-pull-11 {
right: 91.66666667%;
}
.col-sm-pull-10 {
right: 83.33333333%;
}
.col-sm-pull-9 {
right: 75%;
}
.col-sm-pull-8 {
right: 66.66666667%;
}
.col-sm-pull-7 {
right: 58.33333333%;
}
.col-sm-pull-6 {
right: 50%;
}
.col-sm-pull-5 {
right: 41.66666667%;
}
.col-sm-pull-4 {
right: 33.33333333%;
}
.col-sm-pull-3 {
right: 25%;
}
.col-sm-pull-2 {
right: 16.66666667%;
}
.col-sm-pull-1 {
right: 8.33333333%;
}
.col-sm-pull-0 {
right: 0%;
}
.col-sm-push-12 {
left: 100%;
}
.col-sm-push-11 {
left: 91.66666667%;
}
.col-sm-push-10 {
left: 83.33333333%;
}
.col-sm-push-9 {
left: 75%;
}
.col-sm-push-8 {
left: 66.66666667%;
}
.col-sm-push-7 {
left: 58.33333333%;
}
.col-sm-push-6 {
left: 50%;
}
.col-sm-push-5 {
left: 41.66666667%;
}
.col-sm-push-4 {
left: 33.33333333%;
}
.col-sm-push-3 {
left: 25%;
}
.col-sm-push-2 {
left: 16.66666667%;
}
.col-sm-push-1 {
left: 8.33333333%;
}
.col-sm-push-0 {
left: 0%;
}
.col-sm-offset-12 {
margin-left: 100%;
}
.col-sm-offset-11 {
margin-left: 91.66666667%;
}
.col-sm-offset-10 {
margin-left: 83.33333333%;
}
.col-sm-offset-9 {
margin-left: 75%;
}
.col-sm-offset-8 {
margin-left: 66.66666667%;
}
.col-sm-offset-7 {
margin-left: 58.33333333%;
}
.col-sm-offset-6 {
margin-left: 50%;
}
.col-sm-offset-5 {
margin-left: 41.66666667%;
}
.col-sm-offset-4 {
margin-left: 33.33333333%;
}
.col-sm-offset-3 {
margin-left: 25%;
}
.col-sm-offset-2 {
margin-left: 16.66666667%;
}
.col-sm-offset-1 {
margin-left: 8.33333333%;
}
.col-sm-offset-0 {
margin-left: 0%;
}
}
@media (min-width: 992px) {
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
float: left;
}
.col-md-12 {
width: 100%;
}
.col-md-11 {
width: 91.66666667%;
}
.col-md-10 {
width: 83.33333333%;
}
.col-md-9 {
width: 75%;
}
.col-md-8 {
width: 66.66666667%;
}
.col-md-7 {
width: 58.33333333%;
}
.col-md-6 {
width: 50%;
}
.col-md-5 {
width: 41.66666667%;
}
.col-md-4 {
width: 33.33333333%;
}
.col-md-3 {
width: 25%;
}
.col-md-2 {
width: 16.66666667%;
}
.col-md-1 {
width: 8.33333333%;
}
.col-md-pull-12 {
right: 100%;
}
.col-md-pull-11 {
right: 91.66666667%;
}
.col-md-pull-10 {
right: 83.33333333%;
}
.col-md-pull-9 {
right: 75%;
}
.col-md-pull-8 {
right: 66.66666667%;
}
.col-md-pull-7 {
right: 58.33333333%;
}
.col-md-pull-6 {
right: 50%;
}
.col-md-pull-5 {
right: 41.66666667%;
}
.col-md-pull-4 {
right: 33.33333333%;
}
.col-md-pull-3 {
right: 25%;
}
.col-md-pull-2 {
right: 16.66666667%;
}
.col-md-pull-1 {
right: 8.33333333%;
}
.col-md-pull-0 {
right: 0%;
}
.col-md-push-12 {
left: 100%;
}
.col-md-push-11 {
left: 91.66666667%;
}
.col-md-push-10 {
left: 83.33333333%;
}
.col-md-push-9 {
left: 75%;
}
.col-md-push-8 {
left: 66.66666667%;
}
.col-md-push-7 {
left: 58.33333333%;
}
.col-md-push-6 {
left: 50%;
}
.col-md-push-5 {
left: 41.66666667%;
}
.col-md-push-4 {
left: 33.33333333%;
}
.col-md-push-3 {
left: 25%;
}
.col-md-push-2 {
left: 16.66666667%;
}
.col-md-push-1 {
left: 8.33333333%;
}
.col-md-push-0 {
left: 0%;
}
.col-md-offset-12 {
margin-left: 100%;
}
.col-md-offset-11 {
margin-left: 91.66666667%;
}
.col-md-offset-10 {
margin-left: 83.33333333%;
}
.col-md-offset-9 {
margin-left: 75%;
}
.col-md-offset-8 {
margin-left: 66.66666667%;
}
.col-md-offset-7 {
margin-left: 58.33333333%;
}
.col-md-offset-6 {
margin-left: 50%;
}
.col-md-offset-5 {
margin-left: 41.66666667%;
}
.col-md-offset-4 {
margin-left: 33.33333333%;
}
.col-md-offset-3 {
margin-left: 25%;
}
.col-md-offset-2 {
margin-left: 16.66666667%;
}
.col-md-offset-1 {
margin-left: 8.33333333%;
}
.col-md-offset-0 {
margin-left: 0%;
}
}
@media (min-width: 1200px) {
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
float: left;
}
.col-lg-12 {
width: 100%;
}
.col-lg-11 {
width: 91.66666667%;
}
.col-lg-10 {
width: 83.33333333%;
}
.col-lg-9 {
width: 75%;
}
.col-lg-8 {
width: 66.66666667%;
}
.col-lg-7 {
width: 58.33333333%;
}
.col-lg-6 {
width: 50%;
}
.col-lg-5 {
width: 41.66666667%;
}
.col-lg-4 {
width: 33.33333333%;
}
.col-lg-3 {
width: 25%;
}
.col-lg-2 {
width: 16.66666667%;
}
.col-lg-1 {
width: 8.33333333%;
}
.col-lg-pull-12 {
right: 100%;
}
.col-lg-pull-11 {
right: 91.66666667%;
}
.col-lg-pull-10 {
right: 83.33333333%;
}
.col-lg-pull-9 {
right: 75%;
}
.col-lg-pull-8 {
right: 66.66666667%;
}
.col-lg-pull-7 {
right: 58.33333333%;
}
.col-lg-pull-6 {
right: 50%;
}
.col-lg-pull-5 {
right: 41.66666667%;
}
.col-lg-pull-4 {
right: 33.33333333%;
}
.col-lg-pull-3 {
right: 25%;
}
.col-lg-pull-2 {
right: 16.66666667%;
}
.col-lg-pull-1 {
right: 8.33333333%;
}
.col-lg-pull-0 {
right: 0%;
}
.col-lg-push-12 {
left: 100%;
}
.col-lg-push-11 {
left: 91.66666667%;
}
.col-lg-push-10 {
left: 83.33333333%;
}
.col-lg-push-9 {
left: 75%;
}
.col-lg-push-8 {
left: 66.66666667%;
}
.col-lg-push-7 {
left: 58.33333333%;
}
.col-lg-push-6 {
left: 50%;
}
.col-lg-push-5 {
left: 41.66666667%;
}
.col-lg-push-4 {
left: 33.33333333%;
}
.col-lg-push-3 {
left: 25%;
}
.col-lg-push-2 {
left: 16.66666667%;
}
.col-lg-push-1 {
left: 8.33333333%;
}
.col-lg-push-0 {
left: 0%;
}
.col-lg-offset-12 {
margin-left: 100%;
}
.col-lg-offset-11 {
margin-left: 91.66666667%;
}
.col-lg-offset-10 {
margin-left: 83.33333333%;
}
.col-lg-offset-9 {
margin-left: 75%;
}
.col-lg-offset-8 {
margin-left: 66.66666667%;
}
.col-lg-offset-7 {
margin-left: 58.33333333%;
}
.col-lg-offset-6 {
margin-left: 50%;
}
.col-lg-offset-5 {
margin-left: 41.66666667%;
}
.col-lg-offset-4 {
margin-left: 33.33333333%;
}
.col-lg-offset-3 {
margin-left: 25%;
}
.col-lg-offset-2 {
margin-left: 16.66666667%;
}
.col-lg-offset-1 {
margin-left: 8.33333333%;
}
.col-lg-offset-0 {
margin-left: 0%;
}
}
table {
max-width: 100%;
background-color: transparent;
}
th {
text-align: left;
}
table {
width: 100%;
margin-bottom: 23px;
border: none;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
padding: 8px;
line-height: 1.84;
vertical-align: middle;
border: 1px solid #dddddd;
border-bottom-width: 0px;
}
table > tbody > tr:last-child > td {
border-bottom-width: 1px;
}
table > thead > tr > th {
background: #f2f2f2;
}
table > tbody + tbody {
border-top: 2px solid #dddddd;
}
table > tfoot > tr > td {
border-bottom-width: 1px;
}
table table {
background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
padding: 5px;
}
@media (max-width: 767px) {
.table-responsive {
width: 100%;
margin-bottom: 17.25px;
overflow-y: hidden;
overflow-x: scroll;
-ms-overflow-style: -ms-autohiding-scrollbar;
border: 1px solid #dddddd;
-webkit-overflow-scrolling: touch;
}
.table-responsive > .table {
margin-bottom: 0;
}
.table-responsive > .table > thead > tr > th,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > td {
white-space: nowrap;
}
}
fieldset {
padding: 0;
margin: 0;
border: 0;
}
legend {
display: block;
width: 100%;
padding: 0;
margin-bottom: 23px;
font-size: 19.5px;
line-height: inherit;
color: #999999;
border: 0;
border-bottom: 1px solid #e5e5e5;
}
label {
display: inline-block;
margin-bottom: 5px;
font-weight: normal;
}
input[type="search"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
margin: 4px 0 0;
margin-top: 1px \9; line-height: normal;
}
input[type="file"] {
display: block;
}
select[multiple],
select[size] {
height: auto;
}
select optgroup {
font-size: inherit;
font-style: inherit;
font-family: inherit;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
height: auto;
}
output {
display: block;
padding-top: 14px;
font-size: 13px;
line-height: 1.84;
vertical-align: middle;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
display: inline-block;
width: 100%;
padding: 11px 15px;
font-size: 12px;
line-height: 1.84;
color: #333333;
vertical-align: middle;
background-color: transparent;
background-image: none;
border: 1px solid #e7e7e7;
font-weight: 400;
-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
-webkit-transition: background 500ms ease, border 500ms ease;
-moz-transition: background 500ms ease, border 500ms ease;
-o-transition: background 500ms ease, border 500ms ease;
transition: background 500ms ease, border 500ms ease;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
border-color: #5d5d5d;
outline: 0;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
color: #5d5d5d;
background-color: transparent;
}
select:-moz-placeholder,
textarea:-moz-placeholder,
input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="datetime"]:-moz-placeholder,
input[type="datetime-local"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
input[type="month"]:-moz-placeholder,
input[type="time"]:-moz-placeholder,
input[type="week"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="color"]:-moz-placeholder {
color: #808080;
}
select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder {
color: #808080;
opacity: 1;
}
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder {
color: #808080;
}
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder {
color: #808080;
}
select[disabled],
textarea[disabled],
input[type="text"][disabled],
input[type="password"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="date"][disabled],
input[type="month"][disabled],
input[type="time"][disabled],
input[type="week"][disabled],
input[type="number"][disabled],
input[type="email"][disabled],
input[type="url"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="color"][disabled],
select[readonly],
textarea[readonly],
input[type="text"][readonly],
input[type="password"][readonly],
input[type="datetime"][readonly],
input[type="datetime-local"][readonly],
input[type="date"][readonly],
input[type="month"][readonly],
input[type="time"][readonly],
input[type="week"][readonly],
input[type="number"][readonly],
input[type="email"][readonly],
input[type="url"][readonly],
input[type="search"][readonly],
input[type="tel"][readonly],
input[type="color"][readonly],
fieldset[disabled] select,
fieldset[disabled] textarea,
fieldset[disabled] input[type="text"],
fieldset[disabled] input[type="password"],
fieldset[disabled] input[type="datetime"],
fieldset[disabled] input[type="datetime-local"],
fieldset[disabled] input[type="date"],
fieldset[disabled] input[type="month"],
fieldset[disabled] input[type="time"],
fieldset[disabled] input[type="week"],
fieldset[disabled] input[type="number"],
fieldset[disabled] input[type="email"],
fieldset[disabled] input[type="url"],
fieldset[disabled] input[type="search"],
fieldset[disabled] input[type="tel"],
fieldset[disabled] input[type="color"] {
cursor: not-allowed;
background-color: #eeeeee;
}
select {
background: transparent url(//www.birdepoch.com/wp-content/themes/cygnus/images/select_ui.png) no-repeat right center;
padding-right: 23px;
-webkit-appearance: none;
}
@-moz-document url-prefix() {
select {
background-image: none !important;
padding-right: 15px;
}
}
textarea {
height: auto;
}
.wpb_column > .wpb_wrapper .field-wrap:last-child {
margin-bottom: 15px;
}
.field-wrap.label-left .ninja-forms-field,
.field-wrap.label-left .ninja-forms-star-rating-control,
.field-wrap.label-right .ninja-forms-field,
.field-wrap.label-right .ninja-forms-star-rating-control {
display: inline-block;
}
.ninja-forms-response-msg.ninja-forms-error-msg {
padding: 15px 15px;
background: #C94240;
color: #fff;
margin-bottom: 15px;
}
.ninja-forms-response-msg.ninja-forms-success-msg {
padding: 15px 15px;
background: #8AC728;
color: #fff;
margin-bottom: 15px;
}
.ninja-forms-response-msg p {
margin: 0;
}
.ninja-forms-response-msg p:empty {
display: none;
}
.ninja-forms-field-error {
color: #C94240;
margin-top: 5px;
}
.ninja-forms-field-error:empty {
display: none;
}
.ninja-forms-form-wrap input:not([type=submit]):not([type=file]),
.ninja-forms-form-wrap select,
.ninja-forms-form-wrap textarea {
width: 100% !important;
}
.ninja-forms-form-wrap input[type=submit] {
width: auto;
}
.ninja-forms-form-wrap form input[type=text]::-webkit-input-placeholder,
.ninja-forms-form-wrap form textarea::-webkit-input-placeholder {
text-transform: none;
color: #808080;
}
.ninja-forms-form-wrap form input[type=text]::-moz-placeholder,
.ninja-forms-form-wrap form textarea::-moz-placeholder {
text-transform: none;
color: #808080;
}
.ninja-forms-form-wrap form input[type=text]:-moz-placeholder,
.ninja-forms-form-wrap form textarea:-moz-placeholder {
text-transform: none;
color: #808080;
}
.ninja-forms-form-wrap form input[type=text]:-ms-input-placeholder,
.ninja-forms-form-wrap form textarea:-ms-input-placeholder {
text-transform: none;
color: #808080;
}
.ninja-forms-form-wrap form input,
.ninja-forms-form-wrap form textarea {
font-size: 12px;
border: 1px solid #e7e7e7;
color: #5d5d5d;
border-radius: 0;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.ninja-forms-form-wrap form input:focus,
.ninja-forms-form-wrap form textarea:focus {
background: #fcfcfc;
border-color: #5d5d5d;
}
.ninja-forms-form-wrap form input[type=submit] {
color: white;
background: #0d8dd6;
float: left;
border: none;
letter-spacing: 1px;
width: auto;
padding: 13px 27px;
}
.ninja-forms-form-wrap form input[type=submit]:active,
.ninja-forms-form-wrap form input[type=submit]:focus {
background: #0d7cbb;
box-shadow: none;
outline: none;
border-color: transparent;
}
.ninja-forms-form-wrap form .ninja-forms-error input,
.ninja-forms-form-wrap form .ninja-forms-error textarea {
border-color: #ff5e5e;
}
.mc4wp-alert {
margin: 1em 0;
padding: 10px 15px;
color: #c09853;
background-color: #fcf8e3;
border: 1px solid #fbeed5;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
display: block;
position: relative;
}
.mc4wp-success {
color: #468847;
background-color: #dff0d8;
border-color: #d6e9c6;
}
.mc4wp-notice {
color: #3a87ad;
background-color: #d9edf7;
border-color: #bce8f1;
}
.mc4wp-error {
color: #b94a48;
background-color: #f2dede;
border-color: #eed3d7;
}
.form-group {
margin-bottom: 15px;
}
.radio,
.checkbox {
display: block;
min-height: 23px;
margin-top: 10px;
margin-bottom: 10px;
padding-left: 20px;
vertical-align: middle;
}
.radio label,
.checkbox label {
display: inline;
margin-bottom: 0;
font-weight: normal;
cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
float: left;
margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
display: inline-block;
padding-left: 20px;
margin-bottom: 0;
vertical-align: middle;
font-weight: normal;
cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
margin-top: 0;
margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
cursor: not-allowed;
}
.input-sm {
height: 30px;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 0px;
}
select.input-sm {
height: 30px;
line-height: 30px;
}
textarea.input-sm {
height: auto;
}
.input-lg {
height: 65px;
padding: 20px 25px;
font-size: 17px;
line-height: 1.33;
border-radius: 0px;
}
select.input-lg {
height: 65px;
line-height: 65px;
}
textarea.input-lg {
height: auto;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
color: #8a6d3b;
}
.has-warning .form-control {
border-color: #8a6d3b;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
border-color: #66512c;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
color: #8a6d3b;
border-color: #8a6d3b;
background-color: #fcf8e3;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
color: #a94442;
}
.has-error .form-control {
border-color: #a94442;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
border-color: #843534;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
color: #a94442;
border-color: #a94442;
background-color: #f2dede;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
color: #3c763d;
}
.has-success .form-control {
border-color: #3c763d;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
border-color: #2b542c;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
color: #3c763d;
border-color: #3c763d;
background-color: #dff0d8;
}
.form-control-static {
margin-bottom: 0;
}
.help-block {
display: block;
margin-top: 5px;
margin-bottom: 10px;
color: #b7c1ca;
}
@media (min-width: 768px) {
.form-inline .form-group {
display: inline-block;
margin-bottom: 0;
vertical-align: middle;
}
.form-inline .form-control {
display: inline-block;
}
.form-inline select.form-control {
width: auto;
}
.form-inline .radio,
.form-inline .checkbox {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
padding-left: 0;
}
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
float: none;
margin-left: 0;
}
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
margin-top: 0;
margin-bottom: 0;
padding-top: 14px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
min-height: 37px;
}
.form-horizontal .form-group {
margin-left: -15px;
margin-right: -15px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
content: " ";
display: table;
}
.form-horizontal .form-group:after {
clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
content: " ";
display: table;
}
.form-horizontal .form-group:after {
clear: both;
}
.form-horizontal .form-control-static {
padding-top: 14px;
}
@media (min-width: 768px) {
.form-horizontal .control-label {
text-align: right;
}
}
.btn,
.button,
button {
display: inline-block;
margin-bottom: 0;
font-weight: 700;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
border: 2px solid transparent;
white-space: nowrap;
-webkit-transition: border-color ease-in-out 500ms, background ease-in-out 500ms;
transition: border-color ease-in-out 500ms, background ease-in-out 500ms;
padding: 6px 20px;
font-size: 12px;
line-height: 1.84;
text-transform: uppercase;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
color: #ffffff;
background-color: #585858;
border-color: #585858;
}
button[type="submit"],
input[type="submit"] {
font-size: 12px;
line-height: 1em;
font-weight: 600;
letter-spacing: 0.3px;
text-transform: uppercase;
background: #e6e6e6;
color: #4c4c4c;
border-color: #e6e6e6;
border: none;
padding: 15px 21px;
height: auto !important;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
border-radius: 20px;
}
.btn:focus,
.button:focus,
button:focus,
input[type="submit"]:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.btn:hover,
.button:hover,
button:hover,
input[type="submit"]:hover,
.btn:focus,
.button:focus,
button:focus,
input[type="submit"]:focus {
color: #ffffff;
text-decoration: none;
}
.btn:active,
.button:active,
button:active,
input[type="submit"]:active,
.btn.active,
.button.active,
button.active,
input[type="submit"].active {
outline: 0;
background-image: none;
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.button.disabled,
button.disabled,
input[type="submit"].disabled,
.btn[disabled],
.button[disabled],
button[disabled],
input[type="submit"][disabled],
fieldset[disabled] .btn,
fieldset[disabled] .button,
fieldset[disabled] button,
fieldset[disabled] input[type="submit"] {
cursor: not-allowed;
pointer-events: none;
opacity: 0.65;
-webkit-box-shadow: none;
box-shadow: none;
}
.btn:hover,
.button:hover,
button:hover,
input[type="submit"]:hover,
.btn:focus,
.button:focus,
button:focus,
input[type="submit"]:focus,
.btn:active,
.button:active,
button:active,
input[type="submit"]:active,
.btn.active,
.button.active,
button.active,
input[type="submit"].active,
.open .dropdown-toggle.btn,
.open .dropdown-toggle.button,
.open .dropdown-togglebutton,
.open .dropdown-toggleinput[type="submit"] {
color: #ffffff;
background-color: #585858 !important;
border-color: #585858 !important;
}
.btn:active,
.button:active,
button:active,
input[type="submit"]:active,
.btn.active,
.button.active,
button.active,
input[type="submit"].active,
.open .dropdown-toggle.btn,
.open .dropdown-toggle.button,
.open .dropdown-togglebutton,
.open .dropdown-toggleinput[type="submit"] {
background-image: none;
}
.btn.disabled,
.button.disabled,
button.disabled,
input[type="submit"].disabled,
.btn[disabled],
.button[disabled],
button[disabled],
input[type="submit"][disabled],
fieldset[disabled] .btn,
fieldset[disabled] .button,
fieldset[disabled] button,
fieldset[disabled] input[type="submit"],
.btn.disabled:hover,
.button.disabled:hover,
button.disabled:hover,
input[type="submit"].disabled:hover,
.btn[disabled]:hover,
.button[disabled]:hover,
button[disabled]:hover,
input[type="submit"][disabled]:hover,
fieldset[disabled] .btn:hover,
fieldset[disabled] .button:hover,
fieldset[disabled] button:hover,
fieldset[disabled] input[type="submit"]:hover,
.btn.disabled:focus,
.button.disabled:focus,
button.disabled:focus,
input[type="submit"].disabled:focus,
.btn[disabled]:focus,
.button[disabled]:focus,
button[disabled]:focus,
input[type="submit"][disabled]:focus,
fieldset[disabled] .btn:focus,
fieldset[disabled] .button:focus,
fieldset[disabled] button:focus,
fieldset[disabled] input[type="submit"]:focus,
.btn.disabled:active,
.button.disabled:active,
button.disabled:active,
input[type="submit"].disabled:active,
.btn[disabled]:active,
.button[disabled]:active,
button[disabled]:active,
input[type="submit"][disabled]:active,
fieldset[disabled] .btn:active,
fieldset[disabled] .button:active,
fieldset[disabled] button:active,
fieldset[disabled] input[type="submit"]:active,
.btn.disabled.active,
.button.disabled.active,
button.disabled.active,
input[type="submit"].disabled.active,
.btn[disabled].active,
.button[disabled].active,
button[disabled].active,
input[type="submit"][disabled].active,
fieldset[disabled] .btn.active,
fieldset[disabled] .button.active,
fieldset[disabled] button.active,
fieldset[disabled] input[type="submit"].active {
background-color: #e9b500;
border-color: #e9b500;
}
button[type="submit"]:focus,
input[type="submit"]:focus,
button[type="submit"]:active,
input[type="submit"]:active,
button[type="submit"]:hover,
input[type="submit"]:hover {
border-color: #f0f0f0 !important;
background-color: #f0f0f0 !important;
color: #333333 !important;
}
.btn .badge,
.button .badge,
button .badge,
input[type="submit"] .badge {
color: #e9b500;
background-color: #fff;
}
.btn-default {
color: #ffffff;
background-color: #e9b500;
border-color: #e9b500;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
color: #ffffff;
background-color: #585858 ;
border-color: #585858 ;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
background-color: #e9b500;
border-color: #e9b500;
}
.btn-default .badge {
color: #e9b500;
background-color: #fff;
}
.btn-primary {
color: #ffffff;
background-color: #585858 ;
border-color: #585858 ;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
color: #ffffff;
background-color: #585858 ;
border-color: #585858 ;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
background-color: #585858 ;
border-color: #585858 ;
}
.btn-primary .badge {
color: #585858 ;
background-color: #fff;
}
.btn-warning {
color: #ffffff;
background-color: #f0ad4e;
border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
color: #ffffff;
background-color: #585858 ;
border-color: #585858 ;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
background-color: #f0ad4e;
border-color: #eea236;
}
.btn-warning .badge {
color: #f0ad4e;
background-color: #fff;
}
.btn-danger {
color: #ffffff;
background-color: #ba4147;
border-color: #a73a40;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
color: #ffffff;
background-color: #585858 ;
border-color: #585858 ;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
background-color: #ba4147;
border-color: #a73a40;
}
.btn-danger .badge {
color: #ba4147;
background-color: #fff;
}
.btn-success {
color: #ffffff;
background-color: #6d9b44;
border-color: #61893c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
color: #ffffff;
background-color: #585858 ;
border-color: #585858 ;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
background-color: #6d9b44;
border-color: #61893c;
}
.btn-success .badge {
color: #6d9b44;
background-color: #fff;
}
.btn-info {
color: #ffffff;
background-color: #5bc0de;
border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
color: #ffffff;
background-color: #585858 ;
border-color: #585858 ;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
background-color: #5bc0de;
border-color: #46b8da;
}
.btn-info .badge {
color: #5bc0de;
background-color: #fff;
}
.btn-link {
color: #9ca9b4;
font-weight: normal;
cursor: pointer;
border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
color: #585858;
text-decoration: underline;
background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
color: #dddddd;
text-decoration: none;
}
.btn-lg {
padding: 20px 25px;
font-size: 17px;
line-height: 1.33;
border-radius: 0px;
}
.btn-sm {
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 0px;
}
.btn-xs {
padding: 1px 5px;
font-size: 12px;
line-height: 1.5;
border-radius: 0px;
}
.btn-block {
display: block;
width: 100%;
padding-left: 0;
padding-right: 0;
}
.btn-block + .btn-block {
margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
width: 100%;
} .woocommerce .woo-sorting-options .woocommerce-ordering select,
.woocommerce-page .woo-sorting-options .woocommerce-ordering select {
font-size: 12px;
text-transform: none;
color: #808080;
border: 1px solid #dbdbdb;
-webkit-border-radius: 40px;
-moz-border-radius: 40px;
border-radius: 40px;
height: 40px;
min-width: 300px;
padding: 5px 12px;
}
.woocommerce .woo-sorting-options .woo-navigation a,
.woocommerce-page .woo-sorting-options .woo-navigation a,
.woocommerce .woo-sorting-options .woo-navigation span,
.woocommerce-page .woo-sorting-options .woo-navigation span {
font-size: 15px;
font-weight: 600;
line-height: 40px;
color: #333;
width: 40px;
height: 40px;
margin-left: 0px;
border-radius: 40px;
border: 1px solid #e3e3e3
}
.woocommerce .woo-navigation a:hover,
.woocommerce-page .woo-navigation a:hover {
border-color: #ccc;
}
.woocommerce .woo-navigation span.current,
.woocommerce-page .woo-navigation span.current {
border-color: black;
width: 55px;
}
.woocommerce .woo-sorting-options .catalog-results-number,
.woocommerce-page .woo-sorting-options .catalog-results-number {
padding-top: 5px !important;
}
.woocommerce .content-wrapper div.product div.summary .share-icons a,
.woocommerce-page .content-wrapper div.product div.summary .share-icons a {
color: #28262b;
width: 45px;
height: 45px;
line-height: 46px;
margin-right: -4px;
margin-bottom: 4px;
border-radius: 0;
border: none !important;
border-top: 2px solid #3c3c3c !important;
border-bottom: 2px solid #3c3c3c !important;
}
.woocommerce .content-wrapper div.product div.summary .share-icons a:last-child {
border-right: 2px solid #1b1b1b !important;
border-top-right-radius: 30px;
border-bottom-right-radius: 30px;
}
.woocommerce .content-wrapper div.product div.summary .share-icons a:first-child {
border-left: 2px solid #1b1b1b !important;
border-top-left-radius: 30px;
border-bottom-left-radius: 30px;
}
.woocommerce .content-wrapper div.product div.summary .share-icons a:hover,
.woocommerce-page .content-wrapper div.product div.summary .share-icons a:hover {
border-color: black;
color: black;
}
.woocommerce div.product form.cart .button, .woocommerce-page div.product form.cart .button {
font-family: inherit !important;
background: #1B1B1A !important;
color: #ffffff !important;
}
.woocommerce div.product form.cart .button:hover, .woocommerce-page div.product form.cart .button:hover {
color: #1B1B1A  !important;
}
.vc_tta-tabs .woocommerce ul.products li.product,
.vc_tta-tabs .woocommerce-page ul.products li.product {
clear: none;
}
.woocommerce div.product .product_title, .woocommerce-page div.product .product_title {
font-weight: 600 !important;
font-size: 30px !important;
letter-spacing: 1px;
word-spacing: 0;
color: #28262b;
}
.vc_tta-tabs .woocommerce ul.products li.product {
margin-bottom: 18px !important;
}  body {
background: #ffffff;
}
#all-site-wrapper {
-webkit-transition: all 0.8s cubic-bezier(0.68, 0, 0.29, 1);
-moz-transition: all 0.8s cubic-bezier(0.68, 0, 0.29, 1);
transition: all 0.8s cubic-bezier(0.68, 0, 0.29, 1);
} body.boxed #all-site-wrapper {
margin: 50px;
-webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
}
body.boxed-laterals #all-site-wrapper {
margin: 0px 50px;
-webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
body.boxed #all-site-wrapper {
margin: 0px 0px;
}
body.boxed-laterals #all-site-wrapper {
margin: 0px 0px;
}
body.boxed-laterals .cygnus-layout.header.stuck,
body.boxed .cygnus-layout.header.stuck {
left: 0 !important;
right: 0 !important;
}
.sticky-footer.boxed-laterals .cygnus-layout.footer,
.sticky-footer.boxed-laterals .cygnus-layout.bottom-footer,
.sticky-footer.boxed .cygnus-layout.footer,
.sticky-footer.boxed .cygnus-layout.bottom-footer {
left: 0 !important;
right: 0 !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
body.boxed #all-site-wrapper {
margin: 15px 25px;
}
body.boxed-laterals #all-site-wrapper {
margin: 0px 25px;
}
body.boxed-laterals .cygnus-layout.header.stuck,
body.boxed .cygnus-layout.header.stuck {
left: 25px !important;
right: 25px !important;
}
.sticky-footer.boxed-laterals .cygnus-layout.footer,
.sticky-footer.boxed-laterals .cygnus-layout.bottom-footer,
.sticky-footer.boxed .cygnus-layout.footer,
.sticky-footer.boxed .cygnus-layout.bottom-footer {
left: 0 !important;
right: 0 !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
body.boxed #all-site-wrapper {
margin: 15px 25px;
}
body.boxed-laterals #all-site-wrapper {
margin: 0px 25px;
}
body.boxed-laterals .cygnus-layout.header.stuck,
body.boxed .cygnus-layout.header.stuck {
left: 25px !important;
right: 25px !important;
}
.sticky-footer.boxed-laterals .cygnus-layout.footer,
.sticky-footer.boxed-laterals .cygnus-layout.bottom-footer,
.sticky-footer.boxed .cygnus-layout.footer,
.sticky-footer.boxed .cygnus-layout.bottom-footer {
left: 25px !important;
right: 25px !important;
}
}  .radiuzz-m-l-aside.radiuzz-m-l-aside-left .radiuzz-main-layout-aside-right {
padding-left: 260px;
}
.radiuzz-m-l-aside-modern.radiuzz-m-l-aside-left .radiuzz-main-layout-aside-right {
padding-left: 46%;
}
.radiuzz-m-l-aside.radiuzz-m-l-aside-left .radiuzz-main-layout-aside-left {
width: 261px;
position: absolute;
top: 0;
bottom: 0;
height: 100%;
background: transparent;
border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.radiuzz-m-l-aside.radiuzz-m-l-aside-right .radiuzz-main-layout-aside-right {
width: 261px;
position: absolute;
top: 0;
bottom: 0;
right: 1px;
height: 100%;
background: transparent;
border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.radiuzz-m-l-aside #sideheader {
display: none !important;
}
.radiuzz-m-l-aside.radiuzz-m-l-aside-right .radiuzz-main-layout-aside-left {
padding-right: 260px;
}
.radiuzz-m-l-aside .logo img {
display: inline-block;
}
.boxed-laterals.radiuzz-m-l-aside-left .radiuzz-main-layout-aside-right,
.boxed.radiuzz-m-l-aside-left .radiuzz-main-layout-aside-right {
margin-left: 260px;
}
.boxed-laterals.radiuzz-m-l-aside-left .radiuzz-main-layout-aside-left,
.boxed.radiuzz-m-l-aside-left .radiuzz-main-layout-aside-left {
width: 260px;
}
.boxed-laterals.radiuzz-m-l-aside-right .radiuzz-main-layout-aside-right,
.boxed.radiuzz-m-l-aside-right .radiuzz-main-layout-aside-right {
width: 260px;
}
.boxed-laterals.radiuzz-m-l-aside-right .radiuzz-main-layout-aside-left,
.boxed.radiuzz-m-l-aside-right .radiuzz-main-layout-aside-left {
margin-right: 260px;
}
@media (min-width: 992px) {
.radiuzz-m-l-aside .aside-stuck {
position: fixed !important;
width: 260px;
top: 0px;
}
.radiuzz-m-l-aside .radiuzz-main-layout-aside-right .container,
.radiuzz-m-l-aside .radiuzz-main-layout-aside-left .container {
width: 100%;
max-width: 100%;
padding: 0;
}
.radiuzz-m-l-aside .radiuzz-main-layout-aside-right .bottom-footer .container,
.radiuzz-m-l-aside .radiuzz-main-layout-aside-left .bottom-footer .container,
.radiuzz-m-l-aside .radiuzz-main-layout-aside-right .footer .container,
.radiuzz-m-l-aside .radiuzz-main-layout-aside-left .footer .container {
padding: 0 40px;
}
.admin-bar.radiuzz-m-l-aside .aside-stuck {
top: 32px;
}
}
@media (max-width: 991px) {
.radiuzz-m-l-aside .radiuzz-main-layout-aside-right {
float: none !important;
width: auto !important;
padding-left: 0 !important;
padding-right: 0 !important;
margin-left: 0 !important;
margin-right: 0 !important;
position: static !important;
height: auto !important;
box-shadow: none !important;
-webkit-box-shadow: none !important;
}
.radiuzz-m-l-aside .radiuzz-main-layout-aside-left {
float: none !important;
width: auto !important;
padding-left: 0 !important;
padding-right: 0 !important;
margin-left: 0 !important;
margin-right: 0 !important;
position: static !important;
height: auto !important;
box-shadow: none !important;
-webkit-box-shadow: none !important;
}
.radiuzz-m-l-aside .fixed-height {
position: static !important;
width: auto;
}
.content-left-sidebar .sidebar-left {
float: none !important;
}
}  .cygnus-module .trigger i {
display: block;
} .custom-text img {
margin-right: 2px;
margin-left: 2px;
}
.wpml-lang-dropdown .language .inner-wrapper{
opacity: 0;
} .cygnus-icon {
display: inline-block;
width: 1.5em;
text-align: center;
} .cygnus-social-icon {
margin-right: 8px;
margin-bottom: 3px;
text-align: center;
display: inline-block;
}
.cygnus-social-icon.circle,
.cygnus-social-icon.square {
color: #fff;
}
.cygnus-social-icon.circle:hover,
.cygnus-social-icon.square:hover {
background: #585858;
color: #ffffff;
}
.cygnus-social-icon.circle {
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
}
.cygnus-social-icon-none {
width: 1.5em;
margin-right: 5px;
text-align: center;
} .mega_main_menu *[class*="ci-icon-"] {
position: relative;
display: block;
}
.mega_main_menu *[class*="ci-icon-"]:before {
content: '\320';
display: inline-block;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
top: 0px;
left: 0px;
width: 100%;
height: auto;
color: transparent;
}
.mega_main_menu + .mega_main_menu {
display: none;
}
.mega_main_menu ul {
position: relative;
margin: 0px;
padding: 0px;
display: block;
z-index: 10000;
list-style: none;
}
.mega_main_menu.first-lvl-align-left .mega_main_menu_ul {
text-align: left;
}
.mega_main_menu.first-lvl-align-center .mega_main_menu_ul {
text-align: center;
}
.mega_main_menu.first-lvl-align-right .mega_main_menu_ul {
text-align: right;
}
.mega_main_menu .mega_main_menu_ul .mega_dropdown .menu_item_without_text.disable_icon {
background-image: none !important;
background-color: transparent !important;
height: 0px;
padding: 0px;
}
.mega_main_menu .mega_main_menu_ul > li {
display: inline-block;
vertical-align: middle;
margin: 0px;
padding: 0px;
float: none;
}
.mega_main_menu .mega_main_menu_ul > li > .item_link {
position: relative;
display: block;
padding: 15px 10px;
}
.mega_main_menu .mega_main_menu_ul > li > .item_link.with_icon i {
display: block;
text-align: center;
margin: 0px;
font-size: 100%;
line-height: inherit;
}
.mega_main_menu .mega_main_menu_ul > li > .item_link > span {
display: inline-block;
}
.mega_main_menu .mega_main_menu_ul > li .item_link span.description_text {
display: block;
}
.mega_main_menu.icons-left .mega_main_menu_ul > li > .item_link.with_icon i {
float: left;
padding-right: 7px;
}
.mega_main_menu.icons-right .mega_main_menu_ul > li > .item_link.with_icon i {
float: right;
padding-left: 7px;
}
.mega_main_menu.icons-left .mega_main_menu_ul > li > .item_link.with_icon.menu_item_without_text i,
.mega_main_menu.icons-right .mega_main_menu_ul > li > .item_link.with_icon.menu_item_without_text i {
padding-left: 0px;
padding-right: 0px;
}
.mega_main_menu .menu_item_without_text > span,
.mega_main_menu .mega_main_menu_ul > li > .item_link .menu_item_without_text > span,
.mega_main_menu .menu_item_without_text .link_text {
display: none;
}
.mega_main_menu.icons-disable_first_lvl .mega_main_menu_ul > li > .item_link.with_icon i,
.mega_main_menu.icons-disable_globally .mega_main_menu_ul > li > .item_link.with_icon i,
.mega_main_menu.icons-disable_globally .mega_main_menu_ul > li .mega_dropdown .item_link.with_icon > i {
display: none;
}
.mega_main_menu .mega_main_menu_ul > li > .item_link.disable_icon i,
.mega_main_menu a.disable_icon > i {
display: none;
}
.mega_main_menu .mega_dropdown {
position: absolute;
margin: 0px;
z-index: 20000;
top: 100%;
float: none;
visibility: visible;
}
.mega_main_menu .mega_dropdown li {
margin: 0px;
list-style: none;
}
.mega_main_menu ul > li ul {
text-align: left;
}
.mega_main_menu .default_dropdown > ul,
.mega_main_menu .default_dropdown li > ul,
.mega_main_menu .multicolumn_dropdown > ul,
.mega_main_menu .widgets_dropdown > ul {
background: #fff;
border: 2px solid #eee;
}
.mega_main_menu .default_dropdown ul {
padding: 10px 0;
position: absolute;
top: 100%;
}
.mega_main_menu .default_dropdown li {
position: relative;
float: none;
width: 100%;
margin: 0px;
padding: 0px;
display: block;
}
.mega_main_menu .default_dropdown .mega_dropdown {
width: 200px;
}
.mega_main_menu .default_dropdown .mega_dropdown > li > .item_link {
display: block;
float: none;
padding: 9px 20px;
margin: 0px;
position: relative;
font-weight: 400;
letter-spacing: 0.5px;
}
.mega_main_menu .default_dropdown .mega_dropdown > li > .item_link i {
display: block;
float: left;
min-width: 15px;
font-size: 100%;
line-height: inherit;
}
.mega_main_menu .default_dropdown .mega_dropdown > li > .item_link.with_icon > span {
display: block;
margin-left: 20px;
}
.mega_main_menu .default_dropdown .mega_dropdown li > .item_link:before {
font-family: FontAwesome;
text-align: center;
display: block;
width: 15px;
font-size: 10px;
position: absolute;
}
.mega_main_menu .default_dropdown .mega_dropdown li > .item_link:last-child:before,
.mega_main_menu .default_dropdown .mega_dropdown li > .item_link:after {
display: none;
}
.mega_main_menu .default_dropdown .mega_dropdown ul.mega_dropdown > li:first-child > .item_link:after {
content: ' ';
display: block;
position: absolute;
width: 4px;
height: 100%;
top: 0px;
}
.mega_main_menu .default_dropdown.drop_to_right .mega_dropdown {
left: 0px;
right: auto;
border-top: 2px solid;
}
.mega_main_menu .default_dropdown.drop_to_right .mega_dropdown .mega_dropdown {
top: 0px;
left: 100%;
right: auto;
margin-left: 4px;
margin-right: 0px;
}
.mega_main_menu .default_dropdown.drop_to_right .mega_dropdown .mega_dropdown li > .item_link {
pading-right: 15px;
}
.mega_main_menu .default_dropdown.drop_to_right .mega_dropdown li > .item_link:before {
content: '\f105';
right: 15px;
top: 50%;
margin-top: -6px;
}
.mega_main_menu .default_dropdown.drop_to_right .mega_dropdown ul.mega_dropdown > li:first-child > .item_link:after {
left: -4px;
right: auto;
}
.mega_main_menu .default_dropdown.drop_to_left .mega_dropdown {
left: auto;
right: 0px;
}
.mega_main_menu .default_dropdown.drop_to_left .mega_dropdown .mega_dropdown {
top: 0px;
left: auto;
right: 100%;
margin-left: 0px;
margin-right: 4px;
}
.mega_main_menu .default_dropdown.drop_to_left .mega_dropdown .mega_dropdown li > .item_link {
pading-left: 15px;
}
.mega_main_menu .default_dropdown.drop_to_left .mega_dropdown li > .item_link:before {
content: '\f104';
left: 1px;
top: 50%;
margin-top: -6px;
}
.mega_main_menu .default_dropdown.drop_to_left .mega_dropdown ul.mega_dropdown > li:first-child > .item_link:after {
left: auto;
right: -4px;
}
.mega_main_menu .default_dropdown.submenu_full_width {
position: static;
}
.mega_main_menu .default_dropdown.submenu_full_width > .mega_dropdown {
width: 100%;
}
.mega_main_menu .default_dropdown.submenu_full_width > .mega_dropdown .mega_dropdown {
width: auto;
position: static;
display: block;
margin: 0px 0px 0px 35px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
}
.mega_main_menu .default_dropdown.submenu_full_width > .mega_dropdown .mega_dropdown > li:first-child > .item_link:after {
display: none;
}
.mega_main_menu .mega_main_menu_ul > li.multicolumn_dropdown > .mega_dropdown,
.mega_main_menu .mega_main_menu_ul > li.widgets_dropdown > .mega_dropdown {
width: 880px;
padding: 0px;
}
.mega_main_menu .mega_main_menu_ul > li.multicolumn_dropdown > .mega_dropdown,
.mega_main_menu .mega_main_menu_ul > li.multicolumn_dropdown > .item_link + .mega_dropdown,
.mega_main_menu .mega_main_menu_ul > li.widgets_dropdown > .mega_dropdown,
.mega_main_menu .mega_main_menu_ul > li.widgets_dropdown > .item_link + .mega_dropdown {
padding: 20px 0px;
border-radius: 3px;
}
.mega_main_menu .multicolumn_dropdown {
position: relative;
}
.mega_main_menu .multicolumn_dropdown.submenu_full_width.drop_to_center > .mega_dropdown,
.mega_main_menu .multicolumn_dropdown.drop_to_right > .mega_dropdown {
left: 0px;
right: auto;
}
.mega_main_menu .multicolumn_dropdown.drop_to_left > .mega_dropdown {
left: auto;
right: 0px;
}
.mega_main_menu .multicolumn_dropdown.drop_to_center > .mega_dropdown {
left: -345px;
right: auto;
}
.mega_main_menu .multicolumn_dropdown .mega_dropdown li > .item_link {
display: block;
padding: 8px 9px;
margin: 0px;
width: auto;
position: relative;
}
.mega_main_menu .multicolumn_dropdown .mega_dropdown li.section_header_style > .item_link {
padding-top: 0;
}
.mega_main_menu .multicolumn_dropdown .mega_dropdown li > .item_link > i {
float: left;
min-width: 15px;
text-align: center;
font-size: 100%;
line-height: inherit;
}
.mega_main_menu .multicolumn_dropdown .mega_dropdown li > .item_link > span {
display: block;
margin-left: 20px;
}
.mega_main_menu .multicolumn_dropdown.submenu_full_width {
position: static;
}
.mega_main_menu .multicolumn_dropdown.submenu_full_width > .mega_dropdown {
width: 100%;
}
.header:not(.vertical) .mega_main_menu > ul > li.multicolumn_dropdown > .mega_dropdown {
display: table !important;
visibility: hidden;
}
.mega_main_menu > ul > li.multicolumn_dropdown > .mega_dropdown ul {
visibility: hidden;
}
.mega_main_menu > ul > li.multicolumn_dropdown:hover .mega_dropdown,
.mega_main_menu > ul > li.multicolumn_dropdown:hover .mega_dropdown ul {
visibility: visible;
}
.mega_main_menu > ul > li.multicolumn_dropdown > .mega_dropdown > li {
display: table-cell;
position: relative;
padding: 0 10px;
}
.mega_main_menu > ul > li.multicolumn_dropdown > .mega_dropdown > li:after {
content: '';
display: inline-block;
width: 1px;
position: absolute;
top: 0;
bottom: 8px;
right: 0;
border-right: 0px solid #424242;
}
.mega_main_menu.light-submenu > ul > li.multicolumn_dropdown > .mega_dropdown > li:after {
border-color: #cccccc;
}
.mega_main_menu > ul > li.multicolumn_dropdown > .mega_dropdown > li:last-child:after {
content: none;
}
.mega_main_menu > ul > li.multicolumn_dropdown > .mega_dropdown > li ul {
position: static;
display: block;
width: auto;
box-shadow: none;
-webkit-box-shadow: none;
}
.mega_main_menu > ul > li.multicolumn_dropdown > .mega_dropdown > li ul li {
display: block;
width: 100%;
}
.mega_main_menu > ul > li.multicolumn_dropdown .mega_dropdown > li > .item_link.disable_icon > span,
.mega_main_menu.icons-disable_globally > ul > li .mega_dropdown > li > .item_link > span,
.mega_main_menu.icons-disable_globally > ul > li .mega_dropdown > li > .item_link.with_icon > span {
margin-left: 0px;
}
.mega_main_menu > ul .mega_dropdown > li > .item_link.disable_icon > span span{
background: #4CAF50;
float: right;
font-size: 9px;
padding: 0px 2px;
border-radius: 2px;
position: absolute;
color: white;
top: 8px;
margin-left: 3px;
}
.mega_main_menu .mega_main_menu_ul > li.widgets_dropdown.submenu_full_width.drop_to_center > .mega_dropdown,
.mega_main_menu .mega_main_menu_ul > li.widgets_dropdown.drop_to_right > .mega_dropdown {
left: 0px;
right: auto;
}
.mega_main_menu .mega_main_menu_ul > li.widgets_dropdown.drop_to_left > .mega_dropdown {
left: auto;
right: 0px;
}
.mega_main_menu .mega_main_menu_ul > li.widgets_dropdown.drop_to_center > .mega_dropdown {
left: -150px;
right: auto;
}
.mega_main_menu .mega_main_menu_ul > li.widgets_dropdown.submenu_full_width {
position: static;
}
.mega_main_menu .mega_main_menu_ul > li.widgets_dropdown.submenu_full_width > .mega_dropdown {
width: 100%;
}
.mega_main_menu .mega_main_menu_ul > li.widgets_dropdown > .mega_dropdown > * {
float: left;
margin: 0px 0px 20px 0px;
padding: 0px 10px 0px 10px;
}
.mega_main_menu .mega_main_menu_ul > li.widgets_dropdown.columns1 > .mega_dropdown > * {
width: 100%;
}
.mega_main_menu .mega_main_menu_ul > li.widgets_dropdown.columns2 > .mega_dropdown > * {
width: 50%;
}
.mega_main_menu .mega_main_menu_ul > li.widgets_dropdown.columns3 > .mega_dropdown > *,
.mega_main_menu .mega_main_menu_ul > li.widgets_dropdown.columns6 > .mega_dropdown > *,
.mega_main_menu .mega_main_menu_ul > li.widgets_dropdown.columns7 > .mega_dropdown > * {
width: 33.33%;
}
.mega_main_menu .mega_main_menu_ul > li.widgets_dropdown.columns4 > .mega_dropdown > *,
.mega_main_menu .mega_main_menu_ul > li.widgets_dropdown.columns8 > .mega_dropdown > * {
width: 25%;
}
.mega_main_menu .mega_main_menu_ul > li.widgets_dropdown.columns5 > .mega_dropdown > *,
.mega_main_menu .mega_main_menu_ul > li.widgets_dropdown.columns9 > .mega_dropdown > *,
.mega_main_menu .mega_main_menu_ul > li.widgets_dropdown.columns10 > .mega_dropdown > * {
width: 20%;
} @media (min-width: 768px) {
.mega_main_menu.dropdowns_animation-none > ul > li.default_dropdown .mega_dropdown,
.mega_main_menu.dropdowns_animation-none > ul > li.multicolumn_dropdown > .mega_dropdown,
.mega_main_menu.dropdowns_animation-none > ul > li.widgets_dropdown > .mega_dropdown {
display: block;
overflow: hidden;
max-height: 0px;
max-width: 0px;
opacity: 0;
}
.mega_main_menu.dropdowns_animation-none > ul li.mobile_active_parent > ul,
.mega_main_menu.dropdowns_animation-none > ul > li:hover > .mega_dropdown,
.mega_main_menu.dropdowns_animation-none > ul > li.default_dropdown:hover > .mega_dropdown,
.mega_main_menu.dropdowns_animation-none > ul > li.default_dropdown li:hover > .mega_dropdown,
.mega_main_menu.dropdowns_animation-none > ul > li.multicolumn_dropdown:hover > .mega_dropdown,
.mega_main_menu.dropdowns_animation-none > ul > li.widgets_dropdown:hover .mega_dropdown {
overflow: visible;
max-height: 3000px;
max-width: 3000px;
opacity: 1;
}
.mega_main_menu > ul > li.drop_to_right .mega_dropdown {
-webkit-transform-origin: 0% 0%;
-moz-transform-origin: 0% 0%;
-ms-transform-origin: 0% 0%;
-o-transform-origin: 0% 0%;
transform-origin: 0% 0%;
}
.mega_main_menu > ul > li.drop_to_left .mega_dropdown {
-webkit-transform-origin: 100% 0%;
-moz-transform-origin: 100% 0%;
-ms-transform-origin: 100% 0%;
-o-transform-origin: 100% 0%;
transform-origin: 100% 0%;
}
.mega_main_menu > ul > li.drop_to_center .mega_dropdown {
-webkit-transform-origin: 50% 0%;
-moz-transform-origin: 50% 0%;
-ms-transform-origin: 50% 0%;
-o-transform-origin: 50% 0%;
transform-origin: 50% 0%;
}
.mega_main_menu.dropdowns_animation-anim_1 > ul > li.default_dropdown .mega_dropdown,
.mega_main_menu.dropdowns_animation-anim_1 > ul > li.multicolumn_dropdown > .mega_dropdown,
.mega_main_menu.dropdowns_animation-anim_1 > ul > li.widgets_dropdown > .mega_dropdown {
display: block;
overflow: hidden;
max-height: 0px;
max-width: 0px;
-webkit-transform: scaleY(0);
-moz-transform: scaleY(0);
-ms-transform: scaleY(0);
-o-transform: scaleY(0);
transform: scaleY(0);
-webkit-transition: -webkit-transform 0.3s ease, max-height 0.3s step-end, max-width 0.3s step-end, padding 0.3s step-end;
-o-transition: -o-transform 0.3s ease, max-height 0.3s step-end, max-width 0.3s step-end, padding 0.3s step-end;
transition: transform 0.3s ease, max-height 0.3s step-end, max-width 0.3s step-end, padding 0.3s step-end;
}
.mega_main_menu.dropdowns_animation-anim_1 > ul li.mobile_active_parent > ul,
.mega_main_menu.dropdowns_animation-anim_1 > ul > li:hover > .mega_dropdown,
.mega_main_menu.dropdowns_animation-anim_1 > ul > li.default_dropdown:hover > .mega_dropdown,
.mega_main_menu.dropdowns_animation-anim_1 > ul > li.default_dropdown li:hover > .mega_dropdown,
.mega_main_menu.dropdowns_animation-anim_1 > ul > li.multicolumn_dropdown:hover > .mega_dropdown,
.mega_main_menu.dropdowns_animation-anim_1 > ul > li.widgets_dropdown:hover .mega_dropdown {
overflow: visible;
max-height: 3000px;
max-width: 3000px;
-webkit-transform: scaleY(1);
-moz-transform: scaleY(1);
-ms-transform: scaleY(1);
-o-transform: scaleY(1);
transform: scaleY(1);
-webkit-transition: -webkit-transform 0.5s ease, max-height 0s step-start, max-width 0s step-start, padding 0s step-start;
-o-transition: -o-transform 0.5s ease, max-height 0s step-start, max-width 0s step-start, padding 0s step-start;
transition: transform 0.5s ease, max-height 0s step-start, max-width 0s step-start, padding 0s step-start;
}
.mega_main_menu.dropdowns_animation-anim_2 > ul > li.default_dropdown .mega_dropdown,
.mega_main_menu.dropdowns_animation-anim_2 > ul > li.multicolumn_dropdown > .mega_dropdown,
.mega_main_menu.dropdowns_animation-anim_2 > ul > li.widgets_dropdown > .mega_dropdown {
display: block;
overflow: hidden;
max-height: 0px;
max-width: 0px;
opacity: 0;
-webkit-transition: opacity 0.15s ease, max-height 0.15s step-end, max-width 0.15s step-end, padding 0.15s step-end;
-o-transition: opacity 0.15s ease, max-height 0.15s step-end, max-width 0.15s step-end, padding 0.15s step-end;
transition: opacity 0.15s ease, max-height 0.15s step-end, max-width 0.15s step-end, padding 0.15s step-end;
}
.mega_main_menu.dropdowns_animation-anim_2 > ul li.mobile_active_parent > ul,
.mega_main_menu.dropdowns_animation-anim_2 > ul > li:hover > .mega_dropdown,
.mega_main_menu.dropdowns_animation-anim_2 > ul > li.default_dropdown:hover > .mega_dropdown,
.mega_main_menu.dropdowns_animation-anim_2 > ul > li.default_dropdown li:hover > .mega_dropdown,
.mega_main_menu.dropdowns_animation-anim_2 > ul > li.multicolumn_dropdown:hover > .mega_dropdown,
.mega_main_menu.dropdowns_animation-anim_2 > ul > li.widgets_dropdown:hover .mega_dropdown {
overflow: visible;
max-height: 3000px;
max-width: 3000px;
opacity: 1;
-webkit-transition: opacity 0.5s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
-o-transition: opacity 0.5s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
transition: opacity 0.5s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
}
.mega_main_menu.dropdowns_animation-anim_3 > ul > li.default_dropdown .mega_dropdown,
.mega_main_menu.dropdowns_animation-anim_3 > ul > li.multicolumn_dropdown > .mega_dropdown,
.mega_main_menu.dropdowns_animation-anim_3 > ul > li.widgets_dropdown > .mega_dropdown {
display: block;
overflow: hidden;
max-height: 0px;
max-width: 0px;
opacity: 0;
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
-webkit-transition: -webkit-transform 0.5s ease, opacity 0.9s ease, max-height 1s step-end, max-width 1s step-end, padding 1s step-end;
-o-transition: -o-transform 0.5s ease, opacity 0.9s ease, max-height 1s step-end, max-width 1s step-end, padding 1s step-end;
transition: transform 0.5s ease, opacity 0.9s ease, max-height 1s step-end, max-width 1s step-end, padding 1s step-end;
}
.mega_main_menu.dropdowns_animation-anim_3 > ul li.mobile_active_parent > ul,
.mega_main_menu.dropdowns_animation-anim_3 > ul > li:hover > .mega_dropdown,
.mega_main_menu.dropdowns_animation-anim_3 > ul > li.default_dropdown:hover > .mega_dropdown,
.mega_main_menu.dropdowns_animation-anim_3 > ul > li.default_dropdown li:hover > .mega_dropdown,
.mega_main_menu.dropdowns_animation-anim_3 > ul > li.multicolumn_dropdown:hover > .mega_dropdown,
.mega_main_menu.dropdowns_animation-anim_3 > ul > li.widgets_dropdown:hover .mega_dropdown {
overflow: visible;
max-height: 3000px;
max-width: 3000px;
opacity: 1;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
-webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
-o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
}
.mega_main_menu.dropdowns_animation-anim_4 > ul > li.default_dropdown .mega_dropdown,
.mega_main_menu.dropdowns_animation-anim_4 > ul > li.multicolumn_dropdown > .mega_dropdown,
.mega_main_menu.dropdowns_animation-anim_4 > ul > li.widgets_dropdown > .mega_dropdown {
display: block;
overflow: hidden;
max-height: 0px;
max-width: 0px;
opacity: 0;
-webkit-transform: translateY(25px);
-moz-transform: translateY(25px);
-ms-transform: translateY(25px);
-o-transform: translateY(25px);
transform: translateY(25px);
-webkit-transition: -webkit-transform 0.5s ease, opacity 0.25s ease, max-height 0.25s step-end, max-width 0.25s step-end, padding 0.25s step-end, visibility 0.3s ease, background 0.3s ease;
-o-transition: -o-transform 0.5s ease, opacity 0.25s ease, max-height 0.25s step-end, max-width 0.25s step-end, padding 0.25s step-end, visibility 0.3s ease, background 0.3s ease;
transition: transform 0.5s ease, opacity 0.25s ease, max-height 0.25s step-end, max-width 0.25s step-end, padding 0.25s step-end, visibility 0.3s ease, background 0.3s ease;
}
.header .mega_main_menu.light-submenu .default_dropdown.menu-item-has-children:after,
.header .mega_main_menu.light-submenu .default_dropdown.menu-item-has-children > li:after,
.header .mega_main_menu.light-submenu .multicolumn_dropdown:after,
.header .mega_main_menu.light-submenu .widgets_dropdown:after,
.header .mega_main_menu.light-submenu .default_dropdown.menu-item-has-children:before,
.header .mega_main_menu.light-submenu .default_dropdown.menu-item-has-children > li:before,
.header .mega_main_menu.light-submenu .multicolumn_dropdown:before,
.header .mega_main_menu.light-submenu .widgets_dropdown:before,
.header .mega_main_menu.dark-submenu .default_dropdown.menu-item-has-children:after,
.header .mega_main_menu.dark-submenu .default_dropdown.menu-item-has-children > li:after,
.header .mega_main_menu.dark-submenu .multicolumn_dropdown:after,
.header .mega_main_menu.dark-submenu .widgets_dropdown:after,
.header .mega_main_menu.dark-submenu .default_dropdown.menu-item-has-children:before,
.header .mega_main_menu.dark-submenu .default_dropdown.menu-item-has-children > li:before,
.header .mega_main_menu.dark-submenu .multicolumn_dropdown:before,
.header .mega_main_menu.dark-submenu .widgets_dropdown:before {
opacity: 0;
-webkit-transform: translateY(25px);
-moz-transform: translateY(25px);
-ms-transform: translateY(25px);
-o-transform: translateY(25px);
transform: translateY(25px);
-webkit-transition: -webkit-transform 0.5s ease, opacity 0.25s ease, max-height 0.25s step-end, max-width 0.25s step-end, padding 0.25s step-end, visibility 0.3s ease, background 0.3s ease;
-o-transition: -o-transform 0.5s ease, opacity 0.25s ease, max-height 0.25s step-end, max-width 0.25s step-end, padding 0.25s step-end, visibility 0.3s ease, background 0.3s ease;
transition: transform 0.5s ease, opacity 0.25s ease, max-height 0.25s step-end, max-width 0.25s step-end, padding 0.25s step-end, visibility 0.3s ease, background 0.3s ease;
}
.header .mega_main_menu.light-submenu .default_dropdown.menu-item-has-children:hover:after,
.header .mega_main_menu.light-submenu .default_dropdown.menu-item-has-children:hover > li:after,
.header .mega_main_menu.light-submenu .multicolumn_dropdown:hover:after,
.header .mega_main_menu.light-submenu .widgets_dropdown:hover:after,
.header .mega_main_menu.light-submenu .default_dropdown.menu-item-has-children:hover:before,
.header .mega_main_menu.light-submenu .default_dropdown.menu-item-has-children:hover > li:before,
.header .mega_main_menu.light-submenu .multicolumn_dropdown:hover:before,
.header .mega_main_menu.light-submenu .widgets_dropdown:hover:before,
.header .mega_main_menu.dark-submenu .default_dropdown.menu-item-has-children:hover:after,
.header .mega_main_menu.dark-submenu .default_dropdown.menu-item-has-children:hover > li:after,
.header .mega_main_menu.dark-submenu .multicolumn_dropdown:hover:after,
.header .mega_main_menu.dark-submenu .widgets_dropdown:hover:after,
.header .mega_main_menu.dark-submenu .default_dropdown.menu-item-has-children:hover:before,
.header .mega_main_menu.dark-submenu .default_dropdown.menu-item-has-children:hover > li:before,
.header .mega_main_menu.dark-submenu .multicolumn_dropdown:hover:before,
.header .mega_main_menu.dark-submenu .widgets_dropdown:hover:before {
opacity: 1;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}
.mega_main_menu.dropdowns_animation-anim_4 > ul li.mobile_active_parent > ul,
.mega_main_menu.dropdowns_animation-anim_4 > ul > li:hover > .mega_dropdown,
.mega_main_menu.dropdowns_animation-anim_4 > ul > li.default_dropdown:hover > .mega_dropdown,
.mega_main_menu.dropdowns_animation-anim_4 > ul > li.default_dropdown li:hover > .mega_dropdown,
.mega_main_menu.dropdowns_animation-anim_4 > ul > li.multicolumn_dropdown:hover > .mega_dropdown,
.mega_main_menu.dropdowns_animation-anim_4 > ul > li.widgets_dropdown:hover .mega_dropdown {
overflow: visible;
max-height: 3000px;
max-width: 3000px;
opacity: 1;
visibility: visible;
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-ms-transform: translateY(0px);
-o-transform: translateY(0px);
transform: translateY(0px);
-webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end, visibility 0.3s ease, background 0.3s ease;
-o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end, visibility 0.3s ease, background 0.3s ease;
transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end, visibility 0.3s ease, background 0.3s ease;
}
.mega_main_menu.dropdowns_animation-anim_5 > ul > li.default_dropdown .mega_dropdown,
.mega_main_menu.dropdowns_animation-anim_5 > ul > li.multicolumn_dropdown .mega_dropdown,
.mega_main_menu.dropdowns_animation-anim_5 > ul > li.widgets_dropdown .mega_dropdown {
overflow: hidden;
display: block;
max-height: 0px;
max-width: 0px;
opacity: 0;
-webkit-transform: perspective(600px) rotateX(-90deg);
-moz-transform: perspective(600px) rotateX(-90deg);
-ms-transform: perspective(600px) rotateX(-90deg);
-o-transform: perspective(600px) rotateX(-90deg);
transform: perspective(600px) rotateX(-90deg);
-webkit-transition: -webkit-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
-o-transition: -o-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
}
.mega_main_menu.dropdowns_animation-anim_5 > ul li.mobile_active_parent > ul,
.mega_main_menu.dropdowns_animation-anim_5 > ul > li:hover > ul,
.mega_main_menu.dropdowns_animation-anim_5 > ul > li.default_dropdown:hover > ul,
.mega_main_menu.dropdowns_animation-anim_5 > ul > li.default_dropdown li:hover > ul,
.mega_main_menu.dropdowns_animation-anim_5 > ul > li.multicolumn_dropdown:hover .mega_dropdown,
.mega_main_menu.dropdowns_animation-anim_5 > ul > li.widgets_dropdown:hover .mega_dropdown {
overflow: visible;
max-height: 3000px;
max-width: 3000px;
opacity: 1;
-webkit-transform: perspective(600px) rotateX(0deg);
-moz-transform: perspective(600px) rotateX(0deg);
-ms-transform: perspective(600px) rotateX(0deg);
-o-transform: perspective(600px) rotateX(0deg);
transform: perspective(600px) rotateX(0deg);
-webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
-o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
}
} .mega_main_menu.direction-vertical .mega_main_menu_ul > li {
display: block;
float: none;
}
.mega_main_menu.direction-vertical .mega_main_menu_ul > li > .item_link > span {
float: none;
margin: 0px;
}
.mega_main_menu.direction-vertical.icons-left .mega_main_menu_ul > li > .item_link > span {
margin-left: 0px;
}
.mega_main_menu.direction-vertical.first-lvl-align-left .mega_main_menu_ul > li > .item_link {
text-align: left;
}
.mega_main_menu.direction-vertical.first-lvl-align-right .mega_main_menu_ul > li > .item_link {
text-align: right;
}
.mega_main_menu.direction-vertical.first-lvl-align-center .mega_main_menu_ul > li > .item_link {
text-align: center;
}
.mega_main_menu.direction-vertical .mega_main_menu_ul > li.default_dropdown > ul {
top: auto;
}
.mega_main_menu.direction-vertical .mega_main_menu_ul > li.default_dropdown.drop_to_right .mega_dropdown {
left: auto;
}
.mega_main_menu.direction-vertical .mega_main_menu_ul > li.default_dropdown.drop_to_left .mega_dropdown {
right: auto;
}
.mega_main_menu.direction-vertical .mega_main_menu_ul > li.default_dropdown.drop_to_center {
position: relative;
}
.mega_main_menu.direction-vertical .mega_main_menu_ul > li.default_dropdown.drop_to_center .mega_dropdown {
left: 0px;
right: 0px;
width: 100%;
position: relative;
}
.mega_main_menu.direction-vertical .mega_main_menu_ul > li.default_dropdown.drop_to_center > .mega_dropdown ul.mega_dropdown > li:first-child > .item_link:after {
display: none;
}
.mega_main_menu.direction-vertical .mega_main_menu_ul > li.default_dropdown.drop_to_center .mega_dropdown li > .item_link:before {
content: '\f107';
right: 1px;
top: 50%;
margin-top: -6px;
}
.mega_main_menu.direction-vertical .mega_main_menu_ul > li.multicolumn_dropdown,
.mega_main_menu.direction-vertical .mega_main_menu_ul > li.widgets_dropdown {
position: relative;
}
.mega_main_menu.direction-vertical .mega_main_menu_ul > li.multicolumn_dropdown.submenu_full_width.drop_to_center > .mega_dropdown,
.mega_main_menu.direction-vertical .mega_main_menu_ul > li.multicolumn_dropdown.drop_to_right > .mega_dropdown,
.mega_main_menu.direction-vertical .mega_main_menu_ul > li.multicolumn_dropdown.drop_to_left > .mega_dropdown,
.mega_main_menu.direction-vertical .mega_main_menu_ul > li.widgets_dropdown.submenu_full_width.drop_to_center > .mega_dropdown,
.mega_main_menu.direction-vertical .mega_main_menu_ul > li.widgets_dropdown.drop_to_right > .mega_dropdown,
.mega_main_menu.direction-vertical .mega_main_menu_ul > li.widgets_dropdown.drop_to_left > .mega_dropdown {
top: 0px;
}
.mega_main_menu.direction-vertical .mega_main_menu_ul > li.multicolumn_dropdown.drop_to_right > .mega_dropdown,
.mega_main_menu.direction-vertical .mega_main_menu_ul > li.widgets_dropdown.drop_to_right > .mega_dropdown {
left: 100%;
right: auto;
}
.mega_main_menu.direction-vertical .mega_main_menu_ul > li.multicolumn_dropdown.drop_to_left > .mega_dropdown,
.mega_main_menu.direction-vertical .mega_main_menu_ul > li.widgets_dropdown.drop_to_left > .mega_dropdown {
right: 100%;
left: auto;
}
.mega_main_menu.direction-vertical .mega_main_menu_ul > li.multicolumn_dropdown.drop_to_center > .mega_dropdown,
.mega_main_menu.direction-vertical .mega_main_menu_ul > li.widgets_dropdown.drop_to_center > .mega_dropdown {
position: relative;
left: 0px;
right: 0px;
width: 100%;
}
.mega_main_menu.direction-vertical .mega_main_menu_ul > li.multicolumn_dropdown.submenu_full_width.drop_to_left > .mega_dropdown,
.mega_main_menu.direction-vertical .mega_main_menu_ul > li.multicolumn_dropdown.submenu_full_width.drop_to_right > .mega_dropdown,
.mega_main_menu.direction-vertical .mega_main_menu_ul > li.widgets_dropdown.submenu_full_width.drop_to_left > .mega_dropdown,
.mega_main_menu.direction-vertical .mega_main_menu_ul > li.widgets_dropdown.submenu_full_width.drop_to_right > .mega_dropdown {
width: 750px;
}
.mega_main_menu_ul.menu.with-arrow > li.widgets_dropdown > .item_link .link_text:after,
.mega_main_menu_ul.menu.with-arrow > li.menu-item-has-children > .item_link .link_text:after {
content: "\f107";
display: inline-block;
font-family: FontAwesome;
font-size: 12px;
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
margin-left: 6px;
}
.live-search {
position: relative;
}
.live-search .trigger {
display: block;
}
.live-search .inner-wrapper {
visibility: hidden;
opacity: 0;
position: absolute;
right: -30px;
top: 100%;
width: 285px;
border: 1px solid #e7e7e7;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.live-search:not(.search-top-style):not(.search-full-screen-alt-style):not(.search-full-screen-style) .inner-wrapper:before {
content: "";
position: absolute;
border-style: solid;
border-color: #e7e7e7 transparent;
display: block;
width: 0;
top: -15px;
bottom: auto;
right: 30px;
border-width: 0 15px 15px;
}
.live-search.search-top-style .inner-wrapper {
visibility: hidden;
position: fixed;
right: 0;
top: 0;
bottom: auto;
width: 100%;
z-index: -1;
opacity: 1;
display: block;
background: #333;
border: none;
-webkit-transition: all 0.85s cubic-bezier(0.68, 0, 0.29, 1);
-moz-transition: all 0.85s cubic-bezier(0.68, 0, 0.29, 1);
transition: all 0.85s cubic-bezier(0.68, 0, 0.29, 1);
-webkit-transform: translateY(-100%) translateZ(0);
-ms-transform: translateY(-100%) translateZ(0);
transform: translateY(-100%) translateZ(0);
}
.live-search.search-top-style .inner-wrapper.visible {
visibility: visible;
-webkit-transition: all 0.75s cubic-bezier(0.68, 0, 0.29, 1);
-moz-transition: all 0.75s cubic-bezier(0.68, 0, 0.29, 1);
transition: all 0.75s cubic-bezier(0.68, 0, 0.29, 1);
-webkit-transform: translateY(-100%) translateZ(0);
-ms-transform: translateY(-100%) translateZ(0);
transform: translateY(-100%) translateZ(0);
}
.top-search-active:not(.header-stuck) #all-site-wrapper {
-webkit-transform: translateY(87px);
-ms-transform: translateY(87px);
transform: translateY(87px);
}
.header-stuck.top-search-active .cygnus-layout.header {
padding-top: 87px;
}
.header-stuck.top-search-active .live-search.search-top-style .inner-wrapper.visible {
-webkit-transform: translateY(0) translateZ(0);
-ms-transform: translateY(0) translateZ(0);
transform: translateY(0) translateZ(0);
}
.live-search.search-top-style .inner-wrapper form input {
border: none !important;
color: white !important;
padding-left: 0;
}
.live-search.search-top-style .inner-wrapper .inner-form {
background: #333;
padding: 0 20px;
height: 87px;
}
.live-search:not(.search-top-style):not(.search-full-screen-alt-style):not(.search-full-screen-style) .inner-wrapper .inner-form > .container {
width: 100%;
}
.live-search:not(.search-top-style):not(.search-full-screen-alt-style):not(.search-full-screen-style) [class^="col-md"] {
padding: 0;
}
.live-search.search-top-style .submit-form {
display: none;
top: 0;
right: 0;
}
.live-search .form-close-btn {
display: none;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
}
.live-search .form-close-btn:hover {
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.live-search .inner-wrapper .inner-form label {
display: none;
}
.live-search.search-full-screen-style .inner-form label,
.live-search.search-full-screen-alt-style .inner-form label,
.live-search.search-top-style .form-close-btn,
.live-search.search-full-screen-alt-style .form-close-btn,
.live-search.search-full-screen-style .form-close-btn {
display: inline-block;
}
.live-search.search-top-style .form-close-btn.thin {
display: none;
}
.live-search.search-full-screen-style .form-close-btn.bold {
display: none;
}
.live-search.search-full-screen-alt-style .form-close-btn.thin {
display: none;
}
.live-search .form-close-btn {
position: absolute;
top: 50%;
right: 15px;
margin-right: 15px;
z-index: 99999;
cursor: pointer;
font-size: 1.2em;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.live-search.search-top-style .form-close-btn {
font-size: 1.1em;
color: #bbb;
text-align: center;
margin-right: -30px;
display: inline-block;
width: 24px;
height: 24px;
opacity: 0.25;
background-image: url(//www.birdepoch.com/wp-content/themes/cygnus/images/remove.png);
background-repeat: no-repeat;
background-position: center;
-webkit-transition: all 0.3s ease;
-moz-transition:    all 0.3s ease;
transition:		 all 0.3s ease;
}
.live-search.search-top-style .form-close-btn i {
display: none;
}
.live-search.search-top-style .form-close-btn:hover {
color: #fff;
opacity: 1;
-webkit-transform: translateY(-50%) rotate(90deg);
-ms-transform: translateY(-50%) rotate(90deg);
transform: translateY(-50%) rotate(90deg);
}
.live-search.search-top-style .inner-form form {
padding-left: 40px;
}
.live-search.search-top-style .inner-form form:before {
content: "";
display: inline-block;
width: 24px;
height: 24px;
color: #797979;
position: absolute;
top: 50%;
left: 15px;
background-image: url(//www.birdepoch.com/wp-content/themes/cygnus/images/search.png);
background-repeat: no-repeat;
background-position: center;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.live-search.search-top-style .inner-form form input[type=search] {
font-size: 25px;
font-weight: 300;
}
.live-search.search-top-style .inner-form form input[type=search]:hover {
opacity: 1;
}
.live-search:not(.search-top-style):not(.search-full-screen-alt-style):not(.search-full-screen-style) .inner-wrapper:after {
content: "";
position: absolute;
border-style: solid;
border-color: #fff transparent;
display: block;
width: 0;
top: -13px;
bottom: auto;
right: 32px;
border-width: 0 13px 13px;
}
.live-search.search-full-screen-alt-style .inner-wrapper,
.live-search.search-full-screen-style .inner-wrapper {
opacity: 1;
position: fixed;
top: 0;
left: 0;
z-index: 99999;
display: inline-block;
width: 100.5%;
height: 100.5%;
margin: -1px;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.live-search.search-full-screen-style .inner-wrapper {
background: rgba(255, 255, 255, 0.8);
-webkit-transform: translateY(-100%);
-ms-transform: translateY(-100%);
transform: translateY(-100%);
}
.live-search.search-full-screen-style .inner-wrapper.visible {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.live-search.search-full-screen-alt-style .inner-wrapper {
background: rgba(0, 0, 0, 0.8);
opacity: 0;
-webkit-filter: blur(3px);
filter: blur(3px);
}
.live-search.search-full-screen-alt-style .inner-wrapper.visible {
opacity: 1;
-webkit-filter: blur(0);
filter: blur(0);
}
.live-search.search-full-screen-alt-style .inner-wrapper .inner-form,
.live-search.search-full-screen-style .inner-wrapper .inner-form {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
background: none;
}
.live-search.search-full-screen-alt-style .inner-wrapper .inner-form {
-webkit-transition: all 0.4s 0.1s ease;
-moz-transition: all 0.4s 0.1s ease;
transition: all 0.4s 0.1s ease;
-webkit-transform: translateX(-50%) translateY(-50%) scale(0.95);
-ms-transform: translateX(-50%) translateY(-50%) scale(0.95);
transform: translateX(-50%) translateY(-50%) scale(0.95);
}
.live-search.search-full-screen-alt-style .inner-wrapper.visible .inner-form {
-webkit-transform: translateX(-50%) translateY(-50%) scale(1);
-ms-transform: translateX(-50%) translateY(-50%) scale(1);
transform: translateX(-50%) translateY(-50%) scale(1);
}
.live-search.search-full-screen-alt-style .form-close-btn,
.live-search.search-full-screen-style .form-close-btn {
font-size: 3em;
top: 20px !important;
right: 15px !important;
color: white;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.live-search.search-full-screen-alt-style .form-close-btn {
font-size: 1.5em;
top: 70px !important;
right: 40px !important;
font-weight: 900;
}
.live-search.search-full-screen-alt-style .form-close-btn:hover,
.live-search.search-full-screen-style .form-close-btn:hover {
-webkit-transform: translateY(0) rotate(90deg);
-ms-transform: translateY(0) rotate(90deg);
transform: translateY(0) rotate(90deg);
}
.live-search.search-full-screen-style .form-close-btn {
color: #333;
}
.live-search.search-full-screen-style .form-close-btn:hover {
color: #000;
}
.live-search.search-full-screen-alt-style .inner-wrapper .inner-form label,
.live-search.search-full-screen-style .inner-wrapper .inner-form label {
text-align: center;
font-size: 2em;
color: white;
display: block;
width: 100%;
letter-spacing: 0.01em;
cursor: pointer;
}
.live-search.search-full-screen-style .inner-wrapper .inner-form label {
color: #333;
}
.live-search.search-full-screen-alt-style .inner-wrapper .inner-form label {
position: absolute;
top: -60%;
left: auto;
padding-right: 30px;
letter-spacing: 0.15em;
font-weight: 400;
text-transform: uppercase;
font-size: 1.2em;
}
.live-search.search-full-screen-style .inner-wrapper .inner-form input[type=search]::-webkit-input-placeholder {
color: transparent;
}
.live-search.search-full-screen-style .inner-wrapper .inner-form input[type=search]:-moz-placeholder {
color: transparent;
}
.live-search.search-full-screen-style .inner-wrapper .inner-form input[type=search]::-moz-placeholder {
color: transparent;
}
.live-search.search-full-screen-style .inner-wrapper .inner-form input[type=search]:-ms-input-placeholder {
color: transparent;
}
.live-search.search-full-screen-alt-style .inner-wrapper .inner-form input[type=search]::-webkit-input-placeholder {
color: transparent;
}
.live-search.search-full-screen-alt-style .inner-wrapper .inner-form input[type=search]:-moz-placeholder {
color: transparent;
}
.live-search.search-full-screen-alt-style .inner-wrapper .inner-form input[type=search]::-moz-placeholder {
color: transparent;
}
.live-search.search-full-screen-alt-style .inner-wrapper .inner-form input[type=search]:-ms-input-placeholder {
color: transparent;
}
.live-search.search-full-screen-alt-style .inner-wrapper .inner-form input[type=search],
.live-search.search-full-screen-style .inner-wrapper .inner-form input[type=search] {
border: none;
text-align: center;
font-size: 3.5em;
color: white;
height: auto;
padding-right: 60px;
padding-left: 60px;
}
.live-search.search-full-screen-style .inner-wrapper .inner-form input[type=search] {
color: #333;
}
.live-search.search-full-screen-alt-style .inner-wrapper .inner-form input[type=search] {
border-bottom: 3px solid rgba(255, 255, 255, 0.2);
}
.live-search.search-full-screen-alt-style .inner-wrapper .inner-form input[type=search]:focus {
border-color: rgba(255, 255, 255, 0.4) !important;
}
.live-search.search-full-screen-style .inner-form .submit-form {
display: none;
}
.live-search.search-full-screen-alt-style .inner-form .submit-form {
display: inline-block;
width: 77px !important;
height: 77px !important;
line-height: 77px !important;
font-size: 2em;
background: transparent !important;
color: rgba(255, 255, 255, 0.2) !important;
}
.live-search.search-full-screen-alt-style .inner-form .submit-form:hover {
color: rgba(255, 255, 255, 0.4) !important;
}
.radiuzz-main-layout-aside-left .login-ajax .inner-wrapper:before,
.radiuzz-main-layout-aside-left .live-search .inner-wrapper:before {
right: auto;
left: 30px;
}
.radiuzz-main-layout-aside-left .login-ajax .inner-wrapper:after,
.radiuzz-main-layout-aside-left .live-search .inner-wrapper:after {
right: auto;
left: 32px;
}
.live-search .inner-wrapper.visible {
visibility: visible;
opacity: 1;
}
.live-search .inner-form {
z-index: 20000;
position: relative;
}
.live-search input[type="search"] {
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
display: block;
}
.live-search input[type="search"]:focus {
box-shadow: none;
-webkit-box-shadow: none;
outline: none;
}
.live-search .submit-form {
display: block;
text-align: center;
position: absolute;
}
@media (max-width: 767px) {
.live-search .inner-wrapper {
width: 270px;
right: -9px;
}
}
.logo {
display: block;
margin: 35px 0 25px;
}
.logo img {
max-width: 100%;
height: auto;
display: block;
width: auto;
}
.header.stuck .logo img {
width: auto;
}
.logo .hd-res {
display: none !important;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) { .has-hd.logo .sd-res {
display: none !important;
}
.has-hd.logo .hd-res {
display: block !important;
}
.cygnus-layout.header.light .has-hd.has-alt .hd-res.logo-normal,
.cygnus-layout.header.dark .has-hd.has-alt .hd-res.logo-normal {
display: none !important;
}
.cygnus-layout.header.light .has-hd.has-alt .hd-res.logo-alt,
.cygnus-layout.header.dark .has-hd.has-alt .hd-res.logo-alt {
display: block !important;
}
.cygnus-layout.header.stuck .has-hd.has-alt .hd-res.logo-normal {
display: block !important;
}
.cygnus-layout.header.stuck .has-hd.has-alt .hd-res.logo-alt {
display: none !important;
}
}
.mega_main_menu > ul > li.logo_style > .item_link {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.mega_main_menu > ul > li.logo_style > .item_link span {
display: block;
}
.mega_main_menu > ul > li.logo_style > .item_link img {
width: 100%;
height: auto;
max-height: 100%;
}  html[data-useragent*='MSIE 10.0'] .header #mega_main_menu > .menu_holder > .menu_inner > ul > li > .item_link:after {
opacity: 0 !important;
}
.social-icons a {
display: inline-block;
text-align: center;
}
.social-icons a .fa {
width: 1.5em;
color: #505050;
}
.header.vertical.modern .social-icons a i {
color: white;
}
.thumbnail .social-icons a .fa {
color: #fff;
}
.woo-cart {  }
.woo-cart a:hover {
text-decoration: none;
}
.woo-cart .cart-total {
display: inline-block;
margin-right: 10px;
}
.woo-cart .basket-wrapper {
position: relative;
display: inline-block;
}
.woo-cart .basket-wrapper .top {
position: absolute;
z-index: 501;
left: 50%;
top: -12px;
width: 16px;
height: 15px;
border-radius: 21px 21px 0 0;
-webkit-border-radius: 21px 21px 0 0;
margin-left: -8px;
}
.woo-cart .basket-wrapper .basket {
position: relative;
z-index: 502;
min-width: 30px;
height: 28px;
line-height: 25px;
text-align: center;
}
.woo-cart .basket-wrapper .basket span {
padding: 0 2px;
}
.woo-cart .inner-wrapper {
display: none;
opacity: 0;
position: absolute;
right: -30px;
top: 93%;
z-index: 99999;
width: 340px;
border: 1px solid #e7e7e7;
}
.woo-cart .inner-wrapper:before {
content: "";
position: absolute;
border-style: solid;
border-color: #e7e7e7 transparent;
display: block;
width: 0;
top: -15px;
bottom: auto;
right: 30px;
border-width: 0 15px 15px;
}
.woo-cart .inner-wrapper:after {
content: "";
position: absolute;
border-style: solid;
border-color: #fff transparent;
display: block;
width: 0;
top: -13px;
bottom: auto;
right: 32px;
border-width: 0 13px 13px;
}
.woo-cart .inner-wrapper.visible {
display: block;
}
.woo-cart .inner-cart {
z-index: 20000;
position: relative;
}
.woo-cart .cart_list {
margin: 0;
margin-bottom: 0px;
padding: 0;
list-style-type: none;
}
.woo-cart .cart_list li {
padding-top: 15px;
padding-bottom: 16px;
margin: 0;
list-style: none;
}
.woo-cart .cart_list li:before,
.woo-cart .cart_list li:after {
content: " ";
display: table;
}
.woo-cart .cart_list li:after {
clear: both;
}
.woo-cart .cart_list li:before,
.woo-cart .cart_list li:after {
content: " ";
display: table;
}
.woo-cart .cart_list li:after {
clear: both;
}
.woo-cart .cart_list li a {
display: block;
}
.woo-cart .cart_list li img {
float: left;
margin-right: 14px;
width: 45px;
height: auto;
}
.woo-cart .cart_list li dl {
margin: 0;
padding-left: 0px;
}
.woo-cart .cart_list li dl:before,
.woo-cart .cart_list li dl:after {
content: " ";
display: table;
}
.woo-cart .cart_list li dl:after {
clear: both;
}
.woo-cart .cart_list li dl:before,
.woo-cart .cart_list li dl:after {
content: " ";
display: table;
}
.woo-cart .cart_list li dl:after {
clear: both;
}
.woo-cart .cart_list li dl dt,
.woo-cart .cart_list li dl dd {
display: inline-block;
float: left;
margin-botom: 2px;
font-size: 12px;
}
.woo-cart .cart_list li dl dt {
font-weight: normal;
padding: 0;
margin: 0 2px 0 0;
clear: left;
}
.woo-cart .cart_list li dl dd {
padding: 0;
}
.woo-cart .cart_list li dl dd p:last-child {
margin-bottom: 0;
}
.woo-cart .cart_list li .star-rating {
float: none;
}
.woo-cart .total {
font-size: 12px;
font-weight: 600;
text-align: right;
text-transform: uppercase;
color: #3f3f3f;
margin: 0;
margin-top: 17px;
margin-bottom: 18px;
}
.woo-cart .total .amount {
font-size: 18px;
}
.woo-cart .buttons {
padding: 0;
margin: 0;
}
.woo-cart .buttons:before,
.woo-cart .buttons:after {
content: " ";
display: table;
}
.woo-cart .buttons:after {
clear: both;
}
.woo-cart .buttons:before,
.woo-cart .buttons:after {
content: " ";
display: table;
}
.woo-cart .buttons:after {
clear: both;
}
.woo-cart .buttons a {
display: block;
margin-bottom: 5px;
width: 49%;
float: left;
padding-left: 0 !important;
padding-right: 0 !important;
text-transform: uppercase;
text-align: center;
}
.woo-cart .buttons a.checkout {
margin-bottom: 0;
width: 49%;
float: right;
}
.cygnus-layout.header.stuck.scrolled .woo-cart .basket-wrapper .top {
top: -6px;
} .woo-cart .basket-wrapper .header-cart-total,
.woo-cart.layout-alternative .basket-wrapper .top {
display: none;
}
.woo-cart.layout-alternative .basket-wrapper .basket {
background: transparent;
border: 0 !important;
position: relative;
line-height: 28px;
}
.woo-cart.layout-alternative .basket-wrapper .basket:before,
.woo-cart.layout-alternative .basket-wrapper .basket:before {
font-family: 'FontAwesome';
content: "\f07a";
font-size: 18px;
}
.woo-cart.layout-alternative .basket-wrapper .basket span,
.woo-cart.layout-alternative .basket-wrapper .basket span {
position: absolute;
top: -4px;
right: -1px;
padding-top: 1px;
background-color: #585858;
width: 15px;
height: 15px;
border-radius: 50%;
color: #FFF;
line-height: 15px;
font-size: 10px;
}
.woo-cart.layout-alternative.top-header-cart .basket-wrapper .basket span {
top: -7px;
right: -3px;
}
.woo-cart.show-total .basket-wrapper .basket,
.woo-cart.show-total .basket-wrapper .header-cart-total {
display: inline-block;
}
.woo-cart.layout-default .basket-wrapper .top {
left: 15px;
}
.woo-cart .basket-wrapper .header-cart-total {
margin-left: 0px;
font-size: 13px;
color: #999999;
font-weight: 400;
}
.woo-cart .basket-wrapper .header-cart-total .amount {
color: #3d3d3d;
font-weight: 600;
margin-left: 3px;
}
.header.light .woo-cart .basket-wrapper .header-cart-total,
.header.light .woo-cart .basket-wrapper .header-cart-total .amount {
color: #FFF;
}
.login-ajax {
position: relative;
}
.login-ajax .trigger {
display: block;
}
.login-ajax .inner-wrapper {
visibility: hidden;
opacity: 0;
position: absolute;
right: -30px;
top: 100%;
width: 285px;
border: 1px solid #e7e7e7;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
border-top: none;
}
.login-ajax .inner-wrapper:after {
content: "";
position: absolute;
border-style: solid;
border-color: #fff transparent;
display: block;
width: 0;
top: -13px;
bottom: auto;
right: 32px;
border-width: 0 13px 13px;
}
.login-ajax .inner-wrapper.visible:after {
position: absolute;
content: '';
background-color: #fff;
width: 285px;
height: 30%;
display: block;
border-radius: 4px;
-webkit-transform: skewY(-2deg);
-ms-transform: skewY(-2deg);
transform: skewY(-2deg);
right: -1px;
top: -20px;
z-index: -1;
}
.login-ajax .inner-wrapper.visible {
visibility: visible;
opacity: 1;
}
.login-ajax .inner-form {
z-index: 20000;
position: relative;
}
.login-ajax .lwa p {
margin: 0;
}
.login-ajax .lwa ul {
list-style-type: none;
margin: 0;
padding: 0;
}
.login-ajax .lwa .lwa-field {
position: relative;
}
.login-ajax .lwa .lwa-field .fa {
display: block;
text-align: center;
position: absolute;
top: 0;
left: 0;
}
.login-ajax .lwa .lwa-field input {
display: block;
width: 100%;
}
.login-ajax .lwa input[type="submit"] {
width: 100%;
}
.login-ajax .lwa .lwa-links,
.login-ajax .lwa .lwa-links-remember-cancel,
.login-ajax .lwa .lwa-links-register-inline-cancel {
text-align: center;
display: block;
}
.login-ajax .lwa .lwa-title {
display: table;
width: 100%;
}
.login-ajax .lwa .lwa-title span {
display: table-cell;
vertical-align: middle;
font-weight: 600;
}
.login-ajax .lwa .lwa-avatar {
width: 50px;
float: left;
margin-right: 10px;
display: table-cell;
vertical-align: middle;
}
.login-ajax .lwa .lwa-avatar img {
width: 50px;
height: 50px;
border-radius: 50px;
-webkit-border-radius: 50px;
}
.login-ajax .lwa .lwa-status {
margin: 0px 0px 10px;
padding: 10px 10px;
color: #333;
border-radius: 3px;
-webkit-border-radius: 3px;
display: none;
}
.login-ajax .lwa .lwa-status-invalid,
.login-ajax .lwa .lwa-status-confirm {
display: block;
}
.login-ajax .lwa .lwa-status-invalid {
background-color: #FFEBE8;
border: 1px solid #C00;
color: #964135;
}
.login-ajax .lwa .lwa-status-invalid a {
color: #964135;
}
.login-ajax .lwa .lwa-status-confirm {
background-color: #f1fff0;
border: 1px solid #a8d144;
color: #489143;
}
.login-ajax .lwa .lwa-status-confirm a {
color: #489143;
}
@media (max-width: 767px) {
.login-ajax .inner-wrapper {
width: 270px;
right: -9px;
}
.woo-cart .inner-wrapper:before,
.woo-cart .inner-wrapper:after,
.live-search .inner-wrapper:before,
.live-search .inner-wrapper:after,
.login-ajax .inner-wrapper:before,
.login-ajax .inner-wrapper:after {
content: none;
}
}
@media (max-width: 479px) {
.woo-cart .basket-wrapper .header-cart-total {
display: none !important;
}
}
.cygnus-mobile-menu-wrapper {
background: #252525;
width: 300px;
position: fixed;
z-index: 31000;
top: 0;
left: 0;
height: 100%;
overflow: auto;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
transition: all 0.5s ease;
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%); }
.admin-bar .cygnus-mobile-menu-wrapper {
top: 45px;
}
.cygnus-mobile-menu-wrapper.slideIn {
-webkit-box-shadow: 3px 0 15px 0 rgba(0, 0, 0, 0.35);
box-shadow: 3px 0 15px 0 rgba(0, 0, 0, 0.35);
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
.cygnus-mobile-menu-wrapper .cygnus-mobile-menu-holder {
position: absolute;
top: 0;
left: 0;
width: 300px;
height: 100%;
}
.cygnus-mobile-menu-wrapper .cygnus-mobile-menu-inner {
position: relative;
overflow: auto;
padding-bottom: 30px;
}
.cygnus-mobile-menu-wrapper .cygnus-mobile-menu-close {
text-align: right;
padding: 15px 15px;
}
.cygnus-mobile-menu-wrapper .cygnus-mobile-menu-close a {
display: inline-block;
padding: 10px 15px;
background: #111;
color: #fff;
}
.cygnus-mobile-menu-wrapper .cygnus-mobile-menu-close a:hover {
color: #fff;
}
.cygnus-mobile-menu-wrapper ul {
padding: 0px;
margin: 0;
list-style-type: none;
background-image: none !important;
display: block;
position: static !important;
left: auto !important;
width: auto !important;
float: auto !important;
}
.cygnus-mobile-menu-wrapper ul li {
display: block;
margin: 0;
padding: 0px;
width: auto !important;
float: auto !important;
}
.cygnus-mobile-menu-wrapper ul li.logo_style {
display: none;
}
.cygnus-mobile-menu-wrapper ul li .item_link {
padding: 10px 15px;
border-left: none;
background-color: rgba(0, 0, 0, 0.3);
}
.cygnus-mobile-menu-wrapper ul li ul > li > .item_link,
.cygnus-mobile-menu-wrapper ul li ul > li > .item_link {
margin-left: 5px;
background-color: transparent;
}
.cygnus-mobile-menu-wrapper ul li ul > li ul > li > .item_link,
.cygnus-mobile-menu-wrapper ul li ul > li ul > li > .item_link,
.cygnus-mobile-menu-wrapper ul li ul > li ul > li > .item_link,
.cygnus-mobile-menu-wrapper ul li ul > li ul > li > .item_link {
margin-left: 40px;
border-left: 1px dashed #444;
background-color: transparent;
}
.cygnus-mobile-menu-wrapper ul li ul > li ul > li ul > li > .item_link,
.cygnus-mobile-menu-wrapper ul li ul > li ul > li ul > li > .item_link,
.cygnus-mobile-menu-wrapper ul li ul > li ul > li ul > li > .item_link,
.cygnus-mobile-menu-wrapper ul li ul > li ul > li ul > li > .item_link,
.cygnus-mobile-menu-wrapper ul li ul > li ul > li ul > li > .item_link,
.cygnus-mobile-menu-wrapper ul li ul > li ul > li ul > li > .item_link,
.cygnus-mobile-menu-wrapper ul li ul > li ul > li ul > li > .item_link,
.cygnus-mobile-menu-wrapper ul li ul > li ul > li ul > li > .item_link {
margin-left: 55px;
border-left: 1px dashed #444;
background-color: transparent;
}
.cygnus-mobile-menu-wrapper .menu > li > .item_link {
border-bottom: 1px solid #222;
}
.cygnus-mobile-menu-wrapper a,
.cygnus-mobile-menu-wrapper .item_link {
color: #fff;
display: block;
}
.cygnus-mobile-menu-wrapper a.item_link.with_icon i,
.cygnus-mobile-menu-wrapper .item_link.item_link.with_icon i {
margin-right: 7px;
}
.cygnus-mobile-menu-wrapper a:hover,
.cygnus-mobile-menu-wrapper .item_link:hover {
color: #fff;
text-decoration: none;
}
.cygnus-mobile-menu-wrapper .current-menu-item > a {
background: #585858;
color: #fff;
}
.cygnus-mobile-menu-wrapper .description_text {
display: block;
font-size: 11px;
}
.cygnus-mobile-menu-wrapper .menu > .menu-item-has-children > ul {
display: none;
}
.cygnus-mobile-menu-wrapper .social-icons {
text-align: center;
}
.cygnus-mobile-menu-wrapper .social-icons a {
color: #fff;
text-align: center;
background: transparent;
font-size: 16px;
display: inline-block;
padding: 0 5px;
}
.cygnus-mobile-menu-wrapper .social-icons a:hover {
color: #fff;
}
.cygnus-mobile-menu-wrapper .custom-text {
text-align: center;
color: #eee;
}
.cygnus-mobile-menu-wrapper .custom-text .cygnus-separator {
display: inline-block;
border-left: 1px dotted #444;
margin: 0 10px;
}
.cygnus-mobile-menu-wrapper .custom-text a {
display: inline;
color: #fff;
padding: 0;
border: none;
}
.cygnus-mobile-menu-wrapper .custom-text a:hover {
color: #fff;
}
.cygnus-mobile-menu-wrapper .modules .cygnus-module {
padding: 0px 15px 15px;
}
.cygnus-mobile-menu-wrapper .modules .cygnus-module img {
display: none;
}
.cygnus-mobile-menu-wrapper .modules .cygnus-module:last-child {
padding-bottom: 20px;
} .responsive-menu-select .receptor {
overflow: hidden;
position: relative;
width: 13px;
}
.responsive-menu-select select {
border: none;
background: transparent;
width: 13px;
height: 20px;
padding-right: 20px;
position: absolute;
top: 0;
left: 0;
}
@media (max-width: 767px) {
.cygnus-module.responsive-menu {
padding-left: 0 !important;
margin-left: 0 !important;
}
.cygnus-module.responsive-menu:after {
border-left: none !important;
}
}
.ads img {
max-width: 100%;
height: auto;
}
.ads-image {
margin-bottom: 10px;
}
.ads-image.half-size {
width: 49%;
}
.ads-image.half-size:nth-child(odd) {
margin-right: 0.5%;
} .wpml-lang img {
display: inline-block;
}
.wpml-lang a {
display: inline-block;
margin-left: 3px;
margin-right: 3px;
}
.wpml-lang a:first-child {
margin-left: 0;
}
.wpml-lang a:last-child {
margin-right: 0;
}
.wpml-lang-dropdown a span {
font-weight: 600;
}
.wpml-lang-dropdown a span:after {
content: "\f107";
display: inline-block;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
margin-left: 7px;
}
.wpml-lang-dropdown {
z-index: 10001;
}
.wpml-lang-dropdown .inner-wrapper {
position: absolute;
right: -20px;
min-width: 170px;
}
.wpml-lang-dropdown .inner-wrapper ul {
list-style: none;
margin: 0;
padding: 0;
}
.header .wpml-lang-dropdown .inner-wrapper ul li a {
color: #FFF;
white-space: nowrap;
}
.header .wpml-lang-dropdown .inner-wrapper ul li a img {
margin-right: 5px;
}
.header .wpml-lang-dropdown .inner-wrapper ul li {
padding-bottom: 5px;
}
.header .wpml-lang-dropdown .inner-wrapper ul li:last-child {
padding-bottom: 0;
} .wpml-currency .wcml_currency_switcher {
padding: 0;
margin: 0;
display: inline-block;
list-style-type: none;
position: relative;
}
.wpml-currency .wcml_currency_switcher li {
float: left;
position: relative;
padding: 2px 8px;
margin-left: 1px;
text-align: center;
display: block;
font-size: 11px;
border-right: 1px solid #eee;
cursor: pointer;
}
.wpml-currency .wcml_currency_switcher li:last-child {
padding-right: 0;
border: none;
}
.wpml-currency .wcml_currency_switcher li:first-child {
padding-left: 0;
}
.wpml-currency .wcml_currency_switcher[disabled="disabled"] li {
opacity: 0.1;
}
.wpml-currency .wcml_currency_switcher[disabled="disabled"]:before {
display: block;
text-align: center;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: "\f110";
position: absolute;
left: 50%;
top: 50%;
font-size: 14px;
margin-left: -7px;
margin-top: -7px;
}
.wpml-currency img {
display: none;
}   .cygnus-layout.top-header {
background: #3d3d3d;
font-size: 14px;
line-height: 1.25;
color: #fff;
z-index: 15000;
position: relative;
}
.cygnus-layout.top-header.beneath {
z-index: 14000;
}
.cygnus-layout.top-header.style-alternative-dark {
background: #28262b;
color: #FFF;
}
.cygnus-layout.top-header.style-alternative-light {
background: #fafafa;
color: #999999;
}
.cygnus-layout.top-header .cart-contents .basket-wrapper .total {
display: none;
}
.cygnus-layout.top-header a {
color: #fff;
-webkit-transition: background 350ms ease-in-out, border-color 350ms ease-in-out, color 150ms ease-in-out;
-moz-transition: background 350ms ease-in-out, border-color 350ms ease-in-out, color 150ms ease-in-out;
-ms-transition: background 350ms ease-in-out, border-color 350ms ease-in-out, color 150ms ease-in-out;
-o-transition: background 350ms ease-in-out, border-color 350ms ease-in-out, color 150ms ease-in-out;
transition: background 350ms ease-in-out, border-color 350ms ease-in-out, color 150ms ease-in-out;
}
.cygnus-layout.top-header a:hover {
background: rgba(255, 255, 255, 0.1);
text-decoration: none;
}
.cygnus-layout.top-header.style-alternative-dark a i {
color: #FFF;
}
.cygnus-layout.top-header.style-alternative-dark a:hover {
color: #E2E2E2;
}
.cygnus-layout.top-header.style-alternative-light a {
color: #a6a6a6;
}
.cygnus-layout.top-header.style-alternative-light a:hover {
color: #a6a6a6;
background-color: #e4e4e4;
} .cygnus-layout.top-header input[type="text"],
.cygnus-layout.top-header input[type="email"],
.cygnus-layout.top-header input[type="password"],
.cygnus-layout.top-header input[type="search"],
.cygnus-layout.top-header textarea {
border: 1px solid #e7e7e7;
color: #787878;
background: transparent;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.cygnus-layout.top-header input[type="text"]:focus,
.cygnus-layout.top-header input[type="email"]:focus,
.cygnus-layout.top-header input[type="password"]:focus,
.cygnus-layout.top-header input[type="search"]:focus,
.cygnus-layout.top-header textarea:focus {
border-color: #e7e7e7 !important;
border-width: 1px;
color: #444444;
background: transparent;
outline: none;
}
.cygnus-layout.top-header input[type="submit"] {
color: #787878;
border: 1px solid #e7e7e7;
background: transparent;
text-transform: uppercase;
padding: 10px 10px;
font-size: 11px;
}
.cygnus-layout.top-header input[type="submit"]:hover {
color: #ffffff;
border-color: #585858;
background: #585858;
}
.cygnus-layout.top-header input[type="submit"]:active,
.cygnus-layout.top-header input[type="submit"]:focus {
outline: none;
}
.cygnus-layout.top-header .inner-cart {
background: #eeeeee;
padding: 20px 20px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
color: #787878;
}
.cygnus-layout.top-header .inner-form {
background: #ffffff;
padding: 20px;
color: #ffffff;
}
.cygnus-layout.top-header .inner-form a {
color: #3f3f3f;
}
.cygnus-layout.top-header .inner-form a:hover {
color: #444444;
}
.cygnus-layout.top-header .wpml-currency .wcml_currency_switcher li {
border-color: #f7f7f7;
}
.cygnus-layout.top-header .responsive-menu .mobile-menu-trigger {
font-size: 14px;
}
.cygnus-layout.top-header .live-search input[type="search"] {
padding-right: 50px;
padding-top: 0;
padding-bottom: 0;
height: 35px;
border: 1px solid #e7e7e7;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.cygnus-layout.top-header .live-search input[type="search"]:focus {
border-color: #e7e7e7;
}
.cygnus-layout.top-header .live-search .submit-form {
color: #ffffff;
background: #585858;
border: none;
width: 35px;
height: 35px;
line-height: 35px;
top: 0;
right: 0;
}
.cygnus-layout.top-header .live-search .submit-form:hover {
color: #ffffff;
}
.cygnus-layout.top-header .social-icons a {
margin-right: 0px;
font-size: 14px;
height: 45px;
width: 45px;
text-align: center;
line-height: 45px;
border-right: 1px solid rgba(255, 255, 255, 0.15);
float: left;
}
.cygnus-layout.top-header .social-icons a:hover {
color: #ffffff;
background: rgba(255, 255, 255, 0.1);
}
.cygnus-layout.top-header .social-icons a:last-child {
margin: 0;
}
.cygnus-layout.top-header.style-alternative-dark .social-icons a {
height: 45px;
width: 45px;
text-align: center;
line-height: 45px;
font-size: 14px;
background: transparent;
}
.cygnus-layout.top-header.style-alternative-dark .social-icons a:last-child {
border-right: 1px solid rgba(255, 255, 255, 0.15);
}
.cygnus-layout.top-header.style-alternative-dark .social-icons a:hover {
color: #E2E2E2;
background-color: rgba(255, 255, 255, 0.1);
}
.cygnus-layout.top-header.style-alternative-light .social-icons a {
height: 45px;
width: 45px;
text-align: center;
line-height: 45px;
font-size: 14px;
background: transparent;
border-left: 1px solid #e4e4e4;
}
.cygnus-layout.top-header.style-alternative-light .social-icons a:last-child {
border-right: 1px solid #e4e4e4;
}
.cygnus-layout.top-header.style-alternative-light .social-icons a:hover {
color: #a6a6a6;
background-color: #e4e4e4;
}
.cygnus-layout.top-header .custom-text .cygnus-separator {
display: inline-block;
border-left: 1px dotted #dddddd;
margin: 0 10px;
}
.cygnus-layout.top-header .woo-cart { }
.cygnus-layout.top-header .woo-cart .cart-total {
display: none;
}
.cygnus-layout.top-header .woo-cart .basket-wrapper .top {
border: 2px solid #fff;
border-bottom: none;
top: 8px;
width: 15px;
height: 6px;
border-radius: 12px 12px 0 0;
-webkit-border-radius: 12px 12px 0 0;
margin-left: -7px;
}
.cygnus-layout.top-header.style-alternative-dark .woo-cart .basket-wrapper .top {
border-color: #FFF;
}
.cygnus-layout.top-header.style-alternative-light .woo-cart .basket-wrapper .top {
border-color: #b4b4b4;
}
.cygnus-layout.top-header .woo-cart .inner-wrapper {
top: 100%;
left: auto;
}
.cygnus-layout.top-header .woo-cart .basket-wrapper .basket {
background: transparent;
border: 2px solid #fff;
height: 22px;
line-height: 19px;
font-size: 11px;
min-width: 25px;
margin-top: 14px;
}
.cygnus-layout.top-header .woo-cart .basket-wrapper .header-cart-total {
display: none;
}
.cygnus-layout.top-header.style-alternative-dark .woo-cart .basket-wrapper .basket {
border-color: #FFF;
}
.cygnus-layout.top-header.style-alternative-light .woo-cart .basket-wrapper .basket {
border-color: #b4b4b4;
}
.cygnus-layout.top-header .woo-cart .top,
.cygnus-layout.top-header .woo-cart .basket,
.cygnus-layout.top-header .woo-cart .cart-total .amount {
-webkit-transition: background 350ms ease-in-out, border-color 350ms ease-in-out, color 150ms ease-in-out;
-moz-transition: background 350ms ease-in-out, border-color 350ms ease-in-out, color 150ms ease-in-out;
-ms-transition: background 350ms ease-in-out, border-color 350ms ease-in-out, color 150ms ease-in-out;
-o-transition: background 350ms ease-in-out, border-color 350ms ease-in-out, color 150ms ease-in-out;
transition: background 350ms ease-in-out, border-color 350ms ease-in-out, color 150ms ease-in-out;
}
.cygnus-layout.top-header .woo-cart:hover .top,
.cygnus-layout.top-header .woo-cart:hover .basket,
.cygnus-layout.top-header .woo-cart:hover .cart-total .amount {
border-color: #a6a6a6;
color: #a6a6a6;
}
.cygnus-layout.top-header.style-alternative-dark .woo-cart:hover .top,
.cygnus-layout.top-header.style-alternative-dark .woo-cart:hover .basket,
.cygnus-layout.top-header.style-alternative-dark .woo-cart:hover .cart-total .amount {
border-color: #FFF;
color: #FFF;
}
.cygnus-layout.top-header .woo-cart:hover .top {
background-color: transparent;
}
.cygnus-layout.top-header .woo-cart .cart_list span {
font-weight: 400;
color: #949494;
}
.cygnus-layout.top-header .woo-cart .cart_list dl dt {
color: #787878;
}
.cygnus-layout.top-header .woo-cart .total {
font-size: 12px;
font-weight: 600;
text-align: right;
text-transform: uppercase;
color: #3f3f3f;
margin: 0;
margin-top: 17px;
margin-bottom: 18px;
}
.cygnus-layout.top-header .woo-cart .cart_list li {
font-weight: 600;
text-transform: none;
font-size: 13px;
padding-top: 17px;
padding-bottom: 16px;
margin: 0;
list-style: none;
border-bottom: 1px solid #e7e7e7;
text-align: left;
}
.cygnus-layout.top-header .woo-cart .cart_list li:first-child {
padding-top: 0;
}
.cygnus-layout.top-header .woo-cart .cart_list li.empty {
color: #222;
}
.cygnus-layout.top-header .woo-cart .cart_list li a {
margin-bottom: 3px;
}
.cygnus-layout.top-header .woo-cart .buttons a {
font-weight: 600;
color: #3f3f3f;
border: none;
background: transparent;
padding-top: 10px;
font-size: 12px;
padding-bottom: 11px;
display: block;
width: 100%;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
margin-bottom: 7px;
}
.cygnus-layout.top-header .woo-cart .buttons a.wc-forward {
background: #f2f2f2;
}
.cygnus-layout.top-header .woo-cart .buttons a.wc-forward:hover {
background: #f2f2f2;
color: #3f3f3f;
}
.cygnus-layout.top-header .woo-cart .buttons a.wc-forward.checkout {
background: #262626;
color: white;
}
.cygnus-layout.header .woo-cart .buttons a.wc-forward {
background: #f2f2f2;
border-radius: 40px;
}
.cygnus-layout.top-header .woo-cart .buttons a:hover {
color: inherit;
border-color: #585858;
}
.cygnus-layout.top-header .woo-cart .buttons a:active,
.cygnus-layout.top-header .woo-cart .buttons a:focus {
outline: none;
}
.cygnus-layout.top-header .login-ajax .lwa .lwa-title {
margin-bottom: 15px;
text-transform: uppercase;
font-size: 11px;
color: #3f3f3f;
}
.cygnus-layout.top-header .login-ajax .lwa .lwa-field {
margin-bottom: 15px;
}
.cygnus-layout.top-header .login-ajax .lwa .lwa-field .fa {
color: #444444;
border-right: 1px solid #dddddd;
width: 40px;
height: 44px;
line-height: 44px;
}
.cygnus-layout.top-header .login-ajax .lwa input {
height: 44px;
padding-left: 50px;
}
.cygnus-layout.top-header .login-ajax .lwa input[type="submit"] {
font-size: 12px;
font-weight: 600;
color: #ffffff;
border: none;
background: #262626;
text-transform: uppercase;
padding: 10px 10px;
height: auto;
text-align: center;
margin-bottom: 10px;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.cygnus-layout.top-header .login-ajax .lwa input[type="submit"]:hover {
color: #ffffff;
border-color: #585858;
background: #262626 !important;
}
.cygnus-layout.top-header .login-ajax .lwa input[type="submit"]:active,
.cygnus-layout.top-header .login-ajax .lwa input[type="submit"]:focus {
outline: none;
}
.cygnus-layout.top-header .login-ajax .lwa .lwa-register input[type="submit"] {
margin-top: 10px;
}
.cygnus-layout.top-header .login-ajax .lwa .lwa-info li {
padding-bottom: 8px;
margin-bottom: 8px;
border-bottom: 1px dotted #dddddd;
text-transform: uppercase;
font-size: 11px;
}
.cygnus-layout.top-header .login-ajax .lwa .lwa-info li:last-child {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: none;
} .top-header .mega_main_menu .mega_main_menu_ul > li {
position: relative;
}
.top-header .mega_main_menu .mega_main_menu_ul > li > .item_link {
padding: 0px 10px;
font-size: 12px;
text-transform: uppercase;
}
.top-header .mega_main_menu .mega_main_menu_ul > li > .item_link span.description_text {
font-size: 11px;
text-transform: initial;
}
.top-header .mega_main_menu .mega_main_menu_ul > li > .item_link.with_icon i:before {
min-width: 14px;
}
.top-header .mega_main_menu .mega_main_menu_ul > li.current-menu-ancestor > .item_link,
.top-header .mega_main_menu .mega_main_menu_ul > li.current-menu-item > .item_link {
color: #585858;
}
.top-header .mega_main_menu .mega_main_menu_ul > li.highlight_style > .item_link {
color: #585858;
}
.top-header .mega_main_menu .mega_main_menu_ul > li.highlight_style > .item_link:hover {
color: #585858;
}
.top-header .mega_main_menu.direction-horizontal .mega_main_menu_ul > li.button_style > .item_link > .item_link_content {
-webkit-transition: background 350ms ease-in-out, border-color 350ms ease-in-out, color 150ms ease-in-out;
-moz-transition: background 350ms ease-in-out, border-color 350ms ease-in-out, color 150ms ease-in-out;
-ms-transition: background 350ms ease-in-out, border-color 350ms ease-in-out, color 150ms ease-in-out;
-o-transition: background 350ms ease-in-out, border-color 350ms ease-in-out, color 150ms ease-in-out;
transition: background 350ms ease-in-out, border-color 350ms ease-in-out, color 150ms ease-in-out;
padding: 5px 12px;
border: 2px solid #7f7f7f;
display: block;
font-size: 12px;
line-height: 1;
text-transform: uppercase;
cursor: pointer;
border-radius: 5px;
-webkit-border-radius: 5px;
}
.top-header .mega_main_menu.direction-horizontal .mega_main_menu_ul > li.button_style > .item_link > .item_link_content i {
font-size: 100%;
}
.top-header .mega_main_menu.direction-horizontal .mega_main_menu_ul > li.button_style > .item_link:hover {
background: transparent;
}
.top-header .mega_main_menu.direction-horizontal .mega_main_menu_ul > li.button_style > .item_link:hover > .item_link_content {
color: #585858;
border-color: #585858;
}
.top-header .mega_main_menu.direction-horizontal .mega_main_menu_ul > li.button_style.current-menu-ancestor > .item_link,
.top-header .mega_main_menu.direction-horizontal .mega_main_menu_ul > li.button_style.current-menu-item > .item_link {
background: transparent;
}
.top-header .mega_main_menu.direction-horizontal .mega_main_menu_ul > li.button_style.current-menu-ancestor > .item_link > .item_link_content,
.top-header .mega_main_menu.direction-horizontal .mega_main_menu_ul > li.button_style.current-menu-item > .item_link > .item_link_content {
color: #7f7f7f;
border-color: #7f7f7f;
}
.top-header .mega_main_menu .default_dropdown > ul,
.top-header .mega_main_menu .default_dropdown li > ul,
.top-header .mega_main_menu .multicolumn_dropdown > ul,
.top-header .mega_main_menu .widgets_dropdown > ul {
background: #eeeeee;
border: 2px solid #eeeeee;
border-radius: 0px;
-webkit-border-radius: 0px;
color: #787878;
}
.top-header .mega_main_menu .default_dropdown > ul a,
.top-header .mega_main_menu .default_dropdown li > ul a,
.top-header .mega_main_menu .multicolumn_dropdown > ul a,
.top-header .mega_main_menu .widgets_dropdown > ul a {
color: #787878;
}
.top-header .mega_main_menu .default_dropdown > ul a:hover,
.top-header .mega_main_menu .default_dropdown li > ul a:hover,
.top-header .mega_main_menu .multicolumn_dropdown > ul a:hover,
.top-header .mega_main_menu .widgets_dropdown > ul a:hover {
color: #444444;
}
.top-header .mega_main_menu .default_dropdown > ul .item_link,
.top-header .mega_main_menu .default_dropdown li > ul .item_link,
.top-header .mega_main_menu .multicolumn_dropdown > ul .item_link,
.top-header .mega_main_menu .widgets_dropdown > ul .item_link {
color: #787878;
text-transform: uppercase;
font-size: 11px;
}
.top-header .mega_main_menu .default_dropdown > ul .item_link:hover,
.top-header .mega_main_menu .default_dropdown li > ul .item_link:hover,
.top-header .mega_main_menu .multicolumn_dropdown > ul .item_link:hover,
.top-header .mega_main_menu .widgets_dropdown > ul .item_link:hover {
color: #444444;
}
.top-header .mega_main_menu .default_dropdown > ul .item_link span.description_text,
.top-header .mega_main_menu .default_dropdown li > ul .item_link span.description_text,
.top-header .mega_main_menu .multicolumn_dropdown > ul .item_link span.description_text,
.top-header .mega_main_menu .widgets_dropdown > ul .item_link span.description_text {
font-size: 11px;
text-transform: initial;
}
.top-header .mega_main_menu .default_dropdown > ul li.current-menu-item > .item_link,
.top-header .mega_main_menu .default_dropdown li > ul li.current-menu-item > .item_link,
.top-header .mega_main_menu .multicolumn_dropdown > ul li.current-menu-item > .item_link,
.top-header .mega_main_menu .widgets_dropdown > ul li.current-menu-item > .item_link {
color: #444444;
}
.top-header .mega_main_menu .default_dropdown > ul .widgettitle,
.top-header .mega_main_menu .default_dropdown li > ul .widgettitle,
.top-header .mega_main_menu .multicolumn_dropdown > ul .widgettitle,
.top-header .mega_main_menu .widgets_dropdown > ul .widgettitle,
.top-header .mega_main_menu .default_dropdown > ul li.section_header_style > .item_link,
.top-header .mega_main_menu .default_dropdown li > ul li.section_header_style > .item_link,
.top-header .mega_main_menu .multicolumn_dropdown > ul li.section_header_style > .item_link,
.top-header .mega_main_menu .widgets_dropdown > ul li.section_header_style > .item_link {
font-weight: bold;
color: #444444;
text-transform: uppercase;
}
.top-header .mega_main_menu .default_dropdown > ul .widgettitle,
.top-header .mega_main_menu .default_dropdown li > ul .widgettitle,
.top-header .mega_main_menu .multicolumn_dropdown > ul .widgettitle,
.top-header .mega_main_menu .widgets_dropdown > ul .widgettitle {
padding: 11px 0;
}
.top-header .mega_main_menu .widget li {
margin-bottom: 5px;
}
.top-header .mega_main_menu .widget li:last-child {
margin-bottom: 0;
} .countdown {
font-size: 114px;
font-weight: 700;
line-height: 1;
text-transform: uppercase;
color: #ffffff;
text-align: center;
position: relative;
bottom: -0.14em;
}
.countdown.faded {
opacity: 0.15;
}
.countdown.position-bottom {
width: 100%;
position: fixed;
bottom: -0.14em;
left: 0;
font-size: 240px;
}
.countdown:before,
.countdown:after {
content: '';
display: table;
}
.countdown:after {
clear: both;
}
.countdown div {
display: inline-block;
position: relative;
}
.countdown:not(.position-bottom) div:after {
content: ':';
font-size: 74px;
margin-left: -0.5em;
position: absolute;
top: 50%;
right: 0.2em;
-webkit-transform: translateY(-50%);
-moz-transform:  translateY(-50%);
-ms-transform:   translateY(-50%);
transform:     translateY(-50%);
opacity: 0.2;
}
.countdown:not(.position-bottom) div:last-child:after {
content: none;
}
.countdown span {
font-size: 123%;
line-height: 1;
}
.countdown .text {
margin-right: 40px;
font-size: 15%;
letter-spacing: 0.1em;
} .ccounter {
text-align: center;
}
.ccounter input {
font-size: 48px !important;
font-weight: 300;
line-height: 1;
color: #ffffff;
margin-top: 35px !important;
}
.ccounter > div {
display: inline-block;
margin: 0 20px;
position: relative;
}
.ccounter h6 {
display: inline-block;
position: absolute;
top: 50%;
left: 50%;
font-size: 14px;
font-weight: 700;
letter-spacing: 0.1em;
text-transform: uppercase;
color: #ffffff;
-webkit-transform: translateX(-50%) translateY(-50%);
-moz-transform:  translateX(-50%) translateY(-50%);
-ms-transform:   translateX(-50%) translateY(-50%);
transform:     translateX(-50%) translateY(-50%);
}  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.top-header.cygnus-layout .live-search .submit-form {
height: 45px;
line-height: 47px;
}
}
.top-header.two-columns {   }
.top-header.two-columns .row {
position: relative;
}
.top-header.two-columns .cygnus-module {
float: right;
display: table !important;
min-height: 45px;
height: 45px;
position: relative;
}
.top-header.two-columns .cygnus-module.live-search,
.top-header.two-columns .cygnus-module.top-header-cart,
.top-header.two-columns .cygnus-module.login-ajax {
display: inline-block;
width: 45px;
height: 45px;
text-align: center;
border-right: 1px solid rgba(255, 255, 255, 0.15);
border-left: none !important;
}
.top-header.two-columns .cygnus-module.login-ajax {
border-left: 1px solid rgba(255, 255, 255, 0.15) !important;
}
.top-header.two-columns .cygnus-module.live-search .centered,
.top-header.two-columns .cygnus-module.top-header-cart .centered,
.top-header.two-columns .cygnus-module.login-ajax .centered {
display: inline-block !important;
width: 100%;
height: 100%;
}
.top-header.two-columns .cygnus-module.live-search a.trigger,
.top-header.two-columns .cygnus-module.top-header-cart a.cart-contents,
.top-header.two-columns .cygnus-module.login-ajax a.trigger {
display: inline-block !important;
width: 45px;
height: 100%;
}
.top-header.two-columns .cygnus-module.live-search a.trigger > i,
.top-header.two-columns .cygnus-module.top-header-cart a.cart-contents > i,
.top-header.two-columns .cygnus-module.login-ajax a.trigger > i {
line-height: 45px;
}
.top-header.two-columns.style-alternative-dark .cygnus-module,
.top-header.two-columns.style-alternative-light .cygnus-module {
min-height: 45px;
height: 45px;
margin-right: -1px;
}
body.woocommerce  ul.products li.product,
body.woocommerce-page  ul.products li.product {
margin-bottom: 35px;
}
.top-header.two-columns.style-alternative-light .cygnus-module.live-search,
.top-header.two-columns.style-alternative-light .cygnus-module.login-ajax,
.top-header.two-columns.style-alternative-light .cygnus-module.woo-cart {
border-left: 1px solid #e4e4e4 !important;
}
.top-header.two-columns .cygnus-module .centered {
display: table-cell !important;
vertical-align: middle !important;
}
.top-header.two-columns .top-header-left-area .cygnus-module {
float: left;
}
.top-header.two-columns .top-header-left-area .cygnus-module:first-child {
margin-left: 0;
}
.top-header.two-columns .cygnus-module-menu {
float: right;
height: 45px;
margin-left: 30px;
position: relative;
}
.top-header.two-columns .cygnus-module-menu:last-child {
margin-left: 0;
}
.top-header.two-columns .mega_main_menu .mega_main_menu_ul {
height: 100%;
}
.top-header.two-columns .mega_main_menu .mega_main_menu_ul > li {
float: left;
position: relative;
height: 100%;
}
.top-header.two-columns .mega_main_menu .mega_main_menu_ul > li > .item_link {
display: inline-block;
height: 100%;
}
.top-header.two-columns .mega_main_menu .mega_main_menu_ul > li > .item_link .item_link_content {
display: block;
position: relative;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.woocommerce ul.products li.product.product-category h3,
.woocommerce-page ul.products li.product.product-category h3 {
font-weight: 600 !important;
text-transform: uppercase;
}
ul.products li.product.product-category h3 span {
padding: 6px 0px;
}
.yith-wrapper a.add_to_wishlist {
background: #282828;
left: -9px;
top: -9px;
border-radius: 0px !important;
color: #fff !important;
}
.woocommerce ul.products li.product .quick-view, .woocommerce-page ul.products li.product .quick-view {
background: #282828;
color: #fff;
}
.woocommerce ul.products li.first, .woocommerce-page ul.products li.first {
clear: none !important;
}
.woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3 {
font-weight: 600 !important;
}
.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price {
font-size:14px !important;
}
.woocommerce ul.products li.product .product-single-cat, .woocommerce-page ul.products li.product .product-single-cat {
font-style: italic;
font-weight: 400;
line-height: 22.36px;
padding-top: 5px;
color: #bcbcbc;
}
.woocommerce ul.products li.product.product-category h3:after {
position: absolute;
content: '';
background-color: #fff;
width: 100%;
height: 30%;
display: block;
border-radius: 4px;
-webkit-transform: skewY(-2deg);
-ms-transform: skewY(-2deg);
transform: skewY(-2deg);
right: 0%;
top: -20px;
z-index: -1;
}
.yith-wcwl-wishlistexistsbrowse a, .yith-wcwl-wishlistaddedbrowse a {
border-color: #1b1b1b !important!;
color: #1b1b1b !important;
}
@media (max-width: 767px) {
.top-header.two-columns .cygnus-module {
margin-left: 20px;
}
.top-header.two-columns .cygnus-module:first-child .inner-wrapper {
right: 0 !important;
}
.top-header.two-columns .cygnus-module.hidden-xs {
display: none !important;
}
.countdown {
position: relative !important;
font-size: 80px !important;
}
.countdown div {
width: 100%;
}
.countdown .text {
margin-right: 0;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.top-header.two-columns .cygnus-module.hidden-sm {
display: none !important;
}
.countdown div {
width: 50%;
}
.countdown .text {
margin-right: 0;
}
}
@media (max-width: 991px) {
.top-header.two-columns .top-header-left-area .cygnus-module:nth-child(2) {
margin-left: 0px;
}
.cygnus-layout.top-header {
display: none;
}
.ads-image.half-size {
width: auto;
margin: 10px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.cygnus-layout.top-header .cygnus-module.custom-text {
font-size: 10px;
}
.top-header.two-columns .cygnus-module.hidden-md {
display: none !important;
}
}
@media (min-width: 1200px) {
.top-header.two-columns .cygnus-module.hidden-lg {
display: none !important;
}
}  .cygnus-layout.header {
background: #ffffff;
font-size: 14px;
line-height: 1.25;
color: #3d3d3d;
border: none;
z-index: 14000;
position: relative;
border-bottom: 1px solid #efefef;
-webkit-transition: background 0.3s ease, -webkit-transform 0.8s cubic-bezier(0.68, 0, 0.29, 1);
-moz-transition: background 0.3s ease, -moz-transform 0.8s cubic-bezier(0.68, 0, 0.29, 1);
transition: background 0.3s ease, transform 0.8s cubic-bezier(0.68, 0, 0.29, 1);
}
.cygnus-layout.header strong {
font-weight: 700;
}
.cygnus-layout.header.simple-left-right {
background: white !important;
height: 100%;
}
.cygnus-layout.header a {
color: #3d3d3d;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.cygnus-layout.header a:hover {
color: #292d33;
text-decoration: none;
}
.cygnus-layout.header.transparent-bg {
background: transparent;
}
.cygnus-layout.header.transparent-bg .become-transparent {
background: transparent;
}
.negative-header-active .sticky-wrapper {
position: absolute;
top: 0;
left: 0;
display: block;
width: 100%;
}
.boxed.negative-header-active .sticky-wrapper {
top: 50px;
}
.cygnus-layout.header.negative-height {
display: block;
width: 100%;
position: absolute;
top: 0;
left: 0;
}
.cygnus-layout.header.display-after-fold {
visibility: hidden;
}
.cygnus-layout.header.keep-logo-before-fold .logo {
visibility: visible;
}
.cygnus-layout.header.light.semi-transparent-bg {
background: transparent;
background-image: linear-gradient(rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.3) 20%,rgba(0,0,0,0.2) 35%,transparent 97%,transparent 0%);
background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,1)),color-stop(100%,transparent));
background: -webkit-linear-gradient(top,rgba(0,0,0,1) 0,transparent 100%);
background: linear-gradient(to bottom,rgba(0,0,0,1) 0,transparent 100%);
}
.cygnus-layout.header.light.semi-transparent-bg .become-transparent {
background: transparent;
}
.cygnus-layout.header.dark.semi-transparent-bg {
background: rgba(255, 255, 255, 0.7);
}
.cygnus-layout.header.dark.semi-transparent-bg .become-transparent {
background: transparent;
}
.cygnus-layout.header.light .has-alt .logo-normal,
.cygnus-layout.header.dark .has-alt .logo-normal {
display: none;
}
.cygnus-layout.header.stuck .has-alt .logo-normal {
display: block;
}
.cygnus-layout.header.stuck .has-alt .logo-alt {
display: none;
}
.cygnus-layout.header.stuck .logo {
margin: 20px 0 !important;
}
.cygnus-layout.header.simple-boxed-menu.stuck {
background: #ffffff !important;
}
.cygnus-layout.header.stuck {
position: fixed;
width: 100%;
top: 0px;
left: 0px;
margin: 0 !important;
border-bottom: 1px solid #e6e6e6;
-webkit-transition: all 0.8s cubic-bezier(0.68, 0, 0.29, 1);
-moz-transition: all 0.8s cubic-bezier(0.68, 0, 0.29, 1);
transition: all 0.8s cubic-bezier(0.68, 0, 0.29, 1);
opacity: 1;
-webkit-animation: fadeInDown 1s alternate ease;
-moz-animation: fadeInDown 1s alternate ease;
animation: fadeInDown 1s alternate ease;
}
.page-framed .cygnus-layout.header.stuck {
width: auto;
top: 12px;
right: 12px;
left: 12px;
}
body.boxed-laterals .cygnus-layout.header.stuck,
body.boxed .cygnus-layout.header.stuck {
left: 50px;
right: 50px;
width: auto;
}
.cygnus-layout.header.stuck.transparent-bg {
background: #ffffff;
}
.vc-editor .cygnus-layout.header.negative-height {
display: block;
}
.header-sticky-wrapper .cygnus-layout.header.not-stuck {
top: 0px !important;
}
.boxed.negative-header-active .header-sticky-wrapper .cygnus-layout.header.not-stuck {
top: 30px !important;
right: 50px;
left: 50px;
width: auto;
}
.boxed-laterals.negative-header-active .header-sticky-wrapper .cygnus-layout.header.not-stuck {
right: 50px;
left: 50px;
width: auto;
}
@-webkit-keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-100%);
-ms-transform: translateY(-100%);
transform: translateY(-100%);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-100%);
-ms-transform: translateY(-100%);
transform: translateY(-100%);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
} .cygnus-layout.header input[type="text"],
.cygnus-layout.header input[type="email"],
.cygnus-layout.header input[type="password"],
.cygnus-layout.header input[type="search"],
.cygnus-layout.header textarea {
color: #ffffff;
background: transparent;
}
.cygnus-layout.header input[type="text"]:focus,
.cygnus-layout.header input[type="email"]:focus,
.cygnus-layout.header input[type="password"]:focus,
.cygnus-layout.header input[type="search"]:focus,
.cygnus-layout.header textarea:focus {
border-color: #333333;
color: #333333;
background: transparent;
outline: none;
}
.cygnus-layout.header input[type="submit"] {
color: #ffffff;
border: 2px solid #585858;
background: transparent;
padding: 10px 15px;
font-size: 13px;
}
.cygnus-layout.header input[type="submit"]:hover {
color: #ffffff;
border-color: #ffffff;
background: #585858;
}
.cygnus-layout.header input[type="submit"]:active,
.cygnus-layout.header input[type="submit"]:focus {
outline: none;
}
.cygnus-layout.header .inner-form {
background: #ffffff;
padding: 20px;
color: #ffffff;
}
.cygnus-layout.header .inner-form a {
color: #3d3d3d;
}
.cygnus-layout.header .inner-form a:hover {
color: #585858;
}
.cygnus-layout.header.light .inner-form a,
.cygnus-layout.header.dark .inner-form a {
color: #ffffff;
}
.cygnus-layout.header.light .inner-form a:hover,
.cygnus-layout.header.dark .inner-form a:hover {
color: #585858;
}
.cygnus-layout.header .responsive-menu .mobile-menu-trigger {
font-size: 18px;
}
.cygnus-layout.header.classic-logo-centered.style2-logo-centered .menu-area-wrapper .responsive-menu .mobile-menu-trigger {
color: #ffffff;
}
.cygnus-layout.header .live-search .trigger {
font-size: 18px;
}
.cygnus-layout.header .live-search input[type="search"] {
color: #3f3f3f;
padding-right: 50px;
padding-top: 0;
padding-bottom: 0;
height: 87px;
line-height: 1;
border: 1px solid #e7e7e7;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
}
.cygnus-layout.header .live-search input[type="search"]:focus {
border-color: #e7e7e7;
}
.cygnus-layout.header .live-search .submit-form {
color: #ffffff;
background: #585858;
border: none;
width: 35px;
height: 35px;
line-height: 35px;
top: 0;
right: 0;
}
.cygnus-layout.header .social-icons a {
font-size: 16px;
margin-right: 5px;
text-align: center;
}
.cygnus-layout.header .social-icons a:last-child {
margin: 0;
}
.cygnus-layout.header .custom-text .cygnus-separator {
display: inline-block;
border-left: 1px solid #858f9e;
margin: 0 15px;
}
.cygnus-layout.header .woo-cart { }
.cygnus-layout.header .woo-cart .cart-total {
display: none;
}
.cygnus-layout.header .woo-cart .cart-total .amount {
font-weight: normal;
}
.cygnus-layout.header .woo-cart .basket-wrapper .top {
border: 2px solid #858f9e;
border-bottom: none;
}
.cygnus-layout.header .woo-cart .basket-wrapper .basket {
background: transparent;
border: 2px solid #858f9e;
width: auto;
}
.cygnus-layout.header .woo-cart .top,
.cygnus-layout.header .woo-cart .basket,
.cygnus-layout.header .woo-cart .cart-total .amount {
-webkit-transition: background 350ms ease-in-out, border-color 350ms ease-in-out, color 150ms ease-in-out;
-moz-transition: background 350ms ease-in-out, border-color 350ms ease-in-out, color 150ms ease-in-out;
-ms-transition: background 350ms ease-in-out, border-color 350ms ease-in-out, color 150ms ease-in-out;
-o-transition: background 350ms ease-in-out, border-color 350ms ease-in-out, color 150ms ease-in-out;
transition: background 350ms ease-in-out, border-color 350ms ease-in-out, color 150ms ease-in-out;
}
.cygnus-layout.header .woo-cart:hover .top,
.cygnus-layout.header .woo-cart:hover .basket,
.cygnus-layout.header .woo-cart:hover .cart-total .amount {
border-color: #292d33;
color: #292d33;
}
.cygnus-layout.header .woo-cart .cart_list span {
font-weight: 400;
color: #949494;
}
.cygnus-layout.header .woo-cart .cart_list dl dt {
color: #ffffff;
}
.cygnus-layout.header .woo-casrt .total {
border-top: 1px solid #585858;
text-transform: uppercase;
font-size: 13px;
}
.cygnus-layout.header .woo-cart .cart_list li {
font-weight: 600;
text-transform: none;
font-size: 13px;
padding-top: 17px;
padding-bottom: 16px;
margin: 0;
list-style: none;
border-bottom: 1px solid #e7e7e7;
}
.widget_shopping_cart_content .mini_cart_item .variation {
width: 50%;
float: right;
}
.cygnus-layout.header .woo-cart .cart_list li:first-child {
padding-top: 0;
}
.cygnus-layout.header .woo-cart .cart_list li.empty {
color: #222;
}
.cygnus-layout.header .woo-cart .cart_list li {
position: relative;
padding-right: 15px;
}
.cygnus-layout.header .woo-cart .cart_list li a {
margin-bottom: 3px;
color: #333;
}
.cygnus-layout.header .woo-cart .buttons a {
font-weight: 600;
color: #3f3f3f;
border: none;
background: transparent;
padding-top: 10px;
font-size: 12px;
padding-bottom: 11px;
display: block;
width: 100%;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
margin-bottom: 7px;
}
.cygnus-layout.header .woo-cart .buttons .wc-forward {
color: #333;
}
.cygnus-layout.header .woo-cart .cart_list li a.remove {
position: absolute;
top: 30%;
right: 0;
margin: 0;
padding: 0;
font-size: 1.5em;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.cygnus-layout.header .woo-cart .cart_list li a:hover {
color: #585858;
}
.cygnus-layout.header .woo-cart .cart_list li a.remove:hover {
color: #f84949;
}
.cygnus-layout.header .woo-cart .cart_list li:first-child a.remove {
margin-top: -8px;
}
.cygnus-layout.header .woo-cart .buttons a.wc-forward {
background: #f2f2f2;
}
.cygnus-layout.header .woo-cart .buttons a.wc-forward:hover {
background: #f2f2f2;
color: #fff;
}
.widget_shopping_cart_content .mini_cart_item .variation-color {
color: #555555 !important;
}
.cygnus-layout.header .woo-cart .buttons a.wc-forward.checkout {
background: #262626;
color: white;
}
.cygnus-layout.header .woo-cart .buttons a:hover {
border-color: #ffffff;
}
.cygnus-layout.header .woo-cart .buttons a:active,
.cygnus-layout.header .woo-cart .buttons a:focus {
outline: none;
}
.cygnus-layout.header .login-ajax .trigger {
font-size: 16px;
}
.cygnus-layout.header .login-ajax .lwa .lwa-title {
margin-bottom: 20px;
text-transform: uppercase;
font-size: 13px;
color: #333333;
}
.cygnus-layout.header .login-ajax .lwa .lwa-field {
margin-bottom: 15px;
}
.cygnus-layout.header .login-ajax .lwa .lwa-field .el {
color: #333333;
border-right: 1px solid #e7e7e7;
width: 40px;
height: 44px;
line-height: 44px;
font-size: 17px;
}
.cygnus-layout.header.light .login-ajax .lwa-info ul li a {
color:#3d3d3d;
font-weight:600;
}
.cygnus-layout.header .login-ajax .lwa input {
height: 44px;
padding-left: 50px;
color: #333333;
}
.cygnus-layout.header .login-ajax a.lwa-links-remember,
.cygnus-layout.header .login-ajax a.lwa-links-remember-cancel {
color: #333333;
}
.cygnus-layout.header .login-ajax .lwa input:focus {
border: 1px solid #e7e7e7;
}
.cygnus-layout.header .login-ajax .lwa input[type="submit"] {
color: #333333;
border: 1px solid #e7e7e7;
background: transparent;
padding: 10px 10px;
font-size: 13px;
height: auto;
text-align: center;
margin-bottom: 10px;
}
.cygnus-layout.header .login-ajax .lwa input[type="submit"]:hover {
color: #ffffff !important;
border-color: #333333 !important;
background: #333333 !important;
}
.cygnus-layout.header .login-ajax .lwa input[type="text"]:focus,
.cygnus-layout.header .login-ajax .lwa input[type="password"]:focus,
.cygnus-layout.header .login-ajax .lwa input[type="submit"]:active,
.cygnus-layout.header .login-ajax .lwa input[type="submit"]:focus {
outline: none;
border-color: #333;
}
.cygnus-layout.header .login-ajax .lwa .lwa-register input[type="submit"] {
margin-top: 10px;
}
.cygnus-layout.header .login-ajax .lwa .lwa-info li {
padding-bottom: 8px;
margin-bottom: 8px;
border-bottom: 1px dotted #e7e7e7;
font-size: 12px;
text-transform: uppercase;
}
.cygnus-layout.header .login-ajax .lwa .lwa-info li:last-child {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: none;
} .header .mega_main_menu .mega_main_menu_ul > li {
position: relative;
}
.header .mega_main_menu .mega_main_menu_ul > li > .item_link {
font-size: 12px;
font-weight: 600;
padding: 0 15px;
text-transform: uppercase;
color: black;
letter-spacing: 0.2em;
}
.header .mega_main_menu .mega_main_menu_ul > li:hover > .item_link {
color: #28262b;
}
.header .mega_main_menu .mega_main_menu_ul > li > .item_link span.description_text {
font-size: 11px;
font-weight: normal;
text-transform: initial;
}
.header .mega_main_menu .mega_main_menu_ul > li > .item_link.with_icon i:before {
min-width: 14px;
}
.header .mega_main_menu .mega_main_menu_ul > li:hover > .item_link {
border-bottom-color: #585858;
}
.header .mega_main_menu .mega_main_menu_ul > li.highlight_style > .item_link {
color: #292d33;
}
.header .mega_main_menu .mega_main_menu_ul > li.highlight_style > .item_link:hover {
color: #292d33;
}
.header .mega_main_menu.direction-horizontal .mega_main_menu_ul > li.button_style > .item_link > .item_link_content {
-webkit-transition: background 350ms ease-in-out, border-color 350ms ease-in-out, color 150ms ease-in-out;
-moz-transition: background 350ms ease-in-out, border-color 350ms ease-in-out, color 150ms ease-in-out;
-ms-transition: background 350ms ease-in-out, border-color 350ms ease-in-out, color 150ms ease-in-out;
-o-transition: background 350ms ease-in-out, border-color 350ms ease-in-out, color 150ms ease-in-out;
transition: background 350ms ease-in-out, border-color 350ms ease-in-out, color 150ms ease-in-out;
padding: 10px 18px;
border: 2px solid #858f9e;
text-transform: uppercase;
display: block;
font-size: 12px;
line-height: 1;
cursor: pointer;
border-radius: 4px;
-webkit-border-radius: 4px;
}
.header .mega_main_menu.direction-horizontal .mega_main_menu_ul > li.button_style > .item_link > .item_link_content i {
font-size: 100%;
}
.header .mega_main_menu.direction-horizontal .mega_main_menu_ul > li.button_style > .item_link:hover {
background: transparent;
}
.header .mega_main_menu.direction-horizontal .mega_main_menu_ul > li.button_style > .item_link:hover > .item_link_content {
color: #292d33;
border-color: #292d33;
}
.header .mega_main_menu.direction-horizontal .mega_main_menu_ul > li.button_style.current-menu-ancestor > .item_link,
.header .mega_main_menu.direction-horizontal .mega_main_menu_ul > li.button_style.current-menu-item > .item_link {
background: transparent;
}
.header .mega_main_menu.direction-horizontal .mega_main_menu_ul > li.button_style.current-menu-ancestor > .item_link > .item_link_content,
.header .mega_main_menu.direction-horizontal .mega_main_menu_ul > li.button_style.current-menu-item > .item_link > .item_link_content {
color: #858f9e;
border-color: #858f9e;
}
.header .mega_main_menu .widgets_dropdown > ul {
background: #585858;
border: none;
color: #ffffff;
}
.header .mega_main_menu .default_dropdown > ul,
.header .mega_main_menu .default_dropdown li > ul,
.header .mega_main_menu .default_dropdown > ul,
.header .mega_main_menu .multicolumn_dropdown > ul {
background: rgba(0,0,0,0.9);
border: none;
color: #f7f7f7;
}
.header .mega_main_menu .default_dropdown > ul a,
.header .mega_main_menu .default_dropdown li > ul a,
.header .mega_main_menu .multicolumn_dropdown > ul a,
.header .mega_main_menu .widgets_dropdown > ul a {
color: #ffffff;
}
.header .mega_main_menu .default_dropdown > ul a:hover,
.header .mega_main_menu .default_dropdown li > ul a:hover,
.header .mega_main_menu .multicolumn_dropdown > ul a:hover,
.header .mega_main_menu .widgets_dropdown > ul a:hover {
color: #585858;
}
.header .mega_main_menu .widgets_dropdown > ul .item_link {
color: #ffffff;
font-size: 13px;
font-weight: bold;
}
.header .mega_main_menu .multicolumn_dropdown > ul .item_link {
color: #808080;
font-size: 14px;
line-height: 18px;
}
.header .mega_main_menu .default_dropdown > ul .item_link:hover,
.header .mega_main_menu .default_dropdown li > ul .item_link:hover,
.header .mega_main_menu .multicolumn_dropdown > ul .item_link:hover,
.header .mega_main_menu .widgets_dropdown > ul .item_link:hover {
color: #585858;
}
.header .mega_main_menu .default_dropdown > ul .item_link span.description_text,
.header .mega_main_menu .default_dropdown li > ul .item_link span.description_text,
.header .mega_main_menu .multicolumn_dropdown > ul .item_link span.description_text,
.header .mega_main_menu .widgets_dropdown > ul .item_link span.description_text {
font-size: 11px;
text-transform: initial;
}
.header .mega_main_menu .default_dropdown > ul li.current-menu-item > .item_link,
.header .mega_main_menu .default_dropdown li > ul li.current-menu-item > .item_link,
.header .mega_main_menu .multicolumn_dropdown > ul li.current-menu-item > .item_link,
.header .mega_main_menu .widgets_dropdown > ul li.current-menu-item > .item_link {
color: #585858;
}
.header .mega_main_menu .default_dropdown > ul .widgettitle,
.header .mega_main_menu .default_dropdown li > ul .widgettitle,
.header .mega_main_menu .multicolumn_dropdown > ul .widgettitle,
.header .mega_main_menu .widgets_dropdown > ul .widgettitle,
.header .mega_main_menu .default_dropdown > ul li.section_header_style > .item_link,
.header .mega_main_menu .default_dropdown li > ul li.section_header_style > .item_link,
.header .mega_main_menu .widgets_dropdown > ul li.section_header_style > .item_link {
color: #f7f7f7;
text-transform: uppercase;
font-size: 12px;
padding-left: 0;
padding-right: 9;
padding-bottom: 10px;
margin: 0 9px 10px;
border-bottom: 1px solid #404040;
}
.header .mega_main_menu .multicolumn_dropdown > ul li.section_header_style > .item_link {
color: #f7f7f7;
font-weight: 500;
font-size: 16px;
}
.header .mega_main_menu .default_dropdown > ul .widgettitle,
.header .mega_main_menu .default_dropdown li > ul .widgettitle,
.header .mega_main_menu .multicolumn_dropdown > ul .widgettitle,
.header .mega_main_menu .widgets_dropdown > ul .widgettitle {
padding: 11px 0;
}
.header .mega_main_menu .default_dropdown > ul > li:last-child .item_link,
.header .mega_main_menu .default_dropdown li > ul > li:last-child .item_link {
border-bottom: none;
}
.header .mega_main_menu .widget li {
margin-bottom: 5px;
}
.header .mega_main_menu .widget li:last-child {
margin-bottom: 0;
}
.header.light .mega_main_menu .mega_main_menu_ul > li > .item_link,
.header.light .mega_main_menu .mega_main_menu_ul > li:last-child > .item_link,
.header.dark .mega_main_menu .mega_main_menu_ul > li > .item_link,
.header.dark .mega_main_menu .mega_main_menu_ul > li:last-child > .item_link {
border-left: none;
border-right: none;
} .header .mega_main_menu.light-submenu .default_dropdown li {
width: auto;
}
.header .mega_main_menu.light-submenu .default_dropdown ul {
top: 100%;
}
.header .mega_main_menu.light-submenu .mega_dropdown {
top: 100%;
}
.header .mega_main_menu.light-submenu .default_dropdown.menu-item-has-children:before,
.header .mega_main_menu.light-submenu .default_dropdown.menu-item-has-children > li:before,
.header .mega_main_menu.light-submenu .multicolumn_dropdown.menu-item-has-children:before,
.header .mega_main_menu.light-submenu .widgets_dropdown.menu-item-has-children:before {
content: "";
position: absolute;
border-style: solid;
border-color: #e7e7e7 transparent;
display: block;
width: 0;
top: auto;
bottom: 5.5%;
left: 30px;
border-width: 0 15px 15px;
}
.header .mega_main_menu.light-submenu .default_dropdown.menu-item-has-children:after,
.header .mega_main_menu.light-submenu .default_dropdown.menu-item-has-children > li:after,
.header .mega_main_menu.light-submenu .multicolumn_dropdown.menu-item-has-children:after,
.header .mega_main_menu.light-submenu .widgets_dropdown.menu-item-has-children:after {
content: "";
position: absolute;
border-style: solid;
border-color: #fff transparent;
display: block;
width: 0;
top: auto;
bottom: 5%;
left: 32px;
z-index: 30002;
border-width: 0 13px 13px;
}
.header .mega_main_menu.light-submenu .default_dropdown > ul .item_link,
.header .mega_main_menu.light-submenu .default_dropdown li > ul .item_link,
.header .mega_main_menu.light-submenu .multicolumn_dropdown > ul .item_link,
.header .mega_main_menu .default_dropdown > ul .item_link,
.header .mega_main_menu .default_dropdown li > ul .item_link,
.header .mega_main_menu.light-submenu .widgets_dropdown > ul .item_link {
color: #ffffff;
font-size: 15px;
line-height: 18px;
}
.header .mega_main_menu.light-submenu .default_dropdown > ul .widgettitle,
.header .mega_main_menu.light-submenu .default_dropdown li > ul .widgettitle,
.header .mega_main_menu.light-submenu .multicolumn_dropdown > ul .widgettitle,
.header .mega_main_menu.light-submenu .widgets_dropdown > ul .widgettitle,
.header .mega_main_menu.light-submenu .default_dropdown > ul li.section_header_style > .item_link,
.header .mega_main_menu.light-submenu .default_dropdown li > ul li.section_header_style > .item_link,
.header .mega_main_menu.light-submenu .multicolumn_dropdown > ul li.section_header_style > .item_link,
.header .mega_main_menu.light-submenu .widgets_dropdown > ul li.section_header_style > .item_link {
color: #999999;
}
.header .mega_main_menu.light-submenu .default_dropdown > ul,
.header .mega_main_menu.light-submenu .default_dropdown li > ul,
.header .mega_main_menu.light-submenu .multicolumn_dropdown > ul,
.header .mega_main_menu.light-submenu .widgets_dropdown > ul {
background: #ffffff;
color: #999999;
}
.header .mega_main_menu.light-submenu .default_dropdown > ul.mega_dropdown .header .mega_main_menu.light-submenu .default_dropdown li > ul.mega_dropdown {
margin: 5px 19px;
} .header .mega_main_menu.dark-submenu .default_dropdown .mega_dropdown {
width: 268px;
}
.header .mega_main_menu.dark-submenu .default_dropdown li {
width: auto;
margin: 0;
}
.header .mega_main_menu.dark-submenu .default_dropdown ul {
top: 100%;
}
.header .mega_main_menu.dark-submenu .mega_dropdown {
top: 100%;
}
.header .mega_main_menu.dark-submenu .default_dropdown.menu-item-has-children:after,
.header .mega_main_menu.dark-submenu .default_dropdown.menu-item-has-children > li:after,
.header .mega_main_menu.dark-submenu .multicolumn_dropdown.menu-item-has-children:after,
.header .mega_main_menu.dark-submenu .widgets_dropdown.menu-item-has-children:after {
content: "";
position: absolute;
border-style: solid;
border-color: #333 transparent;
display: block;
width: 0;
top: auto;
bottom: -1px;
left: 32px;
z-index: 30002;
border-width: 0 13px 13px;
}
.header .mega_main_menu.dark-submenu .default_dropdown > ul .item_link,
.header .mega_main_menu.dark-submenu .default_dropdown li > ul .item_link,
.header .mega_main_menu.dark-submenu .multicolumn_dropdown > ul .item_link,
.header .mega_main_menu.dark-submenu .widgets_dropdown > ul .item_link {
color: #e5e5e5;
text-transform: uppercase;
font-size: 11px;
font-weight: 500;
border-bottom: 1px solid #464646;
}
.header .mega_main_menu.dark-submenu .default_dropdown > ul .widgettitle,
.header .mega_main_menu.dark-submenu .default_dropdown li > ul .widgettitle,
.header .mega_main_menu.dark-submenu .multicolumn_dropdown > ul .widgettitle,
.header .mega_main_menu.dark-submenu .widgets_dropdown > ul .widgettitle,
.header .mega_main_menu.dark-submenu .default_dropdown > ul li.section_header_style > .item_link,
.header .mega_main_menu.dark-submenu .default_dropdown li > ul li.section_header_style > .item_link,
.header .mega_main_menu.dark-submenu .multicolumn_dropdown > ul li.section_header_style > .item_link,
.header .mega_main_menu.dark-submenu .widgets_dropdown > ul li.section_header_style > .item_link {
color: #e5e5e5;
border-bottom: 1px solid #464646;
text-transform: uppercase;
}
.header .mega_main_menu.dark-submenu .default_dropdown > ul,
.header .mega_main_menu.dark-submenu .default_dropdown li > ul,
.header .mega_main_menu.dark-submenu .multicolumn_dropdown > ul,
.header .mega_main_menu.dark-submenu .widgets_dropdown > ul {
background: #333;
border: none;
color: #e5e5e5;
border-bottom: 3px solid #dbb311;
}
.header .mega_main_menu.dark-submenu .default_dropdown > ul.mega_dropdown .header .mega_main_menu.dark-submenu .default_dropdown li > ul.mega_dropdown {
margin: 5px 19px;
}
.header .mega_main_menu.dark-submenu .default_dropdown > ul .item_link,
.header .mega_main_menu.dark-submenu .default_dropdown li > ul .item_link {
padding: 18px 30px 15px;
border-bottom: 1px solid #464646;
}
.mega_main_menu.dark-submenu .multicolumn_dropdown .mega_dropdown li > .item_link {
padding-top: 18px;
padding-bottom: 15px;
} .cygnus-layout.header.light {
color: #fff;
}
.cygnus-layout.header.light a {
color: #fff;
}
.cygnus-layout.header.light a:hover {
color: #fff;
}
.cygnus-layout.header.light .menu-area-wrapper {
border-color: rgba(255, 255, 255, 0.3);
}
.cygnus-layout.header.light .cygnus-module:after {
border-color: rgba(255, 255, 255, 0.2);
}
.cygnus-layout.header.light .custom-text .cygnus-separator {
border-color: #fff;
}
.cygnus-layout.header.light .woo-cart .basket-wrapper .top {
border-color: #fff;
}
.cygnus-layout.header.light .woo-cart .basket-wrapper .basket {
border-color: #fff;
color: #fff;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.cygnus-layout.header.light .woo-cart:hover .top,
.cygnus-layout.header.light .woo-cart:hover .basket,
.cygnus-layout.header.light .woo-cart:hover .cart-total .amount {
border-color: #fff;
color: #fff;
}
.cygnus-layout.header.light .mega_main_menu .mega_main_menu_ul > li > .item_link {
color: #fff;
}
.cygnus-layout.header.light .mega_main_menu .mega_main_menu_ul > li > .item_link:hover {
color: #fff;
}
.cygnus-layout.header.light .mega_main_menu .mega_main_menu_ul > li > .item_link:hover .item_link_content {
border-color: #fff;
}
.cygnus-layout.header.light .mega_main_menu .mega_main_menu_ul > li > .item_link span.description_text {
color: #fff;
}
.cygnus-layout.header.light .mega_main_menu .mega_main_menu_ul > li.current-menu-ancestor > .item_link,
.cygnus-layout.header.light .mega_main_menu .mega_main_menu_ul > li.current-menu-item > .item_link,
.cygnus-layout.header.light .mega_main_menu .mega_main_menu_ul > li:hover > .item_link,
.cygnus-layout.header.light.classic-logo-centered .cygnus-modules-to-left .cygnus-module i,
.cygnus-layout.header.light.classic-logo-centered .cygnus-module .centered,
.cygnus-layout.header.light .social-icons a .fa  {
color: #fff;
}
.cygnus-layout.header.light .mega_main_menu .mega_main_menu_ul > li.highlight_style > .item_link {
color: #fff;
}
.cygnus-layout.header.light .mega_main_menu .mega_main_menu_ul > li.highlight_style > .item_link:hover {
color: #fff;
}
.cygnus-layout.header.light .mega_main_menu.direction-horizontal .mega_main_menu_ul > li.button_style > .item_link > .item_link_content {
border-color: #fff;
color: #fff;
}
.cygnus-layout.header.light .mega_main_menu.direction-horizontal .mega_main_menu_ul > li.button_style > .item_link:hover > .item_link_content {
border-color: #fff;
color: #fff;
}
.cygnus-layout.header.light.simple-left-right .mega_main_menu .mega_main_menu_ul > li > .item_link {
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.cygnus-layout.header.light .widget-area .widget {
color: rgba(255, 255, 255, 0.6);
}
.cygnus-layout.header.light .widget-area .widget .widget-title {
color: #fff;
}
.cygnus-layout.header.light .widget-area .widget a {
color: #fff;
}
.cygnus-layout.header.light .widget-area .widget a:visited,
.cygnus-layout.header.light .widget-area .widget a:hover {
color: #fff;
}
.cygnus-layout.header.light .widget-area .widget.widget_tag_cloud a {
color: #fff;
border-color: #fff;
background-color: rgba(255, 255, 255, 0.1);
}
.cygnus-layout.header.light .widget-area .widget.widget_tag_cloud a:hover {
background-color: rgba(255, 255, 255, 0.1);
color: #fff;
border-color: #fff;
}
.cygnus-layout.header.light .widget-area .widget input[type="text"],
.cygnus-layout.header.light .widget-area .widget input[type="email"],
.cygnus-layout.header.light .widget-area .widget input[type="password"],
.cygnus-layout.header.light .widget-area .widget input[type="search"],
.cygnus-layout.header.light .widget-area .widget textarea {
color: #fff;
border-color: #fff;
}
.cygnus-layout.header.light .widget-area .widget input[type="text"]:focus,
.cygnus-layout.header.light .widget-area .widget input[type="email"]:focus,
.cygnus-layout.header.light .widget-area .widget input[type="password"]:focus,
.cygnus-layout.header.light .widget-area .widget input[type="search"]:focus,
.cygnus-layout.header.light .widget-area .widget textarea:focus {
color: #fff;
border-color: #fff;
}
.cygnus-layout.header.light .widget-area .widget input[type="text"]:-moz-placeholder,
.cygnus-layout.header.light .widget-area .widget input[type="email"]:-moz-placeholder,
.cygnus-layout.header.light .widget-area .widget input[type="password"]:-moz-placeholder,
.cygnus-layout.header.light .widget-area .widget input[type="search"]:-moz-placeholder,
.cygnus-layout.header.light .widget-area .widget textarea:-moz-placeholder {
color: #ffffff;
}
.cygnus-layout.header.light .widget-area .widget input[type="text"]::-moz-placeholder,
.cygnus-layout.header.light .widget-area .widget input[type="email"]::-moz-placeholder,
.cygnus-layout.header.light .widget-area .widget input[type="password"]::-moz-placeholder,
.cygnus-layout.header.light .widget-area .widget input[type="search"]::-moz-placeholder,
.cygnus-layout.header.light .widget-area .widget textarea::-moz-placeholder {
color: #ffffff;
opacity: 1;
}
.cygnus-layout.header.light .widget-area .widget input[type="text"]:-ms-input-placeholder,
.cygnus-layout.header.light .widget-area .widget input[type="email"]:-ms-input-placeholder,
.cygnus-layout.header.light .widget-area .widget input[type="password"]:-ms-input-placeholder,
.cygnus-layout.header.light .widget-area .widget input[type="search"]:-ms-input-placeholder,
.cygnus-layout.header.light .widget-area .widget textarea:-ms-input-placeholder {
color: #ffffff;
}
.cygnus-layout.header.light .widget-area .widget input[type="text"]::-webkit-input-placeholder,
.cygnus-layout.header.light .widget-area .widget input[type="email"]::-webkit-input-placeholder,
.cygnus-layout.header.light .widget-area .widget input[type="password"]::-webkit-input-placeholder,
.cygnus-layout.header.light .widget-area .widget input[type="search"]::-webkit-input-placeholder,
.cygnus-layout.header.light .widget-area .widget textarea::-webkit-input-placeholder {
color: #ffffff;
}
.cygnus-layout.header.light .widget-area .widget input[type="submit"] {
color: #fff;
border-color: #fff;
background: transparent;
}
.cygnus-layout.header.light .widget-area .widget input[type="submit"]:focus,
.cygnus-layout.header.light .widget-area .widget input[type="submit"]:hover {
color: #fff;
border-color: #fff;
background: transparent;
}
.cygnus-layout.header.dark {
color: #222;
}
.cygnus-layout.header.dark a {
color: #222;
}
.cygnus-layout.header.dark a:hover {
color: #222;
}
.cygnus-layout.header.dark .menu-area-wrapper {
border-color: rgba(255, 255, 255, 0.3);
}
.cygnus-layout.header.dark .cygnus-module:after {
border-color: #222;
}
.cygnus-layout.header.dark .custom-text .cygnus-separator {
border-color: #222;
}
.cygnus-layout.header.dark .woo-cart .basket-wrapper .top {
border-color: #222;
}
.cygnus-layout.header.dark .woo-cart .basket-wrapper .basket {
border-color: #222;
color: #222;
}
.cygnus-layout.header.dark .woo-cart:hover .top,
.cygnus-layout.header.dark .woo-cart:hover .basket,
.cygnus-layout.header.dark .woo-cart:hover .cart-total .amount {
border-color: #222;
color: #222;
}
.cygnus-layout.header.dark .mega_main_menu .mega_main_menu_ul > li > .item_link {
color: #222;
}
.cygnus-layout.header.dark .mega_main_menu .mega_main_menu_ul > li > .item_link:hover {
color: #222;
}
.cygnus-layout.header.dark .mega_main_menu .mega_main_menu_ul > li > .item_link:hover .item_link_content {
border-color: #222;
}
.cygnus-layout.header.dark .mega_main_menu .mega_main_menu_ul > li > .item_link span.description_text {
color: #222;
}
.cygnus-layout.header.dark .mega_main_menu .mega_main_menu_ul > li.current-menu-ancestor > .item_link,
.cygnus-layout.header.dark .mega_main_menu .mega_main_menu_ul > li.current-menu-item > .item_link,
.cygnus-layout.header.dark .mega_main_menu .mega_main_menu_ul > li:hover > .item_link {
color: #222;
}
.cygnus-layout.header.dark .mega_main_menu .mega_main_menu_ul > li.highlight_style > .item_link {
color: #222;
}
.cygnus-layout.header.dark .mega_main_menu .mega_main_menu_ul > li.highlight_style > .item_link:hover {
color: #222;
}
.cygnus-layout.header.dark .mega_main_menu.direction-horizontal .mega_main_menu_ul > li.button_style > .item_link > .item_link_content {
border-color: #222;
color: #222;
}
.cygnus-layout.header.dark .mega_main_menu.direction-horizontal .mega_main_menu_ul > li.button_style > .item_link:hover > .item_link_content {
border-color: #222;
color: #222;
}
.cygnus-layout.header.dark.simple-left-right .mega_main_menu .mega_main_menu_ul > li > .item_link {
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.cygnus-layout.header.dark .widget-area .widget {
color: rgba(0, 0, 0, 0.7);
}
.cygnus-layout.header.dark .widget-area .widget .widget-title {
color: #222;
}
.cygnus-layout.header.dark .widget-area .widget a {
color: #222;
}
.cygnus-layout.header.dark .widget-area .widget a:visited,
.cygnus-layout.header.dark .widget-area .widget a:hover {
color: #222;
}
.cygnus-layout.header.dark .widget-area .widget.widget_tag_cloud a {
color: #222;
border: 2px solid #222;
background-color: transparent;
}
.cygnus-layout.header.dark .widget-area .widget.widget_tag_cloud a:hover {
color: #222;
border-color: #222;
background-color: transparent;
}
.cygnus-layout.header.dark .widget-area .widget input[type="text"],
.cygnus-layout.header.dark .widget-area .widget input[type="email"],
.cygnus-layout.header.dark .widget-area .widget input[type="password"],
.cygnus-layout.header.dark .widget-area .widget input[type="search"],
.cygnus-layout.header.dark .widget-area .widget textarea {
color: #222;
border-color: #222;
}
.cygnus-layout.header.dark .widget-area .widget input[type="text"]:focus,
.cygnus-layout.header.dark .widget-area .widget input[type="email"]:focus,
.cygnus-layout.header.dark .widget-area .widget input[type="password"]:focus,
.cygnus-layout.header.dark .widget-area .widget input[type="search"]:focus,
.cygnus-layout.header.dark .widget-area .widget textarea:focus {
color: #222;
border-color: #222;
}
.cygnus-layout.header.dark .widget-area .widget input[type="text"]:-moz-placeholder,
.cygnus-layout.header.dark .widget-area .widget input[type="email"]:-moz-placeholder,
.cygnus-layout.header.dark .widget-area .widget input[type="password"]:-moz-placeholder,
.cygnus-layout.header.dark .widget-area .widget input[type="search"]:-moz-placeholder,
.cygnus-layout.header.dark .widget-area .widget textarea:-moz-placeholder {
color: #28262b;
}
.cygnus-layout.header.dark .widget-area .widget input[type="text"]::-moz-placeholder,
.cygnus-layout.header.dark .widget-area .widget input[type="email"]::-moz-placeholder,
.cygnus-layout.header.dark .widget-area .widget input[type="password"]::-moz-placeholder,
.cygnus-layout.header.dark .widget-area .widget input[type="search"]::-moz-placeholder,
.cygnus-layout.header.dark .widget-area .widget textarea::-moz-placeholder {
color: #28262b;
opacity: 1;
}
.cygnus-layout.header.dark .widget-area .widget input[type="text"]:-ms-input-placeholder,
.cygnus-layout.header.dark .widget-area .widget input[type="email"]:-ms-input-placeholder,
.cygnus-layout.header.dark .widget-area .widget input[type="password"]:-ms-input-placeholder,
.cygnus-layout.header.dark .widget-area .widget input[type="search"]:-ms-input-placeholder,
.cygnus-layout.header.dark .widget-area .widget textarea:-ms-input-placeholder {
color: #28262b;
}
.cygnus-layout.header.dark .widget-area .widget input[type="text"]::-webkit-input-placeholder,
.cygnus-layout.header.dark .widget-area .widget input[type="email"]::-webkit-input-placeholder,
.cygnus-layout.header.dark .widget-area .widget input[type="password"]::-webkit-input-placeholder,
.cygnus-layout.header.dark .widget-area .widget input[type="search"]::-webkit-input-placeholder,
.cygnus-layout.header.dark .widget-area .widget textarea::-webkit-input-placeholder {
color: #28262b;
}
.cygnus-layout.header.dark .widget-area .widget input[type="submit"] {
color: #222;
border-color: #222;
background: transparent;
}
.cygnus-layout.header.dark .widget-area .widget input[type="submit"]:focus,
.cygnus-layout.header.dark .widget-area .widget input[type="submit"]:hover {
color: #222;
border-color: #222;
background: transparent;
} @media (max-width: 767px) {
.admin-bar .cygnus-layout.header.stuck {
top: 0px;
}
.cygnus-layout.header.lateral-lines .cygnus-module:after {
display: none;
}
.boxed.negative-header-active .header-sticky-wrapper .cygnus-layout.header.not-stuck,
.boxed-laterals.negative-header-active .header-sticky-wrapper .cygnus-layout.header.not-stuck {
right: 0;
left: 0;
}
}
@media (min-width: 768px) and (max-width: 1199px) {
.boxed.negative-header-active .header-sticky-wrapper .cygnus-layout.header.not-stuck,
.boxed-laterals.negative-header-active .header-sticky-wrapper .cygnus-layout.header.not-stuck {
right: 25px;
left: 25px;
}
}
@media (max-width: 992px) {
.cygnus-layout.header.stuck .logo {
margin: 27px 0 !important;
}
}
@media (min-width: 992px) {
.header-center-area .logo {
text-align: center;
}
.header-center-area .logo img {
display: inline-block;
}
} @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.header.cygnus-layout .live-search .submit-form {
height: 45px;
line-height: 47px;
}
}
.simple-right-menu {   }
.simple-right-menu .row {
position: relative;
min-height: 100%;
height: 100%;
}
.simple-right-menu .header-right-area {
position: absolute;
top: 0;
bottom: 0;
right: 0;
}
.simple-right-menu.stuck .header-right-area {
top: 0px;
bottom: 0px;
}
.simple-right-menu .cygnus-module {
float: right;
display: table !important;
height: 100%;
margin-left: 15px;
position: relative;
}
.simple-right-menu .cygnus-module .centered {
display: table-cell !important;
vertical-align: middle !important;
}
.simple-right-menu .cygnus-module:last-child {
margin-left: 0;
}
.simple-right-menu .cygnus-module-menu {
float: right;
height: 100%;
margin-left: 30px;
position: relative;
}
.simple-right-menu .cygnus-module-menu:last-child {
margin-left: 0;
}
.simple-right-menu .mega_main_menu .mega_main_menu_ul {
height: 100%;
}
.simple-right-menu .mega_main_menu .mega_main_menu_ul > li {
float: left;
position: relative;
height: 100%;
}
.simple-right-menu .mega_main_menu .mega_main_menu_ul > li > .item_link {
display: inline-block;
height: 100%;
}
.simple-right-menu .mega_main_menu .mega_main_menu_ul > li > .item_link .item_link_content {
display: block;
position: relative;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
padding: 10px 0px 10px;
}
.simple-right-menu.stuck .mega_main_menu .mega_main_menu_ul > li > .item_link .item_link_content {
top: 50%;
} .simple-right-menu.lateral-lines .cygnus-module { padding-left: 30px;
}
.simple-right-menu.lateral-lines .cygnus-module:after {
content: "";
display: block;
width: 1px;
height: 30px;
border-left: 1px dotted #858f9e;
position: absolute;
top: 50%;
left: 0px;
margin-top: -15px;
}
.simple-right-menu.lateral-lines .cygnus-module:last-child {
padding-left: 0;
}
.simple-right-menu.lateral-lines .cygnus-module:last-child:after {
display: none;
}
@media (max-width: 767px) {
.simple-right-menu .cygnus-module,
.simple-right-menu.lateral-lines .cygnus-module,
.simple-right-menu .cygnus-module-menu,
.simple-right-menu.lateral-lines .cygnus-module-menu {
margin-left: 10px;
padding-left: 10px;
}
.simple-right-menu .cygnus-module:first-child .inner-wrapper,
.simple-right-menu.lateral-lines .cygnus-module:first-child .inner-wrapper,
.simple-right-menu .cygnus-module-menu:first-child .inner-wrapper,
.simple-right-menu.lateral-lines .cygnus-module-menu:first-child .inner-wrapper {
right: 0 !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.simple-right-menu .cygnus-module,
.simple-right-menu .cygnus-module-menu {
margin-left: 20px;
}
.simple-right-menu.lateral-lines .cygnus-module,
.simple-right-menu.lateral-lines .cygnus-module-menu {
padding-left: 20px;
}
.header .mega_main_menu .mega_main_menu_ul > li > .item_link {
padding: 15px 20px;
}
} .style2-right-menu {   }
.style2-right-menu .row {
position: relative;
min-height: 100%;
height: 100%;
}
.style2-right-menu .header-right-area {
position: absolute;
top: 0;
bottom: 0;
right: 0;
}
.style2-right-menu.stuck .header-right-area {
top: 0px;
bottom: 0px;
}
.style2-right-menu .cygnus-module {
float: right;
display: table !important;
height: 100%;
margin-left: 20px;
position: relative;
}
.style2-right-menu .cygnus-module .centered {
display: table-cell !important;
vertical-align: middle !important;
}
.style2-right-menu .cygnus-module:last-child {
margin-left: 0;
}
.style2-right-menu .cygnus-module-menu {
float: right;
height: 100%;
margin-left: 30px;
position: relative;
}
.style2-right-menu .cygnus-module-menu:last-child {
margin-left: 0;
}
.style2-right-menu .mega_main_menu .mega_main_menu_ul {
height: 100%;
}
.style2-right-menu .mega_main_menu .mega_main_menu_ul > li {
float: left;
position: relative;
height: 100%;
}
.style2-right-menu .mega_main_menu .mega_main_menu_ul > li > .item_link {
display: inline-block;
height: 100%;
border-left: 0;
text-transform: none;
font-weight: 600;
color: #1a1a1a;
font-size: 14px;
padding: 15px 15px;
}
.style2-right-menu .mega_main_menu_ul.menu.with-arrow > li.widgets_dropdown > .item_link .link_text:after,
.mega_main_menu_ul.menu.with-arrow > li.menu-item-has-children > .item_link .link_text:after {
color: #999999;
}
.style2-right-menu .mega_main_menu .mega_main_menu_ul > li > .item_link,
.style2-right-menu .mega_main_menu .mega_main_menu_ul > li:hover > .item_link {
border-bottom: 0;
}
.style2-right-menu .mega_main_menu .mega_main_menu_ul > li:hover > .item_link {
color: #1a1a1a;
}
.style2-right-menu .mega_main_menu .mega_main_menu_ul > li:last-child > .item_link {
border-right: 0;
}
.style2-right-menu .mega_main_menu .mega_main_menu_ul > li > .item_link .item_link_content {
display: block;
position: relative;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
top: 49%;
padding: 10px 0px 10px;
}
.style2-right-menu.stuck .mega_main_menu .mega_main_menu_ul > li > .item_link .item_link_content {
top: 50%;
} .style2-right-menu.lateral-lines .cygnus-module { padding-left: 20px;
}
.style2-right-menu.lateral-lines .cygnus-module:after {
content: "";
display: block;
width: 1px;
height: 12px;
border-left: 1px solid #e5e5e5;
position: absolute;
top: 50%;
left: 0px;
margin-top: -8px;
}
.style2-right-menu.lateral-lines .cygnus-module:last-child {
padding-left: 0;
}
.style2-right-menu.lateral-lines .cygnus-module:last-child:after {
display: none;
}
.style2-right-menu.cygnus-layout.header a {
color: #333;
}
.style2-right-menu.cygnus-layout.header .woo-cart .basket-wrapper .top,
.style2-right-menu.cygnus-layout.header .woo-cart .basket-wrapper .basket {
border-color: #333;
}
.style2-right-menu.cygnus-layout.header.light a {
color: #FFF;
}
.style2-right-menu.cygnus-layout.header.light .cygnus-module.woo-cart li a:hover {
color: #585858;
}
.style2-right-menu.cygnus-layout.header.light .woo-cart .basket-wrapper .top,
.style2-right-menu.cygnus-layout.header.light .woo-cart .basket-wrapper .basket {
border-color: #FFF;
}
.style2-right-menu.cygnus-layout.header.light .cygnus-module:after {
border-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 767px) {
.style2-right-menu .cygnus-module,
.style2-right-menu.lateral-lines .cygnus-module,
.style2-right-menu .cygnus-module-menu,
.style2-right-menu.lateral-lines .cygnus-module-menu {
margin-left: 10px;
padding-left: 10px;
}
.style2-right-menu .cygnus-module:first-child .inner-wrapper,
.style2-right-menu.lateral-lines .cygnus-module:first-child .inner-wrapper,
.style2-right-menu .cygnus-module-menu:first-child .inner-wrapper,
.style2-right-menu.lateral-lines .cygnus-module-menu:first-child .inner-wrapper {
right: 0 !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.style2-right-menu .cygnus-module-menu {
margin-left: 20px;
}
.style2-right-menu.lateral-lines .cygnus-module,
.style2-right-menu.lateral-lines .cygnus-module-menu {
padding-left: 20px;
}
.style2-right-menu .mega_main_menu .mega_main_menu_ul > li > .item_link {
padding-right: 9px;
padding-left: 9px;
}
.top-header.two-columns .top-header-left-area .cygnus-module.wpml-currency {
display: none !important;
}
} .style3-right-menu .mega_main_menu .mega_main_menu_ul > li > .item_link {
text-transform: none;
font-weight: 600;
color: #333333;
}
.style3-right-menu.lateral-lines .cygnus-module:after {
content: "";
display: block;
width: 1px;
height: 12px;
border-left: 1px solid #e5e5e5;
position: absolute;
top: 50%;
left: 0px;
margin-top: -8px;
}
.style3-right-menu .mega_main_menu .mega_main_menu_ul > li > .item_link,
.style3-right-menu .mega_main_menu .mega_main_menu_ul > li:hover > .item_link {
border-bottom: 0;
}
.style3-right-menu .mega_main_menu .mega_main_menu_ul > li:hover > .item_link {
opacity: 0.7;
}
.style3-right-menu.cygnus-layout.header a {
color: #333;
}
.style3-right-menu.cygnus-layout.header .woo-cart .basket-wrapper .top,
.style3-right-menu.cygnus-layout.header .woo-cart .basket-wrapper .basket {
border-color: #333;
}
.style3-right-menu.cygnus-layout.header.light a {
color: #FFF;
}
.style3-right-menu.cygnus-layout.header.light .woo-cart .basket-wrapper .top,
.style3-right-menu.cygnus-layout.header.light .woo-cart .basket-wrapper .basket {
border-color: #FFF;
}
.style3-right-menu.cygnus-layout.header.light .cygnus-module:after {
border-color: rgba(255, 255, 255, 0.2);
}  .style4-right-menu.cygnus-layout.header {
border: 1px solid rgba(255, 255, 255, 0.2);
}
.style4-right-menu .row {
position: relative;
min-height: 100%;
height: 100%;
}
.style4-right-menu .header-left-area {
height: 100%;
}
.style4-right-menu .header-right-area {
position: absolute;
top: 0;
bottom: 0;
right: 0;
border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.style4-right-menu.stuck .header-right-area {
top: 0px;
bottom: 0px;
}
.style4-right-menu .cygnus-module {
float: right;
display: table !important;
height: 100%;
margin-left: 0;
margin-right: 30px;
position: relative;
}
.style4-right-menu .cygnus-module .centered {
display: table-cell !important;
vertical-align: middle !important;
}
.style4-right-menu .cygnus-module:last-child {
margin-left: 0;
}
.style4-right-menu .cygnus-module-menu {
float: right;
height: 100%;
margin-left: 30px;
margin-right: 20px;
position: relative;
}
.style4-right-menu .cygnus-module-menu:last-child {
margin-left: 0;
}
.style4-right-menu .mega_main_menu .mega_main_menu_ul {
height: 100%;
}
.style4-right-menu .mega_main_menu .mega_main_menu_ul > li {
float: left;
position: relative;
height: 100%;
}
.style4-right-menu .mega_main_menu .mega_main_menu_ul > li > .item_link {
display: inline-block;
height: 100%;
border-left: 0;
text-transform: none;
font-weight: 700;
color: #1a1a1a;
font-size: 14px;
padding: 15px 15px;
text-transform: uppercase;
}
.style4-right-menu .mega_main_menu_ul.menu.with-arrow > li.widgets_dropdown > .item_link .link_text:after,
.mega_main_menu_ul.menu.with-arrow > li.menu-item-has-children > .item_link .link_text:after {
color: #999999;
}
.style4-right-menu .mega_main_menu .mega_main_menu_ul > li > .item_link,
.style4-right-menu .mega_main_menu .mega_main_menu_ul > li:hover > .item_link {
border-bottom: 0;
}
.style4-right-menu .mega_main_menu .mega_main_menu_ul > li:hover > .item_link {
color: #1a1a1a;
}
.style4-right-menu .mega_main_menu .mega_main_menu_ul > li:last-child > .item_link {
border-right: 0;
}
.style4-right-menu .mega_main_menu .mega_main_menu_ul > li > .item_link .item_link_content {
display: block;
position: relative;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
top: 49%;
padding: 10px 0px 10px;
}
.style4-right-menu.stuck .mega_main_menu .mega_main_menu_ul > li > .item_link .item_link_content {
top: 50%;
} .style4-right-menu.lateral-lines .cygnus-module { padding-left: 20px;
}
.style4-right-menu.lateral-lines .cygnus-module:after {
content: "";
display: block;
width: 1px;
height: 12px;
border-left: 1px solid #e5e5e5;
position: absolute;
top: 50%;
left: 0px;
margin-top: -8px;
}
.style4-right-menu .cygnus-module.border-left {
padding-left: 20px;
border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.style4-right-menu.lateral-lines .cygnus-module:last-child {
padding-left: 0;
}
.style4-right-menu.lateral-lines .cygnus-module:last-child:after {
display: none;
}
.style4-right-menu.cygnus-layout.header .cygnus-module a,
.style4-right-menu.cygnus-layout.header .cygnus-module .inner-wrapper a,
.style4-right-menu.cygnus-layout.header a {
color: #333;
}
.style4-right-menu.cygnus-layout.header a.logo {
margin-left: 10%;
}
.style4-right-menu.cygnus-layout.header.header.stuck .logo {
margin-left: 10% !important;
}
.style4-right-menu.cygnus-layout.header .woo-cart .basket-wrapper .top,
.style4-right-menu.cygnus-layout.header .woo-cart .basket-wrapper .basket {
border-color: #333;
}
.style4-right-menu.cygnus-layout.header.light a {
color: #FFF;
}
.style4-right-menu.cygnus-layout.header.light .woo-cart .basket-wrapper .top,
.style4-right-menu.cygnus-layout.header.light .woo-cart .basket-wrapper .basket {
border-color: #FFF;
}
.style4-right-menu.cygnus-layout.header.light .cygnus-module:after {
border-color: rgba(255, 255, 255, 0.2);
} .style4-right-menu.classic-style .mega_main_menu .mega_main_menu_ul > li > .item_link {
text-transform: uppercase;
letter-spacing: 0.5px;
font-weight: 500;
}
.style4-right-menu.classic-style .nav_menu .menu > li > .item_link > .item_link_content:after {
content: '';
display: inline-block;
width: 100%;
height: 2px;
position: absolute;
bottom: 0;
left: 0;
background-color: #333;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-ms-transform-origin: left center;
transform-origin: left center;
-webkit-transform: scaleX(0) translateZ(0);
-ms-transform: scaleX(0) translateZ(0);
transform: scaleX(0) translateZ(0);
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.style4-right-menu.classic-style.light .nav_menu .menu > li > .item_link > .item_link_content:after {
background: white;
}
.style4-right-menu.classic-style .nav_menu .menu > li.current-menu-item > .item_link > .item_link_content:after,
.style4-right-menu.classic-style .nav_menu .menu > li > .item_link > .item_link_content:hover:after {
-webkit-transform: scaleX(1) translateZ(0);
-ms-transform: scaleX(1) translateZ(0);
transform: scaleX(1) translateZ(0);
}
.style4-right-menu.classic-style.cygnus-layout.header {
border: none;
}
.style4-right-menu.classic-style .header-right-area {
border-left: none;
}
.style4-right-menu.classic-style .cygnus-module.border-left {
border-left: none;
}
.style4-right-menu.classic-style .live-search.search-top-style .inner-wrapper .container {
width: 100%;
}
.style4-right-menu.classic-style .live-search.search-top-style .inner-wrapper .form-close-btn {
margin-right: 0;
}
.style4-right-menu.classic-style .live-search.search-top-style .inner-form input {
text-align: center;
font-size: 25px;
line-height: 1.5em !important;
} .header.style5 .mid-header .logo {
margin-top: 42px;
margin-bottom: 48px;
}
.header.style5 .mid-header .contact-info-container {
height: 100%;
}
.header.style5 .mid-header .contact-info-container .contact-info {
margin-top: 42px;
}
.header.style5 .mid-header .contact-info-container .contact-info .icon-container {
float: left;
font-size: 2.3em;
line-height: 1em;
margin-right: 15px;
color: #dbb311;
}
.header.style5 .mid-header .contact-info-container .contact-info .contact-details {
overflow: hidden;
}
.header.style5 .mid-header .contact-info-container .contact-info .contact-details h4 {
font-weight: 700;
line-height: 1em;
color: #2f2f2f;
margin-bottom: 0;
}
.header.style5 .mid-header .contact-info-container .contact-info .contact-details p {
line-height: 1.5em;
color: #737373;
margin-bottom: 0;
}
.header.style5 .bottom-header {
margin-top: 6px;
margin-bottom: -35px;
border: none;
background: #202020;
}
.header.style5 .bottom-header .main-nav {
float: none !important;
text-align: center;
height: auto;
}
.header.style5 .bottom-header .main-nav > ul {
text-align: center;
padding-left: 0;
margin: 0;
}
.header.style5 .bottom-header .main-nav > ul > li {
display: inline-block;
border-right: 1px solid #353535;
float: none;
}
.header.style5 .bottom-header .main-nav > ul > li:first-child {
border-left: 1px solid #353535;
}
.header.style5 .bottom-header .main-nav > ul > li > .item_link {
font-size: 14px;
font-weight: 700;
display: inline-block;
padding: 27px 27px 28px;
color: white ;
height: auto;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.header.style5 .bottom-header .main-nav > ul > li > a .item_link_content {
display: inline;
padding: 0;
top: auto;
}
.header.style5.header-fixed {
position: absolute;
top: 0;
left: 0;
width: 100%;
}
.header.style5.header-fixed.stuck {
position: fixed;
}
.header.style5.stuck {
border-bottom: none;
}
.header.style5.stuck .mid-header {
display: none;
}
.header.style5.stuck .bottom-header {
margin-top: 0px;
margin-bottom: -80px;
}
.header.style5.dark .bottom-header .main-nav > ul > li > .item_link {
color: white !important;
}
.header.style5.dark .bottom-header .main-nav > ul > li > .item_link:hover {
color: #eee !important;
}
.header.style5.light .mid-header .contact-info-container .contact-info .contact-details h4,
.header.style5.light .mid-header .contact-info-container .contact-info .contact-details a {
color: #fff;
}
.header.style5.light .mid-header .contact-info-container .contact-info .contact-details p {
color: #ddd;
}
.header.style5.transparent-bg.stuck .bottom-header,
.header.style5.semi-transparent-bg.stuck .bottom-header {
background: rgba(32, 32, 32, 0.5);
}
.header.style5.transparent-bg.stuck .bottom-header .main-nav > ul > li,
.header.style5.semi-transparent-bg.stuck .bottom-header .main-nav > ul > li {
border-color: rgba(53, 53, 53, 0.3);
}
#header-holder {
position: relative;
} .header.style6.cygnus-layout.header {
margin-bottom: -1px;
}
.header.style6.cygnus-layout.header.light {
}
.header.style6.cygnus-layout.stuck {
-webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.05);
box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.05);
}
.header.style6 .row {
position: relative;
min-height: 100%;
height: 100%;
}
.header.style6 .header-left-area,
.header.style6 .header-right-area {
display: table;
height: 100%;
}
.header.style6 .header-left-area {
padding-left: 8.5%;
}
.header.style6 .header-right-area {
position: absolute;
top: 0;
bottom: 0;
right: 0;
display: inline-block;
padding-right: 8.5%;
}
.header.style6 .cygnus-module {
float: right;
display: table;
height: 100%;
margin-left: 0;
margin-right: 30px;
position: relative;
}
.header.style6 .header-right-area .cygnus-module {
margin-left: 21px;
margin-right: 0;
padding-left: 21px;
}
.header.style6 .header-right-area .cygnus-module.woo-cart {
padding-left: 15px;
}
.header.style6 .header-right-area .cygnus-module:after {
content: '';
display: inline-block;
width: 1px;
height: 12px;
position: absolute;
left: 0;
top: 50%;
margin-top: -6px;
background: rgba(0, 0, 0, 0.5);
}
.header.style6.light .header-right-area .cygnus-module:after {
background: rgba(255, 255, 255, 0.5);
}
.header.style6 .header-right-area .cygnus-module:last-child:after {
content: none;
}
.header.style6 .cygnus-module .centered {
display: table-cell !important;
vertical-align: middle !important;
}
.header.style6 .cygnus-module:last-child {
margin-left: 0;
}
.header.style6 .cygnus-module-menu {
height: 100%;
margin-left: 30px;
position: relative;
}
.header.style6 .cygnus-module-menu.hidden-sm {
display: inline-block !important;
}
.header.style6 .cygnus-module-menu:last-child {
margin-left: 0;
}
.header.style6 .nav_menu:before,
.header.style6 .nav_menu:after {
content: ' ';
display: table;
}
.header.style6 .nav_menu:after {
clear: both;
}
.header.cygnus-layout .nav_menu > ul > li > ul {
background: #333;
border: none;
}
.header.style6 .nav_menu .submenu_full_width ul li ul,
.header.style6 .nav_menu .multicolumn_dropdown ul li ul {
background: transparent;
}
.header.style6 .mega_main_menu .mega_main_menu_ul {
height: 100%;
}
.header.cygnus-layout .mega_main_menu .multicolumn_dropdown > ul li.section_header_style > .item_link {
color: #f7f7f7;
margin-bottom: 5px;
}
.header.cygnus-layout .mega_main_menu.light-submenu .multicolumn_dropdown > ul li.section_header_style > .item_link,
.header.cygnus-layout .mega_main_menu.light-submenu .default_dropdown > ul .widgettitle,
.header.cygnus-layout .mega_main_menu.light-submenu .default_dropdown li > ul .widgettitle,
.header.cygnus-layout .mega_main_menu.light-submenu .multicolumn_dropdown > ul .widgettitle,
.header.cygnus-layout .mega_main_menu.light-submenu .widgets_dropdown > ul .widgettitle,
.header.cygnus-layout .mega_main_menu.light-submenu .default_dropdown > ul li.section_header_style > .item_link,
.header.cygnus-layout .mega_main_menu.light-submenu .default_dropdown li > ul li.section_header_style > .item_link,
.header.cygnus-layout .mega_main_menu.light-submenu .multicolumn_dropdown > ul li.section_header_style > .item_link,
.header.cygnus-layout .mega_main_menu.light-submenu .widgets_dropdown > ul li.section_header_style > .item_link {
color: #1a1a1a;
border-bottom-color: #cccccc;
}
.header.cygnus-layout .mega_main_menu .default_dropdown > ul li.current-menu-item > .item_link,
.header.cygnus-layout .mega_main_menu .default_dropdown li > ul li.current-menu-item > .item_link,
.header.cygnus-layout .mega_main_menu .widgets_dropdown > ul li.current-menu-item > .item_link {
color: white;
}
.header.cygnus-layout.vertical .mega_main_menu .default_dropdown > ul li.current-menu-item > .item_link,
.header.cygnus-layout.vertical .mega_main_menu .default_dropdown li > ul li.current-menu-item > .item_link,
.header.cygnus-layout.vertical .mega_main_menu .widgets_dropdown > ul li.current-menu-item > .item_link {
color: #111111;
}
.header.cygnus-layout .mega_main_menu.light-submenu .default_dropdown > ul li.current-menu-item > .item_link,
.header.cygnus-layout .mega_main_menu.light-submenu .default_dropdown li > ul li.current-menu-item > .item_link,
.header.cygnus-layout .mega_main_menu.light-submenu .widgets_dropdown > ul li.current-menu-item > .item_link {
color: #1a1a1a;
}
.header.cygnus-layout .mega_main_menu .multicolumn_dropdown > ul li.current-menu-item > .item_link {
color: #ffffff;
}
.header.cygnus-layout.light .mega_main_menu .multicolumn_dropdown > ul li.current-menu-item > .item_link {
color: #ffffff;
}
.header.cygnus-layout.style6.dark .mega_main_menu .multicolumn_dropdown > ul li .item_link:hover,
.header.cygnus-layout.style6.dark .mega_main_menu .multicolumn_dropdown > ul li.current-menu-item > .item_link {
color: #ffffff;
}
.header.cygnus-layout .mega_main_menu.light-submenu .default_dropdown > ul .item_link,
.header.cygnus-layout .mega_main_menu.light-submenu .default_dropdown li > ul .item_link,
.header.cygnus-layout .mega_main_menu.light-submenu .multicolumn_dropdown > ul .item_link,
.header.cygnus-layout .mega_main_menu .default_dropdown > ul .item_link,
.header.cygnus-layout .mega_main_menu .default_dropdown li > ul .item_link,
.header.cygnus-layout .mega_main_menu.light-submenu .widgets_dropdown > ul .item_link,
.header.cygnus-layout .mega_main_menu.light-submenu .default_dropdown > ul .item_link,
.header.cygnus-layout .mega_main_menu.light-submenu .default_dropdown li > ul .item_link,
.header.cygnus-layout .mega_main_menu .multicolumn_dropdown > ul .item_link {
color: #ffffff;
}
.header.cygnus-layout .mega_main_menu .default_dropdown > ul .item_link:hover,
.header.cygnus-layout .mega_main_menu .default_dropdown li > ul .item_link:hover,
.header.cygnus-layout.transparent-bg.dark.style6 .mega_main_menu .default_dropdown > ul .item_link:hover,
.header.cygnus-layout .mega_main_menu .multicolumn_dropdown > ul .item_link:hover {
color: #cacaca;
}
.header.cygnus-layout .mega_main_menu.light-submenu .multicolumn_dropdown > ul li.current-menu-item > .item_link,
.header.cygnus-layout .mega_main_menu.light-submenu .default_dropdown > ul .item_link:hover,
.header.cygnus-layout .mega_main_menu.light-submenu .default_dropdown li > ul .item_link:hover,
.header.cygnus-layout .mega_main_menu.light-submenu .multicolumn_dropdown > ul .item_link:hover,
.header.cygnus-layout .mega_main_menu.light-submenu .widgets_dropdown > ul .item_link:hover,
.header.cygnus-layout .mega_main_menu.light-submenu .default_dropdown > ul .item_link:hover,
.header.cygnus-layout .mega_main_menu.light-submenu .default_dropdown li > ul .item_link:hover,
.header.cygnus-layout.transparent-bg.dark .mega_main_menu.light-submenu .default_dropdown > ul .item_link:hover,
.header.cygnus-layout.transparent-bg.dark .mega_main_menu.light-submenu .default_dropdown li > ul .item_link:hover,
.header.cygnus-layout.transparent-bg.dark .mega_main_menu.light-submenu .multicolumn_dropdown > ul .item_link:hover,
.header.cygnus-layout.transparent-bg.dark .mega_main_menu .default_dropdown li > ul .item_link:hover,
.header.cygnus-layout.transparent-bg.dark .mega_main_menu.light-submenu .widgets_dropdown > ul .item_link:hover,
.header.cygnus-layout.transparent-bg.dark .mega_main_menu.light-submenu .default_dropdown > ul .item_link:hover,
.header.cygnus-layout.transparent-bg.dark .mega_main_menu.light-submenu .default_dropdown li > ul .item_link:hover,
.header.cygnus-layout.transparent-bg.dark .mega_main_menu .multicolumn_dropdown > ul .item_link:hover {
color: #111111;
}
.header.cygnus-layout .mega_main_menu.light-submenu .default_dropdown.menu-item-has-children:before,
.header.cygnus-layout .mega_main_menu.light-submenu .default_dropdown.menu-item-has-children > li:before,
.header.cygnus-layout .mega_main_menu.light-submenu .multicolumn_dropdown.menu-item-has-children:before,
.header.cygnus-layout .mega_main_menu.light-submenu .widgets_dropdown.menu-item-has-children:before,
.header.cygnus-layout .mega_main_menu.light-submenu .default_dropdown.menu-item-has-children:after,
.header.cygnus-layout .mega_main_menu.light-submenu .default_dropdown.menu-item-has-children > li:after,
.header.cygnus-layout .mega_main_menu.light-submenu .multicolumn_dropdown.menu-item-has-children:after,
.header.cygnus-layout .mega_main_menu.light-submenu .widgets_dropdown.menu-item-has-children:after {
content: none;
}
.header .mega_main_menu .multicolumn_dropdown.columns5 > ul > li {
width: auto !important;
padding: 0 25px;
}
.header.cygnus-layout .mega_main_menu_ul.menu.with-arrow > li.widgets_dropdown > .item_link .link_text:after,
.header.cygnus-layout .mega_main_menu_ul.menu.with-arrow > li.menu-item-has-children > .item_link .link_text:after {
font-weight: 400;
}
.header.cygnus-layout.light .mega_main_menu_ul.menu.with-arrow > li.widgets_dropdown > .item_link .link_text:after,
.header.cygnus-layout.light .mega_main_menu_ul.menu.with-arrow > li.menu-item-has-children > .item_link .link_text:after {
color: white;
}
.header.style6 .logo {
padding-top: 25px;
padding-bottom: 25px;
}
.header.style6 .mega_main_menu .mega_main_menu_ul > li {
float: left;
position: relative;
height: 100%;
padding: 47px 0;
}
.header.style6 .mega_main_menu .mega_main_menu_ul > li .item_link .link_text {
display: inline-block;
position: relative;
}
.header.style6 .mega_main_menu .mega_main_menu_ul > li > .item_link .link_text:before {
content: '';
display: inline-block;
width: 100%;
height: 2px;
position: absolute;
bottom: -5px;
left: 0;
opacity: 0;
visibility: hidden;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-ms-transform-origin: left center;
transform-origin: left center;
-webkit-transform: scaleX(0);
-moz-transform:  scaleX(0);
-ms-transform:   scaleX(0);
transform:     scaleX(0);
-webkit-transition: all 0.4s ease;
-moz-transition:    all 0.4s ease;
transition:     all 0.4s ease;
}
.header.style6 .mega_main_menu .mega_main_menu_ul > li.current-menu-ancestor > .item_link .link_text:before,
.header.style6 .mega_main_menu .mega_main_menu_ul > li:hover > .item_link .link_text:before {
opacity: 1;
visibility: visible;
-webkit-transform: scaleX(1);
-moz-transform:  scaleX(1);
-ms-transform:   scaleX(1);
transform:     scaleX(1);
}
.header.style6 .mega_main_menu .mega_main_menu_ul > li.current-menu-ancestor > .item_link .link_text:before {
background-color: rgba(0, 0, 0, 0.9);
}
.header.style6 .mega_main_menu .mega_main_menu_ul > li:hover > .item_link .link_text:before {
background-color: rgba(0, 0, 0, 0.6);
}
.header.style6.light .mega_main_menu .mega_main_menu_ul > li.current-menu-ancestor > .item_link .link_text:before {
background-color: rgba(255, 255, 255, 0.9);
}
.header.style6.light .mega_main_menu .mega_main_menu_ul > li:hover > .item_link .link_text:before {
background-color: rgba(255, 255, 255, 0.6);
}
.header.style6 .mega_main_menu .mega_main_menu_ul > li.current-menu-ancestor > .item_link {
opacity: 1;
}
.header.style6.stuck .mega_main_menu .mega_main_menu_ul > li {
padding: 35px 0;
}
.header.style6.stuck .header-left-area .mega_main_menu .mega_main_menu_ul .li-sideheader-trigger {
padding-left: 15px;
}
.header.style6 .mega_main_menu .mega_main_menu_ul > li > .item_link {
font-size: 15px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.075em;
display: inline-block;
height: 100%;
border-left: 0;
color: #1a1a1a;
padding: 0 15px;
opacity: 0.7;
}
.header.style6.stuck .mega_main_menu .mega_main_menu_ul > li > .item_link {
font-size: 14px;
}
.header.style6.light .mega_main_menu .mega_main_menu_ul > li > .item_link {
color: white;
}
.header.style6 .mega_main_menu .cygnus-module.sideheader-trigger.with-text {
opacity: 0.5;
-webkit-transition: all 0.3s ease;
-moz-transition:    all 0.3s ease;
transition:     all 0.3s ease;
}
.header.style6 .mega_main_menu .cygnus-module.sideheader-trigger.with-text:hover {
opacity: 1;
}
.header.style6 .mega_main_menu_ul > li > .item_link .link_text > i {
margin-right: 10px;
}
.header.style6 .mega_main_menu_ul.menu.with-arrow > li.widgets_dropdown > .item_link .link_text:after,
.header.style6 .mega_main_menu_ul.menu.with-arrow > li.menu-item-has-children > .item_link .link_text:after {
color: #1a1a1a;
font-weight: 400;
}
.header.style6 .mega_main_menu .mega_main_menu_ul > li > .item_link,
.header.style6 .mega_main_menu .mega_main_menu_ul > li:hover > .item_link {
border-bottom: 0;
}
.header.style6 .mega_main_menu .mega_main_menu_ul > li:hover > .item_link {
opacity: 1;
}
.header.style6 .mega_main_menu .mega_main_menu_ul > li:last-child > .item_link {
border-right: 0;
}
.header.style6 .mega_main_menu .mega_main_menu_ul > li > .item_link .item_link_content {
display: inline;
}
.header.style6.lateral-lines .cygnus-module {
padding-left: 20px;
}
.header.style6.lateral-lines .cygnus-module:after {
content: "";
display: block;
width: 1px;
height: 12px;
border-left: 1px solid #e5e5e5;
position: absolute;
top: 50%;
left: 0px;
margin-top: -8px;
}
.header.style6 .cygnus-module.border-left {
padding-left: 20px;
border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.header.style6.lateral-lines .cygnus-module:last-child {
padding-left: 0;
}
.header.style6.lateral-lines .cygnus-module:last-child:after {
display: none;
}
.header.style6.cygnus-layout.header a.logo {
display: table-cell;
vertical-align: middle;
padding-right: 25px;
}
.header.style6.cygnus-layout.header.header.stuck .logo {
margin-left: 10% !important;
max-height: 50px;
}
.header.style6.cygnus-layout.header .woo-cart .basket-wrapper .top,
.header.style6.cygnus-layout.header .woo-cart .basket-wrapper .basket {
border-color: #333;
}
.header.style6 a {
color: #1a1a1a;
}
.header.style6.light .menu > li > a.item_link:hover,
.header.style6.light .menu > li > a.item_link:hover .link_text {
color: #fff;
}
.header.style6.light .woo-cart .basket-wrapper .top,
.header.style6.light .woo-cart .basket-wrapper .basket {
border-color: #FFF;
}
.header.style6.cygnus-layout.header.light .cygnus-module:after {
border-color: rgba(255, 255, 255, 0.2);
}
.header.style6.transparent-bg.light .header-right-area .cygnus-module > div > a {
color: white;
}
.header.style6.dark .header-right-area .cygnus-module > div > a {
color: #333;
}
.header.style6 .header-right-area .cygnus-module.woo-cart .basket:before {
font-weight: 300;
}
.header.style6 .header-right-area .cygnus-module.woo-cart .header-cart-total {
display: none !important;
}
.header.style6 .header-left-area .cygnus-module.sideheader-trigger {
display: table-cell;
float: none;
}
.header.style6 .woo-cart.layout-alternative .basket-wrapper .basket span,
.header.style6 .woo-cart.layout-alternative .basket-wrapper .basket span {
background: #585858;
}
.header.style6 .woo-cart .cart_list li a:hover {
color: #f27244;
}
.header.style6.stuck .mega_main_menu .mega_main_menu_ul > li > .item_link .item_link_content {
top: 50%;
}
.header.style6.stuck a.item_link:hover .link_text {
opacity: 1;
}
.header.style6.stuck ul li ul a.item_link:hover,
.header.style6.stuck ul li ul a.item_link:hover .link_text {
color: white;
}
.header.style6.stuck .header-right-area .cygnus-module a {
color: #333;
}
.header.style6.stuck .header-right-area .cygnus-module:after {
background: rgba(0, 0, 0, 0.5);
} .menu-bar {
padding: 40px 0;
position: relative;
}
.header.style7.has-border .menu-bar { 
border-bottom: 1px solid #e5e5e5;
}
.header.style7.stuck .menu-bar {
padding: 5px 0;
}
.menu-bar .logo-container {
display: inline-block;
width: 50%;
position: relative;
z-index: 1;
}
.header.style7 .logo {
margin: 0;
}
.radiuzz-m-l-aside-modern .header.style7 > .container {
position: relative;
}
.radiuzz-m-l-aside-modern .header.style7 > .container .nav-trigger ,
.menu-bar .nav-trigger {
display: inline-block;
width: 65px;
height: 45px;
margin-top: -22px;
position: absolute;
top: 50%;
right: 0;
z-index: 999999;
background: #f2f2f2;
-webkit-transition: all 0.3s ease;
-moz-transition:    all 0.3s ease;
transition:     all 0.3s ease;
border-radius: 20px;
border: 1px solid grey;
}
.header.style7.light .menu-bar .nav-trigger {
background-color: rgba(0,0,0,0.60);
border-radius: 25px;
border: 1px solid rgba(95, 95, 95, 0.5);
}
.radiuzz-m-l-aside-modern .header.style7 > .container .nav-trigger {
position: fixed;
right: 40px;
top: 115px;
margin-top: 0;
opacity: 0;
visibility: hidden;
-webkit-transform: translateY(25%);
-moz-transform:  translateY(25%);
-ms-transform:   translateY(25%);
transform:     translateY(25%);
}
.radiuzz-m-l-aside-modern .header.style7 > .container .nav-trigger a ,
.menu-bar .nav-trigger a {
display: inline-block;
width: 100%;
height: 100%;
}
.radiuzz-m-l-aside-modern .header.style7 > .container .nav-trigger .bars ,
.menu-bar .nav-trigger .bars {
display: inline-block;
width: 100%;
height: 100%;
padding: 14px 19px;
}
.radiuzz-m-l-aside-modern .header.style7 > .container .nav-trigger .bars span ,
.menu-bar .nav-trigger .bars span {
display: inline-block;
width: 23px;
height: 3px;
float: left;
margin-bottom: 3px;
background-color: #1a1a1a;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-ms-transform-origin: left center;
transform-origin: left center;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.header.style7.light .menu-bar .nav-trigger .bars span {
background-color: #ffffff;
}
.radiuzz-m-l-aside-modern .header.style7 > .container .nav-trigger .bars span:last-child ,
.menu-bar .nav-trigger .bars span:last-child {
margin-bottom: 0;
}
.menu-bar .nav-trigger .bars span:nth-child(2) {
left: 5px;
position: relative;
}
.menu-bar .nav-trigger .bars:hover span:nth-child(2) {
left: -3px;
}
.header.style7 .menu-items-container {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: inline-block;
width: 100%;
height: 100%;
z-index: 99999;
color: #ffffff;
opacity: 0;
visibility: hidden;
background-color: rgba(0, 0, 0, 0.85);
-webkit-transition: all 0.5s ease;
-moz-transition:    all 0.5s ease;
transition:     all 0.5s ease;
-webkit-transform: translateY(100%) translateZ(0);
-moz-transform:  translateY(100%) translateZ(0);
-ms-transform:   translateY(100%) translateZ(0);
transform:     translateY(100%) translateZ(0);
}
.header.style7.dark .menu-items-container {
background-color: rgba(255, 255, 255, 0.85);
}
.header.style7 .menu-items {
position: absolute;
top: 200px;
left: 50%;
display: inline-block;
width: 100%;
-webkit-transform: translateX(-50%);
-moz-transform:  translateX(-50%);
-ms-transform:   translateX(-50%);
transform:     translateX(-50%);
}
.header.style7 .menu-items a .link_text {
-webkit-transition: all 0.3s ease;
-moz-transition:    all 0.3s ease;
transition:     all 0.3s ease;
}
.header.cygnus-layout.style7 .mega_main_menu .default_dropdown > ul .item_link,
.header.cygnus-layout.style7 .mega_main_menu .multicolumn_dropdown > ul .item_link,
.header.style7 .menu-items a {
color: #ffffff;
}
.header.cygnus-layout.style7.dark .mega_main_menu .default_dropdown > ul .item_link,
.header.cygnus-layout.style7.dark .mega_main_menu .multicolumn_dropdown > ul .item_link,
.header.style7.dark .menu-items a {
color: #1a1a1a;
}
.header.cygnus-layout.style7 .mega_main_menu .default_dropdown > ul .item_link:hover,
.header.style7 .menu-items .dl-back a:hover,
.header.style7 .menu-items a:hover,
.header.style7 .menu-items a:hover .link_text {
color: #585858;
}
.header.style7 .menu-items .dl-back > a {
display: inline-block;
padding-bottom: 17px;
}
.header.style7 .menu-items ul {
list-style: none;
padding: 0;
margin: 0;
text-align: center;
}
.header.style7 .mega_main_menu .multicolumn_dropdown > ul li.section_header_style > .item_link,
.header.style7 .menu-items .item_link,
.header.style7 .menu-items ul .item_link,
.header.style7 .menu-items ul li ul .item_link,
.header.style7 .menu-items ul li,
.header.style7 .menu-items ul li ul li {
font-size: 24px;
font-weight: 900;
letter-spacing: 0.05em;
border: none;
text-transform: uppercase;
}
.header.style7 .menu-items ul li {
width: 100% !important;
}
.header.style7 .menu-items ul li .item_link {
font-size: 24px;
line-height: 1.5;
color: #ffffff;
padding: 0;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.1s ease;
-moz-transition:    all 0.1s ease;
transition:     all 0.1s ease;
-webkit-transform: translateY(35px);
-moz-transform:  translateY(35px);
-ms-transform:   translateY(35px);
transform:     translateY(35px);
}
.header.style7.dark .menu-items ul li .item_link {
color: #1a1a1a;
}
.header.style7 .menu-items ul li .item_link .link_text {
position: relative;
display: inline-block;
padding-top: 17px;
padding-bottom: 17px;
}
.header.style7 .menu-items ul li .item_link .link_text:after {
content: '';
display: inline-block;
width: 100%;
height: 2px;
position: absolute;
bottom: 19px;
left: 0;
background-color: #585858;
-webkit-transform-origin: right center;
-moz-transform-origin: right center;
-ms-transform-origin: right center;
transform-origin: right center;
-webkit-transform: scaleX(0);
-moz-transform:  scaleX(0);
-ms-transform:   scaleX(0);
transform:     scaleX(0);
-webkit-transition: -webkit-transform 0.3s ease;
-moz-transition:    -moz-transform 0.3s ease;
transition:     transform 0.3s ease;
}
.header.style7 .menu-items ul li:hover .item_link {
color: #ffffff;
}
.header.style7 .menu-items ul li .item_link:hover {
color: #585858;
}
.header.style7 .menu-items ul li .item_link:hover .link_text:after {
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-ms-transform-origin: left center;
transform-origin: left center;
-webkit-transform: scaleX(1);
-moz-transform:  scaleX(1);
-ms-transform:   scaleX(1);
transform:     scaleX(1);
}
.header.style7 .menu-items ul li ul {
background-color: transparent;
color: #ffffff;
position: relative;
top: 42px;
border: none;
}
.header.style7 .menu-items ul li ul ul {
top: 0;
}
.header-is-visible.radiuzz-m-l-aside-modern .header.style7 > .container .nav-trigger,
.header-is-visible .header.style7 .menu-bar .nav-trigger,
.header-is-visible .menu-bar .nav-trigger {
-webkit-transition: all 0.3s 0.3s ease;
-moz-transition:    all 0.3s 0.3s ease;
transition:     all 0.3s 0.3s ease;
background-color: #000000;
}
.header-is-visible.radiuzz-m-l-aside-modern .header.style7 > .container .nav-trigger {
opacity: 1;
visibility: visible;
-webkit-transform: translateY(0);
-moz-transform:  translateY(0);
-ms-transform:   translateY(0);
transform:     translateY(0);
}
.header-is-visible .header.style7 .menu-bar .nav-trigger .bars span,
.header-is-visible.radiuzz-m-l-aside-modern .header.style7 > .container .nav-trigger .bars span ,
.header-is-visible .menu-bar .nav-trigger .bars span {
background-color: #ffffff;
-webkit-transition: all 0.3s 0.3s ease;
-moz-transition:    all 0.3s 0.3s ease;
transition:     all 0.3s 0.3s ease;
}
.header-is-visible .header.style7 .menu-bar .nav-trigger .bars span:first-child,
.header-is-visible.radiuzz-m-l-aside-modern .header.style7 > .container .nav-trigger .bars span:first-child ,
.header-is-visible .menu-bar .nav-trigger .bars span:first-child {
-webkit-transform: rotateZ(45deg) translateX(0px) translateY(-1px);
-moz-transform:  rotateZ(45deg) translateX(0px) translateY(-1px);
-ms-transform:   rotateZ(45deg) translateX(0px) translateY(-1px);
transform:     rotateZ(45deg) translateX(0px) translateY(-1px);
}
.header-is-visible .header.style7 .menu-bar .nav-trigger .bars span:nth-child(2),
.header-is-visible.radiuzz-m-l-aside-modern .header.style7 > .container .nav-trigger .bars span:nth-child(2) ,
.header-is-visible .menu-bar .nav-trigger .bars span:nth-child(2) {
opacity: 0;
-webkit-transform: rotateX(45deg) translateX(3px);
-moz-transform:  rotateX(45deg) translateX(3px);
-ms-transform:   rotateX(45deg) translateX(3px);
transform:     rotateX(45deg) translateX(3px);
}
.header-is-visible .header.style7 .menu-bar .nav-trigger .bars span:last-child,
.header-is-visible.radiuzz-m-l-aside-modern .header.style7 > .container .nav-trigger .bars span:last-child ,
.header-is-visible .menu-bar .nav-trigger .bars span:last-child {
-webkit-transform: rotateZ(-45deg) translateX(0px) translateY(1px);
-moz-transform:  rotateZ(-45deg) translateX(0px) translateY(1px);
-ms-transform:   rotateZ(-45deg) translateX(0px) translateY(1px);
transform:     rotateZ(-45deg) translateX(0px) translateY(1px);
}
.header-is-visible .header.style7 .menu-items-container,
.header-is-visible .menu-items-container {
opacity: 1;
visibility: visible;
-webkit-transform: translateY(0) translateZ(0);
-moz-transform:  translateY(0) translateZ(0);
-ms-transform:   translateY(0) translateZ(0);
transform:     translateY(0) translateZ(0);
}
.header-is-visible .header.style7 .menu-items ul li .item_link,
.header-is-visible .menu-items ul li .item_link {
opacity: 1;
visibility: visible;
-webkit-transition: -webkit-transform 0.7s cubic-bezier(.52,.82,.57,.98), opacity 0.5s ease, visibility 0.5s ease;
-moz-transition:    -moz-transform 0.7s cubic-bezier(.52,.82,.57,.98), opacity 0.5s ease, visibility 0.5s ease;
transition:     transform 0.7s cubic-bezier(.52,.82,.57,.98), opacity 0.5s ease, visibility 0.5s ease;
-webkit-transform: translateY(0);
-moz-transform:  translateY(0);
-ms-transform:   translateY(0);
transform:     translateY(0);
}
.header-is-visible .header.vertical .menu-bar .nav-trigger {
opacity: 0;
visibility: hidden;
-webkit-transform: translateX(-50%);
-moz-transform:  translateX(-50%);
-ms-transform:   translateX(-50%);
transform:     translateX(-50%);
}
.header.style7,
.header.vertical .menu-bar{
z-index: 99999;
}
.header-is-visible {
overflow: hidden;
}
.header-is-visible .tstw-wrapper,
.header-is-visible .floated-contact-form,
.header-is-visible #back-top {
opacity: 0;
visibility: hidden;
} .dl-menuwrapper {
width: 100%;
max-width: 600px;
position: relative;
-webkit-perspective: 500px;
perspective: 500px;
-webkit-perspective-origin: 50% 200%;
perspective-origin: 50% 200%;
}
.dl-menuwrapper ul {
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.dl-menuwrapper li {
position: relative;
}
.dl-menuwrapper .dl-menu {
position: absolute;
top: 0;
width: 100%;
height: 100%;
opacity: 0;
pointer-events: none;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.dl-menuwrapper .dl-menu.dl-menuopen {
opacity: 1;
pointer-events: auto;
} .dl-menuwrapper li .dl-submenu {
display: none;
} .dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subviewopen > a,
.header.style7 .dl-menu.dl-subview li.dl-subviewopen > a,
.dl-menu.dl-subview li.dl-subview > a {
display: none;
}
.dl-menu.dl-subview li.dl-subview,
.dl-menu.dl-subview li.dl-subview .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
display: block;
} .dl-menuwrapper > .dl-submenu {
position: absolute;
width: 100%;
top: 42px;
left: 0;
margin: 0;
} .dl-menu.dl-animate-out-1 {
-webkit-animation: MenuAnimOut1 0.4s;
animation: MenuAnimOut1 0.4s;
}
@-webkit-keyframes MenuAnimOut1 {
0% { }
100% {
-webkit-transform: translateX(-170px) rotateY(-15deg);
opacity: 0;
}
}
@keyframes MenuAnimOut1 {
0% { }
100% {
-webkit-transform: translateX(-170px) rotateY(-15deg);
transform: translateX(-170px) rotateY(-15deg);
opacity: 0;
}
}
.dl-menu.dl-animate-in-1 {
-webkit-animation: MenuAnimIn1 0.3s;
animation: MenuAnimIn1 0.3s;
}
@-webkit-keyframes MenuAnimIn1 {
0% {
-webkit-transform: translateX(-170px) rotateY(-15deg);
opacity: 0;
}
100% {
-webkit-transform: translateX(0) rotateY(0);
opacity: 1;
}
}
@keyframes MenuAnimIn1 {
0% {
-webkit-transform: translateX(-170px) rotateY(-15deg);
transform: translateX(-170px) rotateY(-15deg);
opacity: 0;
}
100% {
-webkit-transform: translateX(0) rotateY(0);
transform: translateX(0) rotateY(0);
opacity: 1;
}
}
.dl-menuwrapper > .dl-submenu.dl-animate-in-1 {
-webkit-animation: SubMenuAnimIn1 0.4s ease;
animation: SubMenuAnimIn1 0.4s ease;
}
@-webkit-keyframes SubMenuAnimIn1 {
0% {
-webkit-transform: translateX(170px) rotateY(15deg);
opacity: 0;
}
100% {
-webkit-transform: translateX(0px);
opacity: 1;
}
}
@keyframes SubMenuAnimIn1 {
0% {
-webkit-transform: translateX(170px) rotateY(15deg);
transform: translateX(170px) rotateY(15deg);
opacity: 0;
}
100% {
-webkit-transform: translateX(0px);
transform: translateX(0px);
opacity: 1;
}
}
.dl-menuwrapper > .dl-submenu.dl-animate-out-1 {
-webkit-animation: SubMenuAnimOut1 0.4s ease;
animation: SubMenuAnimOut1 0.4s ease;
}
@-webkit-keyframes SubMenuAnimOut1 {
0% {
-webkit-transform: translateX(0px);
opacity: 1;
}
100% {
-webkit-transform: translateX(170px) rotateY(15deg);
opacity: 0;
}
}
@keyframes SubMenuAnimOut1 {
0% {
-webkit-transform: translateX(0px);
transform: translateX(0px);
opacity: 1;
}
100% {
-webkit-transform: translateX(170px) rotateY(15deg);
transform: translateX(170px) rotateY(15deg);
opacity: 0;
}
} .no-js .dl-menuwrapper .dl-menu {
position: relative;
opacity: 1;
-webkit-transform: none;
transform: none;
}
.no-js .dl-menuwrapper li .dl-submenu {
display: block;
}
.no-js .dl-menuwrapper li.dl-back {
display: none;
}
.no-js .dl-menuwrapper li > a:not(:only-child) {
background: rgba(0,0,0,0.1);
}
.no-js .dl-menuwrapper li > a:not(:only-child):after {
content: '';
}
.tstw-wrapper {
z-index: 9998;
} .header.vertical {
position: fixed;
top: 0;
bottom: 0;
left: 0;
display: inline-block;
width: 260px;
height: 100%;
padding: 50px 25px 23px 40px;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -ms-flexbox;
display: -o-flex;
display: flex;
flex-direction: column; 
-webkit-flex-direction: column; 
-ms-flex-direction: column; 
align-items: baseline; 
-webkit-align-items: baseline; 
-ms-align-items: baseline; 
align-content: space-around; 
-webkit-align-content: space-around; 
-ms-align-content: space-around; 
justify-content: space-between; 
-webkit-justify-content: space-between; 
-ms-justify-content: space-between; 
}
.radiuzz-main-layout-aside-right .header.vertical {
left: auto;
right: 0;
}
.header.vertical .menu-items {
width: 100%;
}
.header.vertical .menu-items ul {
list-style: none;
width: 100%;
padding: 0 !important;
margin: 0 !important;
}
.header.vertical .menu-items ul li {
display: block !important;
width: 100% !important;
font-size: 15px;
font-weight: 700;
letter-spacing: 0.5px;
line-height: 1;
text-transform: uppercase;
}
.header.vertical .menu-items ul li a,
.header.vertical .menu-items ul li a span {
display: inline-block;
margin-bottom: 33px;
font-size: 15px;
letter-spacing: 0.075em;
}
.header.vertical .menu-items ul li ul a,
.header.vertical .menu-items ul li ul a span {
margin-bottom: 17px;
}
.header.vertical .menu-items ul li ul,
.header.vertical .menu-items ul li ul {
margin-bottom: 16px !important;
}
.header.vertical .menu-items ul li ul ul,
.header.vertical .menu-items ul li ul ul {
margin-bottom: 4px !important;
}
.header.vertical .menu-items ul li ul a,
.header.vertical .menu-items ul li ul a span {
font-size: 12px;
}
.header.vertical .menu-items ul li ul ul a,
.header.vertical .menu-items ul li ul ul a span {
font-weight: 400;
text-transform: none;
letter-spacing: 0;
}
.header.vertical .menu-items ul ul {
margin-top: 0 !important;
}
.header.vertical .menu-items ul ul li {
padding-left: 10px;
margin-bottom: 0;
padding: 0 3px;
}
.header.vertical .mega_main_menu .multicolumn_dropdown.columns5 > ul > li {
padding-right: 0;
padding-left: 18px;
}
.header.vertical .menu-items ul li.menu-item-has-children > .item_link .link_text {
position: relative;
display: block;
width: 100%;
}
.header.vertical .menu-items ul li.menu-item-has-children > .item_link .link_text:after {
content: "\f107";
display: inline-block;
font-family: FontAwesome;
font-size: 12px;
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
margin-left: 6px;
position: absolute;
top: 2px;
right: -15px;
}
.header.vertical .menu-items ul li.menu-item-has-children.open > .item_link .link_text:after {
content: "\f106";
}
.header.vertical .mega_main_menu .default_dropdown.drop_to_right .mega_dropdown li > .item_link:before {
content: none;
}
.header.vertical .mega_main_menu > ul > li.multicolumn_dropdown > .mega_dropdown ul,
.header.vertical .mega_main_menu > ul > li.multicolumn_dropdown > .mega_dropdown {
visibility: visible;
}
.header.vertical .mega_main_menu .default_dropdown.drop_to_right .mega_dropdown .mega_dropdown {
top: auto;
opacity: 1;
border: none;
}
.header.vertical .mega_main_menu.dropdowns_animation-anim_4 > ul li.mobile_active_parent > ul,
.header.vertical .mega_main_menu.dropdowns_animation-anim_4 > ul > li:hover > .mega_dropdown,
.header.vertical .mega_main_menu.dropdowns_animation-anim_4 > ul > li.default_dropdown:hover > .mega_dropdown,
.header.vertical .mega_main_menu.dropdowns_animation-anim_4 > ul > li.default_dropdown li:hover > .mega_dropdown,
.header.vertical .mega_main_menu.dropdowns_animation-anim_4 > ul > li.multicolumn_dropdown:hover > .mega_dropdown,
.header.vertical .mega_main_menu.dropdowns_animation-anim_4 > ul > li.widgets_dropdown:hover .mega_dropdown,
.header.vertical .mega_main_menu.dropdowns_animation-none > ul > li.default_dropdown .mega_dropdown,
.header.vertical .mega_main_menu.dropdowns_animation-none > ul > li.multicolumn_dropdown > .mega_dropdown,
.header.vertical .mega_main_menu.dropdowns_animation-none > ul > li.widgets_dropdown > .mega_dropdown {
max-height: none;
max-width: none;
opacity: 1;
}
.header.vertical .mega_main_menu .multicolumn_dropdown .mega_dropdown li > .item_link,
.header.vertical .mega_main_menu .default_dropdown > ul .item_link,
.header.vertical .mega_main_menu .default_dropdown li > ul .item_link,
.header.vertical .mega_main_menu > ul > li.multicolumn_dropdown > .mega_dropdown > li {
padding-top: 0;
}
.header.vertical .mega_main_menu .mega_main_menu_ul > li > .item_link,
.header.vertical .menu-items ul li a {
display: inline-block;
margin-bottom: 13px;
padding: 0;
margin: 0;
font-size: 15px;
line-height: 1;
}
.header.vertical .mega_main_menu .multicolumn_dropdown > ul li.current-menu-ancestor.section_header_style > .item_link,
.header.vertical .mega_main_menu.light-submenu .default_dropdown > ul li.current-menu-ancestor.section_header_style > .item_link,
.header.vertical .mega_main_menu.light-submenu .default_dropdown li > ul li.current-menu-ancestor.section_header_style > .item_link,
.header.vertical .mega_main_menu.light-submenu .multicolumn_dropdown > ul li.current-menu-ancestor.section_header_style > .item_link,
.header.vertical .mega_main_menu.light-submenu .widgets_dropdown > ul li.current-menu-ancestor.section_header_style > .item_link,
.header.vertical .menu-items ul li.current-menu-ancestor a,
.header.vertical .mega_main_menu .mega_main_menu_ul > li.current-menu-ancestor > .item_link,
.header.vertical.cygnus-layout .mega_main_menu .multicolumn_dropdown > ul li.current-menu-item > .item_link,
.header.vertical .menu-items ul li.current-menu-ancestor > a {
color: #1a1a1a;
}
.header.vertical .mega_main_menu .mega_main_menu_ul > li.current-menu-ancestor > .item_link .link_text:before,
.header.vertical .menu-items ul li.current-menu-ancestor > a .link_text:before {
content: '';
display: inline-block;
width: 100%;
height: 2px;
position: absolute;
bottom: -5px;
left: 0;
background-color: #d1d1d1;
}
.header.vertical .mega_main_menu > ul > li.multicolumn_dropdown > .mega_dropdown > li ul,
.header.vertical .mega_main_menu.dropdowns_animation-none > ul > li.default_dropdown .mega_dropdown,
.header.vertical .mega_main_menu.dropdowns_animation-none > ul > li.multicolumn_dropdown > .mega_dropdown,
.header.vertical .mega_main_menu.dropdowns_animation-none > ul > li.widgets_dropdown > .mega_dropdown,
.header.vertical .mega_main_menu > ul > li.multicolumn_dropdown > .mega_dropdown {
display: none;
}
.header.vertical .mega_main_menu .multicolumn_dropdown > ul li.section_header_style > .item_link,
.header.vertical .mega_main_menu.light-submenu .default_dropdown > ul .widgettitle,
.header.vertical .mega_main_menu.light-submenu .default_dropdown li > ul .widgettitle,
.header.vertical .mega_main_menu.light-submenu .multicolumn_dropdown > ul .widgettitle,
.header.vertical .mega_main_menu.light-submenu .widgets_dropdown > ul .widgettitle,
.header.vertical .mega_main_menu.light-submenu .default_dropdown > ul li.section_header_style > .item_link,
.header.vertical .mega_main_menu.light-submenu .default_dropdown li > ul li.section_header_style > .item_link,
.header.vertical .mega_main_menu.light-submenu .multicolumn_dropdown > ul li.section_header_style > .item_link,
.header.vertical .mega_main_menu.light-submenu .widgets_dropdown > ul li.section_header_style > .item_link,
.header.vertical .mega_main_menu.light-submenu .default_dropdown > ul .item_link,
.header.vertical .mega_main_menu.light-submenu .default_dropdown li > ul .item_link,
.header.vertical .mega_main_menu.light-submenu .multicolumn_dropdown > ul .item_link,
.header.vertical .mega_main_menu .default_dropdown > ul .item_link,
.header.vertical .mega_main_menu .default_dropdown li > ul .item_link,
.header.vertical .mega_main_menu.light-submenu .widgets_dropdown > ul .item_link,
.header.vertical .mega_main_menu.light-submenu .default_dropdown > ul .item_link,
.header.vertical .mega_main_menu.light-submenu .default_dropdown li > ul .item_link,
.header.vertical .mega_main_menu .multicolumn_dropdown > ul .item_link,
.header.vertical .menu-items ul li a,
.header.vertical .mega_main_menu .default_dropdown > ul .item_link {
display: inline-block;
color: #8c8c8c;
line-height: 1;
font-weight: 700;
padding: 0;
margin-bottom: 0;
border: none;
}
.header.vertical .mega_main_menu.dropdowns_animation-anim_4 > ul > li.default_dropdown .mega_dropdown,
.header.vertical .mega_main_menu.dropdowns_animation-anim_4 > ul > li.multicolumn_dropdown > .mega_dropdown,
.header.vertical .mega_main_menu.dropdowns_animation-anim_4 > ul > li.widgets_dropdown > .mega_dropdown {
display: none;
opacity: 1;
visibility: visible;
max-width: none;
max-height: none;
-webkit-transform: none;
-moz-transform:  none;
-ms-transform:   none;
transform:     none;
-webkit-transition: none;
-moz-transition:    none;
transition:     none;
}
.header.vertical .mega_main_menu.light-submenu .default_dropdown > ul .item_link:hover,
.header.vertical .mega_main_menu.light-submenu .default_dropdown li > ul .item_link:hover,
.header.vertical .mega_main_menu.light-submenu .multicolumn_dropdown > ul .item_link:hover,
.header.vertical .mega_main_menu .default_dropdown > ul .item_link:hover,
.header.vertical .mega_main_menu .default_dropdown li > ul .item_link:hover,
.header.vertical .mega_main_menu.light-submenu .widgets_dropdown > ul .item_link:hover,
.header.vertical .mega_main_menu.light-submenu .default_dropdown > ul .item_link:hover,
.header.vertical .mega_main_menu.light-submenu .default_dropdown li > ul .item_link:hover,
.header.vertical .mega_main_menu .multicolumn_dropdown > ul .item_link:hover,
.header.vertical .mega_main_menu .default_dropdown > ul .item_link:hover,
.header.vertical .menu-items ul li.current-menu-item > a,
.header.vertical .menu-items ul li a:hover {
color: #1a1a1a;
}
.header.vertical .menu-items ul li ul {
display: none;
position: relative;
width: auto !important;
left: auto !important;
background-color: transparent;
max-width: none;
max-height: none;
}
.header.vertical .mega_main_menu > ul > li.multicolumn_dropdown > .mega_dropdown > li:after {
content: none;
}
.header.vertical .mega_main_menu.direction-vertical .mega_main_menu_ul > li.multicolumn_dropdown.drop_to_right > .mega_dropdown {
top: auto;
opacity: 1;
visibility: visible;
max-width: none;
max-height: none;
}
.header.vertical ul,
.header.vertical .mega_main_menu .mega_dropdown {
left: auto !important;
right: auto !important;
top: auto;
}
.header.vertical .mega_main_menu .mega_main_menu_ul > li.multicolumn_dropdown > .mega_dropdown,
.header.vertical .mega_main_menu .mega_main_menu_ul > li.multicolumn_dropdown > .item_link + .mega_dropdown {
padding-top: 0;
}
.header.vertical .bottom-sec {
font-size: 15px;
color: #8b8b8b;
}
.header.vertical .bottom-sec strong {
color: #1a1a1a;
}
.header.vertical .bottom-sec .social-icons {
list-style: none;
padding: 0;
margin: 0;
}
.header.vertical .bottom-sec .social-icons a {
display: inline-block;
font-size: 20px;
margin: 0 6px 5px;
}
.header.vertical .bottom-sec .social-icons a:first-child {
margin-left: 0;
}
.header.vertical .social-icons a:last-child {
margin-right: 0;
}
.header.vertical .bottom-sec .social-icons a {
color: #cccccc;
}
.header.vertical .bottom-sec .social-icons a:hover {
color: #585858;
}
.header.vertical.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
width: 4px;
} .header.vertical.modern {
width: 46%;
padding-bottom: 0;
overflow: hidden;
background-color: #797979;
}
.header.vertical.modern > div {
width: 100%;
text-align: center;
position: relative;
z-index: 2;
padding-right: 25px;
padding-left: 25px;
}
.header.vertical.modern .background-container {
display: inline-block;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 0;
background-size: cover;
background-position: center;
-webkit-transform: translateZ(0);
-webkit-filter: blur(3px) brightness(1.1);
filter: blur(3px) brightness(1.1);
-webkit-transform: scale(1.05);
-moz-transform:  scale(1.05);
-ms-transform:   scale(1.05);
transform:     scale(1.05);
-webkit-transition: all 0.4s ease;
-moz-transition:    all 0.4s ease;
transition:     all 0.4s ease;
}
.header.vertical.modern #particles-js {
-webkit-filter: blur(0.5px) brightness(1);
filter: blur(0.5px) brightness(1);
-webkit-transition: all 0.5s ease;
-moz-transition:    all 0.5s ease;
transition:     all 0.5s ease;
}
.header.vertical.modern .ps-scrollbar-y-rail,
.header.vertical.modern .ps-scrollbar-x-rail {
display: none;
}
.header.vertical.modern .menu-bar {
width: 100%;
text-align: center;
-webkit-transition: all 0.3s 0.15s ease;
-moz-transition:    all 0.3s 0.15s ease;
transition:     all 0.3s 0.15s ease;
}
.header.vertical.modern .menu-bar .nav-trigger {
right: auto;
left: 0;
border: 1px solid #fff;
background-color: transparent;
border-radius: 4px;
}
.header.vertical.modern .menu-bar .nav-trigger .bars span {
background-color: #ffffff;
}
.header.vertical.modern .menu-bar .logo-container img {
margin: 0 auto;
}
.header.vertical.modern:hover .background-container {
-webkit-transform: scale(1.02);
-moz-transform:  scale(1.02);
-ms-transform:   scale(1.02);
transform:     scale(1.02);
-webkit-filter: blur(0) brightness(1);
filter: blur(0) brightness(1);
}
.header.vertical.modern .content {
text-align: center;
color: #ffffff;
}
.header.vertical.modern .content h2,
.header.vertical.modern .content h5 {
color: #ffffff;
}
.header.vertical.modern .content h2 {
margin-bottom: 0;
font-size: 60px;
line-height: 1.25;
font-weight: 900;
letter-spacing: -0.025em;
}
.header.vertical.modern .content h5 {
font-size: 14px;
line-height: 1.2;
letter-spacing: 0.2em;
text-transform: uppercase;
color: #999999;
}
.header.vertical.modern .bottom-sec {
padding-bottom: 25px;
color: #7f7f7f;
}
.header.vertical.modern .bottom-sec {
color: #f1f1f1;
}
.header.vertical.modern .bottom-sec a {
color: #585858;
}
.header.vertical.modern .social-icons {
margin-bottom: 20px;
}
.header.vertical.modern .social-icons a {
display: inline-block;
width: 60px;
height: 40px;
border: 1px solid #fff;
font-size: 17px;
line-height: 40px;
color: #666666;
border-radius: 20px;
}
.header.vertical.modern .social-icons a:hover {
background-color: #585858;
border-color: #585858;
color: #ffffff;
}
.header.vertical.modern:hover #particles-js {
-webkit-filter: blur(2px) brightness(2) contrast(1);
filter: blur(2px) brightness(2) contrast(1);
-webkit-transform: scale(1.08);
-moz-transform:  scale(1.08);
-ms-transform:   scale(1.08);
transform:     scale(1.08);
} .header .sideheader-trigger {
-webkit-perspective: 1200;
-moz-perspective: 1200;
-ms-perspective: 1200;
perspective: 1200;
}
.header .sideheader-trigger a .bars {
font-size: 16px;
display: inline-block;
width: 16px;
height: 12px;
-webkit-transition: all 0.6s cubic-bezier(0.68, 0, 0.29, 1);
-moz-transition: all 0.6s cubic-bezier(0.68, 0, 0.29, 1);
transition: all 0.6s cubic-bezier(0.68, 0, 0.29, 1);
}
.header .sideheader-trigger a .bars span {
display: inline-block;
width: 16px;
height: 3px;
background: #222;
float: left;
margin-bottom: 2px;
position: relative;
top: 0;
-webkit-transition: top 0.6s 0.4s cubic-bezier(0.68, 0, 0.29, 1), -webkit-transform 0.6s cubic-bezier(0.68, 0, 0.29, 1), opacity 0.8s cubic-bezier(0.68, 0, 0.29, 1), height 0.6s cubic-bezier(0.68, 0, 0.29, 1);
-moz-transition: top 0.6s 0.4s cubic-bezier(0.68, 0, 0.29, 1), -moz-transform 0.6s cubic-bezier(0.68, 0, 0.29, 1), opacity 0.8s cubic-bezier(0.68, 0, 0.29, 1), height 0.6s cubic-bezier(0.68, 0, 0.29, 1);
transition: top 0.6s 0.4s cubic-bezier(0.68, 0, 0.29, 1), transform 0.6s cubic-bezier(0.68, 0, 0.29, 1), opacity 0.8s cubic-bezier(0.68, 0, 0.29, 1), height 0.6s cubic-bezier(0.68, 0, 0.29, 1);
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-ms-transform-origin: left center;
transform-origin: left center;
}
.header.light .sideheader-trigger a .bars span {
background: #ffffff;
}
.header.stuck .sideheader-trigger a .bars span {
background: #333;
}
.header.style6 .sideheader-trigger.with-text {
font-size: 15px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.05em;
}
.header-left-area .sideheader-trigger.with-text {
padding-left: 16px;
}
.sideheader-trigger.with-text {
margin: 0;
display: table-cell;
vertical-align: middle;
}
.sideheader-trigger.with-text a {
width: auto;
height: auto;
padding-top: 0;
display: inline-flex;
}
.sideheader-trigger.with-text .bars {
margin-right: 5px;
margin-bottom: 0;
display: inline-block;
width: 16px;
height: 13px;
background: transparent;
}
.sideheader-trigger a .bars span:last-child {
margin-bottom: 0;
}
.sideheader-visible .sideheader-trigger:not(.with-text) a .bars {
-webkit-transform: rotateZ(90deg);
-ms-transform: rotateZ(90deg);
transform: rotateZ(90deg);
margin-bottom: 5px;
}
.sideheader-visible .sideheader-trigger:not(.with-text) a .bars span {
height: 2px;
-webkit-transition: top 0.6s cubic-bezier(0.68, 0, 0.29, 1), -webkit-transform 0.6s 0.5s cubic-bezier(0.68, 0, 0.29, 1), opacity 0.8s cubic-bezier(0.68, 0, 0.29, 1), height 0.6s 0.4s cubic-bezier(0.68, 0, 0.29, 1);
-moz-transition: top 0.6s cubic-bezier(0.68, 0, 0.29, 1), -moz-transform 0.6s 0.5s cubic-bezier(0.68, 0, 0.29, 1), opacity 0.8s cubic-bezier(0.68, 0, 0.29, 1), height 0.6s 0.4s cubic-bezier(0.68, 0, 0.29, 1);
transition: top 0.6s cubic-bezier(0.68, 0, 0.29, 1), transform 0.6s 0.5s cubic-bezier(0.68, 0, 0.29, 1), opacity 0.8s cubic-bezier(0.68, 0, 0.29, 1), height 0.6s 0.4s cubic-bezier(0.68, 0, 0.29, 1);
}
.sideheader-visible .sideheader-trigger:not(.with-text) a .bars span:first-child {
top: 4px;
-webkit-transform: rotateZ(45deg) translateY(-8px);
-ms-transform: rotateZ(45deg) translateY(-8px);
transform: rotateZ(45deg) translateY(-8px);
}
.sideheader-visible .sideheader-trigger:not(.with-text) a .bars span:last-child {
top: -4px;
-webkit-transform: rotateZ(-45deg) translateY(8px);
-ms-transform: rotateZ(-45deg) translateY(8px);
transform: rotateZ(-45deg) translateY(8px);
}
.sideheader-visible .sideheader-trigger:not(.with-text) a .bars span:nth-child(2) {
opacity: 0;
}
#sideheader {
position: fixed;
right: 0;
top: 0;
bottom: 0;
display: none;
height: 100%;
width: 350px;
padding: 50px 45px;
z-index: 0;
background: #1d2226;
color: #6d747f;
overflow: auto;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
-webkit-transition: all 0.8s cubic-bezier(0.68, 0, 0.29, 1);
-moz-transition: all 0.8s cubic-bezier(0.68, 0, 0.29, 1);
transition: all 0.8s cubic-bezier(0.68, 0, 0.29, 1);
}
#sideheader p {
color: #6d747f;
}
#sideheader h1,
#sideheader h2,
#sideheader h3,
#sideheader h4,
#sideheader h5,
#sideheader h6,
#sideheader a {
color: #ffffff;
}
#sideheader .widget {
padding-bottom: 50px;
border-bottom: 1px solid #2f373d;
}
#sideheader .widget:last-child {
border-bottom: none;
}
#sideheader .widget.widget_wysija .wysija-submit {
padding: 0;
border: none;
}
.page-framed #sideheader {
top: 12px;
right: 12px;
bottom: 12px;
}
body.boxed #sideheader {
right: 50px;
top: 82px;
bottom: 50px;
height: auto;
}
body.boxed-laterals #sideheader {
right: 50px;
}
#sideheader.is-visible {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
.sideheader-visible .cygnus-layout.content-wrapper {
-webkit-transform: translateX(-350px);
-ms-transform: translateX(-350px);
transform: translateX(-350px);
}
.sideheader-visible .cygnus-layout.header {
transform: translateX(-350px);
-ms-transform: translateX(-350px);
-webkit-transform: translateX(-350px);
}
.sideheader-visible .radiuzz-related-projects-holder {
transform: translateX(-350px);
-ms-transform: translateX(-350px);
-webkit-transform: translateX(-350px);
}
.sideheader-visible .cygnus-layout.bottom-footer {
transform: translateX(-350px);
-ms-transform: translateX(-350px);
-webkit-transform: translateX(-350px);
}
.sideheader-visible #all-site-wrapper:after {
opacity: 1;
visibility: visible;
}
.tstw-wrapper {
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.sideheader-visible #back-top,
.sideheader-visible .tstw-wrapper,
.sideheader-visible .floated-contact-form {
opacity: 0;
visibility: hidden;
}
.header .header-left-area .mega_main_menu .mega_main_menu_ul .li-sideheader-trigger {
padding-left: 0;
top: -9px;
position: absolute;
}
.header .header-left-area .mega_main_menu .mega_main_menu_ul .li-sideheader-trigger:after {
content: none;
}
#sideheader .widget {
margin-bottom: 45px;
}
#sideheader .widget .widgettitle,
#sideheader .widget .widget-title {
margin-bottom: 25px;
font-size: 15px;
font-weight: 700;
letter-spacing: 0.2em;
text-transform: uppercase;
}
#sideheader .widget_text .widget-title {
margin-bottom: 15px;
}
#sideheader .widget .textwidget {
font-size: 16px;
line-height: 26px;
}
#sideheader .widget .textwidget span {
display: block;
}
#sideheader .widget .textwidget h6 {
font-size: 14px;
font-weight: 600;
}
#sideheader form {
font-size: 14px;
line-height: 22px;
}
#sideheader form input,
#sideheader form textarea {
border: none;
color: #88939c;
background: #252b30;
}
#sideheader form input {
height: 40px;
line-height: 40px;
font-size: 12px;
}
#sideheader .field-wrap,
#sideheader #ninja_forms_required_items {
margin-bottom: 10px;
}
#sideheader form input ::-webkit-input-placeholder,
#sideheader form textarea ::-webkit-input-placeholder {
color: #88939c;
}
#sideheader form input :-moz-placeholder,
#sideheader form textarea :-moz-placeholder {
color: #88939c;
}
#sideheader form input ::-moz-placeholder,
#sideheader form textarea ::-moz-placeholder {
color: #88939c;
}
#sideheader form input :-ms-input-placeholder,
#sideheader form textarea :-ms-input-placeholder {
color: #88939c;
}
#sideheader form input[type="submit"] {
font-size: 12px;
font-weight: 700;
text-transform: uppercase;
background: transparent;
border: 2px solid #ffffff;
padding: 14px 16px;
}
#sideheader .socials li {
display: inline-block;
margin-right: 6px;
margin-bottom: 6px;
text-align: center;
}
#sideheader .socials li a i {
display: inline-block;
width: 40px;
height: 40px;
line-height: 40px;
background-color: #272e33;
-webkit-transition: all 0.3s ease;
-moz-transition:    all 0.3s ease;
transition:     all 0.3s ease;
}
#sideheader .socials li a i.fa-facebook:hover {
background-color: #3b5998;
}
#sideheader .socials li a i.fa-twitter:hover {
background-color: #55acee;
}
#sideheader .socials li a i.fa-instagram:hover {
background-color: #3f729b;
}
#sideheader .socials li a i.fa-youtube:hover {
background-color: #cd201f;
}
#sideheader .socials li a i.fa-dribbble:hover {
background-color: #e43ab6;
}
#sideheader form.widget_wysija:after {
content: '\f067';
width: 40px;
height: 40px;
line-height: 40px;
font-size: 14px;
background-color: #585858;
}
#sideheader .widget.widget_tag_cloud a {
font-size: 12px !important;
background-color: #272e33;
}
#sideheader .widget_recent_entries li figure {
width: 60px;
height: auto;
}
#sideheader .widget_recent_entries li figure a {
margin-bottom: 0;
}
#sideheader .widget_recent_entries li {
margin-bottom: 35px;
}
#sideheader .widget_recent_entries li:last-child {
margin-bottom: 0;
}
#sideheader .widget_recent_entries li a {
display: inline-block;
margin-bottom: 8px;
font-size: 15px;
font-weight: 700;
}
@media (max-width: 479px) {
.header.style6 .header-right-area .cygnus-module {
margin-left: 15px;
}
.header.style6 .header-right-area .cygnus-module.woo-cart {
padding-left: 7px;
}
.header.style6 .cygnus-module.live-search,
.header.style6 .cygnus-module.sideheader-trigger {
display: none !important;
}
.header.style6 .woo-cart .inner-wrapper {
right: 0;
}
}
@media (max-width: 767px) {
.style4-right-menu .cygnus-module,
.style4-right-menu.lateral-lines .cygnus-module,
.style4-right-menu .cygnus-module-menu,
.style4-right-menu.lateral-lines .cygnus-module-menu {
margin-left: 0;
margin-right: 20px;
padding-left: 0;
}
.style4-right-menu .cygnus-module:first-child .inner-wrapper,
.style4-right-menu.lateral-lines .cygnus-module:first-child .inner-wrapper,
.style4-right-menu .cygnus-module-menu:first-child .inner-wrapper,
.style4-right-menu.lateral-lines .cygnus-module-menu:first-child .inner-wrapper {
right: 0 !important;
}
.style4-right-menu .header-right-area .basket-wrapper .header-cart-total {
display: none;
}
.header.style6.cygnus-layout.header a.logo {
padding-right: 20px;
}
body.boxed #sideheader,
body.boxed-laterals #sideheader {
right: 0;
}
}
@media (min-width: 768px) and (max-width: 1199px) {
body.boxed #sideheader,
body.boxed-laterals #sideheader {
right: 25px;
}
}
@media (max-width: 991px) {
.header.style5 .mid-header .contact-info-container {
display: none !important;
}
.header.style5 .mid-header .logo {
margin-top: 42px;
margin-bottom: 42px;
}
.style4-right-menu .cygnus-module.border-left {
padding-left: 0;
}
.header.style6 {
padding: 30px 0;
}
.header.style6 .cygnus-module.responsive-menu {
display: table !important;
}
.header.vertical .bottom-sec .social-icons,
.header.vertical .bottom-sec .custom-text {
display: block !important;
}
.header.vertical.modern {
width: 100%;
height: auto;
padding-top: 0;
padding-bottom: 0;
position: relative;
top: auto;
left: auto;
bottom: auto;
right: auto;
}
#particles-js {
display: none !important;
}
.header.vertical.modern > div {
display: none;
}
.header.vertical.modern .menu-bar {
text-align: left;
display: block;
padding-right: 0;
padding-left: 0;
}
.header.vertical.modern .menu-bar .nav-trigger {
left: auto;
right: 0;
}
.header.vertical.modern .background-container {
-webkit-filter: blur(0) brightness(1);
}
.header.vertical {
display: table;
width: calc(100% + 1px);
height: auto;
padding-top: 0;
padding-bottom: 0;
position: relative;
top: auto;
left: auto;
right: auto;
}
.header.vertical .logo-container,
.header.vertical .bottom-sec {
display: table-cell;
vertical-align: middle;
}
.header.vertical .logo-container {
}
.header.vertical .bottom-sec {
text-align: right;
}
.header.vertical .menu-items,
.header.vertical .bottom-sec .social-icons,
.header.vertical .bottom-sec .custom-text {
display: none !important;
}
.header.vertical.modern .menu-bar .logo-container img {
margin: 0;
}
}
@media (min-width: 992px) {
.header.style6 .cygnus-module:not(.hidden-lg):not(.hidden-md) {
display: table !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.style4-right-menu .cygnus-module,
.style4-right-menu .cygnus-module-menu {
margin-left: 20px;
}
.style4-right-menu.lateral-lines .cygnus-module,
.style4-right-menu.lateral-lines .cygnus-module-menu {
padding-left: 20px;
}
.header.style5 .bottom-header .main-nav > ul > li > .item_link {
padding-right: 25px;
padding-left: 25px;
}
.style4-right-menu .nav_menu {
display: none !important;
}
.style4-right-menu .cygnus-module.responsive-menu {
display: table !important;
}
.style4-right-menu .cygnus-module.border-left {
padding-left: 0;
}
}
@media (min-width: 1650px) {
.header.style6 .mega_main_menu .mega_main_menu_ul > li > .item_link {
padding: 0 12px;
}
.header.style6.stuck .mega_main_menu .mega_main_menu_ul > li > .item_link {
padding: 0 12px;
}
}
@media (min-width: 1500px) {
.header.style6 .sideheader-trigger.with-text {
font-size: 15px;
}
}
@media (min-width: 1200px) and (max-width: 1750px) {
.boxed .sideheader-trigger.with-text a {
font-size: 0;
}
}
@media (min-width: 1430px) and (max-width: 1650px) {
.header.style6 .mega_main_menu .mega_main_menu_ul > li > .item_link {
padding: 0 10px;
}
.header.style6.cygnus-layout.header a.logo {
padding-right: 20px;
}
.header.style6 .header-left-area {
padding-left: 3%;
}
.header.style6 .header-right-area {
padding-right: 3%;
}
}
@media (min-width: 1200px) and (max-width: 1429px) {
.header.style6 .mega_main_menu .mega_main_menu_ul > li > .item_link { padding: 0 7px;
}
.boxed-laterals .header.style6 .mega_main_menu .mega_main_menu_ul > li > .item_link,
.boxed .header.style6 .mega_main_menu .mega_main_menu_ul > li > .item_link {
padding: 0 3px;
}
.header.style6 .sideheader-trigger.with-text {
font-size: 13px;
}
.header.style6.cygnus-layout.header a.logo {
padding-right: 10px;
}
.header.style6 .header-left-area {
padding-left: 2%;
}
.header.style6 .header-right-area {
padding-right: 2%;
}
.header .header-left-area .mega_main_menu .mega_main_menu_ul .li-sideheader-trigger {
padding-left: 23px;
}
}
@media (max-width: 1300px) {
.header.style6 .mega_main_menu_ul.menu.with-arrow > li.widgets_dropdown > .item_link .link_text:after,
.header.style6 .mega_main_menu_ul.menu.with-arrow > li.menu-item-has-children > .item_link .link_text:after {
content: none;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.header.style6 .mega_main_menu .mega_main_menu_ul > li > .item_link { padding: 0 8px;
}
.header.style6.cygnus-layout.header a.logo {
padding-right: 0px;
}
.header.style6 .header-left-area {
padding-left: 2%;
}
.header.style6 .header-right-area {
padding-right: 2%;
}
.header.style6 .header-right-area .cygnus-module {
margin-left: 10px;
margin-right: 0;
padding-left: 15px;
}
.header.style6 .header-right-area .cygnus-module.woo-cart {
padding-left: 8px;
}
.header.style6 .sideheader-trigger.with-text {
font-size: 0px;
}
}
@media (max-width: 991px) {
.header.style6.cygnus-layout.header a.logo {
padding-right: 30px;
}
.header.style6 .cygnus-module-menu.hidden-sm {
display: none !important;
}
.sideheader-trigger.with-text {
display: none !important;
}
}  .two-rows {   }
.two-rows .row {
position: relative;
min-height: 100%;
height: 100%;
}
.two-rows .header-right-area {
position: absolute;
top: 0;
bottom: 0;
right: 0;
font-size: 13px;
}
.two-rows .header-right-area {
min-height: 50%;
height: 50%;
}
.two-rows .header-right-area .bottom-area {
position: absolute;
top: 0;
bottom: 0;
right: 0;
}
.two-rows .header-right-area .bottom-area .cygnus-module .centered {
display: table-cell !important;
vertical-align: middle !important;
}
.two-rows .header-right-area .top-area {
min-height: 100%;
height: 100%;
}
.two-rows .header-right-area .top-area .cygnus-module {
color: #333;
}
.two-rows.cygnus-layout.header.light .header-right-area .top-area .cygnus-module {
color: #FFF;
}
.two-rows .header-right-area .top-area:after {
border-bottom: 1px solid rgba(51, 51, 51, 0.5);
content: " ";
position: absolute;
bottom: 0;
left: 15px;
right: 15px;
}
.two-rows.cygnus-layout.header.light .header-right-area .top-area:after {
border-color: rgba(255, 255, 255, 0.2);
}
.two-rows.stuck .header-right-area {
top: 0px;
bottom: 0px;
}
.two-rows .cygnus-module {
float: left;
display: table !important;
height: 100%;
margin-left: 20px;
position: relative;
}
.two-rows .header-right-area .row .top-area .cygnus-module {
float: right;
}
.two-rows .header-right-area .row .top-area .cygnus-module.custom-text {
float: left;
margin-left: 0;
}
.two-rows .header-right-area .row .top-area .cygnus-module.custom-text p {
margin-bottom: 0;
}
.two-rows .header-right-area .row .bottom-area .cygnus-module {
float: right;
}
.two-rows .top-area .cygnus-module .centered {
display: table-cell !important;
vertical-align: bottom !important;
padding-bottom: 13px;
}
.two-rows .cygnus-module:last-child {
margin-left: 0;
}
.two-rows .cygnus-module-menu {
float: left;
height: 100%;
margin-left: 30px;
position: relative;
margin-left: -15px;
}
.two-rows .mega_main_menu .mega_main_menu_ul {
height: 100%;
}
.two-rows .mega_main_menu .mega_main_menu_ul > li {
float: left;
position: relative;
height: 100%;
}
.two-rows .mega_main_menu .mega_main_menu_ul > li > .item_link {
display: inline-block;
height: 100%;
border-left: 0;
text-transform: none;
font-weight: 600;
color: #1a1a1a;
font-size: 14px;
padding: 15px 15px;
}
.two-rows .mega_main_menu_ul.menu.with-arrow > li.widgets_dropdown > .item_link .link_text:after,
.mega_main_menu_ul.menu.with-arrow > li.menu-item-has-children > .item_link .link_text:after {
color: #999999;
}
.two-rows .mega_main_menu .mega_main_menu_ul > li > .item_link,
.two-rows .mega_main_menu .mega_main_menu_ul > li:hover > .item_link {
border-bottom: 0;
}
.two-rows .mega_main_menu .mega_main_menu_ul > li:hover > .item_link {
color: #1a1a1a;
}
.two-rows .mega_main_menu .mega_main_menu_ul > li:last-child > .item_link {
border-right: 0;
}
.two-rows .mega_main_menu .mega_main_menu_ul > li > .item_link .item_link_content {
display: block;
position: relative;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
top: 49%;
padding: 10px 0px 10px;
}
.two-rows.stuck .mega_main_menu .mega_main_menu_ul > li > .item_link .item_link_content {
top: 50%;
} .two-rows.lateral-lines .cygnus-module { padding-left: 20px;
}
.two-rows.lateral-lines .bottom-area .cygnus-module:after {
content: "";
display: block;
width: 1px;
height: 12px;
border-left: 1px solid #e5e5e5;
position: absolute;
top: 50%;
left: 0px;
margin-top: -8px;
}
.two-rows.lateral-lines .bottom-area .cygnus-module:last-child {
padding-left: 0;
}
.two-rows.lateral-lines .bottom-area .cygnus-module:last-child:after {
display: none;
}
.two-rows.lateral-lines .top-area .cygnus-module.custom-text {
padding-left: 0;
}
.two-rows.cygnus-layout.header a {
color: #333;
}
.two-rows.cygnus-layout.header .woo-cart .basket-wrapper .top,
.two-rows.cygnus-layout.header .woo-cart .basket-wrapper .basket {
border-color: #333;
}
.two-rows.cygnus-layout.header.light a {
color: #FFF;
}
.two-rows.cygnus-layout.header.light .woo-cart .basket-wrapper .top,
.two-rows.cygnus-layout.header.light .woo-cart .basket-wrapper .basket {
border-color: #FFF;
}
.two-rows.cygnus-layout.header.light .cygnus-module:after {
border-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 767px) {
.two-rows .cygnus-module:first-child .inner-wrapper,
.two-rows.lateral-lines .cygnus-module:first-child .inner-wrapper,
.two-rows .cygnus-module-menu:first-child .inner-wrapper,
.two-rows.lateral-lines .cygnus-module-menu:first-child .inner-wrapper {
right: 0 !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.two-rows .mega_main_menu .mega_main_menu_ul > li > .item_link {
padding-right: 9px;
padding-left: 9px;
}
}
@media (max-width: 991px) {
.two-rows .header-right-area .top-area:after {
content: none;
}
.two-rows .header-right-area {
min-height: 100%;
height: 100%;
}
.two-rows .header-right-area .row:first-child {
display: none;
}
}  .two-rows-style2 .row {
position: relative;
min-height: 100%;
height: 100%;
font-size: 12px;
}
.two-rows-style2.stuck > .container > .row:first-child {
display: none;
}
.two-rows-style2 .header-left-area {
min-height: 72px;
}
.two-rows-style2 .header-right-area {
position: absolute;
top: 0;
bottom: 0;
right: 0;
}
.moz-negative-adjust .two-rows-style2 .header-left-area,
.moz-negative-adjust .two-rows-style2 .header-right-area {
float: left !important;
}
.two-rows-style2 .header-left-area .logo {
margin: 25px 0;
}
.two-rows-style2.stuck .header-left-area .logo {
margin: 25px 0 !important;
}
.two-rows-style2 .header-left-area .logo img {
width: auto;
}
.two-rows-style2 .bottom-area .cygnus-module .centered {
display: table-cell !important;
vertical-align: middle !important;
}
.two-rows-style2 .top-area {
height: 72px;
}
.two-rows-style2 .bottom-area {
height: 100%;
}
.two-rows-style2 .top-area:after {
border-bottom: 1px solid rgba(199, 199, 199, 0.3);
content: " ";
position: absolute;
bottom: 0;
left: 15px;
right: 15px;
}
.two-rows-style2.light .top-area:after {
border-color: rgba(255, 255, 255, 0.2);
}
.two-rows-style2.stuck .top-area:after,
.two-rows.stuck .header-right-area .top-area:after {
border-color: rgba(0, 0, 0, 0.2);
}
.two-rows-style2.stuck .header-right-area {
top: 0px;
bottom: 0px;
}
.two-rows-style2.hide-top-on-scroll.stuck .top-area {
display: none;
}
.two-rows-style2 .cygnus-module {
float: right;
display: table !important;
height: 100%;
margin-left: 20px;
position: relative;
}
.two-rows-style2 .top-area .cygnus-module {
float: right;
}
.two-rows-style2 .top-area .cygnus-module.custom-text {
float: left;
margin-left: 0;
}
.two-rows-style2 .top-area .cygnus-module.custom-text p {
margin-bottom: 0;
}
.two-rows-style2 .top-area .cygnus-module .centered {
display: table-cell !important;
vertical-align: bottom !important;
padding-bottom: 17px;
}
.two-rows-style2 .cygnus-module:last-child {
margin-left: 0;
}
.two-rows-style2 .cygnus-module-menu {
float: right;
height: 100%;
margin-left: 30px;
position: relative;
margin-left: -15px;
}
.two-rows-style2 .mega_main_menu .mega_main_menu_ul {
height: 100%;
display: table !important;
position: relative;
}
.two-rows-style2 .mega_main_menu .mega_main_menu_ul > li {
height: 100%;
display: table-cell !important;
vertical-align: middle !important;
}
.two-rows-style2 .mega_main_menu .mega_main_menu_ul > li > .item_link {
display: inline-block;
border-left: 0;
text-transform: none;
font-weight: 600;
color: #333;
font-size: 12px;
padding: 0 11px 0 11px;
text-transform: uppercase;
}
.two-rows-style2 .mega_main_menu_ul.menu.with-arrow > li.widgets_dropdown > .item_link .link_text:after,
.mega_main_menu_ul.menu.with-arrow > li.menu-item-has-children > .item_link .link_text:after {
color: #999999;
}
.two-rows-style2.light .mega_main_menu_ul.menu.with-arrow > li.widgets_dropdown > .item_link .link_text:after,
.light .mega_main_menu_ul.menu.with-arrow > li.menu-item-has-children > .item_link .link_text:after {
color: white;
}
.two-rows-style2 .mega_main_menu .mega_main_menu_ul > li > .item_link,
.two-rows-style2 .mega_main_menu .mega_main_menu_ul > li:hover > .item_link {
border-bottom: 0;
}
.two-rows-style2 .mega_main_menu .mega_main_menu_ul > li:hover > .item_link {
opacity: 0.7;
}
.two-rows-style2 .mega_main_menu .mega_main_menu_ul > li:last-child > .item_link {
border-right: 0;
} .two-rows-style2.lateral-lines .cygnus-module { padding-left: 20px;
}
.two-rows-style2.lateral-lines .bottom-area .cygnus-module:after {
content: "";
display: block;
width: 1px;
height: 12px;
border-left: 1px solid #e5e5e5;
position: absolute;
top: 50%;
left: 0px;
margin-top: -8px;
}
.two-rows-style2.lateral-lines .bottom-area .cygnus-module:last-child {
padding-left: 0;
}
.two-rows-style2.lateral-lines .bottom-area .cygnus-module:last-child:after {
display: none;
}
.two-rows-style2.lateral-lines .top-area .cygnus-module.custom-text {
padding-left: 0;
}
.two-rows-style2.cygnus-layout.header a {
color: #333;
}
.two-rows-style2.cygnus-layout.header .woo-cart .basket-wrapper .top,
.two-rows-style2.cygnus-layout.header .woo-cart .basket-wrapper .basket {
border-color: #333;
}
.two-rows-style2.cygnus-layout.header.light a {
color: #FFF;
}
.two-rows-style2.cygnus-layout.header.light .inner-form a {
color: #333;
}
.two-rows-style2.cygnus-layout.header.light .inner-form a.submit-form,
.two-rows-style2.cygnus-layout.header.light .inner-form a.submit-form:hover {
color: #fff;
}
.two-rows-style2.cygnus-layout.header.light .inner-form a:hover {
color: #585858;
}
.two-rows-style2.cygnus-layout.header.light .woo-cart .basket-wrapper .top,
.two-rows-style2.cygnus-layout.header.light .woo-cart .basket-wrapper .basket {
border-color: #FFF;
}
.two-rows-style2.cygnus-layout.header.light .cygnus-module:after {
border-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 767px) {
.two-rows-style2 .cygnus-module,
.two-rows-style2.lateral-lines .cygnus-module,
.two-rows-style2 .cygnus-module-menu,
.two-rows-style2.lateral-lines .cygnus-module-menu {
margin-left: 10px;
padding-left: 10px;
}
.two-rows-style2 .cygnus-module:first-child .inner-wrapper,
.two-rows-style2.lateral-lines .cygnus-module:first-child .inner-wrapper,
.two-rows-style2 .cygnus-module-menu:first-child .inner-wrapper,
.two-rows-style2.lateral-lines .cygnus-module-menu:first-child .inner-wrapper {
right: 0 !important;
}
}
@media (max-width: 992px) {
.two-rows-style2 .top-area {
display: none;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.two-rows-style2 .cygnus-module,
.two-rows-style2 .cygnus-module-menu {
margin-left: 20px;
}
.two-rows-style2.lateral-lines .cygnus-module,
.two-rows-style2.lateral-lines .cygnus-module-menu {
padding-left: 20px;
}
}  .cygnus-layout.header.simple-boxed-menu.boxed {
margin: 30px 25px 0;
}
.cygnus-layout.header.simple-boxed-menu.stuck {
margin: 0 !important;
}
.cygnus-layout.header.simple-boxed-menu.dark {
background-color: #fff;
}
.cygnus-layout.header.simple-boxed-menu.light {
background: transparent;
background-image: linear-gradient(rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.3) 20%,rgba(0,0,0,0.2) 35%,transparent 97%,transparent 0%);
} @media (max-width: 767px) {
.cygnus-layout.header.simple-boxed-menu {
margin-left: 15px;
margin-right: 15px;
}
.cygnus-layout.header.simple-boxed-menu.boxed {
margin-left: 15px;
margin-right: 15px;
}
.simple-boxed-menu .cygnus-module {
margin-left: 10px;
}
.simple-boxed-menu .cygnus-module:first-child .inner-wrapper {
right: 0 !important;
}
.simple-boxed-menu.lateral-lines .cygnus-module {
padding-left: 10px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.cygnus-layout.header.simple-boxed-menu {
margin-left: 15px;
margin-right: 15px;
}
.cygnus-layout.header.simple-boxed-menu.boxed {
margin-left: 15px;
margin-right: 15px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.cygnus-layout.header.simple-boxed-menu {
margin-left: 20px !important;
margin-right: 20px !important;
}
.simple-boxed-menu .cygnus-module {
margin-left: 20px;
}
.simple-boxed-menu.lateral-lines .cygnus-module {
padding-left: 20px;
}
}
.classic-right-area {   }
.classic-right-area .row {
position: relative;
}
.classic-right-area .header-right-area {
position: absolute;
top: 0;
bottom: 0;
right: 0;
}
.classic-right-area .cygnus-module {
float: right;
display: table !important;
height: 100%;
margin-left: 30px;
position: relative;
}
.classic-right-area .cygnus-module .centered {
display: table-cell !important;
vertical-align: middle !important;
}
.classic-right-area .cygnus-module:last-child {
margin-left: 0;
}
.classic-right-area .cygnus-module-menu {
float: right;
height: 100%;
margin-left: 30px;
position: relative;
}
.classic-right-area .cygnus-module-menu:last-child {
margin-left: 0;
}
.classic-right-area .mega_main_menu .mega_main_menu_ul {
height: 100%;
}
.classic-right-area .mega_main_menu .mega_main_menu_ul > li {
float: left;
position: relative;
height: 100%;
}
.classic-right-area .mega_main_menu .mega_main_menu_ul > li > .item_link {
display: inline-block;
height: 100%;
}
.classic-right-area .mega_main_menu .mega_main_menu_ul > li > .item_link .item_link_content {
display: block;
position: relative;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.classic-right-area .menu-area-wrapper .mega_main_menu {
float: none !important;
display: block;
width: 100%;
}
.classic-right-area .menu-area-wrapper .mega_main_menu .mega_main_menu_ul {
display: inline-block;
}
.classic-right-area .menu-area-wrapper .mega_main_menu.centralized-menu {
text-align: center;
}
.classic-right-area .menu-area-wrapper {
border-top: 1px solid #eeeeee;
border-bottom: 1px solid #eeeeee;
position: relative;
}
.classic-right-area .menu-area-wrapper .cygnus-module-menu,
.classic-right-area .menu-area-wrapper .cygnus-module,
.classic-right-area .menu-area-wrapper .mega_main_menu .mega_main_menu_ul > li > .item_link {
height: 60px;
}
.classic-right-area .menu-area-wrapper .menu-area {
position: relative;
} .classic-right-area.lateral-lines .cygnus-module { padding-left: 30px;
}
.classic-right-area.lateral-lines .cygnus-module:after {
content: "";
display: block;
width: 1px;
height: 30px;
border-left: 1px dotted #858f9e;
position: absolute;
top: 50%;
left: 0px;
margin-top: -15px;
}
.classic-right-area.lateral-lines .mega_main_menu .mega_main_menu_ul > li > .item_link {
border-left: 1px solid rgba(255, 255, 255, 0.3);
top: -3px;
}
.classic-right-area.lateral-lines .mega_main_menu .mega_main_menu_ul > li:last-child > .item_link {
border-right: 1px solid rgba(255, 255, 255, 0.3);
border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.classic-right-area.lateral-lines .cygnus-module:last-child,
.classic-right-area.lateral-lines .cygnus-module.primary_module {
padding-left: 0;
}
.classic-right-area.lateral-lines .cygnus-module:last-child:after,
.classic-right-area.lateral-lines .cygnus-module.primary_module:after {
display: none;
}
.classic-right-area.stuck .menu-area-wrapper {
border-color: transparent;
}
@media (max-width: 767px) {
.classic-right-area .cygnus-module {
margin-left: 20px;
}
.classic-right-area .cygnus-module:first-child .inner-wrapper {
right: 0 !important;
}
.classic-right-area.lateral-lines .cygnus-module {
padding-left: 20px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.classic-right-area .cygnus-module {
margin-left: 20px;
}
.classic-right-area.lateral-lines .cygnus-module {
padding-left: 20px;
}
} .style2-right-area .mega_main_menu .mega_main_menu_ul > li > .item_link {
text-transform: none;
font-weight: 600;
color: #333333;
}
.style2-right-area .mega_main_menu .mega_main_menu_ul > li > .item_link,
.style2-right-area .mega_main_menu .mega_main_menu_ul > li:hover > .item_link {
border-bottom: 0;
}
.style2-right-area .mega_main_menu .mega_main_menu_ul > li:hover > .item_link {
opacity: 0.7;
}
.style2-right-area.cygnus-layout.header a {
color: #333;
}
.style2-right-area.cygnus-layout.header .woo-cart .basket-wrapper .top,
.style2-right-area.cygnus-layout.header .woo-cart .basket-wrapper .basket {
border-color: #333;
}
.style2-right-area.cygnus-layout.header.light a {
color: #FFF;
}
.style2-right-area.cygnus-layout.header.light .woo-cart .basket-wrapper .top,
.style2-right-area.cygnus-layout.header.light .woo-cart .basket-wrapper .basket {
border-color: #FFF;
}
.simple-logo-centered {   }
.simple-logo-centered .row {
position: relative;
}
.simple-logo-centered .header-right-area {
position: absolute;
top: 0;
bottom: 0;
right: 0;
}
.simple-logo-centered .cygnus-module {
float: right;
display: table !important;
height: 100%;
margin-left: 30px;
position: relative;
}
.simple-logo-centered .cygnus-module .centered {
display: table-cell !important;
vertical-align: middle !important;
}
.simple-logo-centered .cygnus-module:last-child {
margin-left: 0;
}
.simple-logo-centered .cygnus-module-menu {
float: right;
height: 100%;
display: block;
width: 100%;
margin-left: 30px;
position: relative;
}
.simple-logo-centered .cygnus-module-menu:last-child {
margin-left: 0;
}
.simple-logo-centered .mega_main_menu .mega_main_menu_ul {
height: 100%;
}
.simple-logo-centered .mega_main_menu .mega_main_menu_ul > li {
float: left;
position: relative;
height: 100%;
}
.simple-logo-centered .mega_main_menu .mega_main_menu_ul > li > .item_link {
display: inline-block;
height: 100%;
}
.simple-logo-centered .mega_main_menu .mega_main_menu_ul > li > .item_link .item_link_content {
display: block;
position: relative;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.simple-logo-centered .logo {
text-align: center;
} .simple-logo-centered.lateral-lines .cygnus-module { padding-left: 30px;
}
.simple-logo-centered.lateral-lines .cygnus-module:after {
content: "";
display: block;
width: 1px;
height: 30px;
border-left: 1px dotted #858f9e;
position: absolute;
top: 50%;
left: 0px;
margin-top: -15px;
}
.simple-logo-centered.lateral-lines .cygnus-module:last-child {
padding-left: 0;
}
.simple-logo-centered.lateral-lines .cygnus-module:last-child:after {
display: none;
}
@media (max-width: 767px) {
.simple-logo-centered .cygnus-module,
.simple-logo-centered.lateral-lines .cygnus-module,
.simple-logo-centered .cygnus-module-menu,
.simple-logo-centered.lateral-lines .cygnus-module-menu {
margin-left: 10px;
padding-left: 10px;
}
.simple-logo-centered .cygnus-module:first-child .inner-wrapper,
.simple-logo-centered.lateral-lines .cygnus-module:first-child .inner-wrapper,
.simple-logo-centered .cygnus-module-menu:first-child .inner-wrapper,
.simple-logo-centered.lateral-lines .cygnus-module-menu:first-child .inner-wrapper {
right: 0 !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.simple-logo-centered .cygnus-module {
margin-left: 20px;
}
.simple-logo-centered.lateral-lines .cygnus-module {
padding-left: 20px;
}
}
.classic-logo-centered {   }
.classic-logo-centered > .container > .row {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -ms-flexbox;
display: -o-flex;
display: flex;
-webkit-align-items: center;
-ms-align-items: center;
align-items: center;
}
.classic-logo-centered .row {
position: relative;
}
.classic-logo-centered .header-right-area {
position: absolute;
top: 0;
bottom: 0;
right: 0;
}
.classic-logo-centered .cygnus-module {
float: right;
display: table !important;
height: 100%;
margin-left: 30px;
position: relative;
}
.classic-logo-centered .cygnus-module .centered {
display: table-cell !important;
vertical-align: middle !important;
}
.classic-logo-centered .cygnus-module:last-child {
margin-left: 0;
}
.classic-logo-centered .cygnus-modules-to-left .cygnus-module {
float: left;
margin-left: 0;
margin-right: 30px;
color: #999999;
}
.classic-logo-centered .cygnus-modules-to-left .cygnus-module i,
.classic-logo-centered .cygnus-modules-to-left .cygnus-module strong {
color: #1a1a1a;
}
.classic-logo-centered .cygnus-modules-to-left .cygnus-module i {
position: relative;
display: inline-block;
margin-right: 5px;
}
.classic-logo-centered .cygnus-modules-to-left .cygnus-module:last-child {
margin-right: 0;
}
.classic-logo-centered .logo {
text-align: center;
margin: 0px;
}
.classic-logo-centered .cygnus-module-menu {
float: right;
height: 100%;
margin-left: 30px;
position: relative;
margin-top: 25px;
}
.classic-logo-centered .cygnus-module-menu:last-child {
margin-left: 0;
}
.classic-logo-centered .mega_main_menu .mega_main_menu_ul {
height: 100%;
}
.classic-logo-centered .mega_main_menu .mega_main_menu_ul > li {
float: left;
position: relative;
height: 100%;
}
.classic-logo-centered .mega_main_menu .mega_main_menu_ul > li > .item_link {
display: inline-block;
height: 100%;
}
.classic-logo-centered .mega_main_menu .mega_main_menu_ul > li > .item_link .item_link_content {
display: block;
position: relative;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.classic-logo-centered .menu-area-wrapper .mega_main_menu {
float: none !important;
display: block;
width: 100%;
}
.classic-logo-centered .menu-area-wrapper .mega_main_menu .mega_main_menu_ul {
display: inline-block;
}
.classic-logo-centered .menu-area-wrapper .mega_main_menu.centralized-menu {
text-align: center;
}
.classic-logo-centered .menu-area-wrapper > .container {
border-top: 1px solid rgba(255,255,255,0.2);
border-bottom: 1px solid rgba(255,255,255,0.2);
position: relative;
}
.classic-logo-centered.style2-logo-centered .menu-area-wrapper {
background-color: #141414;
}
.classic-logo-centered.style2-logo-centered .menu-area-wrapper > .container {
border: none;
}
.classic-logo-centered .menu-area-wrapper .cygnus-module-menu,
.classic-logo-centered .menu-area-wrapper .cygnus-module,
.classic-logo-centered .menu-area-wrapper .mega_main_menu .mega_main_menu_ul > li > .item_link {
height: 55px;
}
.classic-logo-centered .menu-area-wrapper .menu-area {
position: relative;
} .classic-logo-centered.lateral-lines .cygnus-module { padding-left: 30px;
}
.classic-logo-centered.lateral-lines .cygnus-module:after {
content: "";
display: block;
width: 1px;
height: 20px;
border-left: 1px solid rgba(133, 143, 158, 0);
position: absolute;
top: 50%;
left: 0px;
margin-top: -10px;
}
.classic-logo-centered.lateral-lines .cygnus-module:last-child {
padding-left: 0;
}
.classic-logo-centered.lateral-lines .cygnus-module:last-child:after {
display: none;
}
.classic-logo-centered.lateral-lines .cygnus-modules-to-left .cygnus-module {
padding-left: 0;
padding-right: 30px;
}
.classic-logo-centered.lateral-lines .cygnus-modules-to-left .cygnus-module:after {
left: auto;
right: 0px;
}
.classic-logo-centered.lateral-lines .cygnus-modules-to-left .cygnus-module:last-child {
padding-right: 0;
}
.classic-logo-centered.stuck .menu-area-wrapper {
border-color: transparent;
}
@media (max-width: 767px) {
.classic-logo-centered .cygnus-module {
margin-left: 20px;
}
.classic-logo-centered .cygnus-module.woo-cart {
margin-left: 13px;
}
.classic-logo-centered .cygnus-module:first-child .inner-wrapper {
right: 0 !important;
}
.classic-logo-centered.lateral-lines .cygnus-module {
padding-left: 20px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.classic-logo-centered .cygnus-module {
margin-left: 20px;
}
.classic-logo-centered.lateral-lines .cygnus-module {
padding-left: 20px;
}
} .style2-logo-centered .mega_main_menu .mega_main_menu_ul > li > .item_link {
text-transform: uppercase;
font-weight: 700;
color: #efefef;
}
.style2-logo-centered.lateral-lines .mega_main_menu .mega_main_menu_ul > li > .item_link {
border-left: 1px solid #404040;
}
.style2-logo-centered.lateral-lines .mega_main_menu .mega_main_menu_ul > li:last-child > .item_link {
border-right: 1px solid #404040;
}
.style2-logo-centered.lateral-lines .cygnus-module:after {
content: "";
display: block;
width: 1px;
height: 12px;
border-left: 1px solid #e5e5e5;
position: absolute;
top: 50%;
left: 0px;
margin-top: -8px;
}
.style2-logo-centered .mega_main_menu .mega_main_menu_ul > li > .item_link,
.style2-logo-centered .mega_main_menu .mega_main_menu_ul > li:hover > .item_link {
border-bottom: 0;
}
.style2-logo-centered .mega_main_menu .mega_main_menu_ul > li:hover > .item_link,
.style2-logo-centered .mega_main_menu .mega_main_menu_ul > li:hover > .item_link > .item_link_content > .link-text:after {
color: #f8f8f8;
}
.style2-logo-centered.cygnus-layout.header a {
color: #333;
}
.style2-logo-centered.cygnus-layout.header.light .woo-cart .basket-wrapper .top,
.style2-logo-centered.cygnus-layout.header.light .woo-cart .basket-wrapper .basket {
border-color: #333;
}
.style2-logo-centered.cygnus-layout.header.light a {
color: #FFF;
}
.style2-logo-centered.cygnus-layout.header.light .woo-cart .basket-wrapper .top,
.style2-logo-centered.cygnus-layout.header.light .woo-cart .basket-wrapper .basket {
border-color: #FFF;
}
.style2-logo-centered.cygnus-layout.header.light .cygnus-module:after {
border-color: rgba(255, 255, 255, 0.2);
}
.simple-left-right {  background: transparent !important;     }
.simple-left-right .row {
position: relative;
}
.simple-left-right .header-right-area {
position: absolute;
top: 0;
bottom: 0;
right: 0;
}
.simple-left-right .logo {
display: block;
text-align: center;
padding: 40px 25px 25px;
margin: 0px !important;
}
.simple-left-right .cygnus-module {
position: relative;
}
.simple-left-right .cygnus-module:last-child {
margin-left: 0;
}
.simple-left-right .modules-row {
text-align: center;
}
.simple-left-right .modules-row .cygnus-module {
display: inline-block;
padding: 10px 35px 20px;
text-align: left;
}
.simple-left-right .mega_main_menu .mega_main_menu_ul > li > .item_link {
padding: 15px 25px 15px;
border-bottom: 0;
border-left: 0;
border-right: 0 !important;
}
.simple-left-right .mega_main_menu .mega_main_menu_ul > li > .item_link i {
padding-right: 0 !important;
margin-right: 5px;
display: inline-block;
float: none;
}
.simple-left-right .mega_main_menu .mega_main_menu_ul > li:hover > .item_link {
border-bottom-color: transparent;
}
.simple-left-right .mega_main_menu.icons-top i {
margin-right: 0 !important;
display: block !important;
}
.simple-left-right .mega_main_menu.direction-vertical.icons-left .mega_main_menu_ul > li > .item_link > span {
margin-left: 0;
}
.simple-left-right .mega_main_menu .mega_main_menu_ul.menu.with-arrow > li.widgets_dropdown > .item_link .link_text:after,
.simple-left-right .mega_main_menu .mega_main_menu_ul.menu.with-arrow > li.menu-item-has-children > .item_link .link_text:after {
display: none;
}
.simple-left-right.centered-menu-items .mega_main_menu.primary .mega_main_menu_ul > li > .item_link {
padding-left: 50px;
}
.simple-left-right .single-module-row {
padding: 25px 25px;
text-align: center;
}
.simple-left-right .single-module-row .cygnus-module {
display: inline-block;
margin-bottom: 20px;
}
.simple-left-right .single-module-row .cygnus-module:last-child {
margin-bottom: 0;
}
.simple-left-right .widget-area {
margin-top: 25px;
}
.simple-left-right .widget-area .widget {
margin-bottom: 30px;
padding: 0px 50px 0px;
}
.simple-left-right .widget-area .widget .widget-title {
font-size: 14px;
color: #858f9e;
text-transform: uppercase;
margin-bottom: 15px;
}
.simple-left-right .widget-area .widget .textwidget {
line-height: 1.65;
}
.simple-left-right .widget-area .widget p:last-child {
margin-bottom: 0;
}
.simple-left-right .widget-area .widget ul {
margin: 0;
padding: 0;
list-style-type: none;
}
.simple-left-right .widget-area .widget ol {
margin: 0;
list-style-type: decimal;
}
.simple-left-right .widget-area .widget li {
padding: 0;
margin-bottom: 15px;
}
.simple-left-right .widget-area .widget li:last-child {
margin-bottom: 0;
}
.simple-left-right .widget-area .widget .post-date {
display: block;
font-size: 85%;
}
.simple-left-right .widget-area .widget input[type="text"],
.simple-left-right .widget-area .widget input[type="email"],
.simple-left-right .widget-area .widget input[type="password"],
.simple-left-right .widget-area .widget input[type="search"],
.simple-left-right .widget-area .widget textarea {
display: block;
padding: 10px 10px;
max-width: 100%;
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border: 2px solid #858f9e;
color: #858f9e;
background: transparent;
}
.simple-left-right .widget-area .widget input[type="text"]:focus,
.simple-left-right .widget-area .widget input[type="email"]:focus,
.simple-left-right .widget-area .widget input[type="password"]:focus,
.simple-left-right .widget-area .widget input[type="search"]:focus,
.simple-left-right .widget-area .widget textarea:focus {
border-color: #292d33;
color: #858f9e;
background: transparent;
outline: none;
}
.simple-left-right .widget-area .widget input[type="submit"] {
color: #858f9e;
border: 2px solid #858f9e;
background: transparent;
font-weight: bold;
text-transform: uppercase;
padding: 10px 10px;
font-size: 13px;
}
.simple-left-right .widget-area .widget input[type="submit"]:hover {
color: #ffffff;
border-color: #292d33;
background: #585858;
}
.simple-left-right .widget-area .widget input[type="submit"]:active,
.simple-left-right .widget-area .widget input[type="submit"]:focus {
outline: none;
}
.simple-left-right .widget-area .widget.widget_tag_cloud a {
font-size: 13px !important;
display: inline-block;
margin-right: 5px;
margin-bottom: 5px;
padding: 5px 8px;
color: #777777;
background-color: #f9f9f9;
-webkit-border-radius: 4px;
-webkit-background-clip: padding-box;
-moz-border-radius: 4px;
-moz-background-clip: padding;
border-radius: 4px;
background-clip: padding-box;
}
.simple-left-right .widget-area .widget.widget_tag_cloud a:hover {
border-color: #585858;
background-color: #585858;
color: #ffffff;
}
@media (max-width: 767px) {
.simple-left-right .logo {
padding-top: 25px;
padding-bottom: 25px;
}
.simple-left-right .modules-row {
text-align: center;
border-top: 1px solid #eeeeee;
border-bottom: 1px solid #eeeeee;
}
.simple-left-right .modules-row .cygnus-module {
padding: 15px 10px;
}
.radiuzz-m-l-aside .cygnus-layout.header .login-ajax .inner-wrapper,
.radiuzz-m-l-aside .cygnus-layout.header .live-search .inner-wrapper {
right: 50%;
-webkit-transform: translateX(50%);
-ms-transform: translateX(50%);
transform: translateX(50%);
}
.radiuzz-m-l-aside .cygnus-layout.header .live-search .inner-wrapper {
-webkit-transform: translateX(60%);
-ms-transform: translateX(60%);
transform: translateX(60%);
}
.radiuzz-m-l-aside .cygnus-layout.header .login-ajax .inner-wrapper:before,
.radiuzz-m-l-aside .cygnus-layout.header .live-search .inner-wrapper:before,
.radiuzz-m-l-aside .cygnus-layout.header .login-ajax .inner-wrapper:after,
.radiuzz-m-l-aside .cygnus-layout.header .live-search .inner-wrapper:after {
content: none;
}
.radiuzz-m-l-aside .cygnus-layout.header .woo-cart .inner-wrapper {
right: 50%;
-webkit-transform: translateX(30.5%) translateZ(0);
-ms-transform: translateX(30.5%) translateZ(0);
transform: translateX(30.5%) translateZ(0);
}
.radiuzz-m-l-aside .cygnus-layout.header .woo-cart .inner-wrapper:before,
.radiuzz-m-l-aside .cygnus-layout.header .woo-cart .inner-wrapper:after {
content: none;
}
.radiuzz-m-l-aside .cygnus-layout.header .inner-form:before,
.radiuzz-m-l-aside .cygnus-layout.header .inner-form:after {
left: 94%;
}
.simple-left-right .modules-row .cygnus-module.responsive-menu {
display: inline-block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.simple-left-right .logo {
padding-top: 25px;
padding-bottom: 25px;
}
.simple-left-right .modules-row {
border-top: 1px solid #eeeeee;
border-bottom: 1px solid #eeeeee;
}
.simple-left-right .modules-row .cygnus-module {
padding: 15px 10px;
}
.simple-left-right .modules-row .cygnus-module.responsive-menu {
display: inline-block !important;
}
}
@media (min-width: 992px) { .radiuzz-m-l-aside-left .cygnus-layout.header .login-ajax .inner-wrapper,
.radiuzz-m-l-aside-left .cygnus-layout.header .live-search .inner-wrapper {
left: 0;
right: auto;
}
.radiuzz-m-l-aside-left .cygnus-layout.header .woo-cart .inner-wrapper {
left: 100%;
top: 0;
}
.radiuzz-m-l-aside-left .cygnus-layout.header .woo-cart .inner-wrapper:before {
border-color: transparent #e7e7e7;
top: 15px;
bottom: auto;
right: auto;
border-width: 15px 15px 15px 0;
left: -15px;
}
.radiuzz-m-l-aside-left .cygnus-layout.header .woo-cart .inner-wrapper:after {
border-color: transparent white;
top: 15px;
bottom: auto;
right: auto;
border-width: 15px 15px 15px 0;
left: -13px;
}
.radiuzz-m-l-aside-left .cygnus-layout.header .login-ajax .inner-wrapper .inner-form:before,
.radiuzz-m-l-aside-left .cygnus-layout.header .live-search .inner-wrapper .inner-form:before,
.radiuzz-m-l-aside-left .cygnus-layout.header .woo-cart .inner-wrapper .inner-form:before,
.radiuzz-m-l-aside-left .cygnus-layout.header .login-ajax .inner-wrapper .inner-form:after,
.radiuzz-m-l-aside-left .cygnus-layout.header .live-search .inner-wrapper .inner-form:after,
.radiuzz-m-l-aside-left .cygnus-layout.header .woo-cart .inner-wrapper .inner-form:after {
left: 8%;
}
.radiuzz-m-l-aside-left .cygnus-layout.header .live-search.search-top-style .inner-wrapper .inner-form:after,
.radiuzz-m-l-aside-left .cygnus-layout.header .live-search.search-top-style .inner-wrapper .inner-form:before {
left: 0;
}
.radiuzz-m-l-aside-left .cygnus-layout.header .login-ajax .inner-wrapper .inner-cart:before,
.radiuzz-m-l-aside-left .cygnus-layout.header .live-search .inner-wrapper .inner-cart:before,
.radiuzz-m-l-aside-left .cygnus-layout.header .woo-cart .inner-wrapper .inner-cart:before,
.radiuzz-m-l-aside-left .cygnus-layout.header .login-ajax .inner-wrapper .inner-cart:after,
.radiuzz-m-l-aside-left .cygnus-layout.header .live-search .inner-wrapper .inner-cart:after,
.radiuzz-m-l-aside-left .cygnus-layout.header .woo-cart .inner-wrapper .inner-cart:after {
left: 16%;
}
.radiuzz-m-l-aside-left .cygnus-layout.header .live-search.search-top-style .inner-wrapper .inner-cart:before,
.radiuzz-m-l-aside-left .cygnus-layout.header .live-search.search-top-style .inner-wrapper .inner-cart:after {
left: 0;
}
.radiuzz-m-l-aside-right .login-ajax .inner-wrapper,
.radiuzz-m-l-aside-right .live-search .inner-wrapper {
right: -8px;
}
.radiuzz-m-l-aside-right .live-search.search-top-style .inner-wrapper {
right: 0;
}
.radiuzz-m-l-aside-right .woo-cart .inner-wrapper {
right: 100%;
top: 0;
}
.radiuzz-m-l-aside-right .cygnus-layout.header .woo-cart .inner-wrapper:before {
border-color: transparent #e7e7e7;
top: 15px;
bottom: auto;
right: -15px;
border-width: 15px 0 15px 15px;
left: auto;
}
.radiuzz-m-l-aside-right .cygnus-layout.header .woo-cart .inner-wrapper:after {
border-color: transparent white;
top: 15px;
bottom: auto;
right: -13px;
border-width: 15px 0 15px 15px;
left: auto;
}
}
.only-menu {   }
.only-menu .row {
position: relative;
}
.only-menu .header-right-area {
position: absolute;
top: 0;
bottom: 0;
right: 0;
}
.only-menu .cygnus-module {
float: right;
display: table !important;
height: 100%;
margin-left: 30px;
position: relative;
}
.only-menu .cygnus-module .centered {
display: table-cell !important;
vertical-align: middle !important;
}
.only-menu .cygnus-module:last-child {
margin-left: 0;
}
.only-menu .cygnus-module-menu {
float: right;
height: 100%;
margin-left: 30px;
position: relative;
}
.only-menu .cygnus-module-menu:last-child {
margin-left: 0;
}
.only-menu .mega_main_menu .mega_main_menu_ul {
height: 100%;
}
.only-menu .mega_main_menu .mega_main_menu_ul > li {
float: left;
position: relative;
height: 100%;
}
.only-menu .mega_main_menu .mega_main_menu_ul > li > .item_link {
display: inline-block;
height: 100%;
}
.only-menu .mega_main_menu .mega_main_menu_ul > li > .item_link .item_link_content {
display: block;
position: relative;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.only-menu .menu-area-wrapper .mega_main_menu {
float: none !important;
display: block;
position: relative;
z-index: 15000;
}
.only-menu .menu-area-wrapper .mega_main_menu .mega_main_menu_ul {
display: inline-block;
}
.only-menu .menu-area-wrapper .mega_main_menu.centralized-menu {
text-align: center;
width: 100%;
}
.only-menu .menu-area-wrapper .cygnus-module,
.only-menu .menu-area-wrapper .cygnus-module-menu {
height: 90px;
}
.only-menu .menu-area-wrapper .cygnus-module {
position: relative;
z-index: 20000;
} .only-menu.lateral-lines .cygnus-module { padding-left: 30px;
}
.only-menu.lateral-lines .cygnus-module:after {
content: "";
display: block;
width: 1px;
height: 30px;
border-left: 1px dotted #858f9e;
position: absolute;
top: 50%;
left: 0px;
margin-top: -15px;
}
.only-menu.lateral-lines .cygnus-module:last-child {
padding-left: 0;
}
.only-menu.lateral-lines .cygnus-module:last-child:after {
display: none;
}
@media (max-width: 767px) {
.only-menu .cygnus-module {
margin-left: 20px;
}
.only-menu .cygnus-module:first-child .inner-wrapper {
right: 0 !important;
}
.only-menu.lateral-lines .cygnus-module {
padding-left: 20px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.only-menu .cygnus-module {
margin-left: 20px;
}
.only-menu.lateral-lines .cygnus-module {
padding-left: 20px;
}
}  .cygnus-layout.footer {
background: #1f1f1f;
padding: 50px 0 30px;
color: #737373;
z-index: 3;
position: relative;
font-size: 15px;
-webkit-transition: -webkit-transform 0.8s cubic-bezier(0.68, 0, 0.29, 1);
-moz-transition: -moz-transform 0.8s cubic-bezier(0.68, 0, 0.29, 1);
transition: transform 0.8s cubic-bezier(0.68, 0, 0.29, 1);
}
.cygnus-layout.footer.light {
background-color: #ffffff;
color: #292d33;
}
.cygnus-layout.footer {
background-repeat: no-repeat;
background-size: contain;
background-position: center bottom;
background-image: url(//www.birdepoch.com/wp-content/themes/cygnus/images/footer_bg.png);
}
.sideheader-visible .cygnus-layout.footer {
-webkit-transform: translateX(-350px);
-ms-transform: translateX(-350px);
transform: translateX(-350px);
}
.cygnus-layout.footer a {
-webkit-transition: background 350ms ease-in-out, border-color 350ms ease-in-out, color 150ms ease-in-out;
-moz-transition: background 350ms ease-in-out, border-color 350ms ease-in-out, color 150ms ease-in-out;
-ms-transition: background 350ms ease-in-out, border-color 350ms ease-in-out, color 150ms ease-in-out;
-o-transition: background 350ms ease-in-out, border-color 350ms ease-in-out, color 150ms ease-in-out;
transition: background 350ms ease-in-out, border-color 350ms ease-in-out, color 150ms ease-in-out;
}
.cygnus-layout.footer .textwidget p {
margin-bottom: 11px;
line-height: 24px;
}
.cygnus-layout.footer .textwidget img {
margin-bottom: 18px;
}
.cygnus-layout.footer a:hover {
color: #ffffff;
text-decoration: none;
}
.cygnus-layout.footer.light a:hover {
color: #1a1a1a;
}
.cygnus-layout.footer .constrast-text {
color: #fff;
}
.cygnus-layout.footer .constrast-text a {
color: #585858;
}
.cygnus-layout.footer .constrast-text a:hover {
color: #585858;
}
.sticky-footer .cygnus-layout.footer {
position: fixed;
bottom: 0;
left: 0;
right: 0;
z-index: 0;
}
.boxed-laterals.sticky-footer .cygnus-layout.footer,
.boxed.sticky-footer .cygnus-layout.footer {
left: 50px;
right: 50px;
} .cygnus-layout.footer,
.dynamic-footer .wpb_widgetised_column { }
.cygnus-layout.footer p {
margin-bottom: 19px;
}
.cygnus-layout.footer .widget,
.dynamic-footer .wpb_widgetised_column .widget {
margin-bottom: 35px; }
.cygnus-layout.footer .widget .widget-title,
.dynamic-footer .wpb_widgetised_column .widget .widget-title {
font-size: 15px;
font-weight: 600;
line-height: 1.25;
color: #ffffff;
padding: 0;
margin: 0 0 16px;
position: relative;
letter-spacing: 1px;
}
.cygnus-layout.footer.light .widget .widget-title,
.dynamic-footer.light .wpb_widgetised_column .widget .widget-title {
color: #1a1a1a;
}
.cygnus-layout.footer .widget .widget-title a,
.dynamic-footer .wpb_widgetised_column .widget .widget-title a {
color: #585858;
}
.cygnus-layout.footer .widget .widget-title span,
.dynamic-footer .wpb_widgetised_column .widget .widget-title span {
color: #7f7f7f;
}
.cygnus-layout.footer .widget p:last-child,
.dynamic-footer .wpb_widgetised_column .widget p:last-child {
margin-bottom: 0;
}
.cygnus-layout.footer .widget ul,
.dynamic-footer .wpb_widgetised_column .widget ul {
margin: 0;
padding: 0;
list-style-type: none;
}
.cygnus-layout.footer .widget ul.children {
padding-left: 10px;
}
.cygnus-layout.footer .widget ol,
.dynamic-footer .wpb_widgetised_column .widget ol {
margin: 0;
padding: 0 0 0 25px;
list-style-type: decimal;
}
.cygnus-layout.footer .widget li,
.dynamic-footer .wpb_widgetised_column .widget li {
padding: 0;
margin-bottom: 7px;
position: relative;
}
.widget.widget_categories li, .widget.widget_archive li, .widget.widget_crum_cat_arch li {
display: block;
width: 100%;
overflow: hidden;
padding: 10px 0 !important;
color: #bcbcbc;
border-bottom: 1px dotted rgba(255,255,255,0.1);
}
.widget.widget_categories li:before {
content: "";
position: absolute;
left: 0;
top: 25px;
margin-top: -2.5px;
width: 7px;
height: 7px;
border-radius: 50%;
border: 1px solid #585858;
}
.widget.widget_categories li a, .widget.widget_archive li a, .widget.widget_crum_cat_arch li a {
position: relative;
display: inline-block;
font-size: 14px;
font-weight: 400;
font-style: normal;
text-transform: none;
letter-spacing: 0px;
-webkit-transition:  .3s ease;
-moz-transition:  .3s ease;
transition:  .3s ease;
margin-left: 20px;
color: #fff;
}
.widget.widget_categories li a:hover {
margin-left: 30px;
}
.cygnus-layout.footer .widget #menu-useful-links:after,
.cygnus-layout.footer .widget #menu-useful-links:before,
.dynamic-footer .wpb_widgetised_column .widget #menu-useful-links:after,
.dynamic-footer .wpb_widgetised_column .widget #menu-useful-links:before {
content: ' ';
display: table;
}
.cygnus-layout.footer .widget #menu-useful-links:after,
.dynamic-footer .wpb_widgetised_column .widget #menu-useful-links:after {
clear: both;
}
.cygnus-layout.footer .widget #menu-useful-links li,
.dynamic-footer .wpb_widgetised_column .widget #menu-useful-links li {
font-weight: 500;
float: left;
width: 50%;
}
.cygnus-layout.footer .widget .menu li,
.dynamic-footer .wpb_widgetised_column .widget .menu li {
font-weight: 500;
}
.cygnus-layout.footer .widget li:last-child,
.dynamic-footer .wpb_widgetised_column .widget li:last-child {
margin-bottom: 0;
}
.cygnus-layout.footer .widget input[type="text"],
.dynamic-footer .wpb_widgetised_column .widget input[type="text"],
.cygnus-layout.footer .widget input[type="email"],
.dynamic-footer .wpb_widgetised_column .widget input[type="email"],
.cygnus-layout.footer .widget input[type="password"],
.dynamic-footer .wpb_widgetised_column .widget input[type="password"],
.cygnus-layout.footer .widget input[type="search"],
.dynamic-footer .wpb_widgetised_column .widget input[type="search"],
.cygnus-layout.footer .widget textarea,
.dynamic-footer .wpb_widgetised_column .widget textarea,
.cygnus-layout.footer .widget select,
.dynamic-footer .wpb_widgetised_column .widget select {
display: block;
padding: 10px 10px;
max-width: 100%;
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border: 2px solid #363636;
color: #7f7f7f;
background-color: transparent;
}
.cygnus-layout.footer .widget input[type="text"]:focus,
.dynamic-footer .wpb_widgetised_column .widget input[type="text"]:focus,
.cygnus-layout.footer .widget input[type="email"]:focus,
.dynamic-footer .wpb_widgetised_column .widget input[type="email"]:focus,
.cygnus-layout.footer .widget input[type="password"]:focus,
.dynamic-footer .wpb_widgetised_column .widget input[type="password"]:focus,
.cygnus-layout.footer .widget input[type="search"]:focus,
.dynamic-footer .wpb_widgetised_column .widget input[type="search"]:focus,
.cygnus-layout.footer .widget textarea:focus,
.dynamic-footer .wpb_widgetised_column .widget textarea:focus,
.cygnus-layout.footer .widget select:focus,
.dynamic-footer .wpb_widgetised_column .widget select:focus {
border-color: #ffffff;
color: #ffffff;
background-color: transparent;
outline: none;
}
.cygnus-layout.footer .widget input[type="text"] option,
.dynamic-footer .wpb_widgetised_column .widget input[type="text"] option,
.cygnus-layout.footer .widget input[type="email"] option,
.dynamic-footer .wpb_widgetised_column .widget input[type="email"] option,
.cygnus-layout.footer .widget input[type="password"] option,
.dynamic-footer .wpb_widgetised_column .widget input[type="password"] option,
.cygnus-layout.footer .widget input[type="search"] option,
.dynamic-footer .wpb_widgetised_column .widget input[type="search"] option,
.cygnus-layout.footer .widget textarea option,
.dynamic-footer .wpb_widgetised_column .widget textarea option,
.cygnus-layout.footer .widget select option,
.dynamic-footer .wpb_widgetised_column .widget select option {
background: #242424;
}
.cygnus-layout.footer .widget ::-webkit-input-placeholder,
.dynamic-footer .wpb_widgetised_column .widget ::-webkit-input-placeholder {
color: #7f7f7f;
}
.cygnus-layout.footer .widget :-moz-placeholder,
.dynamic-footer .wpb_widgetised_column .widget :-moz-placeholder {
color: #7f7f7f;
}
.cygnus-layout.footer .widget ::-moz-placeholder,
.dynamic-footer .wpb_widgetised_column .widget ::-moz-placeholder {
color: #7f7f7f;
}
.cygnus-layout.footer .widget :-ms-input-placeholder,
.dynamic-footer .wpb_widgetised_column .widget :-ms-input-placeholder {
color: #7f7f7f;
}
.cygnus-layout.footer .widget input[type="submit"],
.dynamic-footer .wpb_widgetised_column .widget input[type="submit"] {
color: #ffffff;
border: 2px solid #585858;
padding: 10px 15px;
font-size: 13px;
color: #7f7f7f;
background: transparent;
border-color: #363636;
}
.cygnus-layout.footer .widget input[type="submit"]:hover,
.dynamic-footer .wpb_widgetised_column .widget input[type="submit"]:hover {
color: #ffffff;
border-color: #ffffff;
background: #585858;
}
.cygnus-layout.footer .widget input[type="submit"]:active,
.dynamic-footer .wpb_widgetised_column .widget input[type="submit"]:active,
.cygnus-layout.footer .widget input[type="submit"]:focus,
.dynamic-footer .wpb_widgetised_column .widget input[type="submit"]:focus {
outline: none;
}
.cygnus-layout.footer .widget input[type="submit"]:hover,
.dynamic-footer .wpb_widgetised_column .widget input[type="submit"]:hover {
border-color: #ffffff;
color: #ffffff;
background: transparent;
outline: none;
}
.cygnus-layout.footer .widget table > tbody > tr > td,
.dynamic-footer .wpb_widgetised_column .widget table > tbody > tr > td,
.cygnus-layout.footer .widget table > tbody > tr > th,
.dynamic-footer .wpb_widgetised_column .widget table > tbody > tr > th,
.cygnus-layout.footer .widget table > tfoot > tr > td,
.dynamic-footer .wpb_widgetised_column .widget table > tfoot > tr > td,
.cygnus-layout.footer .widget table > tfoot > tr > th,
.dynamic-footer .wpb_widgetised_column .widget table > tfoot > tr > th,
.cygnus-layout.footer .widget table > thead > tr > td,
.dynamic-footer .wpb_widgetised_column .widget table > thead > tr > td,
.cygnus-layout.footer .widget table > thead > tr > th,
.dynamic-footer .wpb_widgetised_column .widget table > thead > tr > th {
background-color: transparent;
}
.cygnus-layout.footer .widget .wp-caption,
.dynamic-footer .wpb_widgetised_column .widget .wp-caption {
background: rgba(0, 0, 0, 0.3);
}
.cygnus-layout.footer .widget .post-date,
.dynamic-footer .wpb_widgetised_column .widget .post-date {
display: block;
color: #7f7f7f;
}
.cygnus-layout.footer .widget.widget_tag_cloud a,
.dynamic-footer .wpb_widgetised_column .widget.widget_tag_cloud a {
font-size: 11px !important;
text-transform: uppercase;
display: inline-block;
margin-right: 5px;
margin-bottom: 5px;
padding: 5px 8px;
color: #7f7f7f;
border: 2px solid #363636;
}
.cygnus-layout.footer .widget.widget_tag_cloud a:hover,
.dynamic-footer .wpb_widgetised_column .widget.widget_tag_cloud a:hover {
border-color: #ffffff;
color: #ffffff;
}
.cygnus-layout.footer .widget:last-child,
.dynamic-footer .wpb_widgetised_column .widget:last-child {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: none;
}
.cygnus-layout.footer .widget .cygnus-social-icon,
.dynamic-footer .wpb_widgetised_column .widget .cygnus-social-icon {
display: inline-block;
font-size: 18px;
margin-right: 8px;
margin-bottom: 3px;
}
.cygnus-layout.footer .widget .cygnus-social-icon.circle,
.dynamic-footer .wpb_widgetised_column .widget .cygnus-social-icon.circle,
.cygnus-layout.footer .widget .cygnus-social-icon.square,
.dynamic-footer .wpb_widgetised_column .widget .cygnus-social-icon.square {
border: 1px solid #363636;
background: transparent;
color: #555555;
}
.dynamic-footer .wpb_widgetised_column .widget .cygnus-social-icon.circle:hover,
.cygnus-layout.footer .widget .cygnus-social-icon.square:hover,
.dynamic-footer .wpb_widgetised_column .widget .cygnus-social-icon.square:hover {
background: transparent;
color: #ffffff;
border-color: #ffffff;
}
.cygnus-layout.footer .widget .cygnus-social-icon.circle:hover {
border-color: transparent;
}
.cygnus-layout.footer .widget #searchform #searchsubmit,
.dynamic-footer .wpb_widgetised_column .widget #searchform #searchsubmit {
margin-top: 10px;
}
.cygnus-layout.footer .widget .textwidget figure {
margin-bottom: 12px;
}
.cygnus-layout.footer .widget .textwidget ul li i {
margin-right: 4px;
}
.dynamic-footer .wpb_widgetised_column .widget:last-child {
margin-bottom: 0 !important;
border-bottom: none !important;
padding-bottom: 0px !important;
}
.cygnus-layout.footer .widget.widget_recent_entries li:last-child {
border-bottom: none;
}
.cygnus-layout.footer .widget.widget_recent_entries figure {
width: 50px;
height: 50px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.cygnus-layout.footer .widget.widget_recent_entries .widget-title {
margin-bottom: 25px;
}
.cygnus-layout.footer .widget.widget_recent_entries div {
padding-left: 15px;
}
.cygnus-layout.footer .widget.widget_recent_entries figure a {
margin: 0;
}
.cygnus-layout.footer .widget.widget_recent_entries figure:hover {
opacity: 0.8;
}
.cygnus-layout.footer .widget.widget_recent_entries a {
color: #989898;
font-size: 15px;
line-height: 1.5em;
margin-bottom: 3px;
font-weight: 400;
padding-top: 0;
}
.cygnus-layout.footer .widget.widget_recent_entries a:hover {
color: #ffffff;
}
.cygnus-layout.footer.light .widget.widget_recent_entries a {
color: #1a1a1a;
}
.cygnus-layout.footer.light .widget.widget_recent_entries a:hover {
color: #585858;
}
.cygnus-layout.footer .widget.widget_recent_entries .post-date {
font-size: 11px;
line-height: 1.4em;
font-style: italic;
}
.cygnus-layout.footer .widget_instagram_feed ul li {
width: 60px;
height: 60px;
margin: 0 7px 7px 0 !important;
padding: 0 !important;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.cygnus-layout.footer .widget_instagram_feed ul li:hover {
opacity: 0.8;
}
.cygnus-layout.footer .widget .menu-useful-links-container {
margin-top: -5px;
}
.bottom-footer.two-columns.light-alt,
.footer.footer-compact.light-alt {
padding: 80px 15px 62px;
}
.bottom-footer.two-columns.light-alt {
border-top: none;
}
.bottom-footer.two-columns.light-alt .logo-container,
.footer.footer-compact.light-alt .logo-container {
margin-bottom: 25px;
}
.footer.footer-compact .socials,
.cygnus-layout.footer .widget .socials {
margin: 27px 0 0;
text-align: center;
}
.bottom-footer.two-columns.light-alt .social-icons,
.footer.footer-compact.light-alt .socials {
margin-bottom: 22px;
}
.footer.footer-compact .socials li,
.cygnus-layout.footer .widget .socials li {
display: inline-block;
width: 40px;
height: 40px;
line-height: 40px;
margin-right: 15px;
}
.bottom-footer.two-columns.light-alt .social-icons li,
.footer.footer-compact.light-alt .socials li {
width: 35px;
height: 35px;
line-height: 35px;
margin-right: 7px;
}
.footer.footer-compact .socials li a,
.cygnus-layout.footer .widget .socials li a {
display: inline-block;
width: 100%;
height: 100%;
text-align: center;
color: #666666;
font-size: 24px;
font-weight: 300;
}
.bottom-footer.two-columns.light-alt .social-icons a,
.footer.footer-compact.light-alt .socials li a {
border-radius: 50em;
}
.footer.footer-compact .socials li a i,
.cygnus-layout.footer .widget .socials li a i {
margin: 0 !important;
}
.footer.footer-compact .socials li a:hover,
.cygnus-layout.footer .widget .socials li a:hover {
color: #ffffff;
background-color: #585858;
}
.cygnus-layout.footer.light .widget .socials li a {
color: #777777;
}
.footer.footer-compact.light .socials li a {
color: #adadad;
background-color: #ebebeb;
}
.bottom-footer.two-columns.light-alt .social-icons a,
.footer.footer-compact.light-alt .socials li a {
background-color: #f5f5f5;
color: #262626;
}
.cygnus-layout.footer.light .widget .socials li a:hover {
color: #777777;
background-color: #ffffff;
}
.footer.footer-compact.light .socials li a:hover {
color: #ffffff;
background-color: #585858;
}
.bottom-footer.two-columns.light-alt .social-icons a:hover,
.footer.footer-compact.light-alt .socials li a:hover {
background-color: #262626;
color: #f5f5f5;
}
.footer.footer-compact {
padding-top: 100px;
font-size: 16px;
font-weight: 400;
text-align: center;
}
.footer.footer-compact.light {
background-color: #f5f5f5;
}
.bottom-footer.two-columns.light-alt,
.footer.footer-compact.light-alt {
background-color: #ffffff;
}
.footer.footer-compact a {
color: #585858;
}
.footer.footer-compact .logo-container {
margin-bottom: 16px;
}
.footer.footer-compact .socials {
margin-top: 4px;
}
.footer.footer-compact .footer-compact-text {
margin-bottom: 19px;
}
.bottom-footer.two-columns.light-alt .footer-compact-text,
.footer.footer-compact.light-alt .footer-compact-text {
font-size: 14px;
line-height: 30px;
}
@media (min-width: 1200px) {
.cygnus-layout.footer .widget_instagram_feed ul li:nth-child(4n) {
margin-right: 0 !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.cygnus-layout.footer .widget_instagram_feed ul li {
width: 66px;
height: 66px;
margin: 0 6px 6px 0 !important;
}
.cygnus-layout.footer .widget_instagram_feed ul li:nth-child(3n) {
margin-right: 0 !important;
}
}
@media (max-width: 991px) {
.cygnus-layout.footer .widget {
margin-bottom: 60px !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.cygnus-layout.footer .widget_instagram_feed ul li {
width: 80px;
height: 80px;
margin: 0 8px 8px 0 !important;
}
.cygnus-layout.footer .widget_instagram_feed ul li:nth-child(4n) {
margin-right: 0 !important;
}
.cygnus-layout.footer > .container > .row {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.cygnus-layout.footer > .container > .row > [class*=col-] {
width: 49.935%;
}
}
@media (max-width: 767px) {
.widget-col {
margin: 0 0 30px;
}
.widget-col:last-child {
margin: 0;
}
.cygnus-layout.footer .widget_instagram_feed ul li {
width: 80px;
height: 80px;
margin: 0 1.84% 1.84% 0 !important;
}
.cygnus-layout.footer .widget .menu li {
width: 100%;
}
} .cygnus-layout.bottom-footer {
background: #1f1f1f;
font-size: 14px;
line-height: 1.25;
color: #7f7f7f;
z-index: 999;
position: relative;
border-top: 1px solid #313131;
-webkit-transition: all 0.8s cubic-bezier(0.68, 0, 0.29, 1);
-moz-transition: all 0.8s cubic-bezier(0.68, 0, 0.29, 1);
transition: all 0.8s cubic-bezier(0.68, 0, 0.29, 1);
}
.cygnus-layout.bottom-footer {
padding: 70px 0;
}
.cygnus-layout.footer + .cygnus-layout.bottom-footer {
padding: 20px 0;
}
.cygnus-layout.bottom-footer.light {
background: #ffffff;
color: #999999;
border: none;
padding-top: 0;
}
.cygnus-layout.bottom-footer.light > .container {
padding-top: 48px;
border-top: 1px solid #e6e6e6;
}
.cygnus-layout.bottom-footer.style2 {
padding: 80px 0;
}
.cygnus-layout.bottom-footer a {
color: #585858;
-webkit-transition: background 350ms ease-in-out, border-color 350ms ease-in-out, color 150ms ease-in-out;
-moz-transition: background 350ms ease-in-out, border-color 350ms ease-in-out, color 150ms ease-in-out;
-ms-transition: background 350ms ease-in-out, border-color 350ms ease-in-out, color 150ms ease-in-out;
-o-transition: background 350ms ease-in-out, border-color 350ms ease-in-out, color 150ms ease-in-out;
transition: background 350ms ease-in-out, border-color 350ms ease-in-out, color 150ms ease-in-out;
}
.cygnus-layout.bottom-footer a:hover {
color: #ffffff;
text-decoration: none;
}
.cygnus-layout.bottom-footer .cygnus-social-icon {
display: inline-block;
font-size: 18px;
margin-right: 8px;
margin-bottom: 3px;
}
.cygnus-layout.bottom-footer .cygnus-social-icon.circle,
.cygnus-layout.bottom-footer .cygnus-social-icon.square {
background: #191919;
color: #9d9d9d;
}
.cygnus-layout.bottom-footer .cygnus-social-icon.circle:hover,
.cygnus-layout.bottom-footer .cygnus-social-icon.square:hover {
background: #585858;
color: #ffffff;
}
.cygnus-layout.bottom-footer.expanded-paddings {
padding: 85px 0;
}
.cygnus-layout.bottom-footer .full-width-footer {
margin: 0 15px;
}
.sticky-footer .cygnus-layout.bottom-footer {
position: fixed;
bottom: 0;
left: 0;
right: 0;
z-index: 0;
}
.sticky-footer.boxed-laterals .cygnus-layout.bottom-footer,
.sticky-footer.boxed .cygnus-layout.bottom-footer {
left: 50px;
right: 50px;
} .cygnus-layout.bottom-footer .social-icons a {
margin-right: 5px;
text-align: center;
font-size: 14px;
}
.cygnus-layout.bottom-footer .social-icons a:last-child {
margin: 0;
}
.cygnus-layout.bottom-footer .custom-text .cygnus-separator {
display: inline-block;
border-left: 1px dotted #565656;
margin: 0 15px;
}
.cygnus-layout.bottom-footer .custom-text a {
color: #ffcc00;
}
.cygnus-layout.bottom-footer .custom-text a:hover {
color: #d0aa12;
}
.cygnus-layout.bottom-footer .custom-text img {
margin-right: 25px;
} .bottom-footer .mega_main_menu .mega_main_menu_ul > li {
position: relative;
font-size: 15px;
font-weight: 700;
text-transform: uppercase;
}
.bottom-footer .mega_main_menu .mega_main_menu_ul > li > .item_link {
padding: 0px 10px;
color: #999999;
}
.bottom-footer.light .mega_main_menu .mega_main_menu_ul > li > .item_link {
color: #1a1a1a;
}
.bottom-footer .mega_main_menu .mega_main_menu_ul > li:hover > .item_link {
color: #585858;
}
.bottom-footer .mega_main_menu .mega_main_menu_ul > li > .item_link span.description_text {
font-size: 11px;
text-transform: initial;
}
.bottom-footer .mega_main_menu .mega_main_menu_ul > li > .item_link.with_icon i:before {
min-width: 14px;
}
.bottom-footer .mega_main_menu .mega_main_menu_ul > li.current-menu-ancestor > .item_link,
.bottom-footer .mega_main_menu .mega_main_menu_ul > li.current-menu-item > .item_link {
color: #ffffff;
}
.bottom-footer .mega_main_menu .mega_main_menu_ul > li.highlight_style > .item_link {
color: #ffffff;
}
.bottom-footer .mega_main_menu .mega_main_menu_ul > li.highlight_style > .item_link:hover {
color: #ffffff;
} .bottom-footer.two-columns {   }
.bottom-footer.two-columns .row {
position: relative;
}
.bottom-footer.two-columns .bottom-footer-left-area,
.bottom-footer.two-columns .bottom-footer-right-area {
display: inline-block;
vertical-align: middle;
}
.bottom-footer.two-columns .bottom-footer-right-area {
text-align: right;
}
.bottom-footer.two-columns .cygnus-module {
display: inline-block !important;
vertical-align: middle;
float: none !important;
margin-right: 30px;
position: relative;
}
.bottom-footer.two-columns .cygnus-module:last-child {
margin-right: 0;
}
.bottom-footer.two-columns .bottom-footer-left-area .cygnus-module:first-child,
.bottom-footer.two-columns .bottom-footer-left-area .cygnus-module-menu:first-child {
margin-right: 0;
}
.bottom-footer.two-columns .cygnus-module-menu {
display: inline-block !important;
vertical-align: middle;
float: none  !important;
margin-right: 30px;
position: relative;
}
.bottom-footer.two-columns .cygnus-module-menu:last-child {
margin-right: 0;
}
.bottom-footer.two-columns .social-icons a {
display: inline-block;
width: 40px;
height: 40px;
font-size: 16px !important;
line-height: 40px;
color: #666666;
background-color: #2b2b2b;
}
.bottom-footer.two-columns .social-icons a:hover {
color: #ffffff;
background-color: #585858;
}
.bottom-footer.two-columns.light .social-icons a {
color: #b3b3b3;
background-color: #f3f3f3;
}
.bottom-footer.two-columns.light .social-icons a:hover {
color: #ffffff;
background-color: #1a1a1a;
}
.bottom-footer.two-columns .footer-nav ul {
list-style: none;
padding: 0;
margin: 10px 0 0;
}
.bottom-footer.two-columns .footer-nav ul li {
display: inline-block;
font-weight: 600;
margin-left: 22px;
}
.bottom-footer.two-columns .footer-nav ul li:first-child {
margin-left: 0;
}
.bottom-footer.two-columns .footer-nav ul li a {
color: white;
}
.bottom-footer.two-columns .footer-nav ul li a:hover {
color: #585858;
}
.bottom-footer.two-columns .custom-text {
width: 100%;
}
.bottom-footer.two-columns .logo-enabled .custom-text {
width: auto;
}
.bottom-footer.two-columns .custom-text img {
margin: 0;
}
.bottom-footer.two-columns .custom-text p {
margin: 0;
position: relative;
top: 10px;
}
.bottom-footer.two-columns > .container > .row {
display: table;
width: 100%;
align-items: center;
vertical-align: middle;
}
.bottom-footer.two-columns .bottom-footer-left-area {
display: table;
height: 100%;
align-items: center;
vertical-align: middle;
}
.bottom-footer.two-columns .bottom-footer-left-area.logo-enabled + .bottom-footer-right-area {
padding: 11px 0;
}
.bottom-footer.two-columns .bottom-footer-right-area {
display: table-cell;
vertical-align: middle;
}
.bottom-footer.two-columns .bottom-footer-left > figure,
.bottom-footer.two-columns .bottom-footer-left-area > div {
display: table-cell !important;
vertical-align: middle;
}
.bottom-footer.two-columns > .container > .row {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -ms-flexbox;
display: -o-flex;
display: flex;
-webkit-align-items: center;
-ms-align-items: center;
align-items: center;
width: 100%;
margin: 0;
}
.bottom-footer.two-columns .bottom-footer-left-area,
.bottom-footer.two-columns .bottom-footer-right-area {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -ms-flexbox;
display: -o-flex;
display: flex;
-webkit-align-items: center;
-ms-align-items: center;
align-items: center;
}
.bottom-footer.two-columns .bottom-footer-left-area {
justify-content: flex-start;
padding-left: 0;
}
.bottom-footer.two-columns .bottom-footer-right-area {
justify-content: flex-end;
padding-right: 0;
}
.bottom-footer.two-columns .bottom-footer-left-area.logo-enabled .cygnus-module.custom-text {
padding-left: 22px;
}
@media (max-width: 991px) {
.bottom-footer.two-columns .bottom-footer-left-area,
.bottom-footer.two-columns .bottom-footer-right-area {
display: block;
}
.bottom-footer.two-columns .bottom-footer-right-area {
padding-right: 15px;
}
.bottom-footer.two-columns .bottom-footer-left-area {
padding-left: 15px;
}
.sticky-footer .cygnus-layout.bottom-footer,
.sticky-footer .cygnus-layout.footer {
position: relative;
bottom: auto !important;
left: auto;
right: auto;
}
.radiuzz-related-projects-holder,
.cygnus-layout.content-wrapper {
margin-bottom: 0 !important;
}
}
@media (max-width: 767px) {
.bottom-footer.two-columns .cygnus-module {
margin-right: 20px;
}
.bottom-footer.two-columns .cygnus-module:first-child .inner-wrapper {
right: 0 !important;
}
.bottom-footer.two-columns .cygnus-module.hidden-xs {
display: none !important;
}
.bottom-footer.two-columns .cygnus-module-menu.hidden-xs {
display: none !important;
}
.bottom-footer.two-columns .custom-text figure {
float: none;
margin-right: 0;
margin-bottom: 20px;
display: block;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.bottom-footer.two-columns .cygnus-module.hidden-sm,
.bottom-footer.two-columns .cygnus-module-menu.hidden-sm {
display: none !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.bottom-footer.two-columns .cygnus-module,
.bottom-footer.two-columns .cygnus-module-menu {
margin-right: 20px;
}
.bottom-footer.two-columns .cygnus-module.hidden-md,
.bottom-footer.two-columns .cygnus-module-menu.hidden-md {
display: none !important;
}
}
@media (min-width: 1200px) {
.bottom-footer.two-columns .cygnus-module.hidden-lg,
.bottom-footer.two-columns .cygnus-module-menu.hidden-lg {
display: none !important;
}
} .cygnus-layout.title-wrapper {
background: #585858;
padding: 30px 0;
position: relative;
color: #ffffff;
-webkit-transition: -webkit-transform 0.8s cubic-bezier(0.68, 0, 0.29, 1);
-moz-transition: -moz-transform 0.8s cubic-bezier(0.68, 0, 0.29, 1);
transition: transform 0.8s cubic-bezier(0.68, 0, 0.29, 1);
}
.cygnus-layout.title-wrapper.title-wrapper-shop {
color: #777777;
}
.sticky-footer .cygnus-layout.title-wrapper {
z-index: 2;
}
.sideheader-visible .cygnus-layout.title-wrapper {
-webkit-transform: translateX(-350px);
-ms-transform: translateX(-350px);
transform: translateX(-350px);
}
.sideheader-visible .page-boxed-style .cygnus-layout.title-wrapper {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
.cygnus-layout.title-wrapper a {
color: #ffffff;
}
.cygnus-layout.title-wrapper.title-wrapper-shop  a {
color: #777777;
}
.cygnus-layout.title-wrapper a:hover {
color: #ffffff;
}
.cygnus-layout.title-wrapper.title-wrapper-shop  a:hover {
color: #1a1a1a;
}
.cygnus-layout.title-wrapper h2 {
margin: 0;
font-size: 36px;
line-height: 1.3;
text-transform: uppercase;
font-weight: bold;
}
.cygnus-layout.title-wrapper p {
color: #ffffff;
font-size: 14px;
line-height: 1.45;
}
.cygnus-layout.title-wrapper .title-description {
margin-top: 7px;
margin-bottom: 0px;
}
.cygnus-layout.title-wrapper .title-description p {
margin: 0;
}
.cygnus-layout.title-wrapper .radiuzz-title-inner {
position: relative;
}
.cygnus-layout.title-wrapper .breadcrumbs {
list-style-type: none;
padding: 0px;
margin: 0px;
text-transform: uppercase;
}
.cygnus-layout.title-wrapper .breadcrumbs li {
margin: 0px;
padding: 0 3px;
display: block;
color: #ffffff;
font-size: 12px;
line-height: 1.25;
float: left;
}
.cygnus-layout.title-wrapper .breadcrumbs li:last-child {
padding-right: 0px;
}
.cygnus-layout.title-wrapper .breadcrumbs a {
color: #ffffff;
-webkit-transition: all 0.3s ease;
-moz-transition:    all 0.3s ease;
transition:     all 0.3s ease;
}
.cygnus-layout.title-wrapper .breadcrumbs a:hover {
color: #1a1a1a;
}
.cygnus-layout.title-wrapper .breadcrumbs .intro {
padding-left: 0px;
}
.title-wrapper-divider {
width: auto;
height: 1px;
background: #eeeeee;
display: none;
}
.classic-menu-activated .title-wrapper-divider {
display: none;
}
.classic-menu-activated .cygnus-layout.title-wrapper {
border-top: none;
}
.negative-header-active .cygnus-layout.title-wrapper {
border-top: none;
padding-top: 15px;
padding-bottom: 50px;
}
.negative-header-active.header-boxed .cygnus-layout.title-wrapper {
padding-top: 45px;
}
.boxed-page-wrapper .cygnus-layout.title-wrapper {
border-top: none;
border-bottom: none;
} .cygnus-layout.title-wrapper.light {
color: #fff;
}
.cygnus-layout.title-wrapper.light h2,
.cygnus-layout.title-wrapper.light p,
.cygnus-layout.title-wrapper.light a,
.cygnus-layout.title-wrapper.light a:hover,
.cygnus-layout.title-wrapper.light .breadcrumbs li,
.cygnus-layout.title-wrapper.light .breadcrumbs li a,
.cygnus-layout.title-wrapper.light .breadcrumbs li a:hover,
.cygnus-layout.title-wrapper.light .breadcrumbs li span,
.cygnus-layout.title-wrapper.title-wrapper-large.light h6 {
color: #fff;
}
.cygnus-layout.title-wrapper.dark {
color: #222;
}
.cygnus-layout.title-wrapper.dark h2,
.cygnus-layout.title-wrapper.dark p,
.cygnus-layout.title-wrapper.dark a,
.cygnus-layout.title-wrapper.dark a:hover,
.cygnus-layout.title-wrapper.dark .breadcrumbs li,
.cygnus-layout.title-wrapper.dark .breadcrumbs li a,
.cygnus-layout.title-wrapper.dark .breadcrumbs li a:hover,
.cygnus-layout.title-wrapper.dark .breadcrumbs li span {
color: #222;
} .cygnus-layout.title-wrapper.title-wrapper-normal h2 {
display: inline-block;
vertical-align: middle;
margin: 0px 0 0;
margin-right: 30px;
}
.cygnus-layout.title-wrapper.title-wrapper-normal .radiuzz-breadcrumb {
display: inline-block;
vertical-align: middle;
text-transform: uppercase;
font-size: 12px;
border-left: 1px solid #83b0db;
margin: 0px 0 0;
padding: 0 0 0 30px;
}
.cygnus-layout.title-wrapper.title-wrapper-normal .separator {
padding: 0 5px;
}
.cygnus-layout.title-wrapper.title-wrapper-normal .radiuzz-breadcrumb span {
font-weight: 700;
}
.cygnus-layout.title-wrapper.title-wrapper-normal .iconic-submit {
position: absolute;
top: 0;
right: 0;
bottom: 0;
text-align: center;
padding-top: 10px;
width: 46px;
}
.cygnus-layout.title-wrapper.title-wrapper-normal .iconic-submit input[type=submit]:active {
box-shadow: none;
}
.cygnus-layout.title-wrapper.title-wrapper-normal .iconic-submit input[type=submit]:active + i {
position: relative;
top: 1px;
}
.cygnus-layout.title-wrapper.title-wrapper-normal .iconic-submit:hover .icons {
color: #fff;
}
.cygnus-layout.title-wrapper.title-wrapper-normal .iconic-submit input {
position: absolute;
top: 0;
right: 0;
bottom: 0;
width: 50px;
background: transparent!important;
border: none;
}
.cygnus-layout.title-wrapper.title-wrapper-normal .iconic-submit .icons {
font-size: 24px;
color: #899fb0;
transition: color 0.3s;
-webkit-transition: color 0.3s;
-moz-transition: color 0.3s;
}
.cygnus-layout.title-wrapper.title-wrapper-normal .search-form-title {
position: relative;
}
.cygnus-layout.title-wrapper.title-wrapper-normal .search-form-title .icons {
color: #b4d4f2;
font-size: 18px;
}
.cygnus-layout.title-wrapper.title-wrapper-normal .search-form-title .iconic-submit {
padding-top: 11px;
}
.cygnus-layout.title-wrapper.title-wrapper-normal .search-form-title .iconic-submit:hover .icons {
color: #fff;
}
.cygnus-layout.title-wrapper.title-wrapper-normal .search-form-title .iconic-submit:before {
content: '';
height: 25px;
width: 1px;
border-right: 1px solid rgba(255, 255, 255, 0.5);
position: absolute;
left: 0;
top: 10px;
display: block;
}
.cygnus-layout.title-wrapper.title-wrapper-normal .search-form-title input[type="text"] {
width: 100%;
height: 45px;
border: 1px solid rgba(255, 255, 255, 0.5);
border-radius: 40;
-webkit-border-radius: 40;
-moz-border-radius: 40;
background: transparent;
padding: 5px 55px 5px 15px;
margin: 0;
font-size: 12px;
transition: border 0.3s;
-webkit-transition: border 0.3s;
-moz-transition: border 0.3s;
}
.cygnus-layout.title-wrapper.title-wrapper-normal .search-form-title input[type="text"]:focus {
border-color: #fff;
color: white;
outline: none;
}
.cygnus-layout.title-wrapper.title-wrapper-normal .search-form-title input[type="text"]::-webkit-input-placeholder {
color: white;
text-transform: none;
}
.cygnus-layout.title-wrapper.title-wrapper-normal .search-form-title input[type="text"]::-moz-placeholder {
color: white;
text-transform: none;
}
.cygnus-layout.title-wrapper.title-wrapper-normal .search-form-title input[type="text"]:-moz-placeholder {
color: white;
text-transform: none;
}
.cygnus-layout.title-wrapper.title-wrapper-normal .search-form-title input[type="text"]:-ms-input-placeholder {
color: white;
text-transform: none;
} .cygnus-layout.title-wrapper.title-wrapper-large {
text-align: center;
padding: 40px 0;
}
.cygnus-layout.title-wrapper.title-wrapper-large h2 {
font-size: 55px;
}
.cygnus-layout.title-wrapper.title-wrapper-large p {
font-size: 18px;
line-height: 24px;
}
.cygnus-layout.title-wrapper.title-wrapper-large.title-wrapper-shop,
.cygnus-layout.title-wrapper.title-wrapper-large.align-left {
text-align: left;
}
.negative-header-active .cygnus-layout.title-wrapper.title-wrapper-large {
padding-top: 30px;
padding-bottom: 70px;
}
.negative-header-active .cygnus-layout.title-wrapper.title-wrapper-large.title-wrapper-shop {
text-align: center;
}
.negative-header-active .cygnus-layout.title-wrapper.title-wrapper-large.title-wrapper-shop.align-left {
text-align: left;
}
.negative-header-active.header-boxed .cygnus-layout.title-wrapper.title-wrapper-large {
padding-top: 50px;
}
.semi-negative-header-active .cygnus-layout.title-wrapper.title-wrapper-large {
padding-bottom: 70px;
padding-top: 60px;
}
.semi-negative-header-active .cygnus-layout.title-wrapper.title-wrapper-large.title-wrapper-shop {
text-align: center;
}
.semi-negative-header-active .cygnus-layout.title-wrapper.title-wrapper-large.title-wrapper-shop.align-left {
text-align: left;
}
.cygnus-layout.title-wrapper.title-wrapper-large.modern {
position: relative;
padding: 375px 0 275px;
overflow: hidden;
background-color: #ffffff;
}
.cygnus-layout.title-wrapper.title-wrapper-large.modern .title-wrapper-bg-container {
position: absolute;
top: 0;
left: 0;
z-index: 0;
display: inline-block;
width: 100%;
height: 100%;
background-color: #000000;
}
.cygnus-layout.title-wrapper.title-wrapper-large.modern .title-wrapper-bg-container figure {
width: 100%;
height: 101%;
}
.cygnus-layout.title-wrapper.title-wrapper-large.modern .title-wrapper-bg-container img {
width: 100%;
visibility: hidden;
}
.cygnus-layout.title-wrapper.title-wrapper-large.modern #particles-js {
z-index: 1;
-webkit-filter: blur(0.5px) brightness(1);
filter: blur(0.5px) brightness(1);
-webkit-transition: all 0.5s ease;
-moz-transition:    all 0.5s ease;
transition:     all 0.5s ease;
}
.cygnus-layout.title-wrapper.title-wrapper-large.modern .content {
position: relative;
z-index: 2;
}
.cygnus-layout.title-wrapper.title-wrapper-large.modern h2 {
font-size: 90px;
line-height: 1.4;
text-transform: none;
letter-spacing: -0.025em;
}
.cygnus-layout.title-wrapper.title-wrapper-large.modern h6 {
font-size: 14px;
text-transform: uppercase;
letter-spacing: 0.2em;
color: #d9d9d9;
}
.cygnus-layout.title-wrapper.title-wrapper-large.modern .move-down {
display: inline-block;
width: 20px;
height: 60px;
position: absolute;
bottom: 40px;
left: 50%;
z-index: 2;
margin-left: -10px;
text-indent: -9999px;
background-image: url(//www.birdepoch.com/wp-content/themes/cygnus/images/move-down.png);
background-repeat: no-repeat;
background-position: center;
-webkit-transition: all 0.3s ease;
-moz-transition:    all 0.3s ease;
transition:     all 0.3s ease;
}
.cygnus-layout.title-wrapper.title-wrapper-large.modern .move-down:hover {
-webkit-transform: translateY(8px);
-moz-transform:  translateY(8px);
-ms-transform:   translateY(8px);
transform:     translateY(8px);
}
.cygnus-layout.title-wrapper.title-wrapper-large.modern:hover .title-wrapper-bg-container figure {
}
.cygnus-layout.title-wrapper.title-wrapper-large.modern:hover #particles-js {
-webkit-filter: blur(2px) brightness(2) contrast(1);
filter: blur(2px) brightness(2) contrast(1);
-webkit-transform: scale(1.08);
-moz-transform:  scale(1.08);
-ms-transform:   scale(1.08);
transform:     scale(1.08);
}
.featured-post {
position: relative;
padding: 160px 0;
background-color: #ffffff;
text-align: center;
overflow: hidden;
}
.featured-post figure {
display: inline-block;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background-size: cover;
background-position: center;
}
.featured-post figure img {
width: 100%;
visibility: hidden;
}
.featured-post article {
margin-right: 30px;
margin-left: 30px;
padding: 60px 50px 65px;
background-color: rgba(255, 255, 255, 0.95);
}
.featured-post article .categories {
margin: 0 0 2px;
padding: 0;
list-style: none;
}
.featured-post article .categories li {
display: inline-block;
font-size: 12px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.1em;
}
.featured-post article .categories li:after {
content: '/';
margin-right: 2px;
margin-left: 5px;
color: #b8bbbf;
}
.featured-post article .categories li:last-child:after {
content: none;
}
.featured-post article .categories li a {
color: #292d33;
}
.featured-post article h2 {
margin: 20px 0px;
font-size: 36px;
line-height: 40px;
text-transform: none;
opacity: 1 !important;
font-weight: 700;
letter-spacing: 1px;
}
.featured-post article h2 a {
color: #1a1a1a;
-webkit-transition: all 0.3s ease;
-moz-transition:    all 0.3s ease;
transition:     all 0.3s ease;
}
.featured-post article h2 a:hover {
color: #585858;
}
.featured-post article .meta {
margin-bottom: 28px;
font-size: 15px;
font-weight: 400;
color: #999999;
}
.featured-post article .meta a {
color: #999999;
}
.featured-post article .meta a.jm-post-like {
color: #585858;
}
.featured-post article .meta a.jm-post-like i {
padding: 1px;
}
.featured-post article .meta span:after {
content: '/';
margin-right: 4px;
margin-left: 8px;
}
.featured-post article .meta span:last-child:after {
content: none;
}
.featured-post article .read-more-link {
display: inline-block;
padding: 6px 10px;
font-size: 12px;
font-weight: 900;
letter-spacing: 0.2em;
text-transform: uppercase;
background-color: #292d33;
color: #ffffff;
} .cygnus-layout.title-wrapper.title-wrapper-large-alt h2 {
font-size: 72px;
font-weight: bold;
color: #3b3b3b;
text-transform: none;
}
.cygnus-layout.title-wrapper.title-wrapper-large-alt .breadcrumbs {
display: inline-block;
}
.cygnus-layout.title-wrapper.title-wrapper-large-alt .breadcrumbs li {
font-size: 13px;
font-weight: bold;
font-color: #fff;
letter-spacing: 4px;
text-transform: none;
}
.cygnus-layout.title-wrapper.title-wrapper-large-alt .breadcrumbs li a:hover {
color: #3b3b3b;
}
.cygnus-layout.title-wrapper.title-wrapper-large-alt.light h2 {
color: #ffffff;
}
.cygnus-layout.title-wrapper.title-wrapper-large-alt.light .breadcrumbs li a {
color: rgba(255, 255, 255, 0.7);
}
.cygnus-layout.title-wrapper.title-wrapper-large-alt.light .breadcrumbs li a:hover {
color: rgba(255, 255, 255, 1);
} @media (max-width: 767px) {
.cygnus-layout.title-wrapper {
border-top: none;
}
.cygnus-layout.title-wrapper h2 {
font-size: 36px !important;
line-height: 1.3 !important;
}
.cygnus-layout.title-wrapper p {
font-size: 13px !important;
line-height: 1.45 !important;
}
.cygnus-layout.title-wrapper.title-wrapper-normal .radiuzz-breadcrumb {
margin-top: 10px;
border: none;
padding-left: 0;
}
.cygnus-layout.title-wrapper.title-wrapper-normal .search-form-title {
margin-top: 20px;
}
.featured-post article {
margin-right: 0;
margin-left: 0;
padding: 60px 15px 65px;
}
}
@media (min-width: 992px) {
.radiuzz-m-l-aside .cygnus-layout.title-wrapper {
padding: 40px 0 40px;
}
.radiuzz-m-l-aside .cygnus-layout.title-wrapper h2 {
position: relative;
font-size: 26px;
}
.radiuzz-m-l-aside .cygnus-layout.title-wrapper.light {
color: #fff;
}
.radiuzz-m-l-aside .cygnus-layout.title-wrapper.light h2,
.radiuzz-m-l-aside .cygnus-layout.title-wrapper.light p,
.radiuzz-m-l-aside .cygnus-layout.title-wrapper.light a,
.radiuzz-m-l-aside .cygnus-layout.title-wrapper.light a:hover {
color: #fff;
}
.radiuzz-m-l-aside .cygnus-layout.title-wrapper.dark {
color: #fff;
}
.radiuzz-m-l-aside .cygnus-layout.title-wrapper.dark h2,
.radiuzz-m-l-aside .cygnus-layout.title-wrapper.dark p,
.radiuzz-m-l-aside .cygnus-layout.title-wrapper.dark a,
.radiuzz-m-l-aside .cygnus-layout.title-wrapper.dark a:hover {
color: #fff;
}
.radiuzz-m-l-aside .title-wrapper-divider {
display: none;
}
.radiuzz-m-l-aside .boxed-page-wrapper #cygnus-layout-title-wrapper .container {
padding-left: 15px;
padding-right: 15px;
}
.radiuzz-m-l-aside .cygnus-layout.title-wrapper.title-wrapper-large {
text-align: center;
padding: 40px 0;
}
.radiuzz-m-l-aside .cygnus-layout.title-wrapper.title-wrapper-large h2 {
font-size: 55px;
padding: 0;
}
.radiuzz-m-l-aside .cygnus-layout.title-wrapper.title-wrapper-large h2:after {
display: none;
}
.radiuzz-m-l-aside .cygnus-layout.title-wrapper.title-wrapper-large p {
font-size: 18px;
line-height: 24px;
}
.radiuzz-m-l-aside .cygnus-layout.title-wrapper.title-wrapper-large.align-left {
text-align: left;
}
}
@media (max-width: 991px) {
#cygnus-layout-title-wrapper {
background-attachment: scroll !important;
}
.cygnus-layout.title-wrapper.title-wrapper-large.modern {
padding-top: 195px !important;
padding-bottom: 195px !important;
}
}
.title-wrapper.title-wrapper-normal .row {
position: relative;
}    .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; }  img.alignleft,
img.alignright,
img.aligncenter,
img.alignnone {
margin-bottom: 1.5em;
}
.alignleft,
img.alignleft {
margin-right: 1.5em;
display: inline;
float: left;
}
.alignright,
img.alignright {
margin-left: 1.5em;
display: inline;
float: right;
}
.aligncenter,
img.aligncenter {
margin-right: auto;
margin-left: auto;
display: block;
clear: both;
}
.wp-caption {
margin-bottom: 1.5em;
text-align: center;
padding: 5px;
background: #f5f5f5;
max-width: 100%;
}
.wp-caption img {
border: 0 none;
padding: 0;
margin: 0;
}
.wp-caption p.wp-caption-text {
line-height: 28px;
font-size: 15px;
margin: 0;
}
blockquote.left {
margin-right: 20px;
text-align: right;
margin-left: 0;
width: 40%;
float: left;
}
blockquote.right {
margin-left: 20px;
text-align: left;
margin-right: 0;
width: 40%;
float: right;
}
img.wp-smiley,
img.wp-smiley,
img.wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
display: inline-block;
} embed,
iframe,
object {
max-width: 100%;
}
p:empty {
display: none;
} .comment-content a {
word-wrap: break-word;
}  .widget_search .search-submit {
display: none;
} .gallery img {
max-width: 100%;
width: 100%;
height: auto;
margin: 0;
border: 2px solid transparent !important;
}
.gallery .gallery-item {
margin: 0 !important;
}
.gallery .gallery-caption {
padding: 5px 0;
font-size: 12px;
font-style: italic;
}
div.pp_overlay {
z-index: 99999;
}
div.pp_pic_holder {
z-index: 999999;
}
@media (max-width: 767px) {
.gallery .gallery-item {
width: 50% !important;
}
}  .infinite-scroll .paging-navigation,
.infinite-scroll.neverending .footer,
.infinite-scroll.neverending .bottom-footer { display: none;
} .infinity-end.neverending .footer,
.infinity-end.neverending .bottom-footer {
display: block;
}
#infinite-handle {
text-align: center;
}
#infinite-handle:before {
clear: both;
}
#infinite-handle span {
display: inline-block;
border: 2px solid #28262b;
background-color: transparent;
color: #28262b;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
padding: 12px 20px;
text-transform: uppercase;
font-weight: bold;
}
#infinite-handle span:hover {
background: #585858;
border-color: #585858;
color: #ffffff;
}
#infinite-handle {
text-align: center;
position: absolute;
left: 0;
bottom: 0px;
width: 100%;
top: auto !important;
}
.infinite-loader {
text-align: center;
position: absolute;
left: 0;
bottom: 0px;
width: 100%;
top: auto !important;
margin-left: -11px;
}
.infinite-loader .spinner {
left: 50% !important;
z-index: 10000 !important;
}
.infinite-scroll #post-list {
margin-bottom: 30px;
padding-bottom: 60px;
} .radiuzz-pricing-table .price-inner,
.pie-chart-counter {
font-weight: 300;
}
.radiuzz-pricing-table.small-desc li {
font-weight: 200;
} body .fullcoveredvideo video,
body .fullscreenvideo video {
object-fit: fill;
} #page-loader {
position: fixed;
background: rgba(255, 255, 255, 0.95);
top: 0;
left: 0;
bottom: 0;
width: 100%;
height: 100%;
text-align: center;
z-index: 100999;
transform:     translateZ(0);
transform-style: preserve-3d;
} .cssload-dots {
width: 0;
height: 0;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
margin: auto;
outline: 1px solid red;
filter: url(//www.birdepoch.com/wp-content/themes/cygnus/css/#goo);
-o-filter: url(//www.birdepoch.com/wp-content/themes/cygnus/css/#goo);
-ms-filter: url(//www.birdepoch.com/wp-content/themes/cygnus/css/#goo);
-webkit-filter: url(//www.birdepoch.com/wp-content/themes/cygnus/css/#goo);
-moz-filter: url(//www.birdepoch.com/wp-content/themes/cygnus/css/#goo);
}
.cssload-dot {
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
}
.cssload-dot:before {
content: "";
width: 35px;
height: 35px;
border-radius: 50px;
background: rgb(230,230,143);
position: absolute;
left: 50%;
transform: translateY(0);
-o-transform: translateY(0);
-ms-transform: translateY(0);
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
margin-left: -17.5px;
margin-top: -17.5px;
}
.cssload-dot:nth-child(5):before {
z-index: 100;
width: 45.5px;
height: 45.5px;
margin-left: -22.75px;
margin-top: -22.75px;
animation: cssload-dot-colors 3s ease infinite;
-o-animation: cssload-dot-colors 3s ease infinite;
-ms-animation: cssload-dot-colors 3s ease infinite;
-webkit-animation: cssload-dot-colors 3s ease infinite;
-moz-animation: cssload-dot-colors 3s ease infinite;
}
.cssload-dot:nth-child(1) {
animation: cssload-dot-rotate-1 3s 0s linear infinite;
-o-animation: cssload-dot-rotate-1 3s 0s linear infinite;
-ms-animation: cssload-dot-rotate-1 3s 0s linear infinite;
-webkit-animation: cssload-dot-rotate-1 3s 0s linear infinite;
-moz-animation: cssload-dot-rotate-1 3s 0s linear infinite;
}
.cssload-dot:nth-child(1):before {
background-color: rgb(255,255,112);
animation: cssload-dot-move 3s 0s ease infinite;
-o-animation: cssload-dot-move 3s 0s ease infinite;
-ms-animation: cssload-dot-move 3s 0s ease infinite;
-webkit-animation: cssload-dot-move 3s 0s ease infinite;
-moz-animation: cssload-dot-move 3s 0s ease infinite;
}
.cssload-dot:nth-child(2) {
animation: cssload-dot-rotate-2 3s 0.75s linear infinite;
-o-animation: cssload-dot-rotate-2 3s 0.75s linear infinite;
-ms-animation: cssload-dot-rotate-2 3s 0.75s linear infinite;
-webkit-animation: cssload-dot-rotate-2 3s 0.75s linear infinite;
-moz-animation: cssload-dot-rotate-2 3s 0.75s linear infinite;
}
.cssload-dot:nth-child(2):before {
background-color: rgb(224,112,112);
animation: cssload-dot-move 3s 0.75s ease infinite;
-o-animation: cssload-dot-move 3s 0.75s ease infinite;
-ms-animation: cssload-dot-move 3s 0.75s ease infinite;
-webkit-animation: cssload-dot-move 3s 0.75s ease infinite;
-moz-animation: cssload-dot-move 3s 0.75s ease infinite;
}
.cssload-dot:nth-child(3) {
animation: cssload-dot-rotate-3 3s 1.5s linear infinite;
-o-animation: cssload-dot-rotate-3 3s 1.5s linear infinite;
-ms-animation: cssload-dot-rotate-3 3s 1.5s linear infinite;
-webkit-animation: cssload-dot-rotate-3 3s 1.5s linear infinite;
-moz-animation: cssload-dot-rotate-3 3s 1.5s linear infinite;
}
.cssload-dot:nth-child(3):before {
background-color: rgb(240,77,85);
animation: cssload-dot-move 3s 1.5s ease infinite;
-o-animation: cssload-dot-move 3s 1.5s ease infinite;
-ms-animation: cssload-dot-move 3s 1.5s ease infinite;
-webkit-animation: cssload-dot-move 3s 1.5s ease infinite;
-moz-animation: cssload-dot-move 3s 1.5s ease infinite;
}
.cssload-dot:nth-child(4) {
animation: cssload-dot-rotate-4 3s 2.25s linear infinite;
-o-animation: cssload-dot-rotate-4 3s 2.25s linear infinite;
-ms-animation: cssload-dot-rotate-4 3s 2.25s linear infinite;
-webkit-animation: cssload-dot-rotate-4 3s 2.25s linear infinite;
-moz-animation: cssload-dot-rotate-4 3s 2.25s linear infinite;
}
.cssload-dot:nth-child(4):before {
background-color: rgb(102,232,90);
animation: cssload-dot-move 3s 2.25s ease infinite;
-o-animation: cssload-dot-move 3s 2.25s ease infinite;
-ms-animation: cssload-dot-move 3s 2.25s ease infinite;
-webkit-animation: cssload-dot-move 3s 2.25s ease infinite;
-moz-animation: cssload-dot-move 3s 2.25s ease infinite;
}
@keyframes cssload-dot-move {
0% {
transform: translateY(0);
}
18%, 22% {
transform: translateY(-70px);
}
40%, 100% {
transform: translateY(0);
}
}
@-o-keyframes cssload-dot-move {
0% {
-o-transform: translateY(0);
}
18%, 22% {
-o-transform: translateY(-70px);
}
40%, 100% {
-o-transform: translateY(0);
}
}
@-ms-keyframes cssload-dot-move {
0% {
-ms-transform: translateY(0);
}
18%, 22% {
-ms-transform: translateY(-70px);
}
40%, 100% {
-ms-transform: translateY(0);
}
}
@-webkit-keyframes cssload-dot-move {
0% {
-webkit-transform: translateY(0);
}
18%, 22% {
-webkit-transform: translateY(-70px);
}
40%, 100% {
-webkit-transform: translateY(0);
}
}
@-moz-keyframes cssload-dot-move {
0% {
-moz-transform: translateY(0);
}
18%, 22% {
-moz-transform: translateY(-70px);
}
40%, 100% {
-moz-transform: translateY(0);
}
}
@keyframes cssload-dot-colors {
0% {
background-color: rgb(219,127,219);
}
25% {
background-color: rgb(230,143,230);
}
50% {
background-color: rgb(141,157,235);
}
75% {
background-color: rgb(104,237,215);
}
100% {
background-color: rgb(148,224,123);
}
}
@-o-keyframes cssload-dot-colors {
0% {
background-color: rgb(219,127,219);
}
25% {
background-color: rgb(230,143,230);
}
50% {
background-color: rgb(141,157,235);
}
75% {
background-color: rgb(104,237,215);
}
100% {
background-color: rgb(148,224,123);
}
}
@-ms-keyframes cssload-dot-colors {
0% {
background-color: rgb(219,127,219);
}
25% {
background-color: rgb(230,143,230);
}
50% {
background-color: rgb(141,157,235);
}
75% {
background-color: rgb(104,237,215);
}
100% {
background-color: rgb(148,224,123);
}
}
@-webkit-keyframes cssload-dot-colors {
0% {
background-color: rgb(219,127,219);
}
25% {
background-color: rgb(230,143,230);
}
50% {
background-color: rgb(141,157,235);
}
75% {
background-color: rgb(104,237,215);
}
100% {
background-color: rgb(148,224,123);
}
}
@-moz-keyframes cssload-dot-colors {
0% {
background-color: rgb(219,127,219);
}
25% {
background-color: rgb(230,143,230);
}
50% {
background-color: rgb(141,157,235);
}
75% {
background-color: rgb(104,237,215);
}
100% {
background-color: rgb(148,224,123);
}
}
@keyframes cssload-dot-rotate-1 {
0% {
transform: rotate(-105deg);
}
100% {
transform: rotate(270deg);
}
}
@-o-keyframes cssload-dot-rotate-1 {
0% {
-o-transform: rotate(-105deg);
}
100% {
-o-transform: rotate(270deg);
}
}
@-ms-keyframes cssload-dot-rotate-1 {
0% {
-ms-transform: rotate(-105deg);
}
100% {
-ms-transform: rotate(270deg);
}
}
@-webkit-keyframes cssload-dot-rotate-1 {
0% {
-webkit-transform: rotate(-105deg);
}
100% {
-webkit-transform: rotate(270deg);
}
}
@-moz-keyframes cssload-dot-rotate-1 {
0% {
-moz-transform: rotate(-105deg);
}
100% {
-moz-transform: rotate(270deg);
}
}
@keyframes cssload-dot-rotate-2 {
0% {
transform: rotate(165deg);
}
100% {
transform: rotate(540deg);
}
}
@-o-keyframes cssload-dot-rotate-2 {
0% {
-o-transform: rotate(165deg);
}
100% {
-o-transform: rotate(540deg);
}
}
@-ms-keyframes cssload-dot-rotate-2 {
0% {
-ms-transform: rotate(165deg);
}
100% {
-ms-transform: rotate(540deg);
}
}
@-webkit-keyframes cssload-dot-rotate-2 {
0% {
-webkit-transform: rotate(165deg);
}
100% {
-webkit-transform: rotate(540deg);
}
}
@-moz-keyframes cssload-dot-rotate-2 {
0% {
-moz-transform: rotate(165deg);
}
100% {
-moz-transform: rotate(540deg);
}
}
@keyframes cssload-dot-rotate-3 {
0% {
transform: rotate(435deg);
}
100% {
transform: rotate(810deg);
}
}
@-o-keyframes cssload-dot-rotate-3 {
0% {
-o-transform: rotate(435deg);
}
100% {
-o-transform: rotate(810deg);
}
}
@-ms-keyframes cssload-dot-rotate-3 {
0% {
-ms-transform: rotate(435deg);
}
100% {
-ms-transform: rotate(810deg);
}
}
@-webkit-keyframes cssload-dot-rotate-3 {
0% {
-webkit-transform: rotate(435deg);
}
100% {
-webkit-transform: rotate(810deg);
}
}
@-moz-keyframes cssload-dot-rotate-3 {
0% {
-moz-transform: rotate(435deg);
}
100% {
-moz-transform: rotate(810deg);
}
}
@keyframes cssload-dot-rotate-4 {
0% {
transform: rotate(705deg);
}
100% {
transform: rotate(1080deg);
}
}
@-o-keyframes cssload-dot-rotate-4 {
0% {
-o-transform: rotate(705deg);
}
100% {
-o-transform: rotate(1080deg);
}
}
@-ms-keyframes cssload-dot-rotate-4 {
0% {
-ms-transform: rotate(705deg);
}
100% {
-ms-transform: rotate(1080deg);
}
}
@-webkit-keyframes cssload-dot-rotate-4 {
0% {
-webkit-transform: rotate(705deg);
}
100% {
-webkit-transform: rotate(1080deg);
}
}
@-moz-keyframes cssload-dot-rotate-4 {
0% {
-moz-transform: rotate(705deg);
}
100% {
-moz-transform: rotate(1080deg);
}
} .loader,
.loader:after {
border-radius: 50%;
width: 8em;
height: 8em;
}
.loader {
font-size: 10px;
position: absolute;
top: 50%;
left: 50%;
text-indent: -9999em;
border-top: 3px solid rgba(0,0,0, 0.2);
border-right: 3px solid rgba(0,0,0, 0.2);
border-bottom: 3px solid rgba(0,0,0, 0.2);
border-left: 3px solid #000000;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
-webkit-animation: load8 1.1s infinite linear;
animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes load8 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
} #page-loader h4 {
position: absolute;
font-weight: 600;
top: 50%;
left: 48%;
color: #333333;
} .content-wrapper {
padding: 45px 0;
background-color: #ffffff;
-webkit-transition: all 0.8s cubic-bezier(0.68, 0, 0.29, 1);
-moz-transition: all 0.8s cubic-bezier(0.68, 0, 0.29, 1);
transition: all 0.8s cubic-bezier(0.68, 0, 0.29, 1);
position: relative;
z-index: 2;
overflow: hidden;
}
.is-horizontal .content-wrapper {
overflow-x: visible;
}
.is-horizontal .cygnus-layout.header,
.is-horizontal .cygnus-layout.footer,
.is-horizontal .cygnus-layout.bottom-footer {
position: fixed !important;
width: 100%;
}
.is-horizontal .cygnus-layout.header {
top: 0;
left: 0;
}
.is-horizontal .cygnus-layout.footer {
bottom: 0;
left: 0;
}
.boxed-laterals .content-wrapper,
.boxed .content-wrapper {
background: white;
}
.content-wrapper:after {
display: inline-block;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
opacity: 0;
visibility: hidden;
z-index: 999999;
background: rgba(0, 0, 0, 0.5);
-webkit-transition: all 0.8s cubic-bezier(0.68, 0, 0.29, 1);
-moz-transition: all 0.8s cubic-bezier(0.68, 0, 0.29, 1);
transition: all 0.8s cubic-bezier(0.68, 0, 0.29, 1);
}
.sideheader-visible .content-wrapper:after {
opacity: 1;
visibility: visible;
}
.content-wrapper.page-boxed-style {
background: #f3f3f3;
padding: 60px 0px;
}
.content-wrapper a {
-webkit-transition: background 350ms ease-in-out, border-color 350ms ease-in-out, color 150ms ease-in-out;
-moz-transition: background 350ms ease-in-out, border-color 350ms ease-in-out, color 150ms ease-in-out;
-ms-transition: background 350ms ease-in-out, border-color 350ms ease-in-out, color 150ms ease-in-out;
-o-transition: background 350ms ease-in-out, border-color 350ms ease-in-out, color 150ms ease-in-out;
transition: background 350ms ease-in-out, border-color 350ms ease-in-out, color 150ms ease-in-out;
}
.radiuzz-main-layout-aside-right .content-wrapper.page-boxed-style,
.radiuzz-main-layout-aside-left .content-wrapper.page-boxed-style {
padding: 45px 0;
}
.wpb_row,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li,
.last_toggle_el_margin,
.wpb_button {
margin-bottom: 20px;
}
.radiuzz-custom-wrapper > .wpb_row,
.radiuzz-custom-wrapper > .wpb_content_element {
margin-bottom: 0px;
} .content-wrapper.no-title-wrapper {
padding-top: 60px;
}
.content-wrapper.blog-magazine {
padding: 0;
padding-top: 0 !important;
} .vc_being_used .content-wrapper.content-full {
padding: 0;
padding-top: 0 !important;
}
.is-horizontal .content-wrapper {
position: relative;
z-index: 999;
}
.vc_being_used .content-wrapper.content-full .boxed-page-inner {
padding-top: 0;
padding-bottom: 0;
}
.vc_being_used .content-wrapper.content-full .entry-content > .radiuzz-custom-wrapper.row-no-custom-ptop:first-child {
padding-top: 45px;
}
.vc_being_used .content-wrapper.content-full .entry-content > .radiuzz-custom-wrapper:last-child {
margin-bottom: 45px;
}
.vc_being_used .content-wrapper.content-full .entry-content > .vc_vc_row:first-child > .radiuzz-custom-wrapper.row-no-custom-ptop {
padding-top: 45px;
}
.vc_being_used .content-wrapper.content-full .entry-content > .vc_vc_row:last-child > .radiuzz-custom-wrapper {
margin-bottom: 45px;
}
body.radiuzz-m-l-aside.compose-mode .content-wrapper.content-full {
padding-top: 30px;
}
body.moz-negative-adjust.compose-mode .negative-push {
margin-bottom: 30px;
}
.vc-inline-shortcode-edit-form .colorpicker {
display: none;
}
.compose-mode .negative-push,
.view-mode .negative-push {
-webkit-transition: margin 500ms ease;
-moz-transition: margin 500ms ease;
-o-transition: margin 500ms ease;
transition: margin 500ms ease;
}
.compose-mode .negative-push {
margin-top: 0px !important;
}
.moz-negative-adjust .header-left-area,
.moz-negative-adjust .header-right-area {
float: none !important;
} .error404 .not-found {
padding: 55px 0 210px;
}
.error404 .header-sticky-wrapper ~ .not-found {
padding: 220px 0 210px;
}
.error404 .not-found .not-found-number {
font-size: 300px;
color: #fff;
line-height: 200px;
font-weight: bold;
text-align: center;
text-transform: uppercase;
margin-bottom: 47px;
text-shadow: 0 0 28px rgba(189, 189, 189, 0.5);
}
.error404 .not-found .error-dot {
font-weight: bold;
}
.error404 .not-found .not-found-text {
font-size: 30px;
font-weight: 700;
color: #1a1a1a;
line-height: 1.4;
text-align: center;
margin-bottom: 0;
}
.error404 .not-found .not-found-small-text {
font-size: 16px;
color: #808080;
line-height: 1.875;
text-align: center;
}
.error404 .not-found.no-results {
padding: 0;
}
.error404 .not-found .search-field {
width: auto;
} .boxed-page-wrapper {
box-shadow: rgba(0, 0, 0, 0.05) 0 1px 5px;
-webkit-box-shadow: rgba(0, 0, 0, 0.05) 0 1px 5px;
background: #ffffff;
}
.boxed-page-wrapper #cygnus-layout-title-wrapper {
padding-left: 45px;
padding-right: 45px;
}
.boxed-page-wrapper #cygnus-layout-title-wrapper .container {
width: 100% !important;
}
.boxed-page-inner {
padding: 60px 60px;
}
.vc_being_used .page .content-full .boxed-page-wrapper,
.vc_being_used .single-radiuzz_vc_projects .content-full .boxed-page-wrapper {
margin: 60px 0;
}
.vc_being_used .page .radiuzz-main-layout-aside-right .content-full .boxed-page-wrapper,
.vc_being_used .single-radiuzz_vc_projects .radiuzz-main-layout-aside-right .content-full .boxed-page-wrapper,
.vc_being_used .page radiuzz-main-layout-aside-left .content-full .boxed-page-wrapper,
.vc_being_used .single-radiuzz_vc_projects radiuzz-main-layout-aside-left .content-full .boxed-page-wrapper {
margin: 45px 0;
} #back-top {
color: #cdcdcd;
height: auto;
position: fixed;
bottom: 20px;
right: -60px;
margin: 0px;
z-index: 16000;
border-radius: 20px;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
#back-top.off {
opacity: 0;
right: -60px;
}
#back-top.on {
opacity: 1;
right: 10px;
}
#back-top .hover {
display: none;
}
#back-top {
width: 40px;
height: 40px;
color: #fff;
background-color: #1b1b1b;
line-height: 36px;
text-decoration: none;
text-align: center;
-webkit-transition: all 0.2s ease 0s;
-moz-transition: all 0.2s ease 0s;
-o-transition: all 0.2s ease 0s;
font-size: 25px;
}
#back-top:hover {
color: #fff;
background: #000;
} .floated-contact-form {
position: fixed;
bottom: 0px;
right: 5px;
z-index: 9999;
-webkit-perspective: 1200;
-moz-perspective: 1200;
-ms-perspective: 1200;
perspective: 1200;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.floated-contact-form.slideIn {
-webkit-transform: translateX(-55px);
-ms-transform: translateX(-55px);
transform: translateX(-55px);
}
.floated-contact-form .form-trigger {
display: inline-block;
width: 40px;
height: 60px;
text-align: center;
line-height: 40px;
font-size: 13px;
color: white;
position: relative;
z-index: 2;
background: #1b1b1b;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
border-radius: 20px 20px 0px 0px;
}
.floated-contact-form .form-trigger:hover {
background: #585858;
}
.floated-contact-form .form-container {
position: absolute;
bottom: 68px;
right: 0;
width: 250px;
z-index: 0;
background: #f3f3f3;
text-align: center;
padding: 30px 10px 10px 10px;
color: #333;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transform: translateY(55px);
-ms-transform: translateY(55px);
transform: translateY(55px);
transition: all 0.3s ease;
}
.floated-contact-form .form-container:after {
content: '';
display: inline-block;
width: 10px;
height: 10px;
background: #f3f3f3;
position: absolute;
bottom: -5px;
right: 10px;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.floated-contact-form .form-container:before {
position: absolute;
content: '';
background-color: #f3f3f3;
width: 250px;
height: 15%;
display: block;
border-radius: 4px;
-webkit-transform: skewY(-2deg);
-ms-transform: skewY(-2deg);
transform: skewY(-2deg);
right: 0px;
top: -20px;
z-index: -1;
}
.floated-contact-form.visible-form .form-container {
opacity: 1;
visibility: visible;
-webkit-transform: rotateY(0);
-ms-transform: rotateY(0);
transform: rotateY(0);
}
.floated-contact-form .form-container h6 {
font-size: 14px;
text-transform: uppercase;
font-weight: 700;
letter-spacing: 0.1em;
color: #333;
}
.floated-contact-form .form-container p {
font-size: 14px;
line-height: 2em;
margin-bottom: 18px;
}
.floated-contact-form .form-container form input,
.floated-contact-form .form-container form textarea {
background: white;
margin-bottom: 7px;
}
.floated-contact-form .form-container form #ff-submit {
display: inline-block;
font-weight: 700;
text-align: center;
text-transform: uppercase;
padding: 10px 24px;
font-size: 12px;
line-height: 1.84;
color: #ffffff;
border-color: #585858;
background-color: #333;
color: white;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.floated-contact-form .form-container form #ff-submit:hover {
background-color: #585858;
color: white;
}
.floated-contact-form #ff-notice {
height: 23px;
}
.floated-contact-form .g-recaptcha {
transform: scale(0.76);
transform-origin: 0 0;
} .wpcf7-form input:not(.wpcf7-submit), .wpcf7-form textarea {
margin-bottom: 10px !important;
max-width: 100%;
background: transparent;
border-bottom: 1px dashed #bbbbbb;
border-radius: 0;
height: 30px;
margin: 10px 0;
padding: 0 10px;
border-left: none;
border-right: none;
border-top: none;
font-size: 1.2rem;
color: #565656;
text-transform: uppercase;
}
.wpcf7 textarea:focus, .wpcf7 input:focus {
border: none;
border-bottom: 1px dashed #000;
}
.wpcf7-submit {
padding: 10px;
margin-top: 16px;
} @media (max-width: 479px) {
.error404 .not-found .not-found-number {
font-size: 80px;
}
.error404 .not-found .not-found-text {
font-size: 20px;
}
}
@media (min-width: 480px) and (max-width: 767px) {
.error404 .not-found .not-found-number {
font-size: 150px;
}
}
@media (max-width: 767px) {
#back-top.on {
right: 0;
}
.boxed-page-wrapper #cygnus-layout-title-wrapper {
padding-left: 15px;
padding-right: 15px;
}
.boxed-page-inner {
padding: 30px 30px;
}
.not-found {
padding: 130px 0 130px;
}
.not-found .not-found-number {
font-size: 30px;
}
}
@media (min-width: 992px) {
.sidebar-enabled.sidebar-right {
padding-right: 30px;
}
.sidebar-enabled.sidebar-left,
.cart-details-col,
.checkout-sidebar {
padding-left: 30px;
}
.index .sidebar .sidebar-inner,
.single-post .sidebar .sidebar-inner,
.search .sidebar .sidebar-inner {
}
}  .read-more .read-more-btn {
font-size: 13px;
line-height: 1em;
font-weight: 600;
letter-spacing: 0.3px;
text-transform: uppercase;
background: #e6e6e6;
color: #4c4c4c;
border: 1px solid #dcdcdc;
padding: 13px 21px;
position: relative;
border-radius: 20px;
}
.read-more .read-more-btn:active,
.read-more .read-more-btn:focus,
.read-more .read-more-btn:hover {
color: #4c4c4c;
background-color: #f0f0f0 !important;
border-color: #f0f0f0 !important;
}
.format-status .status-main,
.format-quote .quote-main {
}
.format-status .status-main p,
.format-quote .quote-main p {
}
.entry-title {
position: relative;
}
.sticky-post-holder {
background: #585858;
display: inline-block;
padding: 0px 10px;
text-align: center;
color: #ffffff;
line-height: 27px;
height: 27px;
width: 30px;
max-width: 30px;
overflow: hidden;
font-size: 12px;
font-weight: bold;
text-transform: uppercase;
vertical-align: top;
position: absolute;
top: 0px;
right: 0px;
border-radius: 50%;
-webkit-transition: max-width 350ms ease;
-moz-transition: max-width 350ms ease;
-o-transition: max-width 350ms ease;
transition: max-width 350ms ease;
}
.sticky-post-holder .inner-sticky-txt {
margin-right: 10px;
display: none;
white-space: nowrap;
}
.sticky .entry-title {
padding-right: 35px;
}
.sticky:hover .sticky-post-holder {
padding-left: 15px;
padding-right: 15px;
width: auto;
max-width: 300px;
border-radius: 20px;
}
.sticky:hover .sticky-post-holder .inner-sticky-txt {
display: inline-block;
}
.radiuzz-mansory-blog .sticky-post-holder {
padding: 0;
line-height: 22px;
height: 22px;
width: 22px;
max-width: 22px;
overflow: hidden;
font-size: 10px;
}
.radiuzz-mansory-blog .sticky .entry-title {
padding-right: 35px;
}
.blog-full .sticky-post-holder {
position: static;
margin-right: 10px;
}
.blog-full .sticky-post-holder {
line-height: 32px;
height: 32px;
width: 30px;
max-width: 30px;
overflow: hidden;
font-size: 13px;
}
.blog-full .sticky .entry-title {
padding-right: 0px;
}
.full-width-blog {
margin-left: 15px;
margin-right: 15px;
} .archives .entry-author-meta {
margin-bottom: 60px;
} .search .no-results input[type="search"] {
width: 350px;
margin-bottom: 5px;
max-width: 100%;
}
.search .no-results .search-submit {
margin-bottom: 5px;
height: 52px;
}
.search-results .search-panel {
margin-bottom: 40px;
padding-bottom: 40px;
border-bottom: 1px solid #e2e6ea;
}
.search-results .search-panel h4 {
margin-bottom: 25px;
}
.search-results .search-panel input[type="search"] {
height: 42px;
width: 350px;
max-width: 100%;
background-color: #f7f7f7;
border: 2px solid #f7f7f7;
}
.search-results .search-panel input[type="search"]:focus {
background-color: transparent;
}
.search-results .search-panel .search-submit {
margin-bottom: 5px;
height: 46px;
background-color: #00b0ff;
color: #ffffff;
}
.search-results .search-panel .search-submit:hover {
color: #ffffff !important;
background-color: #44cd7e !important;
}
.search-results .post {
margin-bottom: 30px;
}
.search-results .post .result-num {
float: left;
}
.search-results .post .result-num span {
display: block;
width: 35px;
height: 35px;
line-height: 35px;
background-color: #dddddd;
color: #ffffff;
text-align: center;
font-weight: 600;
font-size: 14px;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
}
.search-results .post .result-content {
padding-left: 50px;
}
.search-results .post .entry-title {
text-transform: initial;
font-size: 18px;
line-height: 24px;
padding-top: 5px;
margin-bottom: 5px;
}
.search-results .post .entry-title a:visited {
color: #555555;
}
.search-results .post .entry-meta {
margin-bottom: 3px;
font-size: 11px;
text-transform: uppercase;
}
.search-results .post .entry-meta .separator {
padding: 0 5px 0 5px;
}
.search-results .post .entry-meta .comment-icon {
margin-right: 3px;
}
.search-results .post .entry-summary p:last-child {
margin: 0;
}
.search-results .navigation {
margin-top: 60px;
} .radiuzz-m-l-aside .content-wrapper.no-title-wrapper {
padding-top: 45px;
} a.jm-post-like {
font-weight: normal;
display: inline-block;
width: auto;
-moz-transition: all 0.3s ease-out 0.2s;
-webkit-transition: all 0.3s ease-out 0.2s;
-o-transition: all 0.3s ease-out 0.2s;
}
a.jm-post-like.liked, .radiuzz-posts .radiuzz-post.bottom-cover {
color: #da1b1b;
}
a.jm-post-like:hover,
a.jm-post-like:active,
a.jm-post-like:focus,
a.liked:hover,
a.liked:active,
a.liked:focus { color: #585858;
} .thumbnail-hover {
position: relative;
}
.thumbnail-hover .overlay {
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #585858;
opacity: 0;
-webkit-transition: opacity 500ms ease-in-out;
-moz-transition: opacity 500ms ease-in-out;
-ms-transition: opacity 500ms ease-in-out;
-o-transition: opacity 500ms ease-in-out;
transition: opacity 500ms ease-in-out;
}
.thumbnail-hover .thumb-cross {
display: block;
position: absolute;
top: 50%;
left: 50%;
opacity: 0;
width: 40px;
height: 40px;
margin-left: -20px;
margin-top: -20px;
-webkit-transition: opacity 500ms ease-in-out;
-moz-transition: opacity 500ms ease-in-out;
-ms-transition: opacity 500ms ease-in-out;
-o-transition: opacity 500ms ease-in-out;
transition: opacity 500ms ease-in-out;
}
.thumbnail-hover .thumb-cross:after {
display: block;
content: ' ';
position: absolute;
left: 50%;
top: 0;
margin-left: -1px;
height: 100%;
width: 1px;
background-color: #ffffff;
}
.thumbnail-hover .thumb-cross:before {
display: block;
content: ' ';
position: absolute;
left: 0;
top: 50%;
margin-top: -1px;
height: 1px;
width: 100%;
background-color: #ffffff;
}
.thumbnail-hover:hover .overlay {
opacity: 0.4;
}
.thumbnail-hover:hover .thumb-cross {
opacity: 1;
}
.gray-hover img {
filter: grayscale(1);
-webkit-filter: grayscale(1);
-moz-filter: grayscale(1);
-o-filter: grayscale(1);
-ms-filter: grayscale(1);
-webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
-ms-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out;
}
.gray-hover:hover img {
filter: grayscale(0);
-webkit-filter: grayscale(0);
-moz-filter: grayscale(0);
-o-filter: grayscale(0);
-ms-filter: grayscale(0);
} .post .entry-title a {
color: #292d33;
font-weight: 600;
}
.post .entry-title a:hover {
color: #585858;
}  .blog-large.style-simple .post {
margin: 0px 0px 50px;
border-bottom: 1px solid #e2e6ea;
padding-bottom: 45px;
}
.blog-large.style-simple .thumbnail {
margin-bottom: 25px;
}
.blog-large.style-simple .entry-inner {
padding: 0px 0px;
}
.blog-large.style-simple .entry-title {
font-size: 24px;
margin: 0 0px 5px;
}
.blog-large.style-simple .entry-meta {
margin-bottom: 20px;
font-size: 15px;
letter-spacing: 0.5px;
}
.blog-large.style-simple .entry-meta .separator {
padding: 0 5px 0 5px;
}
.blog-large.style-simple .entry-meta .comment-icon {
margin-right: 3px;
}
.blog-large.style-simple .read-more {
margin: 30px 0 0;
}
.blog-large.style-simple .format-quote .quote-mark {
margin: 8px 0 0;
font-size: 35px;
color: #292d33;
}
.blog-large.style-simple .format-quote .quote-main {
margin: 0;
padding: 0px 0px 0px 60px;
border: none;
font-size: 21px;
font-weight: 400;
line-height: 35px;
color: #292d33;
}
.blog-large.style-simple .format-quote .quote-main p {
font-size: 21px;
line-height: 35px;
margin-bottom: 15px;
position: relative;
z-index: 400;
}
.blog-large.style-simple .format-quote .quote-main a {
color: #292d33;
}
.blog-large.style-simple .format-quote .quote-main a:hover {
color: #585858;
}
.blog-large.style-simple .format-quote .quote-main cite {
font-style: normal;
color: #292d33;
}
.blog-large.style-simple .format-quote .entry-meta {
margin-top: 0px;
margin-bottom: 25px;
}
.blog-large.style-simple .format-status .status-mark {
margin: 8px 0 0;
font-size: 35px;
color: #292d33;
}
.blog-large.style-simple .format-status .status-main {
margin: 0;
padding: 0px 0px 0px 60px;
border: none;
font-size: 21px;
font-weight: 400;
line-height: 35px;
color: #292d33;
}
.blog-large.style-simple .format-status .status-main p {
font-size: 21px;
line-height: 35px;
margin-bottom: 15px;
position: relative;
z-index: 400;
}
.blog-large.style-simple .format-status .status-main a {
color: #292d33;
}
.blog-large.style-simple .format-status .status-main a:hover {
color: #585858;
}
.blog-large.style-simple .format-status .entry-meta {
margin-top: 0px;
margin-bottom: 25px;
}
.blog-large.style-simple .format-link .link-mark {
margin: 8px 0 0;
font-size: 35px;
color: #292d33;
}
.blog-large.style-simple .format-link .link-main {
margin: 0;
padding: 0px 0px 0px 60px;
}
.blog-large.style-simple .format-link .entry-meta {
margin-top: 0px;
margin-bottom: 25px;
} .blog-large.style-bottom-meta .post {
margin: 0px 0px 50px;
border-bottom: 3px solid #e2e6ea;
padding-bottom: 10px;
}
.blog-large.style-bottom-meta .thumbnail {
margin-bottom: 25px;
}
.blog-large.style-bottom-meta .entry-inner {
padding: 0px 0px;
}
.blog-large.style-bottom-meta .entry-title {
font-size: 24px;
margin: 0 0px 17px;
}
.blog-large.style-bottom-meta .entry-meta {
margin-top: 35px;
font-size: 13px;
}
.blog-large.style-bottom-meta .entry-meta .separator {
padding: 0 5px 0 5px;
}
.blog-large.style-bottom-meta .entry-meta .comment-icon {
margin-right: 3px;
}
.blog-large.style-bottom-meta .read-more {
margin: 30px 0 0;
}
.blog-large.style-bottom-meta .format-quote .quote-mark {
margin: 8px 0 0;
font-size: 35px;
color: #292d33;
}
.blog-large.style-bottom-meta .format-quote .quote-main {
margin: 0;
padding: 0px 0px 0px 60px;
border: none;
font-size: 21px;
font-weight: 400;
line-height: 35px;
color: #292d33;
}
.blog-large.style-bottom-meta .format-quote .quote-main p {
font-size: 21px;
line-height: 35px;
margin-bottom: 15px;
position: relative;
z-index: 400;
}
.blog-large.style-bottom-meta .format-quote .quote-main a {
color: #292d33;
}
.blog-large.style-bottom-meta .format-quote .quote-main a:hover {
color: #585858;
}
.blog-large.style-bottom-meta .format-quote .quote-main cite {
font-style: normal;
color: #292d33;
}
.blog-large.style-bottom-meta .format-quote .entry-meta {
margin-top: 0px;
margin-bottom: 25px;
}
.blog-large.style-bottom-meta .format-status .status-mark {
margin: 8px 0 0;
font-size: 35px;
color: #292d33;
}
.blog-large.style-bottom-meta .format-status .status-main {
margin: 0;
padding: 0px 0px 0px 60px;
border: none;
font-size: 21px;
font-weight: 400;
line-height: 35px;
color: #292d33;
}
.blog-large.style-bottom-meta .format-status .status-main p {
font-size: 21px;
line-height: 35px;
margin-bottom: 15px;
position: relative;
z-index: 400;
}
.blog-large.style-bottom-meta .format-status .status-main a {
color: #292d33;
}
.blog-large.style-bottom-meta .format-status .status-main a:hover {
color: #585858;
}
.blog-large.style-bottom-meta .format-status .entry-meta {
margin-top: 0px;
margin-bottom: 25px;
}
.blog-large.style-bottom-meta .format-link .link-mark {
margin: 8px 0 0;
font-size: 35px;
color: #292d33;
}
.blog-large.style-bottom-meta .format-link .link-main {
margin: 0;
padding: 0px 0px 0px 60px;
}
.blog-large.style-bottom-meta .format-link .entry-meta {
margin-top: 0px;
margin-bottom: 25px;
} .blog-large.style-aside-date .post {
margin: 0px 0px 50px;
border-bottom: 1px solid #e2e6ea;
padding-bottom: 45px;
}
.blog-large.style-aside-date .thumbnail {
margin-bottom: 25px;
}
.blog-large.style-aside-date .date-block {
float: left;
width: 70px;
border-right: 1px solid #e2e6ea;
}
.blog-large.style-aside-date .date-block .date-block-inner {
display: inline-block;
text-align: center;
}
.blog-large.style-aside-date .date-block .day {
display: block;
font-size: 44px;
color: #292d33;
font-weight: 300;
}
.blog-large.style-aside-date .date-block .month {
display: block;
font-size: 22px;
color: #292d33;
text-transform: uppercase;
margin-top: -15px;
font-weight: 300;
}
.blog-large.style-aside-date .entry-infos-holder {
margin-left: 100px;
}
.blog-large.style-aside-date .entry-inner {
padding: 0px 0px;
}
.blog-large.style-aside-date .entry-title {
font-size: 24px;
margin: 0 0px 5px;
}
.blog-large.style-aside-date .entry-meta {
margin-bottom: 20px;
font-size: 13px;
}
.blog-large.style-aside-date .entry-meta .separator {
padding: 0 5px 0 5px;
}
.blog-large.style-aside-date .entry-meta .comment-icon {
margin-right: 3px;
}
.blog-large.style-aside-date .read-more {
margin: 30px 0 20px;
}
.blog-large.style-aside-date .format-quote .quote-mark {
margin: 8px 0 0;
font-size: 35px;
color: #292d33;
}
.blog-large.style-aside-date .format-quote .quote-main {
margin: 0;
padding: 0px 0px 0px 60px;
border: none;
font-size: 21px;
font-weight: 400;
line-height: 35px;
color: #292d33;
}
.blog-large.style-aside-date .format-quote .quote-main p {
font-size: 21px;
line-height: 35px;
margin-bottom: 15px;
position: relative;
z-index: 400;
}
.blog-large.style-aside-date .format-quote .quote-main a {
color: #292d33;
}
.blog-large.style-aside-date .format-quote .quote-main a:hover {
color: #585858;
}
.blog-large.style-aside-date .format-quote .quote-main cite {
font-style: normal;
color: #292d33;
}
.blog-large.style-aside-date .format-quote .entry-meta {
margin-top: 0px;
margin-bottom: 25px;
}
.blog-large.style-aside-date .format-status .status-mark {
margin: 8px 0 0;
font-size: 35px;
color: #292d33;
}
.blog-large.style-aside-date .format-status .status-main {
margin: 0;
padding: 0px 0px 0px 60px;
border: none;
font-size: 21px;
font-weight: 400;
line-height: 35px;
color: #292d33;
}
.blog-large.style-aside-date .format-status .status-main p {
font-size: 21px;
line-height: 35px;
margin-bottom: 15px;
position: relative;
z-index: 400;
}
.blog-large.style-aside-date .format-status .status-main a {
color: #292d33;
}
.blog-large.style-aside-date .format-status .status-main a:hover {
color: #585858;
}
.blog-large.style-aside-date .format-status .entry-meta {
margin-top: 0px;
margin-bottom: 25px;
}
.blog-large.style-aside-date .format-link .link-mark {
margin: 8px 0 0;
font-size: 35px;
color: #292d33;
}
.blog-large.style-aside-date .format-link .link-main {
margin: 0;
padding: 0px 0px 0px 60px;
}
.blog-large.style-aside-date .format-link .entry-meta {
margin-top: 0px;
margin-bottom: 25px;
}
@media (max-width: 320px) {
.blog-large.style-aside-date .date-block {
display: none;
}
.blog-large.style-aside-date .entry-infos-holder {
margin-left: 0;
}
}  .blog-medium.style-simple .post {
margin: 0px 0px 45px;
padding-bottom: 45px;
border-bottom: 1px solid #e6e6e6;
display: -webkit-flex;
}
.blog-medium.style-simple .post > .row {
display: -moz-flex;
display: -ms-flexbox;
display: -o-flex;
display: flex;
width: 100%;
flex-direction: row;
-webkit-align-items: center;
align-items: center;
}
.blog-medium.style-simple .post .post-left-area,
.blog-medium.style-simple .post .post-right-area {
float: none;
}
.blog-medium.style-simple .entry-inner {
padding: 0px 0px;
}
.blog-medium.style-simple .entry-title {
font-size: 22px;
margin: 0 0px 5px;
}
.blog-medium.style-simple .entry-title a {
color: #414141;
}
.blog-medium.style-simple .entry-meta {
margin-bottom: 14px;
font-size: 15px;
color: #999999;
}
.blog-medium.style-simple .entry-meta .separator {
padding: 0 5px 0 5px;
}
.blog-medium.style-simple .entry-meta .comment-icon {
margin-right: 3px;
}
.blog-medium.style-simple .read-more {
margin: 0;
}
.blog-medium.style-simple .read-more a {
padding: 0;
border: none;
font-size: 14px;
font-weight: 900;
text-transform: uppercase;
letter-spacing: 0.05em;
background-color: transparent;
color: #585858;
position: relative;
}
.blog-medium.style-simple .read-more a:after {
content: '\f178';
margin-left: 6px;
font: normal normal 16px/1 FontAwesome;
}
.blog-medium.style-simple .read-more a:hover {
background-color: transparent !important;
}
.blog-medium.style-simple .format-quote .quote-mark {
margin: 8px 0 0;
font-size: 35px;
color: #292d33;
}
.blog-medium.style-simple .format-quote .quote-main {
margin: 0;
padding: 0px 0px 0px 60px;
border: none;
font-size: 21px;
font-weight: 400;
line-height: 35px;
color: #292d33;
}
.blog-medium.style-simple .format-quote .quote-main p {
font-size: 21px;
line-height: 35px;
margin-bottom: 15px;
position: relative;
z-index: 400;
}
.blog-medium.style-simple .format-quote .quote-main a {
color: #292d33;
}
.blog-medium.style-simple .format-quote .quote-main a:hover {
color: #585858;
}
.blog-medium.style-simple .format-quote .quote-main cite {
font-style: normal;
color: #292d33;
}
.blog-medium.style-simple .format-quote .entry-meta {
margin-top: 0px;
margin-bottom: 25px;
}
.blog-medium.style-simple .format-status .status-mark {
margin: 8px 0 0;
font-size: 35px;
color: #292d33;
}
.blog-medium.style-simple .format-status .status-main {
margin: 0;
padding: 0px 0px 0px 60px;
border: none;
font-size: 21px;
font-weight: 400;
line-height: 35px;
color: #292d33;
}
.blog-medium.style-simple .format-status .status-main p {
font-size: 21px;
line-height: 35px;
margin-bottom: 15px;
position: relative;
z-index: 400;
}
.blog-medium.style-simple .format-status .status-main a {
color: #292d33;
}
.blog-medium.style-simple .format-status .status-main a:hover {
color: #585858;
}
.blog-medium.style-simple .format-status .entry-meta {
margin-top: 0px;
margin-bottom: 25px;
}
.blog-medium.style-simple .format-link .link-mark {
margin: 8px 0 0;
font-size: 35px;
color: #292d33;
}
.blog-medium.style-simple .format-link .link-main {
margin: 0;
padding: 0px 0px 0px 60px;
}
.blog-medium.style-simple .format-link .entry-meta {
margin-top: 0px;
margin-bottom: 25px;
}  .blog-masonry.style-simple {
padding-top: 0px;
}
.full-width-blog .sidebar-enabled.sidebar-right {
padding-top: 45px;
}
.blog-masonry.style-simple .full-width-blog .col-md-3.sidebar {
padding-top: 45px;
background: #f4f4f4;
}
.blog-masonry.style-simple .post {
margin: 0px 0px 30px;
}
.blog-masonry.style-simple .thumbnail {
margin-bottom: 0px;
}
.blog-masonry.style-simple .format-link header.entry-header a {
color: #fff;
}
.radiuzz-mansory-blog .post_format-post-format-link .entry-inner .entry-header,
.radiuzz-mansory-blog .post_format-post-format-status .entry-inner .entry-header {
display:none;
}
.radiuzz-mansory-blog .post_format-post-format-link .entry-inner .link-main .entry-header,
.radiuzz-mansory-blog .post_format-post-format-status .entry-inner .link-main .entry-header {
display: block;
margin: 20px 0px;
}
.radiuzz-mansory-blog .post_format-post-format-link .entry-inner .link-main .entry-content,
.radiuzz-mansory-blog .post_format-post-format-status .entry-inner .entry-content {
font-size: 13px;
font-style: italic;
}
.blog-masonry.style-simple .entry-inner {
padding: 25px 0px;
background: #ffffff;
}
.blog-masonry.style-simple .entry-title {
font-size: 18px;
margin: 0 0px 15px;
font-weight: 600;
}
.blog-masonry.style-simple .entry-meta {
margin-top: 15px;
font-size: 13px;
border-top: 1px dotted #dcdbdb;
padding-top: 2px;
}
.radiuzz-mansory-blog .post_format-post-format-link .entry-inner {
background: #1b1b1b;
color: #fff;
padding: 15px;
text-align: center;
border-radius: 5px;
}
.radiuzz-mansory-blog .post_format-post-format-status .entry-inner {
padding: 15px;
text-align: center;
border-radius: 5px;
border: 1px dotted #dadada;
}
.blog-masonry.style-simple .entry-meta .separator {
padding: 0 5px 0 5px;
}
.blog-masonry.style-simple .read-more {
margin: 30px 0 0;
}
.blog-masonry.style-simple .format-quote .quote-mark {
margin: 8px 0 0;
font-size: 35px;
color: #292d33;
}
.blog-masonry.style-simple .format-quote .quote-main {
margin: 0;
padding: 0px 0px 0px 60px;
border: none;
font-size: 21px;
font-weight: 400;
line-height: 35px;
color: #292d33;
}
.blog-masonry.style-simple .format-quote .quote-main p {
font-size: 21px;
line-height: 35px;
margin-bottom: 15px;
position: relative;
z-index: 400;
}
.blog-masonry.style-simple .format-quote .quote-main a {
color: #292d33;
}
.blog-masonry.style-simple .format-quote .quote-main a:hover {
color: #585858;
}
.blog-masonry.style-simple .format-quote .quote-main cite {
font-style: normal;
color: #292d33;
}
.blog-masonry.style-simple .format-quote .entry-meta {
margin: 0 0 15px;
}
.blog-masonry.style-simple .format-status .status-mark {
margin: 8px 0 0;
font-size: 35px;
color: #9e9e9e;
}
.blog-masonry.style-simple .format-status .status-main {
margin: 0;
border: none;
font-size: 21px;
font-weight: 400;
line-height: 35px;
color: #292d33;
}
.blog-masonry.style-simple .format-status .status-main p {
font-size: 18px;
line-height: 35px;
margin-bottom: 15px;
position: relative;
z-index: 400;
}
.blog-masonry.style-simple .format-status .status-main a {
color: #292d33;
}
.blog-masonry.style-simple .format-status .status-main a:hover {
color: #585858;
}
.blog-masonry.style-simple .format-status .entry-meta {
margin: 0 0 15px;
}
.blog-masonry.style-simple .format-link .link-mark {
font-size: 35px;
color: #565656;
}
.blog-masonry.style-simple .format-link .link-main {
margin: 0;
}
.blog-masonry.style-simple .format-link .entry-meta {
margin: 0 0 15px;
}
.blog-masonry.style-simple .paging-navigation {
margin-top: 40px;
}  .blog-full.style-polaroid .post {
margin: 0px 0px 90px;
border-bottom: 1px solid #e2e6ea;
}
.blog-full.style-polaroid.blog-full .post {
width: 86%;
margin-left: auto;
margin-right: auto;
}
.blog-full.style-polaroid .thumbnail {
margin-bottom: 0px;
}
.blog-full.style-polaroid .entry-inner {
padding: 40px 25px 67px;
}
.blog-full.style-polaroid .entry-title {
text-align: center;
font-size: 26px;
margin: 0 0px 13px;
}
.blog-full.style-polaroid .entry-meta {
text-align: center;
margin-bottom: 35px;
font-size: 13px;
}
.blog-full.style-polaroid .entry-meta .separator {
padding: 0 5px 0 5px;
}
.blog-full.style-polaroid .read-more {
margin: 50px 0 20px;
text-align: center;
}
.blog-full.style-polaroid .read-more a {
border: none;
}
.blog-full.style-polaroid .entry-content {
font-size: 16px;
line-height: 1.5;
}
.blog-full.style-polaroid .format-quote .quote-mark {
margin: 8px 0 0;
font-size: 35px;
color: #292d33;
}
.blog-full.style-polaroid .format-quote .entry-meta {
padding: 0px 0px 0px 60px;
margin-bottom: 20px;
margin-top: 35px;
}
.blog-full.style-polaroid .format-quote .quote-main {
margin: 0;
padding: 0px 0px 0px 60px;
border: none;
font-size: 21px;
font-weight: 400;
line-height: 35px;
color: #292d33;
}
.blog-full.style-polaroid .format-quote .quote-main p {
font-size: 21px;
line-height: 35px;
margin-bottom: 15px;
position: relative;
z-index: 400;
}
.blog-full.style-polaroid .format-quote .quote-main a {
color: #292d33;
}
.blog-full.style-polaroid .format-quote .quote-main a:hover {
color: #585858;
}
.blog-full.style-polaroid .format-quote .quote-main cite {
font-style: normal;
color: #292d33;
}
.blog-full.style-polaroid .format-status .status-mark {
margin: 8px 0 0;
font-size: 35px;
color: #292d33;
}
.blog-full.style-polaroid .format-status .entry-meta {
padding: 0px 0px 0px 60px;
margin-bottom: 20px;
margin-top: 35px;
}
.blog-full.style-polaroid .format-status .status-main {
margin: 0;
padding: 0px 0px 0px 60px;
border: none;
font-size: 21px;
font-weight: 400;
line-height: 35px;
color: #292d33;
}
.blog-full.style-polaroid .format-status .status-main p {
font-size: 21px;
line-height: 35px;
margin-bottom: 15px;
position: relative;
z-index: 400;
}
.blog-full.style-polaroid .format-status .status-main a {
color: #292d33;
}
.blog-full.style-polaroid .format-status .status-main a:hover {
color: #585858;
}
.blog-full.style-polaroid .format-link .link-mark {
margin: 8px 0 0;
font-size: 35px;
color: #292d33;
}
.blog-full.style-polaroid .format-link .entry-title { }
.blog-full.style-polaroid .format-link .link-main {
margin: 0;
padding: 0px 0px 0px 60px;
}
.blog-full.style-polaroid .format-link .entry-meta {
margin-bottom: 20px;
margin-top: 35px;
}
.blog-full.style-polaroid .entry-content {
text-align: center;
}
.blog-full.style-polaroid .entry-content p {
line-height: 1.7;
} .featured-image {
overflow: hidden;
}
.featured-image figure {
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.featured-image figure img {
visibility: hidden;
}
.post.modern-fullwidth {
padding-top: 110px;
padding-bottom: 150px;
text-align: center;
}
.post.modern-fullwidth + .radiuzz-custom-wrapper .vc_row.wpb_row.vc_row-fluid {
}
.post.modern-fullwidth header .meta {
margin-bottom: 16px;
font-size: 14px;
font-weight: 400;
letter-spacing: 0.1em;
text-transform: uppercase;
color: #999999;
}
.post.modern-fullwidth header .meta a {
color: #585858;
}
.post.modern-fullwidth header .meta time:after {
content: '/';
margin-left: 13px;
margin-right: 10px;
}
.post.modern-fullwidth header h2 {
font-size: 50px;
line-height: 55px;
font-weight: 400;
letter-spacing: 3px;
}
.post.modern-fullwidth header h2,
.post.modern-fullwidth header h2 a {
color: #1a1a1a;
}
.post.modern-fullwidth header h2 a:hover {
color: #505050;
}
.post.modern-fullwidth .post-content {
display: none;
font-size: 16px;
line-height: 26px;
font-weight: 400;
letter-spacing: -0.01em;
color: #999999;
opacity: 0;
-webkit-transition: opacity 0.5s ease;
-moz-transition:    opacity 0.5s ease;
transition:     opacity 0.5s ease;
}
.post.modern-fullwidth .post-content .video-container,
.post.modern-fullwidth .post-content .mejs-container,
.post.modern-fullwidth .post-content .gallery,
.post.modern-fullwidth .post-content #gallery-1 {
margin-bottom: 30px;
}
.mejs-controls .mejs-button button:hover,
.mejs-controls .mejs-button button:focus,
.mejs-controls .mejs-button button:active {
background-color: transparent !important;
}
.post.modern-fullwidth .post-content p {
margin-bottom: 25px;
}
.post.modern-fullwidth .links-container {
display: inline-block;
height: 30px;
width: 500px;
position: relative;
}
.post.modern-fullwidth.format-quote .post-content > p {
padding-left: 20px;
border-left: 3px solid #999999;
text-align: left;
}
.post.modern-fullwidth .read-more,
.post.modern-fullwidth .view-post {
display: inline-block;
width: 100%;
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.05em;
color: #585858;
position: relative;
white-space: nowrap;
overflow: hidden;
-webkit-transition: all 0.5s cubic-bezier(.17,.67,.63,.98);
-moz-transition:    all 0.5s cubic-bezier(.17,.67,.63,.98);
transition:     all 0.5s cubic-bezier(.17,.67,.63,.98);
}
.post.modern-fullwidth .view-post {
position: absolute;
top: 0;
left: 50%;
width: 0;
opacity: 0;
-webkit-transform: translateX(-50%) translateY(-8px);
-moz-transform:  translateX(-50%) translateY(-8px);
-ms-transform:   translateX(-50%) translateY(-8px);
transform:     translateX(-50%) translateY(-8px);
}
.post.modern-fullwidth .view-post i,
.post.modern-fullwidth .read-more i {
-webkit-transition: all 0.3s ease;
-moz-transition:    all 0.3s ease;
transition:     all 0.3s ease;
}
.post.modern-fullwidth .read-more:hover i {
-webkit-transform: rotateZ(90deg);
-moz-transform:  rotateZ(90deg);
-ms-transform:   rotateZ(90deg);
transform:     rotateZ(90deg);
}
.post.modern-fullwidth .view-post:hover i {
-webkit-transform: translateX(5px);
-moz-transform:  translateX(5px);
-ms-transform:   translateX(5px);
transform:     translateX(5px);
}
.post.modern-fullwidth.post-content-showing .read-more {
opacity: 0;
-webkit-transform: translateY(8px);
-moz-transform:  translateY(8px);
-ms-transform:   translateY(8px);
transform:     translateY(8px);
}
.post.modern-fullwidth.post-content-showing .view-post {
width: 100%;
opacity: 1;
-webkit-transform: translateX(-50%) translateY(0);
-moz-transform:  translateX(-50%) translateY(0);
-ms-transform:   translateX(-50%) translateY(0);
transform:     translateX(-50%) translateY(0);
}
.post.modern-fullwidth.post-content-showing .post-content {
opacity: 1;
}
.post.modern-fullwidth.style2 {
display: inline-block;
float: left;
padding: 0;
width: 50%;
height: 400px;
text-align: left;
position: relative;
overflow: hidden;
}
.post.modern-fullwidth.style2 .overlay-link {
position: absolute;
top: 0;
left: 0;
z-index: 3;
display: block;
width: 100%;
height: 100%;
}
.post.modern-fullwidth.style2 .featured-image {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-size: cover;
background-position: center;
z-index: 2;
}
.post.modern-fullwidth.style2 .featured-image:after {
content: '';
display: inline-block;
width: 102%;
height: 102%;
position: absolute;
top: -1%;
left: -1%;
opacity: 0.65;
background-color: #0d0d0d;
-webkit-transition: all 0.6s ease;
-moz-transition:    all 0.6s ease;
transition:     all 0.6s ease;
}
.post.modern-fullwidth.style2 .featured-image img {
visibility: hidden;
}
.post.modern-fullwidth.style2 .content {
display: table;
width: 100%;
height: 100%;
position: relative;
z-index: 2;
color: #ffffff;
}
.post.modern-fullwidth.style2 .content .content-inner {
display: table-cell;
padding: 40px 50px;
vertical-align: bottom;
}
.post.modern-fullwidth.style2 .content .content-inner > div {
max-width: 75%;
}
.post.modern-fullwidth.style2 .content a {
color: #ffffff;
}
.post.modern-fullwidth.style2 header .categories {
display: inline-block;
padding: 2px 15px;
margin: 0 0 10px;
list-style: none;
background-color: #000000;
}
.post.modern-fullwidth.style2 header .categories li {
display: inline-block;
font-size: 12px;
font-weight: 700;
letter-spacing: 0.1em;
text-transform: uppercase;
}
.post.modern-fullwidth.style2 header .categories li:after {
content: '/';
margin-left: 4px;
margin-right: 1px;
}
.post.modern-fullwidth.style2 header .categories li:last-child:after {
content: none;
}
.post.modern-fullwidth.style2 header h2 {
margin-bottom: 10px;
font-size: 30px;
line-height: 36px;
font-weight: 900;
text-transform: uppercase;
}
.post.modern-fullwidth.style2 .meta {
font-size: 13px;
font-weight: 400;
letter-spacing: 0.1em;
color: #d9d9d9;
text-transform: uppercase;
}
.post.modern-fullwidth.style2 .meta a {
color: #d9d9d9;
}
.post.modern-fullwidth.style2 .meta span:after {
content: '/';
margin-right: 12px;
margin-left: 15px;
}
.post.modern-fullwidth.style2 .meta span:last-child:after {
content: none;
}
.post.modern-fullwidth.style2.featured {
height: 700px;
width: 100%;
text-align: center;
}
.post.modern-fullwidth.style2.featured .content .content-inner {
vertical-align: middle;
}
.post.modern-fullwidth.style2.featured .content .content-inner > div {
max-width: 40%;
margin: 0 auto;
padding: 0;
}
.post.modern-fullwidth.style2.featured header .categories {
margin-bottom: 30px;
}
.post.modern-fullwidth.style2.featured header h2 {
font-size: 36px;
line-height: 44px;
}
.post.modern-fullwidth.style2:hover .featured-image:after {
opacity: 0.3;
}
.featured-posts {
padding-top: 50px;
padding-bottom: 30px;
}
.featured-posts:before,
.featured-posts:after {
content: '';
display: table;
}
.featured-posts:after {
clear: both;
}
.featured-posts .post.modern-fullwidth.style2 {
width: calc(25% - 20px);
height: 220px;
margin-right: 20px;
margin-bottom: 20px;
text-align: left;
}
.featured-posts .post.modern-fullwidth.style2 .content .content-inner {
vertical-align: bottom;
padding-left: 25px;
padding-right: 0px;
}
.featured-posts .post.modern-fullwidth.style2 .content .content-inner > div {
max-width: none;
}
.featured-posts .post.modern-fullwidth.style2 header h2 {
font-size: 16px;
line-height: 1.5;
text-transform: none;
}
.featured-posts .post.modern-fullwidth.style2:not(:first-child) header h2 {
margin-bottom: 0;
}
.featured-posts .post.modern-fullwidth.style2 header .categories {
margin-bottom: 16px;
padding: 0 15px 2px;
}
.featured-posts .post.modern-fullwidth.style2 header .categories li {
font-size: 10px;
}
.featured-posts .post.modern-fullwidth.style2 .meta span a, .featured-posts .post.modern-fullwidth.style2 .meta {
font-size: 10px;
}
.featured-posts .post.modern-fullwidth.style2:not(:first-child) .meta > span:after {
margin-left: 8px;
margin-right: 6px;
}
.featured-posts .post.modern-fullwidth.style2:not(:first-child) .meta > span:nth-child(2) {
display: none;
}
.featured-posts .post.modern-fullwidth.style2:first-child {
float: left;
width: calc(50% - 20px);
height: 460px;
}
.featured-posts .post.modern-fullwidth.style2:first-child header h2 {
font-size: 36px;
}
.featured-posts .post.modern-fullwidth.style2:first-child .content .content-inner {
padding-left: 50px;
padding-right: 25px;
}
.featured-posts .post.modern-fullwidth.style2:first-child .meta {
font-size: 12px;
}
.post.minimal-fullwidth {
width: 100%;
padding-top: 100px;
padding-bottom: 110px;
background-color: #fff;
text-align: center;
border-bottom: 1px  #d7d7d7;
font-size: 16px;
line-height: 28px;
border-style: hidden;
color: #999999;
position: relative;
overflow: hidden;
background: url(//www.birdepoch.com/wp-content/themes/cygnus/css/img/bg_g.jpg) !important;
background-position: center !important;
background-repeat: no-repeat !important;
background-size: cover !important;
}
.post.minimal-fullwidth .hover-dir-el {
display: inline-block;
width: 100%;
height: 100%;
position: absolute;
top: -100%;
left: 0;
z-index: 0;
background-color: #fafafa;
}
.post.minimal-fullwidth > .container {
opacity: 0;
visibility: hidden;
-webkit-transform: translateY(40px);
-moz-transform:  translateY(40px);
-ms-transform:   translateY(40px);
transform:     translateY(40px);
-webkit-transition: all 0.8s 0.2s ease;
-moz-transition:    all 0.8s 0.2s ease;
transition:     all 0.8s 0.2s ease;
}
.post.minimal-fullwidth header,
.post.minimal-fullwidth .post-content,
.post.minimal-fullwidth .read-more {
position: relative;
z-index: 2;
}
.post.minimal-fullwidth header h2 {
margin: 0 0 5px;
font-size: 32px;
line-height: 40px;
font-weight: 700;
color: #1a1a1a;
}
.post.minimal-fullwidth header h2 a {
color: #1a1a1a;
}
.post.minimal-fullwidth header h2 a:hover {
color: #585858;
}
.post.minimal-fullwidth header .meta {
margin-bottom: 17px;
}
.post.minimal-fullwidth header .meta a {
color: #585858;
}
.post.minimal-fullwidth header .meta a.jm-post-like {
color: #999999;
}
.post.minimal-fullwidth header .meta a.jm-post-like:before {
content: '/';
margin-right: 7px;
margin-left: 6px;
}
.post.minimal-fullwidth header .meta a.jm-post-like:hover {
color: #585858;
}
.post.minimal-fullwidth .read-more {
font-size: 14px;
font-weight: 900;
letter-spacing: 0.05em;
text-transform: uppercase;
color: #585858;
}
.post.minimal-fullwidth .read-more i {
margin-left: 2px;
-webkit-transition: all 0.3s ease;
-moz-transition:    all 0.3s ease;
transition:     all 0.3s ease;
}
.post.minimal-fullwidth > .container.visible {
opacity: 1;
visibility: visible;
-webkit-transform: translateY(0);
-moz-transform:  translateY(0);
-ms-transform:   translateY(0);
transform:     translateY(0);
}
.post.minimal-fullwidth .read-more:hover i {
-webkit-transform: translateX(5px);
-moz-transform:  translateX(5px);
-ms-transform:   translateX(5px);
transform:     translateX(5px);
}
.radiuzz-m-l-aside-modern .post.minimal-fullwidth {
padding-left: 15%;
padding-right: 15%;
} .boxed-style {
background-color: #f3f3f3;
}
.boxed-style .post .thumbnail {
margin-bottom: 0;
}
.boxed-style .post .entry-inner {
padding: 25px 25px 35px 25px;
background-color: #ffffff;
}
.blog-large.style-simple.boxed-style .post,
.blog-large.style-bottom-meta.boxed-style .post,
.blog-large.style-aside-date.boxed-style .post {
padding: 0;
border: none;
margin-bottom: 60px;
}
.blog-medium.style-simple.boxed-style .post,
.blog-full.style-polaroid.boxed-style .post {
background-color: #ffffff;
}
.blog-medium.style-simple.boxed-style .post .entry-inner,
.blog-full.style-polaroid.boxed-style .post .entry-inner {
background-color: transparent;
}
.blog-full.style-polaroid.boxed-style .post.format-quote .entry-inner,
.blog-full.style-polaroid.boxed-style .post.format-status .entry-inner,
.blog-full.style-polaroid.boxed-style .post.format-link .entry-inner {
padding: 55px 25px 35px 25px;
} @media (min-width: 992px) {
.blog-medium.style-simple.boxed-style .post .post-right-area .entry-inner {
padding: 25px 25px 35px 0;
}
.blog-full.style-polaroid .entry-inner {
width: 79%;
margin: 0 auto;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.radiuzz-m-l-aside .post.modern-fullwidth.style2 {
width: 100%;
}
.post.modern-fullwidth.style2.featured .content .content-inner > div {
max-width: 80%;
}
.radiuzz-m-l-aside-modern .post.minimal-fullwidth {
padding-left: 10%;
padding-right: 10%;
}
}
@media (max-width: 991px) {
.post.modern-fullwidth.style2.featured .content .content-inner > div {
max-width: 80%;
}
.featured-posts .post.modern-fullwidth.style2 .content .content-inner {
padding-left: 50px;
}
.featured-posts .post.modern-fullwidth.style2.featured .content .content-inner > div {
max-width: none;
}
.post.modern-fullwidth.style2 {
width: 100%;
}
.radiuzz-m-l-aside-modern .post.minimal-fullwidth {
padding-left: 5%;
padding-right: 5%;
}
.blog-medium.style-simple .post > .row {
display: block;
width: 100%;
}
.blog-medium.style-simple .post .post-left-area {
margin-bottom: 30px;
}
.featured-posts .post.modern-fullwidth.style2,
.featured-posts .post.modern-fullwidth.style2:first-child {
width: 100%;
height: auto;
}
.post.modern-fullwidth .links-container {
width: 100%;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.blog-full.style-polaroid .entry-inner {
width: 85%;
margin: 0 auto;
}
}
@media (max-width: 767px) {
.blog-full.style-polaroid .entry-inner {
padding-top: 30px;
padding-bottom: 35px;
}
.blog-full.style-polaroid.blog-full .post {
width: 100%;
}
.search-panel input[type="search"] {
width: 200px;
}
.post.modern-fullwidth.style2,
.post.modern-fullwidth.style2.featured {
height: auto;
}
.post.modern-fullwidth.style2.featured .content .content-inner {
padding: 150px 25px;
}
.featured-posts .post.modern-fullwidth.style2.featured .content .content-inner {
padding: 150px 25px 50px;
}
.post.modern-fullwidth.style2 .content .content-inner {
padding: 150px 25px 50px;
}
.post.modern-fullwidth.style2 .content .content-inner > div,
.post.modern-fullwidth.style2.featured .content .content-inner > div {
max-width: 100%;
}
.post.modern-fullwidth.style2 .content header h2 {
font-size: 26px;
line-height: 1.3;
}
.post.modern-fullwidth.style2.featured .content header h2 {
font-size: 28px;
}
}  .video-container {
position: relative !important;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed,
.video-container video,
.video-container .wp-playlist {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.video-container-thumb .mejs-container,
.video-container-thumb .wp-video {
height: auto !important;
}
.video-container-thumb .mejs-mediaelement {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
}
.video-container-thumb .mejs-mediaelement video {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.wpb_video_widget .wpb_wrapper .wpb_video_wrapper {
padding-top: 0;
position: static;
} #all-site-wrapper .mejs-container .mejs-controls {
background: #28262b;
}
#all-site-wrapper .mejs-controls .mejs-time-rail .mejs-time-total {
background: #aaaaaa;
}
#all-site-wrapper .mejs-controls .mejs-time-rail .mejs-time-buffering,
#all-site-wrapper .mejs-controls .mejs-time-rail .mejs-time-loaded,
#all-site-wrapper .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
background: #ffffff;
}
#all-site-wrapper .mejs-controls .mejs-time-rail .mejs-time-current,
#all-site-wrapper .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
background: #585858;
}
#all-site-wrapper .wp-playlist {
border: none;
background: #eeeeee;
margin: 0;
border-radius: 0;
-webkit-border-radius: 0;
}
#all-site-wrapper .wp-playlist .wp-playlist-item {
padding: 5px 0;
}
#all-site-wrapper .wp-playlist .wp-playlist-playing {
background: transparent;
}
#all-site-wrapper .boxed-style .wp-playlist {
background: #fff;
padding-bottom: 0px;
}
#all-site-wrapper .boxed-style .wp-playlist .wp-playlist-item:last-child {
padding-bottom: 0px;
} .paging-navigation {
margin-bottom: 20px;
}
.paging-navigation .nav-links {
text-align: center;
}
.paging-navigation a,
.paging-navigation span {
display: inline-block;
background: transparent;
border: 2px solid #e8f1f9;
-webkit-border-radius: 5px;
-webkit-background-clip: padding-box;
-moz-border-radius: 5px;
-moz-background-clip: padding;
border-radius: 5px;
background-clip: padding-box;
font-size: 14px;
font-weight: normal;
box-sizing: content-box;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
-o-box-sizing: content-box;
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
margin-right: 10px;
margin-bottom: 3px;
}
.paging-navigation a,
.paging-navigation span {
font-size: 15px;
font-weight: 600;
line-height: 40px;
color: #333;
width: 40px;
height: 40px;
margin-left: 7px;
margin-right: 0;
border-radius: 0;
border: 1px solid #e3e3e3;
-moz-border-radius: 40px;
-webkit-border-radius: 40px;
border-radius: 40px;
}
.paging-navigation a:hover,
.paging-navigation span:hover {
border-color: #ccc;
color: #333;
}
.paging-navigation a.current,
.paging-navigation span.current {
border-color: black;
width: 55px;
}
.paging-navigation a:last-child,
.paging-navigation span:last-child {
margin-right: 0;
}
.paging-navigation.style2 {
margin-bottom: 0;
padding-top: 65px;
padding-bottom: 60px;
border-top: 1px solid #f0f0f0;
clear: both;
}
.paging-navigation.style2 a,
.paging-navigation.style2 span {
margin: 2px;
color: #666666;
font-size: 15px;
font-weight: 400;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-transition: all 0.3s ease;
-moz-transition:    all 0.3s ease;
transition:     all 0.3s ease;
}
.paging-navigation.style2 .current,
.paging-navigation.style2 a:hover,
.paging-navigation.style2 span:hover {
}
.paging-navigation.style3 {
margin-top: 50px;
margin-bottom: 100px;
padding: 28px 5px 17px;
padding-top: 28px;
padding-bottom: 17px;
border-top: 1px solid #ebebeb;
border-bottom: 1px solid #ebebeb;
}
.paging-navigation.style3:before,
.paging-navigation.style3:after {
content: '';
display: table;
}
.paging-navigation.style3:after {
clear: both;
}
.paging-navigation.style3 p {
float: left;
margin: 0;
font-size: 15px;
}
.paging-navigation.style3 p span {
width: auto;
height: auto;
border: none;
line-height: 2;
}
.paging-navigation.style3 .nav-links {
float: right;
}
.paging-navigation.style3 .nav-links a,
.paging-navigation.style3 .nav-links span {
width: 30px;
height: 30px;
margin: 0 2px 5px 0;
line-height: 26px;
font-size: 12px;
border-color: #f0f0f0;
color: #666666;
}
.paging-navigation.style3 .nav-links .current,
.paging-navigation.style3 .nav-links a:hover,
.paging-navigation.style3 .nav-links span:hover {
background-color: #585858;
border-color: #585858;
color: #ffffff;
}
.paging-navigation.style3 .nav-links .current{
width: 50px;
} .page-links {
margin: 20px 0;
}
.page-links a,
.page-links span {
display: inline-block;
color: #1a1a1a;
font-size: 14px;
width: 35px;
height: 35px;
line-height: 35px;
text-align: center;
margin-right: 3px;
margin-bottom: 3px;
background: transparent;
-webkit-transition: all 350ms ease-in-out;
-moz-transition: all 350ms ease-in-out;
-o-transition: all 350ms ease-in-out;
transition: all 350ms ease-in-out;
}
.page-links a span {
background-color: #f9f9f9;
}
.page-links a:hover span {
background-color: #585858;
color: #ffffff;
}  .single-post .thumbnail {
margin-bottom: 25px;
}
.single-post .entry-title {
font-size: 24px;
margin: 0 0px 5px;
}
.single-post .entry-meta {
margin-bottom: 20px;
font-size: 13px;
}
.single-post .entry-meta .separator {
padding: 0 5px 0 5px;
}
.single-post .entry-meta .comment-icon {
margin-right: 3px;
}
.single-post .entry-tags {
margin-top: 40px;
}
.single-post .entry-tags .tags-label {
display: inline-block;
text-transform: uppercase;
margin: 0 5px 0px 0px;
font-size: 11px;
}
.single-post .entry-tags a {
font-size: 13px !important;
display: inline-block;
letter-spacing: 1px;
margin-right: 5px;
border-radius: 20px;
border: 1px solid #dad8d8;
margin-bottom: 3px;
padding: 5px 8px;
color: #383838;
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
background-clip: padding-box;
background-color: #f9f9f9;
}
.single-post .entry-tags a:hover {
border-color: #585858;
background-color: #585858;
color: #ffffff;
}
.single-post .dynamic-single .wpb_row {
margin-left: 0 !important;
margin-right: 0 !important;
}
.single-post .format-quote .quote-mark {
margin: 8px 0 0;
font-size: 35px;
color: #292d33;
}
.single-post .format-quote .quote-main {
margin: 0;
padding: 0px 0px 0px 60px;
border: none;
font-size: 21px;
font-weight: 400;
line-height: 35px;
}
.single-post .format-quote .quote-main p {
font-size: 21px;
line-height: 35px;
margin-bottom: 15px;
position: relative;
z-index: 400;
}
.single-post .format-quote .quote-main a {
color: #292d33;
}
.single-post .format-quote .quote-main a:hover {
color: #585858;
}
.single-post .format-quote .quote-main cite {
font-style: normal;
color: #292d33;
}
.single-post .format-quote .entry-meta {
margin-top: 0px;
margin-bottom: 25px;
}
.single-post .format-status .status-mark {
margin: 8px 0 0;
font-size: 35px;
color: #292d33;
}
.single-post .format-status .status-main {
margin: 0;
padding: 0px 0px 0px 60px;
border: none;
font-size: 21px;
font-weight: 400;
line-height: 35px;
color: #292d33;
}
.single-post .format-status .status-main p {
font-size: 21px;
line-height: 35px;
margin-bottom: 15px;
position: relative;
z-index: 400;
}
.single-post .format-status .status-main a {
color: #292d33;
}
.single-post .format-status .status-main a:hover {
color: #585858;
}
.single-post .format-status .entry-meta {
margin-top: 0px;
margin-bottom: 25px;
}
.single-post .format-link .link-mark {
margin: 8px 0 0;
font-size: 35px;
color: #292d33;
}
.single-post .format-link .link-main {
margin: 0;
padding: 0px 0px 0px 60px;
}
.single-post .format-link .entry-meta {
margin-top: 0px;
margin-bottom: 25px;
} .post-gallery-carousel .owl-dots {
position: absolute;
bottom: 10px;
left: 50%;
-webkit-transform: translateX(-50%);
-moz-transform:  translateX(-50%);
-ms-transform:   translateX(-50%);
transform:     translateX(-50%);
}
.post-gallery-carousel .owl-dots .owl-dot {
display: inline-block;
width: 12px;
height: 12px;
margin-right: 8px;
border-radius: 50em;
background-color: rgba(255, 255, 255, 0.6);
-webkit-transition: all 0.3s ease;
-moz-transition:    all 0.3s ease;
transition:     all 0.3s ease;
}
.post-gallery-carousel .owl-dots .owl-dot.active {
background-color: #fff;
width: 20px;
}
#all-site-wrapper .vc_images_carousel .vc_carousel-control .icon-next,
#all-site-wrapper .vc_images_carousel .vc_carousel-control .icon-next:before,
#all-site-wrapper .vc_images_carousel .vc_carousel-control .icon-prev,
#all-site-wrapper .vc_images_carousel .vc_carousel-control .icon-prev:before {
font-family: 'FontAwesome';
font-size: 40px;
text-shadow: none;
}
#all-site-wrapper .vc_images_carousel .vc_carousel-control .icon-prev,
#all-site-wrapper .vc_images_carousel .vc_carousel-control .icon-prev:before {
content: "\f104";
}
#all-site-wrapper .vc_images_carousel .vc_carousel-control .icon-next,
#all-site-wrapper .vc_images_carousel .vc_carousel-control .icon-next:before {
content: "\f105";
}
#all-site-wrapper .vc_images_carousel .vc_carousel-indicators li {
border-color: rgba(0, 0, 0, 0.2);
background-color: rgba(0, 0, 0, 0.1);
}
#all-site-wrapper .vc_images_carousel .vc_carousel-indicators li.vc_active {
background-color: rgba(0, 0, 0, 0.5);
} .post-navigation {
margin: 30px 0 0;
}
.post-navigation span {
text-transform: uppercase;
}
.post-navigation h4 {
margin: 0;
}
.post-navigation .previous-link {
text-align: right;
} .single-post .entry-content {
margin-bottom: 40px;
padding-bottom: 40px;
border-bottom: 1px solid #e2e6ea;
}
.entry-content:before,
.entry-content:after {
content: " ";
display: table;
}
.entry-content:after {
clear: both;
} .entry-author-meta .author-image {
width: 100px;
float: left;
}
.entry-author-meta .author-details {
margin-left: 130px;
}
.entry-author-meta img {
border-radius: 50%;
-webkit-border-radius: 50%;
}
.entry-author-meta h3 {
font-size: 22px;
margin: 5px 0 15px;
}
.entry-author-meta .author-meta {
font-size: 12px;
text-transform: uppercase;
margin-bottom: 10px;
}
.entry-author-meta .author-meta strong {
font-weight: 600;
}
.entry-author-meta .social-profile {
margin-top: 20px;
}
.entry-author-meta .author-social-icon {
display: inline-block;
background: transparent;
font-size: 18px;
text-align: center;
margin-right: 15px;
margin-bottom: 3px;
}
.entry-author-meta .author-social-icon:hover {
color: #585858;
}
.single-post .entry-author-meta {
margin-bottom: 40px;
padding-bottom: 40px;
border-bottom: 1px solid #e2e6ea;
} .entry-related-posts h3,
.entry-related-posts h5 {
margin: 0;
}
.entry-related-posts h3 {
margin-bottom: 20px;
font-size: 20px;
line-height: 1.25;
}
.entry-related-posts h5 {
margin: 0;
font-size: 16px;
line-height: 1.25;
}
.entry-related-posts .thumbnail-related {
margin-bottom: 10px;
}
.entry-related-posts .thumbnail-related img {
-webkit-transition: opacity 350ms ease-in-out;
-moz-transition: opacity 350ms ease-in-out;
-ms-transition: opacity 350ms ease-in-out;
-o-transition: opacity 350ms ease-in-out;
transition: opacity 350ms ease-in-out;
height: 100%;
}
.entry-related-posts .thumbnail-related img:hover {
opacity: 0.9;
}
.single-post .entry-related-posts {
margin-bottom: 40px;
padding-bottom: 20px;
border-bottom: 1px solid #e2e6ea;
}
.single-post .entry-related-posts .related-post {
margin-bottom: 20px;
} #comments {
margin: 80px 0;
}
#comments h3 {
font-size: 24px;
line-height: 1.3;
margin: 0 0 20px;
}
#comments h3 .comment-icon {
color: #ddd;
margin-right: 3px;
}
#comments .nav-next {
text-align: right;
}
#comments ol.comment-list {
margin: 0px 0px 20px;
padding: 0;
list-style-type: none;
}
#comments ol.comment-list ul.children {
list-style-type: none;
}
#comments ol.comment-list > li:last-child > .comment-body {
margin-bottom: 0px;
}
#comments .comment-navigation {
margin-bottom: 20px;
background: #f5f5f5;
padding: 15px 35px;
font-size: 11px;
text-transform: uppercase;
}
#comments .comment-body {
margin-bottom: 10px;
padding: 40px 40px 35px 40px;
background: #f5f5f5;
}
#comments .comment-body .comment-avatar-holder {
width: 100px;
float: left;
}
#comments .comment-body .comment-content-holder {
margin-left: 130px;
}
#comments .comment-body img {
border-radius: 50%;
-webkit-border-radius: 50%;
display: block;
}
#comments .comment-body .author-tag {
margin-top: 5px;
display: block;
text-transform: uppercase;
font-weight: bold;
font-size: 11px;
text-align: center;
color: #292d33;
}
#comments .comment-body .comment-meta {
margin-bottom: 5px;
}
#comments .comment-body .comment-meta h5 {
font-size: 20px;
margin: 0;
}
#comments .comment-body .comment-meta .comment-date {
font-size: 11px;
text-transform: uppercase;
}
#comments .comment-body .comment-meta .comment-time {
}
#comments .comment-body .comment-reply-link {
color: #333333;
font-size: 15px;
text-transform: uppercase;
border: 1px solid gainsboro;
padding: 6px 20px;
border-radius: 20px;
}
#comments .comment-body .comment-reply-link:hover {
color: #585858;
}
#comments .children {
padding-left: 40px;
}
#comments.has-comments #respond {
margin-top: 70px;
padding-top: 60px;
border-top: 1px solid #e2e6ea;
}
#comments #respond #reply-title {
font-size: 20px;
margin: 0;
}
#comments #respond .logged-in-as {
margin-bottom: 20px;
}
#comments.has-comments li #respond {
margin: 25px 0;
padding-top: 0;
border: none;
}
#comments .comment-form {
margin-bottom: 20px;
margin-top: 15px;
}
#comments .comment-form .comment-form-field input,
#comments .comment-form .comment-form-field textarea {
border: 2px solid #f7f7f7;
background-color: #f7f7f7; 
}
#comments .comment-form .comment-form-field input {
width: 100%;
margin-bottom: 20px;
}
#comments .comment-form textarea {
width: 100%;
margin-bottom: 20px;
}
#comments .comment-form .comment-form-field input:focus,
#comments .comment-form .comment-form-field textarea:focus {
background-color: transparent;
} .radiuzz-related-projects-holder {
padding: 80px 0px 53px;
background: #f5f5f5;
position: relative;
z-index: 1;
-webkit-transition: all 0.8s cubic-bezier(0.68, 0, 0.29, 1);
-moz-transition: all 0.8s cubic-bezier(0.68, 0, 0.29, 1);
transition: all 0.8s cubic-bezier(0.68, 0, 0.29, 1);
}
.project-related-heading {
font-size: 20px;
text-transform: uppercase;
margin-bottom: 25px;
font-weight: 600;
}
.project-related {
margin-top: 0px;
margin-bottom: 0px;
} .post-nav-fixed {
position: fixed;
top: 50%;
margin-top: -30px;
z-index: 10000;
-webkit-transition: opacity 300ms ease;
-moz-transition: opacity 300ms ease;
-o-transition: opacity 300ms ease;
transition: opacity 300ms ease;
opacity: 0;
visibility: hidden;
}
.post-nav-fixed.on {
opacity: 1;
visibility: visible;
}
.post-nav-fixed.next-link {
right: 0;
}
.post-nav-fixed.previous-link {
left: 0;
}
.post-nav-fixed .fixed-nav-link {
display: block;
}
.post-nav-fixed .nl-arrow-icon {
display: block;
width: 60px;
height: 60px;
line-height: 60px;
background: rgba(0, 0, 0, 0.1);
font-size: 30px;
text-align: center;
color: #fff;
position: absolute;
top: 0;
z-index: 11000;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}
.post-nav-fixed.next-link .nl-arrow-icon {
right: 0;
}
.post-nav-fixed.next-link .nl-arrow-icon i {
position: relative;
left: 3px;
}
.post-nav-fixed.previous-link .nl-arrow-icon {
left: 0;
}
.post-nav-fixed.previous-link .nl-arrow-icon i {
position: relative;
left: -3px;
}
.post-nav-fixed .nl-infos {
display: block;
padding: 0 25px;
height: 60px;
line-height: 60px;
background: #585858;
font-size: 12px;
text-transform: uppercase;
position: absolute;
top: 0;
z-index: 10500;
color: #ffffff;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}
.post-nav-fixed .nl-infos .title {
display: block;
white-space: nowrap;
}
.post-nav-fixed.next-link .nl-infos {
right: -550px;
text-align: right;
-webkit-border-radius: 4px 0px 0px 4px;
-moz-border-radius: 4px 0px 0px 4px;
border-radius: 4px 0px 0px 4px;
}
.post-nav-fixed.previous-link .nl-infos {
left: -550px;
text-align: left;
}
.post-nav-fixed:hover .nl-arrow-icon {
background: #28262b;
color: #ffffff;
}
.post-nav-fixed.next-link:hover .nl-infos {
right: 60px;
}
.post-nav-fixed.previous-link:hover .nl-infos {
left: 60px;
}
.radiuzz-m-l-aside .post-nav-fixed {
display: none;
} .radiuzz-m-l-aside .single-no-margin-aside.content-wrapper .container {
padding-left: 0 !important;
padding-right: 0 !important;
}
.radiuzz-m-l-aside .single-no-margin-aside.content-wrapper .single-content-wrapper,
.radiuzz-m-l-aside .single-no-margin-aside.content-wrapper .entry-related-posts,
.radiuzz-m-l-aside .single-no-margin-aside.content-wrapper #comments {
padding-left: 40px;
padding-right: 40px;
}
.radiuzz-m-l-aside .single-no-margin-top.content-wrapper {
padding-top: 0;
} @media (max-width: 767px) {
.post-nav-fixed {
display: none;
}
#comments .children {
padding-left: 10px;
}
.entry-author-meta .author-image,
#comments .comment-body .comment-avatar-holder {
width: 50px;
float: none;
margin-bottom: 10px;
}
.entry-author-meta .author-details,
#comments .comment-body .comment-content-holder {
margin-left: 0px;
}
.paging-navigation.style3 {
padding-top: 18px;
padding-bottom: 23px;
}
.paging-navigation.style3 p,
.paging-navigation.style3 .nav-links {
float: none;
text-align: left;
}
.paging-navigation.style3 p {
margin-bottom: 10px;
}
}
@media (min-width: 992px) {
.single-post.reduced-width .entry-inner,
.single-post.reduced-width .entry-related-posts,
.single-post.reduced-width #comments {
width: 64%;
margin-left: auto;
margin-right: auto;
}
}
@media (max-width: 567px) {
.entry-author-meta .author-details,
#comments .comment-body .comment-content-holder {
margin-left: 0px;
}
} .sidebar .widget,
.content-wrapper .wpb_widgetised_column .widget {
margin-bottom: 40px;
padding-bottom: 42px;
border-bottom: 1px solid #e6e6e6;
}
.sidebar .widget:not(.widget_nav_menu) a:not(.button):not(.radiuzz-button):not([class^=tag-link]),
.content-wrapper .wpb_widgetised_column:not(.widget_nav_menu) .widget:not(.widget_nav_menu) a:not(.button):not(.radiuzz-button):not([class^=tag-link]) {
color: #1a1a1a;
}
.sidebar .widget:not(.widget_nav_menu) a:not(.button):not(.radiuzz-button):not([class^=tag-link]):hover,
.content-wrapper .wpb_widgetised_column .widget:not(.widget_nav_menu) a:not(.button):not(.radiuzz-button):not([class^=tag-link]):hover {
color: #585858;
}
.sidebar .widget .widget-title,
.content-wrapper .wpb_widgetised_column .widget .widget-title {
margin: 0 0 27px;
font-size: 15px;
font-weight: 700;
line-height: 1.25;
letter-spacing: 0.2em;
text-transform: uppercase;
position: relative;
}
form.search-form input[type="search"] {
background: #fff;
font-weight: bold;
padding: 16px 10px;
}
.radiuzz-widget-area-wrap .widget .textwidget,
.sidebar .widget .textwidget {
color: #999999;
}
.wpb_widgetised_column .widget .textwidget h5,
.radiuzz-widget-area-wrap .widget .textwidget h5,
.sidebar .widget .textwidget h5 {
margin-bottom: 27px;
text-align: center;
font-size: 12px;
text-transform: uppercase;
letter-spacing: 0.2em;
color: #cccccc;
}
.radiuzz-widget-area-wrap .widget .textwidget img,
.sidebar .widget .textwidget img {
margin-bottom: 23px;
}
.content-wrapper .add_to_cart_button:hover {
color: #ffffff !important;
}
.woocommerce .widget_product_categories .product-categories li:last-child,
.woocommerce-page .widget_product_categories .product-categories li:last-child {
border-bottom: none;
}
.woocommerce .entry-summary .quantity,
.woocommerce-page .entry-summary .quantity {
width: 42px;
}
.woocommerce ul.product_list_widget li {
line-height: 22px;
}
.woocommerce ul.cart_list li a,
.woocommerce-page ul.cart_list li a,
.woocommerce ul.product_list_widget li a,
.woocommerce-page ul.product_list_widget li a {
font-weight: 400 !important;
}
.cygnus-layout.header .woo-cart .cart_list li a {
font-weight: 600 !important;
}
.woocommerce ul.product_list_widget ins,
.woocommerce-page ul.product_list_widget ins,
.woocommerce ul.product_list_widget del,
.woocommerce-page ul.product_list_widget del,
.woocommerce ul.product_list_widget .amount,
.woocommerce-page ul.product_list_widget .amount {
font-size: 13px !important;
color: #999999 !important;
line-height: 22px;
}
.sidebar .widget p:last-child,
.content-wrapper .wpb_widgetised_column .widget p:last-child {
margin-bottom: 0;
}
.sidebar .widget ul,
.content-wrapper .wpb_widgetised_column .widget ul {
margin: 0;
padding: 0;
list-style-type: none;
}
.sidebar .widget ul .children,
.sidebar .widget ul li ul {
padding-left: 15px;
margin-top: 7px;
}
.sidebar .widget ol,
.content-wrapper .wpb_widgetised_column .widget ol {
margin: 0;
padding: 0 0 0 25px;
list-style-type: decimal;
}
.sidebar .widget li,
.content-wrapper .wpb_widgetised_column .widget li {
padding: 0;
margin-bottom: 10px;
position: relative;
border-bottom: 1px dotted #d1d1d1;
}
.content-wrapper .wpb_widgetised_column .widget ul.socials li {
display: inline-block;
width: 40px;
height: 40px;
position: relative;
font-size: 22px;
margin: 3px;
border: none;
}
.sidebar .widget li .children,
.content-wrapper .wpb_widgetised_column .widget li .children {
margin-top: 10px;
padding-left: 10px;
}
.sidebar .widget li:last-child,
.content-wrapper .wpb_widgetised_column .widget li:last-child {
margin-bottom: 0;
}
.sidebar .widget .post-date,
.content-wrapper .wpb_widgetised_column .widget .post-date {
display: block;
font-size: 11px;
}
.tagcloud a,
.content-wrapper .wpb_widgetised_column .widget.widget_tag_cloud a {
font-size: 13px !important;
display: inline-block;
margin-right: 5px;
margin-bottom: 1px;
padding: 6px 12px 7px;
color: #999999;
background-color: #f2f2f2;
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
background-clip: padding-box;
border-radius: 20px;
}
.sidebar .widget.widget_tag_cloud a {
color: #676767;
border-color: #1a1a1a;
letter-spacing: 0.3px;
}
.sidebar .widget.widget_tag_cloud a:hover,
.tagcloud a:hover,
.content-wrapper .wpb_widgetised_column .widget.widget_tag_cloud a:hover {
border-color: #585858;
background-color: #585858;
color: #ffffff;
}
.sidebar .widget:last-child,
.content-wrapper .wpb_widgetised_column .widget:last-child {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: none;
}
.sidebar .widget #searchform #searchsubmit,
.content-wrapper .wpb_widgetised_column .widget #searchform #searchsubmit {
margin-top: 10px;
}
.sidebar .widget ul .sub-menu {
margin-top: 7px;
padding-left: 10px;
}
.woocommerce-product-search,
.sidebar .search-form {
position: relative;
}
.woocommerce-product-search:before,
.sidebar .search-form:before {
content: '';
display: inline-block;
height: 25px;
width: 1px;
position: absolute;
top: 10px;
right: 45px;
border-right: 1px solid #e7e7e7;
}
.woocommerce-product-search:after,
.sidebar .search-form:after {
content: "\f002";
font-family: 'FontAwesome' !important;
line-height: 45px;
text-align: center;
display: inline-block;
width: 45px;
height: 45px;
position: absolute;
top: 0;
right: 0;
z-index: 0;
}
.woocommerce-product-search input[type=search],
.sidebar .search-form input[type=search] {
height: 45px;
border-radius: 0;
border: 2px solid #f7f7f7;
background-color: #f7f7f7;
padding-right: 55px;
}
.woocommerce-product-search input[type=search]:focus,
.sidebar .search-form input[type=search]:focus {
background-color: #ffffff;
border-color: #f0f0f0;
}
.woocommerce-product-search input[type=submit],
.sidebar .search-form input[type=submit] {
display: inline-block;
position: absolute;
top: 0;
right: 0;
z-index: 10;
height: 45px;
width: 45px;
opacity: 0;
}
.sidebar form.widget_wysija,
.content-wrapper .wpb_widgetised_column form.widget_wysija {
position: relative;
font-size: 16px;
line-height: 24px;
}
.sidebar form.widget_wysija:after,
.content-wrapper .wpb_widgetised_column form.widget_wysija:after {
content: '\f105';
display: inline-block;
width: 35px;
height: 35px;
text-align: center;
margin: 0;
padding: 0;
position: absolute;
top: 0;
right: 0;
z-index: 0;
color: #ffffff;
background-color: #00b0ff;
font: normal 16px/35px FontAwesome;
}
.sidebar .widget_wysija .wysija-paragraph,
.content-wrapper .wpb_widgetised_column .widget_wysija .wysija-paragraph {
margin-bottom: 15px;
}
.sidebar .widget_wysija .wysija-input,
.content-wrapper .wpb_widgetised_column .widget_wysija .wysija-input {
height: 35px;
line-height: 35px;
background-color: #f7f7f7;
border: none;
}
.sidebar .widget.widget_wysija .wysija-submit,
.content-wrapper .wpb_widgetised_column .wysija-submit {
display: inline-block;
width: 35px;
height: 35px;
margin: 0;
padding: 0;
position: absolute;
top: 0;
right: 0;
z-index: 1;
line-height: 35px;
text-indent: -9999px;
background-color: transparent !important;
}
.sidebar .widget_wysija .wysija-input:focus,
.content-wrapper .wpb_widgetised_column .widget_wysija .wysija-input:focus {
background-color: #f2f2f2;
}
.content-wrapper .wpb_widgetised_column .widget:last-child {
margin-bottom: 0 !important;
border-bottom: none !important;
padding-bottom: 0px !important;
}
.sidebar-inner .widget_nav_menu ul>li>a {
font-size: 12px;
display: block;
color: #3d3d3d;
padding: 18px 20px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1px;
border-bottom: 1px solid #e5e5e5;
-webkit-transition: all 200ms ease-out;
-moz-transition: all 200ms ease-out;
transition: all 200ms ease-out;
}
.sidebar-inner .widget_nav_menu ul>li:last-child>a {
border-bottom: none;
}
.sidebar-inner .widget_nav_menu ul > li.current-menu-item a,
.sidebar-inner .widget_nav_menu ul > li > a:hover {
background-color: #585858;
color: #FFFFFF;
}
.sidebar-inner .widget_nav_menu ul#menu-company-sidebar > li {
margin-bottom: 0;
} .sidebar .widget .theme-ads:before,
.content-wrapper .wpb_widgetised_column .widget .theme-ads:before,
.sidebar .widget .theme-ads:after,
.content-wrapper .wpb_widgetised_column .widget .theme-ads:after {
content: '';
display: table;
}
.sidebar .widget .theme-ads:after,
.content-wrapper .wpb_widgetised_column .widget .theme-ads:after {
clear: both;
}
.sidebar .widget .small-pic,
.content-wrapper .wpb_widgetised_column .widget .small-pic {
float: left;
width: 125px;
height: auto;
margin-bottom: 6px;
margin-left: 3px;
margin-right: 3px;
}
.sidebar .widget .small-pic img,
.content-wrapper .wpb_widgetised_column .widget .small-pic img {
width: 100%;
height: auto;
}
.widget.widget_latest_posts_entries li {
margin-bottom: 25px;
font-size: 11px;
font-weight: 400;
line-height: 19px;
display: table;
width: 100%;
color: #999999;
}
.widget.widget_latest_posts_entries li > a,
.widget.widget_latest_posts_entries li > div {
display: table-cell;
vertical-align: middle;
}
.widget.widget_latest_posts_entries li > a {
width: 40px;
height: 40px;
}
.widget.widget_latest_posts_entries li h4 {
font-size: 15px;
line-height: 19px;
overflow: hidden;
font-weight: 400;
margin-bottom: 0;
}
.widget.widget_latest_posts_entries li a {
float: left;
color: #1a1a1a;
}
.widget_latest_posts_entries li img {
width: 40px;
height: 40px;
display: inline-block;
}
.widget_latest_posts_entries li > div {
overflow: hidden;
padding-left: 15px;
}
.widget_recent_entries figure {
float: none;
display: inline-block;
width: 50px;
height: 50px;
}
.widget_recent_entries figure img {
width: 100%;
height: auto;
border-radius: 50%;
border: 1px solid #fff;
}
.widget_recent_entries li a {
font-size: 15px;
line-height: 19px;
display: inherit;
padding-top: 0;
font-style: normal;
font-weight: 600;
letter-spacing: .5px;
}
.widget_recent_entries li {
display: table;
width: 100%;
}
.widget_recent_entries li figure,
.widget_recent_entries li > div {
display: table-cell;
vertical-align: middle;
}
.widget_recent_entries li > div {
overflow: hidden;
padding: 15px;
}
.footer .widget_recent_entries li > div {
padding-left: 0;
}
.widget_recent_entries a:hover {
color: #585858;
}
.widget_recent_entries span {
font-size: 11px;
line-height: 1.15em;
margin-top: 5px;
}
.widget_recent_entries figure a {
padding: 0;
} @media (max-width: 767px) {
.sidebar {
padding-top: 60px;
margin-top: 60px;
border-top: 3px solid #e2e6ea;
}
#sideheader .sidebar {
padding-top: 0;
margin-top: 0;
border-top: none;
}
}  .cygnus-layout .flexslider {
overflow: hidden;
border: none;
box-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
-o-box-shadow: none;
}
.bypostauthor,
.sticky {
display: block;
}  @-ms-viewport {
width: device-width;
}
.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
display: none !important;
}
@media (max-width: 767px) {
.visible-xs {
display: block !important;
}
table.visible-xs {
display: table;
}
tr.visible-xs {
display: table-row !important;
}
th.visible-xs,
td.visible-xs {
display: table-cell !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-xs.visible-sm {
display: block !important;
}
table.visible-xs.visible-sm {
display: table;
}
tr.visible-xs.visible-sm {
display: table-row !important;
}
th.visible-xs.visible-sm,
td.visible-xs.visible-sm {
display: table-cell !important;
}
.sidebar .widget .small-pic,
.content-wrapper .wpb_widgetised_column .widget .small-pic {
width: 100%;
margin: 0 0 6px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-xs.visible-md {
display: block !important;
}
table.visible-xs.visible-md {
display: table;
}
tr.visible-xs.visible-md {
display: table-row !important;
}
th.visible-xs.visible-md,
td.visible-xs.visible-md {
display: table-cell !important;
}
.sidebar .widget .small-pic,
.content-wrapper .wpb_widgetised_column .widget .small-pic {
width: 100px;
}
}
@media (min-width: 1200px) {
.visible-xs.visible-lg {
display: block !important;
}
table.visible-xs.visible-lg {
display: table;
}
tr.visible-xs.visible-lg {
display: table-row !important;
}
th.visible-xs.visible-lg,
td.visible-xs.visible-lg {
display: table-cell !important;
}
}
.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
display: none !important;
}
@media (max-width: 767px) {
.visible-sm.visible-xs {
display: block !important;
}
table.visible-sm.visible-xs {
display: table;
}
tr.visible-sm.visible-xs {
display: table-row !important;
}
th.visible-sm.visible-xs,
td.visible-sm.visible-xs {
display: table-cell !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm {
display: block !important;
}
table.visible-sm {
display: table;
}
tr.visible-sm {
display: table-row !important;
}
th.visible-sm,
td.visible-sm {
display: table-cell !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-sm.visible-md {
display: block !important;
}
table.visible-sm.visible-md {
display: table;
}
tr.visible-sm.visible-md {
display: table-row !important;
}
th.visible-sm.visible-md,
td.visible-sm.visible-md {
display: table-cell !important;
}
}
@media (min-width: 1200px) {
.visible-sm.visible-lg {
display: block !important;
}
table.visible-sm.visible-lg {
display: table;
}
tr.visible-sm.visible-lg {
display: table-row !important;
}
th.visible-sm.visible-lg,
td.visible-sm.visible-lg {
display: table-cell !important;
}
}
.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
display: none !important;
}
@media (max-width: 767px) {
.visible-md.visible-xs {
display: block !important;
}
table.visible-md.visible-xs {
display: table;
}
tr.visible-md.visible-xs {
display: table-row !important;
}
th.visible-md.visible-xs,
td.visible-md.visible-xs {
display: table-cell !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-md.visible-sm {
display: block !important;
}
table.visible-md.visible-sm {
display: table;
}
tr.visible-md.visible-sm {
display: table-row !important;
}
th.visible-md.visible-sm,
td.visible-md.visible-sm {
display: table-cell !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md {
display: block !important;
}
table.visible-md {
display: table;
}
tr.visible-md {
display: table-row !important;
}
th.visible-md,
td.visible-md {
display: table-cell !important;
}
}
@media (min-width: 1200px) {
.visible-md.visible-lg {
display: block !important;
}
table.visible-md.visible-lg {
display: table;
}
tr.visible-md.visible-lg {
display: table-row !important;
}
th.visible-md.visible-lg,
td.visible-md.visible-lg {
display: table-cell !important;
}
}
.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
display: none !important;
}
@media (max-width: 767px) {
.visible-lg.visible-xs {
display: block !important;
}
table.visible-lg.visible-xs {
display: table;
}
tr.visible-lg.visible-xs {
display: table-row !important;
}
th.visible-lg.visible-xs,
td.visible-lg.visible-xs {
display: table-cell !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-lg.visible-sm {
display: block !important;
}
table.visible-lg.visible-sm {
display: table;
}
tr.visible-lg.visible-sm {
display: table-row !important;
}
th.visible-lg.visible-sm,
td.visible-lg.visible-sm {
display: table-cell !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-lg.visible-md {
display: block !important;
}
table.visible-lg.visible-md {
display: table;
}
tr.visible-lg.visible-md {
display: table-row !important;
}
th.visible-lg.visible-md,
td.visible-lg.visible-md {
display: table-cell !important;
}
}
@media (min-width: 1200px) {
.visible-lg {
display: block !important;
}
table.visible-lg {
display: table;
}
tr.visible-lg {
display: table-row !important;
}
th.visible-lg,
td.visible-lg {
display: table-cell !important;
}
}
.hidden-xs {
display: block !important;
}
table.hidden-xs {
display: table;
}
tr.hidden-xs {
display: table-row !important;
}
th.hidden-xs,
td.hidden-xs {
display: table-cell !important;
}
@media (max-width: 767px) {
.hidden-xs,
tr.hidden-xs,
th.hidden-xs,
td.hidden-xs {
display: none !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.hidden-xs.hidden-sm,
tr.hidden-xs.hidden-sm,
th.hidden-xs.hidden-sm,
td.hidden-xs.hidden-sm {
display: none !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.hidden-xs.hidden-md,
tr.hidden-xs.hidden-md,
th.hidden-xs.hidden-md,
td.hidden-xs.hidden-md {
display: none !important;
}
}
@media (min-width: 1200px) {
.hidden-xs.hidden-lg,
tr.hidden-xs.hidden-lg,
th.hidden-xs.hidden-lg,
td.hidden-xs.hidden-lg {
display: none !important;
}
}
.hidden-sm {
display: block !important;
}
table.hidden-sm {
display: table;
}
tr.hidden-sm {
display: table-row !important;
}
th.hidden-sm,
td.hidden-sm {
display: table-cell !important;
}
@media (max-width: 767px) {
.hidden-sm.hidden-xs,
tr.hidden-sm.hidden-xs,
th.hidden-sm.hidden-xs,
td.hidden-sm.hidden-xs {
display: none !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.hidden-sm,
tr.hidden-sm,
th.hidden-sm,
td.hidden-sm {
display: none !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.hidden-sm.hidden-md,
tr.hidden-sm.hidden-md,
th.hidden-sm.hidden-md,
td.hidden-sm.hidden-md {
display: none !important;
}
}
@media (min-width: 1200px) {
.hidden-sm.hidden-lg,
tr.hidden-sm.hidden-lg,
th.hidden-sm.hidden-lg,
td.hidden-sm.hidden-lg {
display: none !important;
}
}
.hidden-md {
display: block !important;
}
table.hidden-md {
display: table;
}
tr.hidden-md {
display: table-row !important;
}
th.hidden-md,
td.hidden-md {
display: table-cell !important;
}
@media (max-width: 767px) {
.hidden-md.hidden-xs,
tr.hidden-md.hidden-xs,
th.hidden-md.hidden-xs,
td.hidden-md.hidden-xs {
display: none !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.hidden-md.hidden-sm,
tr.hidden-md.hidden-sm,
th.hidden-md.hidden-sm,
td.hidden-md.hidden-sm {
display: none !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.hidden-md,
tr.hidden-md,
th.hidden-md,
td.hidden-md {
display: none !important;
}
}
@media (min-width: 1200px) {
.hidden-md.hidden-lg,
tr.hidden-md.hidden-lg,
th.hidden-md.hidden-lg,
td.hidden-md.hidden-lg {
display: none !important;
}
}
.hidden-lg {
display: block !important;
}
table.hidden-lg {
display: table;
}
tr.hidden-lg {
display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
display: table-cell !important;
}
@media (max-width: 767px) {
.hidden-lg.hidden-xs,
tr.hidden-lg.hidden-xs,
th.hidden-lg.hidden-xs,
td.hidden-lg.hidden-xs {
display: none !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.hidden-lg.hidden-sm,
tr.hidden-lg.hidden-sm,
th.hidden-lg.hidden-sm,
td.hidden-lg.hidden-sm {
display: none !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.hidden-lg.hidden-md,
tr.hidden-lg.hidden-md,
th.hidden-lg.hidden-md,
td.hidden-lg.hidden-md {
display: none !important;
}
}
@media (min-width: 1200px) {
.hidden-lg,
tr.hidden-lg,
th.hidden-lg,
td.hidden-lg {
display: none !important;
}
}
.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
display: none !important;
}
@media print {
.visible-print {
display: block !important;
}
table.visible-print {
display: table;
}
tr.visible-print {
display: table-row !important;
}
th.visible-print,
td.visible-print {
display: table-cell !important;
}
.hidden-print,
tr.hidden-print,
th.hidden-print,
td.hidden-print {
display: none !important;
}
}
@media (max-width: 767px) {
.no-padding-left-xs {
padding-left: 0px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.no-padding-left-sm {
padding-left: 0px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.no-padding-left-md {
padding-left: 0px;
}
}
@media (min-width: 1200px) {
.no-padding-left-lg {
padding-left: 0px;
}
}
@media (max-width: 767px) {
.no-padding-right-xs {
padding-right: 0px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.no-padding-right-sm {
padding-right: 0px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.no-padding-right-md {
padding-right: 0px;
}
}
@media (min-width: 1200px) {
.no-padding-right-lg {
padding-right: 0px;
}
}
.clearfix:before,
.clearfix:after {
content: " ";
display: table;
}
.clearfix:after {
clear: both;
}
.center-block {
display: block;
margin-left: auto;
margin-right: auto;
}
.pull-right {
float: right !important;
}
.pull-left {
float: left !important;
}
.small-text {
font-size: 85%;
}
.text-center {
text-align: center;
}
img.text-center {
display: block;
margin-left: auto;
margin-right: auto;
}
.hide {
display: none !important;
}
.show {
display: block !important;
}
.invisible {
visibility: hidden;
}
.text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.hidden {
display: none !important;
visibility: hidden !important;
}
.affix {
position: fixed;
} #portfolio {
overflow: hidden;
width: 110%;
background: transparent;
}
#portfolio .item {
list-style: none;
margin: 0;
float: left;
position: relative;
overflow: hidden;
display: block;
}
#portfolio .item img {
width: 100%;
position: relative;
}
#portfolio .item .caption {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
text-align: center;
background: #fff;
}
#portfolio .item .caption > div {
display: table;
width: 100%;
height: 100%;
}
#portfolio .item .caption > div > div {
display: table-cell;
vertical-align: middle;
}
#portfolio .item .caption h3 {
font-size: 18px;
line-height: 24px;
font-weight: 700;
color: #1d1d1d;
margin-bottom: 0;
text-transform: uppercase;
opacity: 0;
-webkit-transform: translateY(-30px);
-moz-transform: translateY(-30px);
-ms-transform: translateY(-30px);
transform: translateY(-30px);
-webkit-transition: all 0.3s cubic-bezier(.2,.85,.63,.98);
-moz-transition: all 0.3s cubic-bezier(.2,.85,.63,.98);
transition: all 0.3s cubic-bezier(.2,.85,.63,.98);
}
#portfolio .item .caption span {
color: #A7A7A7;
font-size: 12px;
line-height: 16px;
font-weight: 400;
display: inline-block;
text-transform: uppercase;
opacity: 0;
-webkit-transform: translateY(-30px);
-moz-transform:  translateY(-30px);
-ms-transform:   translateY(-30px);
transform:     translateY(-30px);
-webkit-transition: all 0.3s cubic-bezier(.2,.85,.63,.98);
-moz-transition:    all 0.3s cubic-bezier(.2,.85,.63,.98);
transition:     all 0.3s cubic-bezier(.2,.85,.63,.98);
}
#portfolio .item .caption span:after {
content: "";
display: block;
height: 3px;
width: 27px;
background: #1d1d1d;
text-align: center;
margin: 25px auto 0;
}
#portfolio .item .caption {
-webkit-transform: translate3d(0px, 100%, 0px);
-ms-transform: translate3d(0px, 100%, 0px);
transform: translate3d(0px, 100%, 0px);
}
#portfolio .item:hover .caption {
-webkit-transform: translate3d(0px, 0, 0px);
-ms-transform: translate3d(0px, 0, 0px);
transform: translate3d(0px, 0, 0px);
}
#portfolio .item:hover img {
opacity: 0;
}
#portfolio .item:hover h3 {
-webkit-transition: all 1s 0.3s cubic-bezier(.2,.85,.63,.98);
-moz-transition: all 1s 0.3s cubic-bezier(.2,.85,.63,.98);
transition: all 1s 0.3s cubic-bezier(.2,.85,.63,.98);
}
#portfolio .item:hover span {
-webkit-transition: all 1s 0.6s cubic-bezier(.2,.85,.63,.98);
-moz-transition:    all 1s 0.6s cubic-bezier(.2,.85,.63,.98);
transition:     all 1s 0.6s cubic-bezier(.2,.85,.63,.98);
}
#portfolio .item:hover h3,
#portfolio .item:hover span {
opacity: 1;
-webkit-transform: translateY(0);
-moz-transform:  translateY(0);
-ms-transform:   translateY(0);
transform:     translateY(0);
}
#portfolio .item .caption,
#portfolio .item img {
-webkit-transition: all 0.4s cubic-bezier(.68,.17,.45,.95);
transition: all 0.4s cubic-bezier(.68,.17,.45,.95);
}
#portfolio-responsive-1,
#portfolio-responsive-2 {
display: none;
} .portfolio.style2 .title-wrapper {
text-align: left;
}
.portfolio.style2 .title-wrapper .title {
font-size: 48px;
font-weight: 700;
letter-spacing: -0.065em;
}
.portfolio.style2 .filters-wrapper {
text-align: center;
padding-top: 20px;
}
.portfolio.style2 .filters-wrapper ul {
list-style: none;
margin: 0;
padding: 0;
}
.portfolio.style2 .filters-wrapper ul li {
font-size: 15px;
font-weight: 700;
text-transform: uppercase;
display: inline-block;
margin-right: 35px;
cursor: pointer;
color: #1a1a1a;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.portfolio.style2 .filters-wrapper ul li.active,
.portfolio.style2 .filters-wrapper ul li.current,
.portfolio.style2 .filters-wrapper ul li:hover {
color: #82b53f;
}
.portfolio.style2 .items-container {
margin-top: 75px;
position: relative;
-webkit-transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
transition: all 0.6s ease;
}
.portfolio.style2 .items-container .grid-sizer,
.portfolio.style2:not(.portfolio-tiles) .items-container .portfolio-item {
float: left;
width: 20%;
}
.portfolio.style2 .items-container .portfolio-item {
position: relative;
overflow: hidden;
}
.portfolio.style2 .items-container .portfolio-item.big {
width: 40%;
}
.portfolio.style2 .items-container .portfolio-item:before {
content: '';
display: inline-block;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 2;
background: rgba(26, 26, 26, 0.4);
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.6s cubic-bezier(0.54, 0.13, 0.05, 0.82);
-moz-transition: all 0.6s cubic-bezier(0.54, 0.13, 0.05, 0.82);
transition: all 0.6s cubic-bezier(0.54, 0.13, 0.05, 0.82);
}
.portfolio.style2 .items-container .portfolio-item img {
-webkit-transition: all 1.2s ease;
-moz-transition: all 1.2s ease;
transition: all 1.2s ease;
width: 100%;
}
.portfolio.style2 .items-container .portfolio-item .item-details {
position: absolute;
top: 50%;
left: 50%;
z-index: 3;
width: 100%;
text-align: center;
color: white;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.6s cubic-bezier(0.54, 0.13, 0.05, 0.82);
-moz-transition: all 0.6s cubic-bezier(0.54, 0.13, 0.05, 0.82);
transition: all 0.6s cubic-bezier(0.54, 0.13, 0.05, 0.82);
-webkit-transform: translateY(-50%) translateX(-50%);
-ms-transform: translateY(-50%) translateX(-50%);
transform: translateY(-50%) translateX(-50%);
}
.portfolio.style2 .items-container .portfolio-item .item-details h3,
.portfolio.style2 .items-container .portfolio-item .item-details .categories {
-webkit-transition: all 0.6s cubic-bezier(0.54, 0.13, 0.05, 0.82);
-moz-transition: all 0.6s cubic-bezier(0.54, 0.13, 0.05, 0.82);
transition: all 0.6s cubic-bezier(0.54, 0.13, 0.05, 0.82);
}
.portfolio.style2 .items-container .portfolio-item .item-details h3 {
margin: 0;
-webkit-transform: translateY(-20px);
-ms-transform: translateY(-20px);
transform: translateY(-20px);
}
.portfolio.style2 .items-container .portfolio-item .item-details a {
color: white;
-webkit-transition: all 0.5s cubic-bezier(0.54, 0.13, 0.05, 0.82);
-moz-transition: all 0.5s cubic-bezier(0.54, 0.13, 0.05, 0.82);
transition: all 0.5s cubic-bezier(0.54, 0.13, 0.05, 0.82);
}
.portfolio.style2 .items-container .portfolio-item .item-details a:hover {
color: #f27244;
}
.portfolio.style2 .items-container .portfolio-item .item-details .categories {
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
}
.portfolio.style2 .items-container .portfolio-item:hover .item-details,
.portfolio.style2 .items-container .portfolio-item:hover:before {
opacity: 1;
visibility: visible;
}
.portfolio.style2 .items-container .portfolio-item:hover img {
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
}
.portfolio.style2 .items-container .portfolio-item:hover .item-details h3,
.portfolio.style2 .items-container .portfolio-item:hover .item-details .categories {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
} .portfolio-horizontal {
padding-left: 90px;
overflow: hidden;
position: relative;
background-color: #ffffff;
}
.portfolio-horizontal .contents {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -ms-flexbox;
display: -o-flex;
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-align-items: center;
-ms-align-items: center;
align-items: center;
height: 100%;
}
.portfolio-horizontal .contents:before,
.portfolio-horizontal .contents:after {
content: '';
display: table;
}
.portfolio-horizontal .contents:after {
clear: both;
}
.portfolio-horizontal .text,
.portfolio-horizontal .images-carousel {
-webkit-flex-shrink: 0;
-ms-flex-shrink: 0;
flex-shrink: 0;
height: 100%;
}
.portfolio-horizontal .text {
width: 500px;
padding: 100px 0;
font-size: 20px;
font-weight: 300;
line-height: 30px;
color: #737373;
}
.portfolio-horizontal .text.fixed {
position: fixed;
margin-top: 28px;
}
.portfolio-horizontal .text h3 {
margin-bottom: 21px;
padding-bottom: 25px;
font-size: 50px;
line-height: 55px;
font-weight: 300;
letter-spacing: -0.025em;
color: #1a1a1a;
position: relative;
}
.portfolio-horizontal .text h3:after {
content: '';
display: inline-block;
width: 80px;
height: 3px;
position: absolute;
bottom: 0;
left: 0;
background-color: #d9d9d9;
}
.portfolio-horizontal .text h3 ins {
color: #585858;
}
.portfolio-horizontal .text p {
margin-bottom: 33px;
}
.portfolio-horizontal .images-carousel {
background-color: #ffffff;
height: 100%;
}
.portfolio-horizontal .images-carousel figure {
float: left;
margin: 24px;
height: 100%;
max-height: 600px;
position: relative;
}
.portfolio-horizontal .images-carousel figure:after{
content: '';
display: inline-block;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 0;
opacity: 0;
visibility: hidden;
background-color: rgba(28, 186, 200, 0.9);
-webkit-transition: all 0.3s ease;
-moz-transition:    all 0.3s ease;
transition:     all 0.3s ease;
}
.portfolio-horizontal .images-carousel figure img {
height: auto;
width: 100%;
}
.portfolio-horizontal .images-carousel figure .details {
position: absolute;
bottom: 53px;
left: 60px;
z-index: 2;
color: #ffffff;
}
.portfolio-horizontal .images-carousel figure .details h5,
.portfolio-horizontal .images-carousel figure .details ul {
opacity: 0;
visibility: hidden;
-webkit-transform: translateX(-15px);
-moz-transform:  translateX(-15px);
-ms-transform:   translateX(-15px);
transform:     translateX(-15px);
}
.portfolio-horizontal .images-carousel figure .details h5 {
font-size: 60px;
font-weight: 700;
color: #ffffff;
-webkit-transition: all 0.4s ease;
-moz-transition:    all 0.4s ease;
transition:     all 0.4s ease;
}
.portfolio-horizontal .images-carousel figure .details a {
color: #ffffff;
}
.portfolio-horizontal .images-carousel figure .details ul {
list-style: none;
margin: 0;
padding: 0;
-webkit-transition: all 0.4s 0.15s ease;
-moz-transition:    all 0.4s 0.15s ease;
transition:     all 0.4s 0.15s ease;
}
.portfolio-horizontal .images-carousel figure .details ul li {
display: inline-block;
font-size: 13px;
font-weight: 700;
letter-spacing: 0.2em;
text-transform: uppercase;
}
.portfolio-horizontal .images-carousel figure .details ul li:before {
content: ',';
margin-right: 6px;
}
.portfolio-horizontal .images-carousel figure .details ul li:first-child:before {
content: none;
}
.portfolio-horizontal .images-carousel figure:hover .details h5,
.portfolio-horizontal .images-carousel figure:hover .details ul,
.portfolio-horizontal .images-carousel figure:hover:after {
opacity: 1;
visibility: visible;
-webkit-transform: translateX(0);
-moz-transform:  translateX(0);
-ms-transform:   translateX(0);
transform:     translateX(0);
} .portfolio-item.minimal {
display: table;
position: relative;
overflow: hidden;
padding: 0;
}
.portfolio-item.minimal .details {
display: inline-block;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
opacity: 0;
visibility: hidden;
background-color: rgba(28, 186, 200, 0.8);
-webkit-transform: scale(0.9);
-moz-transform:  scale(0.9);
-ms-transform:   scale(0.9);
transform:     scale(0.9);
-webkit-transition: all 0.5s ease;
-moz-transition:    all 0.5s ease;
transition:     all 0.5s ease;
}
.portfolio-item.minimal figure,
.portfolio-item.minimal figure img {
width: 100%;
height: auto;
}
.portfolio-item.minimal .details .details-inner {
display: inline-block;
position: absolute;
bottom: 0;
left: 0;
padding: 40px 50px;
}
.portfolio-item.minimal .details .details-inner,
.portfolio-item.minimal .details .details-inner h3,
.portfolio-item.minimal .details .details-inner a {
color: #ffffff;
}
.portfolio-item.minimal .details .details-inner h3,
.portfolio-item.minimal .details .details-inner ul {
opacity: 0;
}
.portfolio-item.minimal .details .details-inner h3 {
-webkit-transform: translateY(-20px);
-moz-transform:  translateY(-20px);
-ms-transform:   translateY(-20px);
transform:     translateY(-20px);
-webkit-transition: all 0.5s 0.2s ease;
-moz-transition:    all 0.5s 0.2s ease;
transition:     all 0.5s 0.2s ease;
}
.portfolio-item.minimal .details .details-inner ul {
-webkit-transform: translateY(-10px);
-moz-transform:  translateY(-10px);
-ms-transform:   translateY(-10px);
transform:     translateY(-10px);
-webkit-transition: all 0.5s 0.35s ease;
-moz-transition:    all 0.5s 0.35s ease;
transition:     all 0.5s 0.35s ease;
}
.portfolio-item.minimal .details .details-inner h3 {
margin-bottom: 0;
font-size: 40px;
line-height: 1.2;
font-weight: 700;
}
.portfolio-item.minimal .details .details-inner ul {
list-style: none;
margin: 0;
padding: 0;
}
.portfolio-item.minimal .details .details-inner ul li {
display: inline-block;
font-size: 13px;
font-weight: 700;
letter-spacing: 0.2em;
text-transform: uppercase;
}
.portfolio-item.minimal .details .details-inner ul li:after {
content: ','
}
.portfolio-item.minimal .details .details-inner ul li:last-child:after {
content: none;
}
.portfolio-item.minimal:hover .details {
opacity: 1;
visibility: visible;
-webkit-transform: scale(1);
-moz-transform:  scale(1);
-ms-transform:   scale(1);
transform:     scale(1);
}
.portfolio-item.minimal:hover .details .details-inner h3,
.portfolio-item.minimal:hover .details .details-inner ul {
opacity: 1;
-webkit-transform: translateY(0);
-moz-transform:  translateY(0);
-ms-transform:   translateY(0);
transform:     translateY(0);
}
.portfolio-tile {
min-height: 370px;
margin-bottom: 30px;
padding: 50px 70px;
position: relative;
overflow: hidden;
border: 1px solid #eaeaea;
border-radius: 2px;
background-color: #ffffff;
-webkit-transition: box-shadow .15s ease-out;
transition: box-shadow .15s ease-out;
}
.portfolio-tile:hover {
box-shadow: 0px 15px 30px rgba(0,0,0,0.15);
}
.portfolio-tile.align-center {
padding: 50px 45px;
}
.portfolio-tiles .items-container .portfolio-item:before {
content: none !important;
}
.portfolio.style2.portfolio-tiles .items-container .grid-sizer {
width: 33.33333333333333%;
}
.portfolio-tiles .items-container .portfolio-tile .content {
position: relative;
z-index: 2;
}
.portfolio-tiles .items-container .portfolio-tile .content img {
width: auto;
margin: 20px 0 50px;
}
.portfolio.portfolio-tiles .items-container .portfolio-tile.color-light h1,
.portfolio.portfolio-tiles .items-container .portfolio-tile.color-light h2,
.portfolio.portfolio-tiles .items-container .portfolio-tile.color-light h3,
.portfolio.portfolio-tiles .items-container .portfolio-tile.color-light h4,
.portfolio.portfolio-tiles .items-container .portfolio-tile.color-light h5,
.portfolio.portfolio-tiles .items-container .portfolio-tile.color-light h6,
.portfolio.portfolio-tiles .items-container .portfolio-tile.color-light a,
.portfolio.portfolio-tiles .items-container .portfolio-tile.color-light {
color: #ffffff;
}
.portfolio.portfolio-tiles .items-container .portfolio-tile.color-dark h1,
.portfolio.portfolio-tiles .items-container .portfolio-tile.color-dark h2,
.portfolio.portfolio-tiles .items-container .portfolio-tile.color-dark h3,
.portfolio.portfolio-tiles .items-container .portfolio-tile.color-dark h4,
.portfolio.portfolio-tiles .items-container .portfolio-tile.color-dark h5,
.portfolio.portfolio-tiles .items-container .portfolio-tile.color-dark h6,
.portfolio.portfolio-tiles .items-container .portfolio-tile.color-dark {
color: #1a1a1a;
}
.portfolio.portfolio-tiles .items-container .portfolio-tile.color-dark a {
color: #00b0ff;
}
.portfolio.portfolio-tiles .items-container .portfolio-tile h5,
.portfolio.portfolio-tiles .items-container .portfolio-tile h6 {
font-weight: 700;
}
.portfolio.portfolio-tiles .items-container .portfolio-tile h6 {
font-size: 14px;
margin-bottom: 6px;
letter-spacing: -0.025em;
}
.portfolio.portfolio-tiles .items-container .portfolio-tile h3 {
margin-bottom: 22px;
font-size: 40px;
font-weight: 700;
line-height: 48px;
letter-spacing: -0.025em;
}
.portfolio.portfolio-tiles .items-container .portfolio-tile.color-dark h3 a {
color: #1a1a1a;
}
.portfolio.portfolio-tiles .items-container .portfolio-tile p {
margin-bottom: 25px;
font-size: 15px;
font-weight: 400;
line-height: 24px;
}
.portfolio.portfolio-tiles .items-container .portfolio-tile .read-more {
font-size: 14px;
font-weight: 700;
letter-spacing: 0.05em;
text-transform: uppercase;
}
.portfolio.portfolio-tiles .items-container .portfolio-tile .read-more i {
margin-left: 3px;
-webkit-transition: all 0.3s ease;
-moz-transition:    all 0.3s ease;
transition:     all 0.3s ease;
}
.portfolio.portfolio-tiles .items-container .portfolio-tile .read-more:hover i {
-webkit-transform: translateX(5px);
-moz-transform:  translateX(5px);
-ms-transform:   translateX(5px);
transform:     translateX(5px);
}
.portfolio.portfolio-tiles .items-container .portfolio-tile.with-side-image {
padding-right: 32%;
}
.portfolio.portfolio-tiles .items-container .portfolio-tile.with-side-image p {
padding-right: 50px;
}
.portfolio.portfolio-tiles .items-container .portfolio-tile.with-side-image .side-image {
position: absolute;
top: 0px;
right: 0px;
bottom: 0px;
}
figure.side-image.panr-element img {
height: 100%;
}
.portfolio.portfolio-tiles .items-container .portfolio-tile.with-icon .icon-container {
position: absolute;
bottom: -6%;
right: -6%;
z-index: 0;
font-size: 200px;
line-height: 1;
color: #f8f8f8;
}
.portfolio.portfolio-tiles .items-container .portfolio-tile.with-background .background-image {
position: absolute;
top: 0;
left: 0;
z-index: 0;
display: inline-block;
width: 100%;
height: 100%;
background-size: cover;
background-position: center;
}
.portfolio.portfolio-tiles .items-container .portfolio-tile.with-background .background-image img {
visibility: hidden;
}
.portfolio.portfolio-tiles .items-container .portfolio-tile.with-background p {
opacity: 0.7;
}
.portfolio.portfolio-tiles .items-container .portfolio-tile form {
position: relative;
}
.portfolio.portfolio-tiles .items-container .portfolio-tile form input[type=text],
.portfolio.portfolio-tiles .items-container .portfolio-tile form input[type=email],
.portfolio.portfolio-tiles .items-container .portfolio-tile form input[type=password],
.portfolio.portfolio-tiles .items-container .portfolio-tile form input[type=tel],
.portfolio.portfolio-tiles .items-container .portfolio-tile form input[type=search] {
height: 45px;
margin-bottom: 0;
font-size: 15px;
line-height: 24px;
background-color: #f7f7f7;
border-color: #f7f7f7;
color: #999999;
}
.portfolio.portfolio-tiles .items-container .portfolio-tile form .wysija-paragraph {
margin-bottom: 20px;
}
.portfolio.portfolio-tiles .items-container .portfolio-tile form input[type=submit] {
height: 45px;
margin: 0;
position: absolute;
top: 0;
right: 0;
font-size: 12px;
font-weight: 900;
letter-spacing: 0.2em;
text-transform: uppercase;
background-color: #00b0ff;
color: #ffffff;
}
.portfolio.portfolio-tiles .items-container .portfolio-tile form input[type=submit]:hover {
background-color: #1a1a1a;
color: #ffffff;
}
.portfolio.portfolio-tiles .items-container .portfolio-tile:hover img {
-webkit-transform: none;
-moz-transform:  none;
-ms-transform:   none;
transform:     none;
}
.content-boxes-row:before,
.content-boxes-row:after {
content: '';
display: table;
}
.content-boxes-row:after {
clear: both;
}
.content-box {
margin-bottom: 30px;
text-align: center;
}
.content-box .icon-container {
margin-bottom: 15px;
}
.content-box h6 {
margin: 30px 0 15px;
color: #292d33;
font-weight: 400;
font-size: 24px;
}
.content-box p {
font-size: 16px;
line-height: 26px;
}
.cd-single-item {
position: relative;
background: #ffffff;
}
.cd-slider-wrapper {
position: relative;
z-index: 1;
-webkit-transition: width 0.4s;
-moz-transition: width 0.4s;
transition: width 0.4s;
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
-o-transform: translateZ(0);
transform: translateZ(0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
will-change: width;
}
.sidebar-inner .widget_nav_menu ul>li a:hover, .sidebar-inner .widget_nav_menu ul>li.current-menu-item a:hover {
color: #FFFFFF;
}
.sidebar-inner .widget_nav_menu ul>li {
margin-bottom: 2px;
}
.cygnus-layout.footer .widget.widget_recent_entries a {
color: #fff;
}
.logo {
margin-top:35px;
margin-bottom:35px;
}
.classic-right-area-dark .logo {
margin-top: 60px;
margin-bottom: 60px;
}
.content-wrapper {
background-color:#ffffff;
}
.radiuzz-staff-wrapper .infos .description {
color:#b3b3b3;
font-size:15px;
}
#cygnus-layout-title-wrapper.wrapper-background, #cygnus-layout-title-wrapper figure.title-wrapper-bg {
background-color:#f7f7f7;
background-size:initial;
background-position:center top;
}
#cygnus-layout-title-wrapper{padding-top:45px;
padding-bottom:45px;
}
#cygnus-layout-title-wrapper h2{
text-transform:initial;
font-weight:300;
font-size:40px;
}
#cygnus-layout-title-wrapper p, .cygnus-layout.title-wrapper.title-wrapper-large.modern h6 {
color:#dcdbdb;
}
.cygnus-layout.title-wrapper .breadcrumbs li,
.cygnus-layout.title-wrapper .breadcrumbs li a,
.cygnus-layout.title-wrapper .breadcrumbs li span,
.cygnus-layout.title-wrapper.dark .breadcrumbs li,
.cygnus-layout.title-wrapper.dark .breadcrumbs li a,
.cygnus-layout.title-wrapper.dark .breadcrumbs li span{
text-transform:uppercase;
letter-spacing:1px;
font-weight:300;
color:#b3b3b3;
}
.cygnus-layout.title-wrapper.title-wrapper-normal .radiuzz-breadcrumb {
border-left-color:#9b9b9b;
}
.cygnus-layout.title-wrapper.title-wrapper-normal .search-form-title input[type="text"] {
border-color:#d1d1d1;
}
.cygnus-layout.title-wrapper.title-wrapper-normal .search-form-title .iconic-submit:before {
border-right-color:#d1d1d1;
}
.cygnus-layout.title-wrapper.title-wrapper-normal .search-form-title .iconic-submit {
color:#d1d1d1;
}
.cygnus-layout.title-wrapper.title-wrapper-normal .search-form-title input[type="text"]:focus {
border-color:#000000;
}
.cygnus-layout.title-wrapper.title-wrapper-normal .search-form-title input[type="text"],
.cygnus-layout.title-wrapper.title-wrapper-normal .search-form-title input[type="text"]:focus {
color:#9b9b9b;
}
.blog #cygnus-layout-title-wrapper, .archives #cygnus-layout-title-wrapper {
background-color:#f7f7f7;
}
.single-post #cygnus-layout-title-wrapper {
background-color:#f7f7f7;
}
#cygnus-layout-title-wrapper.title-wrapper-shop {
background-color:#f7f7f7;
}
.cygnus-layout.header .live-search .submit-form, .cygnus-layout.top-header .live-search .submit-form {
background-color:#585858;
}
.header .mega_main_menu .default_dropdown > ul, 
.header .mega_main_menu .default_dropdown li > ul, 
.header .mega_main_menu .default_dropdown > ul, 
.header .mega_main_menu .multicolumn_dropdown > ul, 
.header .mega_main_menu .mega_main_menu_ul > li:hover > .item_link,
.header .mega_main_menu.light-submenu .default_dropdown > ul, 
.header .mega_main_menu.light-submenu .default_dropdown li > ul, 
.header .mega_main_menu.light-submenu .multicolumn_dropdown > ul, 
.header .mega_main_menu.light-submenu .widgets_dropdown > ul {
border-bottom-color:#585858;
}
.post .share-icons a:hover,
.woocommerce .content-wrapper table.cart a.remove:hover,
.content-wrapper .woocommerce table.cart a.remove:hover,
.woocommerce-page .content-wrapper  table.cart a.remove:hover,
.content-wrapper .woocommerce-page table.cart a.remove:hover,
.content-wrapper .woocommerce-wishlist .share-icons a:hover,
.woocommerce-wishlist .content-wrapper .share-icons a:hover,
.content-wrapper .woocommerce div.product div.summary .share-icons a:hover,
.woocommerce .content-wrapper div.product div.summary .share-icons a:hover,
.content-wrapper .woocommerce-page div.product div.summary .share-icons a:hover,
.content-wrapper .woocommerce-page .content-wrapper div.product div.summary .share-icons a:hover,
.content-wrapper .woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce .content-wrapper div.product .woocommerce-tabs ul.tabs li.active a,
.content-wrapper .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce-page .content-wrapper div.product .woocommerce-tabs ul.tabs li.active a,
.content-wrapper .woocommerce div.product .woocommerce-tabs ul.tabs.tabs-vertical li a:hover,
.woocommerce .content-wrapper div.product .woocommerce-tabs ul.tabs.tabs-vertical li a:hover,
.content-wrapper .woocommerce-page div.product .woocommerce-tabs ul.tabs.tabs-vertical li a:hover,
.woocommerce-page .content-wrapper div.product .woocommerce-tabs ul.tabs.tabs-vertical li a:hover {
color: #585858;
border-color: #585858;
}
p.demo_store,
.woocommerce .content-wrapper a.button.alt,
.content-wrapper .woocommerce a.button.alt,
.content-wrapper .woocommerce-page a.button.alt,
.woocommerce-page .content-wrapper a.button.alt,
.content-wrapper .woocommerce button.button.alt,
.woocommerce .content-wrapper button.button.alt,
.content-wrapper .woocommerce-page button.button.alt,
.woocommerce-page .content-wrapper button.button.alt,
.content-wrapper .woocommerce input.button.alt,
.woocommerce .content-wrapper input.button.alt,
.content-wrapper .woocommerce-page input.button.alt,
.woocommerce-page .content-wrapper input.button.alt,
.content-wrapper .woocommerce #respond input#submit.alt,
.woocommerce .content-wrapper #respond input#submit.alt,
.content-wrapper .woocommerce-page #respond input#submit.alt,
.woocommerce-page .content-wrapper #respond input#submit.alt,
.content-wrapper .woocommerce a.button.alt:hover,
.woocommerce .content-wrapper a.button.alt:hover,
.content-wrapper .woocommerce-page a.button.alt:hover,
.woocommerce-page .content-wrapper a.button.alt:hover,
.content-wrapper .woocommerce button.button.alt:hover,
.woocommerce .content-wrapper button.button.alt:hover,
.content-wrapper .woocommerce-page button.button.alt:hover,
.woocommerce-page .content-wrapper button.button.alt:hover,
.content-wrapper .woocommerce input.button.alt:hover,
.woocommerce .content-wrapper input.button.alt:hover,
.content-wrapper .woocommerce-page input.button.alt:hover,
.woocommerce-page .content-wrapper input.button.alt:hover,
.content-wrapper .woocommerce #respond input#submit.alt:hover,
.woocommerce .content-wrapper #respond input#submit.alt:hover,
.content-wrapper .woocommerce-page #respond input#submit.alt:hover,
.woocommerce-page .content-wrapper #respond input#submit.alt:hover,
.single-post .entry-tags a:hover {
background-color: #585858;
border-color: #585858 !important;
color: #ffffff;
}
.content-wrapper .woocommerce span.onsale,
.woocommerce .content-wrapper span.onsale,
.woocommerce-page .content-wrapper span.onsale,
.content-wrapper .woocommerce-page span.onsale,
.content-wrapper .woocommerce .widget_layered_nav_filters ul li a,
.woocommerce .content-wrapper .widget_layered_nav_filters ul li a,
.woocommerce-page .content-wrapper .widget_layered_nav_filters ul li a,
.content-wrapper .woocommerce-page .widget_layered_nav_filters ul li a,
.sticky-post-holder {
background-color: #585858;
color: #ffffff;
}
.content-wrapper .woocommerce div.product div.summary span.price,
.woocommerce .content-wrapper div.product div.summary span.price,
.woocommerce-page .content-wrapper div.product div.summary span.price,
.content-wrapper .woocommerce-page div.product div.summary span.price,
.content-wrapper .woocommerce div.product div.summary p.price,
.woocommerce .content-wrapper div.product div.summary p.price,
.woocommerce-page .content-wrapper div.product div.summary p.price,
.content-wrapper .woocommerce-page div.product div.summary p.price,
.content-wrapper .woocommerce table.shop_table th,
.woocommerce .content-wrapper table.shop_table th,
.woocommerce-page .content-wrapper table.shop_table th,
.content-wrapper .woocommerce-page table.shop_table th,
.content-wrapper .woocommerce .cart-collaterals .cart_totals h2,
.woocommerce .content-wrapper .cart-collaterals .cart_totals h2,
.woocommerce-page .content-wrapper .cart-collaterals .cart_totals h2,
.content-wrapper .woocommerce-page .cart-collaterals .cart_totals h2,
.content-wrapper .woocommerce .coupon label,
.woocommerce .content-wrapper .coupon label,
.woocommerce-page .content-wrapper .coupon label,
.content-wrapper .woocommerce-page .coupon label,
.content-wrapper .woocommerce .shipping-calculator-button,
.woocommerce .content-wrapper .shipping-calculator-button,
.woocommerce-page .content-wrapper .shipping-calculator-button,
.content-wrapper .woocommerce-page .shipping-calculator-button {
color: #1a1a1a;
}
.content-wrapper .button.use_code {
background-color: #585858 !important;
}
.content-wrapper .button.use_code:hover {
background-color: #2c9ca6 !important;
}
@media only screen and (min-width: 1024px) {
.cd-slider-wrapper {
width: 50%;
}
.cd-slider-active .cd-slider-wrapper {
width: 100%;
}
.cd-slider {
margin-right: 15px;
}
}
.cd-slider {
margin-bottom: 0;
padding-left: 0;
position: relative;
z-index: 1;
overflow: hidden;
list-style: none;
}
.cd-slider::before {
content: 'mobile';
display: none;
}
.cd-slider li {
position: absolute;
top: 0;
left: 0;
z-index: 1;
height: 100%;
width: 100%;
-webkit-transform: translateX(100%);
-moz-transform: translateX(100%);
-ms-transform: translateX(100%);
-o-transform: translateX(100%);
transform: translateX(100%);
-webkit-transition: -webkit-transform 0.3s;
-moz-transition: -moz-transform 0.3s;
transition: transform 0.3s;
}
.cd-slider li img {
display: block;
width: 100%;
}
.cd-slider li.selected {
position: relative;
z-index: 2;
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
}
.cd-slider li.move-left {
-webkit-transform: translateX(-100%);
-moz-transform: translateX(-100%);
-ms-transform: translateX(-100%);
-o-transform: translateX(-100%);
transform: translateX(-100%);
}
@media only screen and (min-width: 1024px) {
.cd-slider {
cursor: pointer;
}
.cd-slider::before {
content: 'desktop';
}
.cd-slider::after {
content: '';
display: block;
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
background: rgba(0, 0, 0, 0.7) url(//www.birdepoch.com/wp-content/themes/cygnus/images/cd-icon-zoom.svg) no-repeat center center;
background-size: 48px;
opacity: 0;
z-index: 4;
-webkit-transition: opacity 0.2s;
-moz-transition: opacity 0.2s;
transition: opacity 0.2s;
}
.cd-slider:hover::after {
opacity: 1;
}
.cd-slider-active .cd-slider {
cursor: auto;
margin-right: 0;
}
.cd-slider-active .cd-slider::after {
display: none;
}
}
@media only screen and (min-width: 1024px) {
.cd-slider-navigation li, .cd-slider-pagination {
opacity: 0;
visibility: hidden;
-webkit-transition: opacity 0.4s 0s, visibility 0s 0.4s;
-moz-transition: opacity 0.4s 0s, visibility 0s 0.4s;
transition: opacity 0.4s 0s, visibility 0s 0.4s;
}
.cd-slider-active .cd-slider-navigation li, .cd-slider-active .cd-slider-pagination {
opacity: 1;
visibility: visible;
-webkit-transition: opacity 0.4s 0.4s, visibility 0s 0.4s;
-moz-transition: opacity 0.4s 0.4s, visibility 0s 0.4s;
transition: opacity 0.4s 0.4s, visibility 0s 0.4s;
} }
.cd-slider-navigation li {
position: absolute;
z-index: 2;
top: 50%;
bottom: auto;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.cd-slider-navigation li:first-of-type {
left: 10px;
}
.cd-slider-navigation li:last-of-type {
right: 10px;
}
.cd-slider-navigation li a {
display: block;
width: 48px;
height: 48px;
background: url(//www.birdepoch.com/wp-content/themes/cygnus/images/cd-icon-arrow.svg) no-repeat top center;
-webkit-transition: opacity 0.2s 0s, visibility 0s 0s;
-moz-transition: opacity 0.2s 0s, visibility 0s 0s;
transition: opacity 0.2s 0s, visibility 0s 0s;
overflow: hidden;
text-indent: 100%;
white-space: nowrap;
}
.cd-dark-style .cd-slider-navigation li a {
background: url(//www.birdepoch.com/wp-content/themes/cygnus/images/cd-icon-arrow.svg) no-repeat bottom center;
}
.cd-slider-navigation li a.inactive {
opacity: 0;
visibility: hidden;
-webkit-transition: opacity 0.2s 0s, visibility 0s 0.2s;
-moz-transition: opacity 0.2s 0s, visibility 0s 0.2s;
transition: opacity 0.2s 0s, visibility 0s 0.2s;
}
.no-touch .cd-slider-navigation li a:hover {
opacity: .7;
}
.cd-slider-navigation li:first-of-type a {
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
}
@media only screen and (min-width: 1024px) {
.cd-slider-navigation li:first-child {
left: 30px;
}
.cd-slider-navigation li:last-child {
right: 30px;
}
}
.cd-slider-pagination {
position: absolute;
z-index: 2;
bottom: 30px;
left: 50%;
right: auto;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
visibility: hidden;
}
.cd-slider-pagination:after {
content: "";
display: table;
clear: both;
}
.touch .cd-slider-pagination {
visibility: hidden;
}
.cd-slider-pagination li {
display: inline-block;
float: left;
margin: 0 5px;
}
.cd-slider-pagination li.selected a {
background: #f5f4f3;
}
.cd-dark-style .cd-slider-pagination li.selected a {
background-color: #1a1a1a;
}
.cd-slider-pagination a {
display: block;
height: 12px;
width: 12px;
border-radius: 50%;
border: 1px solid #f5f4f3;
background-color: rgba(255, 255, 255, 0);
overflow: hidden;
text-indent: 100%;
white-space: nowrap;
}
.cd-dark-style .cd-slider-pagination a {
border-color: #1a1a1a;
}
.cd-slider-wrapper .cd-close {
display: none;
position: absolute;
z-index: 2;
top: 30px;
right: 30px;
width: 48px;
height: 48px;
background: url(//www.birdepoch.com/wp-content/themes/cygnus/images/cd-icon-close.svg) no-repeat top center;
overflow: hidden;
text-indent: 100%;
white-space: nowrap;
visibility: hidden;
opacity: 0;
-webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0.4s;
-moz-transition: -moz-transform 0.3s 0s, visibility 0s 0.4s;
transition: transform 0.3s 0s, visibility 0s 0.4s;
}
.cd-dark-style .cd-slider-wrapper .cd-close {
background: url(//www.birdepoch.com/wp-content/themes/cygnus/images/cd-icon-close.svg) no-repeat bottom center;
}
.cd-slider-active .cd-slider-wrapper .cd-close {
visibility: visible;
opacity: 1;
-webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0s, opacity 0.4s 0.4s;
-moz-transition: -moz-transform 0.3s 0s, visibility 0s 0s, opacity 0.4s 0.4s;
transition: transform 0.3s 0s, visibility 0s 0s, opacity 0.4s 0.4s;
}
.no-touch .cd-slider-active .cd-slider-wrapper .cd-close:hover {
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-ms-transform: scale(1.2);
-o-transform: scale(1.2);
transform: scale(1.2);
}
@media only screen and (min-width: 1024px) {
.cd-slider-wrapper .cd-close {
display: block;
} }
.cd-item-info {
padding: 50px 5%;
}
.cd-item-info h2, .cd-item-info p {
max-width: 480px;
}
.cd-item-info h2 {
font-size: 22px;
font-weight: 400;
}
.cd-item-info p {
line-height: 1.6;
font-weight: 400;
margin: 1em 0 2em;
}
.cd-item-info .dt-newBtn-1 {
display: inline-block;
padding: 13px 18px;
margin: 0;
font-size: 13px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.2em;
color: #ffffff;
}
@media only screen and (min-width: 1024px) {
.cd-item-info {
position: absolute;
width: 50%;
top: 0;
right: 0;
padding: 60px 15px 0;
margin: 0;
}
}
.cd-content p {
width: 90%;
max-width: 768px;
padding: 4em 0;
margin: 0 auto 2em;
color: #afa8a0;
line-height: 1.8;
}
@media (min-width: 992px) and (max-width: 1199px) {
.portfolio.style2 .filters-wrapper {
text-align: right;
}
.portfolio.style2 .filters-wrapper ul li {
margin-right: 17px;
}
}
@media (max-width: 991px) {
.portfolio.style2 .filters-wrapper {
text-align: left;
}
.portfolio.style2 .items-container .grid-sizer,
.portfolio.style2 .items-container .portfolio-item,
.portfolio.style2 .items-container .portfolio-item.big {
width: 50%;
}
.portfolio.style2.portfolio-tiles .items-container .portfolio-item {
width: 100%;
}
.portfolio.style2.portfolio-tiles .items-container .portfolio-item .portfolio-tile {
min-height: 0;
}
.portfolio-horizontal {
height: auto !important;
width: 100% !important;
padding-left: 30px;
padding-right: 30px;
}
.portfolio-horizontal .contents {
display: block;
}
.portfolio-horizontal .text {
position: relative !important;
top: auto !important;
left: auto !important;
margin-top: 0 !important;
width: 100%;
}
.portfolio-horizontal .images-carousel {
margin-left: 0 !important;
}
.portfolio-horizontal .images-carousel figure {
display: block;
width: 100%;
float: none;
margin: 0 0 30px;
}
.portfolio-horizontal .images-carousel figure img {
width: 100%;
height: auto;
}
.portfolio-item.minimal {
width: 100%;
}
}
@media (max-width: 767px) {
.portfolio.style2 .items-container .grid-sizer,
.portfolio.style2 .items-container .portfolio-item,
.portfolio.style2 .items-container .portfolio-item.big {
width: 100%;
}
.portfolio.style2.portfolio-tiles .items-container .portfolio-item .portfolio-tile.with-side-image {
padding-right: 70px;
}
.portfolio.style2.portfolio-tiles .items-container .portfolio-item .portfolio-tile.with-side-image .content p {
padding-right: 0;
opacity: 1;
}
.portfolio.portfolio-tiles .items-container .portfolio-tile form input[type=submit] {
width: 100%;
position: relative;
top: auto;
right: auto;
margin-bottom: 15px;
}
.portfolio-horizontal .text h3 {
font-size: 30px;
line-height: 1.2;
}
.portfolio-horizontal .text p {
font-size: 18px;
line-height: 1.5;
}
.portfolio-horizontal .images-carousel figure .details {
left: 40px;
bottom: 33px;
}
.portfolio-horizontal .images-carousel figure .details h5 {
font-size: 42px;
line-height: 1;
}
.portfolio-horizontal .images-carousel figure .details ul li {
font-size: 11px;
}
}
@media (max-width: 767px) and (min-width: 481px) {
#portfolio-responsive-2 {
display: block;
}
}
@media (max-width: 480px) {
#portfolio-responsive-1 {
display: block;
}
.portfolio.style2.portfolio-tiles .items-container .portfolio-item .portfolio-tile.with-side-image,
.portfolio.style2.portfolio-tiles .items-container .portfolio-item .portfolio-tile {
padding: 50px 15px;
}
.portfolio.style2.portfolio-tiles .items-container .portfolio-item .portfolio-tile.with-side-image .side-image {
display: none;
}
.portfolio-horizontal .images-carousel figure .details {
left: 20px;
bottom: 13px;
}
.portfolio-horizontal .images-carousel figure .details h5 {
font-size: 28px;
margin-bottom: 5px;
line-height: 1;
}
.portfolio-horizontal .images-carousel figure .details ul li {
font-size: 8px;
}
}
.post-password-form input[type=password] {
padding-top: 9px;
padding-bottom: 9px;
}
.widget_instagram_feed ul {
overflow: hidden;
margin: 0 -3px;
}
.widget_instagram_feed ul li {
float: left;
width: 33.3333%;
padding: 3px!important;
margin: 0 !important;
}
img.widget-recent-posts-img {
width: 40px;
height: 40px;
}
.radiuzz-contact-form.full_width input[type=submit] {
width: 100% !important;
}
.slimScrollBar,
.slimScrollRail {
visibility: hidden !important;
} .ps-container {
-ms-touch-action: none;
overflow: hidden !important;
}
.ps-container.ps-active-x > .ps-scrollbar-x-rail,
.ps-container.ps-active-y > .ps-scrollbar-y-rail {
display: block;
}
.ps-container.ps-in-scrolling {
pointer-events: none;
}
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
background-color: #eee;
opacity: 0.9;
}
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
background-color: #999999;
}
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
background-color: #eee;
opacity: 0.9;
}
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
background-color: #999999;
}
.ps-container > .ps-scrollbar-x-rail {
display: none;
position: absolute;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
border-radius: 4px;
opacity: 0;
-webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
-moz-transition: background-color 0.2s linear, opacity 0.2s linear;
-o-transition: background-color 0.2s linear, opacity 0.2s linear;
transition: background-color 0.2s linear, opacity 0.2s linear;
bottom: 3px;
height: 4px;
}
.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
position: absolute;
background-color: #aaa;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
border-radius: 4px;
-webkit-transition: background-color 0.2s linear;
-moz-transition: background-color 0.2s linear;
-o-transition: background-color 0.2s linear;
transition: background-color 0.2s linear;
bottom: 0;
height: 4px;
}
.ps-container > .ps-scrollbar-y-rail {
display: none;
position: absolute;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
border-radius: 4px;
opacity: 0;
-webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
-moz-transition: background-color 0.2s linear, opacity 0.2s linear;
-o-transition: background-color 0.2s linear, opacity 0.2s linear;
transition: background-color 0.2s linear, opacity 0.2s linear;
right: 3px;
width: 4px;
}
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
position: absolute;
background-color: #aaa;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
border-radius: 4px;
-webkit-transition: background-color 0.2s linear;
-moz-transition: background-color 0.2s linear;
-o-transition: background-color 0.2s linear;
transition: background-color 0.2s linear;
right: 0;
width: 4px;
}
.ps-container:hover.ps-in-scrolling {
pointer-events: none;
}
.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
background-color: #eee;
opacity: 0.9;
}
.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
background-color: #999999;
}
.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
background-color: #eee;
opacity: 0.9;
}
.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
background-color: #999999;
}
.ps-container:hover > .ps-scrollbar-x-rail,
.ps-container:hover > .ps-scrollbar-y-rail {
opacity: 0.6;
}
.ps-container:hover > .ps-scrollbar-x-rail:hover {
background-color: #eee;
opacity: 0.9;
}
.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
background-color: #999999;
}
.ps-container:hover > .ps-scrollbar-y-rail:hover {
background-color: #eee;
opacity: 0.9;
}
.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
background-color: #999999;
}
#particles-js {
display: inline-block;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}
.vc_carousel-control .icon-prev,
.vc_carousel-control .icon-next {
color: rgba(0, 0, 0, 0.2);
-webkit-transition: all 0.3s ease;
-moz-transition:    all 0.3s ease;
transition:     all 0.3s ease;
}
.vc_carousel-control .icon-prev:hover,
.vc_carousel-control .icon-next:hover {
color: rgba(0, 0, 0, 0.4);
}
.mc-hide-scrolls{
overflow:hidden;
}
.mc-cycle {
height:100%;
left:50%;
overflow:hidden;
position:fixed;
top:0;
width:100%;
z-index:-1;
-webkit-backface-visibility: hidden;
-webkit-transform: translateX(-50%) scale(1);
-moz-transform:  translateX(-50%) scale(1);
-ms-transform:   translateX(-50%) scale(1);
transform:     translateX(-50%) scale(1);
}
div.mc-image {
-webkit-transition: opacity 1s ease-in-out; 
-moz-transition: opacity 1s ease-in-out; 
-o-transition: opacity 1s ease-in-out; 
transition: opacity 1s ease-in-out;  
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-position:center center;
background-repeat:no-repeat;
height:100%;
overflow:hidden;
width:100%;
}
.mc-old-browser .mc-image {
overflow:hidden;
}
.fa-6x{font-size:6em}
.fget{display:none;} .envira-gallery-wrap .envira-gallery-public .envira-gallery-item-inner {
text-align: center;
}
.envira-gallery-item-inner .title, .envira-gallery-item-inner .caption {
opacity: 0;
position: absolute;
bottom: 10%;
left: 50%;
transform: translate(-50%,-50%);
z-index:5;
color: #fff; -webkit-transition: opacity 0.5s ease;
-moz-transition: opacity 0.5s ease;
-o-transition: opacity 0.5s ease;
transition: opacity 0.5s ease;
}
.envira-gallery-item-inner .title {
text-transform: uppercase;
font-size: 15px;
font-weight: bold;
letter-spacing: 1px;
display: block;
width: 100%;
}
.envira-gallery-item-inner .caption {
bottom: 3%;
font-size: 13px;
width: 100%;
} .titles_bellow .envira-gallery-item-inner .title, .titles_bellow .envira-gallery-item-inner .caption {
opacity: 1;
position: relative;
text-align:center;
display: block;
color: #444444;
}
.titles_bellow .envira-gallery-item-inner a:after {
display:none
} .envira-gallery-item-inner:hover .title,
.envira-gallery-item-inner:hover .caption,
.envira-gallery-item-inner:hover a:after { 
opacity: 1; 
-webkit-transition: opacity 0.5s ease;
-moz-transition: opacity 0.5s ease;
-o-transition: opacity 0.5s ease;
transition: opacity 0.5s ease;
}
.envira-gallery-item-inner a:after {
opacity: 0;
content: '';
position: absolute !important;
left: 0;
bottom: 0;
width: 100% !important;
height: 100% !important;
z-index: 3;
-webkit-transition: opacity 0.5s ease;
-moz-transition: opacity 0.5s ease;
-o-transition: opacity 0.5s ease;
transition: opacity 0.5s ease;
background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(50%,transparent),color-stop(56%,rgba(0,0,0,0.1)),color-stop(93%,rgba(0,0,0,0.6)),to(rgba(0,0,0,0.69))) !important;
background-image: -webkit-linear-gradient(transparent 0%,transparent 50%,rgba(0,0,0,0.1) 56%,rgba(0,0,0,0.6) 93%,rgba(0,0,0,0.69) 100%) !important;
background-image: linear-gradient(transparent 0%,transparent 50%,rgba(0,0,0,0.1) 56%,rgba(0,0,0,0.6) 93%,rgba(0,0,0,0.69) 100%) !important;
}
.envira-gallery-item-inner:hover .envira-gallery-item-inner a:after {
opacity: 1;
-webkit-transition: opacity 0.5s ease;
-moz-transition: opacity 0.5s ease;
-o-transition: opacity 0.5s ease;
transition: opacity 0.5s ease;
}
.envira-album-caption {
text-align: center;
}
a.envira-download-all {
display: block;
border: 1px solid grey;
padding: 25px;
text-align: center;
color: grey;
}
.envira-download-button a {
border-radius:0px !important;
}
.envira-download-button a:after {
display: none;
}
form.envira-proofing-form input[type=checkbox]+label {
z-index: 999999;
}
.envira-gallery-wrap .envira-gallery-public.envira-gallery-css-animations .envira-gallery-item img {
opacity: 1 !important;
}
.envira-album-title {
color: #28262b;
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 19.18px;
text-transform: none;
letter-spacing: 0px;
word-spacing: 0;
}
.envira-gallery-wrap .envira-album-image-count {
text-align: center;
margin: 5px 0;
font-style: italic;
font-weight: 400;
font-size: 13px;
line-height: 22.36px;
text-transform: none;
letter-spacing: 0px;
word-spacing: 0;
color: #bcbcbc;
} .envirabox-skin {
box-shadow: none !important;
background: rgba(0, 0, 0, 0) !important;
}
#envirabox-thumbs ul li {
border: none;
}
#envirabox-thumbs ul li.active {
opacity: 1 !important;
border: 3px solid #fff !important;
margin: 0px !important;
} .cygnus-minimal-form {
width: 50%;
margin-left: auto;
margin-right: auto;
text-align: center;
}
.cygnus-minimal-form input[type=email], 
.cygnus-minimal-form input[type=tel],
.cygnus-minimal-form input[type=text],
.cygnus-minimal-form textarea{
border: none;
border-bottom: dashed 1px;
margin-bottom: 20px;
text-align: center;
color: #888;
}
.cygnus-minimal-form .wpcf7-form-control.wpcf7-submit {
background: 0 0;
margin: 0;
border: 2px solid #969494;
width: 180px;
box-shadow: none;
text-transform: none;
color: #000000!important;
border-radius: 40px;
}
.box-shadow1 {
box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.3);
}
.box-shadow2 {
box-shadow: 0 40px 120px -20px rgba(0,0,0,.6);
} .tl-timeaxis .tl-timeaxis-content-container .tl-timeaxis-minor .tl-timeaxis-tick {
color: #28262b;
}
.tl-timemarker:hover .tl-timemarker-content-container {
background-color: #28262b;
border-color: #6b6767;
}
.tl-timemarker .tl-timemarker-content-container {
background-color: #2b2a2a;
border: 0;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
}
.tl-timemarker .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-text h2.tl-headline, .tl-timemarker .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-text h2.tl-headline p {
color: #ffffff;
}
.entry-content > .alignwide {
max-width: none;
margin-left: -100px;
margin-right: -100px;
}
@media only screen and (max-width: 767px) {
.entry-content > .alignwide {
margin-left: 0;
margin-right: 0;
}
}
.entry-content > .alignfull {
width: 100vw;
max-width: none;
margin-left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.wp-block-embed .fluid-width-video-wrapper {
position: static;
}
.wp-block-separator.is-style-wide {
border-bottom-width: 1px;
}
.wp-block-separator.is-style-dots {
border: none;
text-align: center;
max-width: none;
line-height: 1;
height: auto;
}
.wp-block-separator.is-style-dots:before {
content: "\00b7 \00b7 \00b7";
color: #32373c;
font-size: 20px;
letter-spacing: 2em;
padding-left: 2em;
font-family: serif;
}
.wp-block-cover-image .wp-block-cover-image-text a,
.wp-block-cover-image .wp-block-cover-image-text a:active,
.wp-block-cover-image .wp-block-cover-image-text a:focus,
.wp-block-cover-image .wp-block-cover-image-text a:hover,
.wp-block-cover-image h2 a,
.wp-block-cover-image h2 a:active,
.wp-block-cover-image h2 a:focus,
.wp-block-cover-image h2 a:hover {
color: white;
}
.wp-block-cover-image.has-parallax {
background-attachment: fixed;
}
.wp-block-cover-image.has-background-dim:before {
content: "";
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background-color: rgba(0, 0, 0, 0.5);
}
.wp-block-cover-image.has-background-dim.has-background-dim-10:before {
background-color: rgba(0, 0, 0, 0.1);
}
.wp-block-cover-image.has-background-dim.has-background-dim-20:before {
background-color: rgba(0, 0, 0, 0.2);
}
.wp-block-cover-image.has-background-dim.has-background-dim-30:before {
background-color: rgba(0, 0, 0, 0.3);
}
.wp-block-cover-image.has-background-dim.has-background-dim-40:before {
background-color: rgba(0, 0, 0, 0.4);
}
.wp-block-cover-image.has-background-dim.has-background-dim-50:before {
background-color: rgba(0, 0, 0, 0.5);
}
.wp-block-cover-image.has-background-dim.has-background-dim-60:before {
background-color: rgba(0, 0, 0, 0.6);
}
.wp-block-cover-image.has-background-dim.has-background-dim-70:before {
background-color: rgba(0, 0, 0, 0.7);
}
.wp-block-cover-image.has-background-dim.has-background-dim-80:before {
background-color: rgba(0, 0, 0, 0.8);
}
.wp-block-cover-image.has-background-dim.has-background-dim-90:before {
background-color: rgba(0, 0, 0, 0.9);
}
.wp-block-cover-image.has-background-dim.has-background-dim-100:before {
background-color: black;
}
.wp-block-cover-image.components-placeholder {
height: inherit;
}
.wp-block-button.is-style-outline .wp-block-button__link.has-pale-pink-background-color {
border-color: #f78da7;
}
.wp-block-button.is-style-outline .wp-block-button__link.has-vivid-red-background-color {
border-color: #cf2e2e;
}
.wp-block-button.is-style-outline .wp-block-button__link.has-luminous-vivid-orange-background-color {
border-color: #ff6900;
}
.wp-block-button.is-style-outline .wp-block-button__link.has-luminous-vivid-amber-background-color {
border-color: #fcb900;
}
.wp-block-button.is-style-outline .wp-block-button__link.has-light-green-cyan-background-color {
border-color: #7bdcb5;
}
.wp-block-button.is-style-outline .wp-block-button__link.has-vivid-green-cyan-background-color {
border-color: #00d084;
}
.wp-block-button.is-style-outline .wp-block-button__link.has-pale-cyan-blue-background-color {
border-color: #8ed1fc;
}
.wp-block-button.is-style-outline .wp-block-button__link.has-vivid-cyan-blue-background-color {
border-color: #0693e3;
}
.wp-block-button.is-style-outline .wp-block-button__link.has-very-light-gray-background-color {
border-color: #eeeeee;
}
.wp-block-button.is-style-outline .wp-block-button__link.has-cyan-bluish-gray-background-color {
border-color: #abb8c3;
}
.wp-block-button.is-style-outline .wp-block-button__link.has-very-dark-gray-background-color {
border-color: #313131;
}
.has-pale-pink-background-color {
background-color: #f78da7;
}
.has-vivid-red-background-color {
background-color: #cf2e2e;
}
.has-luminous-vivid-orange-background-color {
background-color: #ff6900;
}
.has-luminous-vivid-amber-background-color {
background-color: #fcb900;
}
.has-light-green-cyan-background-color {
background-color: #7bdcb5;
}
.has-vivid-green-cyan-background-color {
background-color: #00d084;
}
.has-pale-cyan-blue-background-color {
background-color: #8ed1fc;
}
.has-vivid-cyan-blue-background-color {
background-color: #0693e3;
}
.has-very-light-gray-background-color {
background-color: #eeeeee;
}
.has-cyan-bluish-gray-background-color {
background-color: #abb8c3;
}
.has-very-dark-gray-background-color {
background-color: #313131;
}
.has-pale-pink-color {
color: #f78da7;
}
.has-vivid-red-color {
color: #cf2e2e;
}
.has-luminous-vivid-orange-color {
color: #ff6900;
}
.has-luminous-vivid-amber-color {
color: #fcb900;
}
.has-light-green-cyan-color {
color: #7bdcb5;
}
.has-vivid-green-cyan-color {
color: #00d084;
}
.has-pale-cyan-blue-color {
color: #8ed1fc;
}
.has-vivid-cyan-blue-color {
color: #0693e3;
}
.has-very-light-gray-color {
color: #eeeeee;
}
.has-cyan-bluish-gray-color {
color: #abb8c3;
}
.has-very-dark-gray-color {
color: #313131;
}
@media only screen and (min-width: 992px) {
.header.two-rows-style2 .mega_dropdown {
background: rgba(0,0,0,0.9) !important;
}
.header.two-rows-style2  .mega_dropdown li a:hover {
color: #ffffff !important;
}
}
@media only screen and (min-width: 992px) {
.cygnus-layout.content-wrapper.content-full > .container > .row > .site-main,
.cygnus-layout.title-wrapper > .container > .row > .radiuzz-title-inner,
.cygnus-layout.content-wrapper.single-post.single-large > .container > .row > .site-main {
max-width: 85%;
margin-left: auto;
margin-right: auto;
float: none;
width: 100%;
}  
.cygnus-layout.content-wrapper.content-full .entry-content > .alignwide,
.cygnus-layout.content-wrapper.single-post.single-large > .container > .row > .site-main .entry-content > .alignwide {
max-width: none;
width: 65vw;
max-width: none;
margin-left: 50%;
transform: translateX(-50%);
}
}
.wp-block-quote:not(.is-large):not(.is-style-large) {
border-left-color: #eeeeee;
}
.wp-block-pullquote blockquote {
border-left: 0 none;
}
.wp-block-pullquote {
margin-bottom: 15px;
}
.cygnus-layout.content-wrapper.content-full .entry-content > .alignfull {
width: 100vw;
max-width: none;
margin-left: 50%;
transform: translateX(-50%);
}
@media only screen and (max-width: 1450px) and (min-width: 1300px ) {
.cygnus-layout.content-wrapper.content-full .entry-content > .alignwide,
.cygnus-layout.content-wrapper.single-post.single-large > .container > .row > .site-main .entry-content > .alignwide {
width: 80vw;
}
}
@media only screen and (max-width: 1299px) and (min-width: 600px ) {
.cygnus-layout.content-wrapper.content-full .entry-content > .alignwide,
.cygnus-layout.content-wrapper.single-post.single-large > .container > .row > .site-main .entry-content > .alignwide {
width: 95vw;
}
}	
@media only screen and (max-width: 600px) {
.cygnus-layout.content-wrapper.content-full .entry-content > .alignwide,
.cygnus-layout.content-wrapper.single-post.single-large > .container > .row > .site-main .entry-content > .alignwide {	
margin-left: 0;
transform: translateX(0);
width: 100%;
}
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
padding-top: 0; 
}
.wp-block-table td, .wp-block-table th {
border: 1px solid #888;
}
.cygnus-layout.content-wrapper.content-full .entry-content a:not(.wp-block-button__link) {
text-decoration: underline;
}
.wp-block-pullquote p {
font-size: 28px !important;
line-height: 1.6;
}
.radiuzz-posts.list-thumb .normal-post .thumbnail{
height:100%;
}
.radiuzz-posts.list-thumb .normal-post .entry-inner {
margin-left: 30px;
}
.radiuzz-posts.list-thumb .radiuzz-post .entry {
padding: 0px 8px 0;
}
.radiuzz-posts.list-thumb .radiuzz-post .radiuzz-post-inner{
padding-bottom:15px;
}
.radiuzz-posts .thumbnail img {
border: none;
display: block;
max-width: 100%;
width: 100%;
height: auto;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
border-radius: 5px;
}