/*! Theme Name: Bcorporate Theme URI: http://blazethemes.com/themes/bcorporate Author: Blaze Themes Author URI: http://blazethemes.com/ Description: BCorporate is a Free Corporate Wordpress Theme created using latest trends such as SASS which is a powerful and well performed CSS Extension, with HTML5 / CSS3 and Responsive design. This theme is a Full-Width Layout with includes features and Sections such as: Sliders, Portfolios, Services, Testimonials, Blog Posts, Call To Action (x2) and Contact Form. BCorporate is suitable for any kind of businesses, with WooCommerce integrated in the theme BCorporate can serve all ecommerce related companies, corporate services & many other industries. It is created with more simplistic clean codes with easy to customize blogs, news and article publishing. Easy to navigate through its articles, it has clean Comment and Social Share features. This theme is built on Bootstrap which makes it highly responsive and all browsers compatible. It is tested and supported by all screen-size. A cutting-edge mobile friendly performance, its SEO Friendly nature and beautifully integrated social shares will boost your online presence and help your website reach the top search results. Version: 1.0.0 License: GNU General Public License v2 or later License URI: LICENSE Text Domain: bcorporate Tags: left-sidebar, custom-background, custom-logo, portfolio, portfolio This theme, like WordPress, is licensed under the GPL. Use it to make something cool, have fun, and share what you've learned with others. Bcorporate is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc. Underscores is distributed under the terms of the GNU GPL v2 or later. Normalizing styles have been helped along thanks to the fine work of Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/ */ /*-------------------------------------------------------------- >>> TABLE OF CONTENTS: ---------------------------------------------------------------- # Normalize # Typography # Elements # Forms # Navigation ## Links ## Menus # Accessibility # Alignments # Clearings # Widgets # Content ## Posts and pages ## Comments # Infinite scroll # Media ## Captions ## Galleries --------------------------------------------------------------*/ /*-------------------------------------------------------------- # Normalize --------------------------------------------------------------*/ html { font-family: sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } body { margin: 0; } article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary { display: block; } audio, canvas, progress, video { display: inline-block; vertical-align: baseline; } audio:not([controls]) { display: none; height: 0; } [hidden], template { display: none; } a { background-color: transparent; } a:active, a:hover { outline: 0; } abbr[title] { border-bottom: 1px dotted; } b, strong { font-weight: bold; } dfn { font-style: italic; } h1 { font-size: 2em; margin: 0.67em 0; } mark { background: #ff0; color: #000; } 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: 1em 40px; } hr { box-sizing: content-box; height: 0; } pre { overflow: auto; } code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; } button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; } button { overflow: visible; } 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; } button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } input { line-height: normal; } input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; } input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; } input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; } legend { border: 0; padding: 0; } textarea { overflow: auto; } optgroup { font-weight: bold; } table { border-collapse: collapse; border-spacing: 0; } td, th { padding: 0; } /*-------------------------------------------------------------- # Typography --------------------------------------------------------------*/ body, button, input, select, optgroup, textarea { color: #404040; font-family: sans-serif; font-size: 16px; font-size: 1rem; line-height: 1.5; } h1, h2, h3, h4, h5, h6 { clear: both; } p { margin-bottom: 1.5em; } dfn, cite, em, i { font-style: italic; } blockquote { margin: 0 1.5em; } address { margin: 0 0 1.5em; } pre { background: #eee; font-family: "Courier 10 Pitch", Courier, monospace; font-size: 15px; font-size: 0.9375rem; line-height: 1.6; margin-bottom: 1.6em; max-width: 100%; overflow: auto; padding: 1.6em; } code, kbd, tt, var { font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; font-size: 15px; font-size: 0.9375rem; } abbr, acronym { border-bottom: 1px dotted #666; cursor: help; } mark, ins { background: #fff9c0; text-decoration: none; } big { font-size: 125%; } /*-------------------------------------------------------------- # 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 https://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. */ } 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. */ } figure { margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */ } 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; color: rgba(0, 0, 0, .8); font-size: 12px; font-size: 0.75rem; line-height: 1; padding: 0.6em 1em 0.4em; } button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover { border-color: #ccc #bbb #aaa; } button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active, button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus { border-color: #aaa #bbb #bbb; } input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea { color: #666; border: 1px solid #ccc; border-radius: 3px; padding: 3px; } input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus { color: #111; } select { border: 1px solid #ccc; } textarea { width: 100%; } /*-------------------------------------------------------------- # Navigation --------------------------------------------------------------*/ /*-------------------------------------------------------------- ## Links --------------------------------------------------------------*/ a { color: royalblue; } a:visited { color: purple; } a:hover, a:focus, a:active { color: midnightblue; } a:focus { outline: thin dotted; } a:hover, a:active { outline: 0; } /*-------------------------------------------------------------- ## Menus --------------------------------------------------------------*/ .main-navigation { clear: both; display: block; float: left; width: 100%; } .main-navigation ul { display: none; list-style: none; margin: 0; padding-left: 0; } .main-navigation ul ul { box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); float: left; position: absolute; top: 100%; left: -999em; z-index: 99999; } .main-navigation ul ul ul { left: -999em; top: 0; } .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul { left: 100%; } .main-navigation ul ul a { width: 200px; } .main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul { left: auto; } .main-navigation li { float: left; position: relative; } .main-navigation a { display: block; text-decoration: none; } /* Small menu. */ .menu-toggle, .main-navigation.toggled ul { display: block; } @media screen and (min-width: 37.5em) { .menu-toggle { display: none; } .main-navigation ul { display: block; } } .site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation { margin: 0 0 1.5em; overflow: hidden; } .comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous { float: left; width: 50%; } .comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next { float: right; text-align: right; width: 50%; } /*-------------------------------------------------------------- # Accessibility --------------------------------------------------------------*/ /* Text meant only for screen readers. */ .screen-reader-text { border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute !important; width: 1px; word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */ } .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; clip-path: none; 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. */ } /* Do not show the outline on the skip link target. */ #content[tabindex="-1"]:focus { outline: 0; } /*-------------------------------------------------------------- # 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; table-layout: fixed; } .clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after { clear: both; } /*-------------------------------------------------------------- # Widgets --------------------------------------------------------------*/ .widget { margin: 0 0 1.5em; /* Make sure select elements fit in widgets. */ } .widget select { max-width: 100%; } /*-------------------------------------------------------------- # Content --------------------------------------------------------------*/ /*-------------------------------------------------------------- ## Posts and pages --------------------------------------------------------------*/ .sticky { display: block; } .hentry { margin: 0 0 1.5em; } .updated:not(.published) { display: none; } .page-content, .entry-content, .entry-summary { margin: 1.5em 0 0; } .page-links { clear: both; margin: 0 0 1.5em; } /*-------------------------------------------------------------- ## Comments --------------------------------------------------------------*/ .comment-content a { word-wrap: break-word; } .bypostauthor { display: block; } /*-------------------------------------------------------------- # Infinite scroll --------------------------------------------------------------*/ /* Globally hidden elements when Infinite Scroll is supported and in use. */ .infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer { /* Older / Newer Posts Navigation (always hidden) */ /* 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%; } /* Make sure logo link wraps around logo image. */ .custom-logo-link { display: inline-block; } /*-------------------------------------------------------------- ## 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 { max-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%; } /*-------------------------------------------------------------- # Media --------------------------------------------------------------*/ :root { font-size: 14px; } /* variables */ /* Mixings */ body { font-family: Roboto; font-size: 14px; font-size: 1rem; color: #8d8d8d; } a, a:visited { color: #004998; } a, a:hover { text-decoration: none; } a:active, a:hover { color: #006fe5; } h1, h2, h3, h4, h5, h6 { font-weight: bold; color: #252525; } .site-title a { color: #757577; } .site-title a:hover { color: #006fe5; } h1.site-title { margin-bottom: 0; } input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, select { -webkit-border-radius: 0rem; -moz-border-radius: 0rem; -ms-border-radius: 0rem; border-radius: 0rem; border-color: #e3e3e4; } section { margin: 5rem 0; } .site-description sub { font-size: 11.2px; font-size: 0.8rem; } button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover { background-color: transparent; } button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active, button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus { border: none; outline: 0; } button, input[type="button"], input[type="reset"], input[type="submit"] { border: none; background: transparent; } .btn { padding: 0; } h1 { font-size: 21px; font-size: 1.5rem; } @media (min-width: 576px) { h1 { font-size: 28px; font-size: 2rem; } } @media (min-width: 736px) { h1 { font-size: 28px; font-size: 2rem; } } h2 { font-size: 19.6px; font-size: 1.4rem; } @media (min-width: 576px) { h2 { font-size: 25.2px; font-size: 1.8rem; } } @media (min-width: 736px) { h2 { font-size: 21px; font-size: 1.5rem; } } h3 { font-size: 16.8px; font-size: 1.2rem; } @media (min-width: 576px) { h3 { font-size: 21px; font-size: 1.5rem; } } /* Extend */ .cta-btn-border, .cta-btn, #bcorporate_home_ctaone_wrap .cta-btn, #bcorporate_home_blog_wrap .read_me_blog, #bcorporate_home_ctatwo_wrap .cta-btn, .woocommerce .widget_price_filter .price_slider_amount .button, .widget-area .widget_price_filter .price_slider_amount .button, .contact_form_wrap .wpcf7-submit, .woocommerce ul.products li.product .button, .woocommerce .single_add_to_cart_button, .woocommerce .checkout-button, .woocommerce .woocommerce-tabs ul.tabs li a, p.form-submit input, table.shop_table_responsive input.button { border: 2px solid #fff; padding: 1rem; color: #fff; text-transform: uppercase; -webkit-border-radius: 0rem; -moz-border-radius: 0rem; -ms-border-radius: 0rem; border-radius: 0rem; } .heading3, .home_portfolio_post_wrap .portfolio_single_wrap h3 a, #bcorporate_home_services_wrap h3 a, #bcorporate_home_blog_wrap h3 a { color: #252525; } .box-hover-effect, #bcorporate_home_services_wrap .services_single-warp:hover { -webkit-box-shadow: 0 0px 20px rgba(166, 166, 166, 0.25); -moz-box-shadow: 0 0px 20px rgba(166, 166, 166, 0.25); box-shadow: 0 0px 20px rgba(166, 166, 166, 0.25); background-color: #fff; padding: 3rem; } .fontawesome-icon, .woocommerce .widget ul a:before, .widget-area .widget ul a:before, .woocommerce .widget .search-form:after, .widget-area .widget .search-form:after, .woocommerce .widget .woocommerce-product-search:after, .widget-area .widget .woocommerce-product-search:after { font-family: FontAwesome; font-style: normal; font-weight: normal; text-decoration: inherit; position: absolute; } .rating, .star-rating, .woocommerce ul.products li.product .star-rating { font-size: 11.2px; font-size: 0.8rem; } .rating span:before, .star-rating span:before, .woocommerce ul.products li.product .star-rating span:before { color: #346ca9; } span.onsale { position: absolute; background-color: #346ca9; padding: 0.3rem 1rem; top: 14px; left: 0px; color: #fff; font-weight: bold; z-index: 9; width: 60px; } label { width: 8rem; font-weight: bold; color: #252525; } label span { color: #f00; } /* Responsive nav menu */ .menu-toggle { top: 30px; right: 3px; text-transform: uppercase; width: auto !important; width: 7%; height: 30px; position: fixed; } .menu-toggle > div { height: 10px; width: 10px; margin-left: 0.35vw; display: inline-block; position: relative; } .menu-toggle div span { display: block; position: absolute; top: 8px; width: 10px; height: 1px; margin-top: -1px; background-color: #757577; } .menu-toggle div span:first-child { margin-top: -5px; } .menu-toggle div span:last-child { margin-top: 3px; } .bcorporate_home_banner_section { position: relative; } .bcorporate_home_banner_section .caption-text { position: absolute; top: 0; right: 0; left: 0; height: 50px; bottom: 0; margin: auto; } h2.caption-text-heading { color: #fff; font-size: 22.4px; font-size: 1.6rem; } h2.caption-text-heading span { font-family: 'Sacramento', cursive; font-weight: 400; } .about_bottom_text { margin: 4rem 0; } .about_bottom_text a { font-family: 'Sacramento', cursive; font-size: 25.2px; font-size: 1.8rem; text-decoration: underline; } .about_bottom_text:hover { text-decoration: none; } .home_services_post_wrap .services_single { margin: 1rem 0; } .home_services_post_wrap .services_single h3 { margin: 2rem 0 1.5rem; } .home_services_post_wrap .services_single h3:hover { color: #004998; } .home_services_post_wrap .services_single .content_part_feature { margin: 1rem; } .cta-btn { font-size: 14px; font-size: 1rem; background-color: #4592e4; border-color: #4592e4; padding: 0.5rem 1rem; } .star-rating { display: inline-block; } input[type="number"] { width: 5rem; padding: 0.35rem; margin-right: 1rem; } #bcorporate_home_portfolio_wrap { background-color: #f2f2f2; padding: 4rem 0; margin-bottom: 0; } @media (min-width: 1024px) { #bcorporate_home_portfolio_wrap { padding: 6rem 0; } } #bcorporate_home_portfolio_wrap .homepage_portfolio_sub_text { font-size: 16.8px; font-size: 1.2rem; } .home_portfolio_post_wrap .portfolio_single_wrap { background-color: #fff; margin-top: 2rem; } .home_portfolio_post_wrap .portfolio_single_wrap h3 a:hover { color: #004998; } .home_portfolio_post_wrap .portfolio_single_wrap img { width: 100%; } .home_portfolio_post_wrap .portfolio_single_wrap .category { margin-bottom: 0.5rem; } .home_portfolio_post_wrap .content_part_portfolio { padding: 1.5rem; } .home_portfolio_post_wrap ul.post-categories { margin: 0; padding: 0; list-style: none; } .home_portfolio_post_wrap ul.post-categories a { font-size: 12.6px; font-size: 0.9rem; font-weight: bold; color: #252525; } #bcorporate_home_ctaone_wrap { background-color: #004998; padding: 4rem 0; color: #fff; margin-top: 0; } #bcorporate_home_ctaone_wrap h1 { font-size: 28px; font-size: 2rem; color: #fff; } #bcorporate_home_ctaone_wrap .bcorporate_home_ctaone_sub-text { font-size: 16.8px; font-size: 1.2rem; } #bcorporate_home_ctaone_wrap .cta-btn { font-size: 16.8px; font-size: 1.2rem; width: 238px; background-color: transparent; } @media (min-width: 1024px) { #bcorporate_home_feature_wrap { margin: 7rem 0; } } #bcorporate_home_feature_wrap .services_single { margin-top: 3rem; } #bcorporate_home_feature_wrap .services_single .services_single-wrap { padding: 0 1rem; } #bcorporate_home_feature_wrap .home_feature_icon { margin-bottom: 2rem; } #bcorporate_home_services_wrap h3 a:hover { color: #004998; } #bcorporate_home_services_wrap .services_single-warp { padding: 3rem; } #bcorporate_home_blog_wrap { background-color: #f2f2f2; padding: 4rem 0; margin-bottom: 0; } #bcorporate_home_blog_wrap .home_blog_post_wrap { margin: 1rem 0; } #bcorporate_home_blog_wrap .blog_single { margin-top: 2rem; } #bcorporate_home_blog_wrap .blog_single img { width: 100%; } #bcorporate_home_blog_wrap .content_part_blog { background-color: #fff; padding: 2rem; } #bcorporate_home_blog_wrap h3 a:hover { color: #004998; } #bcorporate_home_blog_wrap .read_me_blog { font-size: 14px; font-size: 1rem; width: 168px; color: #004998; border-color: #004998; text-transform: none; padding: 0.5rem 1rem; } #bcorporate_home_blog_wrap .Bcorp_comment { line-height: 2.6rem; vertical-align: middle; } #bcorporate_home_blog_wrap .comment_num { color: #8d8d8d; } #bcorporate_home_blog_wrap .comment_num .fa { margin-right: 0.5rem; } #bcorporate_home_testimonial_wrap { background-color: #346ca9; margin-top: 0; padding: 4rem 0; color: #fff; } #bcorporate_home_testimonial_wrap span.homepage_testimonial_sub_title { font-size: 16.8px; font-size: 1.2rem; } #bcorporate_home_testimonial_wrap h1.homepage_testimonial_main_title { color: #fff; font-size: 28px; font-size: 2rem; } #bcorporate_home_testimonial_wrap .main_content_testimonial { font-size: 12.6px; font-size: 0.9rem; padding: 0 2rem; } #bcorporate_home_testimonial_wrap .testimonial_image { margin: 2rem 0 1.5rem; } #bcorporate_home_testimonial_wrap .testimonial_image img { -webkit-border-radius: 50rem; -moz-border-radius: 50rem; -ms-border-radius: 50rem; border-radius: 50rem; width: 86px; height: 86px; } #bcorporate_home_testimonial_wrap .testimonial_single { margin-top: 3rem; } #bcorporate_home_testimonial_wrap .testimonial_author h3 { color: #fff; } #bcorporate_home_testimonial_wrap .testimonial_author span { display: block; opacity: 0.46; font-size: 11.2px; font-size: 0.8rem; font-weight: 300; display: block; margin: 0.8rem 0; } #bcorporate_home_ctatwo_wrap h1 { font-size: 35px; font-size: 2.5rem; } #bcorporate_home_ctatwo_wrap .bcorporate_home_ctatwo_sub-text { font-size: 16.8px; font-size: 1.2rem; font-weight: 300; } #bcorporate_home_ctatwo_wrap .cta-btn { font-size: 14px; font-size: 1rem; width: 138px; background-color: #4592e4; border-color: #4592e4; padding: 0.5rem; } .bcorp_top_footer { background-color: #001933; padding: 4rem 0; color: #fff; margin-top: 0; margin-bottom: 0; } .bcorp_top_footer h2.widget-title { color: #fff; margin-bottom: 1.5rem; } .bcorp_top_footer .fa { margin-right: 10px; } .bcorp_top_footer .bcorp_email_footer, .bcorp_top_footer .bcorp_phone_footer, .bcorp_top_footer .bcorp_location_footer { font-size: 11.2px; font-size: 0.8rem; margin-bottom: 0.8rem; } .bcorp_top_footer hr { background-color: #fff; opacity: 0.1; margin-bottom: 0.7rem; margin-top: 0.7rem; } .bcorp_top_footer .widget-area .widget_nav_menu ul { margin: 0; padding: 0; } .bcorp_top_footer .widget-area .widget_nav_menu ul li { list-style: none; border: none; } .bcorp_top_footer .widget-area .widget_nav_menu ul li a { color: #fff; padding-left: 0; font-weight: normal; } .bcorp_top_footer .widget-area .widget_nav_menu ul li a:before { content: ''; } .bcorp_top_footer .widget-area .widget { margin-bottom: 3rem; } .site-info { background-color: #3b3b3b; } .site-info .copyright { margin-top: 1.5rem; color: #fff; } .site-info .copyright a { color: #fff; } @media (min-width: 576px) { .bcorporate_home_banner_section .caption-text { height: 0; top: 0; } } @media (min-width: 736px) { .headerwrap { position: absolute; top: 0; left: 0; width: 100%; z-index: 999; } .site-title a { color: #fff; } .site-description sub { color: #fff; font-size: 16.8px; font-size: 1.2rem; } .main-navigation > ul { margin-top: 0; } .main-navigation > ul > li { font-size: 16.8px; font-size: 1.2rem; margin: 0 1rem; padding: 2.3rem 0; } .main-navigation > ul .bcorporate_download_btn { background-color: #006fe5; padding: 0; margin-top: 1.7rem; } .main-navigation > ul .bcorporate_download_btn a { padding: 0.5rem 1.4rem; } .main-navigation > ul a { color: #fff; text-transform: uppercase; } .main-navigation > ul ul.sub-menu { margin: 0; box-shadow: none; background-color: #fff; padding: 2rem; text-align: left; font-size: 14px; font-size: 1rem; } .main-navigation > ul ul.sub-menu a { color: #757577; padding: 0.5rem 0; text-transform: none; } .main-navigation > ul ul.sub-menu a:hover { font-weight: bold; color: #006fe5; } } @media (min-width: 1024px) { h2.caption-text-heading { font-size: 77px; font-size: 5.5rem; width: 910px; margin: 0 auto; } #bcorporate_home_about_wrap { background-position: center bottom; background-repeat: no-repeat; background-size: cover; } .about_bottom_text a { font-size: 49px; font-size: 3.5rem; } .bcorporate_home_banner_section .caption-text { top: -150px; } #bcorporate_home_feature_wrap .header_part_feature { float: left; } #bcorporate_home_feature_wrap .content_part_feature { float: left; width: calc(100% - 64px); text-align: left; margin-left: 25px; } #bcorporate_home_feature_wrap .content_part_feature h3 { margin-bottom: 1.5rem; } .bcorp_top_footer h2.widget-title { font-size: 19.6px; font-size: 1.4rem; } .site-branding { position: absolute; left: 2rem; top: 2rem; } .main-navigation { position: absolute; right: 0; top: 2rem; } #bcorporate_home_testimonial_wrap h1.homepage_testimonial_main_title { font-size: 49px; font-size: 3.5rem; } } /*blog*/ .site-content { margin: 7rem 0; } .bcorporate_banner_section { position: relative; } .bcorporate_banner_section .text-center { position: absolute; left: 0; top: 0; bottom: 0; right: 0; margin: auto; height: 200px; color: #fff; } .bcorporate_banner_section h1.inner_page_title { color: #fff; } .bcorporate_banner_section span[property="itemListElement"] span { color: #fff; } .woocommerce h2.widget-title, .widget-area h2.widget-title { font-size: 18.2px; font-size: 1.3rem; } .woocommerce .widget, .widget-area .widget { margin-bottom: 3rem; } .woocommerce .widget ul, .widget-area .widget ul { margin: 0; padding: 0; list-style: none; } .woocommerce .widget ul > li, .widget-area .widget ul > li { padding: 1rem 0; border-bottom: 1px solid #e5e5e5; } .woocommerce .widget ul > li ul.children, .widget-area .widget ul > li ul.children { margin: 1rem 1rem 0; } .woocommerce .widget ul > li ul.children li, .widget-area .widget ul > li ul.children li { border: none; padding: 0.1rem 0; } .woocommerce .widget ul > li ul.children li a, .widget-area .widget ul > li ul.children li a { font-weight: 400; } .woocommerce .widget ul a, .widget-area .widget ul a { display: inline-block; color: #252525; font-weight: bold; position: relative; padding-left: 1rem; } .woocommerce .widget ul a:before, .widget-area .widget ul a:before { content: "\f0c8"; font-size: 4.9px; font-size: 0.35rem; left: 0; top: 40%; } .woocommerce .widget ul a:hover, .widget-area .widget ul a:hover { color: #006fe5; } .woocommerce .widget ul span.post-date:before, .widget-area .widget ul span.post-date:before { content: ''; } .woocommerce .widget ul.product_list_widget, .widget-area .widget ul.product_list_widget { list-style: none; } .woocommerce .widget ul.product_list_widget li:after, .widget-area .widget ul.product_list_widget li:after { clear: both; content: ''; display: table; } .woocommerce .widget ul.product_list_widget a, .widget-area .widget ul.product_list_widget a { padding-left: 0; display: block; } .woocommerce .widget ul.product_list_widget a:before, .widget-area .widget ul.product_list_widget a:before { content: ''; } .woocommerce .widget ul.product_list_widget a img, .widget-area .widget ul.product_list_widget a img { width: 80px; height: 80px; float: left; margin-right: 1rem; } .woocommerce .widget .search-form, .widget-area .widget .search-form, .woocommerce .widget .woocommerce-product-search, .widget-area .widget .woocommerce-product-search { position: relative; } .woocommerce .widget .search-form label, .widget-area .widget .search-form label, .woocommerce .widget .woocommerce-product-search label, .widget-area .widget .woocommerce-product-search label { display: block; } .woocommerce .widget .search-form input.search-field, .widget-area .widget .search-form input.search-field, .woocommerce .widget .woocommerce-product-search input.search-field, .widget-area .widget .woocommerce-product-search input.search-field { padding: 1rem; width: 100%; position: relative; } .woocommerce .widget .search-form .search-submit, .widget-area .widget .search-form .search-submit, .woocommerce .widget .woocommerce-product-search .search-submit, .widget-area .widget .woocommerce-product-search .search-submit, .woocommerce .widget .search-form input[type="submit"], .widget-area .widget .search-form input[type="submit"], .woocommerce .widget .woocommerce-product-search input[type="submit"], .widget-area .widget .woocommerce-product-search input[type="submit"] { display: none; } .woocommerce .widget .search-form:after, .widget-area .widget .search-form:after, .woocommerce .widget .woocommerce-product-search:after, .widget-area .widget .woocommerce-product-search:after { content: "\f002"; right: 20px; top: 30%; color: #252525; } .woocommerce .widget_recent_entries ul a, .widget-area .widget_recent_entries ul a { display: block; } .woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content, .widget-area .widget_price_filter .price_slider_wrapper .ui-widget-content { margin: 2rem 0; } .woocommerce .widget_price_filter .ui-slider .ui-slider-range, .widget-area .widget_price_filter .ui-slider .ui-slider-range { background-color: #4592e4; } .woocommerce .widget_price_filter .ui-slider .ui-slider-handle, .widget-area .widget_price_filter .ui-slider .ui-slider-handle { background-color: #346ca9; } .woocommerce .widget_price_filter .price_slider_amount .button, .widget-area .widget_price_filter .price_slider_amount .button { font-size: 11.2px; font-size: 0.8rem; width: 118px; background-color: #4592e4; border-color: #4592e4; padding: 0.5rem; line-height: 1.5; } .woocommerce .widget_price_filter .price_label, .widget-area .widget_price_filter .price_label { font-weight: bold; color: #252525; } .woocommerce .price ins, .widget-area .price ins, .woocommerce .woocommerce-Price-amount, .widget-area .woocommerce-Price-amount { color: #252525; } .woocommerce del .woocommerce-Price-amount, .widget-area del .woocommerce-Price-amount { color: #ccc; } .blog-list article { border-bottom: 1px solid #e5e5e5; margin-bottom: 4rem; } .blog-list img { margin-bottom: 2rem; } .blog-list .bcorporate_pubslised_date strong, .blog-list .post-categories a, .blog-list .bcorporate_tag a { color: #252525; margin-right: 1rem; } .blog-list .bcorporate_pubslised_date strong:hover, .blog-list .post-categories a:hover, .blog-list .bcorporate_tag a:hover { color: #006fe5; } .blog-list .post-categories { margin: 0; padding: 0; list-style: none; display: inline-block; } .blog-list h2.entry-title { margin: 2rem 0 1rem; font-size: 28px; font-size: 2rem; } .blog-list h2.entry-title a { color: #252525; } .blog-list h2.entry-title a:hover { color: #006fe5; } .blog-list .entry-content { margin-bottom: 2rem; } .blog-list .entry-footer a { color: #252525; font-size: 15.4px; font-size: 1.1rem; font-weight: bold; } .blog-list .entry-footer a:hover { color: #006fe5; } .blog-list nav.pagination .page-numbers { display: inline-block; vertical-align: middle; line-height: normal; font-size: 14px; font-size: 1rem; min-width: 34px; height: 34px; line-height: 34px; text-align: center; font-weight: bold; color: #8d8d8d; } .blog-list nav.pagination .page-numbers:hover { color: #006fe5; } .blog-list nav.pagination .next, .blog-list nav.pagination .prev { position: relative; border: 1px solid #e5e5e5; } .blog-list nav.pagination .current:hover { color: #8d8d8d; } .blog-single-page .post-navigation { border-top: 1px solid #e5e5e5; border-bottom: 3px solid #e5e5e5; padding: 1.2rem 0; } .blog-single-page .post-navigation .nav-previous a i { margin-right: 1rem; } .blog-single-page .post-navigation .nav-next a i { margin-left: 1rem; } .blog-single-page article.category-blog { margin-bottom: 4rem; } .blog-single-page img { margin-bottom: 2rem; } .blog-single-page .post-categories { margin: 0; padding: 0; list-style: none; display: inline-block; } .blog-single-page .bcorporate_pubslised_date strong, .blog-single-page .post-categories a, .blog-single-page .bcorporate_tag a { color: #252525; margin-right: 1rem; } .blog-single-page .bcorporate_pubslised_date strong:hover, .blog-single-page .post-categories a:hover, .blog-single-page .bcorporate_tag a:hover { color: #006fe5; } .page-template-tpl-contact .site-content { margin-top: 0; } .page-template-tpl-contact .contact_social_wrap { background-color: #f2f2f2; padding: 7rem 0; } .contact_social_wrap strong { color: #252525; font-size: 16.8px; font-size: 1.2rem; } .contact_social_wrap .contact-info { margin-bottom: 2rem; } .contact_social_wrap .fa-icon { display: inline-block; vertical-align: top; } .contact_social_wrap .fa { margin-right: 1rem; font-size: 28px; font-size: 2rem; color: #252525; } .contact_social_wrap .contact-desc { display: inline-block; font-size: 15.4px; font-size: 1.1rem; font-weight: 300; } .contact_form_wrap { padding: 7rem 0 0; } .contact_form_wrap h2 { margin-bottom: 2rem; } .contact_form_wrap label { width: 8rem; font-weight: bold; color: #252525; } .contact_form_wrap label span { color: #f00; } .contact_form_wrap .wpcf7-form-control-wrap input, .contact_form_wrap .wpcf7-form-control-wrap textarea { padding: 0.8rem 0.5rem; width: calc(100% - 8rem); } .contact_form_wrap label[for="your-message"] { vertical-align: top; } .contact_form_wrap .wpcf7-submit { font-size: 14px; font-size: 1rem; width: 138px; background-color: #4592e4; border-color: #4592e4; padding: 0.5rem; line-height: 1.5; } .contact_form_wrap .contact_map { margin-top: 6rem; } .contact_form_wrap .contact_map iframe { border: 0.5rem solid #e3e3e4; } /*shop*/ .woocommerce .woocommerce-result-count { font-weight: bold; color: #252525; float: left; line-height: 3.9rem; } .woocommerce .woocommerce-ordering { float: right; margin: 0 0 2rem; } .woocommerce .woocommerce-ordering select { padding: 1rem; position: relative; } .woocommerce ul.products { clear: both; } .woocommerce ul.products li.product { text-align: center; position: relative; } .woocommerce ul.products li.product img { margin-bottom: 2.8rem; } .woocommerce ul.products li.product .woocommerce-loop-product__title { font-size: 21px; font-size: 1.5rem; margin-bottom: 1.5rem; } .woocommerce ul.products li.product a { color: #8d8d8d; } .woocommerce ul.products li.product .button { font-size: 11.2px; font-size: 0.8rem; width: 118px; background-color: #4592e4; border-color: #4592e4; padding: 0.5rem; margin: 1.5rem auto; } .woocommerce ul.products li.product span.onsale { position: absolute; background-color: #346ca9; padding: 0.3rem 1rem; top: 10px; right: 10px; color: #fff; font-weight: bold; left: inherit; } .woocommerce ul.products li.product .star-rating { position: absolute; left: 10px; top: 10px; } .woocommerce ul.products .price ins, .woocommerce ul.products .woocommerce-Price-amount { color: #252525; } .woocommerce ul.products del .woocommerce-Price-amount { color: #ccc; } .woocommerce .single_add_to_cart_button { font-size: 11.2px; font-size: 0.8rem; width: 118px; background-color: #4592e4; border-color: #4592e4; padding: 0.5rem; line-height: 1.5; } .woocommerce .cross-sells { width: 47.82609%; float: left; margin-right: 4.34783%; } .woocommerce .cart_totals { width: 47.82609%; float: right; margin-right: 0; } .woocommerce .checkout-button { font-size: 16.8px; font-size: 1.2rem; display: block; background-color: #346ca9; border-color: #346ca9; padding: 1rem; line-height: 1.5; text-align: center; } .quantity { display: inline-block; } nav.woocommerce-pagination ul { margin: 0; padding: 0; text-align: center; } nav.woocommerce-pagination ul li { display: inline-block; } nav.woocommerce-pagination ul li a.page-numbers { display: inline-block; vertical-align: middle; line-height: normal; font-size: 14px; font-size: 1rem; min-width: 34px; height: 34px; line-height: 34px; text-align: center; font-weight: bold; color: #8d8d8d; } nav.woocommerce-pagination ul li a.page-numbers:hover { color: #006fe5; } nav.woocommerce-pagination ul li .next, nav.woocommerce-pagination ul li .prev { position: relative; border: 1px solid #e5e5e5; } .error-404 .main_404_title { font-size: 140px; font-size: 10rem; font-weight: bold; color: #252525; margin: 5rem 0 0; } .error-404 .sub_404_title { font-size: 21px; font-size: 1.5rem; color: #252525; margin: 0 0 2rem; } .error-404 .main_404_text { margin-bottom: 2rem; } .single-product div.product .woocommerce-product-gallery { width: 40%; float: left; } .single-product div.product .summary { width: 60%; float: right; padding-left: 2rem; } .single-product div.product .woocommerce-tabs { clear: both; padding: 3rem 0 0; } .woocommerce .woocommerce-tabs ul.tabs li { display: inline-block; } .woocommerce .woocommerce-tabs ul.tabs li a { font-size: 16.8px; font-size: 1.2rem; background-color: #4592e4; border-color: #4592e4; padding: 0.5rem 2rem; line-height: 1.5; text-transform: none; } .woocommerce .woocommerce-tabs ul.tabs li.active a { background-color: transparent; color: #757577; } .woocommerce div.product div.images .flex-control-thumbs li { padding: 0.2rem; } .woocommerce-info, .woocommerce-noreviews, p.no-comments { background-color: transparent !important; } p.stars { font-size: 11.2px; font-size: 0.8rem; display: inline-block; } p.stars:hover a:before { color: #346ca9 !important; } .comment-form-comment label { vertical-align: top; } .comment-form-comment textarea { padding: 0.8rem 0.5rem; width: calc(100% - 8rem); } .product_meta { margin: 1rem 0; } p.form-submit input { font-size: 14px; font-size: 1rem; width: 138px; background-color: #4592e4; border-color: #4592e4; padding: 0.5rem; line-height: 1.5; } .woocommerce .related.products h2, .woocommerce .cart-collaterals h2 { margin-bottom: 2rem; } .woocommerce-cart .site-main .woocommerce-cart-form { background-color: #f2f2f2; padding: 3rem; margin-bottom: 5rem; } table.shop_table_responsive thead { background-color: #fff; } table.shop_table_responsive tr td, table.shop_table_responsive tr th { padding: 1rem; color: #252525; } table.shop_table_responsive tr td { border-bottom: 1px solid #e5e5e5; } table.shop_table_responsive tr td.product-name { font-size: 18.2px; font-size: 1.3rem; font-weight: bold; } table.shop_table_responsive tr td.product-name a { color: #252525; } table.shop_table_responsive .product-thumbnail img { width: 130px; } table.shop_table_responsive #coupon_code { padding: 0.6rem; } table.shop_table_responsive .coupon { float: left; } table.shop_table_responsive input.button { font-size: 14px; font-size: 1rem; width: 138px; background-color: #4592e4; border-color: #4592e4; padding: 0.5rem; line-height: 1.5; } table.shop_table_responsive input[name="update_cart"] { float: right; } .gallery-caption { text-decoration: none; }