/* ------------------------------------------------------------------- Theme Name: Canopus Theme URI: http://starthemes.club/canopus Description: WordPress blog theme with style Author: Nodari ch Author URI: http://www.nodariko.com Version: 1.0.0 Text Domain: canopus Domain Path: /languages License: GNU General Public License v3 or later License URI: http://www.gnu.org/licenses/gpl-3.0.html Tags: translation-ready, theme-options, sticky-post, post-formats, flexible-header, featured-images, custom-menu, four-columns, three-columns, two-columns, one-column */ /*------------------------------------------------------------------ [Table of contents] 1. Base / Typography / Body / Links forms 2. WordPress Core 3. Header 4. Menu SF / Menu Customize / Mega Menu / Mobile Menu 5. Page Title / Widgets 6. Footer / Footer Widget 7. Blog Single / Post Share / Social Icons / jp Player / Comments 8. Elements / Button / Label / Dropcaps 9. Error 404 10. Scroll Up Style / BG Video 11. Blog Thumb Hover Blog Styles Grid Blog Post Formats Pagination -------------------------------------------------------------------*/ /* Star Temes Theme Styling Start */ .clearfix{*zoom:1;}.clearfix:before,.clearfix:after{display:table;content:"";line-height:0;} .clearfix:after{clear:both;} /* ------------ BASE ------------- */ html { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; -moz-osx-font-smoothing: grayscale; } ::selection { background: #1de118; color: #ffffff; } ::-moz-selection { background: #1de118; color: #ffffff; } /* Typography */ body{ overflow-x: hidden; line-height: 1.7; font-size: 16px; font-weight: 400; color: #333; background-color: #f5f5f5; font-family: 'Barlow', sans-serif; } h1, h2, h3, h4, h5, h6 { margin: 0 0 10px 0; padding: 0; color: #151515; font-family: Barlow Semi Condensed, "Helvetica Neue", Helvetica, sans-serif; font-weight: 600; line-height: 1.6; letter-spacing: -0.025em; } h1 a, h1 a:hover, h1 a:focus, h2 a, h2 a:hover, h2 a:focus, h3 a, h3 a:hover, h3 a:focus, h4 a, h4 a:hover, h4 a:focus, h5 a, h5 a:hover, h5 a:focus, h6 a, h6 a:hover, h6 a:focus{ font-weight: inherit; color: inherit; } h1 { font-size: 36px; } h2 { font-size: 24px; } h3 { font-size: 18px; } h4 { font-size: 16px; } h5 { font-size: 14px; } h6 { font-size: 13px; } small { font-size: 80%; } hr { clear: both; margin: 10px 0 30px; height: 0; border: solid #ddd; border-width: 1px 0 0; } pre { overflow-x:auto; margin: 0 0 20px 0; padding: 10px 20px; height: auto; border: 1px solid #e2e2e2; background: #f7f7f7; font-family: Consolas, monospace; } q{ display: block; } dt{ font-weight: 700; } dl dd{ margin-left: 15px; margin-bottom: 10px; } /* 02. Links and Form */ a{ outline: 0; color: #808080; text-decoration: none; transition: color 0.2s ease-out; } a:hover, a:focus { outline: 0; color: #151515; text-decoration: none; } p{ margin: 0 0 20px; } embed, img { max-width: 100%; height: auto; border: none; } iframe{ width: 100%; max-width: 100%; border: none; } ul, ol { margin-bottom: 20px; } ul { list-style: none outside; } ol, ul { margin-left: 10px; } ol { list-style: decimal; } ul { list-style: square outside; } ul li ul, ol li ul, ol li ul, ol li ol { margin-bottom: 0; margin-left: 5px; } ul li,ol li{ padding: 5px 0;} form, fieldset { margin-bottom: 20px; } input, input[type="tel"], input[type="date"], input[type="text"], input[type="password"], input[type="email"], textarea, select { resize: none; display: block; margin: 0; margin-bottom: 20px; padding: 11px 20px 10px; width: 230px; max-width: 100%; outline: none; font-size: 14px; font-weight: 400; line-height: 1; background-color: #f5f5f5; color: #999; border: solid 1px #eee; } textarea { width: 100%; line-height: 1.4; padding: 15px;} select { padding: 5px; width: 220px; height: 40px; } label, legend { display: block; cursor: pointer; } label span, legend span { font-weight: bold; } button, input[type="submit"], input[type="reset"], input[type="button"] { border: 1px solid #1de118; background: #1de118; display: inline-block; padding: 10px 28px 8px; color: #fff; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.2em; line-height: 1; cursor: pointer; transition: all 0.2s ease; outline:none; } button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover{ color: #fff; background: #151515; border-color: #151515; } textarea:focus, input:focus{ border-color: #151515; } /* ------------ Table Styling --------------- */ table { border-collapse: collapse; border: 1px solid #e6e6e6; margin-bottom: 1.5em; } td, th { border-top: 1px solid #e6e6e6; vertical-align: top; padding: 12px 20px; } .widget table, .widget td, .widget th{ border: none; } th { font-weight: bold; } /* ------------ WordPress Core ------------- */ .alignnone { margin: 5px 20px 10px 0; } .aligncenter, div.aligncenter { display: block; margin: 5px auto 5px auto; } .alignright { float:right; margin: 5px 0 10px 20px; } .alignleft { float: left; margin: 5px 20px 10px 0; } .aligncenter { display: block; margin: 5px auto 5px auto; } a img.alignright { float: right; margin: 5px 0 10px 20px; } a img.alignnone { margin: 5px 20px 10px 0; } a img.alignleft { float: left; margin: 5px 20px 10px 0; } a img.aligncenter { display: block; margin-right: auto; margin-left: auto; } .wp-caption { max-width: 100%; /* Image does not overflow the content area */ } .wp-caption.alignnone { margin: 5px 20px 20px 0; } .wp-caption.alignleft { margin: 5px 20px 20px 0; } .wp-caption.alignright { margin: 5px 0 20px 20px; } .wp-caption img { margin: 0; padding: 0; width: auto; height: auto; border: 0 none; } .wp-caption p.wp-caption-text { padding: 10px 0px 4px; margin-bottom: 0; font-size: 12px; color: #999; } .mejs-container{ margin-bottom: 15px; } /* WP Default Gallery */ .gallery { display: block; clear: both; overflow: hidden; margin: 0 -10px; } .gallery .gallery-row { display:block; clear: both; overflow: hidden; margin: 0; } .gallery .gallery-item { overflow: hidden; float: left; text-align: center; list-style: none; padding: 0; background: #fff; padding: 10px; margin: 0; } .gallery .gallery-item a { display: inline-block; position: relative; } .gallery .gallery-item a:hover .image-overlay { opacity: 0.3; } .gallery .gallery-item img, .gallery .gallery-item img.thumbnail { margin: 0; } .gallery-caption { margin: 0; padding: 5px; font-style: italic; font-family: arial; } .gallery.gallery-columns-1 .gallery-item { width: 100%; } .gallery.gallery-columns-2 .gallery-item { width: 50%; } .gallery.gallery-columns-3 .gallery-item { width: 33.3%; } .gallery.gallery-columns-4 .gallery-item { width: 25%; } .gallery.gallery-columns-5 .gallery-item { width: 20%; } .gallery.gallery-columns-6 .gallery-item { width: 16.6%; } /* calendar widget */ #wp-calendar {width: 100%; } #wp-calendar caption { text-align: right; font-size: 12px; margin-top: 10px; } #wp-calendar thead { font-size: 11px; } #wp-calendar tbody { color: #aaa; } #wp-calendar thead th, #wp-calendar tbody td { text-align: center; padding:6px;} #wp-calendar tbody td:hover { background: #fff; } #wp-calendar tbody .pad { background: none; } #wp-calendar tfoot #next { font-size: 10px; text-transform: uppercase; text-align: right; } #wp-calendar tfoot #prev { font-size: 10px; text-transform: uppercase; padding-top: 10px; } /* 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 { clip: auto !important; display: block; height: auto; left: 5px; top: 5px; width: auto; z-index: 100000; /* Above WP toolbar. */ } .bypostauthor { opacity: 1; } /* ------------------ GLOBAL CLASS ------------------------ */ /* Waves Middle */ .strtm-middle:before{content: '';height: 100%;min-height: 100%;display: inline-block;vertical-align: middle;} .strtm-middle>*{vertical-align: middle;display: inline-block;} /* ------------- Logo ---------------- */ h1.site-name{ line-height: 1; margin-bottom: 0; font-size: 30px; letter-spacing: -0.025em; } .strtm-menu + .strtm-logo{ display: none; padding: 0; } .strtm-logo .logo-img{ max-width: 350px; } /* ------------ Menu SF Essentials ------------- */ .sf-menu, .sf-menu * { margin: 0; padding: 0; list-style: none; } .sf-menu li{ display: block; position: relative; } .sf-menu ul{ font-size: 10px; color: #fff; padding: 20px 0; position: absolute; background: #151515; min-width: 200px; top: 100%; left: -12px; text-align: left; z-index: 99; display: none; } .sf-menu > li{ display: inline-block; padding: 0 18px; } .sf-menu > li > a{ display: block; line-height: 50px; } .sf-menu > li:hover > a{ color: #fff; } .sf-menu a{ color: inherit; } .sf-menu li:hover > ul, .sf-menu li.sfHover > ul{ z-index: 9999; display: block; } .sf-menu ul ul{ top: -20px; left: 100% !important; } .page_item > ul.children li > a, .sub-menu li > a{ display: block; padding: 7px 30px 6px; transition: all 0.2s ease-out; } .widget .sub-menu li > a{ padding: 0; padding-left: 20px; } .widget .sub-menu li:first-child > a{ padding-top: 10px; } .widget .sub-menu li:last-child{ padding-bottom: 0; } .widget .sub-menu li ul li a{ padding: 0; padding-left: 40px; } .sidebar-area .sub-menu li > a{ padding: 0; padding-left: 20px; } .sidebar-area .sub-menu li ul li a{ padding: 0; padding-left: 40px; padding-top: 5px; padding-bottom: 5px; } .strtm-menu .page_item > ul.children li > a:hover, .strtm-menu .sub-menu li > a:hover{ background: #262626; } /* Menu Arrow Class */ .sf-menu > .menu-item-has-children > a{ padding-right: 9px; } .sf-mobile-menu .menu-item-has-children>.before, .sf-menu .menu-item-has-children:after{ position: absolute; right: 15px; top: 50%; margin-top: -4px; content: "\f104"; font-family: 'Ionicons'; font-size: 7px; line-height: 1; color: #1de118; } .sf-mobile-menu .menu-item-has-children>.before{ top: 15px; } .sf-menu .sub-menu .menu-item-has-children:after{ content: "\f10a"; color: #fff; right: 20px; font-size: 7px; opacity: 0.5; margin-top: -3px; } .sf-mobile-menu .menu-item-has-children>.before:before{ content: "\f10a"; } .sf-mobile-menu .menu-item-has-children>.before{ right: -30px; cursor: pointer; font-style: normal; z-index: 1; padding: 0; margin-top: -15px; width: 80px; height: 34px; text-align: center; line-height: 34px; } .sf-mobile-menu .sub-menu .menu-item-has-children>.before{ top: 15px; } .sf-mobile-menu .menu-item-has-children.menu-open>.before:before{ content: "\f3d0"; } /* Tw Menu */ .strtm-menu{ padding-right: 15px; } .strtm-menu-container > .strtm-menu:not(:last-child){ margin-right: auto; padding-left: 12px; } .header-area{ position: relative; } .transparent-header .header-area{ position: absolute; width: 100%; z-index: 2; } .transparent-header .strtm-header-meta i, .transparent-header .strtm-menu .sf-menu, .transparent-header h1.site-name{ color: #fff; } .transparent-header .strtm-menu-container{ border-bottom: 1px solid rgba(255,255,255,.15); } .strtm-menu-container{ position: absolute; height: 70px; width: 100%; left: 0; z-index: 9; display: flex; align-items: center; justify-content: space-between; background-color: #151515; border-bottom: 1px solid #d4d4d4; } .strtm-header-meta{ font-size: 10px; line-height: 1; height: 100%; display: flex; align-items: center; padding: 0 30px; } .strtm-header-meta:last-child{ justify-content: flex-end; padding: 0; } .strtm-header-socials .sf-menu ul{ left: auto; right: -15px; padding: 0; min-width: 180px; } .strtm-header-socials .sf-menu ul li{ padding: 20px; } .strtm-header-socials .social-title{ padding-right: 9px; display: inline-block; cursor: pointer; } .searchform + .strtm-header-socials{ margin-right: 70px; } .header-small .strtm-menu-container{ position: fixed; top: 0; background-color: #fff; } .admin-bar.header-small .strtm-menu-container{ top: 32px; } @media screen and (max-width: 782px){ .admin-bar.header-small .strtm-menu-container{ top: 46px; } } .strtm-menu .sf-menu{ display: inline-block; text-transform: uppercase; font-size: 10px; font-weight: 700; letter-spacing: 0.2em; color: #ccc; position: relative; z-index: 1; } .header-clone{ height: 70px; width: 100%; } /* Header area layout-2 */ .header-area.layout-2 .strtm-logo{ background-color: #fff; text-align: center; padding: 40px; border-bottom: 1px solid #f5f5f5; } .header-area.layout-2 h1.site-name{ font-size: 54px; } .header-area.layout-2 .strtm-menu{ display: flex; justify-content: center; } .header-area.layout-2 .nav-icon:not(:last-child){ right: 0; } .header-area.layout-2 .strtm-header-meta{ display: inline-flex; width: 0; padding: 0; } .header-area.layout-2 .strtm-header-meta.with-search{ width: 56px; padding-right: 3px; } /* ------------ mobile menu --------------- */ .mobile-menu-icon{ cursor: pointer; float: left; padding: 10px; height: 36px; margin-top: 7px; display: none; } .mobile-menu-icon span, .mobile-menu-icon span:before, .mobile-menu-icon span:after { position: relative; top: 4px; width: 14px; height: 1px; background: #696969; display: block; margin-bottom: -1px; content: ''; } .mobile-menu-icon span:before, .mobile-menu-icon.active span:before, .mobile-menu-icon.active span:after{ top: 4px; } .mobile-menu-icon span:after { top: 8px; } .mobile-menu-icon span, .mobile-menu-icon span:before, .mobile-menu-icon span:after { transition: all 0.2s ease-in-out; } .mobile-menu-icon.active span { background-color: transparent; } .mobile-menu-icon.active span:before { transform: rotate(45deg); } .mobile-menu-icon.active span:after { transform: rotate(-45deg); } .strtm-mobile-menu nav ul{margin: 0 auto;padding: 0;list-style: none;} .strtm-mobile-menu nav ul.sub-menu{display: none; padding-left: 10px; padding-top: 8px;} .strtm-mobile-menu nav ul.sub-menu ul.sub-menu{padding-bottom: 6px; padding-top: 6px;} .strtm-mobile-menu nav ul li{ position: relative; } .strtm-mobile-menu nav > ul > li.page_item_has_children > a:after{ content: '\f123'; font-family: 'Ionicons'; position: absolute; top: 8px; right: 0; } .strtm-mobile-menu nav ul li ul li, .strtm-mobile-menu .widget ul li{ border-bottom: 0; } .strtm-mobile-menu nav ul li a{ display: block; color: #fff; font-size: 12px; font-weight: 600; padding: 7px 0; text-transform: uppercase; transition: all 0.2s ease-out; line-height: 1; } .strtm-mobile-menu nav ul .children li, .strtm-mobile-menu nav ul .sub-menu li{ padding: 0; } .strtm-mobile-menu nav ul li.menu-open > a, .strtm-mobile-menu nav ul li a:hover, .strtm-mobile-menu .page_item > ul.children li > a:hover, .strtm-mobile-menu .sub-menu li > a:hover, .strtm-mobile-menu nav > ul > li.page_item_has_children > a:hover:after{ color: #1de118; } .strtm-mobile-menu .page_item > ul.children li > a:hover, .strtm-mobile-menu .sub-menu li > a:hover{ opacity: 1; } .strtm-mobile-menu .page_item > ul.children li > a, .strtm-mobile-menu .sub-menu li > a{ color: #fff; font-size: 10px; padding: 10px 0; font-weight: 600; line-height: 1; opacity: .6; } .strtm-mobile-menu{ right: -370px; overflow: auto; background-color: #151515; padding: 0; position: fixed; height: 100%; width: 370px; z-index: 99999; transition: right 0.2s ease; } .strtm-mobile-menu.active{ right: 0; } .strtm-mobile-menu aside.widget, .strtm-mobile-menu nav{ margin-top: 30px; padding-bottom: 40px; padding-left: 40px; padding-right: 40px; margin-bottom: 40px; border-bottom: 1px solid #333; } .strtm-mobile-menu nav{ padding-bottom: 37px; } .strtm-mobile-menu aside.widget:last-child{ border-bottom: 0; } .strtm-mobile-menu .widget ul li a, .strtm-mobile-menu .widget a{ color: #ccc; } .strtm-mobile-menu .strtm-logo{ position: static; left: 0; padding: 15px 40px; margin: 0; border-bottom: 1px solid #333; width: 100%; display: flex; align-items: center; justify-content: space-between; } .strtm-mobile-menu .strtm-logo a, .strtm-mobile-menu .strtm-logo h1.site-name{ color: #fff; font-size: 30px; text-align: left; } .strtm-mobile-menu .widget_mc4wp_form_widget label{ margin-bottom: 24px; } .strtm-mobile-menu .strtm-post-widget ul{ height: auto !important; overflow: hidden !important; } .strtm-mobile-menu .owl-carousel .owl-dot.active span, .strtm-mobile-menu .owl-carousel .owl-dot:hover span{ background: #1de118; } #scroll-bar{ position: absolute; height: 2px; background-color: #1de118; bottom: -1px; } .strtm-mdl-overlay-close{ width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 10; opacity: 0; visibility: hidden; } body.modal-opened{ overflow: hidden; } .modal-opened .strtm-mdl-overlay-close{ opacity: 1; visibility: visible; } .strtm-mobile-menu .nav-icon-container{ position: relative; right: -20px; padding: 10px; width: 60px; height: 60px; line-height: 60px; text-align: center; cursor: pointer; } .strtm-mobile-menu .nav-icon span, .strtm-mobile-menu .nav-icon:hover span{ background-color: #fff; } /* Header 2 */ .strtm-menu + .strtm-logo, .header-2 .strtm-logo{ padding: 5px 0 0; } .strtm-menu + .strtm-logo h1.site-name, .header-2 h1.site-name{ font-size: 30px; } .strtm-menu + .strtm-logo img, .header-2 .strtm-logo img{ max-height: 50px; } /* Theme Boxed Layout Style*/ body.single, body.page:not(.page-template-page-rowbuilder), body.error404{ background-color: #fff; } body.single .single-content{ padding-left: 50px; padding-right: 0; box-shadow: none; } body.archive .single-content, body.tag .single-content, body.search .single-content, body.page .page-content{ margin-top: 30px; } body.single .sidebar-area .widget-item, body.page:not(.page-template-page-rowbuilder) .sidebar-area .widget-item{ padding-top: 5px; padding-left: 70px; padding-right: 0; box-shadow: none; } body.page.page-template-page-sidebar .sidebar-area .widget-item{ padding-left: 0; padding-right: 70px; } body.single h3.widget-title, body.page:not(.page-template-page-rowbuilder) h3.widget-title{ top: -3px; margin-bottom: 37px; } body.single .sidebar-area .widget ul li:last-child, body.page:not(.page-template-page-rowbuilder) .sidebar-area .widget ul li:last-child{ margin-bottom: 0; } .theme-boxed .theme-layout{ margin-left: auto; margin-right: auto; position: relative; width: 1200px; max-width: 100%; background-color: #fff; } .theme-boxed #scroll-bar, .theme-boxed.header-small .strtm-menu-container{ max-width: 100%; width: 1020px; left: auto; } /* Main Container */ .canopus-container{ padding-top: 40px; padding-bottom: 40px; } .single-media-container + .canopus-container, .single-large-media2 + .canopus-container, .strtm-slider-container + .canopus-container{ padding-top: 40px; padding-bottom: 40px; } .single-large-media2 + .canopus-container .content-area, .single-large-media.with-media + .row > .content-area, .single-media-container.with-img + .canopus-container .content-area{ margin-top: -30px; } .single-large-media2 + .canopus-container .sidebar-area, .single-large-media.with-media + .row > .sidebar-area, .single-media-container.with-img + .canopus-container .sidebar-area{ margin-top: 0; } .single-content, .sidebar-area .widget-item{ padding: 10px; } /* --------------------- Slider Area --------------------- */ .strtm-slider{ position: relative; overflow: hidden; } .strtm-slider .owl-carousel{ display: block; } .strtm-slider .owl-carousel:not(.owl-loaded) .slider-item:not(:first-child){ display: none; } .strtm-slider .slider-item{ position: relative; overflow: hidden; width: 100%; height: 630px; display: flex; align-items: flex-end; justify-content: center; z-index: 0; background-color: #999; } .strtm-slider .slider-img{ position: absolute; width: 100%; height: 100%; top: 0; left: 0; background-position: center; background-size: cover; z-index: 1; transition: all 0.15s ease; } .slider-img:after { content: ""; width: 100%; height: 100%; position: absolute; background-image: linear-gradient(to top, rgba(0, 0, 0, 1), transparent 80%); top: 0px; left: 0px; z-index: 999; } .strtm-slider.slider1 .slider-item .slider-content { position: relative; padding: 30px; margin-bottom: 10px; border-radius: 2px; } .strtm-slider .slider-item .slider-content { max-width: 600px; position: absolute; left: 0; padding: 40px; z-index: 2; opacity: 0; bottom: -6px; -webkit-transition-property: opacity,bottom,color; transition-property: opacity,bottom,color; -webkit-transition-duration: .2s; transition-duration: .2s; } .strtm-slider .strtm-meta{ margin-bottom: 0; opacity: 0.5; } .strtm-slider .strtm-meta, .strtm-slider .entry-title a:hover, .strtm-slider article .entry-author a, .single-media-content .strtm-meta{ color: #fff; } .single-media-content a, .strtm-slider a{ transition: opacity 0.2s ease-out; } .strtm-slider a:focus{ color: inherit; } .single-media-content a:hover, .strtm-slider a:hover{ color: #fff; opacity: 0.8; } .strtm-slider .entry-cats, .single-media-content .entry-cats{ color: #fff; margin-bottom: 0; } .strtm-slider .entry-title, .single-media-content .entry-title{ color: #fff; font-size: 36px; margin-bottom: 9px; font-weight: 700; letter-spacing: 1px; } .strtm-slider .strtm-excerpt-content{ color: #fff; opacity: 0.5; margin-bottom: 20px; } .strtm-slider .strtm-excerpt-content.text-lead{ font-size: 17px; } .strtm-slider .entry-title.text-lead{ font-size: 40px; } .single-media-content .entry-title{ margin-bottom: 21px; } .strtm-slider .owl-nav i, .entry-media .owl-nav i{ position: absolute; top: 50%; left: 15px; width: 40px; height: 60px; margin-top: -30px; text-align: center; line-height: 60px; font-size: 24px; color: #fff; z-index: 1; transition: all 0.15s ease-out; opacity: 0; cursor: pointer; } .entry-media .owl-nav i{ opacity: 0.5; } .strtm-slider .owl-prev i:hover:before, .entry-media .owl-prev i:hover:before { animation: toLeftFromRight 0.3s forwards; } .strtm-slider .owl-next i:hover:before, .entry-media .owl-next i:hover:before { animation: toRightFromLeft 0.3s forwards; } @keyframes toLeftFromRight { 49% { transform: translate(-100%); } 50% { opacity: 0; transform: translate(100%); } 51% { opacity: 1; } } @keyframes toRightFromLeft { 49% { transform: translate(100%); } 50% { opacity: 0; transform: translate(-100%); } 51% { opacity: 1; } } .entry-media .owl-nav i:hover{ opacity: 1; } .strtm-slider .owl-nav .owl-next i, .entry-media .owl-nav .owl-next i{ left: auto; right: 15px; } .strtm-slider .owl-nav .owl-prev i{ left: 30px; } .strtm-slider .owl-nav .owl-next i{ right: 30px; } .strtm-slider:hover .owl-nav .owl-prev i{ opacity: 0.5; left: 15px; } .strtm-slider:hover .owl-nav .owl-next i{ opacity: 0.5; right: 15px; } .strtm-slider .owl-carousel .owl-stage-outer{ overflow: visible; } .strtm-slider .owl-item.cloned.active.owl-item-large .slider-item .slider-content{ opacity: 0; } .strtm-slider .owl-item.active.owl-item-large .slider-item .slider-content{ -webkit-transition-delay: 0s; transition-delay: 0s; } .strtm-slider .owl-carousel:not(.sliding) .active .slider-item .slider-content{ opacity: 1; } .strtm-slider.slider2, .strtm-slider.slider3, .strtm-slider.slider4, .single-large-media2{ margin-top: 70px; } .strtm-slider.slider3 .slider-item{ display: block; /* display:flex; is broke style */ overflow: visible; background-color: transparent; } .strtm-slider.slider3 .slider-img{ background-size: auto; } .strtm-slider.slider3 .slider-item-inner{ position: relative; background-color: #999; height: 100%; } .strtm-slider.slider3 .slider3-trans .slider-item{ transition: width .8s linear; } .strtm-slider.slider4 .entry-title, .strtm-slider.slider3 .entry-title{ font-size: 30px; margin-bottom: 16px; padding-top: 3px; transition: all 0.3s ease; } .strtm-slider.slider4 .slider-item .slider-content, .strtm-slider.slider3 .slider-item .slider-content{ max-width: 560px; } .strtm-slider.slider4 .col-md-4 .entry-title, .strtm-slider.slider3 .owl-item-small .entry-title{ font-size: 20px; margin-bottom: 13px; padding-top: 5px; } .strtm-slider.slider4 .col-md-4 .strtm-excerpt-content, .strtm-slider.slider3 .col-md-4 .strtm-excerpt-content{ font-size: 14px; } .strtm-slider.slider4 .slider-item + .slider-item{ margin-top: 30px; } .strtm-slider.slider4 .slider-item .slider-content{ opacity: 1; } .strtm-slider.slider4 .col-md-4 .slider-content{ padding: 30px; } .feature-area div.feature-title{ margin-top: 65px; padding: 10px 30px 10px; text-align: center; line-height: 1; } .feature-title h1{ font-size: 36px; line-height: 1.25; margin-bottom: 0; } .feature-area .feature-title > p{ margin: 20px auto 0; max-width: 600px; line-height: 1.6; } /* ------------------ Content Row ----------------- */ .content-row{ margin-bottom: 40px; padding-bottom: 30px; border-bottom: 1px solid #e6e6e6; } .strtm-element-title{ font-size: 12px; line-height: 1; text-transform: uppercase; letter-spacing: 0.2em; text-align: center; margin-bottom: 35px; } /* ----------------------- Blog -------------------- */ .strtm-blog article, .strtm-blog.grid-blog .entry-post-container{ background-color: #fff; -webkit-box-shadow: 0px 0px 30px 5px rgba(158,158,158,0.1); -moz-box-shadow: 0px 0px 30px 5px rgba(158,158,158,0.1); box-shadow: 0px 0px 30px 5px rgba(158,158,158,0.1); position: relative; } .strtm-blog article{ margin-top: 30px; } .strtm-blog article .entry-post{ font-size: 87.5%; padding: 25px 30px; } .strtm-blog article .entry-content{ color: #999; margin-bottom: 25px; } .strtm-blog article .strtm-meta{ margin-bottom: -4px; } /* Sticky */ .strtm-blog article.sticky .entry-post{ position: relative; border-top: 2px solid #1de118; } .strtm-blog article.sticky .entry-post:before{ position: absolute; right: 30px; top: 20px; content: "\f26b"; line-height: 1; font-size: 32px; font-family: "Ionicons"; color: #1de118; } .strtm-blog article.sticky .entry-post a:hover{ opacity: 0.9; } .simple-blog .entry-title{ margin-top: 8px; } .entry-title{ font-size: 36px; line-height: 1.2; margin-bottom: 15px; } .entry-title a:hover{ color: #666; } .entry-cats:empty{ display: none; } .entry-cats > span:last-child{ display: none; } .strtm-meta .entry-date:not(:first-child):before, .strtm-meta .comment-count:not(.strtm-button):not(:first-child):before{ content: "\·"; padding: 0 6px; } .strtm-meta{ color: #999; font-size: 12px; font-weight: 400; margin-bottom: 13px; letter-spacing: normal; font-style: italic; } .strtm-meta a{ color: inherit; } .strtm-button{ display: inline-block; position: relative; overflow: hidden; height: 40px; } a.strtm-button, .strtm-button a, .strtm-button input[type="submit"]{ display: inline-block; background-color: transparent; border: 0; color: #fff; font-weight: 700; font-size: 10px; text-transform: uppercase; letter-spacing: 0.2em; line-height: 40px; padding: 0 20px; position: relative; z-index: 1; } .page-content > p a, .entry-content > p:not(.strtm-button) a{ color: #151515; text-decoration: underline; } .page-content > p a:hover, .entry-content > p:not(.strtm-button) a:hover{ color: #999; text-decoration: none; } .entry-content p:last-child:not(.wp-caption-text){ margin-bottom: 0; } article .strtm-contact > div{ position: relative; padding-left: 37px; margin-bottom: 30px; } .strtm-contact i{ font-size: 20px; position: absolute; left: 10px; line-height: 1; margin-top: 2px; color: #1de118 } .entry-media{ position: relative; line-height: 0; text-align: center; } .entry-media > p{ margin-bottom: 0; } .entry-media>.strtm-thumbnail{ max-width: 100%; } .entry-media.single-media-thumb .image-overlay, .entry-media.single-media-thumb .image-overlay a{ position: static; opacity: 1; } .image-overlay, .image-overlay a{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .image-overlay{ background: #000; opacity: 0; transition: all 0.2s ease-out; } .strtm-social-icon{ margin: 0 -10px -10px 0; } .strtm-footer .strtm-social-icon{ margin-bottom: 60px; border-bottom: 1px solid grey; padding-bottom: 30px; } .strtm-social-icon > a span { font-size: 13px; } .strtm-social-icon > a{ font-size: 18px; font-weight: 500; text-transform: uppercase; letter-spacing: 2px; line-height: 40px; text-align: center; display: inline-block; margin: 5px 30px; position: relative; overflow: hidden; } .strtm-social-icon > a i{ position: relative; z-index: 1; display: block; } .strtm-social-icon a:hover, .strtm-social-icon.social-dark a, .strtm-social-icon.social-light a:hover{ color: #fff; } .strtm-social-icon.social-light a{ color: #999; } .strtm-social-icon a:before{ background-color: #1de118; } .strtm-social-icon.social-light a:before{ background-color: #fff; } .sidebar-area .strtm-social-icon.social-light a:before, body.page:not(.page-template-page-rowbuilder) .strtm-social-icon.social-light a:before, body.single .strtm-social-icon.social-light a:before{ background-color: #f5f5f5; } .strtm-social-icon.social-dark a:before{ background-color: #333; } .strtm-social-icon a.facebook:after{ background: #39579a; border-color: #39579a; } .strtm-social-icon a.twitter:after{ background: #01acee; border-color: #01acee; } .strtm-social-icon a.pinterest:after{ background: #ce2225; border-color: #ce2225; } .strtm-social-icon a.linkedin:after{ background: #0077b5; border-color: #0077b5; } .strtm-social-icon a.google:after{ background: #f9402c; border-color: #f9402c; } .strtm-social-icon a.instagram:after{ background: #245a84; border-color: #245a84; } .strtm-social-icon a.youtube:after{ background: #cc1212; border-color: #cc1212; } .strtm-social-icon a.apple:after{ background: #000; border-color: #000; } .strtm-social-icon a.windows:after{ background: #000; border-color: #000; } .strtm-social-icon a.snapchat:after{ background: #fffc00; border-color: #fffc00; color: #151515; } /* Grid Blog */ .strtm-blog article.blog-square-item, .strtm-blog article.blog-grid-item{ background-color: transparent; box-shadow: none; } .strtm-blog article.blog-grid-item{ display: flex; flex-direction: column; transition: all .3s ease; } .strtm-blog.grid-blog > .row, .strtm-blog.square-blog > .row{ display: flex; flex-wrap: wrap; } .strtm-blog.square-blog > .row:before, .strtm-blog.grid-blog > .row:before{ display: none; } .blog-grid-item .entry-title, .list-blog .entry-title{ font-size: 21px; margin-bottom: 10px; letter-spacing: 0.5px; } .col-md-12 > .blog-section .list-blog .entry-title{ font-size: 36px; margin-top: 8px; margin-bottom: 26px; } .strtm-blog article.blog-grid-item .entry-post, .strtm-blog article.blog-grid-item .entry-content-container:only-child, .strtm-blog article.blog-grid-item .entry-post-container{ flex-grow: 1; display: flex; flex-direction: column; } .blog-grid-item .entry-media + .entry-content-container, .blog-grid-item .entry-post .strtm-meta, .list-blog .entry-post .strtm-meta{ margin-top: auto; } /* Square Blog */ .blog-grid-item.grid-video-post .entry-post-container, .blog-square-item .entry-post{ min-height: 600px; background-color: #151515; display: flex; flex-direction: column; justify-content: flex-end; position: relative; z-index: 1; } .blog-grid-item.grid-video-post .entry-post-container{ min-height: 400px; } .blog-grid-item .entry-post .entry-media, .blog-square-item .entry-media{ position: static; } .blog-grid-item .entry-post .strtm-thumbnail, .blog-square-item .strtm-thumbnail{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-size: cover; background-position: center; } .blog-grid-item .entry-post .image-overlay, .blog-square-item .image-overlay{ background-color: transparent; background-image: linear-gradient(to top, rgba(0, 0, 0, 1), transparent 35%); opacity: 1; } .strtm-gallery-bg .gallery-bg, .strtm-gallery-bg .gallery-bgitem, .strtm-gallery-bg .owl-stage-outer, .strtm-gallery-bg .owl-stage, .strtm-gallery-bg .owl-item, .strtm-gallery-bg .owl-carousel{ height: 100%; } .gallery-bg{ background-position: center; background-size: cover; } .blog-grid-item.grid-video-post .strtm-meta, .strtm-blog .blog-square-item .strtm-meta{ color: #fff; opacity: 0.8; border-top-color: rgba(255,255,255,.5); } .blog-grid-item.grid-video-post .entry-post .strtm-meta{ margin-top: 0; } .entry-title a, .strtm-meta a{ transition: all 0.3s ease; } .blog-grid-item.grid-video-post .entry-title a:hover, .blog-grid-item.grid-video-post .strtm-meta a:hover, .blog-square-item .entry-title a:hover, .blog-square-item .strtm-meta a:hover{ color: #fff; opacity: 0.8; } .blog-grid-item.grid-video-post .entry-title, .blog-square-item .entry-title{ color: #fff; font-size: 24px; margin-bottom: 5px; font-weight: 300; } article.format-gallery .entry-post .entry-media .image-overlay{ z-index: 2; } .square-blog-large .blog-square-item .entry-post{ min-height: 360px; } .square-blog-large .strtm-thumbnail .video-format-icon{ margin-top: -50px; } /* List Blog */ .list-blog article.post{ display: flex; padding: 0; } .list-blog.right-thumb article{ flex-direction: row-canopusse; } .list-blog .entry-media{ margin-bottom: 0; width: 370px; max-width: 100%; } .list-blog .entry-media > .strtm-thumbnail{ width: 100%; height: 100%; min-height: 260px; background-repeat: no-repeat; background-size: cover; background-position: center; } .col-md-12 > .blog-section .list-blog .entry-media{ width: 570px; } .col-md-12 > .blog-section .list-blog .entry-media > .strtm-thumbnail{ min-height: 360px; } .archive .list-blog .entry-media > .strtm-thumbnail{ min-height: initial; } .col-md-12 > .blog-section .list-blog-large .entry-media{ width: 700px; min-height: 440px; } .list-blog.list-blog-large .entry-media{ width: 700px; min-height: 440px; } .list-blog .entry-post{ flex: 1; min-width: 1px; flex-basis: 1px; display: flex; flex-direction: column; } .strtm-thumbnail{ position: relative; overflow: hidden; display: inline-block; } .strtm-thumbnail .video-format-icon{ position: absolute; top: 50%; left: 50%; font-size: 24px; color: #fff; width: 60px; height: 60px; border: 3px solid #fff; border-radius: 100%; text-align: center; line-height: 56px; padding-left: 3px; z-index: 1; margin-left: -30px; margin-top: -30px; } /* -------------- Blog Pagination -------------- */ .strtm-pagination{ font-size: 18px; margin-top: 50px; margin-bottom: 10px; display: flex; height: 60px; justify-content: center; align-items: center; } .strtm-pagination a{ padding: 10px 30px; color: #999; } .strtm-pagination ul.page-numbers span.current, .strtm-pagination a:hover{ color: #ccc; } .strtm-nextprev-link{ justify-content: space-between; } .strtm-infinite-scroll{ max-width: 370px; margin-left: auto; margin-right: auto; } .strtm-infinite-scroll .loading, .strtm-infinite-scroll[data-has-next="false"]>.next{ display: none; background: none; } .strtm-infinite-scroll[data-has-next="false"]{ display: none; } .strtm-infinite-scroll .infinte-loader{ border: 3px solid #666; border-radius: 30px; height: 20px; width: 20px; opacity: 0; animation: pulsate 1s ease-out; animation-iteration-count: infinite; } @keyframes pulsate { 0% { transform: scale(.1); opacity: 0.0; } 50% { opacity: 1; } 100% { transform: scale(1.2); opacity: 0; } } .strtm-pagination ul.page-numbers{ list-style: none; padding: 0 170px; margin: 0; position: relative; text-align: center; width: 100%; } .strtm-pagination ul.page-numbers li{ display: inline-block; padding: 0 4px; } .strtm-pagination ul.page-numbers span.current, .strtm-pagination ul.page-numbers a{ padding: 0; width: 30px; height: 30px; line-height: 30px; text-align: center; } .strtm-pagination ul.page-numbers a.prev, .strtm-pagination ul.page-numbers a.next{ position: absolute; left: 0; top: 0; width: auto; padding: 0 30px; } .strtm-pagination ul.page-numbers a.next{ left: auto; right: 0; } .strtm-pagination .newer i, .strtm-pagination ul.page-numbers a.prev i{ margin-right: 10px; } .strtm-pagination .older i, .strtm-pagination ul.page-numbers a.next i{ margin-left: 10px; } /* --------------- Single Post ----------------- */ article.single .entry-title, .single-large-media .entry-title{ margin-top: -7px; max-width: 670px; } .single-media-content .strtm-meta, .single-large-media .strtm-meta, article.single .strtm-meta:not(.entry-tags){ position: relative; margin-bottom: 50px; max-width: 670px; padding-left: 60px; min-height: 40px; display: flex; align-items: center; flex-wrap: wrap; } .single-media-content .strtm-meta, .single-large-media.fullwidth-content .entry-title, .single-large-media.fullwidth-content .strtm-meta{ max-width: none; } .single-large-media .entry-cats a, article.single .entry-cats a{ text-transform: uppercase; color: #151515; } .single-large-media .strtm-meta .entry-author a, article.single .strtm-meta .entry-author a{ color: #151515; } .strtm-meta .entry-author img{ border-radius: 50%; margin: 0; position: absolute; left: 0; top: 50%; margin-top: -20px; } .comment-count.strtm-button{ text-align: center; margin-left: auto; } .single-content .entry-media{ margin:0 0 40px 0px; text-align: left; } .entry-content-container{ z-index: 2; position: relative; justify-content: flex-end; } .entry-share.below .ext-share{ top: 0; } .entry-share.below > a{ width: 330px; } .entry-share{ display: flex; align-content: stretch; position: relative; overflow: hidden; transition: padding 0.2s; margin-bottom: 30px; } .entry-share a, .entry-share div{ float: left; } .entry-share > a{ flex: 1; height: 40px; line-height: 40px; color: #fff; background: #2d609b; text-align: center; font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; margin-right: 10px; } .entry-share a:hover{ color: #fff; } .entry-share > a i{ font-size: 14px; margin-right: 10px; } .entry-share > a.twitter{ background: #00c3f3; } .entry-share .share-toggle, .ext-share > *{ width: 40px; height: 40px; line-height: 40px; text-align: center; background-color: #c5c5c5; color: #fff; cursor: pointer; overflow: hidden; z-index: 3; } .entry-share .share-toggle i.ion-minus-round, .entry-share.expanded .share-toggle i.ion-plus-round{ display: none; } .entry-share.expanded .share-toggle i.ion-minus-round{ display: block; } .ext-share{ height: 0; width: 0; transition: width 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55); } .expanded .ext-share{ width: auto; } .ext-share > a{ margin-right: 10px; } .ext-share > a.pinterest{ background-color: #ca212a; } .ext-share > a.linkedin{ background-color: #0074a1; } .ext-share > a.google{ background-color: #eb4026; } .entry-share.vertical{ display: block; position: absolute; top: 9px; left: -100px; width: 40px; } .entry-share.vertical .ext-share > a, .entry-share.vertical > a{ width: 40px; margin-right: 0; margin-bottom: 10px; } .entry-share.vertical > a i{ margin-right: 0; } .entry-share.vertical .ext-share{ transition: height 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55); } .content-area.col-md-8:only-child, .content-area.narrow-content{ float: none; margin-left: auto; margin-right: auto; } .single-large-media.single-content{ padding-bottom: 0; margin-bottom: 40px; } .single-media-container{ position: relative; background-color: #000; padding: 150px 0 0; } .single-media-container.with-img{ display: flex; align-items: flex-end; min-height: 630px; } .single-large-media:not(.with-media){ padding-bottom: 1px; } .single-media-content{ position: relative; width: 770px; padding-left: 100px; } .fullwidth-content .single-media-content{ max-width: none; width: 100%; } .fullwidth-content > .single-media-content{ padding-right: 100px; } .narrow-content .single-media-content{ margin-left: auto; margin-right: auto; } .single-media{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 0.8; background-position: center; background-size: cover; } .single .single-media:after { content: ""; position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; background-image: linear-gradient(to top, rgba(0, 0, 0, 1), transparent 35%); } blockquote{ font-size: 24px; line-height: 1.5; text-align: center; position: relative; margin: 43px auto 38px; padding: 45px 0 0; max-width: 560px; } blockquote:before{ font-size: 100px; line-height: 1; content: "\“"; position: absolute; top: 0; left: 0; width: 100%; } blockquote cite{ font-size: 14px; font-style: normal; } blockquote cite:before, blockquote cite:after{ content: ' - '; } article.single .entry-content{ margin-bottom: 2px; } article .entry-content h1, article .entry-content h2, article .entry-content h3, article .entry-content h4, article .entry-content h5, article .entry-content h6{ font-family: inherit; font-weight: inherit; letter-spacing: inherit; margin-bottom: 20px; } article.single .entry-tags{ margin-bottom: 20px; } .tagcloud > a, .entry-tags a{ margin: 0 10px 10px 0; padding: 4px 10px; color: inherit; display: inline-block; font-size: 10px; background-color: #f5f5f5; text-transform: uppercase; } .tagcloud > a:before, .entry-tags a:before{ content: '#'; } .tagcloud > a:hover, .entry-tags a:hover{ color: #fff; background-color: #151515; transition: all 0.2s ease-out; } .strtm-ads{ margin-bottom: 40px; } .strtm-ads img{ margin-top: 0; margin-bottom: 0; } /* Audio Player Style */ article.hentry .mejs-container .mejs-controls{ height: 35px; padding: 0 10px; } article.format-audio .entry-media .mejs-container{ height: 40px !important; } /* ----------------- Default Page ---------------- */ .page-title{ font-size: 36px; line-height: 1.2; margin-bottom: 20px; position: relative; top: -7px; } article.page .entry-media{ margin-bottom: 40px; } /* ----------------- Error 404 page ---------------- */ .error-404.entry-content{ padding: 120px 0; max-width: 420px; margin: 0 auto; text-align: center; } .error-404 > span{ display: block; color: #151515; font-size: 24px; text-align: center; line-height: 1; } .error-404 .error-title{ font-size: 200px; line-height: 1; color: #1de118; margin-bottom: 0px; } .error-404.entry-content h3{ font-size: 36px; line-height: 1; margin-bottom: 20px; } .error-404.entry-content .error-desc{ margin-bottom: 25px; } /* ------------------ Search Result -------------- */ .search-result h3{ margin-bottom: 30px; } .search-result form.searchform{ margin-bottom: 8px; } .strtm-dropcap{ font-size: 88px; float: left; line-height: 1; margin: -4px 12px -4px 0; } /* ---------------- Post Author ----------------- */ .strtm-author-box{ background: #fff; padding: 30px; margin: 30px 0; min-height: 160px; box-shadow: 0 1px 5px rgba(0,0,1,.05); } .page-content .strtm-author-box, body.single-post .strtm-author-box{ background: #f5f5f5; box-shadow: none; } .strtm-author-box .author-box{ position: relative; padding-left: 130px; } .strtm-author-box .author-box h3{ font-size: 16px; line-height: 1; font-family: inherit; margin-bottom: 10px; font-weight: 700; } .strtm-author-box .author-box p{ font-size: 14px; line-height: 1.5em; margin-bottom: 12px; } .strtm-author-box .author-entry-share{ font-size: 15px; line-height: 1; } .strtm-author-box .author-entry-share a{ color: #333; padding-right: 15px; } .strtm-author-box .author-box img{ position: absolute; top: 0; left: 0; border-radius: 100%; margin: 0; } /* -------------- Next Preview Posts ------------ */ .nextprev-postlink-container{ margin-bottom: 30px; background-color: #f5f5f5; overflow: hidden; height: 140px; } .nextprev-postlink{ /* width: 200%; margin-left: -50%;*/ display: flex; } .nextprev-postlink > div{ position: relative; width: 50%; transition: left 0.2s linear, padding 0.2s linear, width 0.2s linear; overflow: hidden; left: 0; } .nextprev-postlink a{ display: block; position: relative; padding: 20px 30px 25px; transition: margin 0.2s linear; } .nextprev-postlink .post-thumb{ width: 0; height: 140px; background-repeat: no-repeat; background-position: center; transition: width 0.2s linear; padding: 0; float: left; } .nextprev-postlink > div:hover .post-thumb{ width: 315px; margin-right: 30px; } .nextprev-postlink > div.next-post-link .post-thumb{ float: right; margin-left: 30px; margin-right: 0; } .next-post-link .post-thumb + a{ padding-left: 30px; } .nextprev-postlink .prev-post-link.with-img:hover, .nextprev-postlink .next-post-link.with-img:hover{ width: 100%; } .nextprev-postlink .strtm-meta:first-child{ text-transform: uppercase; } .nextprev-postlink h4{ font-size: 14px; line-height: 1.2; margin: 9px 0 0; transition: all 0.2s ease-out; } .nextprev-postlink .next-post-link{ text-align: right; flex-grow: 1; } .nextprev-postlink > div.hover-push{ left: 315px; width: 0; } .nextprev-postlink > .prev-post-link.hover-push{ left: -315px; } /* --------------- Related Posts ---------------- */ .related-posts .row{ display: flex; flex-wrap: wrap; margin-bottom: -30px; } .related-posts h4{ font-size: 20px; margin-top: 34px; margin-bottom: 24px; } .related-item .entry-title{ font-size: 20px; } .related-item .entry-media{ margin: 0 0 24px; } .related-item{ margin-top: 10px; margin-bottom: 30px; } /* ---------------- Post Comments -------------- */ h4.comment-title, .comment-respond h3{ line-height: 1; font-size: 20px; margin-bottom: 40px; padding-top: 10px; } .comment-list{ margin-bottom: 8px; } .comment-list .comment{ position: relative; } .comment-list .comment .comment{ margin-left: 80px; } .comment-author{ position: absolute; left: 0; top: 0; } .comment-author img{ border-radius: 50%; margin: 0; } .comment-text{ padding: 5px 0 25px 80px; border-bottom: 1px solid #e6e6e6; margin-bottom: 30px; min-height: 70px; } .comment-list .pingback + .comment:not(.pingback){ margin-top: 30px; } .pingback .comment-text{ padding-left: 0; padding-bottom: 15px; min-height: 30px; margin-bottom: 5px; } .comment-text .strtm-meta{ display: block; margin-bottom: 10px; } .comment-text p{ line-height: 1.5; margin-bottom: 13px; } h6.reply{ margin-bottom: 0; font-size: 10px; text-transform: uppercase; letter-spacing: 0.2em; color: #333; } .comment-text .author{ font-size: 14px; line-height: 1; margin-bottom: 4px; } .comment-text p.reply a{ color: #333; } /* ---------------- Comment Form --------------- */ .comment-form input[type="text"]{ width: 100%; margin-bottom: 0; } .comment-form input[type="submit"]{ width: auto; min-width: 140px; } /* ----------------- Sidebar Widget ----------------- */ .sidebar-area{ margin-top: 30px; } .sidebar-area aside.widget{ font-size: 14px; } .sidebar-area aside.widget:last-child{ margin-bottom: 0; } .widget ul{ margin: 0; padding: 0; list-style: none; } .widget ul li{ padding-top: 0; padding-bottom: 15px; margin-bottom: 15px; border-bottom: 1px solid #e6e6e6; font-size: 11px; text-transform: uppercase; letter-spacing: 0.1em; position: relative; } ul.children{ margin-top: 10px; padding-left: 10px; } .widget ul li:last-child{ border-bottom: none; padding-bottom: 0; } aside.widget ul li a{ color: #151515; } aside.widget .page_item ul.children li a{ padding: 0 0 0 20px; } aside.widget .page_item ul.children li:first-child{ margin-top: 10px; } aside.widget ul li a:hover{ opacity: 0.8; } .widget .post-count{ position: absolute; color: #fff; background-color: #1de118; top: -1px; right: 0; padding: 0 6px; line-height: 18px; } /* ------------------ Widget Title -------------- */ .strtm-mobile-menu h3.widget-title{ color: #fff; } h3.widget-title{ background-color: #040404; color: #fff; text-transform: uppercase; letter-spacing: 2.5px; font-size: 12px; font-weight: 500; text-align: center; padding: 15px 0; margin-bottom: 25px; box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08); } /* --------------- Widget Text ------------ */ .sidebar-area .ever-text .widget-item{ border: 0; padding: 0; } /* --------------- Widget Search ------------ */ form.searchform { position: relative; margin-bottom: 0; } form.searchform input{ padding: 11px 38px 11px 30px; margin-bottom: 0; width: 100%; } form.searchform .button-search{ border: 0; padding: 0; color: #fff; border-radius: 0; width: 40px; height: 100%; text-align: center; font-size: 14px; position: relative; z-index: 1; background-color: transparent; } form.searchform .input >.button-search{ position: absolute; top: 0; right: 0; background: #1de118; } form.searchform .input >.strtm-button{ position: absolute; top: 0; right: 0; width: 40px; } .strtm-header-meta form.searchform{ position: absolute; right: 0; height: 100%; } .strtm-header-meta form.searchform .button-search{ background: transparent; } .strtm-header-meta form.searchform .input{ height: 100%; } .strtm-header-meta form.searchform input{ background: transparent; border-color: transparent; width: 0; height: 100%; transition: all 0.2s ease; } .strtm-header-meta form.searchform i{ position: absolute; padding: 10px; font-size: 14px; width: 36px; height: 36px; line-height: 16px; text-align: center; cursor: pointer; top: 50%; margin-top: -18px; right: 17px; z-index: 3; } .search-opened .strtm-header-meta form.searchform i{ color: #151515; } .search-opened .strtm-header-meta form.searchform input{ width: 230px; background: #fff; position: relative; z-index: 2; } /* ----------------- Widget Tags --------------- */ .widget_tag_cloud .tagcloud{ margin: 0 -10px -10px 0; font-size: 11px; color: #999; } .widget_tag_cloud .tagcloud > a{ font-size: 11px !important; text-transform: uppercase; } /* ----------------- Widget Instagram --------------- */ ul.instagram-pics{ list-style: none; margin: 0; padding: 0; overflow: hidden; } aside.widget .instagram-pics:not(.owl-carousel){ margin: 0 -6px -6px 0; } aside.widget .instagram-pics:not(.owl-carousel) li{ padding: 0 6px 6px 0; margin-bottom: 0; width: 33.33%; } .null-instagram-feed p.clear{ display: none; } .widget .instagram-pics li{ border: none; float: left; padding: 0; } .instagram-pics li a{ display: block; position: relative; overflow: hidden; } .instagram-pics .like-count{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,.75); opacity: 0; transition: all 0.2s ease-out; display: flex; align-items: center; justify-content: center; color: #1de118; font-size: 20px; } aside.widget.null-instagram-feed ul li a:hover, .instagram-pics a:hover .like-count{ opacity: 1; } /* Instagram Carousel */ .instagram-pics.owl-theme .owl-pagination{ position: static; margin-top: 20px; margin-bottom: -5px; } .instagram-pics.owl-theme .owl-controls .owl-page span{ background: #151515; opacity: 0.11; } .instagram-pics.owl-carousel li{ margin: 0; padding: 0; width: 100%; } /* Mobile menu icon */ .nav-icon{ display: none; width: 40px; height: 40px; top: 1px; right: 15px; position: relative; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); transition: .5s ease-in-out; cursor: pointer; } .strtm-mdl-close{ color: #151515; } .nav-icon span { display: block; position: absolute; height: 2px; width: 14px; background: #151515; opacity: 1; left: 13px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); transition: 0.2s ease-in-out; } .nav-icon span:nth-child(1) { top: 14px; -webkit-transform-origin: left center; -moz-transform-origin: left center; -o-transform-origin: left center; transform-origin: left center; } .nav-icon span:nth-child(2) { top: 18px; -webkit-transform-origin: left center; -moz-transform-origin: left center; -o-transform-origin: left center; transform-origin: left center; } .nav-icon span:nth-child(3) { top: 22px; -webkit-transform-origin: left center; -moz-transform-origin: left center; -o-transform-origin: left center; transform-origin: left center; } .nav-icon.active{ right: 0; } .nav-icon.active span:nth-child(1) { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); top: 14px; left: 14px; } .nav-icon.active span:nth-child(2) { width: 0%; opacity: 0; } .nav-icon.active span:nth-child(3) { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); top: 24px; left: 14px; } /* ------------------- Widget Post ----------------- */ .widget_recent_entries .post-date{ display: block; font-size: 11px; font-weight: 400; } .strtm-post-widget.widget ul li{ padding-bottom: 15px; margin-bottom: 15px; position: relative; padding-right: 0; } .strtm-post-widget.widget ul li:last-child{ padding-bottom: 0; margin-bottom: 0; } .strtm-post-widget .recent-thumb img{ margin-top: -15px; } .recent-thumb{ position: absolute; right: 0; width: 100px; height: 70px; overflow: hidden; } .recent-thumb a{ display: block; position: relative; } aside.strtm-post-widget ul li a:hover{ opacity: 1; } .recent-thumb a:before{ content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #000; opacity: 0; transition: all 0.2s ease-out; } .recent-thumb a:hover:before{ opacity: 0.1; } .recent-content{ padding-right: 120px; padding-top: 7px; min-height: 70px; } .recent-content h4{ font-size: 14px; line-height: 1.3; margin-bottom: 5px; text-transform: none; } .recent-content .strtm-meta{ margin-bottom: 0; } aside.widget .recent-content a:hover, .recent-thumb:hover ~ .recent-content a{ color: #666; } .related-item .format-icon, .recent-thumb .format-icon{ background: #ccc; color: #fff; height: 70px; width: 100%; display: table; } .related-item .format-icon:before, .recent-thumb .format-icon:before{ font-family: 'Ionicons'; font-size: 21px; content: '\f417'; } .related-item .format-icon:before, .recent-thumb .format-icon:before{ display: table-cell; vertical-align: middle; text-align: center; } .format-icon.gallery:before{ content: '\f147'; } .format-icon.quote:before{ content: '\f347'; } .format-icon.audio:before{ content: '\f4ce'; } .format-icon.video:before{ content: '\f4cc'; } .strtm-post-widget .carousel-item{ position: relative; background-color: #151515; width: 100%; height: 100%; min-height: 300px; } .strtm-post-widget .carousel-item>img{ opacity: 0.8; } .strtm-post-widget .carousel-content{ position: absolute; left: 0; bottom: 0; width: 100%; padding: 10px 25px; } .strtm-post-widget .owl-carousel .entry-title{ font-size: 20px; color: #fff; } .strtm-post-widget .owl-carousel .strtm-meta, .strtm-post-widget .owl-carousel .strtm-meta a, .strtm-post-widget .owl-carousel .entry-cats{ color: #fff; } .strtm-post-widget .owl-carousel a{ transition: opacity 0.2s ease-out; } .strtm-post-widget .owl-carousel a:hover{ color: #fff; opacity: 0.8; } .strtm-post-widget .owl-carousel .owl-dots{ margin-top: 18px; margin-bottom: -17px; } .entry-media .owl-carousel .owl-dots{ position: absolute; bottom: 32px; width: 100%; } .entry-media .owl-carousel .owl-dot.active span, .entry-media .owl-carousel .owl-dot:hover span{ background-color: #fff; opacity: 1; } .entry-media .owl-carousel .owl-dot span{ background-color: #fff; opacity: .5; } /* --------------- Widget NewsLetter ------------- */ form.mc4wp-form p{ margin-bottom: 10px; color: #fff; } form.mc4wp-form p.description{ margin-bottom: 20px; margin-top: -8px; } form.mc4wp-form p:last-of-type{ margin-bottom: 0; } form.mc4wp-form, .mc4wp-form-fields input[type="email"]{ margin-bottom: 0; } .mc4wp-form-fields input{ width: 100%; } .mc4wp-form-fields input[type="submit"]{ display: block; height: 40px; padding: 0; } .mc4wp-form-fields .strtm-button{ display: block; } .mc4wp-form-fields .strtm-button:after{ background-color: #fff; } .mc4wp-form-fields input[type="submit"]:hover{ color: #151515; } .mc4wp-form-fields{ padding: 30px; background-color: #151515; color: #fff; } /* --------------- Contact Form ----------------- */ .wpcf7-form { padding-top: 5px; } .wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form textarea{ width: 100%; margin-top: 5px; } .wpcf7-form input[type="submit"]{ width: auto; min-width: 150px; display: block; height: 40px; background-color: #151515; border-color: #151515; } .wpcf7-form .strtm-button > input[type="submit"]{ background-color: transparent; border: 0; } /* ----------------- Footer Area ---------------- */ .strtm-footer{ color: #999; font-size: 14px; line-height: 1.4; padding: 30px 0; text-align: center; } .strtm-footer a:hover{ color: #fff; } .strtm-footer .copyright{ float: none; margin-bottom: 0; } .footer-menu ul{ margin: 0 0 11px; padding: 0; list-style: none; } .footer-menu ul li{ display: inline-block; padding: 0 10px; } .scrollUp{ position: fixed; z-index: 3; bottom: 40px; right: 40px; } .scrollUp a{ width: 40px; height: 40px; z-index: 99; font-size: 20px; padding: 0; text-align: center; letter-spacing: normal; } .strtm-post-carousel .post-thumb{ position: relative; margin-bottom: 15px; } .strtm-post-carousel .carousel-title{ font-size: 14px; letter-spacing: -0.025em; line-height: 1.25; margin-bottom: 3px; } .strtm-post-carousel .post-thumb > a{ display: flex; align-items: center; justify-content: center; background-color: #151515; } .strtm-post-carousel .layout-2 a img, .strtm-post-carousel .post-thumb > a:hover img{ opacity: 0.75; } .strtm-post-carousel .layout-2 a:hover img{ opacity: 0.5; } .strtm-post-carousel .post-thumb .carousel-content{ position: absolute; text-align: center; max-width: 180px; } .strtm-post-carousel .post-thumb .carousel-title{ color: #fff; font-size: 24px; margin-bottom: 12px; } .strtm-post-carousel .layout-2 .post-thumb{ margin-bottom: 0; } .entry-cats .cat-item{ border-bottom: 2px solid #fff; } .strtm-post-carousel .post-thumb .entry-cats, .strtm-post-carousel .post-thumb .strtm-meta{ opacity: 0; position: relative; color: #fff; transition: all 0.15s ease-in; } .strtm-post-carousel .post-thumb .entry-cats{ top: -20px; } .strtm-post-carousel .post-thumb .strtm-meta{ bottom: -20px; } .strtm-post-carousel .post-thumb:hover .entry-cats{ top: 0; opacity: 1; } .strtm-post-carousel .post-thumb:hover .strtm-meta{ bottom: 0; opacity: 1; } /* v 2 . 2 . 0 - Core */ .owl-carousel { display: none; width: 100%; -webkit-tap-highlight-color: transparent; /* position relative and z-index fix webkit rendering fonts issue */ position: relative; z-index: 1; } .owl-carousel .owl-stage { position: relative; -ms-touch-action: pan-Y; } .owl-carousel .owl-stage:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; } .owl-carousel .owl-stage-outer { position: relative; overflow: hidden; /* fix for flashing background */ -webkit-transform: translate3d(0px, 0px, 0px); } .owl-carousel .owl-item { position: relative; min-height: 1px; float: left; -webkit-backface-visibility: hidden; -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; } .owl-carousel .owl-item img { display: block; width: 100%; -webkit-transform-style: preserve-3d; } .owl-carousel .owl-nav.disabled, .owl-carousel .owl-nav .disabled, .owl-carousel .owl-dots.disabled { display: none; } .owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot { cursor: pointer; cursor: hand; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .owl-carousel.owl-loaded { display: block; } .owl-carousel.owl-loading { opacity: 0; display: block; } .owl-carousel.owl-hidden { opacity: 0; } .owl-carousel .owl-refresh .owl-item { visibility: hidden; } .owl-carousel.owl-drag .owl-item { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .owl-carousel .owl-grab { cursor: move; cursor: grab; } .owl-carousel.owl-rtl { direction: rtl; } .owl-carousel.owl-rtl .owl-item { float: right; } /* no j s */ .no-js .owl-carousel { display: block; } /* carousel - a nimate */ .owl-carousel .animated { -webkit-animation-duration: 1000ms; animation-duration: 1000ms; -webkit-animation-fill-mode: both; animation-fill-mode: both; } .owl-carousel .owl-animated-in { z-index: 0; } .owl-carousel .owl-animated-out { z-index: 1; } .owl-carousel .fadeOut { -webkit-animation-name: fadeOut; animation-name: fadeOut; } @-webkit-keyframes fadeOut { 0% { opacity: 1; } 100% { opacity: 0; } } @keyframes fadeOut { 0% { opacity: 1; } 100% { opacity: 0; } } /* carousel - a uto h eight */ .owl-height { transition: height 0.5s ease-in-out; } /* carousel - l azy load */ .owl-carousel .owl-item .owl-lazy { opacity: 0; transition: opacity 0.2s ease; } .owl-carousel .owl-item img.owl-lazy { -webkit-transform-style: preserve-3d; transform-style: preserve-3d; } /* carousel - v ideo */ .owl-carousel .owl-video-wrapper { position: relative; height: 100%; background: #000; } .owl-carousel .owl-video-play-icon { position: absolute; height: 80px; width: 80px; left: 50%; top: 50%; margin-left: -40px; margin-top: -40px; background: url("owl.video.play.png") no-repeat; cursor: pointer; z-index: 1; -webkit-backface-visibility: hidden; transition: transform 0.1s ease; } .owl-carousel .owl-video-play-icon:hover { -webkit-transform: scale(1.3, 1.3); -ms-transform: scale(1.3, 1.3); transform: scale(1.3, 1.3); } .owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon { display: none; } .owl-carousel .owl-video-tn { opacity: 0; height: 100%; background-position: center center; background-repeat: no-repeat; background-size: contain; transition: opacity 0.2s ease; } .owl-carousel .owl-video-frame { position: relative; z-index: 1; height: 100%; width: 100%; } /* carousel theme style */ .owl-carousel .owl-dots{ text-align: center; margin-top: 30px; margin-bottom: -5px; } .owl-carousel .owl-dots .owl-dot{ display: inline-block; padding: 3px; zoom: 1; *display: inline;/*IE7 life-saver */ } .owl-carousel .owl-dot span{ display: block; width: 8px; height: 8px; margin: 0 2px; background: #e6e6e6; border-radius: 50%; } .owl-carousel .owl-dot.active span, .owl-carousel .owl-dot:hover span{ background-color: #151515; } /* Canopus Gif Player */ .gif-active .arrow-hover{ display: none; } .canopus-gif-container{ display: block !important; } .canopus-gif-container .jsgif{ opacity: 0; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; transition: opacity 0.5s ease; min-width: 100%; width: 100%; } .canopus-gif-container .jsgif, .canopus-gif-container{ background-size: cover; background-position: 50% 50%; position: relative !important; overflow: hidden; } .canopus-gif-container canvas{ max-width: 100%; min-width: 100%; } .strtm-post-widget .strtm-thumbnail .canopus-gif-button, div.canopus-gif-container+div.image-overlay, .jsgif_toolbar, .canopus-gif-container img{ display: none; } .canopus-gif-container .canopus-gif-button{ position: absolute; top: 0; left: 0; width:100%; height: 100%; background-image: url(assets/img/gif-button.png); background-repeat: no-repeat; background-position: center; cursor: pointer; } .canopus-gif-container.playing .canopus-gif-button{ opacity: 0; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; } .strtm-blog article.large .canopus-gif-button{ background-position-y: 17%; } /** * Simple fade transition, */ .mfp-fade.mfp-bg { opacity: 0; -webkit-transition: all 0.15s ease-out; -moz-transition: all 0.15s ease-out; transition: all 0.15s ease-out; } .mfp-fade.mfp-bg.mfp-ready { opacity: 0.8; } .mfp-fade.mfp-bg.mfp-removing { opacity: 0; } .mfp-fade.mfp-wrap .mfp-content { opacity: 0; -webkit-transition: all 0.15s ease-out; -moz-transition: all 0.15s ease-out; transition: all 0.15s ease-out; } .mfp-fade.mfp-wrap.mfp-ready .mfp-content { opacity: 1; } .mfp-fade.mfp-wrap.mfp-removing .mfp-content { opacity: 0; } /* Featured Image Caption Added */ .featured-image-caption { display: inline-block; line-height: 1.7; color: #999; font-size: .8em; line-height: 2; text-align: left; padding-left: 60px; padding-right: 60px; margin-top: 10px; }