Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- .page-title {
- margin: 60px auto 0;
- padding-top: 80px;
- }
- .site-title {
- font-size: 36px;
- padding-top: 10px;
- }
- .site-header .widget-area {
- padding-top: 0;
- }
- .site-header .wrap {
- padding: 0 40px;
- /*min-height: 60px;*/
- min-height: 0;
- }
- .home-featured {
- background: #fff url(http://demo.studiopress.com/parallax/wp-content/themes/parallax-pro/images/bg-1.jpg) no-repeat fixed 50% 0;
- -webkit-background-size: cover;
- -moz-background-size: cover;
- background-size: cover;
- margin-top: 60px;
- }
- .home-featured .wrap {
- margin-top: 0;
- }
- .home-featured .home-widgets-1 {
- padding: 100px 0;
- }
- .home-featured p {
- margin-top: 28px;
- }
- .home-featured a.button {
- margin-top: 28px;
- }
- /* @group Testimonials */
- .testimonials-list .avatar {
- margin: -.5rem 1rem 1rem;
- -webkit-border-radius: 999em;
- border-radius: 999em;
- -moz-background-clip: padding;
- -webkit-background-clip: padding-box;
- background-clip: padding-box;
- box-shadow: 2px 3px 0px rgba(0,0,0,0.2);
- -webkit-box-shadow: 2px 3px 0px rgba(0,0,0,0.2);
- float: right;
- background-color: #fff;
- border: 0px solid #f4f4f4;
- }
- .testimonials-list .testimonials-text {
- clear: both;
- margin-bottom: 1rem;
- font-size: 110%;
- }
- .testimonials-list .testimonials-text p {
- clear: none;
- display: inline;
- }
- .testimonials-list .quote {
- clear: both;
- margin-bottom: .7rem;
- border-top: 1px solid #e4e4e4;
- text-align: left;
- }
- .testimonials-list .quote.first {
- border-top: 0px;
- }
- .testimonials-list .testimonials-text:before {
- content: '“';
- text-align: left;
- }
- .testimonials-list .testimonials-text:after {
- content: '”';
- }
- .testimonials cite {
- float: right;
- text-align: right;
- margin-bottom: 3rem;
- }
- .testimonials cite span {
- display: block;
- }
- .widget_woothemes_testimonials cite span:first-of-type {
- font-weight: 600;
- }
- .testimonials cite a {
- }
- .testimonials cite a:hover {
- }
- #home-widgets .widget_woothemes_testimonials .quote {
- border-top: 0px;
- }
- #home-widgets .widget_woothemes_testimonials .avatar {
- box-shadow: 2px 4px 0px rgba(0,0,0,0.5);
- -webkit-box-shadow: 2px 4px 0px rgba(0,0,0,0.5);
- float: right;
- border: 3px solid #ccc;
- }
- #home-widgets .widget_woothemes_testimonials .testimonials-text {
- margin-bottom: 1rem;
- padding: 0 10%;
- }
- #home-widgets .widget_woothemes_testimonials cite {
- text-align: right;
- float: right;
- color: #a4a4a4;
- }
- #home-widgets .widget_woothemes_testimonials cite span {
- }
- #home-widgets .widget_woothemes_testimonials cite span:first-of-type {
- font-weight: 600;
- color: #fff;
- }
- #home-widgets .widget_woothemes_testimonials cite .url a {
- color: #999;
- }
- #home-widgets .widget_woothemes_testimonials cite a:hover {
- }
- .home-widgets-4 .widget_woothemes_testimonials {
- padding-bottom: 0;
- }
- /* @end */
- .home-featured .more-link,
- .home-widgets .more-link {
- background-color: #59b184;
- border-radius: 50px;
- color: #fff;
- display: block;
- display: table;
- font-size: 11px;
- font-weight: 700;
- line-height: 1;
- margin: 20px auto 0;
- max-width: 300px;
- padding: 10px 24px;
- text-align: center;
- text-transform: uppercase;
- letter-spacing: 1px;
- }
- .home-featured .more-link:hover,
- .home-widgets .more-link:hover {
- background-color: #4fa077;
- color: #fff;
- }
- @media only screen and (max-width: 1140px) {
- .home-featured {
- background-attachment: scroll;
- background-position: top;
- -webkit-background-size: auto;
- -moz-background-size: auto;
- background-size: auto;
- }
- }
- @media only screen and (max-width: 1023px) {
- #home-widgets .widget_woothemes_testimonials .testimonials-text {
- padding: 0 5%;
- }
- }
- @media only screen and (max-width: 768px) {
- #home-widgets .widget_woothemes_testimonials .testimonials-text {
- padding: 0;
- }
- }
- @media only screen and (max-width: 568px) {
- .site-header {
- top: 0;
- }
- .home-featured {
- margin-top: 0;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement