/*! Theme Name: Albatross Theme URI: Author: MotoPress Author URI: https://motopress.com/ Description: Albatross - Free Elementor WordPress Theme. Version: 0.0.1 Tested up to: 5.4 Requires PHP: 5.6 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Text Domain: albatross Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready This theme, like WordPress, is licensed under the GPL. Use it to make something cool, have fun, and share what you've learned. Albatross is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc. Underscores is distributed under the terms of the GNU GPL v2 or later. Normalizing styles have been helped along thanks to the fine work of Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/ */ /*-------------------------------------------------------------- >>> TABLE OF CONTENTS: ---------------------------------------------------------------- # Generic - Normalize - Box sizing # Base - Typography - Elements - Links - Forms ## Layouts # Components - Navigation - Posts and pages - Comments - Widgets - Media - Captions - Galleries # plugins - Jetpack infinite scroll # Utilities - Accessibility - Alignments --------------------------------------------------------------*/ /*-------------------------------------------------------------- # Generic --------------------------------------------------------------*/ /* Normalize --------------------------------------------- */ /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */ /* Document ========================================================================== */ /** * 1. Correct the line height in all browsers. * 2. Prevent adjustments of font size after orientation changes in iOS. */ html { line-height: 1.15; -webkit-text-size-adjust: 100%; } /* Sections ========================================================================== */ /** * Remove the margin in all browsers. */ body { margin: 0; } /** * Render the `main` element consistently in IE. */ main { display: block; } /** * Correct the font size and margin on `h1` elements within `section` and * `article` contexts in Chrome, Firefox, and Safari. */ h1 { font-size: 2em; margin: 0.67em 0; } /* Grouping content ========================================================================== */ /** * 1. Add the correct box sizing in Firefox. * 2. Show the overflow in Edge and IE. */ hr { box-sizing: content-box; height: 0; overflow: visible; } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ pre { font-family: monospace, monospace; font-size: 1em; } /* Text-level semantics ========================================================================== */ /** * Remove the gray background on active links in IE 10. */ a { background-color: transparent; } /** * 1. Remove the bottom border in Chrome 57- * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */ abbr[title] { border-bottom: none; text-decoration: underline; text-decoration: underline dotted; } /** * Add the correct font weight in Chrome, Edge, and Safari. */ b, strong { font-weight: bolder; } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ code, kbd, samp { font-family: monospace, monospace; font-size: 1em; } /** * Add the correct font size in all browsers. */ small { font-size: 80%; } /** * Prevent `sub` and `sup` elements from affecting the line height in * all browsers. */ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sub { bottom: -0.25em; } sup { top: -0.5em; } /* Embedded content ========================================================================== */ /** * Remove the border on images inside links in IE 10. */ img { border-style: none; } /* Forms ========================================================================== */ /** * 1. Change the font styles in all browsers. * 2. Remove the margin in Firefox and Safari. */ button, .edit-link .post-edit-link, input, optgroup, select, textarea { font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; } /** * Show the overflow in IE. * 1. Show the overflow in Edge. */ button, .edit-link .post-edit-link, input { overflow: visible; } /** * Remove the inheritance of text transform in Edge, Firefox, and IE. * 1. Remove the inheritance of text transform in Firefox. */ button, .edit-link .post-edit-link, select { text-transform: none; } /** * Correct the inability to style clickable types in iOS and Safari. */ button, .edit-link .post-edit-link, [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; } /** * Remove the inner border and padding in Firefox. */ button::-moz-focus-inner, .edit-link .post-edit-link::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; } /** * Restore the focus styles unset by the previous rule. */ button:-moz-focusring, .edit-link .post-edit-link:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; } /** * Correct the padding in Firefox. */ fieldset { padding: 0.35em 0.75em 0.625em; } /** * 1. Correct the text wrapping in Edge and IE. * 2. Correct the color inheritance from `fieldset` elements in IE. * 3. Remove the padding so developers are not caught out when they zero out * `fieldset` elements in all browsers. */ legend { box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; } /** * Add the correct vertical alignment in Chrome, Firefox, and Opera. */ progress { vertical-align: baseline; } /** * Remove the default vertical scrollbar in IE 10+. */ textarea { overflow: auto; } /** * 1. Add the correct box sizing in IE 10. * 2. Remove the padding in IE 10. */ [type="checkbox"], [type="radio"] { box-sizing: border-box; padding: 0; } /** * Correct the cursor style of increment and decrement buttons in Chrome. */ [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; } /** * 1. Correct the odd appearance in Chrome and Safari. * 2. Correct the outline style in Safari. */ [type="search"] { -webkit-appearance: textfield; outline-offset: -2px; } /** * Remove the inner padding in Chrome and Safari on macOS. */ [type="search"]::-webkit-search-decoration { -webkit-appearance: none; } /** * 1. Correct the inability to style clickable types in iOS and Safari. * 2. Change font properties to `inherit` in Safari. */ ::-webkit-file-upload-button { -webkit-appearance: button; font: inherit; } /* Interactive ========================================================================== */ /* * Add the correct display in Edge, IE 10+, and Firefox. */ details { display: block; } /* * Add the correct display in all browsers. */ summary { display: list-item; } /* Misc ========================================================================== */ /** * Add the correct display in IE 10+. */ template { display: none; } /** * Add the correct display in IE 10. */ [hidden] { display: none; } /* Box sizing --------------------------------------------- */ /* Inherit box-sizing to more easily change it's value on a component level. @link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */ *, *::before, *::after { box-sizing: inherit; } html { box-sizing: border-box; } /*-------------------------------------------------------------- # Base --------------------------------------------------------------*/ /* Typography --------------------------------------------- */ html { font-size: 18px; } body, button, .edit-link .post-edit-link, input, select, optgroup, textarea { color: #455d58; font-family: "Montserrat", sans-serif; font-size: 1rem; line-height: 1.5; } h1, h2, h3, h4, h5, h6 { clear: both; font-family: "Amiri", serif; margin-top: 1.5em; margin-bottom: .5em; font-weight: normal; } h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child { margin-top: 0; } h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child { margin-bottom: 0; } h1 { font-size: 65px; line-height: 75px; } @media (min-width: 992px) { h1 { font-size: 130px; line-height: 120px; } } h2 { font-size: 55px; line-height: 65px; } h3 { font-size: 38px; line-height: 44px; } h4 { font-size: 30px; line-height: 38px; } h5 { font-size: 18px; line-height: 20px; font-family: "Montserrat", sans-serif; } h6 { font-size: 15px; line-height: 18px; font-family: "Montserrat", sans-serif; } p { margin-bottom: 1.5em; margin-top: 0; } p:last-child { margin-bottom: 0; } dfn, cite, em, i { font-style: italic; } blockquote { margin-left: auto; margin-right: auto; border: 1px solid #dadfde; border-radius: 4px; padding: 34px; line-height: 40px; background: #f6f4f2; } blockquote cite { font-style: italic; font-size: 15px; } address { margin: 0 0 1.5em; } pre { background: #eee; font-family: "Courier 10 Pitch", courier, monospace; line-height: 1.6; margin-bottom: 1.6em; max-width: 100%; overflow: auto; padding: 1.6em; } code, kbd, tt, var { font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace; } abbr, acronym { border-bottom: 1px dotted #dadfde; cursor: help; } mark, ins { background: #fff9c0; text-decoration: none; } big { font-size: 125%; } /* Elements --------------------------------------------- */ body { background: #faf7f2; } hr { background-color: #dadfde; border: 0; height: 1px; margin-bottom: 35px; margin-top: 35px; } ul, ol { margin: 0 0 1.5em; padding: 0 0 0 1.5em; } ul li, ol li { margin-bottom: 1.5em; } ul li:last-child, ol li:last-child { margin-bottom: 0; } ul { list-style: disc; } ol { list-style: decimal; } li > ul, li > ol { margin-bottom: 0; margin-left: 1.5em; margin-top: 1.5em; } dt { font-weight: 700; } dd { margin: 0 1.5em 1.5em; } /* Make sure embeds and iframes fit their containers. */ embed, iframe, object { max-width: 100%; } img { height: auto; max-width: 100%; } figure { margin: 1em 0; } table { margin: 0 0 1.5em; width: 100%; border-collapse: collapse; } table td, table th { border: 1px solid #dadfde; padding: 10px; } @media (min-width: 768px) { table td, table th { padding: 10px 15px; } } @media (min-width: 992px) { table td, table th { padding: 20px 35px; } } /* Links --------------------------------------------- */ a { color: #fc9285; text-decoration: none; transition: .3s; } a:visited { color: #fc9285; } a:hover, a:focus, a:active { color: #fc9285; text-decoration: underline; } a:focus { outline: thin dotted; } a:hover, a:active { outline: 0; } /* Forms --------------------------------------------- */ button, .edit-link .post-edit-link, input[type="button"], input[type="reset"], input[type="submit"], .more-link { background: #455d58; color: #fff; font-size: 15px; line-height: 21px; padding: 17px 20px; border: 0; border-radius: 0; text-transform: uppercase; font-weight: 600; letter-spacing: 0.05em; transition: .3s; text-decoration: none; } button:hover, .edit-link .post-edit-link:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .more-link:hover { color: #fff; cursor: pointer; background-color: #fc9285; text-decoration: none; } button:focus, .edit-link .post-edit-link:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, .more-link:focus { background-color: #fc9285; } input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea { color: #455d58; border: 1px solid #ccc; border-radius: 0; padding: 16px 18px; line-height: 21px; display: block; width: 100%; background: #faf7f2; } select { border: 1px solid #ccc; height: 55px; padding: 0 16px; } textarea { width: 100%; } label { font-size: 15px; line-height: 28px; letter-spacing: 0.02em; margin-bottom: 4px; display: inline-block; } input[type="checkbox"], input[type="radio"] { display: inline-block; margin: 3px 5px 0 0; } input[type="checkbox"] + label, input[type="radio"] + label { display: inline; } form > * { margin-bottom: 30px; } form > *:last-child { margin-bottom: 0; } /*-------------------------------------------------------------- # Layouts --------------------------------------------------------------*/ /*-------------------------------------------------------------- # Components --------------------------------------------------------------*/ /* Navigation --------------------------------------------- */ .social-menu a[href*="twitter.com"]:before, .social-menu a[href*="facebook.com"]:before, .social-menu a[href*="plus.google.com"]:before, .social-menu a[href*="pinterest.com"]:before, .social-menu a[href*="foursquare.com"]:before, .social-menu a[href*="yahoo.com"]:before, .social-menu a[href*="skype:"]:before, .social-menu a[href*="yelp.com"]:before, .social-menu a[href*="linkedin.com"]:before, .social-menu a[href*="viadeo.com"]:before, .social-menu a[href*="xing.com"]:before, .social-menu a[href*="soundcloud.com"]:before, .social-menu a[href*="spotify.com"]:before, .social-menu a[href*="last.fm"]:before, .social-menu a[href*="youtube.com"]:before, .social-menu a[href*="vimeo.com"]:before, .social-menu a[href*="vine.com"]:before, .social-menu a[href*="flickr.com"]:before, .social-menu a[href*="500px.com"]:before, .social-menu a[href*="instagram.com"]:before, .social-menu a[href*="tumblr.com"]:before, .social-menu a[href*="reddit.com"]:before, .social-menu a[href*="dribbble.com"]:before, .social-menu a[href*="stumbleupon.com"]:before, .social-menu a[href*="digg.com"]:before, .social-menu a[href*="behance.net"]:before, .social-menu a[href*="delicious.com"]:before, .social-menu a[href*="deviantart.com"]:before, .social-menu a[href*="play.com"]:before, .social-menu a[href*="wikipedia.com"]:before, .social-menu a[href*="apple.com"]:before, .social-menu a[href*="github.com"]:before, .social-menu a[href*="github.io"]:before, .social-menu a[href*="windows.com"]:before, .social-menu a[href*="tripadvisor."]:before, .social-menu a[href*="slideshare.net"]:before, .social-menu a[href*=".rss"]:before, .social-menu a[href*="vk.com"]:before { font-weight: normal; } .social-menu { list-style: none; display: flex; align-items: center; flex-wrap: wrap; justify-content: center; margin: 0; padding: 0; } @media (min-width: 768px) { .social-menu { justify-content: flex-start; } } .social-menu li { margin: 0; padding: 0; } .social-menu a { text-align: center; position: relative; text-decoration: none; padding: 5px 10px; font-size: 18px; color: inherit; } .social-menu a:hover { text-decoration: none; color: #fc9285; } .social-menu a .menu-text { clip: rect(1px, 1px, 1px, 1px); position: absolute; height: 1px; width: 1px; overflow: hidden; } .social-menu a:before { font-family: "Font Awesome 5 Brands", "Font Awesome 5 Free"; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-indent: 0px; display: inline-block; content: "\f129"; font-weight: 700; } .social-menu a:empty { width: 1em; } .social-menu a[href*="twitter.com"]:before { content: "\f099"; } .social-menu a[href*="facebook.com"]:before { content: "\f39e"; } .social-menu a[href*="google.com"]:before { content: "\f2b3"; } .social-menu a[href*="/map"]:before { content: "\f3c5"; } .social-menu a[href*="pinterest.com"]:before { content: "\f0d2"; } .social-menu a[href*="foursquare.com"]:before { content: "\f180"; } .social-menu a[href*="yahoo.com"]:before { content: "\f19e"; } .social-menu a[href*="skype:"]:before { content: "\f17e"; } .social-menu a[href*="yelp.com"]:before { content: "\f1e9"; } .social-menu a[href*="linkedin.com"]:before { content: "\f08c"; } .social-menu a[href*="viadeo.com"]:before { content: "\f2a9"; } .social-menu a[href*="xing.com"]:before { content: "\f168"; } .social-menu a[href*="soundcloud.com"]:before { content: "\f1be"; } .social-menu a[href*="spotify.com"]:before { content: "\f1bc"; } .social-menu a[href*="last.fm"]:before { content: "\f202"; } .social-menu a[href*="youtube.com"]:before { content: "\f167"; } .social-menu a[href*="vimeo.com"]:before { content: "\f40a"; } .social-menu a[href*="vine.com"]:before { content: "\f1ca"; } .social-menu a[href*="flickr.com"]:before { content: "\f16e"; } .social-menu a[href*="500px.com"]:before { content: "\f26e"; } .social-menu a[href*="instagram.com"]:before { content: "\f16d"; } .social-menu a[href*="tumblr.com"]:before { content: "\f173"; } .social-menu a[href*="reddit.com"]:before { content: "\f1a1"; } .social-menu a[href*="dribbble.com"]:before { content: "\f17d"; } .social-menu a[href*="stumbleupon.com"]:before { content: "\f1a4"; } .social-menu a[href*="digg.com"]:before { content: "\f1a6"; } .social-menu a[href*="behance.net"]:before { content: "\f1b4"; } .social-menu a[href*="delicious.com"]:before { content: "\f1a5"; } .social-menu a[href*="deviantart.com"]:before { content: "\f1bd"; } .social-menu a[href*="play.com"]:before { content: "\f04b"; } .social-menu a[href*="wikipedia.com"]:before { content: "\f266"; } .social-menu a[href*="apple.com"]:before { content: "\f179"; } .social-menu a[href*="github.com"]:before { content: "\f09b"; } .social-menu a[href*="github.io"]:before { content: "\f09b"; } .social-menu a[href*="windows.com"]:before { content: "\f17a"; } .social-menu a[href*="tripadvisor."]:before { content: "\f262"; } .social-menu a[href*="slideshare.net"]:before { content: "\f1e7"; } .social-menu a[href*=".rss"]:before { content: "\f09e"; } .social-menu a[href*="vk.com"]:before { content: "\f189"; } .social-menu a[href*="tel:"]:before { content: '\f879'; } .social-menu a[href*="mailto:"]:before { content: "\f0e0"; } .main-navigation { color: #455d58; font-size: 15px; } .main-navigation .primary-menu > ul > li, .main-navigation .primary-menu > li { width: 100%; padding: 0 10px; margin-bottom: 15px; height: auto; } @media (min-width: 768px) { .main-navigation .primary-menu > ul > li, .main-navigation .primary-menu > li { width: 50%; padding: 0 15px; } } @media (min-width: 992px) { .main-navigation .primary-menu > ul > li, .main-navigation .primary-menu > li { padding: 0 30px; width: 25%; margin-bottom: 50px; } } @media (min-width: 1470px) { .main-navigation .primary-menu > ul > li, .main-navigation .primary-menu > li { padding: 0 100px; } } @media (min-width: 768px) { .main-navigation .primary-menu > ul > li:last-child:after, .main-navigation .primary-menu > ul > li:nth-child(2n):after, .main-navigation .primary-menu > li:last-child:after, .main-navigation .primary-menu > li:nth-child(2n):after { display: none; } } @media (min-width: 992px) { .main-navigation .primary-menu > ul > li:last-child:after, .main-navigation .primary-menu > ul > li:nth-child(4n):after, .main-navigation .primary-menu > li:last-child:after, .main-navigation .primary-menu > li:nth-child(4n):after { display: none; } } @media (min-width: 992px) { .main-navigation .primary-menu > ul > li:nth-child(4n), .main-navigation .primary-menu > li:nth-child(4n) { padding-right: 0; } .main-navigation .primary-menu > ul > li:nth-child(5n), .main-navigation .primary-menu > ul > li:first-child, .main-navigation .primary-menu > li:nth-child(5n), .main-navigation .primary-menu > li:first-child { padding-left: 0; } } .main-navigation .primary-menu > ul > li:after, .main-navigation .primary-menu > li:after { display: block; position: absolute; right: 0; top: 0; bottom: 0; width: 2px; background: linear-gradient(to bottom, #dadfde 0%, rgba(218, 223, 222, 0) 100%); } @media (min-width: 768px) { .main-navigation .primary-menu > ul > li:after, .main-navigation .primary-menu > li:after { content: ''; } } .main-navigation .primary-menu > ul > li > a, .main-navigation .primary-menu > li > a { padding: 0; font-size: 24px; line-height: 30px; font-family: "Amiri", serif; } @media (min-width: 992px) { .main-navigation .primary-menu > ul > li > a, .main-navigation .primary-menu > li > a { font-size: 28px; line-height: 34px; } } @media (min-width: 1470px) { .main-navigation .primary-menu > ul > li > a, .main-navigation .primary-menu > li > a { font-size: 38px; line-height: 44px; } } .main-navigation .primary-menu > ul > li > a:not(:last-child), .main-navigation .primary-menu > li > a:not(:last-child) { margin-bottom: 10px; } @media (min-width: 992px) { .main-navigation .primary-menu > ul > li > a:not(:last-child), .main-navigation .primary-menu > li > a:not(:last-child) { margin-bottom: 20px; } } @media (min-width: 1470px) { .main-navigation .primary-menu > ul > li > a:not(:last-child), .main-navigation .primary-menu > li > a:not(:last-child) { margin-bottom: 50px; } } .main-navigation ul { display: flex; flex-wrap: wrap; list-style: none; margin: 0; padding: 0; } .main-navigation ul ul { flex-direction: column; } .main-navigation ul ul ul { padding-left: 15px; display: none; } .main-navigation ul ul ul.toggled-on { display: flex; } .main-navigation li { display: block; position: relative; margin: 0; } .main-navigation li:hover > a { color: #fc9285; } .main-navigation li:hover > .dropdown-toggle { background: linear-gradient(#fc9285, #fc9285), linear-gradient(#fc9285, #fc9285); background-size: 14px 2px, 2px 14px; background-position: center; background-repeat: no-repeat; } .main-navigation li:hover > .dropdown-toggle.toggled-on { background-size: 14px 2px, 2px 0; } .main-navigation a { display: block; text-decoration: none; color: inherit; padding: 8px 0; } .main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation .current_page_ancestor > a, .main-navigation .current-menu-ancestor > a { color: #fc9285; } .main-navigation .menu-item-has-children > a { padding-right: 25px; } .main-navigation .dropdown-toggle { display: block; position: absolute; right: 0; top: 8px; color: inherit; width: 20px; height: 20px; padding: 0; background: linear-gradient(currentColor, currentColor), linear-gradient(currentColor, currentColor); background-position: center; background-size: 14px 2px, 2px 14px; background-repeat: no-repeat; outline: none; } .main-navigation .dropdown-toggle.toggled-on { background-size: 14px 2px, 2px 0; } .primary-menu-more, .header-menu-container { font-size: 15px; } .primary-menu-more .header-menu, .header-menu-container .header-menu { display: flex; align-items: center; flex-wrap: nowrap; } .primary-menu-more ul, .header-menu-container ul { list-style: none; padding: 0; margin: 0; } .primary-menu-more ul ul, .header-menu-container ul ul { position: absolute; opacity: 0; visibility: hidden; top: 120%; transition: .3s; background: #fff; box-shadow: 0 0 20px rgba(69, 93, 88, 0.1); padding-top: 10px; padding-bottom: 10px; z-index: 10; } .primary-menu-more ul ul.toleft, .header-menu-container ul ul.toleft { right: 0; left: auto; } .primary-menu-more ul ul ul, .header-menu-container ul ul ul { top: 100%; left: 100%; right: auto; } .primary-menu-more ul ul ul.toleft, .header-menu-container ul ul ul.toleft { right: 100%; left: auto; } .primary-menu-more ul ul li:hover > ul, .header-menu-container ul ul li:hover > ul { top: 25%; } .primary-menu-more ul ul li:hover > a:after, .header-menu-container ul ul li:hover > a:after { transform: rotate(-90deg); } .primary-menu-more ul ul a, .header-menu-container ul ul a { padding: 8px 15px; width: 200px; font-weight: normal; text-transform: none; color: #455d58; } .primary-menu-more ul ul .menu-item-has-children > a:after, .header-menu-container ul ul .menu-item-has-children > a:after { top: 12px; } .primary-menu-more li, .header-menu-container li { position: relative; padding: 0; margin: 0; } .primary-menu-more li:hover > ul, .header-menu-container li:hover > ul { top: 100%; opacity: 1; visibility: visible; } .primary-menu-more li:hover > a, .header-menu-container li:hover > a { text-decoration: none; color: #fc9285; } .primary-menu-more a, .header-menu-container a { display: block; text-transform: uppercase; color: inherit; font-weight: 600; padding: 10px; } .primary-menu-more .current_page_item > a, .primary-menu-more .current-menu-item > a, .primary-menu-more .current_page_ancestor > a, .primary-menu-more .current-menu-ancestor > a, .header-menu-container .current_page_item > a, .header-menu-container .current-menu-item > a, .header-menu-container .current_page_ancestor > a, .header-menu-container .current-menu-ancestor > a { color: #fc9285; } .primary-menu-more .menu-item-has-children > a, .header-menu-container .menu-item-has-children > a { padding-right: 25px; position: relative; } .primary-menu-more .menu-item-has-children > a:after, .header-menu-container .menu-item-has-children > a:after { content: "\f078"; font-family: "Font Awesome 5 Free"; font-weight: 900; position: absolute; right: 10px; top: 14px; font-size: 10px; transition: transform .3s; } .primary-menu-more-toggle { padding: 6px 0 0 20px; background: transparent; outline: none; color: inherit; height: 42px; } .primary-menu-more-toggle svg { fill: currentColor; } .primary-menu-more-toggle.is-empty { display: none; } .primary-menu-more-toggle:focus, .primary-menu-more-toggle:active, .primary-menu-more-toggle:hover { color: inherit; background: transparent; } .comment-navigation, .posts-navigation, .post-navigation { margin-right: auto; margin-left: auto; } .comment-navigation .nav-links, .posts-navigation .nav-links, .post-navigation .nav-links { display: flex; } .comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous { flex: 1 0 50%; } .comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next { text-align: end; flex: 1 0 50%; } .post-navigation { max-width: 1620px; margin-left: auto; margin-right: auto; background: #fff; border-top: 2px solid #dadfde; border-bottom: 2px solid #dadfde; padding: 60px 50px; } .post-navigation-wrapper { margin-bottom: 100px; margin-top: 100px; padding: 0 10px; } @media (min-width: 768px) { .post-navigation-wrapper { padding: 0 25px; } } @media (min-width: 992px) { .post-navigation-wrapper { padding: 0 50px; } } .post-navigation .nav-links { flex-wrap: wrap; } @media (min-width: 768px) { .post-navigation .nav-links { flex-wrap: nowrap; } } .post-navigation .nav-links svg { fill: currentColor; position: absolute; top: 10px; } .post-navigation .nav-links a { color: inherit; text-decoration: none; } .post-navigation .nav-links a:hover { color: #fc9285; } .post-navigation .nav-links .nav-subtitle { display: inline-block; font-weight: 500; font-size: 15px; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 23px; } .post-navigation .nav-links .nav-title { font-family: "Amiri", serif; font-size: 30px; line-height: 39px; } .post-navigation .nav-links .title-wrapper { position: relative; } .post-navigation .nav-links .nav-previous { flex: 1 0 100%; } @media (min-width: 768px) { .post-navigation .nav-links .nav-previous { flex: 1 0 50%; padding-right: 20px; } } .post-navigation .nav-links .nav-previous .title-wrapper { padding-left: 45px; } .post-navigation .nav-links .nav-previous svg { left: 0; } .post-navigation .nav-links .nav-previous + .nav-next { margin-top: 40px; } @media (min-width: 768px) { .post-navigation .nav-links .nav-previous + .nav-next { margin-top: 0; } } .post-navigation .nav-links .nav-next { flex: 1 0 100%; } @media (min-width: 768px) { .post-navigation .nav-links .nav-next { flex: 1 0 50%; padding-left: 20px; } } .post-navigation .nav-links .nav-next .title-wrapper { padding-right: 45px; } .post-navigation .nav-links .nav-next svg { right: 0; } .navigation.pagination { margin: 100px 0; } .navigation.pagination > * { max-width: 780px; margin-right: auto; margin-left: auto; } .navigation.pagination .nav-links { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; } .navigation.pagination .page-numbers { margin: 10px; background: #fff; width: 55px; height: 55px; border: 1px solid #dadfde; text-align: center; line-height: 55px; font-size: 15px; color: inherit; text-decoration: none; } .navigation.pagination .page-numbers.current, .navigation.pagination .page-numbers:hover { background: #455d58; border-color: transparent; color: #fff; } .navigation.pagination .page-numbers.dots, .navigation.pagination .page-numbers.next, .navigation.pagination .page-numbers.prev { border: 0; width: auto; background: transparent; color: inherit; font-weight: 600; text-transform: uppercase; letter-spacing: .05em; } .navigation.pagination .page-numbers.dots svg, .navigation.pagination .page-numbers.next svg, .navigation.pagination .page-numbers.prev svg { margin: 0 10px -3px; fill: currentColor; } .navigation.pagination .page-numbers.prev svg { transform: rotate(180deg); } .navigation.pagination .page-numbers.next:hover, .navigation.pagination .page-numbers.prev:hover { color: #fc9285; } /* Posts and pages, header, footer --------------------------------------------- */ .site-branding { display: flex; align-items: center; flex: 1 0 auto; } .site-branding .site-title { font-size: 37px; line-height: 40px; letter-spacing: .05em; font-weight: 700; margin: 0; display: block; font-family: "Amiri", serif; } .site-branding .site-title a { color: inherit; } .site-branding .site-title a:hover { text-decoration: none; } .site-branding .site-description { font-weight: 500; font-size: 10px; line-height: 10px; letter-spacing: 0.295em; margin: 0; } .site-branding .custom-logo { display: block; margin-right: 10px; } body:not(.menu-opened) .site-header.absolute { color: #fff; } body:not(.menu-opened) .site-header.absolute .custom-logo-link { display: none; } body:not(.menu-opened) .site-header.absolute .custom-logo-link.light { display: inline-block; } body.menu-opened .custom-logo-link.light { display: none; } .site-header { position: relative; padding: 20px 10px; } @media (min-width: 768px) { .site-header { padding: 40px 25px; } } @media (min-width: 992px) { .site-header { padding: 60px 50px; } } .site-header.absolute { position: absolute; top: 0; left: 0; right: 0; z-index: 2; } .site-header-container { margin-left: auto; margin-right: auto; max-width: 1620px; display: flex; align-items: center; flex-wrap: wrap; } @media (min-width: 768px) { .site-header-container { flex-wrap: nowrap; } } .site-header .default-navigation { display: flex; flex-wrap: nowrap; flex: 1 1 auto; margin-bottom: 20px; z-index: 10; } @media (min-width: 768px) { .site-header .default-navigation { margin-bottom: 0; } } .site-header .default-navigation .header-menu-wrapper { width: 100%; display: flex; justify-content: flex-end; align-items: center; } .site-header .navigation-container { display: flex; align-items: center; flex: 1 0 auto; justify-content: flex-end; } @media (min-width: 768px) { .site-header .navigation-container { flex: 0 1 auto; } } .site-header .navigation-container > * { margin-left: 20px; } .site-header .site-branding, .site-header .header-menu-container, .site-header .header-socials-container { z-index: 1; } .site-header .header-dropdown.toggled-on .header-dropdown-content { opacity: 1; visibility: visible; transform: none; } .site-header .header-dropdown-content { opacity: 0; visibility: hidden; transform: translateY(-100%); transition: .5s ease-out; overflow: hidden; position: absolute; background: #faf7f2; top: 0; left: 0; right: 0; z-index: 0; height: 100vh; padding: 150px 10px 20px; } @media (min-width: 768px) { .site-header .header-dropdown-content { padding: 150px 25px 30px; } } @media (min-width: 992px) { .site-header .header-dropdown-content { padding: 200px 50px 50px; } } @media (min-width: 1470px) { .site-header .header-dropdown-content { padding: 250px 50px 50px; } } .site-header .header-dropdown-content-wrapper { margin-left: auto; margin-right: auto; max-width: 1620px; display: flex; flex-direction: column; height: 100%; flex: 1 0 50%; } .site-header .header-dropdown-toggle { padding: 10px 20px; background: #fc9285; position: relative; z-index: 1; } @media (min-width: 768px) { .site-header .header-dropdown-toggle { padding: 25px 30px; } } @media (min-width: 992px) { .site-header .header-dropdown-toggle { padding: 35px 30px; } } .site-header .header-dropdown-toggle:hover { background: #455d58; } .site-header .main-navigation { overflow: auto; } .site-header .header-sidebar { font-size: 13px; max-height: 100px; overflow: auto; } @media (min-width: 768px) { .site-header .header-sidebar { max-height: 200px; font-size: 15px; } } @media (min-width: 992px) { .site-header .header-sidebar { font-size: 18px; } } .site-header .header-sidebar-wrapper { margin-top: 50px; border-top: 2px solid #dadfde; padding-top: 50px; } body.menu-opened { overflow: hidden; } .site-footer { background: #455d58; color: #fff; padding: 25px 10px; } @media (min-width: 768px) { .site-footer { padding: 50px 25px; } } @media (min-width: 992px) { .site-footer { padding: 120px 50px; } } .site-footer-wrapper { max-width: 1620px; margin-left: auto; margin-right: auto; position: relative; padding-right: 50px; } .site-footer .site-info { opacity: .5; font-size: 15px; } .site-footer .scroll-to-top-button { position: absolute; top: 0; display: flex; align-items: center; justify-content: center; width: 38px; height: 38px; right: 10px; } @media (min-width: 768px) { .site-footer .scroll-to-top-button { right: 0; } } .site-footer .scroll-to-top-button:after, .site-footer .scroll-to-top-button:before { left: 0; top: 0; width: 38px; height: 38px; content: ""; position: absolute; transform: rotate(45deg); transition: .3s; opacity: .2; } .site-footer .scroll-to-top-button:before { border: 2px solid #fff; } .site-footer .scroll-to-top-button:after { background: #fff; transform: scale(0.01) rotate(45deg); } .site-footer .scroll-to-top-button:hover svg { fill: #455d58; } .site-footer .scroll-to-top-button:hover:after, .site-footer .scroll-to-top-button:hover:before { opacity: 1; transform: rotate(-45deg) scale(1.2); } .site-footer .scroll-to-top-button svg { z-index: 1; fill: #fff; transition: .3s; } .footer-widgets { display: flex; flex-wrap: wrap; margin: 0 -16px; } @media (min-width: 992px) { .footer-widgets { flex-wrap: nowrap; } } .footer-widgets > * { padding: 0 16px; width: 100%; } @media (min-width: 768px) { .footer-widgets > * { width: 50%; } } @media (min-width: 992px) { .footer-widgets > * { width: auto; } } .footer-widgets > *:first-child:not(last-child) { flex: 1 0 33%; } .sticky { display: block; } .updated:not(.published) { display: none; } .page-content, .entry-content, .entry-summary { margin: 1.5em 0 0; } .page-links { clear: both; margin: 0 0 1.5em; } .entry-title { text-align: center; margin-bottom: 15px; word-wrap: break-word; } .entry-title a { color: inherit; text-decoration: none; } .entry-title a:hover { color: #fc9285; } .archive-description, .page-description { max-width: 780px; text-align: center; margin-left: auto; margin-right: auto; width: 100%; } .entry-footer { max-width: 780px; margin: 45px auto 0; } .entry-summary > * { max-width: 780px; margin-left: auto; margin-right: auto; } .entry-header { max-width: 1620px; margin-left: auto; margin-right: auto; margin-bottom: 40px; } @media (min-width: 768px) { .entry-header { margin-bottom: 70px; } } @media (min-width: 992px) { .entry-header { margin-bottom: 100px; } } .post-thumbnail { display: block; margin-left: auto; margin-right: auto; max-width: 1620px; margin-bottom: 80px; } .post-thumbnail img { display: block; width: 100%; } .entry-meta { text-align: center; font-size: 18px; } .entry-meta a { color: inherit; text-decoration: none; } .entry-meta a:hover { color: #fc9285; } .entry-content:after { display: table; content: ''; clear: both; } body.page .entry-title, body.single .entry-title { font-size: 32px; line-height: 38px; } @media (min-width: 768px) { body.page .entry-title, body.single .entry-title { font-size: 45px; line-height: 50px; } } @media (min-width: 992px) { body.page .entry-title, body.single .entry-title { font-size: 55px; line-height: 65px; } } .page-header { margin: 0 auto 100px; max-width: 1620px; } .page-header .page-title { text-align: center; font-size: 55px; line-height: 65px; } .byline { font-size: 15px; margin-right: 20px; } .byline img { margin-top: -5px; margin-right: 10px; border-radius: 50%; vertical-align: middle; } .byline a { color: inherit; text-decoration: none; } .byline a:hover { color: #fc9285; } .cat-links { font-size: 15px; } .cat-links a { display: inline-block; margin: 0 10px 10px 0; padding: 2px 10px; border: 1px solid #dadfde; background: #fff; letter-spacing: 0.05em; color: inherit; text-transform: uppercase; font-weight: 500; text-decoration: none; } .cat-links a:hover { background: #fc9285; border-color: #fc9285; color: #fff; } .tags-links { font-size: 15px; } .tags-links a { color: inherit; text-decoration: none; } .tags-links a:hover { color: #fc9285; } .edit-link { display: block; margin: 20px 0; } .comments-link { display: block; font-size: 15px; margin-top: 10px; } .comments-link a { color: inherit; text-decoration: none; } .comments-link a:hover { color: #fc9285; } .site-main > .hentry { margin-bottom: 100px; padding-left: 10px; padding-right: 10px; } @media (min-width: 768px) { .site-main > .hentry { padding-left: 25px; padding-right: 25px; } } @media (min-width: 992px) { .site-main > .hentry { padding-left: 50px; padding-right: 50px; } } body.page-has-thumbnail .page-header-wrapper { position: relative; min-height: 100vh; margin-bottom: 100px; display: flex; align-items: center; justify-content: center; padding: 150px 10px; margin-left: -10px; margin-right: -10px; } @media (min-width: 768px) { body.page-has-thumbnail .page-header-wrapper { padding: 250px 25px; margin-left: -25px; margin-right: -25px; } } @media (min-width: 992px) { body.page-has-thumbnail .page-header-wrapper { padding: 250px 50px; margin-left: -50px; margin-right: -50px; } } body.page-has-thumbnail .page-header-wrapper:after { position: absolute; top: 0; bottom: 0; right: 0; left: 0; content: ''; display: block; background: linear-gradient(180deg, rgba(69, 93, 88, 0.64) 0%, rgba(69, 93, 88, 0.65) 100%); } body.page-has-thumbnail .page-header-wrapper .post-thumbnail { position: absolute; clip: rect(1px, 1px, 1px, 1px); height: 1px; width: 1px; overflow: hidden; } body.page-has-thumbnail .page-header-wrapper .page-header-animation { position: absolute; z-index: 1; max-width: 90%; max-height: 90%; } body.page-has-thumbnail .page-header-wrapper .entry-header { color: #fff; z-index: 1; position: relative; max-width: 928px; margin: 0; text-align: center; } body.page-has-thumbnail .page-header-wrapper .entry-header p { font-size: 15px; line-height: 25px; } @media (min-width: 992px) { body.page-has-thumbnail .page-header-wrapper .entry-header p { font-size: 18px; line-height: 40px; } } body.page-has-thumbnail .page-header-wrapper .entry-title { font-size: 32px; line-height: 38px; } @media (min-width: 768px) { body.page-has-thumbnail .page-header-wrapper .entry-title { font-size: 50px; line-height: 58px; } } @media (min-width: 992px) { body.page-has-thumbnail .page-header-wrapper .entry-title { font-size: 95px; line-height: 100px; } } body.page-has-thumbnail .page-header-wrapper .scroll-to-content-button { position: relative; display: flex; align-items: center; justify-content: center; width: 45px; height: 45px; margin: 45px auto 0; } body.page-has-thumbnail .page-header-wrapper .scroll-to-content-button:after, body.page-has-thumbnail .page-header-wrapper .scroll-to-content-button:before { left: 0; top: 0; width: 45px; height: 45px; content: ""; position: absolute; transform: rotate(-45deg); transition: .3s; } body.page-has-thumbnail .page-header-wrapper .scroll-to-content-button:before { border: 2px solid #fff; } body.page-has-thumbnail .page-header-wrapper .scroll-to-content-button:after { background: #fff; } body.page-has-thumbnail .page-header-wrapper .scroll-to-content-button:hover svg { fill: #fff; } body.page-has-thumbnail .page-header-wrapper .scroll-to-content-button:hover:after { transform: scale(0.01) rotate(45deg); opacity: .2; } body.page-has-thumbnail .page-header-wrapper .scroll-to-content-button:hover:before { transform: rotate(45deg); } body.page-has-thumbnail .page-header-wrapper .scroll-to-content-button svg { z-index: 1; fill: #455d58; transition: .3s; } .front-page-header { min-height: 100vh; position: relative; display: flex; margin-left: -10px; margin-right: -10px; } @media (min-width: 768px) { .front-page-header { margin-left: -25px; margin-right: -25px; } } @media (min-width: 992px) { .front-page-header { margin-left: -50px; margin-right: -50px; } } .front-page-header:after { position: absolute; top: 0; bottom: 0; right: 0; left: 0; content: ''; display: block; background: #455d58; opacity: .95; } .front-page-header-wrapper { width: 100%; position: relative; z-index: 1; } .front-page-header .fp-header-animation-wrapper { max-width: 700px; position: absolute; left: 0; top: 50%; transform: translateY(-50%); } @media (min-width: 992px) { .front-page-header .fp-header-animation-wrapper { margin-left: 50px; margin-top: 50px; } } .front-page-header .front-page-slider { height: 100%; } .front-page-header .front-page-slider-wrapper { height: 100%; } .front-page-header .front-page-slider .slick-track, .front-page-header .front-page-slider .slick-list { height: 100%; } .front-page-header .front-page-slider .slick-track { display: flex; } .front-page-header .front-page-slider-slide { padding: 150px 10px 50px; color: #fff; outline: none; overflow: hidden; } @media (min-width: 768px) { .front-page-header .front-page-slider-slide { padding: 150px 25px 50px; } } @media (min-width: 992px) { .front-page-header .front-page-slider-slide { padding: 150px 50px 50px; } } .front-page-header .front-page-slider-slide-wrapper { width: 100%; max-width: 1620px; margin-left: auto; margin-right: auto; position: relative; display: flex; align-items: center; height: 100%; } @media screen and (min-width: 1400px) { .front-page-header .front-page-slider-slide-wrapper { padding-left: 135px; } } .front-page-header .front-page-slider-slide .slide-header { position: relative; z-index: 1; width: 642px; max-width: 90%; transition: 2s ease-in; opacity: .65; transform: translateX(20%); } @media (min-width: 768px) { .front-page-header .front-page-slider-slide .slide-header { max-width: 70%; } } @media (min-width: 992px) { .front-page-header .front-page-slider-slide .slide-header { max-width: 60%; } } .front-page-header .front-page-slider-slide .title { font-size: 32px; line-height: 38px; margin: 0; } @media (min-width: 768px) { .front-page-header .front-page-slider-slide .title { font-size: 50px; line-height: 58px; } } @media (min-width: 992px) { .front-page-header .front-page-slider-slide .title { font-size: 95px; line-height: 100px; } } .front-page-header .front-page-slider-slide .description { font-size: 15px; line-height: 28px; letter-spacing: .02em; margin-bottom: 14px; width: 333px; max-width: 100%; } .front-page-header .front-page-slider-slide .slide-image { position: absolute; right: 0; top: 50%; transform: translateY(-50%) translateX(-20%); max-width: 80%; max-height: 80%; width: 1067px; height: 550px; opacity: .9; transition: 1.5s ease-out; } .front-page-header .front-page-slider-slide .slide-image > * { height: 100%; width: 100%; object-fit: cover; } .front-page-header .front-page-slider-slide .slider-controls { margin-top: 25px; } .front-page-header .front-page-slider-slide .slider-controls button, .front-page-header .front-page-slider-slide .slider-controls .edit-link .post-edit-link, .edit-link .front-page-header .front-page-slider-slide .slider-controls .post-edit-link { background: transparent; opacity: .5; padding: 10px 0; outline: none; } .front-page-header .front-page-slider-slide .slider-controls button + button, .front-page-header .front-page-slider-slide .slider-controls .edit-link .post-edit-link + button, .edit-link .front-page-header .front-page-slider-slide .slider-controls .post-edit-link + button, .front-page-header .front-page-slider-slide .slider-controls .edit-link button + .post-edit-link, .edit-link .front-page-header .front-page-slider-slide .slider-controls button + .post-edit-link, .front-page-header .front-page-slider-slide .slider-controls .edit-link .post-edit-link + .post-edit-link, .edit-link .front-page-header .front-page-slider-slide .slider-controls .post-edit-link + .post-edit-link { margin-left: 70px; } .front-page-header .front-page-slider-slide .slider-controls button svg, .front-page-header .front-page-slider-slide .slider-controls .edit-link .post-edit-link svg, .edit-link .front-page-header .front-page-slider-slide .slider-controls .post-edit-link svg { fill: #fff; } .front-page-header .front-page-slider-slide .slider-controls button:hover, .front-page-header .front-page-slider-slide .slider-controls .edit-link .post-edit-link:hover, .edit-link .front-page-header .front-page-slider-slide .slider-controls .post-edit-link:hover { opacity: 1; background: transparent; } .front-page-header .front-page-slider-slide.slick-active .slide-image { transform: translateY(-50%); } .front-page-header .front-page-slider-slide.slick-active .slide-header { opacity: 1; transform: none; } /* Comments --------------------------------------------- */ .comment-content a { word-wrap: break-word; } .bypostauthor { display: block; } .comments-area { margin-bottom: 100px; padding: 0 10px; } @media (min-width: 768px) { .comments-area { padding: 0 25px; } } @media (min-width: 992px) { .comments-area { padding: 0 50px; } } .comments-area > * { max-width: 780px; margin-right: auto; margin-left: auto; } .comments-area .comments-title { margin-bottom: 50px; } .comment-navigation { margin-bottom: 25px; } .comment-list { list-style: none; padding: 0; } .comment-list .comment { margin-bottom: 50px; } .comment-list .comment:last-child { margin-bottom: 0; } .comment-list .comment-body { position: relative; border: 1px solid #dadfde; background: #fff; min-height: 126px; padding: 120px 30px 30px 30px; } @media (min-width: 768px) { .comment-list .comment-body { padding: 30px 30px 30px 120px; } } .comment-list .comment-meta { margin-bottom: 16px; } .comment-list .comment-author .avatar { border-radius: 50%; position: absolute; left: 25px; top: 30px; } .comment-list .comment-author .says { display: none; } .comment-list .comment-author .fn { font-weight: normal; font-size: 30px; line-height: 39px; font-family: "Amiri", serif; } .comment-list .comment-metadata { font-size: 15px; } .comment-list .comment-metadata a { color: inherit; text-decoration: none; } .comment-list .comment-metadata a:hover { color: #fc9285; } .comment-list .comment-content { line-height: 40px; } .comment-list .comment .reply { position: absolute; right: 30px; top: 30px; font-size: 15px; } .comment-list .pingback .comment-body, .comment-list .trackback .comment-body { padding: 30px; min-height: auto; } .comment-list .children { list-style: none; margin-top: 50px; padding: 0; } .comment-respond { margin-top: 80px; margin-bottom: 100px; } .comment-respond .comment-reply-title { margin-bottom: 50px; } .comment-respond .comment-reply-title a { display: inline-block; margin-left: 20px; font-size: 18px; } .comment-form { border: 1px solid #dadfde; background: #fff; padding: 35px 45px 45px; } .comment-form .comment-notes { font-size: 15px; } .comment-form .form-submit button, .comment-form .form-submit .edit-link .post-edit-link, .edit-link .comment-form .form-submit .post-edit-link { position: relative; background: transparent; color: inherit; margin-left: 25px; padding-left: 60px; transition: padding-left .3s; } .comment-form .form-submit button:hover, .comment-form .form-submit .edit-link .post-edit-link:hover, .edit-link .comment-form .form-submit .post-edit-link:hover { padding-left: 70px; } .comment-form .form-submit button:hover:after, .comment-form .form-submit .edit-link .post-edit-link:hover:after, .edit-link .comment-form .form-submit .post-edit-link:hover:after, .comment-form .form-submit button:hover:before, .comment-form .form-submit .edit-link .post-edit-link:hover:before, .edit-link .comment-form .form-submit .post-edit-link:hover:before { transform: rotate(-45deg) scale(1.2); } .comment-form .form-submit button:hover svg, .comment-form .form-submit .edit-link .post-edit-link:hover svg, .edit-link .comment-form .form-submit .post-edit-link:hover svg { fill: #fff; transform: translateX(5px); } .comment-form .form-submit button:hover svg rect, .comment-form .form-submit .edit-link .post-edit-link:hover svg rect, .edit-link .comment-form .form-submit .post-edit-link:hover svg rect { transform: scaleX(0.5); } .comment-form .form-submit button:after, .comment-form .form-submit .edit-link .post-edit-link:after, .edit-link .comment-form .form-submit .post-edit-link:after, .comment-form .form-submit button:before, .comment-form .form-submit .edit-link .post-edit-link:before, .edit-link .comment-form .form-submit .post-edit-link:before { left: 0; top: 0; width: 38px; height: 38px; content: ""; position: absolute; transform: rotate(45deg); transition: .3s; } .comment-form .form-submit button:before, .comment-form .form-submit .edit-link .post-edit-link:before, .edit-link .comment-form .form-submit .post-edit-link:before { border: 2px solid currentColor; } .comment-form .form-submit button:after, .comment-form .form-submit .edit-link .post-edit-link:after, .edit-link .comment-form .form-submit .post-edit-link:after { background: currentColor; transform: scale(0.01) rotate(45deg); } .comment-form .form-submit svg { fill: currentColor; top: 13px; left: -25px; width: 50px; height: 12px; z-index: 1; position: absolute; transition: .3s; } .comment-form .form-submit svg rect { will-change: transform; transform-origin: right center; transition: transform .3s; } /* Widgets --------------------------------------------- */ .header-sidebar { margin: 0 -10px; display: flex; flex-wrap: wrap; } @media (min-width: 768px) { .header-sidebar { flex-wrap: nowrap; } } .header-sidebar > * { text-align: center; padding-right: 10px; padding-left: 10px; } @media (min-width: 768px) { .header-sidebar > * { flex: 1 0 33.33%; } } .header-sidebar > *:last-child { text-align: right; } .header-sidebar > *:first-child { text-align: left; } .widget { margin: 0 0 1.5em; } .widget select { max-width: 100%; } /* Media --------------------------------------------- */ .page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley { border: none; margin-bottom: 0; margin-top: 0; padding: 0; } /* Make sure logo link wraps around logo image. */ .custom-logo-link { display: inline-block; } /* Captions --------------------------------------------- */ .wp-caption { margin-bottom: 1.5em; max-width: 100%; } .wp-caption img[class*="wp-image-"] { display: block; margin-left: auto; margin-right: auto; } .wp-caption .wp-caption-text { margin: 0.8075em 0; } .wp-caption-text { text-align: center; font-size: 13px; width: 100%; margin: 10px 0 0; } /* Galleries --------------------------------------------- */ .gallery { margin-bottom: 1.5em; display: grid; grid-gap: 1.5em; } .gallery-item { display: inline-block; text-align: center; width: 100%; } .gallery-columns-2 { grid-template-columns: repeat(2, 1fr); } .gallery-columns-3 { grid-template-columns: repeat(3, 1fr); } .gallery-columns-4 { grid-template-columns: repeat(4, 1fr); } .gallery-columns-5 { grid-template-columns: repeat(5, 1fr); } .gallery-columns-6 { grid-template-columns: repeat(6, 1fr); } .gallery-columns-7 { grid-template-columns: repeat(7, 1fr); } .gallery-columns-8 { grid-template-columns: repeat(8, 1fr); } .gallery-columns-9 { grid-template-columns: repeat(9, 1fr); } .gallery-caption { display: block; } /*! * Getwid Style Kit v1.0.0 * Copyright 2020 MotoPress * Import this file to the main sass/scss file of your theme. * Example: @import "getwid-style-kit/scss/style" * * For more information visit https://github.com/mototeam/ * License GNU GPL v2 or later. */ /* common block styles */ .entry-content > * { max-width: 780px; margin-bottom: 30px; margin-left: auto; margin-right: auto; } .entry-content > *:last-child { margin-bottom: 0; } .entry-content > *.alignwide { max-width: 1620px; } .entry-content > *.alignfull { max-width: none; margin-left: 10px; margin-right: 10px; } @media (min-width: 768px) { .entry-content > *.alignfull { margin-left: 25px; margin-right: 25px; } } @media (min-width: 992px) { .entry-content > *.alignfull { margin-left: 50px; margin-right: 50px; } } /* wp-block-paragraph styles */ /* wp-block-image styles */ .wp-block-image .alignleft { margin-right: 40px; margin-bottom: 30px; } .wp-block-image .alignright { margin-left: 40px; margin-bottom: 30px; } .wp-block-image .aligncenter { margin-bottom: 30px; } .wp-block-image img { display: block; } .wp-block-image figcaption { margin: 10px 0 0; text-align: center; font-size: 13px; } /* wp-block-gallery styles */ .wp-block-gallery.alignleft, .wp-block-gallery.alignright { max-width: 50%; } .wp-block-gallery .blocks-gallery-caption { width: 100%; font-size: 13px; text-align: center; } .wp-block-gallery.columns-1 .blocks-gallery-item { width: 100%; margin-right: 0; margin-bottom: 16px; } @media (min-width: 768px) { .wp-block-gallery.columns-1 .blocks-gallery-item { width: calc((100% - 16px * 0) / 1); margin-right: 16px; } .wp-block-gallery.columns-1 .blocks-gallery-item:last-child, .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n) { margin-right: 0; } } .wp-block-gallery.columns-2 .blocks-gallery-item { width: 100%; margin-right: 0; margin-bottom: 16px; } @media (min-width: 768px) { .wp-block-gallery.columns-2 .blocks-gallery-item { width: calc((100% - 16px * 1) / 2); margin-right: 16px; } .wp-block-gallery.columns-2 .blocks-gallery-item:last-child, .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n) { margin-right: 0; } } .wp-block-gallery.columns-3 .blocks-gallery-item { width: 100%; margin-right: 0; margin-bottom: 16px; } @media (min-width: 768px) { .wp-block-gallery.columns-3 .blocks-gallery-item { width: calc((100% - 16px * 2) / 3); margin-right: 16px; } .wp-block-gallery.columns-3 .blocks-gallery-item:last-child, .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n) { margin-right: 0; } } .wp-block-gallery.columns-4 .blocks-gallery-item { width: 100%; margin-right: 0; margin-bottom: 16px; } @media (min-width: 768px) { .wp-block-gallery.columns-4 .blocks-gallery-item { width: calc((100% - 16px * 3) / 4); margin-right: 16px; } .wp-block-gallery.columns-4 .blocks-gallery-item:last-child, .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n) { margin-right: 0; } } .wp-block-gallery.columns-5 .blocks-gallery-item { width: 100%; margin-right: 0; margin-bottom: 16px; } @media (min-width: 768px) { .wp-block-gallery.columns-5 .blocks-gallery-item { width: calc((100% - 16px * 4) / 5); margin-right: 16px; } .wp-block-gallery.columns-5 .blocks-gallery-item:last-child, .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n) { margin-right: 0; } } .wp-block-gallery.columns-6 .blocks-gallery-item { width: 100%; margin-right: 0; margin-bottom: 16px; } @media (min-width: 768px) { .wp-block-gallery.columns-6 .blocks-gallery-item { width: calc((100% - 16px * 5) / 6); margin-right: 16px; } .wp-block-gallery.columns-6 .blocks-gallery-item:last-child, .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n) { margin-right: 0; } } /* wp-block-quote styles */ .wp-block-quote { margin-left: auto; margin-right: auto; border: 1px solid #dadfde; border-radius: 4px; padding: 34px; line-height: 40px; background: #f6f4f2; } .wp-block-quote p { font-size: 18px; line-height: 40px; } .wp-block-quote p:last-of-type { margin-bottom: 0; } .wp-block-quote cite { font-size: 15px; font-style: italic; } .wp-block-quote.is-style-large { padding: 34px; margin-right: auto; margin-left: auto; } .wp-block-quote.is-style-large p { font-size: 24px; } /* wp-block-file styles */ .wp-block-file a.wp-block-file__button { background: #455d58; color: #fff; font-size: 15px; line-height: 18px; padding: 10px 20px; border: 0; border-radius: 0; text-transform: uppercase; font-weight: 600; letter-spacing: 0.05em; transition: .3s; text-decoration: none; } .wp-block-file a.wp-block-file__button:hover, .wp-block-file a.wp-block-file__button:visited, .wp-block-file a.wp-block-file__button:focus, .wp-block-file a.wp-block-file__button:active { cursor: pointer; background-color: #fc9285; } /* wp-block-code styles */ /* wp-block-preformatted styles */ /* wp-block-pullquote styles */ .wp-block-pullquote { border-top: 4px solid #dadfde; border-bottom: 4px solid #dadfde; } .wp-block-pullquote p:last-of-type { margin-bottom: 0; } .wp-block-pullquote blockquote { border: 0; padding: 0; background: transparent; margin: 0; } .wp-block-pullquote.is-style-solid-color { padding-left: 40px; padding-right: 40px; background: #dadfde; } .wp-block-pullquote.is-style-solid-color blockquote { max-width: 100%; } .wp-block-pullquote.is-style-solid-color blockquote.has-text-color p, .wp-block-pullquote.is-style-solid-color blockquote.has-text-color cite { color: inherit; } /* wp-block-table styles */ /* wp-block-verse styles */ pre.wp-block-verse { white-space: pre-wrap; } /* wp-block-group styles */ .wp-block-group.has-background { padding: 16px; } .wp-block-group .wp-block-group__inner-container > * { margin-bottom: 30px; } .wp-block-group .wp-block-group__inner-container > *:last-child { margin-bottom: 0; } /* wp-block-button styles */ .wp-block-button__link { text-decoration: none; border-radius: 0; font-size: 15px; letter-spacing: .05em; line-height: 18px; font-weight: 600; text-transform: uppercase; padding: 26px; background-color: #455d58; } .wp-block-button__link:hover, .wp-block-button__link:focus, .wp-block-button__link:active, .wp-block-button__link:visited { color: #fff; text-decoration: none; background: #fc9285; } .is-style-outline .wp-block-button__link:hover, .is-style-outline .wp-block-button__link:focus, .is-style-outline .wp-block-button__link:active, .is-style-outline .wp-block-button__link:visited { border-color: transparent; } /* wp-block-columns styles */ .wp-block-columns:last-child { margin-bottom: 0; } @media (min-width: 768px) { .wp-block-columns { flex-wrap: nowrap; } } .wp-block-column { flex-basis: 100%; margin-bottom: 16px; } @media (min-width: 768px) { .wp-block-column { flex-basis: 0; flex-grow: 1; } } .wp-block-column:nth-child(2n), .wp-block-column:not(:first-child) { margin-left: 0; } @media (min-width: 768px) { .wp-block-column:nth-child(2n), .wp-block-column:not(:first-child) { margin-left: 16px; } } .wp-block-column > *:last-child { margin-bottom: 0; } /* wp-block-media-text styles */ /* wp-block-separator styles */ /* wp-block-archives styles */ /* wp-block-calendar styles */ /* wp-block-categories styles */ /* wp-block-latest-comments styles */ .wp-block-latest-comments { padding-left: 0; } /* wp-block-latest-posts styles */ .wp-block-latest-posts.wp-block-latest-posts__list { padding-left: 0; } @media (min-width: 768px) { .wp-block-latest-posts.columns-2 li { width: calc((100% / 2) - 16px); } .wp-block-latest-posts.columns-3 li { width: calc((100% / 3) - 16px); } .wp-block-latest-posts.columns-4 li { width: calc((100% / 4) - 16px); } .wp-block-latest-posts.columns-5 li { width: calc((100% / 5) - 16px); } .wp-block-latest-posts.columns-6 li { width: calc((100% / 6) - 16px); } } /* wp-block-search styles */ .wp-block-search .wp-block-search__input { margin: 0; } /* wp-block-rss styles */ .wp-block-rss.is-grid li { margin: 0 16px 16px 0; } @media (min-width: 768px) { .wp-block-rss.columns-2 li { width: calc((100% / 2) - 16px); } .wp-block-rss.columns-3 li { width: calc((100% / 3) - 16px); } .wp-block-rss.columns-4 li { width: calc((100% / 4) - 16px); } .wp-block-rss.columns-5 li { width: calc((100% / 5) - 16px); } .wp-block-rss.columns-6 li { width: calc((100% / 6) - 16px); } } /* wp-block-video styles */ /* wp-block-cover styles */ .wp-block-cover.alignleft, .wp-block-cover.alignright { max-width: 50%; } /* wp-block-audio styles */ :root .has-color-1-color { color: #fc9285; } :root .has-color-1-background-color { background-color: #fc9285; } :root .has-color-2-color { color: #455d58; } :root .has-color-2-background-color { background-color: #455d58; } :root .has-color-3-color { color: #dadfde; } :root .has-color-3-background-color { background-color: #dadfde; } :root .has-color-4-color { color: #faf7f2; } :root .has-color-4-background-color { background-color: #faf7f2; } /*-------------------------------------------------------------- # Plugins --------------------------------------------------------------*/ /* Jetpack infinite scroll --------------------------------------------- */ /* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */ .infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer { display: none; } /* Re-display the Theme Footer when Infinite Scroll has reached its end. */ .infinity-end.neverending .site-footer { display: block; } /*-------------------------------------------------------------- # Utilities --------------------------------------------------------------*/ /* Accessibility --------------------------------------------- */ /* Text meant only for screen readers. */ .screen-reader-text { border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute !important; width: 1px; word-wrap: normal !important; } .screen-reader-text:focus { background-color: #f1f1f1; border-radius: 3px; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); clip: auto !important; clip-path: none; color: #21759b; display: block; font-size: 0.875rem; font-weight: 700; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; } /* Do not show the outline on the skip link target. */ #primary[tabindex="-1"]:focus { outline: 0; } /* Alignments --------------------------------------------- */ .alignleft { /*rtl:ignore*/ float: left; /*rtl:ignore*/ margin-right: 40px; margin-bottom: 30px; } .alignright { /*rtl:ignore*/ float: right; /*rtl:ignore*/ margin-left: 40px; margin-bottom: 30px; } .aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; margin-bottom: 30px; } /*# sourceMappingURL=style.css.map */