/*========================================================================= 1. Reset CSS 2. Typography 3. Header 3.1 Header Fixed 3.2 Logo & Slogan 4. Featured Slider 5. Posts + 5.1. Layout Standard + 5.2. Layout List + 5.3. Layout Grid + 5.4. Single + 5.5. Page, Contact, 404 6. Footer 7. Sidebar 8. Widgets 9. Preloader =========================================================================*/ /* 1. Reset CSS */ img, legend { border: 0; } legend, td, th { padding: 0; } html { font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-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, optgroup, strong { font-weight: 700; } dfn { font-style: italic; } h1 { font-size: 2em; margin: .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: -.5em; } sub { bottom: -.25em; } svg:not(:root) { overflow: hidden; } figure { margin: 1em 40px; } hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; } pre, textarea { 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-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; } input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration { -webkit-appearance: none; } fieldset { border: 1px solid silver; margin: 0 2px; padding: .35em .625em .75em; } table { border-collapse: collapse; border-spacing: 0; } a, input, textarea, button, select { outline: none; } a:hover, a:focus, input:focus, textarea:focus, button:focus, select:focus { outline: none !important; text-decoration: none; } * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } :after, :before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #585858; } input:-moz-placeholder, textarea:-moz-placeholder { color: #585858; } /* 2. Typography */ h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 { font-family: "PT Sans", sans-serif; font-weight: 400; line-height: 1.8em; color: #585858; letter-spacing: 0.1em; margin-top: 20px; margin-bottom: 10px; } h1 > a, .h1 > a, h2 > a, .h2 > a, h3 > a, .h3 > a, h4 > a, .h4 > a, h5 > a, .h5 > a, h6 > a, .h6 > a { color: inherit; } h1, .h1 { font-size: 36px; } h2, .h2 { font-size: 30px; } h3, .h3 { font-size: 26px; } h4, .h4 { font-size: 22px; } h5, .h5 { font-size: 18px; } h6, .h6 { font-size: 14px; } a { color: inherit; text-decoration: none; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; } a:hover { color: #f97339; } p { margin-top: 0; margin-bottom: 10px; } code, kbd, pre, samp { font-family: "Lato", serif; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; border-radius: 0; } code { background-color: #eee; letter-spacing: 0.015em; } abbr { background-color: #A1D71A; color: #222222; border-width: 2px; } mark, .mark { color: #fff; background-color: #f97339; } dfn { border-bottom: 1px dashed; } cite { font-style: normal; } blockquote { font-size: 14px; border: 0; padding: 10px 0; margin: 0; font-style: italic; color: #6a6a6a; letter-spacing: 0.04em; overflow: hidden; } blockquote p { margin-bottom: 5px; } blockquote:before { content: ''; display: block; width: 42px; height: 2px; background-color: #565656; margin-bottom: 18px; } blockquote footer, blockquote cite { font-size: 12px; float: right; letter-spacing: 0.08em; color: #565656; } blockquote footer:before, blockquote cite:before { content: '~ '; } blockquote footer:after, blockquote cite:after { content: ' ~'; } pre { line-height: 1.8em; padding: 15px; border: 1px solid #E4E4E4; font-style: italic; overflow: hidden; white-space: normal; background-color: #f6f6f6; } img { max-width: 100%; height: auto; vertical-align: middle; border: 0; } ::-moz-selection { color: #fff; background-color: #f97339; } ::selection { color: #fff; background-color: #000; } iframe { border: 0; max-width: 100%; } body { margin: 0; padding: 0; font-family: "Lato", serif; font-size: 14px; background: #f8f8f8; color: #666; line-height: 1.8em; overflow-x: hidden; } .kd-container { width: 100%; max-width: 1200px; margin: 0 auto; padding-left: 15px; padding-right: 15px; } .kd-row { margin-left: -15px; margin-right: -15px; } .kd-col { padding-left: 15px; padding-right: 15px; } .kd-container:after, .kd-row:after, .kd-col:after, .clearfix:after { content: ''; display: block; clear: both; } input[type="search"], input[type="text"], input[type="url"], input[type="number"], input[type="password"], input[type="email"], input[type="file"], select, textarea { height: 40px; width: 100%; border: 1px solid #eeeeee; padding: 0 10px; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } input[name="post_password"] { width: 50%; max-width: 250px; } @media screen and (min-width: 600px) { .kd-container { max-width: 500px; } } @media screen and (min-width: 767px) { .kd-container { max-width: 700px; } } @media screen and (min-width: 990px) { .kd-container { max-width: 800px; } } @media screen and (min-width: 991px) { .kd-container { max-width: 960px; } } @media screen and (min-width: 1230px) { .kd-container { max-width: 1200px; } } /* 3. Header */ .main-wrap { -webkit-transition: transform 0.5s; transition: transform 0.5s; } .admin-bar .navbar-fixed-top { top: 32px; } .main-wrap:before { /*content: '';*/ /*display: block;*/ /*height: 50px;*/ } header { background: #fff; position: relative; padding-top: 50px; } @media (max-width: 782px) { .admin-bar .navbar-fixed-top { top: 46px; } } @media screen and (max-width: 600px) { .admin-bar .navbar-fixed-top { position: absolute; top: 0; } } /* 3.1 Header Fixed */ .header { height: 50px; box-shadow: 0 0 5px #ccc; position: fixed; top: 0; width: 100%; z-index: 99; background: #fff; } .header-left { width: 50px; height: 50px; float: left; padding: 15px; border-right: 1px solid #eee; /*box-shadow: 2px 0 5px -2px rgba(0,0,0,0.5);*/ } .header-left ul { margin: 0; padding: 0; list-style: none; cursor: pointer; } .header-left li { width: 20px; height: 2px; background: #222; margin: 3px 0; } .header-left li:first-child { width: 10px; } .header-left li:nth-child(4n+2) { width: 16px; } .header-left li:nth-child(4n+3) { width: 13px; } .header-right { position: relative; float: right; line-height: 50px; color: #222222; padding: 0; font-size: 15px; } .header-right:after { content: ''; clear: both; } .top-social-icons { float: left; display: inline-block; } .top-social-icons a { margin-right: 10px; } .top-social-icons a:last-child { margin-right: 5px; } .kd-btn-search { width: 1em; display: inline-block; } .kd-btn-search.active i:before { content: '\f00d'; } .top-search { float: left; } .top-search input[type="search"] { padding-left: 20px; border: none; max-width: 125px; font-style: italic; } .search-submit { color: #787878; font-family: 'FontAwesome'; background-color: transparent; border: 0; height: 100%; } .box-search { position: absolute; right: 0; top: 100%; -webkit-transition: visibility 0.5s, opacity 0.5s; transition: visibility 0.5s, opacity 0.5s; visibility: hidden; opacity: 0; } .box-search.active { visibility: visible; opacity: 1; } .box-search .search-submit { display: none; } .box-search input[type="search"] { margin: 0; width: 250px; max-width: none; height: 50px; -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.3); -moz-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.3); -ms-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.3); -o-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.3); box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2); } .navigation { float: left; } .navigation.comment-navigation{ float: none; } .navigation-small { display: none; } .menu-expand { display: none; } .menu-list { position: relative } .menu-list:after { content: ''; display: block; clear: both; } .menu-list, .sub-menu { position: relative; padding: 0; margin: 0; list-style: none; font-family: "Lato", serif; text-transform: uppercase; color: #222222; font-weight: 700; letter-spacing: 1px; } .sub-menu { position: absolute; background-color: #fff; border: 1px solid #e7e7e9; width: 200px; top: 100%; left: 0; visibility: hidden; opacity: 0; letter-spacing: 2px; } .sub-menu .sub-menu { top: -2px; left: calc(100% + 1px); } .menu-list li { position: relative; display: inline-block; } .sub-menu li { display: block; border: 1px solid #f9f9f9; } .menu-list li a { line-height: 50px; margin: 0 15px; font-size: 12px; } .sub-menu li a { line-height: 2.0em; padding: 10px 0; margin: 0 15px; font-size: 10px; display: block; } .menu-list > li:first-child { margin-left: 14px; } .current_page_item > a, .current-menu-ancestor > a, .current-menu-item > a, .current-menu-parent.menu-item-has-children > a { color: #f97339; } .menu-item:hover > .sub-menu { visibility: visible; opacity: 1; } /* 3.2 Logo & Slogan */ .wrap-logo { padding-top: 50px; padding-bottom: 50px; text-align: center; background: #f8f8f8; } .wrap-logo.logo-image { padding: 0; } .wrap-logo .logo { color: #000000; padding: 0; margin: 0; font-family: 'Josefin Sans', serif; } .wrap-logo a { font-size: 90px; } .wrap-logo a:hover { color: inherit; } .wrap-logo .slogan { margin: 0; padding: 0; } .wrap-logo span { color: #f97339; } @media screen and (max-width: 990px) { .navigation { display: none; } .navigation-small { display: block; float: none; background-color: #ffffff; margin-bottom: 30px; } .menu-list { text-align: left; padding: 10px 30px; font-size: 12px; } .menu-list li { display: block; } .menu-list > li:first-child { margin-left: 0; } .menu-list li a { display: block; margin: 0; line-height: 40px; border-bottom: 1px solid rgba(0, 0, 0, 0.05); } .sub-menu li a { line-height: 2.0em; padding: 10px 0; } .menu-list > li:last-child a { border-bottom: none; } .sub-menu { position: relative; background-color: transparent; border: none; width: auto; display: none; visibility: visible; opacity: 1; font-size: 10px; padding-left: 20px; } .menu-item-has-children > a { position: relative; } .menu-expand { display: block; position: absolute; right: 0; top: 0; width: 40px; text-align: center; } .menu-expand:before { content: '\f105'; font-family: FontAwesome; } .active > a .menu-expand:before { content: '\f107'; } .sub-menu li { border: none; } .sub-menu .sub-menu { top: 0; left: 0; } } @media screen and (max-width: 600px) { .wrap-logo a { font-size: 60px; } .wrap-logo .slogan { font-size: 14px; } } /* 4. Featured Slider */ .featured-slider { position: relative; z-index: 9; background-color: #eee; margin-top: -1px; margin-bottom: 75px; } .featured-slider .item { position: relative; opacity: 0; } .featured-slider .owl-wrapper-outer .item { display: block; opacity: 1; } .featured-slider .item .image { position: relative; overflow: hidden; -webkit-transform: translateZ(0); -moz-transform: translateZ(0); -ms-transform: translateZ(0); -o-transform: translateZ(0); transform: translateZ(0); padding-top: 75%; background-size: cover; } .image img { display: none; } .kd-wrap-shortcode .image img { display: block; } .featured-slider .content { position: absolute; z-index: 9; left: 0; right: 0; bottom: 0; padding: 30px; color: #fff; text-align: center; -webkit-transform: translateZ(0); -moz-transform: translateZ(0); -ms-transform: translateZ(0); -o-transform: translateZ(0); transform: translateZ(0); -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; } .featured-slider .content:before { content: ''; display: block; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background-color: rgba(0, 0, 0, 0.7); z-index: -2; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; } .post-cat { text-align: center; } .post-cat ul { margin: 0; padding: 0; list-style: none; } .post-cat li { display: inline-block; margin-right: 5px; } .post-cat li:last-child { margin-right: 0; } .post-cat a { background: #f97339; color: #ffffff; display: inline-block; padding: 2px 20px; border-radius: 3px; text-transform: uppercase; letter-spacing: 2px; font-size: 10px; font-weight: 700; -o-transition: .25s; -ms-transition: .25s; -moz-transition: .25s; -webkit-transition: .25s; transition: .25s; margin-bottom: 10px; } .post-cat a:hover { color: #ffffff; } .title { margin: 0; padding: 0; letter-spacing: 2px; font-size: 24px; color: #444; font-weight: 700; } .featured-slider .title { font-size: 16px; line-height: 1.6em; color: #ffffff; } /* 5. Posts */ .post .wp-caption { display: inline-block; } .post .wp-caption, .post .wp-caption img { max-width: 100%; } .post .wp-caption a { display: block; } .post .wp-caption img { position: relative; margin-bottom: 10px; top: 5px; width: 100% !important; } .post .wp-caption .wp-caption-text { font-size: 14px; font-style: italic; color: #7d7d7d; text-align: center; margin-top: 5px; margin-bottom: 10px; } .textwidget > p, .textwidget > .wp-caption { background-color: #fff; padding: 10px; margin-bottom: 15px; } .textwidget > .wp-caption .wp-caption-text { display: block; font-style: italic; text-align: center; padding: 15px 10px 5px 10px; font-size: 12px; margin-bottom: 0; } .post.sticky { position: relative; } .post.sticky:after { content: ''; font-family: 'FontAwesome'; display: block; position: absolute; width: 40px; height: 40px; line-height: 40px; text-align: center; border-radius: 50%; padding: 2px; color: #f97339; font-size: 24px; top: 35px; left: 60px; z-index: 9; pointer-events: none; } .post-list .post.sticky:after{ content: normal; } .post .gallery { margin-left: -10px !important; margin-right: -10px !important; overflow: hidden; } .post .gallery .gallery-item { position: relative; padding: 10px; margin: 0 !important; } .post .gallery-columns-1 .gallery-item { width: 100% !important; } .post .gallery-columns-2 .gallery-item { width: 25% !important; } .post .gallery-columns-3 .gallery-item { width: 33.3333333333% !important; } .post .gallery-columns-4 .gallery-item { width: 25% !important; } .post .gallery-columns-5 .gallery-item { width: 20% !important; } .post .gallery-columns-6 .gallery-item { width: 16.6666667% !important; } .post .gallery-columns-7 .gallery-item { width: 14.2857143% !important; } .post .gallery-columns-8 .gallery-item { width: 12.5% !important; } .post .gallery-columns-9 .gallery-item { width: 11.1111111111% !important; } .post .gallery br { display: none; } .post .gallery .gallery-caption { position: absolute; padding: 10px 5px; left: 10px; right: 10px; bottom: 10px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; background-color: rgba(0, 0, 0, 0.4); color: #fff; pointer-events: none; } .post .gallery a { display: block; } .post .gallery a img { width: 100%; border: 0 !important; } .bypostauthor cite.fn:before { content: ''; font-family: 'FontAwesome'; display: inline-block; margin-right: 5px; } .alignright { float: right; margin-left: 30px; } .alignleft { float: left; margin-right: 30px; } .aligncenter { display: block; margin-left: auto; margin-right: auto; } .the-excerpt table, .comment table { background-color: transparent; margin-bottom: 20px; max-width: 100%; width: 100%; } .the-excerpt table th, .comment table th { text-align: left; } .comment table a, .the-excerpt table a { color: inherit; } .the-excerpt table > thead > tr > th, .comment table > thead > tr > th, .the-excerpt table > tbody > tr > th, .comment table > tbody > tr > th, .the-excerpt table > tfoot > tr > th, .comment table > tfoot > tr > th, .the-excerpt table > thead > tr > td, .comment table > thead > tr > td, .the-excerpt table > tbody > tr > td, .comment table > tbody > tr > td, .the-excerpt table > tfoot > tr > td, .comment table > tfoot > tr > td { border-top: 1px solid #ddd; line-height: 1.42857; padding: 8px; vertical-align: top; } .the-excerpt table > thead > tr > th { border-bottom: 2px solid #ddd; vertical-align: bottom; } .the-excerpt table > caption + thead > tr:first-child > th, .the-excerpt table > colgroup + thead > tr:first-child > th, .the-excerpt table > thead:first-child > tr:first-child > th, .the-excerpt table > caption + thead > tr:first-child > td, .the-excerpt table > colgroup + thead > tr:first-child > td, .the-excerpt table > thead:first-child > tr:first-child > td { border-top: 0 none; } .the-excerpt table > tbody + tbody { border-top: 2px solid #ddd; } .the-excerpt ul { list-style: inherit; } .post-password-form input[type=submit] { border-width: 0; min-width: 100px; background-color: #f97339; text-transform: uppercase; line-height: 38px; font-size: 11px; font-family: "PT Sans", serif; letter-spacing: 0.2em; color: #FFFFFF; } [data-sidebar="no-sidebar"] { width: 100%; max-width: 900px; margin: auto; } [data-sidebar="left"] .wrapper-posts, [data-sidebar="right"] .wrapper-posts { width: calc(100% - 330px); } [data-sidebar="left"] .wrapper-posts { float: right; } [data-sidebar="right"] .wrapper-posts { float: left; } .post { background: #ffffff; margin-bottom: 50px; } .blog-posts .post { margin-bottom: 30px; overflow: hidden; } .blog-posts .margin-bottom-30 .post { margin-bottom: 30px; } .post-media { overflow: hidden; } .post-media > a > img { opacity: 1; webkit-transition: 0.4s ease-in-out; -ms-transition: 0.4s ease-in-out; -moz-transition: 0.4s ease-in-out; -o-transition: 0.4s ease-in-out; transition: 0.4s ease-in-out; } .post-media:hover > a > img { opacity: 0.8; -webkit-transform: scale(1.04); -moz-transform: scale(1.04); -ms-transform: scale(1.04); transform: scale(1.04); } .post-content { padding: 45px 40px 20px 40px; text-align: center; } .page .post-content { padding-top: 35px; } .the-excerpt { text-align: left; letter-spacing: .4px; padding-bottom: 20px; overflow: hidden; } .post .post-cat { padding-bottom: 12px; } .post-detail { padding-top: 5px; font-size: 12px; padding-bottom: 15px; text-transform: uppercase; } .post-detail :first-child:after { content: '/'; margin-left: 5px; margin-right: 5px; } .post-detail :last-child:after { content: normal; } .read-more { margin: 20px auto 50px auto; color: #444; font-size: 10px; border: 1px solid #e2e2e2; border-radius: 0; display: inline-block; text-align: center; letter-spacing: 1px; padding: 6px 20px; font-weight: 700; text-transform: uppercase; } .read-more a { font-family: 'Lato', serif; font-weight: 900; } .read-more:hover { color: #ffffff; background: #f97339; border-color: transparent; } .read-more:hover a { color: inherit; } .post-footer { font-size: 13px; padding-top: 15px; padding-left: 40px; padding-right: 40px; margin-left: -40px; margin-right: -40px; box-shadow: 0 -5px 1px -5px rgba(0, 0, 0, 0.5); } .comment-count { display: inline-block; float: left; letter-spacing: 2px; } .comment-count:before { content: '\f0e5'; font-family: 'FontAwesome'; } .post-share-wrap { display: inline-block; float: right; } .post-share a { margin-right: 10px; } .post-share a:last-child { margin-right: 0; } .pagination-wrap { margin-top: 50px; text-align: center; margin-bottom: 20px; } .pagination { margin: 0; padding: 20px 0 30px 0; padding-left: 1px; overflow: hidden; font-size: 14px; font-family: 'PT Sans', sans-serif; line-height: 50px; display: inline-block; } .pagination > li { display: inline; float: left; margin-left: -1px; background: #ffffff; } .pagination li a, .pagination li span { color: #000; border: 1px solid #e2e2e2; padding: 0 22px; display: inline-block; } .pagination li a:focus, .pagination li a:hover, .pagination li span:focus, .pagination li span.current, .pagination li span:hover { color: #f97339; } .kd-navigation { overflow: hidden; clear: both; margin: 0; padding: 20px 0 20px 0; } .kd-navigation.margin-top--30 { margin-top: -30px; } .kd-navigation .new-post, .kd-navigation .old-post { position: relative; font-size: 10px; font-weight: 700; text-transform: uppercase; line-height: 36px; padding: 0 20px; float: left; letter-spacing: 0.1em; z-index: 9; color: #000; border: 1px solid #e5e5e5; background: #ffffff; } .kd-navigation a:hover { color: #f97339; } .kd-navigation .old-post { float: right; } .kd-navigation .new-post:before { content: '\f104'; font-family: 'FontAwesome'; display: inline-block; margin-right: 5px; } .kd-navigation .old-post:after { content: '\f105'; font-family: 'FontAwesome'; display: inline-block; margin-left: 5px; } /* 5.2 Layout List */ .post-list .post { margin-bottom: 30px; } .post-list .post-media { padding-right: 20px; width: 320px; height: 270px; margin-bottom: 0; float: left; } .post-list .post-media a { position: relative; display: inline-block; width: 100%; height: 100%; background-repeat: no-repeat; background-size: cover; background-position: center; overflow: hidden; webkit-transition: 0.4s ease-in-out; -ms-transition: 0.4s ease-in-out; -moz-transition: 0.4s ease-in-out; -o-transition: 0.4s ease-in-out; transition: 0.4s ease-in-out; } .post-list .post-media a img { display: none; } .post-list .post-content { padding: 20px; text-align: left; } .post-list .post-cat { text-align: left; margin-bottom: 0; } .post-list .title { font-size: 20px; line-height: 1.6em; padding-top: 0; } .post-list .the-excerpt { padding-bottom: 0; } /* 5.3 Layout Grid */ .blog-grids { margin-left: -15px; margin-right: -15px; } .blog-grids:after { content: ''; display: block; clear: both; } .post-grid { width: 50%; float: left; padding-left: 15px; padding-right: 15px; } .post-grid .post-content { padding: 35px 20px 15px 20px; } .post-grid .read-more { margin-top: 10px; margin-bottom: 50px; } .post-grid .title { font-size: 20px; line-height: 1.6em; } .blog-grids .post { margin-bottom: 30px; } .blog-grids .post-footer { padding-top: 10px; } /* 5.4 Single */ .post-single .post { margin-bottom: 0; } .post-single .pagination-wrap { margin-top: 30px; margin-bottom: 0; } .post-tags a { margin-top: 10px; } .post-tags a:before { content: '\f02b'; font-family: 'FontAwesome'; padding-right: 5px; } .post-tags.tagcloud a:hover { text-decoration: none; } #post-author { margin-top: 50px; padding: 30px 40px; background: #ffffff; -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.3); -khtml-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.3); -moz-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.3); -ms-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.3); -o-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.3); box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2); } .avatar-author { float: left; border-radius: 50%; width: 120px; overflow: hidden; } .post-author-content { margin-left: 120px; padding-left: 30px; text-align: left; } .author-description { padding-top: 5px; } .author-name .title { font-size: 20px; line-height: 1.8em; letter-spacing: 1px; } .author-socials { margin-left: 120px; padding-left: 32px; color: #555555; padding-top: 15px; } .author-socials a { margin-right: 10px; font-size: 18px; } .related-posts { overflow: hidden; margin-top: 40px; } .related-wrap { margin-left: -15px; margin-right: -15px; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; overflow-y: hidden; vertical-align: top; min-height: .01%; overflow-x: auto; } .related-posts .title { font-size: 16px; text-align: center; } .related-table { margin-top: 20px; padding: 25px 20px; width: 100%; } .related-table tbody { vertical-align: top; } .related-table td { width: 33.333333%; padding-left: 15px; padding-right: 15px; } .related-table .image { padding-bottom: 65%; background-repeat: no-repeat; background-position: 50% 50%; background-size: cover; background-color: #ededed; } .related-item { background-color: #FFFFFF; } .related-content { text-align: center; background: #FFFFFF; padding: 24px 20px 18px; } .related-item .title { font-size: 15px; line-height: normal; letter-spacing: normal; } .related-item .item-meta { color: #585858; font-size: 11px; text-transform: uppercase; } /* 5.5 Page & Contact & Response */ .archive-detail { padding: 30px; margin-bottom: 40px; background: #ffffff; text-transform: uppercase; font-family: "PT Sans", 'serif'; letter-spacing: 0.1em; font-size: 16px; text-align: center; font-weight: 700; } .archive-name { color: #f97339; } /* Comment */ #comments { margin-top: 50px; padding: 40px 40px 30px; background: #FFFFFF; margin-bottom: 20px; } .comment-list #respond { padding-bottom: 35px; border-bottom: 1px solid #eee; margin-bottom: 35px; } #comments-title { font-size: 16px; text-align: center; text-transform: uppercase; padding-bottom: 20px; } .screen-reader-text { font-size: 13px; line-height: normal; display: inline-block; margin-bottom: 10px; clip: rect(1px, 1px, 1px, 1px); position: absolute !important; height: 1px; width: 1px; overflow: hidden; } #comments ul.comment-list { margin: 0; padding: 0; padding-top: 20px; list-style: none; } #comments ul.comment-list ul { list-style: none; padding-left: 30px; } #comments ul.comment-list > li:last-child .comment-body { margin-bottom: 0; padding-bottom: 0; border-bottom: none; } #comments .comment-reply { float: right; } #comments .comment-reply a { padding: 3px 18px; display: inline-block; font-size: 13px; background-color: #f5f5f5; } #comments .comment-reply a:first-child { margin-right: 5px; } #comments .comment-reply a:last-child { margin-right: 0; } #comments .comment-reply a:hover { color: #fff; background-color: #f97339; } #comments .comment-author { margin-top: 0; margin-bottom: 0; font-family: 'PT Sans', sans-serif; font-size: 16px; line-height: normal; text-transform: uppercase; letter-spacing: 1px; color: #000000; } #comments .comment-author a, #respond .logged-in-as a { color: #222222; } #comments .comment-author a:hover, #respond .logged-in-as a:hover { color: #f97339; } #comments .comment-date { font-size: 12px; } #comments .comment-date:before { content: '-'; margin-right: 10px; } #comments .comment-content { letter-spacing: 0.5px; margin-top: 5px; } #comments .comment-canter li { list-style: initial; } #comments .comment-body { padding-bottom: 20px; margin-bottom: 30px; border-bottom: 1px solid #EEEEEE; } #comments .comment-avartar { float: left; } #comments .comment-avartar img { border-radius: 50%; } .comment-context { margin-left: 70px; padding-left: 20px; } #comments .edit-link { font-size: 12px; } .bypostauthor { display: block; } .form-submit input[type="submit"]:hover { background-color: #f97339; color: #FFFFFF; } #comments.no-comment { border-bottom: none; } .nav-links > div { color: #000; background-color: #f5f5f5; font-size: 10px; font-family: 'PT Sans', sans-serif; padding: 0 10px; margin-bottom: 10px; display: inline-block; text-transform: uppercase; line-height: 2.5em; } .nav-links a { color: inherit; } .nav-links .nav-previous { float: left; } .nav-links .nav-next { float: right; } .nav-links a:hover { color: #f97339; } /* Response */ #respond { padding-top: 20px; } #respond.comment-close { padding: 20px; padding-top: 0; } #respond .title { font-size: 16px; text-transform: uppercase; padding-bottom: 20px; } ul #respond { padding: 0; padding-top: 35px; } #respond form { } #cancel-comment-reply-link { margin-left: 10px; font-style: italic; } .contact-item { margin-bottom: 25px; } .contact-double-item { margin-left: -10px; margin-right: -10px; } .contact-double-item:after { content: ''; display: block; clear: both; } .contact-double-item .contact-item { float: left; width: 50%; padding-left: 10px; padding-right: 10px; } .form-submit { margin-bottom: 0; } .contact-item:last-child, .form-submit .contact-item { margin-bottom: 0; } .contact-item label { font-style: italic; line-height: 1.8em; font-size: 14px; } .contact-item textarea { min-height: 120px; resize: none; vertical-align: middle; border-radius: 0; padding-top: 10px; } .form-submit input { background: #f97339; line-height: 2.4em; min-width: 100px; padding-left: 20px; padding-right: 20px; display: inline-block; text-align: center; color: #ffffff; border: none; } .form-login-logout { padding-bottom: 10px; } .form-login-logout a { color: #f97339; } /* 404 page */ .post_404_not_found { text-align: center; margin-bottom: 0; background-color: #ffffff; padding-top: 50px; padding-bottom: 50px; } .page_title_404 { font-size: 200px; margin: 0; line-height: normal; } .page_title_404 span { color: #f97339; } .page_sub_title_404 { font-size: 20px; text-transform: uppercase; line-height: 1.8em; } .page_message_404 { padding-top: 12px; font-style: italic; } .post_404_not_found .widget_search { width: 60%; margin: 0 auto; } .go-to-home { font-size: 12px; line-height: 1.8; font-style: italic; font-weight: 700; text-transform: uppercase; padding-top: 30px; } .go-to-home a { display: inline-block; color: #fff; background-color: #f97339; cursor: pointer; letter-spacing: 2px; padding: 12px 30px; } @media screen and (max-width: 1230px) and (min-width: 991px) { .post-list .post-cat { margin-bottom: 0; } .post-list .title { font-size: 18px; } .post-list .post-detail { display: none; } } @media screen and (max-width: 990px) { .wrapper-posts > .kd-col { padding-left: 0; padding-right: 0; } [data-sidebar="left"] .wrapper-posts, [data-sidebar="right"] .wrapper-posts { width: 100%; max-width: 767px; margin: 0 auto; float: none; } .post-grid { /*position: static !important;*/ width: 100%; float: none; } .post-list .post-media { padding-right: 0; width: 100%; height: auto; margin-bottom: 0; float: none; } .post-list .post-media a { background: none !important; } .post-list .post-media a img { display: block; } .post-list .post-cat { text-align: center; } .post-list .post-content { padding-left: 40px; padding-right: 40px; text-align: center; } .post-content { padding: 35px 30px 20px 30px; } #post-author { padding-left: 30px; padding-right: 30px; } #comments { padding-left: 30px; padding-right: 30px; } .post.sticky:after { content: normal; } .pagination-wrap { padding-left: 15px; padding-right: 15px; } } @media screen and (max-width: 767px) { .related-table tbody tr td { white-space: nowrap; } .contact-double-item { margin-left: 0; margin-right: 0; } .contact-double-item .contact-item { float: none; width: 100%; padding-left: 0; padding-right: 0; } .contact-double-item .contact-item:last-child { margin-bottom: 25px; } } @media screen and (max-width: 600px) { .title { font-size: 20px; } #post-author { padding-left: 20px; padding-right: 20px; -webkit-box-shadow: none; -khtml-box-shadow: none; -moz-box-shadow: none; -ms-box-shadow: none; -o-box-shadow: none; box-shadow: none; border-left: none; } .post-content { padding: 25px 20px 20px 20px; } .avatar-author { float: none; margin-bottom: 10px; } .post-author-content { margin-left: 0; padding-left: 0; } .author-socials { margin-left: 0; padding-left: 2px; } #comments { padding-left: 20px; padding-right: 20px; } #comments .comment-body, #comments ul.comment-list > li:last-child .comment-body { position: relative; padding-bottom: 50px; } .comment-reply { position: absolute; right: 0; bottom: 10px; } #comments ul.comment-list ul { padding-left: 0; } .page_title_404 { font-size: 100px; } } /* 6. Footer */ .footer { padding-top: 60px; } .instagram-text { color: #000000; line-height: 70px; background-color: #ffffff; font-size: 14px; text-align: center; letter-spacing: 2px; text-transform: uppercase; } .instagram-feeds { list-style: none; outline: none; padding: 0; margin: 0; overflow: hidden; } .instagram-item { width: 100%; display: inline-block; float: left; position: relative; cursor: pointer; } .instagram-item img { display: none; } .instagram-item:after { content: ''; display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 1; background: rgba(223, 186, 105, 0.1); visibility: visible; opacity: 1; } .instagram-item:hover:after { visibility: hidden; opacity: 0; } .instagram-item a { padding-bottom: 100%; display: block; background-size: cover; } .footer-info { text-align: center; } .footer-info .wrap-logo { padding-top: 60px; padding-bottom: 0; } .footer-info .wrap-logo.logo-image { padding: 0; } .footer-info .list-socials { padding-top: 20px; margin-bottom: 40px; } .footer-info .wrap-logo .logo a { font-size: 70px; } .footer-info .wrap-logo .slogan { font-size: 14px; } .footer-info .list-socials a { margin-right: 30px; font-size: 20px; } .footer-info .list-socials a:last-child { margin-right: 0; } .copyright { position: relative; z-index: 100; margin-top: 40px; line-height: 20px; padding: 20px 0; border-top: 1px solid #e2e2e2; font-size: 13px; background: #ffffff; letter-spacing: 1px; } .copyright-text { float: left; } .back-to-top { float: right; cursor: pointer; } .btn-back-to-top { position: fixed; width: 40px; height: 40px; bottom: 20px; right: 30px; background-color: rgba(249, 115, 57, 0.7); color: #ffffff; line-height: 40px; border-radius: 5px; cursor: pointer; visibility: hidden; opacity: 0; } .btn-back-to-top.active { visibility: visible; opacity: 0.8; } .btn-back-to-top:after { content: '\f106'; font-family: 'FontAwesome'; position: absolute; top: 0; left: 0; right: 0; bottom: 0; font-size: 18px; text-align: center; z-index: 99; } @media screen and (max-width: 767px) { .copyright { text-align: center; } .copyright-text { float: none; } .back-to-top { display: none; } .btn-back-to-top { z-index: 999; } } /* 7. Sidebar */ .sidebar { width: 330px; float: left; } .overlay-body { position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 998; background-color: rgba(0, 0, 0, 0.5); visibility: hidden; opacity: 0; cursor: pointer; } .sidebar-left-active { overflow-x: hidden; } .admin-bar.sidebar-left-active .navbar-fixed-top { top: 0; } .sidebar-left-active .overlay-body { visibility: visible; opacity: 1; } .sidebar-left-active .main-wrap { -ms-transform: translate3d(350px, 0px, 0px); -webkit-transform: translate3d(350px, 0px, 0px); transform: translate3d(350px, 0px, 0px); } .sidebar-left-active header { margin-top: 0; } .sidebar-left { position: fixed; top: 0; left: 0; width: 350px; height: 100%; overflow: auto; z-index: 999; -ms-transform: translate3d(-350px, 0px, 0px); -webkit-transform: translate3d(-350px, 0px, 0px); transform: translate3d(-350px, 0px, 0px); -webkit-transition: transform 0.5s; transition: transform 0.5s; background-color: #FFFFFF; } .admin-bar .sidebar-left { margin-top: 32px; } .sidebar-left .widget:first-of-type { padding-top: 40px; } .sidebar-left .widget:last-of-type { padding-bottom: 50px; } .sidebar-left-active .sidebar-left { -ms-transform: none; -webkit-transform: none; transform: none; } .sidebar-left .sidebar-content { background: #ffffff; } .sidebar-left .kd-col { padding-left: 0; padding-right: 0; } .sidebar-left .widget-title:after { content: normal; } .sidebar-left .widget { padding-left: 30px; padding-right: 30px; } .widget { padding: 0; margin-bottom: 40px; overflow: hidden; max-width: 500px; margin-left: auto; margin-right: auto; } .widget:last-child { margin-bottom: 0; } .widget iframe { width: 100%; } .widget-title, .widget .title { position: relative; display: block; font-weight: 700; font-family: "PT Sans", 'serif'; font-size: 14px; line-height: 24px; text-transform: uppercase; margin-top: 0; color: #000000; padding: 13px 10px; border: 1px solid #f97339; margin-bottom: 30px; text-align: center; } .widget-title:before { position: absolute; /*content: '';*/ display: block; width: 90px; height: 2px; background-color: #f97339; bottom: 0; left: 0; } .widget-title:after { /*content: '';*/ display: block; width: 100%; height: 2px; background-color: #dddddd; margin-top: 10px; margin-bottom: 25px; margin-left: auto; margin-right: auto; } .widget .title { font-size: 16px; line-height: 2em; padding-top: 20px; padding-bottom: 5px; } .widget .description { font-size: 13px; line-height: 2.1em; } .widget ul { font-size: 13px; line-height: 2.4em; margin: 0; list-style: none; padding: 0; } .widget li { font-size: 14px; border-bottom: 1px dashed #fafafa; } .widget li:last-child { border: none; padding-bottom: 0; } .widget li ul { padding-left: 15px; border-top: 1px dashed #fafafa; } .widget .current-cat { color: #a4b4c4; } .widget select { width: 100%; border: 1px solid #ddd; padding: 10px 12px; } #wp-calendar { width: 100%; } #wp-calendar caption { text-align: right; color: #6b6b6b; font-size: 12px; margin-bottom: 15px; padding-top: 0; padding-bottom: 8px; } #wp-calendar thead { font-size: 12px; } #wp-calendar thead th { padding-bottom: 10px; text-align: center; } #wp-calendar tfoot #prev { font-size: 10px; text-transform: uppercase; padding-top: 10px; } #wp-calendar tr td { border-left: 0; padding: 10px; } #wp-calendar tbody { color: #6b6b6b; } #wp-calendar tbody td { background: #fff; border: 1px solid #f6f6f6; text-align: center; padding: 8px; color: #6b6b6b; } .tagcloud a { font-size: 14px !important; background: #f0f0f0; padding: 3px 10px; margin-right: 5px; display: inline-block; color: #000; font-style: italic; } .tagcloud a:last-child:after { content: none; } .widget_search .wrap-search { position: relative; } .widget_search .search-submit { font-family: 'FontAwesome'; position: absolute; top: 0; right: 0; bottom: 0; background: #f97339; border: 1px solid transparent; width: 50px; display: inline-block; color: #f8f8f8; } .widget .tagcloud a { margin-bottom: 10px; } @media screen and (max-width: 990px) { .sidebar { width: 100%; max-width: 767px; margin: 0 auto; margin-top: 30px; float: none; } .sidebar-left .widget:first-of-type { padding-top: 0; } } @media screen and (max-width: 782px) { .admin-bar .sidebar-left { margin-top: 46px; } } @media screen and (max-width: 767px) { .sidebar-left .widget { padding-left: 10px; padding-right: 10px; } } @media screen and (max-width: 600px) { .sidebar-left { width: 250px; } } /* 9. Preloader */ @keyframes loader { 0%, 10%, 100% { width: 80px; height: 80px; } 65% { width: 150px; height: 150px; } } @keyframes loaderBlock { 0%, 30% { transform: rotate(0); } 55% { /*background-color: #a99f93;*/ background-color: #f97339; } 100% { transform: rotate(90deg); } } @keyframes loaderBlockInverse { 0%, 20% { transform: rotate(0); } 55% { background-color: #f97339; } 100% { transform: rotate(-90deg); } } .preloader { position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 9999; background: rgba(255, 255, 255, 0.95); visibility: visible; opacity: 1; transition: all 1s; } .kd-hidden { visibility: hidden; opacity: 0; } .loader { position: absolute; top: 50%; left: 50%; width: 80px; height: 80px; transform: translate(-50%, -50%) rotate(45deg) translate3d(0, 0, 0); animation: loader 1.2s infinite ease-in-out; } .loader span { position: absolute; display: block; width: 40px; height: 40px; background-color: #a99f93; animation: loaderBlock 1.2s infinite ease-in-out both; } .loader span:nth-child(1) { top: 0; left: 0; } .loader span:nth-child(2) { top: 0; right: 0; animation: loaderBlockInverse 1.2s infinite ease-in-out both; } .loader span:nth-child(3) { bottom: 0; left: 0; animation: loaderBlockInverse 1.2s infinite ease-in-out both; } .loader span:nth-child(4) { bottom: 0; right: 0; } /* 10. Custom CSS */ .kd-wrap-shortcode .kd-images-slider .owl-controls { top: 100%; -ms-transform: translateY(-100%); -webkit-transform: translateY(-100%); transform: translateY(-100%); text-align: center; padding-bottom: 10px; } .kd-wrap-shortcode .owl-page { display: inline-block; width: 10px; height: 10px; border-radius: 50%; border: 1px solid #f97339; margin-left: 5px; } .kd-wrap-shortcode .owl-page:first-child { margin-left: 0; } .kd-wrap-shortcode .owl-page.active { background: #f97339; } .kd-wrap-shortcode .kd-quote { padding: 45px 40px 0 40px; text-align: center; } .kd-wrap-shortcode blockquote:before { content: normal; } .kd-wrap-shortcode blockquote cite { font-size: 14px; font-weight: 700; } @media screen and (max-width: 990px) { .kd-wrap-shortcode .kd-quote { padding: 35px 30px 0 30px; } } @media screen and (max-width: 600px) { .kd-wrap-shortcode .kd-quote { padding: 25px 20px 0 20px; } } .embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video { position: absolute; top: 0; bottom: 0; left: 0; width: 100%; height: 100%; border: 0; } .embed-responsive { position: relative; display: block; height: 0; padding: 0; overflow: hidden; } .embed-responsive-16by9 { padding-bottom: 56.25%; }