PATH:
home
/
centosnipponia
/
public_html
/
nipponiacom
/
wp-content
/
themes
/
sydney-pro-ii
/
css
/
components
@-webkit-keyframes pop-scale { 0% { -webkit-transform: scale(0.7) } 100% { -webkit-transform: scale(1) } } @-moz-keyframes pop-scale { 0% { -moz-transform: scale(0.7) } 100% { -moz-transform: scale(1) } } @keyframes pop-scale { 0% { transform: scale(0.7) } 100% { transform: scale(1) } } @-webkit-keyframes pop-scale2 { 0% { -webkit-transform: scale(0.5) } 100% { -webkit-transform: scale(1) } } @-moz-keyframes pop-scale2 { 0% { -moz-transform: scale(0.5) } 100% { -moz-transform: scale(1) } } @keyframes pop-scale2 { 0% { transform: scale(0.5) } 100% { transform: scale(1) } } /*-------------------------------------------------------------- Panels --------------------------------------------------------------*/ .panel-grid-cell .widget-title { text-align: center; margin-bottom: 60px; position: relative; font-weight: 500; line-height: normal; padding-bottom: 35px; max-width: 1170px; margin-left: auto; margin-right: auto; font-size: 48px; } .panel-grid-cell .widget-title:after { content: ""; position: absolute; left: 50%; bottom: 0; width: 100px; height: 4px; margin-left: -50px; background-color: #e64e4e; } /* Latest news -------------------------------------------------------------- */ .blog-post { margin-bottom: 30px; } .blog-post:nth-of-type(3n+1) { clear: left; } .blog-post .entry-title { margin: 15px 0; font-size: 16px; } /* Style 2 */ .latest-news-wrapper.carousel.style2 h4 { font-size: 20px; font-weight: 500; } .latest-news-wrapper.carousel.style2 h4 a { color: #47425d; transition: color 0.4s; } .latest-news-wrapper.carousel.style2 .blog-post { padding: 50px; min-height: 260px; position: relative; background-color: #f7f7f7; margin-bottom: 0; } .latest-news-wrapper.carousel.style2 .blog-post:hover .entry-summary { transition: color 0.4s; } .latest-news-wrapper.carousel.style2 .blog-post:hover .entry-summary, .latest-news-wrapper.carousel.style2 .blog-post:hover h4 a { color: #fff; } .latest-news-wrapper.carousel.style2 .post-background { position: absolute; width: 100%; height: 100%; top: 0; left: 0; background-size: cover; background-repeat: no-repeat; background-position: center; z-index: -1; opacity: 0; transition: opacity 0.4s; } .latest-news-wrapper.carousel.style2 .blog-post:hover .post-background { opacity: 1; } .latest-news-wrapper.carousel.style2 .blog-post:hover { background-color: transparent; } .latest-news-wrapper.carousel.style2 .post-background::after { content: ''; position: absolute; top: 0; left: 0; background-color: #090420; opacity: 0; width: 100%; height: 100%; z-index: 11; } .latest-news-wrapper.carousel.style2 .blog-post:hover .post-background::after { opacity: 0.7; } .latest-news-wrapper.carousel.style2 .meta-post { margin-bottom: 15px; font-size: 14px; } .latest-news-wrapper.carousel.style2 .meta-post a:hover { color: #fff; border-color: #e64e4e; } .latest-news-wrapper.carousel.style2 .meta-post .post-cat { border-left: 1px solid; padding-left: 5px; margin-left: 5px; } /* Lastest Projects -------------------------------------------------------------- */ .project-filter { margin: 20px 0 50px 0; text-align: center; padding-left: 0; } .project-filter li { display: inline-block; position: relative; text-align: center; margin-left: -4px; background-color: #f5f5f5; transition: background 0.3s; } .widget-area .widget .project-filter li { padding: 0; } .project-filter li a { color: #767676; display: block; font-size: 13px; font-weight: 600; outline: 0; padding: 10px; } .project-filter li a.active, .project-filter li a:hover, #secondary .project-filter li a.active, #secondary .project-filter li a:hover { color: #fff; } .roll-project { width: 100%; padding-bottom: 50px; margin: 0; } .roll-project .project-item { margin: 0 0 30px; } .roll-project.fullwidth .project-item { float: left; } .roll-project.fullwidth .project-item { width: 20%; margin: 0; } .roll-project .project-item .item-wrap { position: relative; } .roll-project .project-item .pop-overlay { position: absolute; left: 0; top: 0; width: 100%; height: 100%; padding: 10px; z-index: 10; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); opacity: 0; transition: all 1s; } .roll-project .project-item .project-pop-wrap { z-index: 20; width: 100%; height: 100%; position: absolute; } .roll-project .project-item .project-pop { color: #fff; text-align: center; z-index: 1; width: 100%; height: 100%; cursor: pointer; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); opacity: 0; position: absolute; transition: all 0.3s; } .roll-project .project-item .project-pop a { color: #fff; } .roll-project .project-item:hover .project-pop { opacity: 0.5; } .roll-project .project-item .project-pop h3 { font-size: 16px; font-weight: 700; line-height: 26px; position: absolute; left: 0; bottom: 50%; width: 100%; margin-bottom: -4px; } .roll-project .project-item .project-cat { width: 100%; position: absolute; left: 0; top: 50%; padding-top: 20px; margin: 0; } .roll-project .project-item .project-cat li { display: inline-block; } .roll-project .project-item .project-cat li a { position: relative; font-style: italic; padding: 0 5px; } .roll-project .project-item .project-cat li a:before { position: absolute; content: "/"; left: -3px; top: -1px; } .roll-project .project-item .project-cat li:first-child a:before { content: ""; } .roll-project .project-item:hover .project-title-wrap, .roll-project .project-item:hover > .item-wrap .project-pop{ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); opacity: 1; -webkit-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25); -moz-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25); animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.25); } .roll-project .project-item:hover > .item-wrap .pop-overlay { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); opacity: 1; } .project-title-wrap{ position:absolute; width: 100%; height: 100%; opacity: 0; z-index: 2; } .roll-project .project-item:hover > .item-wrap .project-title-wrap { border: 2px solid yellow; } .roll-project .project-title{ display: table; width: 100%; height: 100%; text-align: center; color: #fff; font-size: 22px; margin: 0; font-weight: 400; } .roll-project .project-title span{ display: table-cell; vertical-align: middle; padding-left: 10px; padding-right: 10px; color: #fff; } /* Style 2 */ .portfolio-section.style2 .project-item { width: 33.33333334%; } .portfolio-section.style2 .project-inner { margin: 15px; position: relative; } .portfolio-section.style2 .project-item:hover .project-pop { opacity: 0.9; } .portfolio-section.style2 .project-title-wrap { display: block; height: auto; width: auto; bottom: 0; padding: 30px; } .portfolio-section.style2 .project-title-wrap span { padding: 0; } .portfolio-section.style2 .project-filter li, .portfolio-section.style2 .project-filter li a.active, .portfolio-section.style2 .project-filter li a:hover { background-color: transparent; } .portfolio-section.style2 .project-filter li a { font-weight: 400; font-size: 16px; color: #1e1e27; } .portfolio-section.style2 .project-filter li a.active, .portfolio-section.style2 .project-filter li a:hover { color: #e64e4e; } .portfolio-section.style2 .project-filter { margin-bottom: 15px; } .portfolio-section.style2 .project-filter li a { padding: 10px 18px; } /* Testimonials -------------------------------------------------------------- */ .roll-testimonials { max-width: 1000px; margin: 0 auto; text-align: center; } .roll-testimonials .avatar { width: 100px; margin: 7px auto 26px; border: 2px solid #fff; } .roll-testimonials .avatar, .roll-testimonials .avatar img { border-radius: 50%; } .roll-testimonials .whisper { font-size: 22px; line-height: 1.5; padding: 0 0 30px; margin: 0; border: 0; } .hentry .roll-testimonials blockquote { background-color: transparent; color: inherit; } .roll-testimonials .name { font-size: 18px; font-weight: 500; } .roll-testimonials .name span { font-size: 14px; display: block; color: #767676; } .roll-testimonials .owl-controls { margin-top: 40px; } .owl-carousel .owl-wrapper:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; } .owl-carousel{ display: none; position: relative; touch-action: pan-y; -ms-touch-action: pan-y; transition: all 0.3s !important; -webkit-transition: all 0.3s !important; } .owl-carousel .owl-wrapper{ display: none; position: relative; transform: translate3d(0px, 0px, 0px); -webkit-transform: translate3d(0px, 0px, 0px); } .owl-carousel .owl-wrapper-outer{ overflow: hidden; position: relative; width: 100%; } .owl-carousel .owl-wrapper-outer.autoHeight{ transition: height 500ms ease-in-out; } .owl-carousel .owl-item{ float: left; } .owl-controls .owl-page, .owl-controls .owl-buttons div{ cursor: pointer; } .owl-controls { -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } .owl-carousel .owl-wrapper, .owl-carousel .owl-item{ -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; backface-visibility: hidden; -webkit-transform: translate3d(0,0,0); -moz-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0); transform: translate3d(0,0,0); } .owl-theme .owl-controls{ text-align: center; margin-top: 45px; } .owl-theme .owl-controls .owl-page{ display: inline-block; zoom: 1; *display: inline;/*IE7 life-saver */ } .owl-theme .owl-controls .owl-page span{ display: block; width: 12px; height: 12px; margin: 4px; background-color: transparent; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); opacity: 1; border-radius: 50%; transition: background 0.3s; } .widget_sydney_testimonials .fa-quote-left { color: #e64e4e; font-size: 52px; display: table; margin: 0 auto 50px; } /* Team -------------------------------------------------------------- */ .roll-team.carousel .team-item { padding: 0 25px; } .post-type-archive-employees .team-item { margin-bottom: 30px; } .roll-team .team-inner { padding: 4px; background-color: #fff; position: relative; text-align: center; } .roll-team .team-item .team-pop .name { font-size: 16px; font-weight: 600; color: #fff; padding: 10px 0; } .roll-team .team-item .team-pop .pos { font-style: italic; } .roll-team .team-item .team-pop .team-info { top: 30%; position: relative; width: 100%; } .roll-team .team-item .pop-overlay { position: absolute; left: 0; top: 0; width: 100%; height: 100%; padding: 10px; z-index: 10; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); opacity: 0; transition: all 1s; } .roll-team .team-item .team-social { text-align: center; padding: 17px 0 0; margin: 0; } .roll-team .team-item .team-social li { display: inline-block; } .roll-team .team-social li a { font-size: 16px; color: #fff; display: block; margin-left: 5px; height: 30px; width: 30px; line-height: 28px; border: 1px solid #fff; background-color: transparent; border-radius: 50%; transition: all 0.3s; } .roll-team .team-item .team-social li:first-child a { margin-left: 0; } .roll-team .team-item .team-social li:hover a { background-color: #fff; } .archive .team-social li a { color: #e64e4e; border: 1px solid #e64e4e; } .roll-team .team-item .team-pop { color: #fff; z-index: 20; width: 100%; height: 100%; padding: 0 10px; cursor: pointer; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); opacity: 0; transition: all 0.3s; } .roll-team .team-item:hover > .team-inner .team-pop { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); opacity: 1; -webkit-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.2); -moz-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.2); animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.2); } .roll-team .team-item:hover > .team-inner .pop-overlay { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); opacity: 1; } .roll-team .team-content { text-align: center; } .roll-team .team-content .name { font-size: 16px; font-weight: 600; padding: 12px 0 2px; } .roll-team .team-content .pos { padding-bottom: 12px; color: var(--sydney-headings-color); } .archive .team-item:nth-of-type(3n+1) { clear: left; } /* Type B */ .roll-team.type-b .team-item .team-social li:hover a { background-color: #e64e4e; color: #fff; } .roll-team.type-b .team-social li a { color: #e64e4e; border: 1px solid #e64e4e; } .roll-team.type-b .team-item { margin-bottom: 30px; } @media ( min-width: 992px ) { .roll-team.type-b .team-item:nth-last-of-type(3), .roll-team.type-b .team-item:nth-last-of-type(2), .roll-team.type-b .team-item:last-of-type { margin-bottom: 0; } } .roll-team.type-b .team-item:nth-of-type(3n+1) { clear: left; } /* Style 2 */ .roll-team.type-b.style2 .avatar::after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #e64e4e; opacity: 0; transition: all 0.1s; } .roll-team.type-b.style2 .team-inner { position: relative; } .roll-team.type-b.style2 .team-item:hover .avatar::after { -webkit-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.2); -moz-animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.2); animation: pop-scale 0.5s 1 cubic-bezier(0.15, 0.85, 0.35, 1.2); opacity: 0.8; } .roll-team.type-b.style2 .team-social { opacity: 0; position: absolute; -webkit-transition: all 0.5s; transition: 0.5s all 0.2s; width: 100%; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); left: 0; } .roll-team.type-b.style2 .team-item:hover .team-social { opacity: 1; } .roll-team.type-b.style2 .team-social li a { background-color: rgba(255,255,255,0.2); color: #fff; border: 0; width: 40px; height: 40px; line-height: 40px; } .roll-team.type-b.style2 .team-item .team-social li:hover a { background-color: #fff; color: #e64e4e; } .roll-team.type-b.style2 .team-content .name { font-size: 18px; } .roll-team.type-b.style2 .team-content .name, .roll-team.type-b.style2 .team-content .name a { color: #47425d; font-weight: 500; } .roll-team.type-b.style2 .team-content { margin-top: 18px; }
[+]
..
[-] comments.css
[edit]
[-] comments.min.css
[edit]
[-] elementor.css
[edit]
[-] elementor.min.css
[edit]
[-] hero-slider.css
[edit]
[-] hero-slider.min.css
[edit]
[-] siteorigin.css
[edit]
[-] siteorigin.min.css
[edit]
[-] .htaccess.disabled
[edit]