1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411 |
- /* ########################################
- ########### davidwindham.com ##############
- ###########################################
- . . . . . .
- . . ...-..-| |-. .-. .-.-..-| .-.. ...-|
- ` ` '' '`-'-' '-`-`-' ' '`-'-`-`-` '`-'-
- 1 - Body
- 2 - Typography
- 3 - Header
- 4 - Navigation
- 5 - Layout
- 6 - Parts
- 7 - Footer
- 9 - Queries
- 10 - Fonts
- url - https://davidwindham.com
- git - https://github.com/windhamdavid/dw
- post - https://davidawindham.com/my-website
- /*########################################
- ################# BODY ###################
- #########################################*/
- body {
- position: relative;
- margin: 0;
- padding: 0;
- min-height: 100%;
- -webkit-font-smoothing: antialiased;
- font-kerning: auto;
- color: #000;
- background: :#363e48;
- transition: background-color 0.4s ease;
- font-family: sans-serif;
- }
- /****** viewports - waypoints ******/
- .viewport {
- position: fixed;
- height: 100%;
- width: 100%;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- overflow: hidden;
- }
- .viewport-above {
- opacity: 0;
- }
- .viewport-inside {
- opacity: 1;
- }
- .viewport-below {
- opacity: 0;
- }
- .viewport-below > * {
- transform: translateY(100px);
- }
- .page-view {
- padding: 7rem 0;
- transition: opacity 0.4s ease;
- opacity: 0;
- position: relative;
- background: transparent !important;
- scroll-snap-align: start;
- min-height: 100vh;
- }
- .page-view > * {
- transition: all 0.4s ease;
- }
- .page-view:after {
- content: '';
- }
- .no-js .page-view {
- opacity: 1;
- }
- .background-color {
- position: relative;
- }
- .background-color.white {
- background-color: #fff;
- }
- .background-color.black {
- background-color: #121212;
- z-index: 0;
- }
- .page-view {
- padding: 7rem 0;
- transition: opacity 0.4s ease;
- opacity: 0;
- position: relative;
- background: transparent !important;
- scroll-snap-align: start;
- min-height: 100vh;
- }
- .page-view > * {
- transition: all 0.4s ease;
- }
- .page-view:after {
- content: '';
- }
- .no-js .page-view {
- opacity: 1;
- }
- /*########################################
- ################# TYPE ###################
- #########################################*/
- h1 {
- font-family: 'Playfair Display', serif;
- font-weight: 900;
- font-size: 37px;
- letter-spacing: .01em;
- }
- .header h1 {
- color: #fff;
- }
- h2 {
- font-family: 'Playfair Display', serif;
- font-weight: 700;
- font-size: 27px;
- }
- h3 {
- font-family: 'Playfair Display', serif;
- font-weight: 500;
- font-size: 23px;
- }
- p {
- font-family: 'Montserrat', sans-serif;
- font-size: 17px;
- line-height: 1.2;
- }
- a {
- color: #376399;
- text-decoration:none !important;
- }
- .right {
- text-align:right;
- }
- .lead {
- font-size: 1.4rem;
- }
- .numbering {
- display: inline-block;
- margin-right: .5rem;
- font-size: 12px;
- vertical-align: super;
- }
- [bg=dark-bg] {
- color: #9c9ea5;
- }
- [bg=dark-bg] h1,
- [bg=dark-bg] h2,
- [bg=dark-bg] h4,
- [bg=dark-bg] h5,
- [bg=dark-bg] h6,
- [bg=dark-bg] a {
- color: #fff !important;
- }
- [bg=dark-bg] blockquote {
- color: #fff;
- }
- h5.modal-title {
- color: #333 !important;
- }
- h6.modal {
- color: #333 !important;
- }
- h1.who {
- font-weight: 800;
- margin: 0;
- }
- h2.who {
- margin: 0;
- color: #999 !important;
- font-size:20px;
- }
- h1.what {
- font-weight: 800;
- margin: 0;
- }
- h2.what {
- margin: 0;
- color: #fff !important;
- font-size:32px;
- }
- h1.when {
- font-weight: 800;
- margin: 0;
- }
- h2.when{
- margin: 0;
- color: #fff !important;
- font-size:28px;
- }
- h4.when{
- font-weight: 600;
- color: #333 !important;
- font-size:22px;
- }
- .fc-button-primary {
- color: #777;
- background-color: #fff;
- border-color: #777;
- }
- .fc-button-primary:disabled {
- color: #777;
- background-color: #fff;
- border-color: #777;
- }
- .fc-button-primary:not(:disabled):active,
- .fc-button-primary:not(:disabled).fc-button-active {
- color: #fff;
- background-color: #737373;
- border-color: #151e27;
- }
- .fc-toolbar h2 {
- font-size: 1.0em;
- margin: 0;
- text-align:right;
- }
- .fc-event {
- position: relative;
- display: block;
- font-size: 0.85em;
- line-height: 1.4;
- color: #fff !important;
- border-radius: 3px;
- border: 1px solid #999;
- }
- .fc-event, .fc-event-dot {
- background-color: #737373;
- }
- h1.why {
- font-weight: 800;
- margin: 0 0 40px 0;
- }
- h2.why {
- margin: 0;
- font-size:28px;
- }
- .why blockquote {
- }
- h1.how {
- font-weight: 800;
- color: #000 !important;
- margin: 0;
- }
- h2.how {
- margin: 0;
- color: #000 !important;
- font-size:28px;
- }
- h4.how {
- color: #000 !important;
- }
- h5.how {
- color: #000 !important;
- }
- .services .service .numbering, .approach .service .numbering {
- height: 2rem;
- width: 2rem;
- line-height: 2rem;
- color: #777;
- border-radius: 3px;
- text-align: center;
- position: absolute;
- left: 0;
- top: 0;
- background: #999;
- background: #9993;
- font-size: 70%;
- }
- /*########################################
- ################# HEAD ###################
- #########################################*/
- #header {
- position: fixed;
- z-index: 98;
- margin: 0;
- padding: 0;
- left: 0;
- top: 0;
- right: 0;
- pointer-events: none;
- }
- #header .header-ui {
- margin: 0;
- padding: 0;
- display: -ms-flexbox;
- display: flex;
- -ms-flex-wrap: wrap;
- flex-wrap: wrap;
- -ms-align-items: center;
- align-items: center;
- justify-content: space-between;
- }
- #header .header-ui .brand--nav {
- margin: 0 auto 0 0;
- padding: 1rem;
- flex: 0 0 100%;
- width: 100%;
- max-width: 100%;
- display: -ms-flexbox;
- display: flex;
- -ms-flex-wrap: wrap;
- flex-wrap: wrap;
- -ms-align-items: center;
- align-items: center;
- justify-content: space-between;
- pointer-events: auto;
- will-change: width, padding, flex;
- }
- #header .header-ui .brand--nav h1 {
- font-size: 27px;
- }
- @media (min-width: 576px) {
- #header .header-ui .brand--nav {
- flex: 0 0 50%;
- width: 50%;
- max-width: 50%;
- }
- #header .header-ui .brand--nav .brand {
- margin-right: 20px;
- }
- }
- @media (min-width: 768px) {
- #header {
- -webkit-transition: opacity .35s ease-in-out 0s;
- transition: opacity .35s ease-in-out 0s;
- }
- #header .header-ui .brand--nav,
- #header .header-ui .header--complementary {
- padding: 2rem;
- -webkit-transition: width .35s ease-in-out 0s, padding .35s ease-in-out 0s, flex .35s ease-in-out 0s, background .35s ease-in-out 0s;
- transition: width .35s ease-in-out 0s, padding .35s ease-in-out 0s, flex .35s ease-in-out 0s, background .35s ease-in-out 0s;
- }
- #header.shrink .header-ui .brand--nav,
- #header.shrink .header-ui .header--complementary {
- padding: 1rem;
- flex: 0 0 auto;
- }
- #header.on_menu .brand--nav {
- padding-right: 0;
- }
- #header.on_menu .brand--nav .hamburger {
- -webkit-transform: translateX(27px);
- transform: translateX(27px);
- }
- }
- @media (min-width: 992px) {
- #header .header-ui .brand--nav,
- #header.shrink .header-ui .brand--nav,
- #header.shrink .header-ui .header--complementary {
- padding: 1rem;
- flex: 0 0 auto;
- }
- #header.on_menu .brand--nav {
- padding-right: 0;
- }
- #header.on_menu .brand--nav .hamburger {
- -webkit-transform: translateX(27px);
- transform: translateX(27px);
- }
- }
- .dw-header {
- position: fixed;
- }
- .dw-header,
- .works-header {
- background: #121212;
- }
- .dw-header h2,
- .works-header h2 {
- letter-spacing: 0.01rem;
- font-weight: normal;
- text-align: left;
- margin: 0;
- }
- @media (min-width: 992px) {
- .dw-header h2,
- .works-header h2 {
- font-size: 2.4rem;
- }
- }
- .dw-header {
- min-height: 400px;
- }
- .dw-header h2 {
- max-width: 900px;
- }
- .dw-header .main {
- position: relative;
- z-index: 2;
- }
- #header {
- position: absolute;
- }
- #header .header-ui .brand--nav,
- #header .header-ui .header--complementary {
- padding: 1rem;
- background: transparent !important;
- }
- #header .header-ui .button.button-to-quote,
- #header .header-ui a {
- margin-left: 40px;
- }
- #header .header-ui a,
- #header .header-ui .button {
- position: relative;
- color: hsla(0, 0%, 100%, 0.5);
- border-color: hsla(0, 0%, 100%, 0.5);
- font-family: 'Inter', sans-serif;
- }
- #header .header-ui .brand img {
- width: 200px;
- }
- .header-small {
- width: 100%;
- position: fixed;
- display: flex;
- padding: 0.5rem 1rem 1rem 1rem;
- z-index: 999;
- opacity: 0;
- top: -200px;
- left: 0;
- transition: opacity 0.4s ease, background-color 0.4s ease;
- }
- .header-small .header-small-menu {
- background-color: #2b3444;
- position: absolute;
- box-shadow: 0 27px 53px 0 rgba(1, 93, 140, 0.24);
- z-index: 1;
- opacity: 0;
- visibility: hidden;
- padding: 20px 20px 40px 20px;
- top: 0;
- right: 0;
- }
- .header-small .header-small-menu h6 {
- font-weight: bold;
- color: #fff;
- margin: 40px 0 0 0;
- }
- .header-small .header-small-menu a,
- .header-small .header-small-menu h6 {
- padding: 6px 29px 8px 12px;
- }
- .header-small .header-small-menu a {
- font-size: 26px;
- line-height: 44px;
- letter-spacing: -0.43px;
- display: block;
- color: #fff;
- }
- .header-small .header-small-menu a:hover {
- opacity: 0.5;
- }
- .header-small .header-small-menu a.email {
- font-size: 1rem;
- line-height: 1.2;
- }
- .header-small.menu-open .header-small-menu {
- display: block;
- opacity: 1;
- visibility: visible;
- }
- .header-small.showing {
- opacity: 1;
- top: 0;
- }
- .header-small a {
- color: currentColor;
- }
- .header-small img {
- margin-left: 0px;
- width: 22px;
- transition: background-color 0.4s ease;
- }
- .header-small .light {
- display: none;
- border: 1px solid #fff;
- }
- .header-small .dark {
- display: inline-block;
- border: 1px solid #000;
- }
- [bg=dark-bg] .header-small .light {
- display: inline-block;
- }
- [bg=dark-bg] .header-small .dark {
- display: none;
- }
- [bg=dark-bg] .hamburger-inner,
- [bg=dark-bg] .hamburger-inner:before,
- [bg=dark-bg] .hamburger-inner:after {
- background-color: #fff !important;
- }
- /*########################################
- ################# NAVI ###################
- #########################################*/
- .hamburger {
- font: inherit;
- display: inline-block;
- overflow: visible;
- margin: 0;
- padding: 0;
- cursor: pointer;
- transition-timing-function: linear;
- transition-duration: 0.15s;
- transition-property: opacity, filter;
- text-transform: none;
- color: inherit;
- border: 0;
- background-color: transparent;
- align-self: flex-end;
- margin-left: auto;
- z-index: 6;
- }
- .hamburger:focus, .hamburger:active {
- outline-width: 0;
- }
- .hamburger.is-active {
- outline-width: 0;
- }
- .hamburger-box {
- width: 24px;
- height: 15px;
- display: inline-block;
- position: relative;
- }
- .hamburger-inner {
- display: block;
- top: 50%;
- margin-top: -0.5px;
- }
- .hamburger-inner,
- .hamburger-inner::before,
- .hamburger-inner::after {
- width: 24px;
- height: 2px;
- border-radius: 2px;
- position: absolute;
- transition-property: transform;
- transition-duration: 0.15s;
- transition-timing-function: ease;
- background-color: #000;
- }
- .hamburger-inner::before, .hamburger-inner::after {
- content: "";
- display: block;
- }
- .hamburger-inner::before {
- top: -7px;
- }
- .hamburger-inner::after {
- bottom: -7px;
- }
- .hamburger-inner:before {
- top: 5px;
- }
- .hamburger-inner:after {
- top: 10px;
- }
- .hamburger:hover {
- opacity: 0.7;
- }
- .hamburger:focus, .hamburger:active {
- outline-width: 0;
- }
- .hamburger.is-active {
- outline-width: 0;
- }
- .hamburger.is-active:hover {
- opacity: 0.7;
- }
- .hamburger.is-active .hamburger-inner,
- .hamburger.is-active .hamburger-inner::before,
- .hamburger.is-active .hamburger-inner::after {
- background-color: #afafaf;
- }
- .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
- background-color: #afafaf;
- }
- .hamburger.is-active .hamburger-inner {
- transform: translate3d(0, 10px, 0) rotate(45deg);
- background-color: #fff;
- }
- .hamburger.is-active .hamburger-inner:before {
- transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
- opacity: 0;
- }
- .hamburger.is-active .hamburger-inner:after {
- transform: translate3d(0, -10px, 0) rotate(-90deg);
- background-color: #fff;
- }
- .hamburger-box {
- position: relative;
- display: inline-block;
- width: 20px;
- height: 20px;
- }
- .hamburger-inner {
- top: 50%;
- display: block;
- margin-top: -2px;
- }
- /*########################################
- ################# LAYO ###################
- #########################################*/
- .lead {
- font-weight: 400;
- line-height: 1.6;
- }
- .hero,
- .page-header,
- .portfolio-header {
- background: #191A1B;
- position: relative;
- }
- .hero .container,
- .page-header .container,
- .portfolio-header .container {
- position: relative;
- }
- .hero h1,
- .page-header h1,
- .portfolio-header h1 {
- font-family: 'Inter', 'Source Sans Pro', sans-serif;
- line-height: 1.2;
- max-width: 900px;
- font-weight: 800;
- }
- .hero {
- height: 100vh;
- min-height: 620px;
- }
- .capabilities {
- padding: 6rem 0;
- }
- .capabilities .capabilities-types {
- padding-top: 3rem;
- }
- .capabilities ul {
- list-style: none;
- margin: 0 0 3rem 0 !important;
- }
- .capabilities li {
- margin: 0 !important;
- }
- .capabilities h5,
- .capabilities h6 {
- margin-bottom: 0.5rem;
- }
- .services,
- .approach {
- padding-bottom: 10rem;
- }
- .services .row,
- .approach .row {
- display: flex;
- }
- .services .numbering,
- .approach .numbering {
- color: #9c9ea5;
- }
- .services .service,
- .approach .service {
- padding-left: 4rem;
- padding-bottom: 1rem;
- border-radius: 4px;
- position: relative;
- transition: all 0.2s ease;
- cursor: pointer;
- }
- .services .service:hover,
- .approach .service:hover {
- transform: scale(1.1) translateX(1.6rem);
- }
- .services .service:hover .numbering,
- .approach .service:hover .numbering {
- background: #eee;
- color: #000;
- }
- .services .service p,
- .approach .service p {
- color: #8a8a8a;
- }
- .services .service .numbering,
- .approach .service .numbering {
- height: 2rem;
- width: 2rem;
- line-height: 2rem;
- color: #fff;
- border-radius: 3px;
- text-align: center;
- position: absolute;
- left: 0;
- top: 0;
- background: #eee;
- background: rgba(255, 255, 255, 0.2);
- font-size: 70%;
- }
- .services .service p,
- .approach .service p {
- margin-top: 0 !important;
- margin-bottom: 2rem;
- }
- .services .service h4,
- .approach .service h4 {
- margin: 0;
- font-weight: 400;
- }
- .services .service i,
- .approach .service i {
- display: block;
- position: relative;
- margin: 20px 0;
- width: 22px;
- height: 22px;
- border-radius: 50%;
- border: 2px solid white;
- transition: all 0.2s ease;
- display: none;
- }
- .services .service:nth-child(1) i,
- .approach .service:nth-child(1) i {
- border-color: #50E3C2;
- color: #50E3C2;
- }
- .services .service:nth-child(2) i,
- .approach .service:nth-child(2) i {
- border-color: #8755FF;
- color: #8755FF;
- }
- .services .service:nth-child(3) i,
- .approach .service:nth-child(3) i {
- border-color: #01D5FF;
- color: #01D5FF;
- }
- .services .service:nth-child(4) i,
- .approach .service:nth-child(4) i {
- border-color: #BD10E0;
- color: #BD10E0;
- }
- .numbering {
- margin-bottom: 1rem;
- margin-right: 1rem;
- font-size: 1rem;
- }
- .numbering {
- display: inline-block;
- margin-right: .5rem;
- font-size: 12px;
- vertical-align: super;
- }
- blockquote {
- padding-left: 70px;
- position: relative;
- }
- blockquote:before {
- content: "";
- position: absolute;
- left: 0;
- top: .85em;
- width: 50px;
- height: 1px;
- background-color: currentColor;
- }
- .br-testimonial figcaption {
- padding-left: 70px;
- font-size: 13px;
- letter-spacing: .025em;
- }
- .br-testimonial figcaption cite {
- display: block;
- font-style: normal;
- font-weight: bold;
- }
- .br-testimonial blockquote {
- margin: 0 0 20px 0;
- }
- .br-testimonial figcaption {
- padding: 0;
- font-size: 1rem;
- }
- .has-highlight {
- position: relative;
- }
- .has-highlight:after {
- content: '';
- position: absolute;
- bottom: 0px;
- height: 20px;
- width: 102%;
- background: #d6f0ff;
- left: -3px;
- z-index: -1;
- }
- .testimonials-section {
- background: #121212 !important;
- color: #9c9ea5;
- }
- .testimonials-section h1,
- .testimonials-section h2,
- .testimonials-section h4,
- .testimonials-section h5,
- .testimonials-section h6,
- .testimonials-section a {
- color: #fff !important;
- }
- .testimonials-section blockquote {
- color: #fff;
- }
- .testimonials-section .br-testimonial {
- opacity: 0;
- visibility: hidden;
- position: relative;
- transition: opacity 0.4s ease;
- position: fixed;
- left: -5000px;
- }
- .testimonials-section .br-testimonial.showing {
- opacity: 1;
- visibility: visible;
- top: 0;
- position: relative;
- left: 0;
- }
- .testimonials-section .next-wrapper {
- text-align: right;
- padding-top: 2rem;
- padding-right: 2rem;
- }
- .testimonials-section .next-testimonial {
- display: inline-block;
- cursor: pointer;
- }
- .testimonials-section .next-testimonial:hover svg {
- opacity: 1;
- }
- .testimonials-section .next-testimonial:hover span {
- opacity: 1;
- }
- .testimonials-section .next-testimonial svg {
- max-width: 40px;
- max-height: 40px;
- opacity: 0.5;
- transition: opacity 0.2s ease;
- }
- .testimonials-section .next-testimonial span {
- display: block;
- font-size: 56%;
- padding-top: 17px;
- width: 53px;
- text-align: center;
- opacity: 0;
- transition: opacity 0.2s ease;
- }
- .testimonials-section .next-testimonial path {
- fill: #fff;
- }
- .testimonials-section .indicators {
- text-align: right;
- }
- .testimonials-section .indicators span {
- height: 14px;
- width: 14px;
- border-radius: 50%;
- background: rgba(255, 255, 255, 0.2);
- margin: 5px;
- display: inline-block;
- cursor: pointer;
- }
- .testimonials-section .indicators span:hover,
- .testimonials-section .indicators span.current {
- background: rgba(255, 255, 255, 0.7);
- }
- @media (max-width: 768px) {
- .testimonials-section .next-testimonial {
- display: none;
- }
- .testimonials-section .indicators {
- text-align: center;
- }
- }
- /*########################################
- ################# PART ###################
- #########################################*/
- .fc-button-primary {
- color: #777;
- background-color: #fff;
- border-color: #777;
- }
- .fc-button-primary:disabled {
- color: #777;
- background-color: #fff;
- border-color: #777;
- }
- .fc-button-primary:not(:disabled):active,
- .fc-button-primary:not(:disabled).fc-button-active {
- color: #fff;
- background-color: #737373;
- border-color: #151e27;
- }
- .fc-toolbar h2 {
- font-size: 1.0em;
- margin: 0;
- text-align:right;
- }
- .fc-event {
- position: relative;
- display: block;
- font-size: 0.85em;
- line-height: 1.4;
- color: #fff !important;
- border-radius: 3px;
- border: 1px solid #999;
- }
- .fc-event, .fc-event-dot {
- background-color: #737373;
- }
- /*########################################
- ################# FOOT ###################
- #########################################*/
- .dw-footer h1 {
- font-weight: 800;
- margin: 0;
- }
- .dw-footer h4,
- .dw-footer h5 {
- font-weight: 800;
- line-height: 1.2;
- font-family: 'Playfair Display', serif;
- }
- .dw-footer .lead {
- margin-top: 0 !important;
- margin-bottom: 4rem;
- }
- .dw-footer .hello .lead {
- margin-bottom: 0;
- }
- .dw-footer .hello a {
- font-weight: 700;
- display: inline-block;
- padding: 0;
- position: relative;
- }
- .dw-footer .hello a:after {
- content: '';
- position: absolute;
- z-index: -2;
- bottom: -2px;
- right: 0;
- height: 1px;
- width: 100%;
- background: #ddd;
- }
- .dw-footer .hello a:after {
- background: #000;
- }
- .dw-footer .hello a:before {
- display: none;
- }
- .dw-footer .hello a:before {
- content: '';
- position: absolute;
- z-index: -1;
- bottom: 5px;
- right: 0;
- height: 8px;
- width: 0;
- background: #d6f0ff;
- -webkit-transition: width 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
- transition: width 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
- }
- #dw-footer {
- background-color: #b0b0b0;
- color: #111 !important;
- }
- #dw-footer a {
- color: #111;
- fill: #111;
- }
- #dw-footer a:hover {
- color: #111;
- fill: #111;
- }
- #dw-footer a:before {
- transition: width 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
- }
- #dw-footer .br-widget img {
- width: 150px;
- }
- #dw-footer {
- margin: 0;
- padding: 4rem 0 4rem;
- }
- #dw-footer .br-widget {
- margin: 4rem 0 0;
- padding: 0 0 0;
- }
- #dw-footer .br-widget:first-child {
- margin-top: 0;
- }
- #dw-footer .br-widget ul.footer-links {
- list-style-type: none;
- margin: 0;
- padding: 0;
- }
- #dw-footer .br-widget ul.footer-links li {
- list-style-type: none;
- margin: 0 0 .35rem;
- padding: 0 0 .35rem;
- }
- #dw-footer .br-widget ul.footer-links li:last-child {
- margin-bottom: 0;
- }
- #dw-footer a {
- position: relative;
- }
- #dw-footer a:before {
- content: '';
- position: absolute;
- bottom: 0;
- right: 0;
- height: 1px;
- width: 0;
- background: currentColor;
- -webkit-transition: width 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
- transition: width 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
- }
- #dw-footer a:hover:before {
- left: 0;
- right: initial;
- width: 100%;
- }
- #dw-footer .footer-end {
- margin: 4rem 0 0;
- padding: 0;
- font-size: 13px;
- letter-spacing: .05em;
- opacity: .75;
- }
- #dw-footer {
- background-color: #333;
- color: #fff !important;
- }
- #dw-footer {
- background-color: #212121;
- color: #dadada;
- }
- #dw-footer a {
- color: #dadada;
- fill: #dadada;
- }
- #dw-footer a:hover {
- color: #ffffff;
- fill: #ffffff;
- }
- #dw-footer {
- margin: 0;
- padding: 4rem 0 4rem;
- }
- #dw-footer .br-widget {
- margin: 4rem 0 0;
- padding: 0 0 0;
- }
- #dw-footer .br-widget:first-child {
- margin-top: 0;
- }
- #dw-footer .br-widget ul.footer-links {
- list-style-type: none;
- margin: 0;
- padding: 0;
- }
- #dw-footer .br-widget ul.footer-links li {
- list-style-type: none;
- margin: 0 0 .35rem;
- padding: 0 0 .35rem;
- }
- #dw-footer .br-widget ul.footer-links li:last-child {
- margin-bottom: 0;
- }
- #dw-footer a {
- position: relative;
- }
- #dw-footer a:before {
- content: '';
- position: absolute;
- bottom: 0;
- right: 0;
- height: 1px;
- width: 0;
- background: currentColor;
- -webkit-transition: width 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
- transition: width 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
- }
- #dw-footer a:hover:before {
- left: 0;
- right: initial;
- width: 100%;
- }
- #dw-footer .footer-end {
- margin: 4rem 0 0;
- padding: 0;
- font-size: 13px;
- letter-spacing: .05em;
- opacity: .75;
- }
- @media (min-width: 768px) {
- #dw-footer {
- padding: 5rem 0 5rem;
- }
- }
- @media (min-width: 992px) {
- #dw-footer {
- padding: 6rem 0 6rem;
- }
- }
- /*########################################
- ################# QUER ###################
- #########################################*/
- @media (max-width: 639px) {
- h1 {
- font-size: 27px;
- }
- .container {
- padding:10px 5px;
- }
- .main {
- padding: 5px 15px;
- }
- }
- @media (max-width: 767px) {}
- @media (max-width: 1023px) {}
- @media (max-width: 1279px) {}
- /*########################################
- ################# FONT ###################
- #########################################*/
- @font-face {
- font-family: 'Inter';
- font-style: normal;
- font-weight: 400;
- src: url("./_font/Inter-Regular.woff2") format("woff2"),
- url("./_font/Inter-Regular.woff") format("woff");
- }
- @font-face {
- font-family: 'Inter';
- font-style: italic;
- font-weight: 400;
- src: url("./_font/Inter-Italic.woff2") format("woff2"),
- url("./_font/Inter-Italic.woff") format("woff");
- }
- @font-face {
- font-family: 'Inter';
- font-style: normal;
- font-weight: 500;
- src: url("./_font/Inter-Medium.woff2") format("woff2"),
- url("./_font/Inter-Medium.woff") format("woff");
- }
- @font-face {
- font-family: 'Inter';
- font-style: italic;
- font-weight: 500;
- src: url("./_font/Inter-MediumItalic.woff2") format("woff2"),
- url("./_font/Inter-MediumItalic.woff") format("woff");
- }
- @font-face {
- font-family: 'Inter';
- font-style: normal;
- font-weight: 600;
- src: url("./_font/Inter-SemiBold.woff2") format("woff2"),
- url("./_font/Inter-SemiBold.woff") format("woff");
- }
- @font-face {
- font-family: 'Inter';
- font-style: italic;
- font-weight: 600;
- src: url("./_font/Inter-SemiBoldItalic.woff2") format("woff2"),
- url("./_font/Inter-SemiBoldItalic.woff") format("woff");
- }
- @font-face {
- font-family: 'Inter';
- font-style: normal;
- font-weight: 700;
- src: url("./_font/Inter-Bold.woff2") format("woff2"),
- url("./_font/Inter-Bold.woff") format("woff");
- }
- @font-face {
- font-family: 'Inter';
- font-style: italic;
- font-weight: 700;
- src: url("./_font/Inter-BoldItalic.woff2") format("woff2"),
- url("./_font/Inter-BoldItalic.woff") format("woff");
- }
- @font-face {
- font-family: 'Inter';
- font-style: normal;
- font-weight: 800;
- src: url("./_font/Inter-ExtraBold.woff2") format("woff2"),
- url("./_font/Inter-ExtraBold.woff") format("woff");
- }
- @font-face {
- font-family: 'Inter';
- font-style: italic;
- font-weight: 800;
- src: url("./_font/Inter-ExtraBoldItalic.woff2") format("woff2"),
- url("./_font/Inter-ExtraBoldItalic.woff") format("woff");
- }
- @font-face {
- font-family: 'Inter';
- font-style: normal;
- font-weight: 900;
- src: url("./_font/Inter-Black.woff2") format("woff2"),
- url("./_font/Inter-Black.woff") format("woff");
- }
- @font-face {
- font-family: 'Inter';
- font-style: italic;
- font-weight: 900;
- src: url("./_font/Inter-BlackItalic.woff2") format("woff2"),
- url("./_font/Inter-BlackItalic.woff") format("woff");
- }
- @font-face {
- font-family: 'Montserrat';
- font-style: italic;
- font-weight: 400;
- src: url('_font/montserrat-v14-latin-italic.eot'); /* IE9 Compat Modes */
- src: local('Montserrat Italic'), local('Montserrat-Italic'),
- url('_font/montserrat-v14-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
- url('_font/montserrat-v14-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
- url('_font/montserrat-v14-latin-italic.woff') format('woff'), /* Modern Browsers */
- url('_font/montserrat-v14-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
- url('_font/montserrat-v14-latin-italic.svg#Montserrat') format('svg'); /* Legacy iOS */
- }
- @font-face {
- font-family: 'Montserrat';
- font-style: normal;
- font-weight: 400;
- src: url('_font/montserrat-v14-latin-regular.eot'); /* IE9 Compat Modes */
- src: local('Montserrat Regular'), local('Montserrat-Regular'),
- url('_font/montserrat-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
- url('_font/montserrat-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
- url('_font/montserrat-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
- url('_font/montserrat-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
- url('_font/montserrat-v14-latin-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
- }
- @font-face {
- font-family: 'Montserrat';
- font-style: normal;
- font-weight: 500;
- src: url('_font/montserrat-v14-latin-500.eot'); /* IE9 Compat Modes */
- src: local('Montserrat Medium'), local('Montserrat-Medium'),
- url('_font/montserrat-v14-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
- url('_font/montserrat-v14-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
- url('_font/montserrat-v14-latin-500.woff') format('woff'), /* Modern Browsers */
- url('_font/montserrat-v14-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
- url('_font/montserrat-v14-latin-500.svg#Montserrat') format('svg'); /* Legacy iOS */
- }
- @font-face {
- font-family: 'Montserrat';
- font-style: italic;
- font-weight: 500;
- src: url('_font/montserrat-v14-latin-500italic.eot'); /* IE9 Compat Modes */
- src: local('Montserrat Medium Italic'), local('Montserrat-MediumItalic'),
- url('_font/montserrat-v14-latin-500italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
- url('_font/montserrat-v14-latin-500italic.woff2') format('woff2'), /* Super Modern Browsers */
- url('_font/montserrat-v14-latin-500italic.woff') format('woff'), /* Modern Browsers */
- url('_font/montserrat-v14-latin-500italic.ttf') format('truetype'), /* Safari, Android, iOS */
- url('_font/montserrat-v14-latin-500italic.svg#Montserrat') format('svg'); /* Legacy iOS */
- }
- @font-face {
- font-family: 'Montserrat';
- font-style: normal;
- font-weight: 900;
- src: url('_font/montserrat-v14-latin-900.eot'); /* IE9 Compat Modes */
- src: local('Montserrat Black'), local('Montserrat-Black'),
- url('_font/montserrat-v14-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
- url('_font/montserrat-v14-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
- url('_font/montserrat-v14-latin-900.woff') format('woff'), /* Modern Browsers */
- url('_font/montserrat-v14-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
- url('_font/montserrat-v14-latin-900.svg#Montserrat') format('svg'); /* Legacy iOS */
- }
- @font-face {
- font-family: 'Playfair Display';
- font-style: normal;
- font-weight: 400;
- src: url('_font/playfair-display-v20-latin-regular.eot'); /* IE9 Compat Modes */
- src: local(''),
- url('_font/playfair-display-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
- url('_font/playfair-display-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
- url('_font/playfair-display-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
- url('_font/playfair-display-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
- url('_font/playfair-display-v20-latin-regular.svg#PlayfairDisplay') format('svg'); /* Legacy iOS */
- }
- @font-face {
- font-family: 'Playfair Display';
- font-style: normal;
- font-weight: 700;
- src: url('_font/playfair-display-v20-latin-700.eot'); /* IE9 Compat Modes */
- src: local(''),
- url('_font/playfair-display-v20-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
- url('_font/playfair-display-v20-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
- url('_font/playfair-display-v20-latin-700.woff') format('woff'), /* Modern Browsers */
- url('_font/playfair-display-v20-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
- url('_font/playfair-display-v20-latin-700.svg#PlayfairDisplay') format('svg'); /* Legacy iOS */
- }
- @font-face {
- font-family: 'Playfair Display';
- font-style: normal;
- font-weight: 900;
- src: url('_font/playfair-display-v20-latin-900.eot'); /* IE9 Compat Modes */
- src: local(''),
- url('_font/playfair-display-v20-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
- url('_font/playfair-display-v20-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
- url('_font/playfair-display-v20-latin-900.woff') format('woff'), /* Modern Browsers */
- url('_font/playfair-display-v20-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
- url('_font/playfair-display-v20-latin-900.svg#PlayfairDisplay') format('svg'); /* Legacy iOS */
- }
- @font-face {
- font-family: 'Playfair Display';
- font-style: italic;
- font-weight: 400;
- src: url('_font/playfair-display-v20-latin-italic.eot'); /* IE9 Compat Modes */
- src: local(''),
- url('_font/playfair-display-v20-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
- url('_font/playfair-display-v20-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
- url('_font/playfair-display-v20-latin-italic.woff') format('woff'), /* Modern Browsers */
- url('_font/playfair-display-v20-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
- url('_font/playfair-display-v20-latin-italic.svg#PlayfairDisplay') format('svg'); /* Legacy iOS */
- }
- @font-face {
- font-family: 'Playfair Display';
- font-style: italic;
- font-weight: 700;
- src: url('_font/playfair-display-v20-latin-700italic.eot'); /* IE9 Compat Modes */
- src: local(''),
- url('_font/playfair-display-v20-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
- url('_font/playfair-display-v20-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
- url('_font/playfair-display-v20-latin-700italic.woff') format('woff'), /* Modern Browsers */
- url('_font/playfair-display-v20-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
- url('_font/playfair-display-v20-latin-700italic.svg#PlayfairDisplay') format('svg'); /* Legacy iOS */
- }
- @font-face {
- font-family: 'fontello';
- src: url('_font/fontello.eot?84652176');
- src: url('_font/fontello.eot?84652176#iefix') format('embedded-opentype'),
- url('_font/fontello.woff?84652176') format('woff'),
- url('_font/fontello.ttf?84652176') format('truetype'),
- url('_font/fontello.svg?84652176#fontello') format('svg');
- font-weight: normal;
- font-style: normal;
- }
- .demo-icon {
- font-family: "fontello";
- font-style: normal;
- font-weight: normal;
- speak: none;
- display: inline-block;
- text-decoration: inherit;
- width: 1em;
- margin-right: .2em;
- text-align: center;
- font-variant: normal;
- text-transform: none;
- line-height: 1em;
- margin-left: .2em;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- /* opacity: .8; */
- /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
- }
|