@charset "UTF-8"; /** * Name: portum.css * * Main stylesheet * * T.O.C * * */ /** * @uses: https://csswizardry.com/2013/01/mindbemding-getting-your-head-round-bem-syntax/ */ body { font-family: "Hind", sans-serif; background-color: #fff; font-size: 16px; line-height: 24px; overflow-x: hidden; font-weight: 400; color: #212529; margin: 0; } html { overflow-x: hidden; } p { font-family: inherit; font-size: inherit; line-height: inherit; } h1, h2, h3, h4, h5, h6 { color: #212529; font-family: "Hind", sans-serif; font-weight: 400; } h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; font-size: inherit; } h1, .ewf-like-h1 { margin-top: 44px; margin-bottom: 44px; font-size: 44px; line-height: 55px; line-height: 1.25; } h2, .ewf-like-h2 { margin-top: 38px; margin-bottom: 38px; font-size: 38px; line-height: 47px; line-height: 1.3055555556; } h3, .ewf-like-h3 { margin-top: 32px; margin-bottom: 32px; font-size: 32px; line-height: 40px; line-height: 1.25; } h4, .ewf-like-h4 { margin-top: 26px; margin-bottom: 26px; font-size: 26px; line-height: 32px; line-height: 1.2307692308; } h5, .ewf-like-h5 { margin-top: 20px; margin-bottom: 20px; font-size: 20px; line-height: 25px; line-height: 1.25; } h6, .ewf-like-h6 { margin-top: 16px; margin-bottom: 16px; font-size: 16px; line-height: 20px; line-height: 1.25; } .screen-reader-text { clip: rect(1px, 1px, 1px, 1px); height: 1px; overflow: hidden; overflow-wrap: normal; position: absolute; width: 1px; } /* ========================================================================== =Blockquotes ========================================================================== */ blockquote { color: #212121; margin: 0; font-size: 1.6em; line-height: 1.3; font-weight: 700; } /* ========================================================================== =Formatting ========================================================================== */ hr { height: 1px; border: 0; margin: 25px 0; background-color: #ebebeb; } /* ========================================================================== =Lists ========================================================================== */ ul, ol { list-style-position: inside; list-style: outside none none; padding: 0; margin: 0; color: inherit; font-family: inherit; line-height: inherit; font-weight: inherit; } li > ul, li > ol { margin-bottom: 0; margin-left: 25px; } ul { list-style-type: disc; } ul.square, ul.square ul { list-style-type: square; } ol { list-style-type: decimal; } dt { font-weight: bold; } dd { margin-bottom: 0; } /* ========================================================================== =Links ========================================================================== */ a { color: #0385d0; text-decoration: none; cursor: pointer; } /** * 1. Remove the gray background color from active links in IE 10. */ a:active { background-color: transparent; /* 1 */ color: #172128; } a:active, a:hover, a:focus { outline: 0; text-decoration: none; } a:hover, a:focus { color: #a1083a; } /* =Social Links ========================================================================== */ .social-links { margin-bottom: 25px; } /* * 1. Clearfix hack */ .social-links:after { /* 1 */ visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; } a.social-icon { display: inline-block; margin-right: 15px; margin-bottom: 5px; } a.social-icon:last-child { margin-right: 0; } a.social-icon { color: #212529; } a.social-icon:hover, a.social-icon:focus { color: #a1083a; } a.social-icon:active { color: #172128; } /* ========================================================================== =Text Alignment classes ========================================================================== */ .text-left { text-align: left; } .text-right { text-align: right; } .text-center { text-align: center; } .text-justify { text-align: justify; } /* ========================================================================== =Text Transformation classes ========================================================================== */ .text-nowrap { white-space: nowrap; } .text-lowercase { text-transform: lowercase; } .text-uppercase { text-transform: uppercase; } .text-capitalize { text-transform: capitalize; } .text-accent-color { color: #0962ea; } .text-accent-color-2 { color: #dbe9fe; } /* ========================================================================== =Clearings ========================================================================== */ /** * ClearFix Hack * Usage: add class="fixed" to parents of floated elements */ .fixed:after { display: block; visibility: hidden; height: 0; font-size: 0; content: " "; clear: both; } /** * Clear content * Usage:
*/ .clear { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; } /* ------------------------------ HEADLINE section ---------------------------*/ .headline { width: 100%; } .headline h3 { z-index: 9; margin-bottom: 0; } .headline span { color: #212529; font-size: 16px; } @media (max-width: 768px) { .headline--xs-bottom { margin-top: 55px; } .headline--xs-bottom h3 { margin: 0; } } /* ------------------------------ HEADLINE section - END --------------------*/ /* ========================================================================== =Images ========================================================================== */ img { max-width: 100%; height: auto; border: none; vertical-align: middle; } /* ========================================================================== =Tables ========================================================================== */ table, th, td { border: 1px solid #ebebeb; } /** * 1. Prevents HTML tables from becoming too wide */ table { width: 100%; border-width: 1px 0 0 1px; border-collapse: collapse; border-spacing: 0; margin-bottom: 25px; table-layout: fixed; /* 1 */ } caption, th, td { font-weight: normal; text-align: left; } caption { margin-bottom: 25px; } th { border-width: 0 1px 1px 0; font-weight: 700; } td { border-width: 0 1px 1px 0; } th, td { padding: 12px; } /* ========================================================================== =Misc ========================================================================== */ pre { display: block; overflow-x: auto; margin-bottom: 28px; white-space: pre-wrap; background-color: #f9f9fa; padding: 14px; } em { font-style: italic; } strong { font-weight: 900; } small { font-size: 75%; } big { font-size: 125%; } abbr[title] { border-bottom: 1px dotted #777; cursor: help; } address { display: block; margin-bottom: 28px; } q { color: #1a171c; font-family: "Georgia", "Lato", sans-serif; font-size: 18px; font-weight: 400; font-style: italic; line-height: 30px; quotes: "鈥? "鈥? "鈥? "鈥?; } q:before { content: open-quote; } q:after { content: close-quote; } kbd, tt, var, samp, code, pre { font-family: monospace; } mark, ins { text-decoration: none; } s, del { text-decoration: line-through; } /* =Grid ========================================================================== */ .container { padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; box-sizing: border-box; } @media (min-width: 768px) { .container { width: 750px; } } @media (min-width: 992px) { .container { width: 970px; } } @media (min-width: 1200px) { .container { width: 1170px; } } .container-fluid { padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; box-sizing: border-box; } .row { margin-right: -15px; margin-left: -15px; box-sizing: border-box; display: flex; flex-wrap: wrap; } .row:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; } .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { position: relative; min-height: 1px; padding-right: 15px; padding-left: 15px; box-sizing: border-box; width: 100%; } .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 { float: left; } .col-xs-12 { width: 100%; } .col-xs-11 { width: 91.66666667%; } .col-xs-10 { width: 83.33333333%; } .col-xs-9 { width: 75%; } .col-xs-8 { width: 66.66666667%; } .col-xs-7 { width: 58.33333333%; } .col-xs-6 { width: 50%; } .col-xs-5 { width: 41.66666667%; } .col-xs-4 { width: 33.33333333%; } .col-xs-3 { width: 25%; } .col-xs-2 { width: 16.66666667%; } .col-xs-1 { width: 8.33333333%; } .col-xs-pull-12 { right: 100%; } .col-xs-pull-11 { right: 91.66666667%; } .col-xs-pull-10 { right: 83.33333333%; } .col-xs-pull-9 { right: 75%; } .col-xs-pull-8 { right: 66.66666667%; } .col-xs-pull-7 { right: 58.33333333%; } .col-xs-pull-6 { right: 50%; } .col-xs-pull-5 { right: 41.66666667%; } .col-xs-pull-4 { right: 33.33333333%; } .col-xs-pull-3 { right: 25%; } .col-xs-pull-2 { right: 16.66666667%; } .col-xs-pull-1 { right: 8.33333333%; } .col-xs-pull-0 { right: auto; } .col-xs-push-12 { left: 100%; } .col-xs-push-11 { left: 91.66666667%; } .col-xs-push-10 { left: 83.33333333%; } .col-xs-push-9 { left: 75%; } .col-xs-push-8 { left: 66.66666667%; } .col-xs-push-7 { left: 58.33333333%; } .col-xs-push-6 { left: 50%; } .col-xs-push-5 { left: 41.66666667%; } .col-xs-push-4 { left: 33.33333333%; } .col-xs-push-3 { left: 25%; } .col-xs-push-2 { left: 16.66666667%; } .col-xs-push-1 { left: 8.33333333%; } .col-xs-push-0 { left: auto; } .col-xs-offset-12 { margin-left: 100%; } .col-xs-offset-11 { margin-left: 91.66666667%; } .col-xs-offset-10 { margin-left: 83.33333333%; } .col-xs-offset-9 { margin-left: 75%; } .col-xs-offset-8 { margin-left: 66.66666667%; } .col-xs-offset-7 { margin-left: 58.33333333%; } .col-xs-offset-6 { margin-left: 50%; } .col-xs-offset-5 { margin-left: 41.66666667%; } .col-xs-offset-4 { margin-left: 33.33333333%; } .col-xs-offset-3 { margin-left: 25%; } .col-xs-offset-2 { margin-left: 16.66666667%; } .col-xs-offset-1 { margin-left: 8.33333333%; } .col-xs-offset-0 { margin-left: 0; } @media (min-width: 768px) { .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 { float: left; } .col-sm-12 { width: 100%; } .col-sm-11 { width: 91.66666667%; } .col-sm-10 { width: 83.33333333%; } .col-sm-9 { width: 75%; } .col-sm-8 { width: 66.66666667%; } .col-sm-7 { width: 58.33333333%; } .col-sm-6 { width: 50%; } .col-sm-5 { width: 41.66666667%; } .col-sm-4 { width: 33.33333333%; } .col-sm-3 { width: 25%; } .col-sm-2 { width: 16.66666667%; } .col-sm-1 { width: 8.33333333%; } .col-sm-pull-12 { right: 100%; } .col-sm-pull-11 { right: 91.66666667%; } .col-sm-pull-10 { right: 83.33333333%; } .col-sm-pull-9 { right: 75%; } .col-sm-pull-8 { right: 66.66666667%; } .col-sm-pull-7 { right: 58.33333333%; } .col-sm-pull-6 { right: 50%; } .col-sm-pull-5 { right: 41.66666667%; } .col-sm-pull-4 { right: 33.33333333%; } .col-sm-pull-3 { right: 25%; } .col-sm-pull-2 { right: 16.66666667%; } .col-sm-pull-1 { right: 8.33333333%; } .col-sm-pull-0 { right: auto; } .col-sm-push-12 { left: 100%; } .col-sm-push-11 { left: 91.66666667%; } .col-sm-push-10 { left: 83.33333333%; } .col-sm-push-9 { left: 75%; } .col-sm-push-8 { left: 66.66666667%; } .col-sm-push-7 { left: 58.33333333%; } .col-sm-push-6 { left: 50%; } .col-sm-push-5 { left: 41.66666667%; } .col-sm-push-4 { left: 33.33333333%; } .col-sm-push-3 { left: 25%; } .col-sm-push-2 { left: 16.66666667%; } .col-sm-push-1 { left: 8.33333333%; } .col-sm-push-0 { left: auto; } .col-sm-offset-12 { margin-left: 100%; } .col-sm-offset-11 { margin-left: 91.66666667%; } .col-sm-offset-10 { margin-left: 83.33333333%; } .col-sm-offset-9 { margin-left: 75%; } .col-sm-offset-8 { margin-left: 66.66666667%; } .col-sm-offset-7 { margin-left: 58.33333333%; } .col-sm-offset-6 { margin-left: 50%; } .col-sm-offset-5 { margin-left: 41.66666667%; } .col-sm-offset-4 { margin-left: 33.33333333%; } .col-sm-offset-3 { margin-left: 25%; } .col-sm-offset-2 { margin-left: 16.66666667%; } .col-sm-offset-1 { margin-left: 8.33333333%; } .col-sm-offset-0 { margin-left: 0; } } @media (min-width: 992px) { .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 { float: left; } .col-md-12 { width: 100%; } .col-md-11 { width: 91.66666667%; } .col-md-10 { width: 83.33333333%; } .col-md-9 { width: 75%; } .col-md-8 { width: 66.66666667%; } .col-md-7 { width: 58.33333333%; } .col-md-6 { width: 50%; } .col-md-5 { width: 41.66666667%; } .col-md-4 { width: 33.33333333%; } .col-md-3 { width: 25%; } .col-md-2 { width: 16.66666667%; } .col-md-1 { width: 8.33333333%; } .col-md-pull-12 { right: 100%; } .col-md-pull-11 { right: 91.66666667%; } .col-md-pull-10 { right: 83.33333333%; } .col-md-pull-9 { right: 75%; } .col-md-pull-8 { right: 66.66666667%; } .col-md-pull-7 { right: 58.33333333%; } .col-md-pull-6 { right: 50%; } .col-md-pull-5 { right: 41.66666667%; } .col-md-pull-4 { right: 33.33333333%; } .col-md-pull-3 { right: 25%; } .col-md-pull-2 { right: 16.66666667%; } .col-md-pull-1 { right: 8.33333333%; } .col-md-pull-0 { right: auto; } .col-md-push-12 { left: 100%; } .col-md-push-11 { left: 91.66666667%; } .col-md-push-10 { left: 83.33333333%; } .col-md-push-9 { left: 75%; } .col-md-push-8 { left: 66.66666667%; } .col-md-push-7 { left: 58.33333333%; } .col-md-push-6 { left: 50%; } .col-md-push-5 { left: 41.66666667%; } .col-md-push-4 { left: 33.33333333%; } .col-md-push-3 { left: 25%; } .col-md-push-2 { left: 16.66666667%; } .col-md-push-1 { left: 8.33333333%; } .col-md-push-0 { left: auto; } .col-md-offset-12 { margin-left: 100%; } .col-md-offset-11 { margin-left: 91.66666667%; } .col-md-offset-10 { margin-left: 83.33333333%; } .col-md-offset-9 { margin-left: 75%; } .col-md-offset-8 { margin-left: 66.66666667%; } .col-md-offset-7 { margin-left: 58.33333333%; } .col-md-offset-6 { margin-left: 50%; } .col-md-offset-5 { margin-left: 41.66666667%; } .col-md-offset-4 { margin-left: 33.33333333%; } .col-md-offset-3 { margin-left: 25%; } .col-md-offset-2 { margin-left: 16.66666667%; } .col-md-offset-1 { margin-left: 8.33333333%; } .col-md-offset-0 { margin-left: 0; } } @media (min-width: 1200px) { .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 { float: left; } .col-lg-12 { width: 100%; } .col-lg-11 { width: 91.66666667%; } .col-lg-10 { width: 83.33333333%; } .col-lg-9 { width: 75%; } .col-lg-8 { width: 66.66666667%; } .col-lg-7 { width: 58.33333333%; } .col-lg-6 { width: 50%; } .col-lg-5 { width: 41.66666667%; } .col-lg-4 { width: 33.33333333%; } .col-lg-3 { width: 25%; } .col-lg-2 { width: 16.66666667%; } .col-lg-1 { width: 8.33333333%; } .col-lg-pull-12 { right: 100%; } .col-lg-pull-11 { right: 91.66666667%; } .col-lg-pull-10 { right: 83.33333333%; } .col-lg-pull-9 { right: 75%; } .col-lg-pull-8 { right: 66.66666667%; } .col-lg-pull-7 { right: 58.33333333%; } .col-lg-pull-6 { right: 50%; } .col-lg-pull-5 { right: 41.66666667%; } .col-lg-pull-4 { right: 33.33333333%; } .col-lg-pull-3 { right: 25%; } .col-lg-pull-2 { right: 16.66666667%; } .col-lg-pull-1 { right: 8.33333333%; } .col-lg-pull-0 { right: auto; } .col-lg-push-12 { left: 100%; } .col-lg-push-11 { left: 91.66666667%; } .col-lg-push-10 { left: 83.33333333%; } .col-lg-push-9 { left: 75%; } .col-lg-push-8 { left: 66.66666667%; } .col-lg-push-7 { left: 58.33333333%; } .col-lg-push-6 { left: 50%; } .col-lg-push-5 { left: 41.66666667%; } .col-lg-push-4 { left: 33.33333333%; } .col-lg-push-3 { left: 25%; } .col-lg-push-2 { left: 16.66666667%; } .col-lg-push-1 { left: 8.33333333%; } .col-lg-push-0 { left: auto; } .col-lg-offset-12 { margin-left: 100%; } .col-lg-offset-11 { margin-left: 91.66666667%; } .col-lg-offset-10 { margin-left: 83.33333333%; } .col-lg-offset-9 { margin-left: 75%; } .col-lg-offset-8 { margin-left: 66.66666667%; } .col-lg-offset-7 { margin-left: 58.33333333%; } .col-lg-offset-6 { margin-left: 50%; } .col-lg-offset-5 { margin-left: 41.66666667%; } .col-lg-offset-4 { margin-left: 33.33333333%; } .col-lg-offset-3 { margin-left: 25%; } .col-lg-offset-2 { margin-left: 16.66666667%; } .col-lg-offset-1 { margin-left: 8.33333333%; } .col-lg-offset-0 { margin-left: 0; } } /* =Visibility ========================================================================== */ .visible-xs, .visible-sm, .visible-md, .visible-lg { display: none !important; } .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block { display: none !important; } @media (max-width: 767px) { .visible-xs { display: block !important; } table.visible-xs { display: table !important; } tr.visible-xs { display: table-row !important; } th.visible-xs, td.visible-xs { display: table-cell !important; } } @media (max-width: 767px) { .visible-xs-block { display: block !important; } } @media (max-width: 767px) { .visible-xs-inline { display: inline !important; } } @media (max-width: 767px) { .visible-xs-inline-block { display: inline-block !important; } } @media (min-width: 768px) and (max-width: 991px) { .visible-sm { display: block !important; } table.visible-sm { display: table !important; } tr.visible-sm { display: table-row !important; } th.visible-sm, td.visible-sm { display: table-cell !important; } } @media (min-width: 768px) and (max-width: 991px) { .visible-sm-block { display: block !important; } } @media (min-width: 768px) and (max-width: 991px) { .visible-sm-inline { display: inline !important; } } @media (min-width: 768px) and (max-width: 991px) { .visible-sm-inline-block { display: inline-block !important; } } @media (min-width: 992px) and (max-width: 1199px) { .visible-md { display: block !important; } table.visible-md { display: table !important; } tr.visible-md { display: table-row !important; } th.visible-md, td.visible-md { display: table-cell !important; } } @media (min-width: 992px) and (max-width: 1199px) { .visible-md-block { display: block !important; } } @media (min-width: 992px) and (max-width: 1199px) { .visible-md-inline { display: inline !important; } } @media (min-width: 992px) and (max-width: 1199px) { .visible-md-inline-block { display: inline-block !important; } } @media (min-width: 1200px) { .visible-lg { display: block !important; } table.visible-lg { display: table !important; } tr.visible-lg { display: table-row !important; } th.visible-lg, td.visible-lg { display: table-cell !important; } } @media (min-width: 1200px) { .visible-lg-block { display: block !important; } } @media (min-width: 1200px) { .visible-lg-inline { display: inline !important; } } @media (min-width: 1200px) { .visible-lg-inline-block { display: inline-block !important; } } @media (max-width: 767px) { .hidden-xs { display: none !important; } } @media (min-width: 768px) and (max-width: 991px) { .hidden-sm { display: none !important; } } @media (min-width: 992px) and (max-width: 1199px) { .hidden-md { display: none !important; } } @media (min-width: 1200px) { .hidden-lg { display: none !important; } } .text-left { text-align: left !important; } .text-right { text-align: right !important; } .text-center { text-align: center !important; } @media (min-width: 576px) { .text-sm-left { text-align: left !important; } .text-sm-right { text-align: right !important; } .text-sm-center { text-align: center !important; } } @media (min-width: 768px) { .text-md-left { text-align: left !important; } .text-md-right { text-align: right !important; } .text-md-center { text-align: center !important; } } @media (min-width: 992px) { .text-lg-left { text-align: left !important; } .text-lg-right { text-align: right !important; } .text-lg-center { text-align: center !important; } } @media (min-width: 1200px) { .text-xl-left { text-align: left !important; } .text-xl-right { text-align: right !important; } .text-xl-center { text-align: center !important; } } .text-lowercase { text-transform: lowercase !important; } .text-uppercase { text-transform: uppercase !important; } .text-capitalize { text-transform: capitalize !important; } .font-weight-light { font-weight: 300 !important; } .font-weight-normal { font-weight: 400 !important; } .font-weight-bold { font-weight: 700 !important; } .font-italic { font-style: italic !important; } .container-fluid.ewf-padding-left--none, .container-fluid.ewf-padding-right--none { padding-left: 0; padding-right: 0; } .ewf-padding-left--none div[class*=col], .ewf-padding-right--none div[class*=col] { padding-left: 0; padding-right: 0; } .ewf-padding-left--none .row, .ewf-padding-right--none .row { margin-left: 0; margin-right: 0; } .ewf-section-text { margin-bottom: 55px; } .ewf-padding-left--none .ewf-section-text, .ewf-padding-right--none .ewf-section-text { max-width: 70%; margin-left: auto; margin-right: auto; } .ewf-item__spacing-none { padding-left: 0; padding-right: 0; } .ewf-item__spacing-none + .ewf-item__spacing-none, .ewf-item__spacing-none:first-child { margin-top: 0; } .ewf-item__spacing-sm { padding-left: 1px; padding-right: 1px; } .ewf-item__spacing-sm + .ewf-item__spacing-sm, .ewf-item__spacing-sm:first-child { margin-top: 1px; margin-bottom: 1px; } .ewf-item__spacing-md { padding-right: 7px; padding-left: 7px; } .ewf-item__spacing-md + .ewf-item__spacing-md, .ewf-item__spacing-md:first-child { margin-top: 14px; margin-bottom: 14px; } .ewf-item__spacing-lg { padding-left: 13px; padding-right: 13px; } .ewf-item__spacing-lg + .ewf-item__spacing-lg, .ewf-item__spacing-lg:first-child { margin-top: 26px; margin-bottom: 26px; } .row-flow-reverse { flex-direction: row-reverse; } .row-column-reverse { flex-direction: column-reverse; } .row-column-reverse .ewf-section-text { margin-bottom: 0; margin-top: 55px; } /* ========================================================================== =Buttons ========================================================================== */ .ewf-btn { background-color: #0962ea; border: solid 1px transparent; color: #fff; position: relative; background-clip: padding-box; display: inline-block; min-width: 110px; padding: 6px 13px; margin-right: 10px; text-align: center; text-decoration: none; cursor: pointer; appearance: none; transition: 0.3s all ease; } .ewf-btn:focus, .ewf-btn:hover { background-color: #dbe9fe; color: #fff; } .ewf-btn:active { background-color: #0962ea; color: #fff; } .ewf-btn:active, .ewf-btn:hover, .ewf-btn:focus { color: #fff; } .ewf-btn, .ewf-btn:active, .ewf-btn:hover, .ewf-btn:focus { color: #fff; } .ewf-btn.ewf-btn--small { padding: 2px 14px; border-radius: 18px; } .ewf-btn.ewf-btn--large { padding: 9px 21px; border-radius: 24px; } .ewf-btn.ewf-btn--huge { padding: 16px 29px; border-radius: 32px; font-weight: bold; } .ewf-btn.ewf-btn--secondary { background-color: transparent; color: #0962ea; } /* ========================================================================== =Forms ========================================================================== */ fieldset { display: block; } label { display: block; } /** * 1. IE input fix. */ input[type=text], input[type=password], input[type=date], input[type=datetime], input[type=datetime-local], input[type=month], input[type=week], input[type=email], input[type=number], input[type=search], input[type=tel], input[type=time], input[type=url], input[type=color], textarea { font-family: inherit; width: 100%; padding: 10px; max-width: 100%; border: 0; font-size: 15px; font-weight: 400; line-height: 22px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset; transition: all 0.2s linear; background-color: #f2f2f2; border-bottom: 1px solid #fff; box-sizing: border-box; color: #000; border-bottom: 1px solid #fff; } input[type=text]:focus, input[type=password]:focus, input[type=date]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=month]:focus, input[type=week]:focus, input[type=email]:focus, input[type=number]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=time]:focus, input[type=url]:focus, input[type=color]:focus, textarea:focus { border-color: #cde0e9; outline: none; } input[type=text]:disabled, input[type=password]:disabled, input[type=date]:disabled, input[type=datetime]:disabled, input[type=datetime-local]:disabled, input[type=month]:disabled, input[type=week]:disabled, input[type=email]:disabled, input[type=number]:disabled, input[type=search]:disabled, input[type=tel]:disabled, input[type=time]:disabled, input[type=url]:disabled, input[type=color]:disabled, textarea:disabled { cursor: not-allowed; background-color: #fbfcfe; } input[type=text]:invalid, input[type=password]:invalid, input[type=date]:invalid, input[type=datetime]:invalid, input[type=datetime-local]:invalid, input[type=month]:invalid, input[type=week]:invalid, input[type=email]:invalid, input[type=number]:invalid, input[type=search]:invalid, input[type=tel]:invalid, input[type=time]:invalid, input[type=url]:invalid, input[type=color]:invalid, textarea:invalid { border-color: #ffc3be; } input[type=text][disabled], input[type=text][readonly], fieldset[disabled] input[type=text], input[type=password][disabled], input[type=password][readonly], fieldset[disabled] input[type=password], input[type=date][disabled], input[type=date][readonly], fieldset[disabled] input[type=date], input[type=datetime][disabled], input[type=datetime][readonly], fieldset[disabled] input[type=datetime], input[type=datetime-local][disabled], input[type=datetime-local][readonly], fieldset[disabled] input[type=datetime-local], input[type=month][disabled], input[type=month][readonly], fieldset[disabled] input[type=month], input[type=week][disabled], input[type=week][readonly], fieldset[disabled] input[type=week], input[type=email][disabled], input[type=email][readonly], fieldset[disabled] input[type=email], input[type=number][disabled], input[type=number][readonly], fieldset[disabled] input[type=number], input[type=search][disabled], input[type=search][readonly], fieldset[disabled] input[type=search], input[type=tel][disabled], input[type=tel][readonly], fieldset[disabled] input[type=tel], input[type=time][disabled], input[type=time][readonly], fieldset[disabled] input[type=time], input[type=url][disabled], input[type=url][readonly], fieldset[disabled] input[type=url], input[type=color][disabled], input[type=color][readonly], fieldset[disabled] input[type=color], textarea[disabled], textarea[readonly], fieldset[disabled] textarea { cursor: not-allowed; background-color: #fbfcfe; } textarea[rows] { height: auto; } /** * 1. Disallow resize out of parent */ textarea { max-width: 100%; /* 1 */ } /** * 1. IE input fix. */ select { box-sizing: border-box; width: 100%; height: 37px; /* 1 */ padding: 5px 12px; border: 1px solid #ebebeb; margin-bottom: 25px; background-color: #fff; color: #212529; font: inherit; appearance: none; } select[multiple] { height: auto; padding: 12px 12px; line-height: 25px; line-height: 1.7857142857; } select:disabled { cursor: not-allowed; } select:focus { border-color: #cde0e9; } input[type=range] { width: 50%; } /** * 1. Firefox fix for size. or else it overflows on 320px */ input[type=file] { font-size: 13px; /* 1 */ height: auto; width: 100%; margin-bottom: 25px; } input[type=checkbox], input[type=radio] { margin-bottom: 0; } input[type=checkbox] + label, input[type=radio] + label { margin-right: 12px; margin-bottom: 12px; vertical-align: baseline; } input[type=reset], input[type=submit], input[type=button] { position: relative; background-clip: padding-box; display: inline-block; border-radius: 35px; padding: 9px 22px; margin-bottom: 25px; font: inherit; border: none; background-color: #0962ea; color: #fff; text-align: center; text-decoration: none; cursor: pointer; appearance: none; min-width: 150px; } input[type=reset]:hover, input[type=submit]:hover, input[type=button]:hover, input[type=reset]:focus, input[type=submit]:focus, input[type=button]:focus { background-color: #dbe9fe; color: #fff; } input[type=reset]:active, input[type=submit]:active, input[type=button]:active { background-color: #dbe9fe; color: #fff; } /** * Placeholder text color -- selectors need to be separate to work. */ ::-webkit-input-placeholder { color: #ababb2; } :-moz-placeholder { color: #ababb2; } /** * 1. Since FF19 lowers the opacity of the placeholder by default */ ::-moz-placeholder { color: #ababb2; opacity: 1; /* 1 */ } :-ms-input-placeholder { color: #ababb2; } /* ========================================================================== =Icons ========================================================================== */ .ewf-icon { display: inline-block; border-style: solid; border-width: 0px; font-size: 36px; } /* ========================================================================== =Header ========================================================================= */ #header { box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.07); position: relative; z-index: 50; background-color: #151c1f; line-height: 60px; } #header.sticky--top-bar { top: 40px; } #header.header--over-content { position: absolute; width: 100%; top: 0; } #header.header--no-shadow { box-shadow: none; } .header--over-content + section > .section-video { margin-top: -90px; } body.admin-bar #header.header--over-content { top: 32px; } body.ctdw-bar-visible #header.header--over-content { top: 40px; } /* ========================================================================== =Logo ========================================================================= */ /** * 1. displaying the inline-block makes it depends on the size of it's children * we add max-width:100% to tell it not that it shouldn't extend beyond the size of it's * parent if it's child is very large eg a 1000x1000 logo img */ #logo { float: left; } #logo a { display: inline-block; max-width: 100%; font-weight: bold; font-size: 24px; line-height: 1; /* 1 */ } #logo img { transition: width 0.3s; max-width: initial !important; } /* ========================================================================== =Sticky Header ========================================================================= */ @media (min-width: 1025px) { /** * 1. The z-index has to be 1020 so it is bigger than the back to top buttons z-index that is 1010 */ #header.stuck { position: fixed; z-index: 1020; /* 1 */ top: 0; width: 100%; margin: 0 auto; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); transition: all 0.3s; } #header.stuck #logo img { max-width: 80%; } #header.stuck #custom-search-button { top: 23px; } body.ctdw-bar-visible #header.stuck { top: 40px; } body.admin-bar #header.stuck { top: 32px; } } /* ========================================================================== =Sticky header logo ========================================================================= */ img.custom-logo--sticky { display: none; } #header.stuck img.custom-logo--sticky { display: inline; } #header.stuck.header--has-sticky-logo .custom-logo { display: none; } /* ========================================================================== =Menu ========================================================================== */ .portum-menu { list-style: none; position: relative; margin: 0; padding: 0; float: right; } .portum-menu.is-visible { display: block; opacity: 1; visibility: visible; } .portum-menu a { display: block; text-decoration: none; padding: 0 15px; } .portum-menu a:hover { color: #0962ea; } .portum-menu li { position: relative; float: left; margin: 0; padding: 0; transition: all 0.1s cubic-bezier(0.86, 0, 0.07, 1); list-style: none; } .portum-menu li.menu-item-has-children .arrow { position: absolute; top: 0; right: 0; font-size: 11px; font-family: "fontawesome"; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; transition: transform 0.6s cubic-bezier(0.86, 0, 0.07, 1); color: #212121; } .portum-menu li.menu-item-has-children .arrow:after { content: "飫?; } .portum-menu li.menu-item-has-children .arrow.is-active { transform: rotate(-180deg); } .portum-menu li.current-menu-item { position: relative; } .portum-menu li.current-menu-item > a { color: #0962ea; } .portum-menu li:hover { position: relative; } .portum-menu .sub-menu { background-color: #fff; margin: 0; } .portum-menu .sub-menu li { float: none; width: 100%; position: relative; line-height: normal; } .portum-menu .sub-menu li:hover { background-color: #eee; } .portum-menu-icon { cursor: pointer; float: right; padding: 28px 15px; position: relative; user-select: none; margin: 0 -15px 0 0; } .portum-menu-icon .portum-navicon { display: block; position: relative; transition: background-color 0.6s cubic-bezier(0.86, 0, 0.07, 1); height: 2px; width: 18px; background-color: #212121; } .portum-menu-icon .portum-navicon:before, .portum-menu-icon .portum-navicon:after { background-color: #212121; content: ""; display: block; height: 2px; width: 100%; position: absolute; transition: all 0.6s cubic-bezier(0.86, 0, 0.07, 1); } .portum-menu-icon .portum-navicon:before { top: 6px; } .portum-menu-icon .portum-navicon:after { top: -6px; } .portum-menu-icon--open .portum-navicon { background: transparent !important; } .portum-menu-icon--open .portum-navicon:before { top: 0; transform: rotate(-45deg); } .portum-menu-icon--open .portum-navicon:after { top: 0; transform: rotate(45deg); } @media (max-width: 768px) { .portum-menu li { float: none; display: block; line-height: normal; } .portum-menu li.menu-item-has-children .arrow { width: 50px; text-align: center; transform: none; padding: 17px 0; cursor: pointer; font-size: 1em; } .portum-menu li.menu-item-has-children > a { width: calc( 100% - 50px - 30px ); } .portum-menu a { position: relative; z-index: 2; padding: 15px; } .portum-menu .sub-menu { display: block; visibility: visible; position: static; width: 100%; margin: 0; max-height: 0; overflow: hidden; } .portum-menu .sub-menu.is-visible { transition: max-height 2s cubic-bezier(0.86, 0, 0.07, 1); max-height: 5000px; } .portum-menu .sub-menu a { padding: 15px; font-size: inherit; } } @media (min-width: 769px) { #header.portum-classic .portum-menu-icon { display: none; } #header.portum-classic .portum-menu .sub-menu { visibility: hidden; opacity: 0; position: absolute; z-index: 3; top: 100%; left: 0px; width: 200px; margin: 1px 0 0; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); } #header.portum-classic .portum-menu .sub-menu a { padding: 12px 15px; font-size: 14px; } #header.portum-classic .portum-menu .sub-menu .menu-item-has-children .arrow { top: 15px; right: 3px; transform: rotate(-90deg); } #header.portum-classic .portum-menu .sub-menu .sub-menu { top: 0; left: 100%; margin: 0; } #header.portum-classic .portum-menu li:hover > .sub-menu { visibility: visible; opacity: 1; transition: opacity 0.4s cubic-bezier(0.86, 0, 0.07, 1); } } @media (max-width: 768px) { #header.portum-classic .portum-menu { max-height: 0; left: 15px; width: calc(100% + 30px); text-align: left; overflow: hidden; } #header.portum-classic .portum-menu li { border-top: 1px solid #eee; } #header.portum-classic .portum-menu.menu-item-has-children > a { border-right: 1px solid #eee; } #header.portum-classic .portum-menu--visible { transition: max-height 2s cubic-bezier(0.86, 0, 0.07, 1); max-height: 5000px; } } #header.portum-sidebar { position: fixed; left: 0; top: 0; height: 100%; width: 200px; z-index: 9999; line-height: 40px; text-align: center; } #header.portum-sidebar + #wrap { max-width: calc(100% - 200px); left: 200px; position: relative; } #header.portum-sidebar #logo { margin: 50px 0; float: none; } #header.portum-sidebar .portum-menu { float: none; } #header.portum-sidebar .portum-menu li { float: none; } #header.portum-sidebar .portum-menu li.menu-item-has-children .arrow { width: 30px; padding: 17px 0; font-size: 1em; cursor: pointer; line-height: normal; } #header.portum-sidebar .portum-menu a { line-height: normal; padding: 12px 15px; } #header.portum-sidebar .portum-menu .sub-menu { max-height: 0; overflow: hidden; } #header.portum-sidebar .portum-menu .sub-menu.is-visible { transition: max-height 2s cubic-bezier(0.645, 0.045, 0.355, 1); max-height: 5000px; } #header.portum-offcanvas .offcanvas { position: fixed; overflow: hidden; height: 100vh; width: 250px; right: 0; z-index: 9999999999; background-color: #111111; transform: translateX(250px); transition: transform 0.6s cubic-bezier(0.86, 0, 0.07, 1); } #header.portum-offcanvas .offcanvas--visible { transform: translateX(0px); } #header.portum-offcanvas .offcanvas__content { width: 100%; height: 100%; position: relative; overflow-y: auto; overflow-x: hidden; } #header.portum-offcanvas .offcanvas__content .portum-menu-icon { margin: 0; } #header.portum-offcanvas .portum-menu { float: none; margin-top: 61px; } #header.portum-offcanvas .portum-menu li { float: none; line-height: normal; } #header.portum-offcanvas .portum-menu li.menu-item-has-children .arrow { width: 50px; text-align: center; padding: 13px 0; cursor: pointer; font-size: 1em; } #header.portum-offcanvas .portum-menu li.menu-item-has-children > a { width: calc( 100% - 50px - 70px ); } #header.portum-offcanvas .portum-menu a { padding: 8px 35px; } #header.portum-offcanvas .portum-menu .sub-menu { max-height: 0; overflow: hidden; } #header.portum-offcanvas .portum-menu .sub-menu.is-visible { transition: max-height 2s cubic-bezier(0.86, 0, 0.07, 1); max-height: 5000px; } .title-area { background-size: cover; background-position: center; position: relative; } .title-area__overlay { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: #f6f6f6; } .title-area__content { position: relative; text-align: center; padding-top: 100px; padding-bottom: 100px; } .title-area__content h1 { margin: 0 0 30px; font-weight: 700; } .title-area__content .page-cat-links { margin-bottom: 30px; } .title-area__content .page-cat-links a { background-color: #0962ea; color: #fff; margin: 0 12px; font-size: 0.9em; padding: 0px 8px; border-radius: 4px; } .title-area__content .page-excerpt { margin-bottom: 30px; font-weight: 300; font-size: 1.2em; } .title-area__content .page-meta > span { margin: 0 20px; } .title-area__content .page-meta .page-meta__author img { border-radius: 50%; width: 40px; height: 40px; border: 3px solid #fff; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); } .title-area__content .col-md-8 > :last-child { margin-bottom: 0; } .title-area--has-bg .title-area__overlay { background-color: #000; opacity: 0.5; } .title-area--has-bg .title-area__content { color: #e8e8e8; padding-top: 180px; padding-bottom: 180px; } .title-area--has-bg .title-area__content h1 { color: #fff; } .title-area--has-bg .title-area__content h1 a { color: inherit; } .title-area--has-bg .title-area__content .page-meta a { color: #e8e8e8; } .intro-item { position: relative; text-align: center; background-color: #fff; box-shadow: 0 0 40px 4px rgba(35, 31, 32, 0.07); height: 190px; margin: -100px 0 60px 0; z-index: 99; } .intro-item h4 { font-size: 30px; margin: 0; padding: 0; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 99; width: 100%; font-weight: 400; } .intro-item span { font-size: 160px; color: #f9f9f9; font-family: "Hind", sans-serif; font-weight: 700; position: absolute; top: 0; left: 0; text-align: Center; display: block; width: 100%; line-height: 206px; user-select: none; } .intro-item .actions { position: absolute; bottom: 25px; left: 75px; transition: color 120ms; } .intro-item .actions a { display: inline-block; text-transform: uppercase; color: #333; letter-spacing: 1px; font-size: 12px; margin-right: 15px; } .intro-item .actions a:hover { color: #a1083a; } /*========================================================================== =Posts ========================================================================== */ .post { margin-bottom: 30px; } .post--loop { position: relative; border-radius: 5px; box-shadow: 0 0 40px 4px rgba(35, 31, 32, 0.07); } .post--loop.format-image .post-content-wrap { background-size: cover; background-position: center; } .post--loop.format-image a { color: #fff; } .post--loop.format-image .post-content { color: #b3b3b3; min-height: 200px; } /* =Post Content Wrap ========================================================================== */ .post-content-wrap { padding: 30px; border-radius: inherit; } .post-content-wrap__overlay { background-color: #000; opacity: 0.6; position: absolute; left: 0; top: 0; width: 100%; height: 100%; border-radius: inherit; } /* =Post Header ========================================================================== */ /* =Post Content ========================================================================== */ /* =Post Content ========================================================================== */ .post-content { position: relative; } /* * 1. Clearfix hack */ .post-content:after { /* 1 */ visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; } .post-content iframe { max-width: 100%; } .post-content img { width: initial; max-width: 100%; } /* =Post Thumbnail ========================================================================== */ .post-thumbnail { position: relative; display: block; width: 100%; z-index: 0; } .post-thumbnail img { border-top-left-radius: 5px; border-top-right-radius: 5px; width: 100%; } .post-thumbnail-preloader { height: 345px; position: relative; overflow: hidden; } .post-thumbnail-preloader .preloader { height: 100%; width: 100%; position: Absolute; right: 50px; top: 0; } .post-thumbnail-preloader .overlay { height: 355px; background-color: #fff; width: 510px; opacity: 1; margin-top: -5px; transform: skewX(15deg); } .post-thumbnail-preloader .overlay:before { content: ""; height: 355px; width: 510px; background-color: #fff; opacity: 0.7; position: absolute; left: 10px; top: 0; } .post-thumbnail-preloader .overlay:after { content: ""; height: 355px; background-color: #fff; opacity: 0.4; width: 510px; position: Absolute; left: 20px; top: 0; } .post-thumbnail-preloader img { opacity: 0; width: auto; max-width: none; height: 345px; } .post-thumbnail-preloader.animate img { opacity: 1; } .post-thumbnail-preloader.animate .preloader { animation: anim-blog-preloader 1500ms linear both; animation-delay: 450; } @media (max-width: 991px) { .post-thumbnail-preloader .preloader { display: none; } .post-thumbnail-preloader img { height: auto; width: 100%; } } .post-thumbnail img { display: block; } .post-thumbnail .effect { position: absolute; top: 0; left: 0; box-sizing: border-box; display: block; } .post-thumbnail img + .effect { top: -6px; opacity: 0.45; z-index: -5; width: 98.8%; left: 5px; } .post-thumbnail img + .effect + .effect { top: -12px; opacity: 0.1; z-index: -10; width: 97.6%; left: 10px; } .post-thumbnail img.animate + .effect { animation: anim-blog-sticky-effect 250ms linear both; animation-delay: 200ms; } .post-thumbnail img.animate + .effect + .effect { animation: anim-blog-sticky-effect 450ms linear both; animation-delay: 280ms; } @keyframes anim-blog-sticky-effect { 0% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 100, 0, 1); opacity: 0; } 5.71% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 62.486, 0, 1); } 11.31% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 36.458, 0, 1); } 17.02% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 19.078, 0, 1); } 22.62% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 8.665, 0, 1); } 28.33% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 2.714, 0, 1); } 33.93% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.215, 0, 1); } 45.15% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -1.709, 0, 1); } 72.57% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.387, 0, 1); } 100% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } } @keyframes anim-blog-preloader { 0% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 0.37% { transform: matrix3d(3.905, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -11.719, 0, 0, 1); } 0.73% { transform: matrix3d(4.554, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -22.864, 0, 0, 1); } 1.63% { transform: matrix3d(3.039, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -50.239, 0, 0, 1); } 2.52% { transform: matrix3d(1.581, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -75.925, 0, 0, 1); } 3.42% { transform: matrix3d(1.034, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -100.496, 0, 0, 1); } 4.3% { transform: matrix3d(0.947, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -123.002, 0, 0, 1); } 5.31% { transform: matrix3d(0.973, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -146.282, 0, 0, 1); } 7.88% { transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -195.511, 0, 0, 1); } 10.51% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -330.852, 0, 0, 1); } 11.45% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -340.264, 0, 0, 1); } 14.29% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -360, 0, 0, 1); } 15.82% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -366.342, 0, 0, 1); } 21.02% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -373.556, 0, 0, 1); } 35.34% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -362.586, 0, 0, 1); } 49.55% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -359.582, 0, 0, 1); } 78.18% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -400.013, 0, 0, 1); } 100% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -400, 0, 0, 1); } } /* =Post Title ========================================================================== */ .post-title { margin: 0; font-weight: 700; position: relative; } .post-title a { color: #1a171c; } .post-title a:focus, .post-title a:hover { color: #dbe9fe; } @media (max-width: 425px) { .post.sticky .post-title, .post.sticky .post-title a { transform: skewX(0); } .more-link { display: none; } } /* =Post Meta ========================================================================== */ .post-meta { position: relative; } .post-meta a { display: inline-block; font-size: 12px; margin-right: 15px; letter-spacing: 1px; color: #212529; } .post-meta:last-child { padding-bottom: 0; } .post-meta-separator { padding: 0 3px 0 0; } .edit-link:before { font-family: "FontAwesome"; content: "飦?; padding-right: 3px; } .comments-link:before { font-family: "FontAwesome"; content: "飪?; padding-right: 3px; } .tags-links { margin: 25px 0; color: #414444; } .tags-links a { display: inline-block; margin: 0 5px 5px 0; padding: 0 10px; border: 1px solid #6aa4bc; color: #6aa4bc; font-weight: 700; } .tags-links a:hover { color: #aacfdf; border-color: #aacfdf; } .posted-on { display: inline-block; color: #414444; } /* =Post Formats ========================================================================== */ .post-format { display: inline-block; padding-right: 5px; color: #aacfdf; } .post-format:first-child { padding-left: 0; } .format-standard .post-format { display: none; } .format-aside .post-format:before { font-family: "FontAwesome"; content: "飫?; } .format-image .post-format:before { font-family: "FontAwesome"; content: "飥?; } .format-video .post-format:before { font-family: "FontAwesome"; content: "飮?; } .format-quote .post-format:before { font-family: "FontAwesome"; content: "飫?; } .format-gallery .post-format:before { font-family: "FontAwesome"; content: "飥?; } .format-status .post-format:before { font-family: "FontAwesome"; content: "飦?; } .format-link .post-format:before { font-family: "FontAwesome"; content: "飪?; } .format-audio .post-format:before { font-family: "FontAwesome"; content: "飥?; } .format-chat .post-format:before { font-family: "FontAwesome"; content: "飭?; } /* ========================================================================== =Posts Navigation(s) ========================================================================== */ /* =Post Pagination ========================================================================== */ .pagination { margin: 75px 0 25px; } /* * 1. Clearfix hack */ .pagination:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; } .pagination .nav-links { text-align: center; } .pagination .prev.page-numbers i { padding-right: 5px; } .pagination .next.page-numbers i { padding-left: 5px; } .pagination .prev.page-numbers, .pagination .next.page-numbers { border-radius: 30px; border: 1px solid #212529; color: #212529; padding: 0 12px; display: inline-block; text-transform: uppercase; font-size: 14px; } .pagination .page-numbers a, .pagination .page-numbers span { color: inherit; } .pagination .page-numbers:hover { color: #dbe9fe; } .pagination .page-numbers:active { color: #0962ea; } .pagination .prev.page-numbers:focus, .pagination .prev.page-numbers:hover, .pagination .next.page-numbers:focus, .pagination .next.page-numbers:hover { border: 1px solid #dbe9fe; background-color: #dbe9fe; color: #fff; } .pagination .prev.page-numbers:active, .pagination .next.page-numbers:active { border: 1px solid #0962ea; background-color: #0962ea; color: #fff; } .pagination a, .pagination span { color: #212529; } .pagination .page-numbers { display: inline-block; margin-right: 25px; text-align: center; } .pagination .page-numbers:last-child { margin-right: 0; } .pagination .page-numbers.current { color: #172128; } @media (max-width: 767px) { .pagination { margin: 50px 0 50px; } .pagination .page-numbers { display: none; } .pagination .page-numbers.prev, .pagination .page-numbers.next, .pagination .page-numbers.current { display: inline-block; } .page-numbers.prev .screen-reader-text, .page-numbers.next .screen-reader-text { clip: auto; height: auto; overflow: auto; position: relative !important; width: auto; } } /* =Page Links ========================================================================== */ .page-links { margin: 25px 0; color: #414444; } .page-links .page-number { padding: 5px; } /* =Post Pagination ========================================================================== */ .pagination { margin: 75px 0 25px; } /* * 1. Clearfix hack */ .pagination:after { /* 1 */ visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; } .pagination .nav-links { text-align: center; } .pagination .page-numbers { display: inline-block; margin-right: 25px; text-align: center; } .pagination .page-numbers:last-child { margin-right: 0; } .pagination .page-numbers.current { /* border-bottom: 1px solid $text-color; */ } @media (max-width: 767px) { .pagination { margin: 50px 0 50px; } .pagination .page-numbers { display: none; } .pagination .page-numbers.prev, .pagination .page-numbers.next, .pagination .page-numbers.current { display: inline-block; } .page-numbers.prev .screen-reader-text, .page-numbers.next .screen-reader-text { clip: auto; height: auto; overflow: auto; position: relative !important; width: auto; } } /* =Post Navigation ========================================================================== */ .post-navigation { margin: 25px 0 75px 0; padding-top: 25px; border-top: 1px solid #ebebeb; } /* * 1. Clearfix hack */ .post-navigation:after { /* 1 */ visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; } .post-navigation .nav-previous a { padding-left: 46px; position: relative; display: inline-block; } .post-navigation .nav-next a { padding-right: 46px; position: relative; display: inline-block; } .post-navigation .nav-previous a:before, .post-navigation .nav-next a:before { top: 0; background-color: #fff; width: 36px; height: 36px; line-height: 36px; position: absolute; font-family: "fontawesome"; text-align: center; display: inline-block; border-radius: 50%; box-shadow: 0 0 40px 4px rgba(35, 31, 32, 0.07); margin-top: -7px; } .post-navigation .nav-previous a:before { left: 0; content: "飫?; } .post-navigation .nav-next a:before { content: "飫?; right: 0; } @media (min-width: 768px) { .post-navigation .nav-previous { float: left; width: 50%; } .post-navigation .nav-next { float: right; text-align: right; width: 50%; } } @media (max-width: 767px) { .post-navigation .nav-previous { margin-bottom: 25px; } } .post-navigation .nav-subtitle { display: block; font-size: 12px; font-size: 1.2rem; text-transform: uppercase; color: #414444; margin-bottom: 5px; } /* ========================================================================== =Author bio ========================================================================== */ .author-bio { position: relative; padding: 30px 50px; background-color: #FFF; box-shadow: 0 0 40px 4px rgba(35, 31, 32, 0.07); margin: 25px 0 50px; } /* * 1. Clearfix hack */ .author-bio:after { /* 1 */ visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; } .author-bio-avatar img { border-radius: 50%; width: 50px; height: 50px; border: 3px solid #fff; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); } .author-bio-social { float: right; } .author-bio-social a { margin-right: 10px; display: inline-block; color: #414444; } @media (max-width: 479px) { .author-bio-avatar { margin-bottom: 28px; margin-bottom: 1.86666666em; } } @media (min-width: 480px) { .author-bio-avatar { float: left; } .author-bio-avatar + .author-bio-info { padding-left: 100px; } } .author-bio-info *:last-child { margin-bottom: 0; } /* ========================================================================== =Comments, Pingbacks and Trackbacks ========================================================================== */ .comments-wrap { background-color: #f6f6f6; padding: 40px 0; } .comments-title { font-weight: 700; } /* * 1. Clearfix hack */ .comments-area:after, .comment-list:after .comment:after { /* 1 */ visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; } .comments-area { margin-bottom: 50px; } .comment-list, .comment-list .children { list-style: none; } .comment-list { margin: 25px 0; } @media (max-width: 480px) { .comment-list .children { margin-left: 5px; } } .no-comments, .comment-awaiting-moderation { color: #414444; } /* =Comment Meta ========================================================================== */ .comment-meta { margin: 12px 0; } .comment-author { position: relative; z-index: 2; } .comment-author .avatar { position: absolute; left: -84px; top: -14px; height: 50px; width: 50px; border-radius: 50%; border: 3px solid #fff; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); } @media (max-width: 480px) { .comment-author .avatar { position: relative; left: auto; top: auto; display: block; height: 48px; width: 48px; margin-bottom: 25px; } } .comment-author .says { display: none; } .comment-author cite { font-style: normal; } .comment-metadata > a { color: #b7b7b7; } /* =Comment Body ========================================================================== */ .comment .comment-body { position: relative; padding: 25px 0 25px 84px; border-top: 1px solid #ebebeb; } .comment-list > li:first-child > .comment-body { padding-top: 7px; border-top: 0; } @media (max-width: 480px) { .comment .comment-body { padding-left: 0; } } .comment .comment-body *:last-child { margin-bottom: 0; } /* =Comment Reply ========================================================================== */ .reply { margin: 12px 0 25px; } .comment-reply-link { position: relative; } /* ========================================================================== =Comments Navigation ========================================================================== */ .comment-navigation { padding-top: 25px; margin-bottom: 25px; } /* * 1. Clearfix hack */ .comment-navigation:after { /* 1 */ visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; } #comment-nav-above { padding-bottom: 25px; border-bottom: 1px solid #ebebeb; } #comment-nav-below { border-top: 1px solid #ebebeb; } .comment-navigation .nav-next a:after { font-family: "FontAwesome"; content: "飫?; padding-left: 5px; } .comment-navigation .nav-previous a:before { font-family: "FontAwesome"; content: "飫?; padding-right: 5px; } .comment-navigation .nav-next { float: right; text-align: right; width: 50%; } .comment-navigation .nav-previous { float: left; width: 50%; } /* ========================================================================== =Comments Form ========================================================================== */ /* * 1. Clearfix hack */ .comment-respond:after { /* 1 */ visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; } .comment-reply-title { margin-bottom: 0; font-weight: 700; } .comment-form { margin: 0 -15px; } /* * 1. Clearfix hack */ .comment-form:after { /* 1 */ visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; } .comment-form p:not(.comment-notes):not(.logged-in-as) { margin-bottom: 0; } .comment-form .form-submit input[type=submit] { margin-top: 1em; } .comment-form .logged-in-as, .comment-form .comment-notes, .comment-form .comment-form-comment, .comment-form .comment-form-author, .comment-form .comment-form-email, .comment-form .comment-form-url, .comment-form .form-submit { box-sizing: border-box; padding-right: 15px; padding-left: 15px; } @media (min-width: 768px) { .comment-form-author, .comment-form-email, .comment-form-url { width: 33.33333333%; float: left; } } /* =Captions ========================================================================== */ .wp-caption { margin-bottom: 28px; max-width: 100%; } .wp-caption img[class*=wp-image-] { display: block; margin: 0 auto; } .wp-caption .wp-caption-text { padding: 14px 0; } /* =Galleries ========================================================================== */ .gallery { margin-bottom: 28px; } .gallery-item { display: inline-block; width: 100%; box-sizing: border-box; padding: 1.79104477%; text-align: center; vertical-align: top; } .gallery-columns-2 .gallery-item { max-width: 50%; } .gallery-columns-3 .gallery-item { max-width: 33.33%; } .gallery-columns-4 .gallery-item { max-width: 25%; } .gallery-columns-5 .gallery-item { max-width: 20%; } .gallery-columns-6 .gallery-item { max-width: 16.66%; } .gallery-columns-7 .gallery-item { max-width: 14.28%; } .gallery-columns-8 .gallery-item { max-width: 12.5%; } .gallery-columns-9 .gallery-item { max-width: 11.11%; } .gallery-icon img { margin: 0 auto; } .gallery-caption { display: block; padding: 10px 0; } .gallery-columns-6 .gallery-caption, .gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption { display: none; } /* ========================================================================== =Alignments ========================================================================== */ .alignleft { float: left; display: inline; margin: 0 1.5em 1.5em 0; } .alignright { float: right; display: inline; margin: 0 0 1.5em 1.5em; } .aligncenter { display: block; margin-left: auto; margin-right: auto; clear: both; } .ewf-section__content .woocommerce-loop-product__title { font-size: 32px; line-height: 40px; line-height: 1.25; margin-top: 32px; margin-bottom: 12px; } .ewf-section__content .ewf-section__content .product .button { margin-top: 12px; } .ewf-section__content .woocommerce-loop-product__link:after { content: ""; display: block; clear: both; } /* ========================================================================== =Back to top ========================================================================== */ #back-to-top { position: fixed; z-index: 1010; right: -40px; bottom: 14px; width: 35px; width: 2.33333333em; height: 35px; height: 2.33333333em; border-radius: 50%; background-color: #0962ea; color: #ffffff; line-height: 32px; line-height: 2.13333333; text-align: center; cursor: pointer; opacity: 0.95; transition-property: background-color, right; transition-duration: 0.4s; transition-timing-function: ease; } #back-to-top i { transition: color 0.4s ease 0s; } #back-to-top:hover { background-color: #dbe9fe; } #back-to-top:hover i { color: #fff; } #back-to-top.visible { right: 14px; right: 0.93333333em; } #back-to-top.gone { right: -40px; right: -2.66666666em; } .ewf-section__upsell-label { background-color: #ff4f52; color: #fff; display: inline-block; position: absolute; left: 0; top: 0; padding: 0px 14px; box-shadow: 0px 4px 7px 1px rgba(0, 0, 0, 0.15); animation: label-appear 0.8s cubic-bezier(1, 0.05, 0, 1.36); font-weight: 700; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; height: 36px; line-height: 36px; font-size: 0.75em; text-transform: uppercase; letter-spacing: 0.03em; } .ewf-section__upsell-label i { margin-right: 10px; } @keyframes label-appear { 0% { transform: scale(0.6); opacity: 0; } 100% { transform: scale(1); opacity: 1; } } .widget { margin-bottom: 50px; } /* .widget ul li:before { color: inherit; content: "\f0da"; display: inline-block; font-family: "FontAwesome"; margin-left: 0; transition: padding 250ms cubic-bezier(0.075, 0.82, 0.165, 1) 0s; width: 15px; } */ .widget.widget_rss ul li:before, .widget.widget_recent_entries ul li:before { content: ""; display: inline; width: auto; } .widget ul li:before:hover { padding-left: 5px; } #header-widget-area .widget:last-child { margin-bottom: 0; } #footer-bottom [class*=col]:last-child .widget:last-child, #footer [class*=col]:last-child .widget:last-child { margin-bottom: 0; } @media (min-width: 768px) { .widget:last-child { margin-bottom: 0 !important; } } /** * 1. The last element of every widget shouldn't have a margin bottom. used for spacing purposes */ .widget > *:last-child { margin-bottom: 0; /* 1 */ } .widget .widget-title a { color: #0385d0; } #footer .widget .widget-title, #footer .widget .widget-title a { color: #fff; } .widget-title { font-weight: 700; margin-bottom: 25px; color: #0385d0; } .widget-title img { width: auto; max-width: auto; } /* =Widget Links ========================================================================== */ .widget a { color: #0385d0; } .widget a:hover, .widget a:focus { color: #dbe9fe; } .widget a:active { color: #172128; } .widget_archive ul { list-style: none; } .widget_archive li { padding: 6.25px 0; } .widget_archive li:first-child { padding-top: 0; } .widget_archive li:last-child { border-bottom: 0; } .widget_archive li span { float: right; display: none; } .widget_archive select { margin-bottom: 0; } #calendar_wrap table { position: relative; border-collapse: separate; border-spacing: 4px; } #calendar_wrap table, #calendar_wrap th, #calendar_wrap td { border: 0; padding: 0; text-align: center; } #footer #wp-calendar caption, #footer #wp-calendar th { color: inherit; } #wp-calendar caption { margin-bottom: 0; font-weight: 700; text-transform: uppercase; text-align: center; color: #212529; padding-bottom: 15px; } #wp-calendar th { color: inherit; font-weight: normal; font-size: 0.9em; color: #212529; } #wp-calendar tbody td:not(.pad) { /* border: 1px solid #ebebeb; */ font-size: 0.9em; background-color: #FAFAFA; line-height: 30px; } #wp-calendar tbody td a { display: block; margin: 0; background-color: #0962ea; color: #ffffff; line-height: 30px; text-align: center; } #wp-calendar tbody td a:hover { background-color: #dbe9fe; } #wp-calendar tbody td a:active { background-color: #172128; } #wp-calendar tfoot { height: 0; float: left; } #wp-calendar #prev a, #wp-calendar #next a { position: absolute; top: 0; display: inline-block; width: 26px; height: 26px; text-align: center; font-size: 0; line-height: 26px; border-radius: 25px; right: 5px; } #wp-calendar #prev a { left: 5px; } #wp-calendar #prev a, #wp-calendar #next a { border: 1px solid #212529; color: #212529; } #wp-calendar #prev a:hover, #wp-calendar #prev a:focus, #wp-calendar #next a:hover, #wp-calendar #next a:focus { border: 1px solid #dbe9fe; background-color: #dbe9fe; color: #fff; } #wp-calendar #prev a:active, #wp-calendar #next a:active { border: 1px solid #172128; background-color: #172128; color: #fff; } #wp-calendar #next a:before, #wp-calendar #prev a:before { position: relative; display: inline-block; color: inherit; content: "飫?; text-align: center; font-family: "FontAwesome"; font-size: 14px; line-height: 26px; text-align: center; padding: 0 1px 0 0; } #wp-calendar #next a:before { content: " 飫?; padding: 0 0 0 3px; } #wp-calendar #prev a:hover:before, #wp-calendar #prev a:focus:before, #wp-calendar #next a:hover:before, #wp-calendar #next a:focus:before { color: #fff; } /* footer */ #footer #wp-calendar #prev a, #footer #wp-calendar #next a { border: 1px solid #a9afb1; color: #a9afb1; } #footer #wp-calendar #prev a:hover, #footer #wp-calendar #prev a:focus, #footer #wp-calendar #next a:hover, #footer #wp-calendar #next a:focus { border: 1px solid #fff; background-color: #fff; color: #fff; } #footer #wp-calendar #prev a:active, #footer #wp-calendar #next a:active { border: 1px solid #a9afb1; background-color: #a9afb1; color: #fff; } .widget_categories ul { list-style: none; } .widget_categories ul ul { margin-bottom: 0; } .widget_categories li { padding: 6.25px 0; /* border-bottom: 1px solid #ebebeb; */ } .widget_categories li ul li { border-bottom: 0; } .widget_categories li:first-child { padding-top: 0; } .widget_categories li:last-child { border-bottom: 0; } .widget_categories li ul li:last-child { padding-bottom: 0; } .widget_categories li span { float: right; display: none; } .widget_categories select { margin-bottom: 0; } .widget_meta ul { list-style: none; } .widget_meta li { padding: 6.25px 0; } .widget_meta li:first-child { padding-top: 0; } .widget_meta li:last-child { margin-bottom: 0; } .widget_nav_menu ul { list-style: none; } .widget_nav_menu li { padding: 3.25px 0; } .widget_nav_menu li:first-child { padding-top: 0; } .widget_nav_menu li:last-child { margin-bottom: 0; } .widget_nav_menu li a { display: inline-block; } .widget_pages ul { list-style: none; } .widget_pages li { padding: 3.25px 0; } .widget_pages li:first-child { padding-top: 0; } .widget_pages li:last-child { margin-bottom: 0; } .widget_recent_comments ul { list-style: none; } .widget_recent_comments li { padding: 3.25px 0; } .widget_recent_comments li:first-child { padding-top: 0; } .widget_recent_comments li:last-child { margin-bottom: 0; } .widget_recent_entries ul { list-style: none; } .widget_recent_entries ul li { position: relative; padding: 12.5px 0; border-bottom: 1px solid #ebebeb; } .widget_recent_entries ul li:first-child { padding-top: 0; } .widget_recent_entries ul li:last-child { border-bottom: 0; } .widget_recent_entries ul li a { display: block; } .widget_recent_entries ul li .post-date { display: block; } .widget_rss ul { margin: 0; list-style: none; } .widget_rss li { margin-bottom: 25px; } .widget_rss ul:last-child, .widget_rss li:last-child { margin-bottom: 0; } .widget_rss .rssSummary { color: inherit; } .widget_rss ul li a.rsswidget { margin-top: 5px; margin-bottom: 25px; font-weight: bold; } .widget_rss .rsswidget img { margin-top: -5px; } .widget_rss .rss-date, .widget_rss cite { display: block; color: #414444; font-size: 0.9em; } .widget_search .searchform { position: relative; max-width: 400px; } .widget_search input[type=text] { border-color: transparent; border-radius: 35px; padding-left: 15px; } .widget_search input[type=submit] { position: absolute; top: 0px; right: -1px; padding: 10px 25px; margin: 0; min-width: initial; } .widget_tag_cloud a { display: inline-block; margin: 0 5px 5px 0; padding: 0 2px; text-transform: uppercase; font-size: 0.9em; color: #212529; } .widget_tag_cloud a:hover { color: #dbe9fe; } .textwidget > *:last-child { margin-bottom: 0; } /* ----------------------- SECTIONS ------------------------ */ /* =Section ========================================================================== */ .ewf-section { position: relative; padding: 70px 0; margin-bottom: 0; background-repeat: no-repeat; background-position: center center; background-size: cover; } .ewf-section--spacing-small { padding: 35px 0; } .ewf-section--spacing-medium { padding: 70px 0; } .ewf-section--spacing-large { padding: 105px 0; } .ewf-section--parallax { background-attachment: fixed; } .ewf-section__overlay-color { position: absolute; z-index: 4; top: 0; right: 0; bottom: 0; left: 0; } .ewf-section__content { position: relative; z-index: 10; width: 100%; } .ewf-text-align--left { text-align: left; } .ewf-text-align--center { text-align: center; } .ewf-text-align--right { text-align: right; } .ewf-text-transform--uppercase { text-transform: uppercase; } .ewf-content__wrap { display: flex; flex-wrap: wrap; } @media (min-width: 768px) { .ewf-valign--top, .ewf-valign--top .ewf-section__content > div > .row { align-items: flex-start; } .ewf-valign--middle, .ewf-valign--middle .ewf-section__content > div > .row { align-items: center; } .ewf-valign--bottom, .ewf-valign--bottom .ewf-section__content > div > .row { align-items: flex-end; } .ewf-text-align--left, .ewf-text-align--left .ewf-section__content .row, .ewf-text-align--left .ewf-section__content .ewf-content__wrap { justify-content: flex-start; } .ewf-text-align--center, .ewf-text-align--center .ewf-section__content .row, .ewf-text-align--center .ewf-section__content .ewf-content__wrap { justify-content: center; } .ewf-text-align--right, .ewf-text-align--right .ewf-section__content .row, .ewf-text-align--right .ewf-section__content .ewf-content__wrap { justify-content: flex-end; } } /* ----------------------- SECTIONS ----- end ------------------------ */ /* ----------------------------------- #02 - SERVICES section --------------------------------*/ .ewf-slider .services-item { margin: 30px auto; } .services-item { padding: 25px; position: relative; list-style: none; margin-bottom: 20px; } .services-item div[class*=ewf-like-] { color: #212529; } .services-item p { color: #7e8b98; font-size: 0.875em; line-height: 1.5em; } /* ----------------------------------- #02 - SERVICES section - END -----------------------------*/ /* ----------------------------------- #03 - PORTFOLIO section --------------------------------*/ /* =Portfolio Item ========================================================================== */ .ewf-portfolio-item { position: relative; height: 100%; } .ewf-portfolio-item li { list-style: none; } .ewf-portfolio-item.ewf-portfolio__has-description-below { height: auto !important; } .ewf-portfolio-item:after { visibility: hidden; display: block; height: 0; font-size: 0; content: " "; clear: both; } .ewf-portfolio-item__thumbnail { position: relative; overflow: hidden; height: 100%; } .ewf-portfolio-item__thumbnail img { width: 100%; height: 100%; display: inline-block; transition: all 0.25s; } .ewf-portfolio-item__overlay { overflow: hidden; position: absolute; z-index: 1; top: 0; right: 0; bottom: 0; left: 0; opacity: 0; transform: translateZ(0); transition: all 0.25s; } .ewf-portfolio-item__overlay:after { position: absolute; z-index: -1; top: 0; right: 0; bottom: 0; left: 0; background-color: rgba(255, 255, 255, 0.95); content: ""; opacity: 0; transition: all 0.25s; } .ewf-portfolio-item__control-zoom { position: absolute; top: 50%; left: 50%; display: block; width: 48px; height: 48px; margin-left: -24px; margin-top: -24px; font-size: 32px; line-height: 1; text-align: center; text-decoration: none; cursor: pointer; transform: scale(0); transition: all 0.25s; } .ewf-portfolio-item__control-zoom:hover { text-decoration: none; } .ewf-portfolio-item__details + .ewf-portfolio-item__control-zoom { top: 40%; } .ewf-portfolio-item__title { margin-bottom: 0; } .ewf-portfolio-item__description { font-size: 13px; line-height: 1.25; } .ewf-portfolio-item__overlay .ewf-portfolio-item__details { position: absolute; z-index: 2; top: 50%; left: 0; right: 0; text-align: center; transform: scale(0); transition: transform 0.25s 0.1s; } .ewf-portfolio-item__thumbnail + .ewf-portfolio-item__details { padding: 15px; } .ewf-portfolio-item:hover .ewf-portfolio-item__overlay { opacity: 1; } .ewf-portfolio-item:hover .ewf-portfolio-item__overlay:after { opacity: 0.85; } .ewf-portfolio-item:hover .ewf-portfolio-item__control-zoom, .ewf-portfolio-item:hover .ewf-portfolio-item__overlay .ewf-portfolio-item__details { transform: scale(1); } /* =Portfolio Grid ========================================================================== */ .container-fluid .ewf-portfolio li img { width: 100%; } .ewf-portfolio { list-style: none; position: relative; width: 100%; } .ewf-portfolio :after { visibility: hidden; display: block; height: 0; font-size: 0; content: " "; clear: both; } .ewf-portfolio li { margin-bottom: 0; position: relative; } /* ----------------------------------- #03 - PORTFOLIO section - END --------------------------*/ /* ----------------------------------- #04 - TESTIMONIALS section ------------------------*/ .testimonial { position: relative; margin-top: 55px; min-height: 150px; padding: 40px 20px; text-align: center; } .testimonial img { margin: 0 auto; border-radius: 50%; max-width: 55px; border: 3px solid #fff; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); display: block; } .testimonial .ewf-testimonial__title { margin-bottom: 0px; } .testimonial .ewf-testimonial__by { font-size: 0.8125em; font-weight: 400; margin: 0; } .testimonial .ewf-testimonial__content:before { content: "飫?; font-family: "fontawesome"; font-weight: 400; font-size: 1.2em; color: #b7bec5; display: block; margin-bottom: 20px; } .testimonial .ewf-testimonial__content p { margin-top: 0; } /* ----------------------------------- #04 - TESTIMONIALS section - END -------------------*/ /* ----------------------------------- #05 - TEAM section --------------------------------*/ .features-item { position: relative; padding: 25px; list-style: none; } .features-item div[class*=ewf-like-] { color: #212529; } .features-item p { color: #7e8b98; font-size: 0.875em; line-height: 1.5em; } .features-item.features-left { text-align: right; } .features-image { text-align: center; } .features-image img { display: inline-block; } /* ----------------------------------- #05 - TEAM section - END -------------------------*/ /* ----------------------------------- #06 - VIDEO section --------------------------------------------- */ @media (max-width: 768px) { .video-area { margin-bottom: 60px; } } /* ----------------------------------- #06 - VIDEO section - END --------------------------------------- */ /* ----------------------------------- #07 - TEAM section --------------------------------*/ .ewf-section__team { width: 100%; } .ewf-section__team .ewf-team__title { padding-top: 20px; } .ewf-section__team .ewf-team__content { font-size: 14px; line-height: 1.8; } .ewf-section__team .ewf-team__content p { margin: 0 0 0.5em 0; font-size: 0.875em; } .ewf-section__team .ewf-team__thumbnail img { width: 100%; } .ewf-section__team div[class*=ewf-like-] { margin-top: 0; margin-bottom: 0; } .ewf-section__team .ewf-team__social_links { list-style: none; margin-top: 10px; } .ewf-section__team .ewf-team__social_links li { display: inline-block; } .ewf-section__team .ewf-team__social_links li:last-of-type { margin-right: 0; } .ewf-section__team .ewf-team__social_links li a { text-decoration: none; font-size: 12px; padding: 2px 6px; } .ewf-section__team .ewf-team__social_links li a:hover { background-color: #333; color: #FFF; } /* ----------------------------------- #07 - TEAM section - END -------------------------*/ /* ----------------------------------- #08 - PRICING section --------------------------------*/ .ewf-pricing__featured { background-color: #0962ea; color: #fff; padding: 8px; border-bottom: 2px solid transparent; position: absolute; top: 0; width: calc(100% - 16px); } .ewf-pricing__item-container { padding: 3em 0; position: relative; transition: all 100ms ease-in-out; } .ewf-pricing__item-container .ewf-pricing__content, .ewf-pricing__item-container .ewf-pricing__plan, .ewf-pricing__item-container .ewf-pricing__details, .ewf-pricing__item-container .ewf-pricing__button-wrapper { padding-left: 30px; padding-right: 30px; } .ewf-pricing__item-container .ewf-pricing__plan { border-top: 1px dashed #e6e6e6; border-bottom: 1px dashed #e6e6e6; margin-bottom: 30px; padding-top: 15px; padding-bottom: 15px; } .ewf-pricing__item-container .ewf-pricing__plan .ewf-like-h4 { color: #212529; margin-top: 0; margin-bottom: 0; } .ewf-pricing__item-container .ewf-pricing__plan span { color: #b3b3b3; font-size: 14px; } .ewf-pricing__item-container .ewf-pricing__content .ewf-like-h4 { color: #212529; font-size: 24px; font-weight: 500; } .ewf-pricing__item-container .ewf-pricing__content p { color: #212529; font-size: 0.875em; line-height: 1.5em; } .ewf-pricing__item-container .ewf-pricing__details { padding: 10px 0; } .ewf-pricing__item-container ul { padding: 30px; list-style: none; } .ewf-pricing__item-container ul li { color: #4e5862; } .ewf-pricing__item-container ul li.yes:before { content: "鉁?; color: #0962ea; margin-right: 10px; } .ewf-pricing__item-container ul li.no:before { content: "x"; color: black; margin-right: 10px; } /* ----------------------------------- #08 - PRICING section - END ---------------------------*/ /* ----------------------------------- #09 - BLOG section --------------------------------*/ .section-blog .ewf-btn { margin: 20px auto; } .ewf-blog { margin: 10px auto; position: relative; } .ewf-blog .ewf-blog__featured-image img { width: 100%; } .ewf-blog .ewf-blog__meta { margin-bottom: 1rem; } .ewf-blog .ewf-blog__container { padding: 1.5rem; } .ewf-blog .ewf-blog__container .ewf-blog__news-date a, .ewf-blog .ewf-blog__container .ewf-blog__news-date, .ewf-blog .ewf-blog__container .ewf-blog__author a, .ewf-blog .ewf-blog__container .ewf-blog__author, .ewf-blog .ewf-blog__container .ewf-blog__comments a, .ewf-blog .ewf-blog__container .ewf-blog__comments { color: #a5a5ab; margin-right: 5px; font-size: 15px; } .ewf-blog .ewf-blog__container div[class*=ewf-like-], .ewf-blog .ewf-blog__container div[class*=ewf-like-] a { color: #404044; } .ewf-blog .ewf-blog__container .ewf-blog__content, .ewf-blog .ewf-blog__container .ewf-blog__content p { color: #8b8b92; font-size: 15px; } /* ----------------------------------- #09 - BLOG section - END --------------------------------*/ /* ----------------------------------- #10 - CONTACT section --------------------------------*/ .section-contact { position: relative; z-index: 9; } .section-contact .container { position: relative; } .contact-decoration { height: 8px; overflow: hidden; position: absolute; top: 0; left: 0; right: 0; width: 100%; background-color: #dfdfdf; background: repeating-linear-gradient(135deg, #a41342, #a41342 3.03%, #dfdfdf 0, #dfdfdf 6.06%, #232d33 0, #232d33 9.09%, #dfdfdf 0, #dfdfdf 12.12%); box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); } .contact-form-content { display: none; } .contact-form { padding: 50px 95px; margin: 0 0 45px 0; position: relative; background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0)); background-color: #0377bb; } .contact-form h4 { text-shadow: 0 1px rgba(35, 31, 32, 0.41); color: #fff; float: left; margin: 0; line-height: 45px; } .contact-form .ewf-btn { float: right; } .input-item { position: relative; } .input-item span.input-icon { position: absolute; top: 8px; right: 16px; opacity: 0.3; } @media (max-width: 540px) { .contact-form { padding: 20px 45px; margin-bottom: 25px; text-align: center; } .contact-form h4 { float: none; text-align: center; } .contact-form .ewf-btn { float: none; display: inline-block; } } /* ----------------------------------- #10 - CONTACT section - END --------------------------------*/ /* ----------------------------------- #11 - FOOTER section --------------------------------------------- */ #footer { color: #a9afb1; background-color: #192229; } #footer.footer-sub p { margin: 0; } #footer a { color: #a9afb1; } #footer a:hover, #footer a:focus { color: #fff; } #footer a:active { color: #a9afb1; } #footer p { color: #a9afb1; } #footer ul.nav { float: right; margin: 0; } #footer ul.nav li { display: inline-block; } #footer ul.nav a { padding: 0 10px; } #footer #footer-widgets { padding: 70px 0; } #footer #footer-bottom { padding: 15px 0; } .footer-logo { text-align: center; display: block; max-width: 200px; margin: 0 auto 10px auto; } #footer .widget_media_image.footer-logo { margin: 0 auto 10px auto; } .widget_nav_menu .menu, .social { padding: 0; text-align: center; } .widget_nav_menu .menu li, .social li { list-style-type: none; display: inline-block; margin: 0; } .widget_nav_menu .menu li:before, .social li:before { content: none; } .widget_nav_menu .menu li a, .social li a { padding: 9px 5px; color: #fff; width: 35px; height: 18px; text-align: center; overflow: hidden; } .widget_nav_menu .menu li a:before, .social li a:before { content: "飷?; display: inline-block; padding: 0 5px; font-family: "FontAwesome"; font-size: 16px; vertical-align: top; -webkit-font-smoothing: antialiased; } .widget_nav_menu .menu li a[href*="wordpress.org"]::before, .widget_nav_menu .menu li a[href*="wordpress.com"]::before, .social li a[href*="wordpress.org"]::before, .social li a[href*="wordpress.com"]::before { content: "飭?; } .widget_nav_menu .menu li a[href*="facebook.com"]::before, .social li a[href*="facebook.com"]::before { content: "飩?; } .widget_nav_menu .menu li a[href*="twitter.com"]::before, .social li a[href*="twitter.com"]::before { content: "飩?; } .widget_nav_menu .menu li a[href*="dribbble.com"]::before, .social li a[href*="dribbble.com"]::before { content: "飬?; } .widget_nav_menu .menu li a[href*="plus.google.com"]::before, .social li a[href*="plus.google.com"]::before { content: "飪?; } .widget_nav_menu .menu li a[href*="pinterest.com"]::before, .social li a[href*="pinterest.com"]::before { content: "飯?; } .widget_nav_menu .menu li a[href*="github.com"]::before, .social li a[href*="github.com"]::before { content: "飩?; } .widget_nav_menu .menu li a[href*="tumblr.com"]::before, .social li a[href*="tumblr.com"]::before { content: "飬?; } .widget_nav_menu .menu li a[href*="youtube.com"]::before, .social li a[href*="youtube.com"]::before { content: "飬?; } .widget_nav_menu .menu li a[href*="flickr.com"]::before, .social li a[href*="flickr.com"]::before { content: "飬?; } .widget_nav_menu .menu li a[href*="vimeo.com"]::before, .social li a[href*="vimeo.com"]::before { content: "飰?; } .widget_nav_menu .menu li a[href*="instagram.com"]::before, .social li a[href*="instagram.com"]::before { content: "瞍€"; } .widget_nav_menu .menu li a[href*="codepen.io"]::before, .social li a[href*="codepen.io"]::before { content: "飮?; } .widget_nav_menu .menu li a[href*="linkedin.com"]::before, .social li a[href*="linkedin.com"]::before { content: "飪?; } .widget_nav_menu .menu li:last-child, .social li:last-child { margin: 0; } @media (max-width: 960px) { .footer-sub p { text-align: center; } .footer-sub .nav { width: 100%; text-align: center; } } @media (max-width: 768px) { #footer-bottom-widget-area-1, #footer-bottom-widget-area-2 { text-align: center; } } /* ----------------------------------- #11 - FOOTER section - END ------------------------------------- */ /* =Counter ========================================================================== */ .ewf-counter { position: relative; } .ewf-counter:after { visibility: hidden; display: block; height: 0; font-size: 0; content: " "; clear: both; } .ewf-counter__standard, .ewf-counter__odometer { font-size: 56px; /* this needs to remain hardcoded */ line-height: 1; color: #212529; } .ewf-counter__symbol { font-size: 36px; /* this needs to remain hardcoded */ vertical-align: middle; } .ewf-counter__title { color: #212529; } .ewf-counter__odometer { display: inline-block; vertical-align: middle; position: relative; } .ewf-counter__odometer .odometer-digit { display: inline-block; vertical-align: middle; position: relative; } .ewf-counter__odometer .odometer-digit .odometer-digit-spacer { display: inline-block; vertical-align: middle; visibility: hidden; } .ewf-counter__odometer .odometer-digit .odometer-digit-inner { text-align: left; display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; overflow: hidden; } .ewf-counter__odometer .odometer-digit .odometer-ribbon { display: block; } .ewf-counter__odometer .odometer-digit .odometer-ribbon-inner { display: block; backface-visibility: hidden; } .ewf-counter__odometer .odometer-digit .odometer-value { display: block; transform: translateZ(0); } .ewf-counter__odometer .odometer-digit .odometer-value.odometer-last-value { position: absolute; } .ewf-counter__odometer.odometer-animating-up .odometer-ribbon-inner { transition: transform 2s; } .ewf-counter__odometer.odometer-animating-up.odometer-animating .odometer-ribbon-inner { transform: translateY(-100%); } .ewf-counter__odometer.odometer-animating-down .odometer-ribbon-inner { transform: translateY(-100%); } .ewf-counter__odometer.odometer-animating-down.odometer-animating .odometer-ribbon-inner { transition: transform 2s; transform: translateY(0); } .ewf-counter__odometer .odometer-value { text-align: center; } /* =Progress Bar ========================================================================== */ .ewf-progress:after { visibility: hidden; display: block; height: 0; font-size: 0; content: " "; clear: both; } .ewf-progress__title { display: block; margin-bottom: 14px; font-weight: 600; line-height: 14px; text-align: left; } .ewf-progress__title span { float: right; } .ewf-progress__bar { position: relative; margin-bottom: 28px; } .ewf-progress__bar-liniar-wrap { position: relative; padding: 4px; background-color: #ebebeb; } .ewf-progress__bar-liniar { background-color: #0962ea; height: 10px; width: 0; } .ewf-progress--alternative-modern .ewf-progress__bar-liniar-wrap { padding: 0; background-color: transparent; } .ewf-progress--alternative-modern .ewf-progress__bar-liniar-wrap:after { content: ""; position: absolute; bottom: 0; left: 0; right: 0; height: 2px; background-color: #dbe9fe; } /* =Pie Chart ========================================================================== */ .ewf-pie { position: relative; } .ewf-pie:after { visibility: hidden; display: block; height: 0; font-size: 0; content: " "; clear: both; } .ewf-pie__chart { position: relative; margin: 0 auto; text-align: center; } .ewf-pie__chart canvas { position: absolute; z-index: 1; top: 50%; left: 50%; transform: translate(-50%, -50%); } .ewf-pie__percent { font-weight: 700; font-size: 30px; } .ewf-pie__icon, .ewf-pie__percent { display: block; width: 100%; color: #0962ea; text-align: center; } .ewf-pie__title { text-align: center; margin-bottom: 0; } .ewf-pie__description { font-size: 13px; line-height: 1.25; } /* =Partner/Client ========================================================================== */ .ewf-partner, .ewf-partner-slider { position: relative; /* fix for when client list is a slider and we need to display the quick edit icons */ } .ewf-partner img, .ewf-partner-slider img { width: 100%; } /* =Partner/Client List ========================================================================== */ .ewf-partners-list { list-style: none; } .ewf-partners-list li { margin-top: 10px; } .section-clientlist .ewf-slider .ewf-slider__pager .slick-dots li button { background: rgba(0, 0, 0, 0.2); border: 1px solid #ddd; } /* ----------------------------------- #16 - Google Map section --------------------------------------------- */ .section-map { position: relative; } .section-map.ewf-section.ewf-section--title-top { padding: 0; } .section-map.ewf-section.ewf-section--title-top .map-canvas { background-color: #F5F5F5; position: absolute; top: 0; left: 0; bottom: 0; right: 0; } .section-map.ewf-section.ewf-section--title-top .ewf-section__map { position: absolute; bottom: 0; left: 0; } .section-map.ewf-section.ewf-section--title-bottom .ewf-section__map { position: absolute; bottom: 0; left: 0; } .section-map.ewf-section.ewf-section--title-left .map-canvas, .section-map.ewf-section.ewf-section--title-right .map-canvas { height: 550px; } .section-map .map-canvas { display: block; } .section-map .map-canvas-side { box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.045); border: 1px solid #eee; } .section-map .map-overlay { width: 100%; height: 50px; background: url("../images/back-section-shadow.png") repeat-x left top; position: absolute; top: 0; left: 0; z-index: 999; } .map-info-wrapper { padding: 0 75px; background-color: #fff; box-shadow: 0 0 40px 4px rgba(35, 31, 32, 0.07); position: relative; overflow: hidden; box-sizing: border-box; } .map-info-item { padding: 0 20px 20px 20px; } .map-info-item h5 { color: #0962ea; margin-bottom: 15px; } .map-info-item h5 i { margin-right: 10px; } @media (max-width: 768px) { .map-info-wrapper { padding: 0 35px; } } /* ----------------------------------- #11 - Google Map section - END ------------------------------------- */ /* ----------------------------------- #17 - Section Advanced Slider --------------------------------------------- */ .ewf-slider { width: 100%; margin: 0 auto; overflow: hidden; position: relative; } .ewf-slider .ewf-slider__slides { opacity: 0; list-style: none; margin-bottom: 0; height: 100%; position: relative; } .ewf-slider .ewf-slider__slides.slick-initialized { opacity: 1; transition: all 0.5s ease-in-out; } .ewf-slider .ewf-slider__slides li { list-style: none; background-size: cover; background-repeat: no-repeat; background-position: center; height: 100%; width: 100%; position: relative; z-index: 2; } .ewf-slider .ewf-slider__slides li .ewf-slider-slide__content { height: 100%; display: flex; flex-wrap: wrap; align-items: center; max-width: 1140px; margin-left: auto; margin-right: auto; position: relative; z-index: 2; padding: 0 30px; } .ewf-slider .ewf-slider__slides li .ewf-slider-slide__overlay { position: absolute; z-index: 0; top: 0; bottom: 0; left: 0; right: 0; background-color: black; } .ewf-slider__pager { position: absolute; top: 90%; left: 0; right: 0; margin-left: auto; margin-right: auto; } .slick-slide { transition: opacity 0.5s, -webkit-transform 0.5s; transition: opacity 0.5s, transform 0.5s; transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s; } .slick-slide:focus { outline: none; } .slick-arrow { position: absolute; top: 45%; -webkit-transform: translateY(-50%); transform: translateY(-50%); padding: 0; background: none; border: none; color: inherit; text-transform: uppercase; font-size: 11px; font-weight: bold; line-height: 3; letter-spacing: 0.1em; outline: none; cursor: pointer; z-index: 1; } .slick-arrow::before { content: ""; position: absolute; bottom: 100%; height: 1px; width: 6em; background: currentColor; } .slick-arrow--prev { left: 2.5%; } .slick-arrow--prev:hover { left: 2.6%; transition: left 0.3s ease; opacity: 0.75; } .slick-arrow--prev::before { right: 0; } .slick-arrow--next { right: 2.5%; } .slick-arrow--next:hover { right: 2.6%; transition: right 0.3s ease; opacity: 0.75; } .slick-arrow--next::before { left: 0; } .slick-arrow[class*=disabled] { opacity: 0.25; } .slick-dots { width: 100%; padding: 0; margin: 0; list-style: none; text-align: center; } .slick-dots li { display: inline-block; position: relative; pointer-events: none; } .slick-dots li:not(.slick-active) { display: none; } .slick-dots li .slick-dots-current { -webkit-animation: slick-dot-opening 0.5s; animation: slick-dot-opening 0.5s; } @-webkit-keyframes slick-dot-opening { from { opacity: 0; -webkit-transform: translateY(100%); transform: translateY(100%); } to { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } } @keyframes slick-dot-opening { from { opacity: 0; -webkit-transform: translateY(100%); transform: translateY(100%); } to { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } } .slick-dots-button { padding: 0; background: none; border: none; color: inherit; cursor: pointer; outline: none; font-size: 11px; letter-spacing: 0.2em; } .slick-dots-current, .slick-dots-total { display: inline-block; } .slick-dots-separator { position: relative; margin: 0 1em; } .slick-dots-separator::after { content: ""; position: absolute; top: 50%; right: 1px; width: 1px; height: 2em; background: currentColor; -webkit-transform: rotate(7deg) translateY(-50%); transform: rotate(7deg) translateY(-50%); } /* ----------------------------------- #17 - Section Advanced Slider - END --------------------------------------- */ /* ----------------------------------- #18 - Section CTA --------------------------------------------- */ @media (max-width: 767px) { .section-cta .ewf-text-align--left, .section-cta .ewf-text-align--right { text-align: center; } .section-cta.ewf-section--title-right .headline h3 { margin-bottom: 0; } .section-cta.ewf-section--title-left .ewf-btn:last-child { margin-bottom: 0; } } @media (min-width: 767px) { .section-cta .ewf-btn { margin-bottom: 0; } } @media (min-width: 992px) { .section-cta.ewf-section--title-left .headline h3, .section-cta.ewf-section--title-right .headline h3 { margin-top: 0; } .section-cta.ewf-section--title-left .ewf-section-text, .section-cta.ewf-section--title-right .ewf-section-text { margin-bottom: 0; } } /* ----------------------------------- #18 - Section CTA - END --------------------------------------- */ /* ----------------------------------- #19 - Section About --------------------------------------------- */ .section-about .container-fluid img { /* gets applied only when the section's set to full-width */ width: 100%; } /* ----------------------------------- #19 - Section About - END --------------------------------------- */ /* =Open hours section ========================================================================== */ .section-openhours .open-hours { padding: 10px 30px; } .section-openhours .open-hours__schedule__container { position: relative; } .section-openhours .open-hours__schedule__container p.open_hours__schedule_hours { opacity: 0.65; } .section-openhours .open-hours__schedule__container .text-uppercase { font-weight: 900; } /* =Accordion ========================================================================== */ .accordion .accordion-item__container { position: relative; margin: 5px auto; } .accordion-item-toggle { position: relative; display: block; padding: 11px 22px; background-color: #FFF; border: 1px solid #EEE; cursor: pointer; margin-bottom: 0; } .accordion-item-toggle:not(:first-child) { margin-top: 14px; } .accordion-item-toggle:after { float: right; content: "飫?; font-family: "FontAwesome"; } .accordion-item-content { display: none; padding: 11px 22px; border: 1px solid #EEE; border-top: none; background-color: #FFF; } .accordion-item-content:after { clear: both; content: " "; display: block; font-size: 0; height: 0; visibility: hidden; } .accordion-item-content:last-child { margin-bottom: 0; } .accordion-item-content.accordion-item-opened { display: block; } /* = END Accordion Section ========================================================================== */ /* =Icon Boxes ========================================================================== */ .iconboxes-item { display: flex; align-items: center; justify-content: center; } .iconboxes-item .ewf-like-h6 { margin: 0; } .iconboxes-item.icon-left > i { margin-right: 15px; } .iconboxes-item.icon-right { flex-direction: row-reverse; } .iconboxes-item.icon-right > i { margin-left: 15px; } .iconboxes-item.icon-top { flex-direction: column; } .iconboxes-item.icon-top i { margin-bottom: 15px; } /* = END Icon Boxes Section ========================================================================== */ .section-newsletter form { display: flex; flex-wrap: nowrap; align-items: center; justify-content: center; } .section-newsletter form input[type=email] { max-width: 300px; width: 100%; margin-right: -60px; border-radius: 35px; padding-left: 15px; border: none; } .section-newsletter form input[type=submit] { min-width: 120px; margin: 0; } .section-instagram .section-instagram__images a { display: block; width: 100%; height: 0; overflow: hidden; padding-bottom: 100%; background-size: cover; background-position: center; } /* ----------------------------------- Dashed Border Effect (all around) ------------------------*/ .ewf-item__border-dashed-effect { border: 2px dashed #9de3cc; border-left: 2px solid #9de3cc; border-bottom: 2px solid #9de3cc; } /* ----------------------------------- Box Shadow Effect (below) ------------------------*/ .ewf-item__shadow-effect { -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.08); box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.08); } /* ----------------------------------- Simple Border Effect (all around) ------------------------*/ .ewf-item__simple-border-effect { border: 1px solid #9de3cc; } .ewf-item__dash-of-color > i, .ewf-item__dash-of-color > div > i { position: relative; z-index: 2; } .ewf-item__dash-of-color > div > i:after, .ewf-item__dash-of-color > i:after { position: absolute; content: ""; left: -10px; top: 5px; width: 40px; height: 40px; border-radius: 50%; background: #9de3cc; z-index: -1; } .ewf-item__spacing-none .ewf-item__simple-border-effect { border-right-width: 0; } .ewf-item__spacing-none:last-of-type > .ewf-item__simple-border-effect { border-right-width: 1px; } .ewf-item__spacing-none .ewf-item__border-dashed-effect { border-right-width: 0; border-left-style: dashed; } .ewf-item__spacing-none .ewf-item__border-dashed-effect:before, .ewf-item__spacing-none .ewf-item__border-dashed-effect:after { width: 0; height: 0; } .ewf-item__spacing-none:first-of-type > .ewf-item__border-dashed-effect { border-right-style: dashed; border-left-style: solid; } .ewf-item__spacing-none:last-of-type > .ewf-item__border-dashed-effect { border-right-style: solid; border-right-width: 2px; } .ewf-item__spacing-none .ewf-item__shadow-effect { box-shadow: 0 10px 20px -6px rgba(0, 0, 0, 0.02); } .ewf-item__spacing-none:first-of-type > .ewf-item__shadow-effect { box-shadow: -10px 10px 20px -6px rgba(0, 0, 0, 0.02); } .ewf-item__spacing-none:last-of-type > .ewf-item__shadow-effect { box-shadow: 10px 10px 20px -6px rgba(0, 0, 0, 0.02); } @media (max-width: 768px) { .bni-rsp { display: block; } .show-more-comments { display: none; } .comment-hidden-mobile + .show-more-comments { display: block; } .slick-next { width: 75px; padding-left: 0; padding-right: 0; border-top-right-radius: 0; border-bottom-right-radius: 0; } .slick-prev { width: 75px; padding-left: 0; padding-right: 0; border-top-left-radius: 0; border-bottom-left-radius: 0; } .portfolio-wrapper-arrows { width: 100px; height: 50px; } } .bypostauthor { font-size: initial; } @media (min-width: 992px) { .container.container-boxedcenter { width: 970px; } } .ewf-section-hidden { display: none !important; } .efw-section-visible { display: block !important; } .main-container { padding-top: 60px; padding-bottom: 60px; } /*# sourceMappingURL=style-portum.css.map */