/* Theme Name: Awesome One Page Version: 1.1 Author: One Page Lover Author URI: https://onepagelover.com/ Theme URI: https://onepagelover.com/awesome-one-page/ Description: One Page WordPress multipurpose Theme. License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Text Domain: awesome-one-page Tags: one-column, two-columns, left-sidebar, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, custom-logo, featured-images, footer-widgets, full-width-template, post-formats, theme-options, threaded-comments, blog, e-commerce, food-and-drink */ /*-------------------------------------------------------------- # Elements --------------------------------------------------------------*/ html { box-sizing: border-box; } *, *:before, *:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */ box-sizing: inherit; } body { background: #fff; /* Fallback for when there is no custom background color defined. */ } blockquote:before, blockquote:after, q:before, q:after { content: ""; } blockquote, q { quotes: "" ""; } hr { background-color: #ccc; border: 0; height: 1px; margin-bottom: 1.5em; } ul, ol { margin: 0 0 1.5em 3em; } ul { list-style: disc; } ol { list-style: decimal; } li > ul, li > ol { margin-bottom: 0; margin-left: 1.5em; } dt { font-weight: bold; } dd { margin: 0 1.5em 1.5em; } img { height: auto; /* Make sure images are scaled correctly. */ max-width: 100%; /* Adhere to container width. */ } table { margin: 0 0 1.5em; width: 100%; } /*-------------------------------------------------------------- # Forms --------------------------------------------------------------*/ button, input[type="button"], input[type="reset"], input[type="submit"] { border: 1px solid; border-color: #ccc #ccc #bbb; border-radius: 3px; background: #e6e6e6; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05); color: rgba(0, 0, 0, .8); font-size: 12px; font-size: 0.75rem; line-height: 1; padding: .6em 1em .4em; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); } button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover { border-color: #ccc #bbb #aaa; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02); } button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active { border-color: #aaa #bbb #bbb; box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15); } input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea { color: #666; border: 1px solid #ccc; border-radius: 3px; } input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, textarea:focus { color: #111; } input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"] { padding: 3px; } textarea { padding-left: 3px; width: 100%; } /*-------------------------------------------------------------- # Accessibility --------------------------------------------------------------*/ /* Text meant only for screen readers. */ .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; /* Above WP toolbar. */ } /*-------------------------------------------------------------- # Alignments --------------------------------------------------------------*/ .alignleft { display: inline; float: left; margin-right: 1.5em; } .alignright { display: inline; float: right; margin-left: 1.5em; } .aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; } /*-------------------------------------------------------------- # Clearings --------------------------------------------------------------*/ .clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after { content: ""; display: table; } .clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after { clear: both; } /*-------------------------------------------------------------- # Widgets --------------------------------------------------------------*/ .widget { margin: 0 0 .5em; } /* Make sure select elements fit in widgets. */ .widget select { max-width: 100%; } /* Search widget. */ .widget_search .search-submit { display: none; } /*-------------------------------------------------------------- # Content --------------------------------------------------------------*/ /*-------------------------------------------------------------- ## Posts and pages --------------------------------------------------------------*/ .sticky { display: block; border: 2px solid !important; border-color: #cc2936 !important; padding: 20px; } .hentry { margin: 0 0 1.5em; } .byline, .updated:not(.published) { display: none; } .single .byline, .group-blog .byline { display: inline; } .page-content, .entry-content, .entry-summary { margin: 1.5em 0 0; } .page-links { clear: both; margin: 0 0 1.5em; } /*-------------------------------------------------------------- ## Asides --------------------------------------------------------------*/ .blog .format-aside .entry-title, .archive .format-aside .entry-title { display: none; } /*-------------------------------------------------------------- ## Comments --------------------------------------------------------------*/ .comment-content a { word-wrap: break-word; } .bypostauthor { display: block; } .comment-list, .comment-list ol, .comment-list ol ol { list-style: none; padding: 0; margin: 0; } .comment-list ol, .comment-list ol ol { list-style: none; padding: 0; margin: 0 -10px; } .comment-list li { padding: 10px 10px 0; border: 1px solid #e5e5e5; margin-bottom: 10px; } .comment-list ol li, .comment-list ol ol li { border: 0; border-top: 1px solid #e5e5e5; background: #fdfdfd; } .comment-list li:last-child { margin-bottom: 0; padding-bottom: 0; } .comment-list .reply { padding-bottom: 10px; text-align: right; } .comment-form label { min-width: 80px; } .comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"], .comment-form textarea { padding: 5px 10px; border-radius: 0; font-size: 15px; } .form-submit input[type="submit"]{ font-size: 15px; } .comment-author img { margin: 0 10px 10px 0; } /*-------------------------------------------------------------- # Infinite scroll --------------------------------------------------------------*/ /* Globally hidden elements when Infinite Scroll is supported and in use. */ .infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */ .infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */ display: none; } /* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */ .infinity-end.neverending .site-footer { display: block; } /*-------------------------------------------------------------- # Media --------------------------------------------------------------*/ .page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley { border: none; margin-bottom: 0; margin-top: 0; padding: 0; } /* Make sure embeds and iframes fit their containers. */ embed, iframe, object { max-width: 100%; } /*-------------------------------------------------------------- ## Captions --------------------------------------------------------------*/ .wp-caption { margin-bottom: 1.5em; max-width: 100%; } .wp-caption img[class*="wp-image-"] { display: block; margin-left: auto; margin-right: auto; } .wp-caption .wp-caption-text { margin: 0.8075em 0; } .wp-caption-text { text-align: center; } /*-------------------------------------------------------------- ## Galleries --------------------------------------------------------------*/ .gallery { margin-bottom: 1.5em; } .gallery-item { display: inline-block; text-align: center; vertical-align: top; width: 100%; } .gallery-columns-2 .gallery-item { ax-width: 50%; } .gallery-columns-3 .gallery-item { max-width: 33.33%; } .gallery-columns-4 .gallery-item { max-width: 25%; } .gallery-columns-5 .gallery-item { max-width: 20%; } .gallery-columns-6 .gallery-item { max-width: 16.66%; } .gallery-columns-7 .gallery-item { max-width: 14.28%; } .gallery-columns-8 .gallery-item { max-width: 12.5%; } .gallery-columns-9 .gallery-item { max-width: 11.11%; } .gallery-caption { display: block; } @import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500,700|Roboto+Condensed); body { font-family: 'Roboto', sans-serif; font-size: 15px; font-weight: 400; line-height: 150%; color: #2e4b64; } /*-------------------------------------------------------------- # Header --------------------------------------------------------------*/ .opl-header { position: fixed; top: 0; left: 0; z-index: 9999; width: 100%; height: 60px; overflow: hidden; background: rgba(255,255,255,.95); /*box-shadow: 0 1px 3px #f5f5f5;*/ border-bottom: 1px solid #f5f5f5; } /* Logo -------------------------------------------------*/ .opl-logo { font-family: 'Roboto Condensed', sans-serif; font-size: 24px; color: #173753; } .opl-logo a { display: block; padding: 18px 0; text-decoration: none; color: #2e4b64; } .opl-logo a span { color: #05b2dc; } /* Menu -------------------------------------------------*/ .opl-menu ul { margin: 0; padding: 0; text-align: right; } .opl-menu li { display: inline-block; } .opl-menu li a, .opl-sm-nav li a { font-size: 16px; font-weight: 400; display: block; padding: 19px 15px; text-decoration: none; text-transform: capitalize; color: #2e4b64; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; } .opl-menu li a:hover, .current-menu-item a { color: #05b2dc !important; } .opl-sm-menu-icon { width: 60px; height: 60px; padding-top: 16px; overflow: hidden; display: none; float: right; text-align: center; color: #3e5970; font-size: 28px; cursor: pointer; } .opl-sm-nav { position: absolute; top: 50px; left: 0; width: 100%; background: #05b2dc; height: 0; overflow: hidden; z-index: 99; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; } .opl-sm-nav-show { height: 290px; } .opl-sm-nav ul { padding: 12px 0; margin: 60px 0 0; } .opl-sm-nav li { display: block; } .opl-sm-nav li a { color: #fff; padding: 10px 18px; } .opl-sm-nav li a:hover { background: rgba(255,255,255,.15); } .opl-sm-nav li a:hover, .opl-sm-nav .current-menu-item a { color: #3e5970 !important; } /*-------------------------------------------------------------- # Banner --------------------------------------------------------------*/ .opl-banner { background: url("images/opl-banner.jpg") no-repeat top right #eff0f2; background-size: auto 100%; text-align: center; } .opl-banner-cont h1 { margin: 200px 0 120px; font-size: 56px; line-height: 150%; font-weight: 400; text-align: center; } .opl-banner-cont h1 a { color: #05b2dc; text-decoration: none; } .opl-browse-themes { position: relative; display: inline-block; margin-bottom: 200px; } .opl-browse-themes a { display: inline-block; padding: 12px 30px; z-index: 99; color: #2e4b64; text-decoration: none; text-align: center; font-size: 16px; border: 1px solid #c0c6cc; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; } .opl-browse-themes:hover a { color: #fff; background: #05b2dc; border-color: #05b2dc; } /*-------------------------------------------------------------- # Featured Theme --------------------------------------------------------------*/ .opl-featured-theme-wrap { padding: 100px 0; } .opl-featured-theme-img, .opl-theme-list-img { float: left; width: 50%; height: 470px; overflow: hidden; position: relative; background: #eeeeff; border: 1px solid #eceff1; border-left: 0; } .opl-featured-theme-img img, .opl-theme-list-img img { position: absolute; top: -9999px; bottom: -9999px; left: -9999px; right: -9999px; margin: auto; width: 100%; height: auto; } .opl-featured-icon { position: absolute; top: 0; right: 0; width: 0; height: 0; border-style: solid; border-width: 0 75px 75px 0; border-color: transparent rgba(5,178,220,.7) transparent transparent; } .opl-featured-icon .fa { position: absolute; top: 15px; left: 48px; text-align: center; font-size: 22px; color: #fff; } .opl-featured-theme-cont, .opl-theme-list-cont, .opl-single-theme-cont .opl-featured-theme-desc { float: left; width: 50%; height: 470px; padding: 35px; border: 1px solid #eceff1; border-left: 0; } .opl-featured-theme-cont h2, .opl-theme-list-cont h2 { font-size: 24px; line-height: 180%; font-weight: 400; opacity: .85; } .opl-featured-theme-cont ul, .opl-theme-list-cont ul, .opl-featured-stats ul, .opl-theme-list-stats ul { padding: 0; margin-top: 30px; } .opl-featured-theme-cont li, .opl-theme-list-cont li, .opl-featured-stats li, .opl-theme-list-stats li { display: block; opacity: .85; font-size: 16px; padding: 6px 0; } .opl-featured-theme-cont li span, .opl-theme-list-cont li span { display: inline-block; width: 100px; } .opl-featured-stats li, .opl-theme-list-stats li { font-size: 16px; display: inline-block; margin-right: 50px; } .opl-featured-stats .fa, .opl-theme-list-stats .fa { font-size: 20px; margin-right: 6px; } .opl-featured-stats .fa-shopping-cart, .opl-theme-list-stats .fa-shopping-cart { color: #ee964b; } .opl-featured-stats .fa-cloud-download, .opl-theme-list-stats .fa-cloud-download{ color: #05b2dc; } .opl-featured-stats .fa-heart, .opl-theme-list-stats .fa-heart{ color: #ff1654; } .opl-featured-btn a, .opl-single-theme-btn a, .opl-theme-list-btn a { display: inline-block; padding: 9px 30px; margin-top: 30px; margin-right: 30px; text-decoration: none; text-align: center; font-size: 15px; color: #526376; text-transform: uppercase; opacity: .85; border: 1px solid #b9c3cb; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; } .opl-featured-btn a:hover, .opl-single-theme-btn a:hover, .opl-theme-list-btn a:hover { color: #fff; background: #05b2dc; border-color: #05b2dc; } /*-------------------------------------------------------------- # Why Our Themes --------------------------------------------------------------*/ .opl-front-features { background: #eeeeff; padding: 100px 0; overflow: hidden; } .opl-features-wrap h2, .opl-featured-on-cont h2, .opl-testimonials-wrap h2, .opl-newsletter-wrap h2, .opl-single-theme-cont h2 { font-size: 30px; line-height: 160%; font-weight: 400; position: relative; text-align: center; padding-bottom: 20px; margin-top: 0; margin-bottom: 50px; } .opl-features-wrap h2:after, .opl-featured-on-cont h2:after, .opl-testimonials-wrap h2:after, .opl-newsletter-wrap h2:after, .opl-single-theme-cont h2:after { content: ''; position: absolute; display: block; bottom: 0; left: 50%; width: 90px; height: 5px; background: #05b2dc; margin-left: -45px; border-radius: 3px; } .opl-theme-feature, .opl-contact-element { float: left; margin-bottom: 40px; padding: 20px; width: 48.5%; height: 150px; background: #fefefe; border-radius: 4px; } .opl-theme-feature:nth-child(even) { float: right; } .opl-theme-feature .fa, .opl-contact-element .fa { display: block; float: left; margin-right: 20px; width: 80px; height: 100%; padding: 10px 0; text-align: center; font-size: 64px; color: #a2a9b1; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; } .opl-theme-feature h3, .opl-contact-element h3 { margin: 5px 0; font-weight: 500; font-size: 18px; opacity: .75; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; } .opl-theme-feature p, .opl-contact-element p { margin: 0; font-size: 15px; opacity: .7; line-height: 170%; } .opl-theme-feature:hover .fa, .opl-theme-feature:hover h3, .opl-features-link a:hover, .opl-contact-element:hover .fa, .opl-contact-element:hover h3 { color: #05b2dc; } .opl-features-link { text-align: center; margin-top: 40px; } .opl-features-link a { color: #526376; text-decoration: none; font-size: 18px; opacity: .8; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; } /*-------------------------------------------------------------- # Featured on --------------------------------------------------------------*/ .opl-featured-on { padding: 100px 0; background: url("images/featured-bg.jpg") repeat; overflow: hidden; } .opl-featured-on-cont { text-align: center; } .opl-featured-on-cont h2 { color: rgba(255,255,255,.8); } .opl-featured-on-cont h2:after { background: #cbe4ea; } .opl-featured-on-cont img { margin: 25px 0; max-width: 100%; } /*-------------------------------------------------------------- # Testimonials --------------------------------------------------------------*/ .opl-testimonials-wrap { background: #fff; padding: 100px 0; } .opl-testimonial-slider { width: 100%; height: 100%; margin: 0 auto; position: relative; overflow: hidden; text-align: center; padding-bottom: 40px; } .opl-testimonial-slider:hover { cursor: move; } .opl-testimonial-cont { padding: 20px 120px; } .opl-testimonial-cont p { font-size: 16px; font-weight: 400; line-height: 200%; opacity: .75; } .opl-testimonial-cont img { width: 96px; height: 96px; overflow: hidden; margin: 30px auto 15px; border-radius: 50%; } .opl-testimonial-cont h3 { margin: 0; text-transform: uppercase; font-size: 16px; opacity: .8; } .opl-testimonial-slider .swiper-button-next, .opl-testimonial-slider .swiper-button-prev { background: transparent; color: rgba(23,55,83,.25); font-size: 64px; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; } .opl-testimonial-slider .swiper-button-next:hover, .opl-testimonial-slider .swiper-button-prev:hover { color: #05b2dc; } .opl-testimonial-slider .swiper-pagination-bullet-active { background: #05b2dc; } /*-------------------------------------------------------------- # Newsletter --------------------------------------------------------------*/ .opl-newsletter-wrap { padding: 100px 0; background: #eeeeff; } .opl-newsletter-wrap p { text-align: center; opacity: .75; } /*-------------------------------------------------------------- # Footer --------------------------------------------------------------*/ .opl-footer-wrap { background: #37526d; padding: 100px 0; overflow: hidden; } .opl-foot-social ul { padding: 0; text-align: center; } .opl-foot-social li { display: inline-block; margin: 0 10px; } .opl-foot-social li a { display: block; } .opl-foot-social .fa { font-size: 26px; color: #c4c8db; display: inline-block; border: 3px solid #c4c8db; text-align: center; width: 64px; height: 64px; border-radius: 50%; padding-top: 18px; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; } .opl-foot-social .fa:hover { border-color: #05b2dc; color: #fff; } .opl-foot-nav ul { margin-top: 60px; padding: 0; text-align: center; } .opl-foot-nav li { display: inline-block; } .opl-foot-nav li a , .opl-copyright a, .opl-copyright { padding: 8px 0; color: #c4c8db; text-decoration: none; font-size: 16px; font-weight: 300; } .opl-foot-nav li a { padding: 8px 15px; } .opl-copyright .fa { color: #df1b50; } .opl-foot-nav li a:hover, .opl-copyright a:hover { color: #05b2dc; } .opl-copyright { margin-top: 30px; line-height: 180%; text-align: center; opacity: .75; } .opl-copyright { color: rgba(255,255,255,.8); } /*-------------------------------------------------------------- # Subscribe --------------------------------------------------------------*/ .opl-newsletter-wrap { text-align: center; } .opl-newsletter form { margin-top: 40px; } .opl-newsletter input[type="email"] { padding: 12px 10px 12px 18px; height: 48px; border-radius: 3px 0 0 3px; border: 0; width: 60% !important; display: inline-block; } .opl-newsletter input[type="email"]:focus { outline: none !important; border: 1px solid rgba(55,82,109,.5); } .opl-newsletter input[type="submit"] { display: inline-block; padding: 12px 30px 13px; height: 48px; background: rgba(55,82,109,.5); border-radius: 0 3px 3px 0; font-size: 18px; color: #fff; border: 0; -webkit-transition: all .35s ease; -moz-transition: all .35s ease; -o-transition: all .35s ease; transition: all .35s ease; } .opl-newsletter input[type="submit"]:hover { background: rgba(55,82,109, .75); } /*-------------------------------------------------------------- # Back to top --------------------------------------------------------------*/ #back-to-top { position: fixed; right: 60px; bottom: 60px; cursor: pointer; width: 48px; height: 48px; border-radius: 50%; color: #fff; text-align: center; font-size: 32px; padding-top: 5px; background: rgba(23,55,83,.5); z-index: 9999; text-decoration: none; opacity: 0; -webkit-transition: all .35s ease; -moz-transition: all .35s ease; -o-transition: all .35s ease; transition: all .35s ease; } #back-to-top:hover { background: #05b2dc; } #back-to-top.show { opacity: 1; } /*-------------------------------------------------------------- # WordPress Themes List --------------------------------------------------------------*/ .opl-theme-list-page { padding: 160px 0 100px; background: url("images/featured-bg.jpg") repeat #fff; color: #fff; } .opl-theme-list-page h1 { font-size: 48px; font-weight: 400; opacity: .9; text-shadow: 2px 2px 0 #348698; } .opl-theme-list-page p { margin-top: 30px; font-size: 20px; line-height: 180%; font-weight: 300; opacity: .9; text-shadow: 1px 1px 0 #348698; } .opl-theme-list-wrap { padding: 100px 0 100px; background: #eeeeff; } .opl-theme-list-holder:last-child { margin-bottom: 0; } .opl-theme-list-cont { background: #fff; } .opl-theme-list-holder { margin-bottom: 60px; } .opl-theme-list-holder:last-child { margin-bottom: 0; } /*-------------------------------------------------------------- # Single Theme page --------------------------------------------------------------*/ .opl-single-theme-banner { height: 100vh; overflow: hidden; position: relative; background: #444; background-size: 100% auto !important; } .opl-single-theme-banner-cont { position: relative; height: 100vh; } .opl-single-theme-banner-cont h1 { position: absolute; bottom: 1090px; width: 100%; height: auto; left: 0; color: #fff; font-size: 48px; line-height: 120%; font-weight: 400; text-align: center; text-transform: uppercase; } .opl-single-theme-banner-cont h1 a { color: #fff; text-decoration: none; } .opl-single-theme-banner-cont h1 span { display: block; font-size: 50%; font-weight: 300; text-transform: capitalize; } .opl-single-theme-ratings { text-align: center; width: 100%; height: auto; color: #fff; font-size: 18px; } .opl-single-theme-ratings .fa { margin: 0 3px; color: #ffd46c; } .opl-single-theme-ratings span { margin-top: 10px; display: block; font-size: 15px; } .opl-single-theme-cont { background: #fff; padding: 100px 0; } .opl-single-theme-cont .opl-featured-theme h3 { font-size: 22px; font-weight: 400; } .opl-single-theme-cont .opl-featured-theme-desc { border: 1px solid #eeeeff; } .opl-single-theme-cont .opl-featured-theme-desc p { font-size: 16px; font-weight: 300; line-height: 200%; opacity: .9; } /*-------------------------------------------------------------- # Inner Page --------------------------------------------------------------*/ .opl-inner-page { padding: 100px 0; } .opl-inner-page h1 { font-weight: 400; padding-bottom: 18px; border-bottom: 1px solid rgba(0,0,0,.05); } .opl-inner-page h3 { font-weight: 500; } /*-------------------------------------------------------------- # Support Page --------------------------------------------------------------*/ .opl-support-page { } .opl-support-page .opl-tickets-menu { margin-top: 15px; } #wpas_form_login { width: 45%; float: left; } #wpas_form_registration { width: 45%; float: right; } .wpas-form-group { margin-top: 25px; } .wpas-form-group label { width: 140px; display: inline-block; margin-right: 5px; } .wpas-form-group input[type="text"], .wpas-form-group input[type="password"], .wpas-form-group input[type="email"], .wpas-form-group textarea, .opl-contact-page input[type="text"], .opl-contact-page input[type="email"], .opl-contact-page input[type="url"], .opl-contact-page textarea { width: calc(100% - 150px); padding: 8px 12px; border-radius: 3px; border: 1px solid rgba(0,0,0,.15); } .wpas-form-group input[type="text"]:focus, .wpas-form-group input[type="password"]:focus, .wpas-form-group input[type="email"]:focus, .wpas-form-group textarea:focus, .opl-contact-page input[type="text"]:focus, .opl-contact-page input[type="email"]:focus, .opl-contact-page input[type="url"]:focus, .opl-contact-page textarea:focus { outline: none !important; border-color: rgba(0,0,0,.4); } .opl-support-page .wpas-checkbox, .opl-support-page .wpas-form button[type="submit"] { margin-left: 145px; } .opl-support-page .wpas-form button[type="submit"], .wpas-form button[type="submit"], .opl-contact-page .wpcf7-form input[type="submit"] { display: inline-block; padding: 8px 30px; margin-top: 30px; font-size: 15px; color: #526376; text-transform: uppercase; background: #fdfdfd; border: 1px solid rgba(0,0,0,.15); -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; } .wpas-form button[type="submit"]:hover, .opl-contact-page .wpcf7-form input[type="submit"]:hover { color: #fff; background: #05b2dc; border-color: #05b2dc; } .opl-tickets-menu ul { padding: 0; } .opl-tickets-menu li { padding: 5px 0; display: block; } .wpas-ticket-list table, .wpas-ticket-details table { width: 100%; } .wpas-ticket-list thead { border: 1px solid #ddd; } .wpas-ticket-list tr { padding: 5px !important; border: 1px solid #ddd; } .wpas-ticket-details tr, .wpas-ticket-replies tr{ padding: 10px; border: 1px solid #ddd; border-bottom: 0; display: block !important; } .wpas-ticket-details tr:last-child { border-bottom: 1px solid #ddd; } .wpas-user-profile { margin-right: 15px; } .wpas-ticket-list tr td, #wpas-ticket-status, #wpas-ticket-date, #wpas-ticket-title { border-right: 1px solid #ddd; padding: 10px; } .wpas-ticket-list tr td:last-child { border-right: 0; } #wpas-ticket-status, .wpas-ticket-details-header tr td:nth-child(1) { width: 20%; } #wpas-ticket-title, .wpas-ticket-details-header tr td:nth-child(3) { width: 50%; } #wpas-ticket-date, .wpas-ticket-details-header tr td:nth-child(2) { width: 30%; } #wpas-ticket-status, #wpas-ticket-date, #wpas-ticket-title { background: #fdfdfd; } /*-------------------------------------------------------------- # Contact Page --------------------------------------------------------------*/ .opl-contact-page { background: #eeeeff; } .opl-contact-page .wpcf7-form span { margin-top: 8px; display: block; } .opl-contact-page .wpcf7-form input[type="text"], .opl-contact-page .wpcf7-form input[type="email"], .opl-contact-page .wpcf7-form input[type="url"], .opl-contact-page .wpcf7-form textarea { width: 90%; } .opl-contact-page .wpcf7-form input[type="submit"] { margin-top: 5px; } .opl-contact-elements { margin-top: 110px; } .opl-contact-element { float: none; width: 100%; height: auto; } .opl-contact-element .fa { margin-bottom: 10px; } .opl-contact-element a { text-decoration: none; color: #2e4b64; } .opl-contact-element:hover a { color: #05b2dc; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; } .opl-contact-element p { margin-top: 15px; } /*-------------------------------------------------------------- # Checkout Page --------------------------------------------------------------*/ .woocommerce .woocommerce-info { border-top-color: #ddd; } .woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message { border: 1px solid #ddd !important; background-color: transparent; padding: 10px; } .woocommerce .woocommerce-error:before, .woocommerce .woocommerce-info:before, .woocommerce .woocommerce-message:before, .woocommerce .woocommerce-error:before { content: ' '; } .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea { padding: 8px 12px; border: 1px solid #ddd; border-radius: 3px; } /*-------------------------------------------------------------- # Media Queries --------------------------------------------------------------*/ @media all and (max-width: 1600px) { .opl-banner-cont h1 { font-size: 36px; margin: 180px 0 80px; } .opl-browse-themes { margin-bottom: 120px; } } @media all and (max-width: 1200px) { .opl-banner-cont h1{ font-size: 28px; margin: 140px 0 40px; } .opl-browse-themes { margin-bottom: 70px; } .opl-featured-theme-img img, .opl-theme-list-img img { width: auto; height: 100%; } } @media all and (max-width: 1200px) and (min-width: 992px) { .opl-featured-theme-cont, .opl-theme-list-cont, .opl-featured-theme-img, .opl-theme-list-img, .opl-single-theme-cont .opl-featured-theme-desc { height: 500px; } .opl-single-theme-cont .opl-featured-theme-desc p { line-height: 180%; } .opl-theme-feature { height: 175px; } } @media all and (max-width: 992px) { .opl-sm-menu-icon { display: block; } .opl-lg-nav { display: none; } .opl-banner-cont h1{ font-size: 24px; font-weight: 500; text-shadow: 0 0 6px #fff; } .opl-featured-theme-cont, .opl-theme-list-cont, .opl-featured-theme-img, .opl-theme-list-img { width: 100%; text-align: center; } .opl-featured-theme-cont, .opl-theme-list-cont, .opl-single-theme-cont .opl-featured-theme-desc { border: 1px solid #eceff1; height: auto; padding-bottom: 60px; } .opl-single-theme-cont .opl-featured-theme-desc { border-bottom: 0; width: 100%; text-align: center; } .opl-featured-theme-img, .opl-theme-list-img { height: 460px; border: 0; } .opl-featured-theme-cont li, .opl-theme-list-cont li { padding: 10px 0; } .opl-featured-theme-cont li span, .opl-theme-list-cont li span { width: auto; font-weight: 500; margin-right: 4px; } .opl-theme-feature { width: 100%; } .opl-theme-feature p { margin-top: 20px; } .opl-testimonial-cont { padding: 20px 40px; } .opl-foot-nav li { margin: 15px 0; } #wpas_log_wrapper label, #wpas_pwd_wrapper label, #wpas_first_name_wrapper label, #wpas_last_name_wrapper label, #wpas_email_wrapper label, #wpas_password_wrapper label { display: none; } .opl-support-page .wpas-form button[type="submit"], .opl-support-page .wpas-checkbox { margin-left: 0; } .wpas-form-group input[type="text"], .wpas-form-group input[type="password"], .wpas-form-group input[type="email"], .wpas-form-group textarea { width: 100%; } .opl-tickets-menu { margin-top: 0; margin-bottom: 50px; } .opl-tickets-menu li { display: inline-block; } .opl-tickets-menu li a { display: block; padding: 8px 15px; border: 1px solid #eee; text-decoration: none; } .opl-contact-page .wpcf7-form input[type="text"], .opl-contact-page .wpcf7-form input[type="email"], .opl-contact-page .wpcf7-form input[type="url"], .opl-contact-page .wpcf7-form textarea { width: 100%; } .opl-featured-theme-img img, .opl-theme-list-img img { width: 100%; height: auto; } } @media all and (max-width: 768px) { .opl-featured-theme-wrap, .opl-footer-wrap { padding: 50px 0; } .opl-front-features { padding: 80px 0; } .opl-banner { background-image: none; } .opl-banner-cont h1 { font-size: 26px; line-height: 180%; font-weight: 400; padding: 0 90px; text-shadow: none; margin: 200px 0 80px; } .opl-browse-themes { margin-bottom: 120px; } .opl-theme-feature p { margin-top: 10px; } #back-to-top{ opacity: 0; visibility: hidden; } #wpas_log_wrapper label, #wpas_pwd_wrapper label, #wpas_first_name_wrapper label, #wpas_last_name_wrapper label, #wpas_email_wrapper label, #wpas_password_wrapper label { display: inline-block; } .opl-support-page .wpas-checkbox, .opl-support-page .wpas-form button[type="submit"] { margin-left: 145px; } .wpas-form-group input[type="text"], .wpas-form-group input[type="password"], .wpas-form-group input[type="email"], .wpas-form-group textarea { width: calc(100% - 150px); } #wpas_form_registration { margin-top: 80px; } #wpas_form_login, #wpas_form_registration { width: 100%; float: none; } } @media all and (max-width: 600px) { .opl-banner-cont h1{ font-size: 20px; line-height: 180%; font-weight: 400; padding: 0; margin: 150px 0 50px; } .opl-browse-themes { margin-bottom: 80px; } .opl-featured-theme-img, .opl-theme-list-img { height: 320px; border: 0; } .opl-theme-feature { height: auto; text-align: center; } .opl-theme-feature p { margin: 20px 0; line-height: 180%; } .opl-theme-feature .fa { width: 100%; height: 110px; padding: 16px 0; } .opl-testimonial-cont { padding: 20px 0; } .swiper-button-prev, .swiper-button-next { display: none; } .opl-foot-social li { margin: 0 6px; } .opl-foot-social li .fa { font-size: 20px; width: 48px; height: 48px; border: 2px solid #c4c8db; padding-top: 13px; } } @media all and (max-width: 480px) { .opl-featured-theme-img, .opl-theme-list-img { height: 260px; border: 0; } .opl-featured-btn a, .opl-single-theme-btn a, .opl-theme-list-btn a { width: 160px; } .opl-featured-stats li, .opl-theme-list-stats li { text-align: center; margin: 0 15px; } .opl-foot-nav li { display: block; text-align: center; } #wpas_log_wrapper label, #wpas_pwd_wrapper label, #wpas_first_name_wrapper label, #wpas_last_name_wrapper label, #wpas_email_wrapper label, #wpas_password_wrapper label { display: none; } .opl-support-page .wpas-form button[type="submit"], .opl-support-page .wpas-checkbox { margin-left: 0; } .wpas-form-group input[type="text"], .wpas-form-group input[type="password"], .wpas-form-group input[type="email"], .wpas-form-group textarea { width: 100%; } .opl-tickets-menu li { width: 100%; } } @media all and (max-width: 400px) { .opl-featured-theme-img, .opl-theme-list-img { height: 200px; border: 0; } .opl-newsletter input[type="email"], .opl-newsletter input[type="submit"] { width: 100%!important; border-radius: 3px; } .opl-newsletter input[type="email"] { margin-bottom: 15px; } }