#place_order.ppcp-hidden{display:none !important}.ppcp-disabled{cursor:not-allowed;-webkit-filter:grayscale(100%);filter:grayscale(100%)}.ppcp-disabled *{pointer-events:none}.ppc-button-wrapper .ppcp-messages:first-child{padding-top:10px}#ppc-button-ppcp-gateway{line-height:0}#ppc-button-ppcp-gateway div[class^=item-]{margin-top:14px}#ppc-button-ppcp-gateway div[class^=item-]:first-child{margin-top:0}#ppc-button-minicart{line-height:0;display:block}.ppcp-button-apm{--apm-button-border-radius: 4px;overflow:hidden;min-width:0;max-width:750px;line-height:0;border-radius:var(--apm-button-border-radius);height:45px;margin-top:14px}.ppcp-button-apm.ppcp-button-pill{--apm-button-border-radius: 50px}.ppcp-button-apm.ppcp-button-minicart{display:block}.ppcp-width-min .ppcp-button-apm{height:35px}.ppcp-width-300 .ppcp-button-apm{height:45px}.ppcp-width-500 .ppcp-button-apm{height:55px}.wp-block-woocommerce-checkout .ppcp-button-apm,.wp-block-woocommerce-cart .ppcp-button-apm{margin:0;min-width:0}.wp-admin .ppcp-button-apm{pointer-events:none}.tax-product_brand .brand-description{overflow:hidden;zoom:1}.tax-product_brand .brand-description img.brand-thumbnail{width:25%;float:right}.tax-product_brand .brand-description .text{width:72%;float:left}.widget_brand_description img{box-sizing:border-box;width:100%;max-width:none;height:auto;margin:0 0 1em}ul.brand-thumbnails{margin-left:0;margin-bottom:0;clear:both;list-style:none}ul.brand-thumbnails:before{clear:both;content:"";display:table}ul.brand-thumbnails:after{clear:both;content:"";display:table}ul.brand-thumbnails li{float:left;margin:0 3.8% 1em 0;padding:0;position:relative;width:22.05%}ul.brand-thumbnails.fluid-columns li{width:auto}ul.brand-thumbnails:not(.fluid-columns) li.first{clear:both}ul.brand-thumbnails:not(.fluid-columns) li.last{margin-right:0}ul.brand-thumbnails.columns-1 li{width:100%;margin-right:0}ul.brand-thumbnails.columns-2 li{width:48%}ul.brand-thumbnails.columns-3 li{width:30.75%}ul.brand-thumbnails.columns-5 li{width:16.95%}ul.brand-thumbnails.columns-6 li{width:13.5%}.brand-thumbnails li img{box-sizing:border-box;width:100%;max-width:none;height:auto;margin:0}@media screen and (max-width:768px){ul.brand-thumbnails:not(.fluid-columns) li{width:48%!important}ul.brand-thumbnails:not(.fluid-columns) li.first{clear:none}ul.brand-thumbnails:not(.fluid-columns) li.last{margin-right:3.8%}ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(odd){clear:both}ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(even){margin-right:0}}.brand-thumbnails-description li{text-align:center}.brand-thumbnails-description li .term-thumbnail img{display:inline}.brand-thumbnails-description li .term-description{margin-top:1em;text-align:left}#brands_a_z h3:target{text-decoration:underline}ul.brands_index{list-style:none outside;overflow:hidden;zoom:1}ul.brands_index li{float:left;margin:0 2px 2px 0}ul.brands_index li a,ul.brands_index li span{border:1px solid #ccc;padding:6px;line-height:1em;float:left;text-decoration:none}ul.brands_index li span{border-color:#eee;color:#ddd}ul.brands_index li a:hover{border-width:2px;padding:5px;text-decoration:none}ul.brands_index li a.active{border-width:2px;padding:5px}div#brands_a_z a.top{border:1px solid #ccc;padding:4px;line-height:1em;float:right;text-decoration:none;font-size:.8em}.sidr {
background: #fcfcfc;
display: block;
position: fixed;
top: 0;
height: 100%;
z-index: 9999;
width: 340px;
overflow-x: hidden;
overflow-y: auto;
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
-o-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}
.sidr.right {
left: auto;
right: -340px;
}
.sidr.left {
left: -340px;
right: auto;
}
.sidr {
padding: 20px;
}
.sidr ul {
margin: 0 auto;
padding: 0;
list-style: none;
}
.admin-bar .sidr {
padding-top: 40px;
}
#widgets-nav {
background: rgba(255, 255, 255, .14);
}
#widgets-nav .trigger-icon {
cursor: pointer;
display: block;
width: 30px;
height: 20px;
position: relative;
overflow: hidden;
margin-top: 10px;
margin-bottom: 10px;
}
.trigger-icon .icon-bar {
width: 30px;
height: 2px;
background: #fff;
position: absolute;
left: 0;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.trigger-icon .icon-bar.top {
top: 0;
}
.trigger-icon .icon-bar.middle {
top: 8px;
}
.trigger-icon .icon-bar.bottom {
top: 16px;
width: 25px;
}
#widgets-nav:hover .trigger-icon .icon-bar {
-webkit-animation: trigger-nav-anim 500ms forwards;
animation: trigger-nav-anim 500ms forwards;
}
#widgets-nav:hover .trigger-icon .icon-bar.middle {
-webkit-animation-delay: 100ms;
animation-delay: 100ms;
}
#widgets-nav:hover .trigger-icon .icon-bar.bottom {
-webkit-animation-delay: 200ms;
animation-delay: 200ms;
}
@-webkit-keyframes trigger-nav-anim {
49% {
-webkit-transform: translate(100%);
}
50% {
opacity: 0;
-webkit-transform: translate(-100%);
}
51% {
opacity: 1;
}
}
@keyframes trigger-nav-anim {
49% {
-webkit-transform: translate(100%);
transform: translate(100%);
}
50% {
opacity: 0;
-webkit-transform: translate(-100%);
transform: translate(-100%);
}
51% {
opacity: 1;
}
}
.tm-hamburger-icon *,
.tm-hamburger-icon *:before {
transition: .25s ease-in-out;
}
@media screen and (min-width: 992px) {
.tm-hamburger-icon {
pointer-events: none;
}
}
.tm-hamburger-icon {
display: inline-block;
margin: 20px auto;
height: 30px;
position: relative;
cursor: pointer;
vertical-align: middle;
width: 60px;
}
.tm-hamburger-icon span {
display: block;
position: absolute;
left: 14px;
height: 2px;
background: #000;
}
.tm-hamburger-icon span:before {
content: '';
display: block;
position: absolute;
left: -14px;
height: 4px;
width: 4px;
background: #000;
border-radius: 100%;
}
.tm-hamburger-icon span:nth-of-type(1) {
width: 40px;
top: 0px;
}
.tm-hamburger-icon span:nth-of-type(2) {
width: 30px;
top: 8px;
}
.tm-hamburger-icon span:nth-of-type(3) {
width: 25px;
top: 16px;
}
.tm-hamburger-icon span:nth-of-type(4) {
width: 35px;
top: 24px;
}
.tm-hamburger-icon :hover span:nth-of-type(1) {
width: 46px;
}
.tm-hamburger-icon :hover span:nth-of-type(2) {
width: 36px;
}
.tm-hamburger-icon :hover span:nth-of-type(3) {
width: 21px;
}
.tm-hamburger-icon :hover span:nth-of-type(4) {
width: 41px;
}
.sidr-close-holder {
text-align: right;
font-size: 16px;
text-transform: uppercase;
}
.sidr-close-holder i {
margin-left: 5px;
font-size: 40px;
vertical-align: middle;
}@font-face{font-family:"Ionicons";src:url(//mathcm.com/wp-content/themes/consultant-lite/assets/libraries/ionicons/fonts/ionicons.eot?v=4.5.5);src:url(//mathcm.com/wp-content/themes/consultant-lite/assets/libraries/ionicons/fonts/ionicons.eot?v=4.5.5#iefix) format("embedded-opentype"),url(//mathcm.com/wp-content/themes/consultant-lite/assets/libraries/ionicons/fonts/ionicons.woff2?v=4.5.5) format("woff2"),url(//mathcm.com/wp-content/themes/consultant-lite/assets/libraries/ionicons/fonts/ionicons.woff?v=4.5.5) format("woff"),url(//mathcm.com/wp-content/themes/consultant-lite/assets/libraries/ionicons/fonts/ionicons.ttf?v=4.5.5) format("truetype"),url(//mathcm.com/wp-content/themes/consultant-lite/assets/libraries/ionicons/fonts/ionicons.svg?v=4.5.5#Ionicons) format("svg");font-weight:normal;font-style:normal}.ion,.ionicons,.ion-ios-add:before,.ion-ios-add-circle:before,.ion-ios-add-circle-outline:before,.ion-ios-airplane:before,.ion-ios-alarm:before,.ion-ios-albums:before,.ion-ios-alert:before,.ion-ios-american-football:before,.ion-ios-analytics:before,.ion-ios-aperture:before,.ion-ios-apps:before,.ion-ios-appstore:before,.ion-ios-archive:before,.ion-ios-arrow-back:before,.ion-ios-arrow-down:before,.ion-ios-arrow-dropdown:before,.ion-ios-arrow-dropdown-circle:before,.ion-ios-arrow-dropleft:before,.ion-ios-arrow-dropleft-circle:before,.ion-ios-arrow-dropright:before,.ion-ios-arrow-dropright-circle:before,.ion-ios-arrow-dropup:before,.ion-ios-arrow-dropup-circle:before,.ion-ios-arrow-forward:before,.ion-ios-arrow-round-back:before,.ion-ios-arrow-round-down:before,.ion-ios-arrow-round-forward:before,.ion-ios-arrow-round-up:before,.ion-ios-arrow-up:before,.ion-ios-at:before,.ion-ios-attach:before,.ion-ios-backspace:before,.ion-ios-barcode:before,.ion-ios-baseball:before,.ion-ios-basket:before,.ion-ios-basketball:before,.ion-ios-battery-charging:before,.ion-ios-battery-dead:before,.ion-ios-battery-full:before,.ion-ios-beaker:before,.ion-ios-bed:before,.ion-ios-beer:before,.ion-ios-bicycle:before,.ion-ios-bluetooth:before,.ion-ios-boat:before,.ion-ios-body:before,.ion-ios-bonfire:before,.ion-ios-book:before,.ion-ios-bookmark:before,.ion-ios-bookmarks:before,.ion-ios-bowtie:before,.ion-ios-briefcase:before,.ion-ios-browsers:before,.ion-ios-brush:before,.ion-ios-bug:before,.ion-ios-build:before,.ion-ios-bulb:before,.ion-ios-bus:before,.ion-ios-business:before,.ion-ios-cafe:before,.ion-ios-calculator:before,.ion-ios-calendar:before,.ion-ios-call:before,.ion-ios-camera:before,.ion-ios-car:before,.ion-ios-card:before,.ion-ios-cart:before,.ion-ios-cash:before,.ion-ios-cellular:before,.ion-ios-chatboxes:before,.ion-ios-chatbubbles:before,.ion-ios-checkbox:before,.ion-ios-checkbox-outline:before,.ion-ios-checkmark:before,.ion-ios-checkmark-circle:before,.ion-ios-checkmark-circle-outline:before,.ion-ios-clipboard:before,.ion-ios-clock:before,.ion-ios-close:before,.ion-ios-close-circle:before,.ion-ios-close-circle-outline:before,.ion-ios-cloud:before,.ion-ios-cloud-circle:before,.ion-ios-cloud-done:before,.ion-ios-cloud-download:before,.ion-ios-cloud-outline:before,.ion-ios-cloud-upload:before,.ion-ios-cloudy:before,.ion-ios-cloudy-night:before,.ion-ios-code:before,.ion-ios-code-download:before,.ion-ios-code-working:before,.ion-ios-cog:before,.ion-ios-color-fill:before,.ion-ios-color-filter:before,.ion-ios-color-palette:before,.ion-ios-color-wand:before,.ion-ios-compass:before,.ion-ios-construct:before,.ion-ios-contact:before,.ion-ios-contacts:before,.ion-ios-contract:before,.ion-ios-contrast:before,.ion-ios-copy:before,.ion-ios-create:before,.ion-ios-crop:before,.ion-ios-cube:before,.ion-ios-cut:before,.ion-ios-desktop:before,.ion-ios-disc:before,.ion-ios-document:before,.ion-ios-done-all:before,.ion-ios-download:before,.ion-ios-easel:before,.ion-ios-egg:before,.ion-ios-exit:before,.ion-ios-expand:before,.ion-ios-eye:before,.ion-ios-eye-off:before,.ion-ios-fastforward:before,.ion-ios-female:before,.ion-ios-filing:before,.ion-ios-film:before,.ion-ios-finger-print:before,.ion-ios-fitness:before,.ion-ios-flag:before,.ion-ios-flame:before,.ion-ios-flash:before,.ion-ios-flash-off:before,.ion-ios-flashlight:before,.ion-ios-flask:before,.ion-ios-flower:before,.ion-ios-folder:before,.ion-ios-folder-open:before,.ion-ios-football:before,.ion-ios-funnel:before,.ion-ios-gift:before,.ion-ios-git-branch:before,.ion-ios-git-commit:before,.ion-ios-git-compare:before,.ion-ios-git-merge:before,.ion-ios-git-network:before,.ion-ios-git-pull-request:before,.ion-ios-glasses:before,.ion-ios-globe:before,.ion-ios-grid:before,.ion-ios-hammer:before,.ion-ios-hand:before,.ion-ios-happy:before,.ion-ios-headset:before,.ion-ios-heart:before,.ion-ios-heart-dislike:before,.ion-ios-heart-empty:before,.ion-ios-heart-half:before,.ion-ios-help:before,.ion-ios-help-buoy:before,.ion-ios-help-circle:before,.ion-ios-help-circle-outline:before,.ion-ios-home:before,.ion-ios-hourglass:before,.ion-ios-ice-cream:before,.ion-ios-image:before,.ion-ios-images:before,.ion-ios-infinite:before,.ion-ios-information:before,.ion-ios-information-circle:before,.ion-ios-information-circle-outline:before,.ion-ios-jet:before,.ion-ios-journal:before,.ion-ios-key:before,.ion-ios-keypad:before,.ion-ios-laptop:before,.ion-ios-leaf:before,.ion-ios-link:before,.ion-ios-list:before,.ion-ios-list-box:before,.ion-ios-locate:before,.ion-ios-lock:before,.ion-ios-log-in:before,.ion-ios-log-out:before,.ion-ios-magnet:before,.ion-ios-mail:before,.ion-ios-mail-open:before,.ion-ios-mail-unread:before,.ion-ios-male:before,.ion-ios-man:before,.ion-ios-map:before,.ion-ios-medal:before,.ion-ios-medical:before,.ion-ios-medkit:before,.ion-ios-megaphone:before,.ion-ios-menu:before,.ion-ios-mic:before,.ion-ios-mic-off:before,.ion-ios-microphone:before,.ion-ios-moon:before,.ion-ios-more:before,.ion-ios-move:before,.ion-ios-musical-note:before,.ion-ios-musical-notes:before,.ion-ios-navigate:before,.ion-ios-notifications:before,.ion-ios-notifications-off:before,.ion-ios-notifications-outline:before,.ion-ios-nuclear:before,.ion-ios-nutrition:before,.ion-ios-open:before,.ion-ios-options:before,.ion-ios-outlet:before,.ion-ios-paper:before,.ion-ios-paper-plane:before,.ion-ios-partly-sunny:before,.ion-ios-pause:before,.ion-ios-paw:before,.ion-ios-people:before,.ion-ios-person:before,.ion-ios-person-add:before,.ion-ios-phone-landscape:before,.ion-ios-phone-portrait:before,.ion-ios-photos:before,.ion-ios-pie:before,.ion-ios-pin:before,.ion-ios-pint:before,.ion-ios-pizza:before,.ion-ios-planet:before,.ion-ios-play:before,.ion-ios-play-circle:before,.ion-ios-podium:before,.ion-ios-power:before,.ion-ios-pricetag:before,.ion-ios-pricetags:before,.ion-ios-print:before,.ion-ios-pulse:before,.ion-ios-qr-scanner:before,.ion-ios-quote:before,.ion-ios-radio:before,.ion-ios-radio-button-off:before,.ion-ios-radio-button-on:before,.ion-ios-rainy:before,.ion-ios-recording:before,.ion-ios-redo:before,.ion-ios-refresh:before,.ion-ios-refresh-circle:before,.ion-ios-remove:before,.ion-ios-remove-circle:before,.ion-ios-remove-circle-outline:before,.ion-ios-reorder:before,.ion-ios-repeat:before,.ion-ios-resize:before,.ion-ios-restaurant:before,.ion-ios-return-left:before,.ion-ios-return-right:before,.ion-ios-reverse-camera:before,.ion-ios-rewind:before,.ion-ios-ribbon:before,.ion-ios-rocket:before,.ion-ios-rose:before,.ion-ios-sad:before,.ion-ios-save:before,.ion-ios-school:before,.ion-ios-search:before,.ion-ios-send:before,.ion-ios-settings:before,.ion-ios-share:before,.ion-ios-share-alt:before,.ion-ios-shirt:before,.ion-ios-shuffle:before,.ion-ios-skip-backward:before,.ion-ios-skip-forward:before,.ion-ios-snow:before,.ion-ios-speedometer:before,.ion-ios-square:before,.ion-ios-square-outline:before,.ion-ios-star:before,.ion-ios-star-half:before,.ion-ios-star-outline:before,.ion-ios-stats:before,.ion-ios-stopwatch:before,.ion-ios-subway:before,.ion-ios-sunny:before,.ion-ios-swap:before,.ion-ios-switch:before,.ion-ios-sync:before,.ion-ios-tablet-landscape:before,.ion-ios-tablet-portrait:before,.ion-ios-tennisball:before,.ion-ios-text:before,.ion-ios-thermometer:before,.ion-ios-thumbs-down:before,.ion-ios-thumbs-up:before,.ion-ios-thunderstorm:before,.ion-ios-time:before,.ion-ios-timer:before,.ion-ios-today:before,.ion-ios-train:before,.ion-ios-transgender:before,.ion-ios-trash:before,.ion-ios-trending-down:before,.ion-ios-trending-up:before,.ion-ios-trophy:before,.ion-ios-tv:before,.ion-ios-umbrella:before,.ion-ios-undo:before,.ion-ios-unlock:before,.ion-ios-videocam:before,.ion-ios-volume-high:before,.ion-ios-volume-low:before,.ion-ios-volume-mute:before,.ion-ios-volume-off:before,.ion-ios-walk:before,.ion-ios-wallet:before,.ion-ios-warning:before,.ion-ios-watch:before,.ion-ios-water:before,.ion-ios-wifi:before,.ion-ios-wine:before,.ion-ios-woman:before,.ion-logo-android:before,.ion-logo-angular:before,.ion-logo-apple:before,.ion-logo-bitbucket:before,.ion-logo-bitcoin:before,.ion-logo-buffer:before,.ion-logo-chrome:before,.ion-logo-closed-captioning:before,.ion-logo-codepen:before,.ion-logo-css3:before,.ion-logo-designernews:before,.ion-logo-dribbble:before,.ion-logo-dropbox:before,.ion-logo-euro:before,.ion-logo-facebook:before,.ion-logo-flickr:before,.ion-logo-foursquare:before,.ion-logo-freebsd-devil:before,.ion-logo-game-controller-a:before,.ion-logo-game-controller-b:before,.ion-logo-github:before,.ion-logo-google:before,.ion-logo-googleplus:before,.ion-logo-hackernews:before,.ion-logo-html5:before,.ion-logo-instagram:before,.ion-logo-ionic:before,.ion-logo-ionitron:before,.ion-logo-javascript:before,.ion-logo-linkedin:before,.ion-logo-markdown:before,.ion-logo-model-s:before,.ion-logo-no-smoking:before,.ion-logo-nodejs:before,.ion-logo-npm:before,.ion-logo-octocat:before,.ion-logo-pinterest:before,.ion-logo-playstation:before,.ion-logo-polymer:before,.ion-logo-python:before,.ion-logo-reddit:before,.ion-logo-rss:before,.ion-logo-sass:before,.ion-logo-skype:before,.ion-logo-slack:before,.ion-logo-snapchat:before,.ion-logo-steam:before,.ion-logo-tumblr:before,.ion-logo-tux:before,.ion-logo-twitch:before,.ion-logo-twitter:before,.ion-logo-usd:before,.ion-logo-vimeo:before,.ion-logo-vk:before,.ion-logo-whatsapp:before,.ion-logo-windows:before,.ion-logo-wordpress:before,.ion-logo-xbox:before,.ion-logo-xing:before,.ion-logo-yahoo:before,.ion-logo-yen:before,.ion-logo-youtube:before,.ion-md-add:before,.ion-md-add-circle:before,.ion-md-add-circle-outline:before,.ion-md-airplane:before,.ion-md-alarm:before,.ion-md-albums:before,.ion-md-alert:before,.ion-md-american-football:before,.ion-md-analytics:before,.ion-md-aperture:before,.ion-md-apps:before,.ion-md-appstore:before,.ion-md-archive:before,.ion-md-arrow-back:before,.ion-md-arrow-down:before,.ion-md-arrow-dropdown:before,.ion-md-arrow-dropdown-circle:before,.ion-md-arrow-dropleft:before,.ion-md-arrow-dropleft-circle:before,.ion-md-arrow-dropright:before,.ion-md-arrow-dropright-circle:before,.ion-md-arrow-dropup:before,.ion-md-arrow-dropup-circle:before,.ion-md-arrow-forward:before,.ion-md-arrow-round-back:before,.ion-md-arrow-round-down:before,.ion-md-arrow-round-forward:before,.ion-md-arrow-round-up:before,.ion-md-arrow-up:before,.ion-md-at:before,.ion-md-attach:before,.ion-md-backspace:before,.ion-md-barcode:before,.ion-md-baseball:before,.ion-md-basket:before,.ion-md-basketball:before,.ion-md-battery-charging:before,.ion-md-battery-dead:before,.ion-md-battery-full:before,.ion-md-beaker:before,.ion-md-bed:before,.ion-md-beer:before,.ion-md-bicycle:before,.ion-md-bluetooth:before,.ion-md-boat:before,.ion-md-body:before,.ion-md-bonfire:before,.ion-md-book:before,.ion-md-bookmark:before,.ion-md-bookmarks:before,.ion-md-bowtie:before,.ion-md-briefcase:before,.ion-md-browsers:before,.ion-md-brush:before,.ion-md-bug:before,.ion-md-build:before,.ion-md-bulb:before,.ion-md-bus:before,.ion-md-business:before,.ion-md-cafe:before,.ion-md-calculator:before,.ion-md-calendar:before,.ion-md-call:before,.ion-md-camera:before,.ion-md-car:before,.ion-md-card:before,.ion-md-cart:before,.ion-md-cash:before,.ion-md-cellular:before,.ion-md-chatboxes:before,.ion-md-chatbubbles:before,.ion-md-checkbox:before,.ion-md-checkbox-outline:before,.ion-md-checkmark:before,.ion-md-checkmark-circle:before,.ion-md-checkmark-circle-outline:before,.ion-md-clipboard:before,.ion-md-clock:before,.ion-md-close:before,.ion-md-close-circle:before,.ion-md-close-circle-outline:before,.ion-md-cloud:before,.ion-md-cloud-circle:before,.ion-md-cloud-done:before,.ion-md-cloud-download:before,.ion-md-cloud-outline:before,.ion-md-cloud-upload:before,.ion-md-cloudy:before,.ion-md-cloudy-night:before,.ion-md-code:before,.ion-md-code-download:before,.ion-md-code-working:before,.ion-md-cog:before,.ion-md-color-fill:before,.ion-md-color-filter:before,.ion-md-color-palette:before,.ion-md-color-wand:before,.ion-md-compass:before,.ion-md-construct:before,.ion-md-contact:before,.ion-md-contacts:before,.ion-md-contract:before,.ion-md-contrast:before,.ion-md-copy:before,.ion-md-create:before,.ion-md-crop:before,.ion-md-cube:before,.ion-md-cut:before,.ion-md-desktop:before,.ion-md-disc:before,.ion-md-document:before,.ion-md-done-all:before,.ion-md-download:before,.ion-md-easel:before,.ion-md-egg:before,.ion-md-exit:before,.ion-md-expand:before,.ion-md-eye:before,.ion-md-eye-off:before,.ion-md-fastforward:before,.ion-md-female:before,.ion-md-filing:before,.ion-md-film:before,.ion-md-finger-print:before,.ion-md-fitness:before,.ion-md-flag:before,.ion-md-flame:before,.ion-md-flash:before,.ion-md-flash-off:before,.ion-md-flashlight:before,.ion-md-flask:before,.ion-md-flower:before,.ion-md-folder:before,.ion-md-folder-open:before,.ion-md-football:before,.ion-md-funnel:before,.ion-md-gift:before,.ion-md-git-branch:before,.ion-md-git-commit:before,.ion-md-git-compare:before,.ion-md-git-merge:before,.ion-md-git-network:before,.ion-md-git-pull-request:before,.ion-md-glasses:before,.ion-md-globe:before,.ion-md-grid:before,.ion-md-hammer:before,.ion-md-hand:before,.ion-md-happy:before,.ion-md-headset:before,.ion-md-heart:before,.ion-md-heart-dislike:before,.ion-md-heart-empty:before,.ion-md-heart-half:before,.ion-md-help:before,.ion-md-help-buoy:before,.ion-md-help-circle:before,.ion-md-help-circle-outline:before,.ion-md-home:before,.ion-md-hourglass:before,.ion-md-ice-cream:before,.ion-md-image:before,.ion-md-images:before,.ion-md-infinite:before,.ion-md-information:before,.ion-md-information-circle:before,.ion-md-information-circle-outline:before,.ion-md-jet:before,.ion-md-journal:before,.ion-md-key:before,.ion-md-keypad:before,.ion-md-laptop:before,.ion-md-leaf:before,.ion-md-link:before,.ion-md-list:before,.ion-md-list-box:before,.ion-md-locate:before,.ion-md-lock:before,.ion-md-log-in:before,.ion-md-log-out:before,.ion-md-magnet:before,.ion-md-mail:before,.ion-md-mail-open:before,.ion-md-mail-unread:before,.ion-md-male:before,.ion-md-man:before,.ion-md-map:before,.ion-md-medal:before,.ion-md-medical:before,.ion-md-medkit:before,.ion-md-megaphone:before,.ion-md-menu:before,.ion-md-mic:before,.ion-md-mic-off:before,.ion-md-microphone:before,.ion-md-moon:before,.ion-md-more:before,.ion-md-move:before,.ion-md-musical-note:before,.ion-md-musical-notes:before,.ion-md-navigate:before,.ion-md-notifications:before,.ion-md-notifications-off:before,.ion-md-notifications-outline:before,.ion-md-nuclear:before,.ion-md-nutrition:before,.ion-md-open:before,.ion-md-options:before,.ion-md-outlet:before,.ion-md-paper:before,.ion-md-paper-plane:before,.ion-md-partly-sunny:before,.ion-md-pause:before,.ion-md-paw:before,.ion-md-people:before,.ion-md-person:before,.ion-md-person-add:before,.ion-md-phone-landscape:before,.ion-md-phone-portrait:before,.ion-md-photos:before,.ion-md-pie:before,.ion-md-pin:before,.ion-md-pint:before,.ion-md-pizza:before,.ion-md-planet:before,.ion-md-play:before,.ion-md-play-circle:before,.ion-md-podium:before,.ion-md-power:before,.ion-md-pricetag:before,.ion-md-pricetags:before,.ion-md-print:before,.ion-md-pulse:before,.ion-md-qr-scanner:before,.ion-md-quote:before,.ion-md-radio:before,.ion-md-radio-button-off:before,.ion-md-radio-button-on:before,.ion-md-rainy:before,.ion-md-recording:before,.ion-md-redo:before,.ion-md-refresh:before,.ion-md-refresh-circle:before,.ion-md-remove:before,.ion-md-remove-circle:before,.ion-md-remove-circle-outline:before,.ion-md-reorder:before,.ion-md-repeat:before,.ion-md-resize:before,.ion-md-restaurant:before,.ion-md-return-left:before,.ion-md-return-right:before,.ion-md-reverse-camera:before,.ion-md-rewind:before,.ion-md-ribbon:before,.ion-md-rocket:before,.ion-md-rose:before,.ion-md-sad:before,.ion-md-save:before,.ion-md-school:before,.ion-md-search:before,.ion-md-send:before,.ion-md-settings:before,.ion-md-share:before,.ion-md-share-alt:before,.ion-md-shirt:before,.ion-md-shuffle:before,.ion-md-skip-backward:before,.ion-md-skip-forward:before,.ion-md-snow:before,.ion-md-speedometer:before,.ion-md-square:before,.ion-md-square-outline:before,.ion-md-star:before,.ion-md-star-half:before,.ion-md-star-outline:before,.ion-md-stats:before,.ion-md-stopwatch:before,.ion-md-subway:before,.ion-md-sunny:before,.ion-md-swap:before,.ion-md-switch:before,.ion-md-sync:before,.ion-md-tablet-landscape:before,.ion-md-tablet-portrait:before,.ion-md-tennisball:before,.ion-md-text:before,.ion-md-thermometer:before,.ion-md-thumbs-down:before,.ion-md-thumbs-up:before,.ion-md-thunderstorm:before,.ion-md-time:before,.ion-md-timer:before,.ion-md-today:before,.ion-md-train:before,.ion-md-transgender:before,.ion-md-trash:before,.ion-md-trending-down:before,.ion-md-trending-up:before,.ion-md-trophy:before,.ion-md-tv:before,.ion-md-umbrella:before,.ion-md-undo:before,.ion-md-unlock:before,.ion-md-videocam:before,.ion-md-volume-high:before,.ion-md-volume-low:before,.ion-md-volume-mute:before,.ion-md-volume-off:before,.ion-md-walk:before,.ion-md-wallet:before,.ion-md-warning:before,.ion-md-watch:before,.ion-md-water:before,.ion-md-wifi:before,.ion-md-wine:before,.ion-md-woman:before{display:inline-block;font-family:"Ionicons";speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;text-rendering:auto;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ion-ios-add:before{content:"\f102"}.ion-ios-add-circle:before{content:"\f101"}.ion-ios-add-circle-outline:before{content:"\f100"}.ion-ios-airplane:before{content:"\f137"}.ion-ios-alarm:before{content:"\f3c8"}.ion-ios-albums:before{content:"\f3ca"}.ion-ios-alert:before{content:"\f104"}.ion-ios-american-football:before{content:"\f106"}.ion-ios-analytics:before{content:"\f3ce"}.ion-ios-aperture:before{content:"\f108"}.ion-ios-apps:before{content:"\f10a"}.ion-ios-appstore:before{content:"\f10c"}.ion-ios-archive:before{content:"\f10e"}.ion-ios-arrow-back:before{content:"\f3cf"}.ion-ios-arrow-down:before{content:"\f3d0"}.ion-ios-arrow-dropdown:before{content:"\f110"}.ion-ios-arrow-dropdown-circle:before{content:"\f125"}.ion-ios-arrow-dropleft:before{content:"\f112"}.ion-ios-arrow-dropleft-circle:before{content:"\f129"}.ion-ios-arrow-dropright:before{content:"\f114"}.ion-ios-arrow-dropright-circle:before{content:"\f12b"}.ion-ios-arrow-dropup:before{content:"\f116"}.ion-ios-arrow-dropup-circle:before{content:"\f12d"}.ion-ios-arrow-forward:before{content:"\f3d1"}.ion-ios-arrow-round-back:before{content:"\f117"}.ion-ios-arrow-round-down:before{content:"\f118"}.ion-ios-arrow-round-forward:before{content:"\f119"}.ion-ios-arrow-round-up:before{content:"\f11a"}.ion-ios-arrow-up:before{content:"\f3d8"}.ion-ios-at:before{content:"\f3da"}.ion-ios-attach:before{content:"\f11b"}.ion-ios-backspace:before{content:"\f11d"}.ion-ios-barcode:before{content:"\f3dc"}.ion-ios-baseball:before{content:"\f3de"}.ion-ios-basket:before{content:"\f11f"}.ion-ios-basketball:before{content:"\f3e0"}.ion-ios-battery-charging:before{content:"\f120"}.ion-ios-battery-dead:before{content:"\f121"}.ion-ios-battery-full:before{content:"\f122"}.ion-ios-beaker:before{content:"\f124"}.ion-ios-bed:before{content:"\f139"}.ion-ios-beer:before{content:"\f126"}.ion-ios-bicycle:before{content:"\f127"}.ion-ios-bluetooth:before{content:"\f128"}.ion-ios-boat:before{content:"\f12a"}.ion-ios-body:before{content:"\f3e4"}.ion-ios-bonfire:before{content:"\f12c"}.ion-ios-book:before{content:"\f3e8"}.ion-ios-bookmark:before{content:"\f12e"}.ion-ios-bookmarks:before{content:"\f3ea"}.ion-ios-bowtie:before{content:"\f130"}.ion-ios-briefcase:before{content:"\f3ee"}.ion-ios-browsers:before{content:"\f3f0"}.ion-ios-brush:before{content:"\f132"}.ion-ios-bug:before{content:"\f134"}.ion-ios-build:before{content:"\f136"}.ion-ios-bulb:before{content:"\f138"}.ion-ios-bus:before{content:"\f13a"}.ion-ios-business:before{content:"\f1a3"}.ion-ios-cafe:before{content:"\f13c"}.ion-ios-calculator:before{content:"\f3f2"}.ion-ios-calendar:before{content:"\f3f4"}.ion-ios-call:before{content:"\f13e"}.ion-ios-camera:before{content:"\f3f6"}.ion-ios-car:before{content:"\f140"}.ion-ios-card:before{content:"\f142"}.ion-ios-cart:before{content:"\f3f8"}.ion-ios-cash:before{content:"\f144"}.ion-ios-cellular:before{content:"\f13d"}.ion-ios-chatboxes:before{content:"\f3fa"}.ion-ios-chatbubbles:before{content:"\f146"}.ion-ios-checkbox:before{content:"\f148"}.ion-ios-checkbox-outline:before{content:"\f147"}.ion-ios-checkmark:before{content:"\f3ff"}.ion-ios-checkmark-circle:before{content:"\f14a"}.ion-ios-checkmark-circle-outline:before{content:"\f149"}.ion-ios-clipboard:before{content:"\f14c"}.ion-ios-clock:before{content:"\f403"}.ion-ios-close:before{content:"\f406"}.ion-ios-close-circle:before{content:"\f14e"}.ion-ios-close-circle-outline:before{content:"\f14d"}.ion-ios-cloud:before{content:"\f40c"}.ion-ios-cloud-circle:before{content:"\f152"}.ion-ios-cloud-done:before{content:"\f154"}.ion-ios-cloud-download:before{content:"\f408"}.ion-ios-cloud-outline:before{content:"\f409"}.ion-ios-cloud-upload:before{content:"\f40b"}.ion-ios-cloudy:before{content:"\f410"}.ion-ios-cloudy-night:before{content:"\f40e"}.ion-ios-code:before{content:"\f157"}.ion-ios-code-download:before{content:"\f155"}.ion-ios-code-working:before{content:"\f156"}.ion-ios-cog:before{content:"\f412"}.ion-ios-color-fill:before{content:"\f159"}.ion-ios-color-filter:before{content:"\f414"}.ion-ios-color-palette:before{content:"\f15b"}.ion-ios-color-wand:before{content:"\f416"}.ion-ios-compass:before{content:"\f15d"}.ion-ios-construct:before{content:"\f15f"}.ion-ios-contact:before{content:"\f41a"}.ion-ios-contacts:before{content:"\f161"}.ion-ios-contract:before{content:"\f162"}.ion-ios-contrast:before{content:"\f163"}.ion-ios-copy:before{content:"\f41c"}.ion-ios-create:before{content:"\f165"}.ion-ios-crop:before{content:"\f41e"}.ion-ios-cube:before{content:"\f168"}.ion-ios-cut:before{content:"\f16a"}.ion-ios-desktop:before{content:"\f16c"}.ion-ios-disc:before{content:"\f16e"}.ion-ios-document:before{content:"\f170"}.ion-ios-done-all:before{content:"\f171"}.ion-ios-download:before{content:"\f420"}.ion-ios-easel:before{content:"\f173"}.ion-ios-egg:before{content:"\f175"}.ion-ios-exit:before{content:"\f177"}.ion-ios-expand:before{content:"\f178"}.ion-ios-eye:before{content:"\f425"}.ion-ios-eye-off:before{content:"\f17a"}.ion-ios-fastforward:before{content:"\f427"}.ion-ios-female:before{content:"\f17b"}.ion-ios-filing:before{content:"\f429"}.ion-ios-film:before{content:"\f42b"}.ion-ios-finger-print:before{content:"\f17c"}.ion-ios-fitness:before{content:"\f1ab"}.ion-ios-flag:before{content:"\f42d"}.ion-ios-flame:before{content:"\f42f"}.ion-ios-flash:before{content:"\f17e"}.ion-ios-flash-off:before{content:"\f12f"}.ion-ios-flashlight:before{content:"\f141"}.ion-ios-flask:before{content:"\f431"}.ion-ios-flower:before{content:"\f433"}.ion-ios-folder:before{content:"\f435"}.ion-ios-folder-open:before{content:"\f180"}.ion-ios-football:before{content:"\f437"}.ion-ios-funnel:before{content:"\f182"}.ion-ios-gift:before{content:"\f191"}.ion-ios-git-branch:before{content:"\f183"}.ion-ios-git-commit:before{content:"\f184"}.ion-ios-git-compare:before{content:"\f185"}.ion-ios-git-merge:before{content:"\f186"}.ion-ios-git-network:before{content:"\f187"}.ion-ios-git-pull-request:before{content:"\f188"}.ion-ios-glasses:before{content:"\f43f"}.ion-ios-globe:before{content:"\f18a"}.ion-ios-grid:before{content:"\f18c"}.ion-ios-hammer:before{content:"\f18e"}.ion-ios-hand:before{content:"\f190"}.ion-ios-happy:before{content:"\f192"}.ion-ios-headset:before{content:"\f194"}.ion-ios-heart:before{content:"\f443"}.ion-ios-heart-dislike:before{content:"\f13f"}.ion-ios-heart-empty:before{content:"\f19b"}.ion-ios-heart-half:before{content:"\f19d"}.ion-ios-help:before{content:"\f446"}.ion-ios-help-buoy:before{content:"\f196"}.ion-ios-help-circle:before{content:"\f198"}.ion-ios-help-circle-outline:before{content:"\f197"}.ion-ios-home:before{content:"\f448"}.ion-ios-hourglass:before{content:"\f103"}.ion-ios-ice-cream:before{content:"\f19a"}.ion-ios-image:before{content:"\f19c"}.ion-ios-images:before{content:"\f19e"}.ion-ios-infinite:before{content:"\f44a"}.ion-ios-information:before{content:"\f44d"}.ion-ios-information-circle:before{content:"\f1a0"}.ion-ios-information-circle-outline:before{content:"\f19f"}.ion-ios-jet:before{content:"\f1a5"}.ion-ios-journal:before{content:"\f189"}.ion-ios-key:before{content:"\f1a7"}.ion-ios-keypad:before{content:"\f450"}.ion-ios-laptop:before{content:"\f1a8"}.ion-ios-leaf:before{content:"\f1aa"}.ion-ios-link:before{content:"\f22a"}.ion-ios-list:before{content:"\f454"}.ion-ios-list-box:before{content:"\f143"}.ion-ios-locate:before{content:"\f1ae"}.ion-ios-lock:before{content:"\f1b0"}.ion-ios-log-in:before{content:"\f1b1"}.ion-ios-log-out:before{content:"\f1b2"}.ion-ios-magnet:before{content:"\f1b4"}.ion-ios-mail:before{content:"\f1b8"}.ion-ios-mail-open:before{content:"\f1b6"}.ion-ios-mail-unread:before{content:"\f145"}.ion-ios-male:before{content:"\f1b9"}.ion-ios-man:before{content:"\f1bb"}.ion-ios-map:before{content:"\f1bd"}.ion-ios-medal:before{content:"\f1bf"}.ion-ios-medical:before{content:"\f45c"}.ion-ios-medkit:before{content:"\f45e"}.ion-ios-megaphone:before{content:"\f1c1"}.ion-ios-menu:before{content:"\f1c3"}.ion-ios-mic:before{content:"\f461"}.ion-ios-mic-off:before{content:"\f45f"}.ion-ios-microphone:before{content:"\f1c6"}.ion-ios-moon:before{content:"\f468"}.ion-ios-more:before{content:"\f1c8"}.ion-ios-move:before{content:"\f1cb"}.ion-ios-musical-note:before{content:"\f46b"}.ion-ios-musical-notes:before{content:"\f46c"}.ion-ios-navigate:before{content:"\f46e"}.ion-ios-notifications:before{content:"\f1d3"}.ion-ios-notifications-off:before{content:"\f1d1"}.ion-ios-notifications-outline:before{content:"\f133"}.ion-ios-nuclear:before{content:"\f1d5"}.ion-ios-nutrition:before{content:"\f470"}.ion-ios-open:before{content:"\f1d7"}.ion-ios-options:before{content:"\f1d9"}.ion-ios-outlet:before{content:"\f1db"}.ion-ios-paper:before{content:"\f472"}.ion-ios-paper-plane:before{content:"\f1dd"}.ion-ios-partly-sunny:before{content:"\f1df"}.ion-ios-pause:before{content:"\f478"}.ion-ios-paw:before{content:"\f47a"}.ion-ios-people:before{content:"\f47c"}.ion-ios-person:before{content:"\f47e"}.ion-ios-person-add:before{content:"\f1e1"}.ion-ios-phone-landscape:before{content:"\f1e2"}.ion-ios-phone-portrait:before{content:"\f1e3"}.ion-ios-photos:before{content:"\f482"}.ion-ios-pie:before{content:"\f484"}.ion-ios-pin:before{content:"\f1e5"}.ion-ios-pint:before{content:"\f486"}.ion-ios-pizza:before{content:"\f1e7"}.ion-ios-planet:before{content:"\f1eb"}.ion-ios-play:before{content:"\f488"}.ion-ios-play-circle:before{content:"\f113"}.ion-ios-podium:before{content:"\f1ed"}.ion-ios-power:before{content:"\f1ef"}.ion-ios-pricetag:before{content:"\f48d"}.ion-ios-pricetags:before{content:"\f48f"}.ion-ios-print:before{content:"\f1f1"}.ion-ios-pulse:before{content:"\f493"}.ion-ios-qr-scanner:before{content:"\f1f3"}.ion-ios-quote:before{content:"\f1f5"}.ion-ios-radio:before{content:"\f1f9"}.ion-ios-radio-button-off:before{content:"\f1f6"}.ion-ios-radio-button-on:before{content:"\f1f7"}.ion-ios-rainy:before{content:"\f495"}.ion-ios-recording:before{content:"\f497"}.ion-ios-redo:before{content:"\f499"}.ion-ios-refresh:before{content:"\f49c"}.ion-ios-refresh-circle:before{content:"\f135"}.ion-ios-remove:before{content:"\f1fc"}.ion-ios-remove-circle:before{content:"\f1fb"}.ion-ios-remove-circle-outline:before{content:"\f1fa"}.ion-ios-reorder:before{content:"\f1fd"}.ion-ios-repeat:before{content:"\f1fe"}.ion-ios-resize:before{content:"\f1ff"}.ion-ios-restaurant:before{content:"\f201"}.ion-ios-return-left:before{content:"\f202"}.ion-ios-return-right:before{content:"\f203"}.ion-ios-reverse-camera:before{content:"\f49f"}.ion-ios-rewind:before{content:"\f4a1"}.ion-ios-ribbon:before{content:"\f205"}.ion-ios-rocket:before{content:"\f14b"}.ion-ios-rose:before{content:"\f4a3"}.ion-ios-sad:before{content:"\f207"}.ion-ios-save:before{content:"\f1a6"}.ion-ios-school:before{content:"\f209"}.ion-ios-search:before{content:"\f4a5"}.ion-ios-send:before{content:"\f20c"}.ion-ios-settings:before{content:"\f4a7"}.ion-ios-share:before{content:"\f211"}.ion-ios-share-alt:before{content:"\f20f"}.ion-ios-shirt:before{content:"\f213"}.ion-ios-shuffle:before{content:"\f4a9"}.ion-ios-skip-backward:before{content:"\f215"}.ion-ios-skip-forward:before{content:"\f217"}.ion-ios-snow:before{content:"\f218"}.ion-ios-speedometer:before{content:"\f4b0"}.ion-ios-square:before{content:"\f21a"}.ion-ios-square-outline:before{content:"\f15c"}.ion-ios-star:before{content:"\f4b3"}.ion-ios-star-half:before{content:"\f4b1"}.ion-ios-star-outline:before{content:"\f4b2"}.ion-ios-stats:before{content:"\f21c"}.ion-ios-stopwatch:before{content:"\f4b5"}.ion-ios-subway:before{content:"\f21e"}.ion-ios-sunny:before{content:"\f4b7"}.ion-ios-swap:before{content:"\f21f"}.ion-ios-switch:before{content:"\f221"}.ion-ios-sync:before{content:"\f222"}.ion-ios-tablet-landscape:before{content:"\f223"}.ion-ios-tablet-portrait:before{content:"\f24e"}.ion-ios-tennisball:before{content:"\f4bb"}.ion-ios-text:before{content:"\f250"}.ion-ios-thermometer:before{content:"\f252"}.ion-ios-thumbs-down:before{content:"\f254"}.ion-ios-thumbs-up:before{content:"\f256"}.ion-ios-thunderstorm:before{content:"\f4bd"}.ion-ios-time:before{content:"\f4bf"}.ion-ios-timer:before{content:"\f4c1"}.ion-ios-today:before{content:"\f14f"}.ion-ios-train:before{content:"\f258"}.ion-ios-transgender:before{content:"\f259"}.ion-ios-trash:before{content:"\f4c5"}.ion-ios-trending-down:before{content:"\f25a"}.ion-ios-trending-up:before{content:"\f25b"}.ion-ios-trophy:before{content:"\f25d"}.ion-ios-tv:before{content:"\f115"}.ion-ios-umbrella:before{content:"\f25f"}.ion-ios-undo:before{content:"\f4c7"}.ion-ios-unlock:before{content:"\f261"}.ion-ios-videocam:before{content:"\f4cd"}.ion-ios-volume-high:before{content:"\f11c"}.ion-ios-volume-low:before{content:"\f11e"}.ion-ios-volume-mute:before{content:"\f263"}.ion-ios-volume-off:before{content:"\f264"}.ion-ios-walk:before{content:"\f266"}.ion-ios-wallet:before{content:"\f18b"}.ion-ios-warning:before{content:"\f268"}.ion-ios-watch:before{content:"\f269"}.ion-ios-water:before{content:"\f26b"}.ion-ios-wifi:before{content:"\f26d"}.ion-ios-wine:before{content:"\f26f"}.ion-ios-woman:before{content:"\f271"}.ion-logo-android:before{content:"\f225"}.ion-logo-angular:before{content:"\f227"}.ion-logo-apple:before{content:"\f229"}.ion-logo-bitbucket:before{content:"\f193"}.ion-logo-bitcoin:before{content:"\f22b"}.ion-logo-buffer:before{content:"\f22d"}.ion-logo-chrome:before{content:"\f22f"}.ion-logo-closed-captioning:before{content:"\f105"}.ion-logo-codepen:before{content:"\f230"}.ion-logo-css3:before{content:"\f231"}.ion-logo-designernews:before{content:"\f232"}.ion-logo-dribbble:before{content:"\f233"}.ion-logo-dropbox:before{content:"\f234"}.ion-logo-euro:before{content:"\f235"}.ion-logo-facebook:before{content:"\f236"}.ion-logo-flickr:before{content:"\f107"}.ion-logo-foursquare:before{content:"\f237"}.ion-logo-freebsd-devil:before{content:"\f238"}.ion-logo-game-controller-a:before{content:"\f13b"}.ion-logo-game-controller-b:before{content:"\f181"}.ion-logo-github:before{content:"\f239"}.ion-logo-google:before{content:"\f23a"}.ion-logo-googleplus:before{content:"\f23b"}.ion-logo-hackernews:before{content:"\f23c"}.ion-logo-html5:before{content:"\f23d"}.ion-logo-instagram:before{content:"\f23e"}.ion-logo-ionic:before{content:"\f150"}.ion-logo-ionitron:before{content:"\f151"}.ion-logo-javascript:before{content:"\f23f"}.ion-logo-linkedin:before{content:"\f240"}.ion-logo-markdown:before{content:"\f241"}.ion-logo-model-s:before{content:"\f153"}.ion-logo-no-smoking:before{content:"\f109"}.ion-logo-nodejs:before{content:"\f242"}.ion-logo-npm:before{content:"\f195"}.ion-logo-octocat:before{content:"\f243"}.ion-logo-pinterest:before{content:"\f244"}.ion-logo-playstation:before{content:"\f245"}.ion-logo-polymer:before{content:"\f15e"}.ion-logo-python:before{content:"\f246"}.ion-logo-reddit:before{content:"\f247"}.ion-logo-rss:before{content:"\f248"}.ion-logo-sass:before{content:"\f249"}.ion-logo-skype:before{content:"\f24a"}.ion-logo-slack:before{content:"\f10b"}.ion-logo-snapchat:before{content:"\f24b"}.ion-logo-steam:before{content:"\f24c"}.ion-logo-tumblr:before{content:"\f24d"}.ion-logo-tux:before{content:"\f2ae"}.ion-logo-twitch:before{content:"\f2af"}.ion-logo-twitter:before{content:"\f2b0"}.ion-logo-usd:before{content:"\f2b1"}.ion-logo-vimeo:before{content:"\f2c4"}.ion-logo-vk:before{content:"\f10d"}.ion-logo-whatsapp:before{content:"\f2c5"}.ion-logo-windows:before{content:"\f32f"}.ion-logo-wordpress:before{content:"\f330"}.ion-logo-xbox:before{content:"\f34c"}.ion-logo-xing:before{content:"\f10f"}.ion-logo-yahoo:before{content:"\f34d"}.ion-logo-yen:before{content:"\f34e"}.ion-logo-youtube:before{content:"\f34f"}.ion-md-add:before{content:"\f273"}.ion-md-add-circle:before{content:"\f272"}.ion-md-add-circle-outline:before{content:"\f158"}.ion-md-airplane:before{content:"\f15a"}.ion-md-alarm:before{content:"\f274"}.ion-md-albums:before{content:"\f275"}.ion-md-alert:before{content:"\f276"}.ion-md-american-football:before{content:"\f277"}.ion-md-analytics:before{content:"\f278"}.ion-md-aperture:before{content:"\f279"}.ion-md-apps:before{content:"\f27a"}.ion-md-appstore:before{content:"\f27b"}.ion-md-archive:before{content:"\f27c"}.ion-md-arrow-back:before{content:"\f27d"}.ion-md-arrow-down:before{content:"\f27e"}.ion-md-arrow-dropdown:before{content:"\f280"}.ion-md-arrow-dropdown-circle:before{content:"\f27f"}.ion-md-arrow-dropleft:before{content:"\f282"}.ion-md-arrow-dropleft-circle:before{content:"\f281"}.ion-md-arrow-dropright:before{content:"\f284"}.ion-md-arrow-dropright-circle:before{content:"\f283"}.ion-md-arrow-dropup:before{content:"\f286"}.ion-md-arrow-dropup-circle:before{content:"\f285"}.ion-md-arrow-forward:before{content:"\f287"}.ion-md-arrow-round-back:before{content:"\f288"}.ion-md-arrow-round-down:before{content:"\f289"}.ion-md-arrow-round-forward:before{content:"\f28a"}.ion-md-arrow-round-up:before{content:"\f28b"}.ion-md-arrow-up:before{content:"\f28c"}.ion-md-at:before{content:"\f28d"}.ion-md-attach:before{content:"\f28e"}.ion-md-backspace:before{content:"\f28f"}.ion-md-barcode:before{content:"\f290"}.ion-md-baseball:before{content:"\f291"}.ion-md-basket:before{content:"\f292"}.ion-md-basketball:before{content:"\f293"}.ion-md-battery-charging:before{content:"\f294"}.ion-md-battery-dead:before{content:"\f295"}.ion-md-battery-full:before{content:"\f296"}.ion-md-beaker:before{content:"\f297"}.ion-md-bed:before{content:"\f160"}.ion-md-beer:before{content:"\f298"}.ion-md-bicycle:before{content:"\f299"}.ion-md-bluetooth:before{content:"\f29a"}.ion-md-boat:before{content:"\f29b"}.ion-md-body:before{content:"\f29c"}.ion-md-bonfire:before{content:"\f29d"}.ion-md-book:before{content:"\f29e"}.ion-md-bookmark:before{content:"\f29f"}.ion-md-bookmarks:before{content:"\f2a0"}.ion-md-bowtie:before{content:"\f2a1"}.ion-md-briefcase:before{content:"\f2a2"}.ion-md-browsers:before{content:"\f2a3"}.ion-md-brush:before{content:"\f2a4"}.ion-md-bug:before{content:"\f2a5"}.ion-md-build:before{content:"\f2a6"}.ion-md-bulb:before{content:"\f2a7"}.ion-md-bus:before{content:"\f2a8"}.ion-md-business:before{content:"\f1a4"}.ion-md-cafe:before{content:"\f2a9"}.ion-md-calculator:before{content:"\f2aa"}.ion-md-calendar:before{content:"\f2ab"}.ion-md-call:before{content:"\f2ac"}.ion-md-camera:before{content:"\f2ad"}.ion-md-car:before{content:"\f2b2"}.ion-md-card:before{content:"\f2b3"}.ion-md-cart:before{content:"\f2b4"}.ion-md-cash:before{content:"\f2b5"}.ion-md-cellular:before{content:"\f164"}.ion-md-chatboxes:before{content:"\f2b6"}.ion-md-chatbubbles:before{content:"\f2b7"}.ion-md-checkbox:before{content:"\f2b9"}.ion-md-checkbox-outline:before{content:"\f2b8"}.ion-md-checkmark:before{content:"\f2bc"}.ion-md-checkmark-circle:before{content:"\f2bb"}.ion-md-checkmark-circle-outline:before{content:"\f2ba"}.ion-md-clipboard:before{content:"\f2bd"}.ion-md-clock:before{content:"\f2be"}.ion-md-close:before{content:"\f2c0"}.ion-md-close-circle:before{content:"\f2bf"}.ion-md-close-circle-outline:before{content:"\f166"}.ion-md-cloud:before{content:"\f2c9"}.ion-md-cloud-circle:before{content:"\f2c2"}.ion-md-cloud-done:before{content:"\f2c3"}.ion-md-cloud-download:before{content:"\f2c6"}.ion-md-cloud-outline:before{content:"\f2c7"}.ion-md-cloud-upload:before{content:"\f2c8"}.ion-md-cloudy:before{content:"\f2cb"}.ion-md-cloudy-night:before{content:"\f2ca"}.ion-md-code:before{content:"\f2ce"}.ion-md-code-download:before{content:"\f2cc"}.ion-md-code-working:before{content:"\f2cd"}.ion-md-cog:before{content:"\f2cf"}.ion-md-color-fill:before{content:"\f2d0"}.ion-md-color-filter:before{content:"\f2d1"}.ion-md-color-palette:before{content:"\f2d2"}.ion-md-color-wand:before{content:"\f2d3"}.ion-md-compass:before{content:"\f2d4"}.ion-md-construct:before{content:"\f2d5"}.ion-md-contact:before{content:"\f2d6"}.ion-md-contacts:before{content:"\f2d7"}.ion-md-contract:before{content:"\f2d8"}.ion-md-contrast:before{content:"\f2d9"}.ion-md-copy:before{content:"\f2da"}.ion-md-create:before{content:"\f2db"}.ion-md-crop:before{content:"\f2dc"}.ion-md-cube:before{content:"\f2dd"}.ion-md-cut:before{content:"\f2de"}.ion-md-desktop:before{content:"\f2df"}.ion-md-disc:before{content:"\f2e0"}.ion-md-document:before{content:"\f2e1"}.ion-md-done-all:before{content:"\f2e2"}.ion-md-download:before{content:"\f2e3"}.ion-md-easel:before{content:"\f2e4"}.ion-md-egg:before{content:"\f2e5"}.ion-md-exit:before{content:"\f2e6"}.ion-md-expand:before{content:"\f2e7"}.ion-md-eye:before{content:"\f2e9"}.ion-md-eye-off:before{content:"\f2e8"}.ion-md-fastforward:before{content:"\f2ea"}.ion-md-female:before{content:"\f2eb"}.ion-md-filing:before{content:"\f2ec"}.ion-md-film:before{content:"\f2ed"}.ion-md-finger-print:before{content:"\f2ee"}.ion-md-fitness:before{content:"\f1ac"}.ion-md-flag:before{content:"\f2ef"}.ion-md-flame:before{content:"\f2f0"}.ion-md-flash:before{content:"\f2f1"}.ion-md-flash-off:before{content:"\f169"}.ion-md-flashlight:before{content:"\f16b"}.ion-md-flask:before{content:"\f2f2"}.ion-md-flower:before{content:"\f2f3"}.ion-md-folder:before{content:"\f2f5"}.ion-md-folder-open:before{content:"\f2f4"}.ion-md-football:before{content:"\f2f6"}.ion-md-funnel:before{content:"\f2f7"}.ion-md-gift:before{content:"\f199"}.ion-md-git-branch:before{content:"\f2fa"}.ion-md-git-commit:before{content:"\f2fb"}.ion-md-git-compare:before{content:"\f2fc"}.ion-md-git-merge:before{content:"\f2fd"}.ion-md-git-network:before{content:"\f2fe"}.ion-md-git-pull-request:before{content:"\f2ff"}.ion-md-glasses:before{content:"\f300"}.ion-md-globe:before{content:"\f301"}.ion-md-grid:before{content:"\f302"}.ion-md-hammer:before{content:"\f303"}.ion-md-hand:before{content:"\f304"}.ion-md-happy:before{content:"\f305"}.ion-md-headset:before{content:"\f306"}.ion-md-heart:before{content:"\f308"}.ion-md-heart-dislike:before{content:"\f167"}.ion-md-heart-empty:before{content:"\f1a1"}.ion-md-heart-half:before{content:"\f1a2"}.ion-md-help:before{content:"\f30b"}.ion-md-help-buoy:before{content:"\f309"}.ion-md-help-circle:before{content:"\f30a"}.ion-md-help-circle-outline:before{content:"\f16d"}.ion-md-home:before{content:"\f30c"}.ion-md-hourglass:before{content:"\f111"}.ion-md-ice-cream:before{content:"\f30d"}.ion-md-image:before{content:"\f30e"}.ion-md-images:before{content:"\f30f"}.ion-md-infinite:before{content:"\f310"}.ion-md-information:before{content:"\f312"}.ion-md-information-circle:before{content:"\f311"}.ion-md-information-circle-outline:before{content:"\f16f"}.ion-md-jet:before{content:"\f315"}.ion-md-journal:before{content:"\f18d"}.ion-md-key:before{content:"\f316"}.ion-md-keypad:before{content:"\f317"}.ion-md-laptop:before{content:"\f318"}.ion-md-leaf:before{content:"\f319"}.ion-md-link:before{content:"\f22e"}.ion-md-list:before{content:"\f31b"}.ion-md-list-box:before{content:"\f31a"}.ion-md-locate:before{content:"\f31c"}.ion-md-lock:before{content:"\f31d"}.ion-md-log-in:before{content:"\f31e"}.ion-md-log-out:before{content:"\f31f"}.ion-md-magnet:before{content:"\f320"}.ion-md-mail:before{content:"\f322"}.ion-md-mail-open:before{content:"\f321"}.ion-md-mail-unread:before{content:"\f172"}.ion-md-male:before{content:"\f323"}.ion-md-man:before{content:"\f324"}.ion-md-map:before{content:"\f325"}.ion-md-medal:before{content:"\f326"}.ion-md-medical:before{content:"\f327"}.ion-md-medkit:before{content:"\f328"}.ion-md-megaphone:before{content:"\f329"}.ion-md-menu:before{content:"\f32a"}.ion-md-mic:before{content:"\f32c"}.ion-md-mic-off:before{content:"\f32b"}.ion-md-microphone:before{content:"\f32d"}.ion-md-moon:before{content:"\f32e"}.ion-md-more:before{content:"\f1c9"}.ion-md-move:before{content:"\f331"}.ion-md-musical-note:before{content:"\f332"}.ion-md-musical-notes:before{content:"\f333"}.ion-md-navigate:before{content:"\f334"}.ion-md-notifications:before{content:"\f338"}.ion-md-notifications-off:before{content:"\f336"}.ion-md-notifications-outline:before{content:"\f337"}.ion-md-nuclear:before{content:"\f339"}.ion-md-nutrition:before{content:"\f33a"}.ion-md-open:before{content:"\f33b"}.ion-md-options:before{content:"\f33c"}.ion-md-outlet:before{content:"\f33d"}.ion-md-paper:before{content:"\f33f"}.ion-md-paper-plane:before{content:"\f33e"}.ion-md-partly-sunny:before{content:"\f340"}.ion-md-pause:before{content:"\f341"}.ion-md-paw:before{content:"\f342"}.ion-md-people:before{content:"\f343"}.ion-md-person:before{content:"\f345"}.ion-md-person-add:before{content:"\f344"}.ion-md-phone-landscape:before{content:"\f346"}.ion-md-phone-portrait:before{content:"\f347"}.ion-md-photos:before{content:"\f348"}.ion-md-pie:before{content:"\f349"}.ion-md-pin:before{content:"\f34a"}.ion-md-pint:before{content:"\f34b"}.ion-md-pizza:before{content:"\f354"}.ion-md-planet:before{content:"\f356"}.ion-md-play:before{content:"\f357"}.ion-md-play-circle:before{content:"\f174"}.ion-md-podium:before{content:"\f358"}.ion-md-power:before{content:"\f359"}.ion-md-pricetag:before{content:"\f35a"}.ion-md-pricetags:before{content:"\f35b"}.ion-md-print:before{content:"\f35c"}.ion-md-pulse:before{content:"\f35d"}.ion-md-qr-scanner:before{content:"\f35e"}.ion-md-quote:before{content:"\f35f"}.ion-md-radio:before{content:"\f362"}.ion-md-radio-button-off:before{content:"\f360"}.ion-md-radio-button-on:before{content:"\f361"}.ion-md-rainy:before{content:"\f363"}.ion-md-recording:before{content:"\f364"}.ion-md-redo:before{content:"\f365"}.ion-md-refresh:before{content:"\f366"}.ion-md-refresh-circle:before{content:"\f228"}.ion-md-remove:before{content:"\f368"}.ion-md-remove-circle:before{content:"\f367"}.ion-md-remove-circle-outline:before{content:"\f176"}.ion-md-reorder:before{content:"\f369"}.ion-md-repeat:before{content:"\f36a"}.ion-md-resize:before{content:"\f36b"}.ion-md-restaurant:before{content:"\f36c"}.ion-md-return-left:before{content:"\f36d"}.ion-md-return-right:before{content:"\f36e"}.ion-md-reverse-camera:before{content:"\f36f"}.ion-md-rewind:before{content:"\f370"}.ion-md-ribbon:before{content:"\f371"}.ion-md-rocket:before{content:"\f179"}.ion-md-rose:before{content:"\f372"}.ion-md-sad:before{content:"\f373"}.ion-md-save:before{content:"\f1a9"}.ion-md-school:before{content:"\f374"}.ion-md-search:before{content:"\f375"}.ion-md-send:before{content:"\f376"}.ion-md-settings:before{content:"\f377"}.ion-md-share:before{content:"\f379"}.ion-md-share-alt:before{content:"\f378"}.ion-md-shirt:before{content:"\f37a"}.ion-md-shuffle:before{content:"\f37b"}.ion-md-skip-backward:before{content:"\f37c"}.ion-md-skip-forward:before{content:"\f37d"}.ion-md-snow:before{content:"\f37e"}.ion-md-speedometer:before{content:"\f37f"}.ion-md-square:before{content:"\f381"}.ion-md-square-outline:before{content:"\f380"}.ion-md-star:before{content:"\f384"}.ion-md-star-half:before{content:"\f382"}.ion-md-star-outline:before{content:"\f383"}.ion-md-stats:before{content:"\f385"}.ion-md-stopwatch:before{content:"\f386"}.ion-md-subway:before{content:"\f387"}.ion-md-sunny:before{content:"\f388"}.ion-md-swap:before{content:"\f389"}.ion-md-switch:before{content:"\f38a"}.ion-md-sync:before{content:"\f38b"}.ion-md-tablet-landscape:before{content:"\f38c"}.ion-md-tablet-portrait:before{content:"\f38d"}.ion-md-tennisball:before{content:"\f38e"}.ion-md-text:before{content:"\f38f"}.ion-md-thermometer:before{content:"\f390"}.ion-md-thumbs-down:before{content:"\f391"}.ion-md-thumbs-up:before{content:"\f392"}.ion-md-thunderstorm:before{content:"\f393"}.ion-md-time:before{content:"\f394"}.ion-md-timer:before{content:"\f395"}.ion-md-today:before{content:"\f17d"}.ion-md-train:before{content:"\f396"}.ion-md-transgender:before{content:"\f397"}.ion-md-trash:before{content:"\f398"}.ion-md-trending-down:before{content:"\f399"}.ion-md-trending-up:before{content:"\f39a"}.ion-md-trophy:before{content:"\f39b"}.ion-md-tv:before{content:"\f17f"}.ion-md-umbrella:before{content:"\f39c"}.ion-md-undo:before{content:"\f39d"}.ion-md-unlock:before{content:"\f39e"}.ion-md-videocam:before{content:"\f39f"}.ion-md-volume-high:before{content:"\f123"}.ion-md-volume-low:before{content:"\f131"}.ion-md-volume-mute:before{content:"\f3a1"}.ion-md-volume-off:before{content:"\f3a2"}.ion-md-walk:before{content:"\f3a4"}.ion-md-wallet:before{content:"\f18f"}.ion-md-warning:before{content:"\f3a5"}.ion-md-watch:before{content:"\f3a6"}.ion-md-water:before{content:"\f3a7"}.ion-md-wifi:before{content:"\f3a8"}.ion-md-wine:before{content:"\f3a9"}.ion-md-woman:before{content:"\f3aa"}.slick-slider
{
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list
{
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus
{
outline: none;
}
.slick-list.dragging
{
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track
{
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
display: table;
content: '';
}
.slick-track:after
{
clear: both;
}
.slick-loading .slick-track
{
visibility: hidden;
}
.slick-slide
{
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide
{
float: right;
}
.slick-slide img
{
display: block;
}
.slick-slide.slick-loading img
{
display: none;
}
.slick-slide.dragging img
{
pointer-events: none;
}
.slick-initialized .slick-slide
{
display: block;
}
.slick-loading .slick-slide
{
visibility: hidden;
}
.slick-vertical .slick-slide
{
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8; }
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden; }
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
box-sizing: border-box; }
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle; }
.mfp-align-top .mfp-container:before {
display: none; }
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045; }
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto; }
.mfp-ajax-cur {
cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out; }
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
cursor: auto; }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none; }
.mfp-loading.mfp-figure {
display: none; }
.mfp-hide {
display: none !important; }
.mfp-preloader {
color: #CCC;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044; }
.mfp-preloader a {
color: #CCC; }
.mfp-preloader a:hover {
color: #FFF; }
.mfp-s-ready .mfp-preloader {
display: none; }
.mfp-s-error .mfp-content {
display: none; }
button.mfp-close,
button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
box-shadow: none;
touch-action: manipulation; }
button::-moz-focus-inner {
padding: 0;
border: 0; }
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
padding: 0 0 18px 10px;
color: #FFF;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
.mfp-close:focus {
opacity: 1; }
.mfp-close:active {
top: 1px; }
.mfp-close-btn-in .mfp-close {
color: #333; }
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: #FFF;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%; }
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #CCC;
font-size: 12px;
line-height: 18px;
white-space: nowrap; }
.mfp-arrow {
position: absolute;
opacity: 0.65;
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus {
opacity: 1; }
.mfp-arrow:before,
.mfp-arrow:after {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent; }
.mfp-arrow:after {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px; }
.mfp-arrow:before {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7; }
.mfp-arrow-left {
left: 0; }
.mfp-arrow-left:after {
border-right: 17px solid #FFF;
margin-left: 31px; }
.mfp-arrow-left:before {
margin-left: 25px;
border-right: 27px solid #3F3F3F; }
.mfp-arrow-right {
right: 0; }
.mfp-arrow-right:after {
border-left: 17px solid #FFF;
margin-left: 39px; }
.mfp-arrow-right:before {
border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px; }
.mfp-iframe-holder .mfp-close {
top: -40px; }
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000; } img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto; } .mfp-figure {
line-height: 0; }
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444; }
.mfp-figure small {
color: #BDBDBD;
display: block;
font-size: 12px;
line-height: 14px; }
.mfp-figure figure {
margin: 0; }
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto; }
.mfp-title {
text-align: left;
line-height: 18px;
color: #F3F3F3;
word-wrap: break-word;
padding-right: 36px; }
.mfp-image-holder .mfp-content {
max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer; }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) { .mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0; }
.mfp-img-mobile img.mfp-img {
padding: 0; }
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0; }
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px; }
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
box-sizing: border-box; }
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0; }
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px; }
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0; } }
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
transform: scale(0.75); }
.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0; }
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%; }
.mfp-container {
padding-left: 6px;
padding-right: 6px; } }html {
line-height: 1.15; -webkit-text-size-adjust: 100%; }  body {
margin: 0;
} h1 {
font-size: 2em;
margin: 0.67em 0;
}  hr {
box-sizing: content-box; height: 0; overflow: visible; } pre {
font-family: monospace, monospace; font-size: 1em; }  a {
background-color: transparent;
} abbr[title] {
border-bottom: none; text-decoration: underline; text-decoration: underline dotted; } b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-family: monospace, monospace; font-size: 1em; } small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  img {
border-style: none;
}  button,
input,
optgroup,
select,
textarea {
font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; } button,
input { overflow: visible;
} button,
select { text-transform: none;
} button,
[type=button],
[type=reset],
[type=submit] {
-webkit-appearance: button;
} button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
outline: 1px dotted ButtonText;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; } progress {
vertical-align: baseline;
} textarea {
overflow: auto;
} [type=checkbox],
[type=radio] {
box-sizing: border-box; padding: 0; } [type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
height: auto;
} [type=search] {
-webkit-appearance: textfield; outline-offset: -2px; } [type=search]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button; font: inherit; }  details {
display: block;
} summary {
display: list-item;
}  template {
display: none;
} [hidden] {
display: none;
} body,
button,
input,
select,
optgroup,
textarea {
color: #404040;
font-family: sans-serif;
font-size: 16px;
font-size: 1rem;
line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
clear: both;
}
p {
margin-bottom: 1.5em;
}
dfn, cite, em, i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code, kbd, tt, var {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 15px;
font-size: 0.9375rem;
}
abbr, acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark, ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
} html {
box-sizing: border-box;
}
*,
*:before,
*:after { box-sizing: inherit;
}
body {
background: #fff; }
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul, ol {
margin: 0 0 1.5em 3em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: bold;
}
dd {
margin: 0 1.5em 1.5em;
}
img {
height: auto; max-width: 100%; }
table {
width: 100%;
} button,
input[type=button],
input[type=reset],
input[type=submit] {
border: 1px solid;
border-color: #ccc #ccc #bbb;
border-radius: 3px;
background: #e6e6e6;
color: rgba(0, 0, 0, 0.8);
font-size: 12px;
font-size: 0.75rem;
line-height: 1;
padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
border-color: #aaa #bbb #bbb;
}
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
color: #111;
}
select {
border: 1px solid #ccc;
}
textarea {
width: 100%;
}  a {
color: royalblue;
}
a:visited {
color: purple;
}
a:hover, a:focus, a:active {
color: midnightblue;
}
a:focus {
outline: thin dotted;
}
a:hover, a:active {
outline: 0;
} .menu-toggle,
.main-navigation.toggled ul {
display: block;
}
@media screen and (min-width: 37.5em) {
.menu-toggle {
display: none;
}
.main-navigation ul {
display: block;
}
}  .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important; }
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } #content[tabindex="-1"]:focus {
outline: 0;
} .alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
} .clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
content: "";
display: table;
table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
clear: both;
} .widget select {
max-width: 100%;
}  .sticky {
display: block;
}
.updated:not(.published) {
display: none;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}  .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { display: none;
} .infinity-end.neverending .site-footer {
display: block;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} embed,
iframe,
object {
max-width: 100%;
} .custom-logo-link {
display: inline-block;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
} .gallery {
margin-bottom: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
}
.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-caption {
display: block;
}
@-webkit-keyframes kenburns-top {
0% {
transform: scale(1) translateY(0);
-webkit-transform: scale(1) translateY(0);
-moz-transform: scale(1) translateY(0);
transform-origin: 50% 16%;
-webkit-transform-origin: 50% 16%;
-moz-transform-origin: 50% 16%;
}
100% {
transform: scale(1.25) translateY(-15px);
-webkit-transform: scale(1.25) translateY(-15px);
-moz-transform: scale(1.25) translateY(-15px);
transform-origin: top;
-webkit-transform-origin: top;
-moz-transform-origin: top;
}
}
@-moz-keyframes kenburns-top {
0% {
transform: scale(1) translateY(0);
-webkit-transform: scale(1) translateY(0);
-moz-transform: scale(1) translateY(0);
transform-origin: 50% 16%;
-webkit-transform-origin: 50% 16%;
-moz-transform-origin: 50% 16%;
}
100% {
transform: scale(1.25) translateY(-15px);
-webkit-transform: scale(1.25) translateY(-15px);
-moz-transform: scale(1.25) translateY(-15px);
transform-origin: top;
-webkit-transform-origin: top;
-moz-transform-origin: top;
}
}
@keyframes kenburns-top {
0% {
transform: scale(1) translateY(0);
-webkit-transform: scale(1) translateY(0);
-moz-transform: scale(1) translateY(0);
transform-origin: 50% 16%;
-webkit-transform-origin: 50% 16%;
-moz-transform-origin: 50% 16%;
}
100% {
transform: scale(1.25) translateY(-15px);
-webkit-transform: scale(1.25) translateY(-15px);
-moz-transform: scale(1.25) translateY(-15px);
transform-origin: top;
-webkit-transform-origin: top;
-moz-transform-origin: top;
}
}
@-webkit-keyframes slide-in-fwd-top {
0% {
transform: translateZ(-1400px) translateY(-800px);
-webkit-transform: translateZ(-1400px) translateY(-800px);
-moz-transform: translateZ(-1400px) translateY(-800px);
opacity: 0;
}
100% {
transform: translateZ(0) translateY(0);
-webkit-transform: translateZ(0) translateY(0);
-moz-transform: translateZ(0) translateY(0);
opacity: 1;
}
}
@-moz-keyframes slide-in-fwd-top {
0% {
transform: translateZ(-1400px) translateY(-800px);
-webkit-transform: translateZ(-1400px) translateY(-800px);
-moz-transform: translateZ(-1400px) translateY(-800px);
opacity: 0;
}
100% {
transform: translateZ(0) translateY(0);
-webkit-transform: translateZ(0) translateY(0);
-moz-transform: translateZ(0) translateY(0);
opacity: 1;
}
}
@keyframes slide-in-fwd-top {
0% {
transform: translateZ(-1400px) translateY(-800px);
-webkit-transform: translateZ(-1400px) translateY(-800px);
-moz-transform: translateZ(-1400px) translateY(-800px);
opacity: 0;
}
100% {
transform: translateZ(0) translateY(0);
-webkit-transform: translateZ(0) translateY(0);
-moz-transform: translateZ(0) translateY(0);
opacity: 1;
}
}
@-webkit-keyframes slide-in-fwd-bottom {
0% {
transform: translateZ(-1400px) translateY(800px);
-webkit-transform: translateZ(-1400px) translateY(800px);
-moz-transform: translateZ(-1400px) translateY(800px);
opacity: 0;
}
100% {
transform: translateZ(0) translateY(0);
-webkit-transform: translateZ(0) translateY(0);
-moz-transform: translateZ(0) translateY(0);
opacity: 1;
}
}
@-moz-keyframes slide-in-fwd-bottom {
0% {
transform: translateZ(-1400px) translateY(800px);
-webkit-transform: translateZ(-1400px) translateY(800px);
-moz-transform: translateZ(-1400px) translateY(800px);
opacity: 0;
}
100% {
transform: translateZ(0) translateY(0);
-webkit-transform: translateZ(0) translateY(0);
-moz-transform: translateZ(0) translateY(0);
opacity: 1;
}
}
@keyframes slide-in-fwd-bottom {
0% {
transform: translateZ(-1400px) translateY(800px);
-webkit-transform: translateZ(-1400px) translateY(800px);
-moz-transform: translateZ(-1400px) translateY(800px);
opacity: 0;
}
100% {
transform: translateZ(0) translateY(0);
-webkit-transform: translateZ(0) translateY(0);
-moz-transform: translateZ(0) translateY(0);
opacity: 1;
}
}
@-webkit-keyframes flip-vertical-left {
0% {
transform: rotateY(0);
-webkit-transform: rotateY(0);
-moz-transform: rotateY(0);
}
100% {
transform: rotateY(-180deg);
-webkit-transform: rotateY(-180deg);
-moz-transform: rotateY(-180deg);
}
}
@-moz-keyframes flip-vertical-left {
0% {
transform: rotateY(0);
-webkit-transform: rotateY(0);
-moz-transform: rotateY(0);
}
100% {
transform: rotateY(-180deg);
-webkit-transform: rotateY(-180deg);
-moz-transform: rotateY(-180deg);
}
}
@keyframes flip-vertical-left {
0% {
transform: rotateY(0);
-webkit-transform: rotateY(0);
-moz-transform: rotateY(0);
}
100% {
transform: rotateY(-180deg);
-webkit-transform: rotateY(-180deg);
-moz-transform: rotateY(-180deg);
}
}
@-webkit-keyframes flip-vertical-right {
0% {
transform: rotateY(0);
-webkit-transform: rotateY(0);
-moz-transform: rotateY(0);
}
100% {
transform: rotateY(180deg);
-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
}
}
@-moz-keyframes flip-vertical-right {
0% {
transform: rotateY(0);
-webkit-transform: rotateY(0);
-moz-transform: rotateY(0);
}
100% {
transform: rotateY(180deg);
-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
}
}
@keyframes flip-vertical-right {
0% {
transform: rotateY(0);
-webkit-transform: rotateY(0);
-moz-transform: rotateY(0);
}
100% {
transform: rotateY(180deg);
-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
}
}
@-webkit-keyframes scale-in-hor-left {
0% {
transform: scaleX(0);
-webkit-transform: scaleX(0);
-moz-transform: scaleX(0);
transform-origin: 0 0;
-webkit-transform-origin: 0 0;
-moz-transform-origin: 0 0;
opacity: 1;
}
100% {
transform: scaleX(1);
-webkit-transform: scaleX(1);
-moz-transform: scaleX(1);
transform-origin: 0 0;
-webkit-transform-origin: 0 0;
-moz-transform-origin: 0 0;
opacity: 1;
}
}
@-moz-keyframes scale-in-hor-left {
0% {
transform: scaleX(0);
-webkit-transform: scaleX(0);
-moz-transform: scaleX(0);
transform-origin: 0 0;
-webkit-transform-origin: 0 0;
-moz-transform-origin: 0 0;
opacity: 1;
}
100% {
transform: scaleX(1);
-webkit-transform: scaleX(1);
-moz-transform: scaleX(1);
transform-origin: 0 0;
-webkit-transform-origin: 0 0;
-moz-transform-origin: 0 0;
opacity: 1;
}
}
@keyframes scale-in-hor-left {
0% {
transform: scaleX(0);
-webkit-transform: scaleX(0);
-moz-transform: scaleX(0);
transform-origin: 0 0;
-webkit-transform-origin: 0 0;
-moz-transform-origin: 0 0;
opacity: 1;
}
100% {
transform: scaleX(1);
-webkit-transform: scaleX(1);
-moz-transform: scaleX(1);
transform-origin: 0 0;
-webkit-transform-origin: 0 0;
-moz-transform-origin: 0 0;
opacity: 1;
}
}
@-webkit-keyframes scale-out-hor-left {
0% {
transform: scaleX(1);
-webkit-transform: scaleX(1);
-moz-transform: scaleX(1);
transform-origin: 0 0;
-webkit-transform-origin: 0 0;
-moz-transform-origin: 0 0;
}
100% {
transform: scaleX(0);
-webkit-transform: scaleX(0);
-moz-transform: scaleX(0);
transform-origin: 0 0;
-webkit-transform-origin: 0 0;
-moz-transform-origin: 0 0;
}
}
@-moz-keyframes scale-out-hor-left {
0% {
transform: scaleX(1);
-webkit-transform: scaleX(1);
-moz-transform: scaleX(1);
transform-origin: 0 0;
-webkit-transform-origin: 0 0;
-moz-transform-origin: 0 0;
}
100% {
transform: scaleX(0);
-webkit-transform: scaleX(0);
-moz-transform: scaleX(0);
transform-origin: 0 0;
-webkit-transform-origin: 0 0;
-moz-transform-origin: 0 0;
}
}
@keyframes scale-out-hor-left {
0% {
transform: scaleX(1);
-webkit-transform: scaleX(1);
-moz-transform: scaleX(1);
transform-origin: 0 0;
-webkit-transform-origin: 0 0;
-moz-transform-origin: 0 0;
}
100% {
transform: scaleX(0);
-webkit-transform: scaleX(0);
-moz-transform: scaleX(0);
transform-origin: 0 0;
-webkit-transform-origin: 0 0;
-moz-transform-origin: 0 0;
}
}
@-webkit-keyframes scale-in-center {
0% {
transform: scale(0);
-webkit-transform: scale(0);
-moz-transform: scale(0);
opacity: 1;
}
100% {
transform: scale(1);
-webkit-transform: scale(1);
-moz-transform: scale(1);
opacity: 1;
}
}
@-moz-keyframes scale-in-center {
0% {
transform: scale(0);
-webkit-transform: scale(0);
-moz-transform: scale(0);
opacity: 1;
}
100% {
transform: scale(1);
-webkit-transform: scale(1);
-moz-transform: scale(1);
opacity: 1;
}
}
@keyframes scale-in-center {
0% {
transform: scale(0);
-webkit-transform: scale(0);
-moz-transform: scale(0);
opacity: 1;
}
100% {
transform: scale(1);
-webkit-transform: scale(1);
-moz-transform: scale(1);
opacity: 1;
}
}
@-webkit-keyframes scale-out-center {
0% {
transform: scale(1);
-webkit-transform: scale(1);
-moz-transform: scale(1);
opacity: 1;
}
100% {
transform: scale(0);
-webkit-transform: scale(0);
-moz-transform: scale(0);
opacity: 1;
}
}
@-moz-keyframes scale-out-center {
0% {
transform: scale(1);
-webkit-transform: scale(1);
-moz-transform: scale(1);
opacity: 1;
}
100% {
transform: scale(0);
-webkit-transform: scale(0);
-moz-transform: scale(0);
opacity: 1;
}
}
@keyframes scale-out-center {
0% {
transform: scale(1);
-webkit-transform: scale(1);
-moz-transform: scale(1);
opacity: 1;
}
100% {
transform: scale(0);
-webkit-transform: scale(0);
-moz-transform: scale(0);
opacity: 1;
}
}
@-webkit-keyframes scale-in-bl {
0% {
transform: scale(0);
-webkit-transform: scale(0);
-moz-transform: scale(0);
transform-origin: 0% 100%;
-webkit-transform-origin: 0% 100%;
-moz-transform-origin: 0% 100%;
opacity: 1;
}
100% {
transform: scale(1);
-webkit-transform: scale(1);
-moz-transform: scale(1);
transform-origin: 0% 100%;
-webkit-transform-origin: 0% 100%;
-moz-transform-origin: 0% 100%;
opacity: 1;
}
}
@-moz-keyframes scale-in-bl {
0% {
transform: scale(0);
-webkit-transform: scale(0);
-moz-transform: scale(0);
transform-origin: 0% 100%;
-webkit-transform-origin: 0% 100%;
-moz-transform-origin: 0% 100%;
opacity: 1;
}
100% {
transform: scale(1);
-webkit-transform: scale(1);
-moz-transform: scale(1);
transform-origin: 0% 100%;
-webkit-transform-origin: 0% 100%;
-moz-transform-origin: 0% 100%;
opacity: 1;
}
}
@keyframes scale-in-bl {
0% {
transform: scale(0);
-webkit-transform: scale(0);
-moz-transform: scale(0);
transform-origin: 0% 100%;
-webkit-transform-origin: 0% 100%;
-moz-transform-origin: 0% 100%;
opacity: 1;
}
100% {
transform: scale(1);
-webkit-transform: scale(1);
-moz-transform: scale(1);
transform-origin: 0% 100%;
-webkit-transform-origin: 0% 100%;
-moz-transform-origin: 0% 100%;
opacity: 1;
}
}
@-webkit-keyframes scale-out-bl {
0% {
transform: scale(1);
-webkit-transform: scale(1);
-moz-transform: scale(1);
transform-origin: 0% 100%;
-webkit-transform-origin: 0% 100%;
-moz-transform-origin: 0% 100%;
opacity: 1;
}
100% {
transform: scale(0);
-webkit-transform: scale(0);
-moz-transform: scale(0);
transform-origin: 0% 100%;
-webkit-transform-origin: 0% 100%;
-moz-transform-origin: 0% 100%;
opacity: 1;
}
}
@-moz-keyframes scale-out-bl {
0% {
transform: scale(1);
-webkit-transform: scale(1);
-moz-transform: scale(1);
transform-origin: 0% 100%;
-webkit-transform-origin: 0% 100%;
-moz-transform-origin: 0% 100%;
opacity: 1;
}
100% {
transform: scale(0);
-webkit-transform: scale(0);
-moz-transform: scale(0);
transform-origin: 0% 100%;
-webkit-transform-origin: 0% 100%;
-moz-transform-origin: 0% 100%;
opacity: 1;
}
}
@keyframes scale-out-bl {
0% {
transform: scale(1);
-webkit-transform: scale(1);
-moz-transform: scale(1);
transform-origin: 0% 100%;
-webkit-transform-origin: 0% 100%;
-moz-transform-origin: 0% 100%;
opacity: 1;
}
100% {
transform: scale(0);
-webkit-transform: scale(0);
-moz-transform: scale(0);
transform-origin: 0% 100%;
-webkit-transform-origin: 0% 100%;
-moz-transform-origin: 0% 100%;
opacity: 1;
}
}
@-webkit-keyframes scale-top {
0% {
transform: scaleY(0);
-webkit-transform: scaleY(0);
-moz-transform: scaleY(0);
transform-origin: 100% 0%;
-webkit-transform-origin: 100% 0%;
-moz-transform-origin: 100% 0%;
opacity: 1;
margin-top: -100px;
}
100% {
transform: scaleY(1);
-webkit-transform: scaleY(1);
-moz-transform: scaleY(1);
transform-origin: 100% 0%;
-webkit-transform-origin: 100% 0%;
-moz-transform-origin: 100% 0%;
opacity: 1;
margin-top: 0;
}
}
@-moz-keyframes scale-top {
0% {
transform: scaleY(0);
-webkit-transform: scaleY(0);
-moz-transform: scaleY(0);
transform-origin: 100% 0%;
-webkit-transform-origin: 100% 0%;
-moz-transform-origin: 100% 0%;
opacity: 1;
margin-top: -100px;
}
100% {
transform: scaleY(1);
-webkit-transform: scaleY(1);
-moz-transform: scaleY(1);
transform-origin: 100% 0%;
-webkit-transform-origin: 100% 0%;
-moz-transform-origin: 100% 0%;
opacity: 1;
margin-top: 0;
}
}
@keyframes scale-top {
0% {
transform: scaleY(0);
-webkit-transform: scaleY(0);
-moz-transform: scaleY(0);
transform-origin: 100% 0%;
-webkit-transform-origin: 100% 0%;
-moz-transform-origin: 100% 0%;
opacity: 1;
margin-top: -100px;
}
100% {
transform: scaleY(1);
-webkit-transform: scaleY(1);
-moz-transform: scaleY(1);
transform-origin: 100% 0%;
-webkit-transform-origin: 100% 0%;
-moz-transform-origin: 100% 0%;
opacity: 1;
margin-top: 0;
}
}
@-webkit-keyframes rotate-center {
0% {
transform: rotate(0);
-webkit-transform: rotate(0);
-moz-transform: rotate(0);
}
100% {
transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
}
}
@-moz-keyframes rotate-center {
0% {
transform: rotate(0);
-webkit-transform: rotate(0);
-moz-transform: rotate(0);
}
100% {
transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
}
}
@keyframes rotate-center {
0% {
transform: rotate(0);
-webkit-transform: rotate(0);
-moz-transform: rotate(0);
}
100% {
transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
}
}
.tm-comments-section .comment-list, .filter-group, .desktop ul, .desktop ul.tm-nav-menu,
.desktop div.tm-nav-menu ul, ul.tm-social-icons, .widget ul, .tm-mobile-menu .tm-nav-menu ul, .tm-mobile-menu .tm-nav-menu {
list-style: none;
margin: 0;
padding: 0;
}
.tm-not-found .search-form:before, ul.tm-social-icons:before, .widget .search-form:before, .tm-article-post .wp-block-image:before, .clearfix:before, .tm-not-found .search-form:after, ul.tm-social-icons:after, .widget .search-form:after, .tm-article-post .wp-block-image:after, .clearfix:after {
clear: both;
content: "";
display: block;
}
.tm-comments-section .comment-respond .comment-form .logged-in-as a, .tm-footer-widget .widget input[type=submit], .slick-dots li.slick-active button, .slick-arrow, input[type=submit], .tm-close-icon span, .site-content .widget-title:before,
.site-content .entry-title:before,
.site-content .page-title:before, .tm-section-title-with-dashed span:before,
.tm-post-title-with-dashed span:before, .tm-scroll-top span, .tm-ribbon, .post-navigation, .tm-btn-primary {
background-color: #5bc0be;
}
.tm-comments-section .comment-respond .comment-form .logged-in-as a:last-child, .filter-group li a, input[type=submit], .tm-article-post .entry-footer a, .tm-scroll-top span, .posts-navigation a, .tm-category a {
border-color: #5bc0be;
}
.tm-comments-section .comment-respond .comment-form .logged-in-as a:last-child, .tm-comments-section .comment-list li .comment-meta, .tm-testimonial .tm-desc .tm-icon-section, .tm-service .tm-icon, .entry-header .entry-meta .posted-on i, .entry-header .entry-meta a:visited, .entry-header .entry-meta a {
color: #5bc0be;
}
.tm-comments-section .comment-respond .comment-form .logged-in-as a, .tm-overlay-image-hover, .tm-btn-white, .tm-btn-primary, .tm-overlay-pattern, .tm-overlay {
transform: perspective(1px) translateZ(0);
}
.tm-overlay-image-hover, .tm-overlay {
position: relative;
z-index: 1;
}
.tm-overlay-image-hover:before, .tm-overlay:before {
position: absolute;
display: block;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: -1;
background-color: rgba(0, 0, 0, 0.4);
content: "";
}
.tm-comments-section .comment-list li .comment-content p:before, .tm-comments-section .comment-list li .comment-meta .comment-metadata .edit-link:before, .tm-comments-section .comment-list li .comment-meta .comment-metadata time:before, .slick-arrow:before, .desktop .down-arrow > a:after,
.desktop .right-arrow > a:after, .widget_recent_entries li:before, .tm-article-post blockquote p:before, .tm-article-post blockquote p:after, .post-navigation .nav-links .nav-next a:after,
.post-navigation .nav-links .nav-previous a:after, .tm-mobile-menu .right-arrow > a:after,
.tm-mobile-menu .down-arrow > a:after {
display: block;
font-family: "Ionicons";
font-style: normal;
font-weight: normal;
font-variant: normal;
-webkit-font-smoothing: antialiased;
}
.tm-article-post .wp-block-video,
.tm-article-post .wp-block-embed, .tm-article-post .wp-block-image img, .tm-article-post .tm-post-thumbnail, .archive .tm-article-post {
box-shadow: 0 0 4px 4px #f8f9fa;
}
.tm-float-left {
float: left;
}
.tm-float-right {
float: right;
}
.tm-text-center {
text-align: center;
}
.clearfix:before, .clearfix:after {
clear: both;
content: "";
display: block;
}
.tm-d-flex {
display: flex;
flex-wrap: wrap;
}
.tm-w-100 {
width: 100%;
}
.tm-text-center {
text-align: center;
}
.d-block {
display: block;
}
img {
vertical-align: middle;
max-width: 100%;
height: auto;
}
.data-bg,
.bg-image {
background-size: cover;
background-repeat: no-repeat;
background-position: center;
display: block;
background-color: #7b7b7b;
position: relative;
}
.data-bg > a,
.bg-image > a {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
height: 100%;
width: 100%;
}
.data-bg-xs {
height: 50px;
overflow: hidden;
}
a {
text-decoration: none;
color: black;
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
}
a:visited {
color: black;
}
a:hover {
color: #1f7b7a;
}
p a {
color: #5bc0be;
font-weight: 600;
}
p a:visited {
color: #5bc0be;
}
p a:hover {
color: #1f7b7a;
}
.tm-image-hover {
overflow: hidden;
}
.tm-image-hover a {
transition: transform 0.3s linear;
-webkit-transition: transform 0.3s linear;
-moz-transition: transform 0.3s linear;
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
}
.tm-image-hover a:hover {
transform: scale(1.1, 1.1);
-webkit-transform: scale(1.1, 1.1);
-moz-transform: scale(1.1, 1.1);
}
.tm-overlay-pattern {
position: relative;
z-index: 1;
}
.tm-overlay-pattern:before {
position: absolute;
display: block;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: -1;
background: rgba(0, 0, 0, 0.5) url(//mathcm.com/wp-content/themes/consultant-lite/assets/images/overlay-pattern.png) repeat;
content: "";
}
.container-fluid,
.container {
width: 100%;
padding-left: 15px;
padding-right: 15px;
}
@media (min-width: 1050px) {
.container {
padding-left: 100px;
padding-right: 100px;
}
}
@media (min-width: 1450px) {
.container {
max-width: 1600px;
margin-left: auto;
margin-right: auto;
}
}
.tm-d-flex {
display: flex;
flex-wrap: wrap;
}
.tm-w-100 {
display: block;
width: 100%;
}
.tm-row {
display: flex;
flex-wrap: wrap;
margin-left: -7.5px;
margin-right: -7.5px;
}
.tm-col-12,
.tm-col-md-6 {
padding-left: 7.5px;
padding-right: 7.5px;
}
.tm-col-3,
.tm-col-4,
.tm-col-6,
.tm-col-8,
.tm-col-9 {
padding-left: 7.5px;
padding-right: 7.5px;
flex: 0 0 100%;
max-width: 100%;
}
@media (min-width: 768px) {
.tm-col-3,
.tm-col-4,
.tm-col-6,
.tm-col-8,
.tm-col-9 {
flex: 0 0 50%;
max-width: 50%;
}
}
@media (min-width: 1050px) {
.tm-col-3 {
flex: 0 0 25%;
max-width: 25%;
}
}
@media (min-width: 1050px) {
.tm-col-4 {
flex: 0 0 33.33%;
max-width: 33.33%;
}
}
@media (min-width: 1050px) {
.tm-col-6 {
flex: 0 0 50%;
max-width: 50%;
}
}
@media (min-width: 1050px) {
.tm-col-8 {
flex: 0 0 66.67%;
max-width: 66.67%;
}
}
@media (min-width: 1050px) {
.tm-col-9 {
flex: 0 0 75%;
max-width: 75%;
}
}
.tm-col-12 {
padding-left: 7.5px;
padding-right: 7.5px;
flex: 0 0 100%;
max-width: 100%;
}
.tm-col-md-12 {
padding-left: 7.5px;
padding-right: 7.5px;
}
@media (min-width: 992px) {
.tm-col-md-12 {
flex: 0 0 100%;
max-width: 100%;
}
}
@media (min-width: 992px) {
.tm-col-md-6 {
flex: 0 0 50%;
max-width: 50%;
}
}
.tm-col-lg-3 {
padding-left: 7.5px;
padding-right: 7.5px;
}
@media (min-width: 1050px) {
.tm-col-lg-3 {
flex: 0 0 25%;
max-width: 25%;
}
}
.tm-col-lg-6 {
padding-left: 7.5px;
padding-right: 7.5px;
}
@media (min-width: 1050px) {
.tm-col-lg-6 {
flex: 0 0 50%;
max-width: 50%;
}
}
.tm-col-lg-9 {
padding-left: 7.5px;
padding-right: 7.5px;
}
@media (min-width: 1050px) {
.tm-col-lg-9 {
flex: 0 0 75%;
max-width: 75%;
}
}
.tm-col-half {
flex: 0 0 100%;
max-width: 100%;
padding-left: 7.5px;
padding-right: 7.5px;
}
@media (min-width: 768px) {
.tm-col-half {
flex: 0 0 50%;
max-width: 50%;
}
}
.tm-no-space {
padding-left: 0;
padding-right: 0;
}
#content {
padding-left: 15px;
padding-right: 15px;
display: flex;
flex-wrap: wrap;
}
@media (min-width: 1050px) {
#content {
padding-left: 100px;
padding-right: 100px;
}
}
@media (min-width: 1450px) {
#content {
max-width: 1600px;
margin-left: auto;
margin-right: auto;
}
}
#content #primary,
#content #secondary {
flex: 0 0 100%;
max-width: 100%;
}
@media (min-width: 1050px) {
#content #primary {
padding-right: 15px;
flex: 0 0 70%;
max-width: 70%;
}
}
@media (min-width: 1050px) {
#content #secondary {
padding-left: 15px;
flex: 0 0 30%;
max-width: 30%;
}
}
.left-sidebar #content #primary {
order: 2;
}
@media (min-width: 1050px) {
.left-sidebar #content #primary {
padding-left: 15px;
}
}
.left-sidebar #content #secondary {
order: 1;
}
@media (min-width: 1050px) {
.left-sidebar #content #secondary {
padding-right: 15px;
}
}
@media (min-width: 1050px) {
.no-sidebar #content #primary {
flex: 0 0 100%;
max-width: 100%;
}
}
.no-sidebar #content #secondary {
display: none;
}
body {
font-size: 16px;
font-family: "Raleway";
font-weight: 300;
color: black;
background-color: white;
}
h2, h3, h4, h5,
.tm-font-semi-bold {
font-weight: 600;
}
.tm-font-bold {
font-weight: 700;
}
.tm-post-title {
line-height: 1.25;
}
.tm-post-title a {
line-clamp: 2;
-webkit-line-clamp: 2;
overflow: hidden;
text-overflow: ellipsis;
box-orient: vertical;
-webkit-box-orient: vertical;
display: -webkit-box;
}
h1,
.entry-title,
.tm-post-title-xl {
font-size: 28px;
line-height: 1;
}
@media (min-width: 768px) {
h1,
.entry-title,
.tm-post-title-xl {
font-size: 35px;
}
}
.tm-section-title {
font-size: 30px;
font-weight: 600;
}
.tm-post-title {
font-size: 22px;
}
.tm-post-title-sm {
font-size: 18px;
}
.tm-post-title-md,
.widget-title {
font-size: 24px;
}
.tm-post-title-lg {
font-size: 26px;
}
.tm-primary-text-color {
color: #5bc0be;
}
.tm-primary-text-color:visited {
color: #5bc0be;
}
.tm-text-white-color {
color: white;
}
.tm-text-white-color:visited {
color: white;
}
.tm-text-hover-color:hover {
color: #1f7b7a;
}
.tm-text-hover-shade-color:hover {
color: #D5D5D5;
}
.tm-text-shade-color {
color: #D5D5D5;
}
.tm-section-border {
border-top-style: solid;
border-top-width: 1px;
border-color: rgba(207, 216, 220, 0.25);
}
.tm-bg-light-gray,
.tm-section-bg-color {
background-color: #f8f9fa;
}
.tm-bg-blue-gray {
background-color: #cfd8dc;
}
.tm-bg-blue-gray-shade {
background-color: rgba(207, 216, 220, 0.67);
}
.tm-bg-white {
background-color: white;
}
.tm-bg-primary {
background-color: #5bc0be;
color: #fff;
}
.tm-bg-primary a {
color: #fff;
}
.tm-bg-primary a:visited {
color: #fff;
}
.tm-btn-white, .tm-btn-primary {
display: inline-block;
padding: 0 15px;
line-height: 2;
font-family: inherit;
font-size: 1rem;
font-weight: 600;
}
.tm-comments-section .comment-respond .comment-form .logged-in-as a:after, .tm-btn-white:after, .tm-btn-primary:after {
position: absolute;
height: 100%;
width: 100%;
top: 0;
display: block;
z-index: -1;
left: 0;
background-color: #1f7b7a;
content: "";
}
.tm-comments-section .comment-respond .comment-form .logged-in-as a:hover, .tm-btn-white:hover, .tm-btn-primary:hover {
border-color: #1f7b7a;
color: #fff;
}
.tm-btn-primary {
color: #fff;
position: relative;
}
.tm-btn-primary:after {
-webkit-animation: scale-out-hor-left 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
-o-animation: scale-out-hor-left 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
-moz-animation: scale-out-hor-left 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
animation: scale-out-hor-left 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}
.tm-btn-primary:visited {
color: #fff;
}
.tm-btn-primary:hover {
color: #fff;
border-width: 0;
}
.tm-btn-primary:hover:after {
-webkit-animation: scale-in-hor-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
-o-animation: scale-in-hor-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
-moz-animation: scale-in-hor-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
animation: scale-in-hor-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.tm-btn-primary i {
position: relative;
top: 1px;
padding: 0 5px;
}
.tm-btn-white {
background-color: white;
color: #5bc0be;
position: relative;
}
.tm-btn-white:after {
-webkit-animation: scale-out-hor-left 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
-o-animation: scale-out-hor-left 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
-moz-animation: scale-out-hor-left 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
animation: scale-out-hor-left 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}
.tm-btn-white:visited {
color: #5bc0be;
}
.tm-btn-white:hover {
color: #fff;
}
.tm-btn-white:hover:after {
-webkit-animation: scale-in-hor-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
-o-animation: scale-in-hor-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
-moz-animation: scale-in-hor-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
animation: scale-in-hor-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.tm-btn-white i {
position: relative;
top: 1px;
padding: 0 5px;
}
.tm-btn-md {
padding: 0 15px;
line-height: 2.5;
}
@media (min-width: 992px) {
.tm-btn-md {
padding: 0 30px;
}
}
@media (min-width: 1050px) {
.tm-btn-md {
line-height: 3;
font-size: 1.1rem;
}
}
button.tm-btn-border {
border-top: 0;
border-right: 0;
border-left: 0;
border-radius: 0;
background-color: transparent;
}
.tm-btn-border-primary {
color: #5bc0be;
}
.tm-btn-border-primary:visited {
color: #5bc0be;
}
.tm-btn-border {
display: inline-block;
padding: 5px;
cursor: pointer;
font-weight: 600;
font-size: 1rem;
position: relative;
border-bottom-style: solid;
border-bottom-width: 2px;
border-color: #5bc0be;
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
outline: 0;
}
.tm-btn-border:after {
position: absolute;
content: "";
display: block;
width: 100%;
height: 2px;
left: 0;
bottom: -2px;
-webkit-animation: scale-out-hor-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
-o-animation: scale-out-hor-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
-moz-animation: scale-out-hor-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
animation: scale-out-hor-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.tm-btn-border:hover {
color: #1f7b7a;
border-color: transparent;
border-bottom: 0;
}
.tm-btn-border:hover:after {
background-color: #1f7b7a;
-webkit-animation: scale-in-hor-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
-o-animation: scale-in-hor-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
-moz-animation: scale-in-hor-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
animation: scale-in-hor-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.tm-category {
margin-left: -5px;
margin-right: -5px;
}
.tm-category a {
font-size: 0.9rem;
font-weight: 600;
border-bottom-style: solid;
border-bottom-width: 2px;
padding-bottom: 5px;
margin-left: 5px;
margin-right: 5px;
}
.tm-category a:hover {
color: #1f7b7a;
border-color: #1f7b7a;
}
.tm-contact-address-section .tm-address,
.tm-contact-address-section .tm-telephone,
.tm-contact-address-section .tm-email {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
padding-left: 7.5px;
padding-right: 7.5px;
}
.tm-contact-address-section .tm-address .tm-icon-section,
.tm-contact-address-section .tm-telephone .tm-icon-section,
.tm-contact-address-section .tm-email .tm-icon-section {
padding: 0 10px;
}
.tm-contact-address-section .tm-address .tm-icon-section i,
.tm-contact-address-section .tm-telephone .tm-icon-section i,
.tm-contact-address-section .tm-email .tm-icon-section i {
font-size: 1.5rem;
}
.admin-bar .tm-mobile-menu {
top: 30px;
}
.tm-mobile-menu {
position: fixed;
width: 100%;
height: 100%;
z-index: 11;
top: 0;
bottom: 0;
left: -100%;
background-color: white;
padding: 30px;
color: black;
overflow-y: auto;
transition: all 0.5s ease;
}
@media (min-width: 768px) {
.tm-mobile-menu {
width: 500px;
}
}
.tm-mobile-menu.show {
left: 0;
}
.tm-mobile-menu .tm-mobile-close-section {
text-align: right;
}
.tm-mobile-menu .tm-nav-menu li a {
display: block;
font-weight: 600;
font-size: 1rem;
line-height: 1;
padding: 10px 0;
color: black;
}
.tm-mobile-menu .tm-nav-menu .sub-menu,
.tm-mobile-menu .tm-nav-menu .children {
padding-left: 15px;
}
.tm-mobile-menu .tm-nav-menu .sub-menu a,
.tm-mobile-menu .tm-nav-menu .children a {
font-size: 0.9rem;
}
.tm-mobile-menu .right-arrow > a,
.tm-mobile-menu .down-arrow > a {
position: relative;
}
.tm-mobile-menu .right-arrow > a:after,
.tm-mobile-menu .down-arrow > a:after {
display: inline-block;
position: absolute;
top: 50%;
transform: translateY(-50%);
content: "";
padding: 0 10px;
font-size: 1rem;
}
.tm-mobile-menu .tm-address-section {
flex-direction: column;
}
.tm-mobile-menu .tm-address-section .tm-address,
.tm-mobile-menu .tm-address-section .tm-telephone,
.tm-mobile-menu .tm-address-section .tm-email {
text-align: center;
}
.tm-mobile-menu .tm-address-section .tm-address h5,
.tm-mobile-menu .tm-address-section .tm-telephone h5,
.tm-mobile-menu .tm-address-section .tm-email h5 {
margin: 10px 0;
}
.tm-mobile-menu .tm-social-section .tm-social-icons {
justify-content: center;
}
.tm-mobile-menu .tm-social-section .tm-social-icons li {
margin-top: 10px;
}
.tm-overlay-image-hover:before {
background-color: rgba(255, 255, 255, 0.6);
content: "";
-webkit-animation: scale-out-hor-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
-o-animation: scale-out-hor-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
-moz-animation: scale-out-hor-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
animation: scale-out-hor-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.tm-overlay-image-hover:hover:before {
-webkit-animation: scale-in-hor-left 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
-o-animation: scale-in-hor-left 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
-moz-animation: scale-in-hor-left 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
animation: scale-in-hor-left 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}
.tm-body-overlay {
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
}
.tm-body-overlay.show {
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.7);
z-index: 10;
}
.post-navigation {
margin-top: 30px;
}
.post-navigation a {
color: white;
}
.post-navigation a:hover {
text-decoration: underline;
}
.post-navigation .nav-links {
display: flex;
flex-wrap: wrap;
}
.post-navigation .nav-links .nav-next,
.post-navigation .nav-links .nav-previous {
flex: 0 0 50%;
max-width: 50%;
}
.post-navigation .nav-links .nav-next a,
.post-navigation .nav-links .nav-previous a {
border-left-style: solid;
border-left-width: 0.5px;
border-right-style: solid;
border-right-width: 0.5px;
border-color: white;
text-align: center;
padding: 30px 7.5px;
display: block;
position: relative;
}
.post-navigation .nav-links .nav-next a:after,
.post-navigation .nav-links .nav-previous a:after {
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
font-weight: 700;
}
.post-navigation .nav-links .nav-next a:after {
content: "";
}
.post-navigation .nav-links .nav-previous a:after {
content: "";
}
.page-links,
.tm-pagination-numeric {
margin: 30px 0 0;
font-weight: 600;
}
.page-links .post-page-numbers,
.page-links .page-numbers,
.tm-pagination-numeric .post-page-numbers,
.tm-pagination-numeric .page-numbers {
display: inline-block;
padding: 5px 15px;
background-color: black;
color: white;
font-weight: 300;
}
.page-links .post-page-numbers:hover,
.page-links .page-numbers:hover,
.tm-pagination-numeric .post-page-numbers:hover,
.tm-pagination-numeric .page-numbers:hover {
background-color: #1f7b7a;
color: white;
}
.page-links .post-page-numbers.current,
.page-links .page-numbers.current,
.tm-pagination-numeric .post-page-numbers.current,
.tm-pagination-numeric .page-numbers.current {
background-color: #5bc0be;
color: white;
}
.tm-pagination-numeric {
text-align: center;
}
.posts-navigation a {
display: inline-block;
border-bottom-style: solid;
border-bottom-width: 2px;
font-weight: 600;
}
.posts-navigation .nav-links {
display: flex;
flex-wrap: wrap;
margin-left: -7.5px;
margin-right: -7.5px;
justify-content: space-between;
}
.posts-navigation .nav-links .nav-previous,
.posts-navigation .nav-links .nav-next {
padding: 30px 7.5px 0;
}
@-webkit-keyframes preloader {
0%, 50% {
transform: scale(0);
-webkit-transform: scale(0);
-moz-transform: scale(0);
}
}
@-moz-keyframes preloader {
0%, 50% {
transform: scale(0);
-webkit-transform: scale(0);
-moz-transform: scale(0);
}
}
@keyframes preloader {
0%, 50% {
transform: scale(0);
-webkit-transform: scale(0);
-moz-transform: scale(0);
}
}
.tm-preloader {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 9999;
background-color: white;
}
.tm-preloader .status {
display: flex;
align-items: center;
justify-content: center;
height: 100%;
}
.tm-dot {
background-color: #5bc0be;
}
.tm-dot, .tm-dot:after {
display: inline-block;
width: 2em;
height: 2em;
border-radius: 50%;
-webkit-animation: preloader 2.5s calc(((var(--i) + var(--o, 0))/var(--n) - 1)*2.5s) infinite;
-o-animation: preloader 2.5s calc(((var(--i) + var(--o, 0))/var(--n) - 1)*2.5s) infinite;
-moz-animation: preloader 2.5s calc(((var(--i) + var(--o, 0))/var(--n) - 1)*2.5s) infinite;
animation: preloader 2.5s calc(((var(--i) + var(--o, 0))/var(--n) - 1)*2.5s) infinite;
}
.tm-dot:after {
--o: 1;
background-color: white;
content: "";
}
.tm-post-format {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
border-style: solid;
border-width: 2px;
border-color: white;
border-radius: 100%;
height: 60px;
width: 60px;
line-height: 56px;
font-size: 2.5rem;
color: white;
text-align: center;
cursor: pointer;
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
}
.tm-post-format:hover {
background-color: #f8f9fa;
color: #5bc0be;
}
.tm-ribbon {
height: 70px;
width: 75px;
text-transform: uppercase;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
color: white;
position: relative;
}
.tm-ribbon:before, .tm-ribbon:after {
content: "";
position: absolute;
bottom: -30px;
width: 0;
height: 0;
border-top-style: solid;
border-top-width: 30px;
border-top-color: #5bc0be;
}
.tm-ribbon:before {
left: 0;
border-right-style: solid;
border-right-width: 37.5px;
border-right-color: transparent;
}
.tm-ribbon:after {
border-left-style: solid;
border-left-width: 37.5px;
border-left-color: transparent;
right: 0;
}
.tm-scroll-top {
display: none;
}
@media (min-width: 768px) {
.tm-scroll-top {
position: fixed;
z-index: 3;
right: -200px;
display: block;
}
}
.tm-scroll-top.show {
right: 15px;
}
@media (min-width: 1050px) {
.tm-scroll-top.show {
right: 30px;
}
}
.tm-scroll-top span {
color: #fff;
border-style: solid;
border-width: 2px;
display: inline-block;
height: 40px;
width: 40px;
text-align: center;
line-height: 40px;
font-size: 20px;
cursor: pointer;
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
}
.tm-scroll-top span i {
font-weight: 700;
}
.tm-scroll-top span:hover {
background-color: white;
color: #5bc0be;
}
.tm-svg {
position: absolute;
left: 0;
width: 100%;
z-index: 2;
display: none;
}
@media (min-width: 768px) {
.tm-svg {
display: block;
}
}
.tm-svg-multiple-layer {
height: 90px;
bottom: 0;
color: white;
}
.tm-svg-multiple-layer svg {
height: 100px;
width: 100%;
}
.tm-svg-multiple-layer .tm-layer-1 {
fill: rgba(248, 249, 250, 0.15);
}
.tm-svg-multiple-layer .tm-layer-2 {
fill: rgba(207, 216, 220, 0.3);
}
.tm-svg-multiple-layer .tm-layer-3 {
fill: currentColor;
}
.tm-svg-single-layer {
bottom: -1px;
height: auto;
}
.tm-svg-single-layer .tm-layer-1 {
fill: rgba(255, 255, 255, 0.4);
}
.tm-svg-single-layer .tm-layer-2 {
fill: white;
}
.tm-section-title-with-dashed,
.tm-post-title-with-dashed {
text-align: center;
}
.tm-section-title-with-dashed span,
.tm-post-title-with-dashed span {
position: relative;
display: inline-block;
padding: 0 15px 10px;
border-bottom-style: dotted;
border-bottom-width: 2px;
border-color: #cfd8dc;
}
@media (min-width: 1050px) {
.tm-section-title-with-dashed span,
.tm-post-title-with-dashed span {
padding: 0 30px 10px;
}
}
.tm-section-title-with-dashed span:before,
.tm-post-title-with-dashed span:before {
position: absolute;
content: "";
width: 50px;
height: 6px;
bottom: -3px;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
}
.site-content .widget-title,
.site-content .entry-title,
.site-content .page-title {
position: relative;
border-bottom-style: dotted;
border-bottom-width: 2px;
border-color: #cfd8dc;
padding-bottom: 15px;
}
.site-content .widget-title:before,
.site-content .entry-title:before,
.site-content .page-title:before {
position: absolute;
content: "";
width: 50px;
height: 6px;
bottom: -3px;
left: 0;
}
.archive .page-header {
background-color: #f8f9fa;
padding: 15px 15px 30px;
}
.archive .page-header .page-title {
margin: 0;
padding-top: 10px;
}
.archive .page-header p {
margin-top: 15px;
margin-bottom: 0;
}
.archive .tm-article-post {
padding: 15px 15px 0;
}
.tm-article-content-wrapper .tm-post-thumbnail,
.tm-article-content-wrapper .entry-content {
flex: 0 0 100%;
max-width: 100%;
}
@media (min-width: 768px) {
.tm-article-content-wrapper .tm-post-thumbnail,
.tm-article-content-wrapper .entry-content {
flex: 0 0 50%;
max-width: 50%;
}
}
.tm-article-content-wrapper .entry-content {
margin-top: 30px;
padding: 0 15px;
display: flex;
align-items: center;
}
.tm-article-post .entry-footer {
background-color: black;
margin-left: -15px;
margin-right: -15px;
padding: 10px 30px 15px;
text-align: center;
margin-top: 30px;
color: white;
}
.tm-article-post .entry-footer a,
.tm-article-post .entry-footer .tm-icon,
.tm-article-post .entry-footer .tm-caption {
padding-top: 5px;
}
.tm-article-post .entry-footer span {
display: inline-block;
padding-left: 7.5px;
padding-right: 7.5px;
}
.tm-article-post .entry-footer a {
display: inline-block;
border-bottom-style: solid;
border-bottom-width: 2px;
margin-left: 2.5px;
margin-right: 2.5px;
color: white;
}
.tm-article-post .entry-footer a:active {
color: white;
}
.tm-article-post .entry-footer a:hover {
color: #1f7b7a;
}
.tm-article-post .entry-footer .tm-icon {
margin: 0 2.5px;
padding: 0;
display: inline-block;
}
.tm-article-post .entry-footer .tm-caption {
font-size: 0.9rem;
}
.entry-header {
background-color: #f8f9fa;
padding: 15px 15px 30px;
}
.entry-header p {
margin-top: 15px;
margin-bottom: 0;
}
.entry-header .entry-title {
margin: 0;
padding-top: 15px;
padding-bottom: 10px;
}
.entry-header .entry-meta {
font-weight: 600;
}
.entry-header .entry-meta span,
.entry-header .entry-meta a {
display: inline-block;
}
.entry-header .entry-meta a:hover {
color: #1f7b7a;
text-decoration: underline;
}
.entry-header .entry-meta .byline,
.entry-header .entry-meta .posted-on {
padding-top: 15px;
}
.entry-header .entry-meta .posted-on i {
padding: 0 5px;
}
.entry-header .entry-meta .byline .tm-author-image {
width: 40px;
height: 40px;
}
@media (min-width: 768px) {
.entry-header .entry-meta .byline .tm-author-image {
width: 60px;
height: 60px;
}
}
.entry-header .entry-meta .byline .tm-author {
padding-left: 5px;
padding-right: 5px;
word-break: break-word;
}
.entry-header .tm-desc,
.entry-header .tm-author-section {
flex: 0 0 100%;
max-width: 100%;
}
.entry-header .tm-author-section {
display: flex;
justify-content: center;
align-items: center;
}
.entry-header .tm-author-section span {
display: block;
margin: auto;
text-align: center;
}
@media (min-width: 768px) {
.entry-header .tm-author-section {
flex: 0 0 100px;
max-width: 100px;
}
}
.entry-header .tm-desc {
padding-left: 15px;
padding-right: 15px;
}
@media (min-width: 768px) {
.entry-header .tm-desc {
flex: 0 0 calc(100% - 100px);
max-width: calc(100% - 100px);
}
}
.tm-article-post .wp-block-gallery {
margin: 0;
padding-top: 15px;
}
.tm-article-post .wp-block-gallery li figcaption {
font-size: 1rem;
}
.tm-article-post .wp-block-gallery li:last-child {
margin-bottom: 0;
}
.tm-article-post pre.wp-block-verse, .tm-article-post pre.wp-block-preformatted {
font-size: 1rem;
font-family: inherit;
padding: 20px;
margin-bottom: 0;
margin-top: 15px;
white-space: pre-line;
text-align: justify;
border-radius: 5px;
}
.tm-article-post ul:not(.wp-block-gallery) {
margin: 0;
padding: 0 15px;
}
.tm-article-post ul:not(.wp-block-gallery) li {
line-height: 2;
}
.tm-article-post .tm-post-thumbnail {
padding: 10px;
margin-top: 30px;
}
.tm-article-post p,
.tm-article-post h1, .tm-article-post h2, .tm-article-post h3, .tm-article-post h4, .tm-article-post h5, .tm-article-post h6,
.tm-article-post hr,
.tm-article-post .wp-block-image,
.tm-article-post .wp-block-cover,
.tm-article-post select,
.tm-article-post .wp-block-embed {
margin-top: 15px;
margin-bottom: 0;
}
.tm-article-post hr {
background-color: #cfd8dc;
}
.tm-article-post .wp-block-code {
background-color: black;
color: white;
}
.tm-article-post figure {
padding: 0;
}
.tm-article-post .wp-block-image {
text-align: center;
}
.tm-article-post .wp-block-image figure {
margin-top: 0;
margin-bottom: 0;
}
.tm-article-post .wp-block-image img {
padding: 10px;
}
.tm-article-post .wp-block-image figcaption {
display: block;
margin: 0;
color: black;
font-size: 1rem;
}
.tm-article-post .wp-block-video,
.tm-article-post .wp-block-embed {
text-align: center;
padding: 15px;
margin-left: 0;
margin-right: 0;
}
.tm-article-post .wp-block-video .wp-block-embed__wrapper,
.tm-article-post .wp-block-embed .wp-block-embed__wrapper {
overflow: hidden;
}
.tm-article-post .jetpack-video-wrapper {
margin: 0;
}
.tm-article-post figcaption {
color: inherit;
font-size: 1.2rem;
margin-top: 15px;
margin-bottom: 0;
font-weight: 600;
}
.tm-article-post .wp-block-table {
margin: 15px 0 0;
width: 100%;
}
.tm-article-post .wp-block-table.has-fixed-layout {
table-layout: auto;
}
.tm-article-post .wp-block-table td {
padding: 10px;
text-align: center;
}
.tm-article-post select {
padding: 10px 15px;
}
.tm-article-post .wp-block-button {
margin-top: 15px;
margin-bottom: 0;
}
.tm-article-post iframe {
margin: auto !important;
}
.tm-article-post blockquote {
padding: 15px;
background-color: #cfd8dc;
margin: 15px 0 0;
font-weight: 600;
}
.tm-article-post blockquote.wp-block-quote {
padding: 15px;
margin: 15px 0 0;
}
.tm-article-post blockquote p {
padding: 15px 30px;
position: relative;
}
.tm-article-post blockquote p:before, .tm-article-post blockquote p:after {
position: absolute;
font-size: 1rem;
color: #5bc0be;
content: "";
}
.tm-article-post blockquote p:before {
left: 0;
top: 0;
transform: rotate(180deg);
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
}
.tm-article-post blockquote p:after {
right: 0;
bottom: 0;
}
.tm-article-post cite {
display: flex;
justify-content: flex-end;
color: gray;
}
.tm-article-post-list .tm-article-post {
box-shadow: 0 0 4px 4px #f8f9fa;
padding: 15px 15px 0;
}
.widget_calendar table {
border-spacing: 0;
margin: 0;
}
.widget_calendar thead {
background-color: #e7eff2;
color: black;
}
.widget_calendar thead th {
padding: 10px;
}
.widget_calendar tbody {
background-color: #f8f9fa;
color: black;
}
.widget_calendar tbody td {
text-align: center;
padding: 10px;
border-left-style: solid;
border-left-width: 1px;
border-top-style: solid;
border-top-width: 1px;
border-color: rgba(128, 128, 128, 0.2);
}
.widget_calendar tbody td:last-child {
border-right-style: solid;
border-right-width: 1px;
}
.widget_calendar tbody tr:last-child td {
border-bottom-style: solid;
border-bottom-width: 1px;
}
.widget_calendar caption,
.widget_calendar tfoot {
font-weight: 600;
}
.widget_calendar caption {
padding: 15px 0;
}
.widget_calendar tfoot a {
display: inline-block;
padding-top: 15px;
}
.widget_calendar a {
color: #5bc0be;
font-weight: 600;
font-size: 18px;
}
.widget_calendar a:visited {
color: #5bc0be;
}
.widget_calendar a:hover {
color: #1f7b7a;
}
.widget ul {
border-bottom-style: solid;
border-bottom-width: 1px;
border-color: #cfd8dc;
}
.widget ul li {
border-top-style: solid;
border-top-width: 1px;
border-color: #cfd8dc;
padding-top: 10px;
margin-bottom: 10px;
}
.widget ul li:first-child {
border-top: 0;
}
.widget ul li a {
display: inline-block;
}
.widget ul li ul {
margin-top: 10px;
border-bottom: 0;
font-size: 0.9rem;
}
.widget ul li ul li {
width: 100%;
}
.widget ul li ul li:first-child {
border-top-style: solid;
border-top-width: 1px;
border-color: #cfd8dc;
}
.widget ul li ul li a {
padding-left: 15px;
display: inline-block;
}
.widget ul li ul li ul {
list-style: dots;
}
.widget ul li ul li li a {
padding-left: 45px;
display: inline-block;
}
.widget .menu {
font-weight: 700;
}
.widget .menu ul {
font-weight: 600;
}
.widget .menu ul ul {
font-weight: 300;
}
.widget .tagcloud a {
display: inline-block;
font-size: 1rem !important;
font-weight: 600;
margin: 15px 5px 0;
border-style: solid;
border-width: 2px;
background-color: #cfd8dc;
border-color: white;
padding: 0 10px;
line-height: 1.5;
}
.widget .search-form label {
width: calc(100% - 90px);
float: left;
padding-right: 5px;
}
.widget .search-form label input {
width: 100%;
height: 45px;
border-radius: 0;
padding: 0 15px;
border-color: #cfd8dc;
}
.widget .search-form .search-submit {
width: 90px;
height: 45px;
float: left;
font-size: 1rem;
border-radius: 0;
border: 0;
cursor: pointer;
font-weight: 600;
padding: 0;
background-color: black;
color: white;
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
}
.widget .search-form .search-submit:hover {
background-color: #1f7b7a;
color: white;
}
.gallery {
margin-top: 0;
margin-bottom: 0;
}
.gallery .gallery-icon {
text-align: center;
}
.gallery .gallery-icon a {
display: inline-block;
}
.widget .gallery figure {
padding-left: 7.5px;
padding-right: 7.5px;
}
.widget .gallery figcaption {
display: none;
}
.widget_recent_entries li {
position: relative;
padding-left: 20px;
}
.widget_recent_entries li:before {
content: "";
position: absolute;
left: 0;
top: 8px;
font-weight: bold;
font-size: 20px;
}
.widget-area section {
padding: 0 15px 15px;
background: #f8f9fa;
}
.widget .widget-title {
margin: 0;
padding-top: 15px;
}
.widget .wp-video,
.widget select {
margin-top: 15px;
}
.widget .search-form {
padding-top: 15px;
}
.widget figure,
.widget .wp-caption {
margin: 0 auto;
padding-top: 15px;
}
.widget p img {
margin-top: 15px;
}
.widget select {
padding: 10px 15px;
font-family: inherit;
width: 100%;
}
.site-content {
padding: 15px 0 45px 0;
}
.site-content .content-area .tm-article-post,
.site-content .content-area .page-header {
margin-top: 30px;
}
@media (min-width: 576px) {
.site-content .widget-area {
display: flex;
flex-wrap: wrap;
margin-left: -7.5px;
margin-right: -7.5px;
}
}
@media (min-width: 1050px) {
.site-content .widget-area {
display: initial;
}
}
.site-content .widget-area .widget {
margin-top: 30px;
}
@media (min-width: 576px) {
.site-content .widget-area .widget {
margin-left: 7.5px;
margin-right: 7.5px;
flex: 0 0 calc(50% - 15px);
max-width: calc(50% - 15px);
}
}
@media (min-width: 1050px) {
.site-content .widget-area .widget {
flex: 0 0 100%;
max-width: 100%;
}
}
ul.tm-social-icons {
display: flex;
flex-wrap: wrap;
}
ul.tm-social-icons.tm-social-icons-no-text span {
font-size: 0;
}
ul.tm-social-icons li:last-child {
margin-left: 0;
}
ul.tm-social-icons li a {
display: inline-block;
padding: 0 15px;
text-decoration: none;
font-size: 20px;
height: 40px;
line-height: 45px;
}
ul.tm-social-icons li a:before {
display: inline-block;
font-family: "Ionicons";
font-style: normal;
font-weight: normal;
font-variant: normal;
font-size: 24px;
line-height: 1;
-webkit-font-smoothing: antialiased;
}
ul.tm-social-icons li a[href*=twitter]:before {
content: "";
color: #1ca0fe;
}
ul.tm-social-icons li a:hover[href*=twitter] {
background-color: #1ca0fe;
color: white;
}
ul.tm-social-icons li a:hover[href*=twitter]:before {
color: white;
}
ul.tm-social-icons li a[href*=facebook]:before {
content: "";
color: #3b5999;
}
ul.tm-social-icons li a:hover[href*=facebook] {
background-color: #3b5999;
color: white;
}
ul.tm-social-icons li a:hover[href*=facebook]:before {
color: white;
}
ul.tm-social-icons li a[href*=dribbble]:before {
content: "";
color: #ea4c89;
}
ul.tm-social-icons li a:hover[href*=dribbble] {
background-color: #ea4c89;
color: white;
}
ul.tm-social-icons li a:hover[href*=dribbble]:before {
color: white;
}
ul.tm-social-icons li a[href*=linkedin]:before {
content: "";
color: #0177b5;
}
ul.tm-social-icons li a:hover[href*=linkedin] {
background-color: #0177b5;
color: white;
}
ul.tm-social-icons li a:hover[href*=linkedin]:before {
color: white;
}
ul.tm-social-icons li a[href*=instagram]:before {
content: "";
color: #E1306c;
}
ul.tm-social-icons li a:hover[href*=instagram] {
background-color: #E1306c;
color: white;
}
ul.tm-social-icons li a:hover[href*=instagram]:before {
color: white;
}
ul.tm-social-icons li a[href*=youtube]:before {
content: "";
color: #ff0000;
}
ul.tm-social-icons li a:hover[href*=youtube] {
background-color: #ff0000;
color: white;
}
ul.tm-social-icons li a:hover[href*=youtube]:before {
color: white;
}
ul.tm-social-icons li a[href*=vimeo]:before {
content: "";
color: #1ab7ea;
}
ul.tm-social-icons li a:hover[href*=vimeo] {
background-color: #1ab7ea;
color: white;
}
ul.tm-social-icons li a:hover[href*=vimeo]:before {
color: white;
}
ul.tm-social-icons li a[href*=wordpress]:before {
content: "";
color: #0074aa;
}
ul.tm-social-icons li a:hover[href*=wordpress] {
background-color: #0074aa;
color: white;
}
ul.tm-social-icons li a:hover[href*=wordpress]:before {
color: white;
}
ul.tm-social-icons li a[href*=pinterest]:before {
content: "";
color: #bd071c;
}
ul.tm-social-icons li a:hover[href*=pinterest] {
background-color: #bd071c;
color: white;
}
ul.tm-social-icons li a:hover[href*=pinterest]:before {
color: white;
}
ul.tm-social-icons li a[href*=tumblr]:before {
content: "";
color: #3e5a70;
}
ul.tm-social-icons li a:hover[href*=tumblr] {
background-color: #3e5a70;
color: white;
}
ul.tm-social-icons li a:hover[href*=tumblr]:before {
color: white;
}
ul.tm-social-icons li a[href*=whatsapp]:before {
content: "";
color: #00e676;
}
ul.tm-social-icons li a:hover[href*=whatsapp] {
background-color: #00e676;
color: white;
}
ul.tm-social-icons li a:hover[href*=whatsapp]:before {
color: white;
}
ul.tm-social-icons li a[href*=reddit]:before {
content: "";
color: #ff4500;
}
ul.tm-social-icons li a:hover[href*=reddit] {
background-color: #ff4500;
color: white;
}
ul.tm-social-icons li a:hover[href*=reddit]:before {
color: white;
}
ul.tm-social-icons li a[href*=vk]:before {
content: "";
color: #4a76a8;
}
ul.tm-social-icons li a:hover[href*=vk] {
background-color: #4a76a8;
color: white;
}
ul.tm-social-icons li a:hover[href*=vk]:before {
color: white;
}
ul.tm-social-icons.tm-social-hover-text a:hover[href*=twitter] {
background-color: transparent;
}
ul.tm-social-icons.tm-social-hover-text a:hover[href*=twitter]:before {
color: #1ca0fe;
}
ul.tm-social-icons.tm-social-hover-text a:hover[href*=twitter] span {
color: #1ca0fe;
}
ul.tm-social-icons.tm-social-hover-text a:hover[href*=facebook] {
background-color: transparent;
}
ul.tm-social-icons.tm-social-hover-text a:hover[href*=facebook]:before {
color: #3b5999;
}
ul.tm-social-icons.tm-social-hover-text a:hover[href*=facebook] span {
color: #3b5999;
}
ul.tm-social-icons.tm-social-hover-text a:hover[href*=dribbble] {
background-color: transparent;
}
ul.tm-social-icons.tm-social-hover-text a:hover[href*=dribbble]:before {
color: #ea4c89;
}
ul.tm-social-icons.tm-social-hover-text a:hover[href*=dribbble] span {
color: #ea4c89;
}
ul.tm-social-icons.tm-social-hover-text a:hover[href*=linkedin] {
background-color: transparent;
}
ul.tm-social-icons.tm-social-hover-text a:hover[href*=linkedin]:before {
color: #0177b5;
}
ul.tm-social-icons.tm-social-hover-text a:hover[href*=linkedin] span {
color: #0177b5;
}
ul.tm-social-icons.tm-social-hover-text a:hover[href*=instagram] {
background-color: transparent;
}
ul.tm-social-icons.tm-social-hover-text a:hover[href*=instagram]:before {
color: #E1306c;
}
ul.tm-social-icons.tm-social-hover-text a:hover[href*=instagram] span {
color: #E1306c;
}
ul.tm-social-icons.tm-social-hover-text a:hover[href*=youtube] {
background-color: transparent;
}
ul.tm-social-icons.tm-social-hover-text a:hover[href*=youtube]:before {
color: #ff0000;
}
ul.tm-social-icons.tm-social-hover-text a:hover[href*=youtube] span {
color: #ff0000;
}
ul.tm-social-icons.tm-social-hover-text a:hover[href*=vimeo] {
background-color: transparent;
}
ul.tm-social-icons.tm-social-hover-text a:hover[href*=vimeo]:before {
color: #1ab7ea;
}
ul.tm-social-icons.tm-social-hover-text a:hover[href*=vimeo] span {
color: #1ab7ea;
}
ul.tm-social-icons.tm-social-hover-text a:hover[href*=wordpress] {
background-color: transparent;
}
ul.tm-social-icons.tm-social-hover-text a:hover[href*=wordpress]:before {
color: #0074aa;
}
ul.tm-social-icons.tm-social-hover-text a:hover[href*=wordpress] span {
color: #0074aa;
}
ul.tm-social-icons.tm-social-hover-text a:hover[href*=pinterest] {
background-color: transparent;
}
ul.tm-social-icons.tm-social-hover-text a:hover[href*=pinterest]:before {
color: #bd071c;
}
ul.tm-social-icons.tm-social-hover-text a:hover[href*=pinterest] span {
color: #bd071c;
}
ul.tm-social-icons.tm-social-hover-text a:hover[href*=tumblr] {
background-color: transparent;
}
ul.tm-social-icons.tm-social-hover-text a:hover[href*=tumblr]:before {
color: #3e5a70;
}
ul.tm-social-icons.tm-social-hover-text a:hover[href*=tumblr] span {
color: #3e5a70;
}
ul.tm-social-icons.tm-social-hover-text a:hover[href*=whatsapp] {
background-color: transparent;
}
ul.tm-social-icons.tm-social-hover-text a:hover[href*=whatsapp]:before {
color: #00e676;
}
ul.tm-social-icons.tm-social-hover-text a:hover[href*=whatsapp] span {
color: #00e676;
}
ul.tm-social-icons.tm-social-hover-text a:hover[href*=reddit] {
background-color: transparent;
}
ul.tm-social-icons.tm-social-hover-text a:hover[href*=reddit]:before {
color: #ff4500;
}
ul.tm-social-icons.tm-social-hover-text a:hover[href*=reddit] span {
color: #ff4500;
}
ul.tm-social-icons.tm-social-hover-text a:hover[href*=vk] {
background-color: transparent;
}
ul.tm-social-icons.tm-social-hover-text a:hover[href*=vk]:before {
color: #4a76a8;
}
ul.tm-social-icons.tm-social-hover-text a:hover[href*=vk] span {
color: #4a76a8;
}
ul.tm-social-icons.tm-social-icons-rounded li {
padding-left: 5px;
padding-right: 5px;
}
ul.tm-social-icons.tm-social-icons-rounded a {
height: 50px;
width: 50px;
line-height: 50px;
text-align: center;
padding: 0;
border-style: solid;
border-width: 2px;
border-radius: 100%;
}
ul.tm-social-icons.tm-social-icons-rounded a[href*=twitter] {
border-color: #1ca0fe;
color: #1ca0fe;
}
ul.tm-social-icons.tm-social-icons-rounded a[href*=facebook] {
border-color: #3b5999;
color: #3b5999;
}
ul.tm-social-icons.tm-social-icons-rounded a[href*=dribbble] {
border-color: #ea4c89;
color: #ea4c89;
}
ul.tm-social-icons.tm-social-icons-rounded a[href*=linkedin] {
border-color: #0177b5;
color: #0177b5;
}
ul.tm-social-icons.tm-social-icons-rounded a[href*=instagram] {
border-color: #E1306c;
color: #E1306c;
}
ul.tm-social-icons.tm-social-icons-rounded a[href*=youtube] {
border-color: #ff0000;
color: #ff0000;
}
ul.tm-social-icons.tm-social-icons-rounded a[href*=vimeo] {
border-color: #1ab7ea;
color: #1ab7ea;
}
ul.tm-social-icons.tm-social-icons-rounded a[href*=wordpress] {
border-color: #0074aa;
color: #0074aa;
}
ul.tm-social-icons.tm-social-icons-rounded a[href*=pinterest] {
border-color: #bd071c;
color: #bd071c;
}
ul.tm-social-icons.tm-social-icons-rounded a[href*=tumblr] {
border-color: #3e5a70;
color: #3e5a70;
}
ul.tm-social-icons.tm-social-icons-rounded a[href*=whatsapp] {
border-color: #00e676;
color: #00e676;
}
ul.tm-social-icons.tm-social-icons-rounded a[href*=reddit] {
border-color: #ff4500;
color: #ff4500;
}
ul.tm-social-icons.tm-social-icons-rounded a[href*=vk] {
border-color: #4a76a8;
color: #4a76a8;
}
ul.tm-social-icons.tm-social-icons-sm a {
height: 40px;
width: 40px;
line-height: 36px;
}
ul.tm-social-icons.tm-social-icons-sm a:before {
font-size: 20px;
}
.tm-close-icon {
width: 20px;
height: 20px;
position: relative;
display: inline-block;
cursor: pointer;
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
vertical-align: middle;
}
@media (min-width: 1050px) {
.tm-close-icon:hover {
-webkit-animation: rotate-center 0.3s linear both;
-o-animation: rotate-center 0.3s linear both;
-moz-animation: rotate-center 0.3s linear both;
animation: rotate-center 0.3s linear both;
}
}
.tm-close-icon span {
display: block;
position: absolute;
width: 100%;
height: 3px;
z-index: 5;
top: 50%;
border-radius: 5px;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
}
.tm-close-icon span:last-child {
transform: rotate(135deg);
-webkit-transform: rotate(135deg);
-moz-transform: rotate(135deg);
}
.tm-close-icon.tm-close-icon-white span {
background-color: white;
}
.tm-menu-icon {
position: relative;
height: 20px;
width: 40px;
cursor: pointer;
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
}
.tm-menu-icon button {
padding: 0;
background-color: transparent;
border: 0;
}
.tm-menu-icon:before {
position: absolute;
display: block;
content: "";
height: 2px;
width: 100%;
left: 0;
top: 50%;
transform: translateY(-50%);
background-color: black;
}
.tm-menu-icon span:before, .tm-menu-icon span:after {
position: absolute;
display: block;
content: "";
height: 2px;
left: 0;
background-color: black;
width: 100%;
}
.tm-menu-icon span:before {
top: 1px;
}
.tm-menu-icon span:after {
bottom: 1px;
}
.tm-social-menu-icon {
position: relative;
height: 20px;
width: 40px;
cursor: pointer;
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
}
.tm-social-menu-icon button {
padding: 0;
background-color: transparent;
border: 0;
}
.tm-social-menu-icon:before {
position: absolute;
display: block;
content: "";
height: 3px;
width: 80%;
left: 0;
top: 50%;
transform: translateY(-50%);
background-color: black;
}
.tm-social-menu-icon span:before, .tm-social-menu-icon span:after {
position: absolute;
display: block;
content: "";
height: 3px;
width: 100%;
left: 0;
background-color: black;
}
.tm-social-menu-icon span:before {
top: 1px;
}
.tm-social-menu-icon span:after {
bottom: 1px;
}
input[type=text],
input[type=email],
textarea {
width: 100%;
border-style: solid;
border-width: 1px;
border-color: #cfd8dc;
padding: 10px 15px;
width: 100%;
font-size: 1.1rem;
font-family: inherit;
border-radius: 0;
line-height: 1;
}
input[type=submit] {
display: inline-block;
font-family: inherit;
padding: 0 30px;
font-size: 1.1rem;
font-weight: 600;
border-style: solid;
border-width: 1px;
border-radius: 0;
color: white;
height: 40px;
line-height: 38px;
}
input[type=submit]:visited {
color: white;
}
input[type=submit]:hover {
background-color: #1f7b7a;
color: white;
border-color: #1f7b7a;
}
.desktop ul.tm-nav-menu > li > a,
.desktop div.tm-nav-menu > ul > li > a {
background-color: rgba(197, 184, 184, 0.17);
margin-left: 5px;
margin-right: 5px;
padding: 5px 15px;
}
.desktop ul.tm-nav-menu > li > a:before,
.desktop div.tm-nav-menu > ul > li > a:before {
display: block;
position: absolute;
width: 100%;
height: 10px;
background-color: #c5b8b8;
left: 0;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
z-index: -1;
}
.desktop ul.tm-nav-menu > li .sub-menu,
.desktop div.tm-nav-menu > ul > li .children {
position: absolute;
top: 110%;
left: 5px;
width: 220px;
background-color: #5bc0be;
opacity: 0;
height: 0;
overflow: hidden;
visibility: hidden;
transition: all 1s ease;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
z-index: 3;
}
.desktop ul.tm-nav-menu > li .sub-menu a,
.desktop div.tm-nav-menu > ul > li .children a {
display: block;
border-left-style: solid;
border-left-width: 1px;
border-top-style: solid;
border-top-width: 1px;
border-color: #cfd8dc;
color: #fff;
padding: 10px 15px;
}
.desktop ul.tm-nav-menu > li .sub-menu a:hover,
.desktop div.tm-nav-menu > ul > li .children a:hover {
background-color: #1f7b7a;
border-color: #1f7b7a;
color: #fff;
}
.desktop ul.tm-nav-menu,
.desktop div.tm-nav-menu ul {
display: flex;
flex-wrap: wrap;
}
.desktop ul.tm-nav-menu > li a,
.desktop div.tm-nav-menu > ul > li a {
position: relative;
display: block;
}
.desktop ul.tm-nav-menu > li > a:hover,
.desktop div.tm-nav-menu > ul > li > a:hover {
background-color: #1f7b7a;
color: #fff;
}
.desktop ul.tm-nav-menu > li,
.desktop div.tm-nav-menu > ul > li {
position: relative;
}
.desktop ul.tm-nav-menu > li .sub-menu li,
.desktop div.tm-nav-menu > ul > li .children li {
display: block;
width: 100%;
}
.desktop ul.tm-nav-menu > li:hover .sub-menu,
.desktop ul.tm-nav-menu > li:focus-within .sub-menu,
.desktop div.tm-nav-menu > ul > li:hover .children,
.desktop div.tm-nav-menu > ul > li:focus-within .children {
top: 100%;
opacity: 1;
height: auto;
overflow: visible;
visibility: visible;
}
.desktop ul.tm-nav-menu > li .sub-menu > li,
.desktop div.tm-nav-menu > ul > li .children > li {
position: relative;
}
.desktop ul.tm-nav-menu > li .sub-menu > li .sub-menu,
.desktop div.tm-nav-menu > ul > li .children > li .children {
top: 20%;
left: 100%;
overflow: hidden;
visibility: hidden;
transition: all 1s ease;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
}
.desktop ul.tm-nav-menu > li .sub-menu > li:hover .sub-menu,
.desktop ul.tm-nav-menu > li .sub-menu > li:hover .sub-menu,
.desktop div.tm-nav-menu > ul > li .children > li:hover .children,
.desktop div.tm-nav-menu > ul > li .children > li:hover .children {
opacity: 1;
height: auto;
top: 0;
overflow: visible;
visibility: visible;
}
.desktop ul.tm-nav-menu > li .sub-menu > li .sub-menu > li .sub-menu,
.desktop div.tm-nav-menu > ul > li .children > li .children > li .children {
top: 20%;
left: 100%;
overflow: hidden;
visibility: hidden;
transition: all 1s ease;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
}
.desktop ul.tm-nav-menu > li .sub-menu > li .sub-menu > li:hover .sub-menu,
.desktop ul.tm-nav-menu > li .sub-menu > li .sub-menu > li:focus-within .sub-menu,
.desktop div.tm-nav-menu > ul > li .children > li .children > li:hover .children,
.desktop div.tm-nav-menu > ul > li .children > li .children > li:focus-within .children {
opacity: 1;
height: auto;
overflow: visible;
visibility: visible;
top: 0;
}
.desktop .tm-nav-menu a {
font-size: 13px;
font-weight: 600;
}
.desktop .tm-nav-menu li.down-arrow > a {
padding-right: 30px;
}
.desktop .down-arrow > a:after,
.desktop .right-arrow > a:after {
display: block;
position: absolute;
right: 10px;
top: 50%;
transform: translateY(-50%);
font-size: 20px;
}
.desktop .down-arrow > a:after {
content: "";
}
.desktop .right-arrow > a:after {
content: "";
}
.tm-service {
text-align: center;
position: relative;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
}
.tm-service.tm-service-with-image {
padding: 15px;
}
.tm-service.tm-service-with-icon {
padding: 45px 15px 15px;
}
.tm-service:hover {
box-shadow: 0 10px 10px #cfd8dc;
}
.tm-service:hover .tm-icon {
background-color: #1f7b7a;
color: white;
}
.tm-service .tm-icon {
font-size: 35px;
position: absolute;
top: -30px;
height: 60px;
width: 60px;
background-color: white;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
border-radius: 100%;
line-height: 56px;
text-align: center;
border-style: solid;
border-width: 2px;
border-color: #f8f9fa;
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
}
.tm-service .tm-image-section {
height: 250px;
}
.tm-service p,
.tm-service .tm-post-title,
.tm-service .tm-btn-section {
margin-top: 15px;
margin-bottom: 0;
}
.tm-blog .tm-image-section {
position: relative;
height: 300px;
}
.tm-blog .tm-image-section a {
height: 100%;
}
.tm-blog .tm-image-section .tm-date {
position: absolute;
left: 0;
top: 0;
}
.tm-blog .tm-desc {
padding: 0 15px 15px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}
.tm-blog .tm-desc .tm-post-title,
.tm-blog .tm-desc p {
margin: 0;
padding-top: 15px;
}
.tm-portfolio {
position: relative;
overflow: hidden;
color: black;
}
.tm-portfolio a {
color: black;
}
.tm-portfolio a:visited {
color: black;
}
.tm-portfolio a:hover {
color: #1f7b7a;
}
.tm-portfolio.tm-overlay-image-hover:before {
z-index: 1;
}
.tm-portfolio .tm-desc {
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
background-color: #cfd8dc;
padding: 5px 15px 15px;
}
@media (min-width: 768px) {
.tm-portfolio .tm-desc {
background: white;
z-index: 2;
position: absolute;
left: 30px;
width: calc(100% - 60px);
bottom: 30px;
}
}
@media (min-width: 1050px) {
.tm-portfolio .tm-desc {
left: 100%;
}
}
.tm-portfolio .tm-desc .tm-category a {
margin-top: 10px;
}
.tm-portfolio .tm-desc .tm-post-title {
margin-top: 10px;
margin-bottom: 0;
}
@media (min-width: 1050px) {
.tm-portfolio:hover .tm-desc {
left: 30px;
}
}
.tm-testimonial .tm-image-section {
padding-top: 30px;
}
.tm-testimonial .tm-image-section .bg-image {
height: 150px;
width: 150px;
border-radius: 100%;
margin: auto;
transition: all 0.5s linear;
-webkit-transition: all 0.5s linear;
-moz-transition: all 0.5s linear;
}
.tm-testimonial .tm-image-section .bg-image:hover {
border-radius: 0;
}
.tm-testimonial .tm-image-section .tm-overlay-image-hover:before {
content: none;
-webkit-animation: scale-out-center 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
-o-animation: scale-out-center 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
-moz-animation: scale-out-center 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
animation: scale-out-center 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}
.tm-testimonial .tm-image-section .tm-overlay-image-hover:hover:before {
content: "";
-webkit-animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
-o-animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
-moz-animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.tm-testimonial .tm-desc .tm-post-title,
.tm-testimonial .tm-desc .tm-site-url {
margin-top: 30px;
margin-bottom: 0;
}
.tm-testimonial .tm-desc .tm-post-author-detail .tm-author-position,
.tm-testimonial .tm-desc .tm-post-author-detail .tm-author-work-place {
font-size: 16px;
}
.tm-testimonial .tm-desc .tm-site-url a {
text-decoration: underline;
}
.tm-testimonial .tm-desc .tm-caption {
padding: 15px 15px 0;
}
.tm-testimonial .tm-desc .tm-caption p {
margin-top: 15px;
margin-bottom: 0;
}
.tm-testimonial .tm-desc .tm-icon-section {
font-size: 30px;
padding-top: 15px;
position: relative;
height: 40px;
}
.tm-testimonial .tm-desc .tm-icon-section .tm-wrapper {
transform: rotate(180deg);
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
position: absolute;
left: 0;
}
.tm-testimonial .tm-desc .tm-btn-section {
padding-top: 30px;
}
.tm-testimonial .tm-desc .tm-readmore-btn {
border-color: white;
}
.tm-testimonial .tm-desc .tm-readmore-btn:hover {
border-color: transparent;
}
.tm-testimonial .tm-desc .tm-social-icons {
justify-content: center;
}
.tm-testimonial .tm-desc .tm-social-icons li {
padding-top: 15px;
}
.tm-jetpack-post {
padding: 15px;
}
.tm-jetpack-post .tm-desc {
display: flex;
flex-wrap: wrap;
flex-direction: column;
justify-content: center;
height: 100%;
}
.tm-jetpack-post .tm-name {
margin: 0;
padding-top: 10px;
font-size: 24px;
}
.tm-jetpack-post .tm-position-section {
font-size: 18px;
color: gray;
}
.tm-jetpack-post .tm-social-icons {
justify-content: center;
}
.tm-jetpack-post .tm-social-icons li {
padding-top: 15px;
}
.tm-jetpack-post .tm-site-url {
padding-top: 15px;
}
.tm-jetpack-post .tm-site-url a {
text-decoration: underline;
}
.tm-jetpack-portfolio-post {
padding: 15px;
}
.tm-jetpack-portfolio-post .tm-section-title {
margin: 0;
}
.tm-jetpack-portfolio-post .tm-desc {
justify-content: center;
flex-direction: column;
height: 100%;
}
.tm-jetpack-portfolio-post table {
border: 1px solid rgba(213, 213, 213, 0.24);
border-spacing: 0;
margin-top: 15px;
}
.tm-jetpack-portfolio-post table tr:first-child td {
border-top: 0;
}
.tm-jetpack-portfolio-post table td {
border-top: 1px solid rgba(213, 213, 213, 0.24);
padding: 10px;
}
.tm-jetpack-portfolio-post table td:first-child {
background-color: #f8f9fa;
font-size: 14px;
font-weight: 700;
}
.tm-main-header .tm-address-section:after, .tm-main-header .tm-menu-button-section .tm-menu-section:after {
display: block;
position: absolute;
width: 0;
height: 0;
border-style: solid;
top: 0;
border-color: transparent transparent white transparent;
}
.tm-main-header .tm-menu-button-section .tm-menu-section {
position: relative;
}
.tm-main-header .tm-menu-button-section .tm-menu-section:after {
left: -45px;
border-width: 0 0 50px 45px;
}
@media (min-width: 1050px) {
.tm-main-header .tm-menu-button-section .tm-menu-section:after {
content: "";
}
}
.tm-main-header .tm-menu-button-section .tm-menu-section nav {
display: none;
}
@media (min-width: 1050px) {
.tm-main-header .tm-menu-button-section .tm-menu-section nav {
display: initial;
}
}
.tm-main-header .tm-menu-button-section .tm-menu-section ul.tm-nav-menu, .tm-main-header .tm-menu-button-section .tm-menu-section div.tm-nav-menu {
padding-top: 10px;
}
.tm-main-header .tm-menu-button-section .tm-menu-section ul.tm-nav-menu > li {
margin-bottom: 10px;
}
.tm-main-header .tm-menu-button-section .tm-menu-section div.tm-nav-menu > ul > li {
margin-bottom: 10px;
}
.tm-main-header .tm-menu-button-section .tm-menu-icon-section {
display: flex;
flex-wrap: wrap;
align-items: center;
}
@media (min-width: 1050px) {
.tm-main-header .tm-menu-button-section .tm-menu-icon-section {
display: none;
}
}
.tm-main-header .tm-menu-button-section .tm-menu-icon-section .tm-social-menu-icon {
margin: 0 5px;
}
@media (min-width: 576px) {
.tm-main-header .tm-menu-button-section .tm-menu-icon-section .tm-social-menu-icon {
margin: 0 15px;
}
}
.tm-main-header .tm-menu-button-section .tm-menu-icon-section .tm-menu-btn button {
background-color: black;
font-family: inherit;
color: white;
border: 0;
border-radius: 0;
font-size: 1rem;
padding: 0 20px;
height: 40px;
line-height: 40px;
}
.tm-main-header .tm-menu-button-section .tm-menu-icon-section .tm-menu-btn button span {
display: inline-block;
padding: 0 5px;
position: relative;
top: 1px;
}
.tm-main-header .tm-menu-button-section .tm-btn-section {
padding: 5px;
font-size: 0.5rem;
}
@media (min-width: 576px) {
.tm-main-header .tm-menu-button-section .tm-btn-section {
padding: 5px 15px;
font-size: 1rem;
}
}
@media (min-width: 1050px) {
.tm-main-header .tm-menu-button-section .tm-btn-section {
padding: 10px 15px;
font-size: 1rem;
}
}
.tm-main-header .tm-address-section {
background-color: #5bc0be;
justify-content: center;
color: #fff;
height: 80px;
padding: 5px;
position: relative;
flex-direction: row;
}
.tm-main-header .tm-address-section:after {
right: 0;
border-width: 0 0 80px 45px;
}
@media (min-width: 1050px) {
.tm-main-header .tm-address-section:after {
content: "";
}
}
.tm-main-header .tm-address-section a {
color: #fff;
}
.tm-main-header .tm-address-section a:visited {
color: #fff;
}
.tm-main-header .tm-address-section a:hover {
color: rgba(248, 249, 250, 0.7);
}
.tm-main-header .tm-address-section .tm-address,
.tm-main-header .tm-address-section .tm-telephone,
.tm-main-header .tm-address-section .tm-email {
display: flex;
flex-wrap: wrap;
align-items: center;
flex-grow: 1;
padding-left: 7.5px;
padding-right: 7.5px;
}
.tm-main-header .tm-address-section .tm-address .tm-icon-section,
.tm-main-header .tm-address-section .tm-telephone .tm-icon-section,
.tm-main-header .tm-address-section .tm-email .tm-icon-section {
flex: 0 0 40px;
max-width: 40px;
}
.tm-main-header .tm-address-section .tm-address .tm-icon-section i,
.tm-main-header .tm-address-section .tm-telephone .tm-icon-section i,
.tm-main-header .tm-address-section .tm-email .tm-icon-section i {
font-size: 1.5rem;
}
.tm-main-header .tm-address-section .tm-address .tm-desc,
.tm-main-header .tm-address-section .tm-telephone .tm-desc,
.tm-main-header .tm-address-section .tm-email .tm-desc {
flex: 0 0 calc( 100% - 40px );
max-width: calc( 100% - 40px);
}
.tm-main-header .tm-address-section .tm-address .tm-desc .icon-box-title,
.tm-main-header .tm-address-section .tm-telephone .tm-desc .icon-box-title,
.tm-main-header .tm-address-section .tm-email .tm-desc .icon-box-title {
margin: 0;
font-size: 14px;
}
.tm-main-header .tm-social-icons {
height: 80px;
align-items: center;
}
.tm-main-header .site-branding {
background-color: #5bc0be;
color: #fff;
}
.tm-main-header .site-branding a {
color: #fff;
}
.tm-main-header .site-branding a:visited {
color: #fff;
}
.tm-main-header .site-branding a:hover {
color: rgba(248, 249, 250, 0.7);
}
.tm-main-header .site-branding .site-title, .tm-main-header .site-branding p {
margin: 0;
padding-top: 15px;
}
@media (min-width: 1050px) {
.tm-main-header .site-branding .site-title, .tm-main-header .site-branding p {
padding-top: 5px;
}
}
.tm-main-header .site-branding .site-title {
font-size: 35px;
}
.tm-main-header .site-branding .site-description {
font-size: 18px;
line-height: 1;
}
@media (min-width: 1050px) {
.tm-main-header .site-branding .site-description {
font-size: 1rem;
}
}
.tm-main-header .tm-logo-section.tm-site-logo-with-title .tm-logo {
padding-top: 15px;
max-width: 150px;
margin: auto;
}
@media (min-width: 1050px) {
.tm-main-header .tm-logo-section.tm-site-logo-with-title .tm-logo {
padding-top: 10px;
max-width: 100px;
margin: auto;
}
}
.tm-main-header .tm-logo-section.tm-site-logo-disable {
padding-top: 15px;
}
@media (min-width: 1050px) {
.tm-main-header .tm-logo-section.tm-site-logo-disable .site-title, .tm-main-header .tm-logo-section.tm-site-logo-disable p {
padding-top: 15px;
}
}
.tm-main-header .tm-logo-section.tm-only-logo-enable {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
height: 100%;
}
.tm-main-header .tm-logo-section.tm-only-logo-enable .tm-logo {
max-width: 200px;
padding-top: 15px;
}
@media (min-width: 1050px) {
.tm-main-header .tm-logo-section.tm-only-logo-enable .tm-logo {
padding-top: 0;
}
}
.tm-main-header.sticky .tm-menu-button-section {
position: fixed;
top: 0;
width: 100%;
z-index: 9;
left: 0;
background-color: #5bc0be;
}
.tm-main-header.sticky .tm-menu-button-section a {
color: #fff;
background-color: transparent;
}
.tm-main-header.sticky .tm-menu-button-section a:visited {
color: #fff;
}
.tm-main-header.sticky .tm-menu-button-section a:hover {
background-color: #fff;
color: #5bc0be;
}
.tm-main-header.sticky .tm-menu-button-section .tm-btn-border {
border-color: #fff;
color: #fff;
}
.tm-main-header.sticky .tm-menu-button-section .tm-btn-border:visited {
color: #fff;
}
.tm-main-header.sticky .tm-menu-button-section .tm-btn-border:hover {
border-color: #1f7b7a;
color: #1f7b7a;
}
.tm-main-header.sticky .tm-menu-button-section .tm-menu-icon-section button {
background-color: #fff;
color: #5bc0be;
}
.tm-main-header.sticky .tm-social-menu-icon:before {
background-color: #fff;
}
.tm-main-header.sticky .tm-social-menu-icon span:before, .tm-main-header.sticky .tm-social-menu-icon span:after {
background-color: #fff;
}
.tm-main-header.sticky .desktop div.tm-nav-menu > ul {
justify-content: center;
}
.tm-main-header.sticky .desktop ul.tm-nav-menu {
justify-content: center;
}
.logged-in .tm-main-header.sticky .tm-menu-button-section {
top: 30px;
}
.logged-in .tm-offcanvas-close-icon .sidr-class-sidr-button-close {
margin-top: 20px;
}
.home .tm-main-header {
border-bottom: 0;
}
.tm-main-header {
border-bottom-style: solid;
border-bottom-width: 1px;
border-color: rgba(207, 216, 220, 0.25);
}
.tm-main-header .site-branding {
overflow: hidden;
flex: 0 0 100%;
max-width: 100%;
padding-bottom: 30px;
text-align: center;
}
@media (min-width: 1050px) {
.tm-main-header .site-branding {
padding: 0 30px;
height: 130px;
flex: 0 0 25%;
max-width: 25%;
}
}
.tm-main-header .tm-site-features {
flex: 0 0 100%;
max-width: 100%;
}
@media (min-width: 1050px) {
.tm-main-header .tm-site-features {
flex: 0 0 75%;
max-width: 75%;
}
}
@media (min-width: 1050px) {
.tm-main-header .tm-address-with-social-section .tm-address-section,
.tm-main-header .tm-address-with-social-section .tm-menu-section,
.tm-main-header .tm-menu-button-section .tm-address-section,
.tm-main-header .tm-menu-button-section .tm-menu-section {
flex: 0 0 75%;
max-width: 75%;
}
}
@media (min-width: 1050px) {
.tm-main-header .tm-address-with-social-section .tm-social-section,
.tm-main-header .tm-address-with-social-section .tm-btn-section,
.tm-main-header .tm-menu-button-section .tm-social-section,
.tm-main-header .tm-menu-button-section .tm-btn-section {
flex: 0 0 25%;
max-width: 25%;
}
}
.tm-main-header .tm-menu-button-section {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.tm-main-header .tm-address-with-social-section {
display: none;
}
@media (min-width: 1050px) {
.tm-main-header .tm-address-with-social-section {
display: flex;
flex-wrap: wrap;
}
}
.tm-about-section {
padding: 15px 0 45px;
}
@media (min-width: 1050px) {
.tm-about-section.tm-svg-enable {
padding-bottom: 90px;
padding-top: 60px;
}
}
@media (min-width: 1050px) {
.tm-about-section.tm-svg-enable .tm-image-section-wrapper {
height: 400px;
position: relative;
padding-left: 100px;
margin-top: 60px;
}
.tm-about-section.tm-svg-enable .tm-image-section-wrapper:after {
position: absolute;
content: "";
width: 50%;
display: block;
z-index: -1;
width: 130px;
height: calc(100% + 100px);
left: 50px;
bottom: -62px;
background-image: url(//mathcm.com/wp-content/themes/consultant-lite/assets/images/svg.png);
background-size: auto;
}
}
.tm-about-section .tm-image-section-wrapper {
margin-top: 30px;
}
.tm-about-section .tm-image-section {
height: 400px;
position: relative;
display: flex;
justify-content: center;
align-items: center;
}
.tm-about-section .tm-desc {
text-align: center;
padding: 30px 15px 0;
}
@media (min-width: 768px) {
.tm-about-section .tm-desc {
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
padding-top: initial;
}
}
.tm-about-section .tm-desc .tm-section-title,
.tm-about-section .tm-desc p {
margin-top: 15px;
margin-bottom: 0;
}
.tm-about-section .tm-desc .tm-btn-section {
padding-top: 15px;
}
.tm-about-section .tm-post-format {
z-index: 1;
}
.tm-about-section .tm-post-format:hover {
cursor: pointer;
}
#video {
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
}
#video.tm-video-popup-active {
display: none;
}
.tm-video-section {
opacity: 0;
height: 0;
width: 0;
display: none;
-webkit-animation: scale-out-center 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
-o-animation: scale-out-center 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
-moz-animation: scale-out-center 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
animation: scale-out-center 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}
.tm-video-section .tm-video-wrapper {
position: relative;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
height: 100%;
}
.tm-video-section .tm-video {
width: 600px;
max-width: 100%;
}
.tm-video-section iframe {
width: 100%;
max-width: 100%;
height: 400px;
border: 0;
}
@media (min-width: 576px) {
.tm-video-section iframe {
height: 250px;
}
}
@media (min-width: 768px) {
.tm-video-section iframe {
height: 400px;
}
}
.tm-video-section.show {
z-index: 11;
position: fixed;
width: 100%;
left: 0;
top: 0;
height: 100vh;
text-align: center;
opacity: 1;
display: block;
padding: 0 15px;
overflow: hidden;
-webkit-animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
-o-animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
-moz-animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.tm-video-section .tm-close-icon-section {
text-align: right;
padding-bottom: 15px;
}
.tm-banner-section {
position: relative;
}
.tm-banner-slider-section .slick-arrow {
display: none !important;
}
@media (min-width: 1050px) {
.tm-banner-slider-section .slick-arrow {
background-color: transparent;
display: initial !important;
}
}
@media (min-width: 1050px) {
.tm-banner-slider-section .slick-arrow:before {
color: white;
}
}
.tm-banner-slider-section .slick-arrow:hover {
background-color: transparent;
}
.tm-banner-slider-section .slick-arrow:hover:before {
color: #5bc0be;
}
.tm-banner-slider-section .slick-dots {
position: absolute;
left: 50%;
bottom: 30px;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
}
@media (min-width: 768px) {
.tm-banner-slider-section .slick-dots {
padding-bottom: 100px;
}
}
@media (min-width: 1050px) {
.tm-banner-slider-section .slick-dots {
display: none !important;
}
}
.tm-banner-slider-section .tm-banner-slider {
min-height: 600px;
display: flex;
align-items: center;
color: white;
position: relative;
padding-top: 30px;
padding-bottom: 100px;
}
@media (min-width: 768px) {
.tm-banner-slider-section .tm-banner-slider {
height: 600px;
padding-bottom: 30px;
}
}
.tm-banner-slider-section .tm-banner-slider .tm-image-section {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
overflow: hidden;
}
.tm-banner-slider-section .tm-banner-slider .tm-wrapper {
z-index: 2;
padding-left: 45px;
padding-right: 45px;
}
@media (min-width: 1050px) {
.tm-banner-slider-section .tm-banner-slider .tm-wrapper {
max-width: 50%;
padding-left: 100px;
}
}
.tm-banner-slider-section .tm-banner-slider .tm-post-title,
.tm-banner-slider-section .tm-banner-slider p {
margin-bottom: 15px;
margin-top: 0;
}
.tm-banner-slider-section .tm-banner-slider .tm-section-title {
line-clamp: 2;
-webkit-line-clamp: 2;
overflow: hidden;
text-overflow: ellipsis;
box-orient: vertical;
-webkit-box-orient: vertical;
display: -webkit-box;
}
.tm-banner-slider-section .tm-banner-slider-wrapper.slick-active .tm-banner-slider .tm-image-section {
-webkit-animation: kenburns-top 20s ease-out infinite both;
-o-animation: kenburns-top 20s ease-out infinite both;
-moz-animation: kenburns-top 20s ease-out infinite both;
animation: kenburns-top 20s ease-out infinite both;
}
.tm-banner-slider-section .tm-banner-slider-wrapper.slick-active .tm-banner-slider .tm-section-title {
-webkit-animation: slide-in-fwd-top 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
-o-animation: slide-in-fwd-top 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
-moz-animation: slide-in-fwd-top 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
animation: slide-in-fwd-top 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.tm-banner-slider-section .tm-banner-slider-wrapper.slick-active .tm-banner-slider p {
-webkit-animation: slide-in-fwd-bottom 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
-o-animation: slide-in-fwd-bottom 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
-moz-animation: slide-in-fwd-bottom 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
animation: slide-in-fwd-bottom 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.tm-banner-slider-section .tm-banner-slider-wrapper.slick-active .tm-banner-slider .tm-btn-section {
-webkit-animation: slide-in-fwd-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
-o-animation: slide-in-fwd-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
-moz-animation: slide-in-fwd-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
animation: slide-in-fwd-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.tm-blog-section {
padding: 15px 0 45px;
}
.tm-blog-section .tm-section-title {
margin-top: 30px;
margin-bottom: 0;
}
.tm-blog-section .tm-blog-list .tm-blog {
padding-left: 7.5px;
padding-right: 7.5px;
margin-top: 45px;
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
}
.tm-blog-section .tm-blog-list .tm-blog:hover {
transform: translateY(-15px);
-webkit-transform: translateY(-15px);
-moz-transform: translateY(-15px);
}
.tm-blog-section .tm-blog-slider .slick-arrow {
top: 200px;
transform: none;
-webkit-transform: none;
-moz-transform: none;
}
.tm-call-to-action {
min-height: 400px;
padding: 100px 0;
display: flex;
align-items: center;
color: white;
position: relative;
overflow: hidden;
}
@media (min-width: 768px) {
.tm-call-to-action {
padding: 150px 0;
}
}
.tm-call-to-action .tm-image-section {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
-webkit-animation: kenburns-top 20s ease-out infinite both;
-o-animation: kenburns-top 20s ease-out infinite both;
-moz-animation: kenburns-top 20s ease-out infinite both;
animation: kenburns-top 20s ease-out infinite both;
background-attachment: fixed;
}
.tm-call-to-action .tm-desc {
z-index: 2;
}
.tm-call-to-action .tm-desc .tm-post-title,
.tm-call-to-action .tm-desc p {
margin-top: 15px;
margin-bottom: 0;
}
.tm-call-to-action .tm-desc .tm-btn-section a {
margin: 15px 10px 0;
}
.tm-service-section {
padding: 15px 0 45px 0px;
}
.tm-service-section .tm-section-title {
margin-top: 30px;
margin-bottom: 0;
}
.tm-service-section .tm-service-list .tm-service {
margin-top: 45px;
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
}
.tm-service-section .tm-service-list .tm-service:hover {
transform: translateY(-15px);
-webkit-transform: translateY(-15px);
-moz-transform: translateY(-15px);
}
.tm-service-section .tm-service-list .tm-service.tm-service-with-icon {
margin-top: 60px;
}
.slick-arrow {
position: absolute;
height: 30px;
width: 30px;
top: 50%;
transform: translateY(-50%);
border: 0;
z-index: 1;
font-size: 0;
cursor: pointer;
outline: 0;
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
color: white;
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
}
.slick-arrow.slick-disabled {
z-index: -1;
opacity: 0;
}
.slick-arrow:before {
font-size: 1.5rem;
}
.slick-arrow:hover {
background-color: #1f7b7a;
}
.slick-prev {
left: 10px;
}
.slick-prev:before {
content: "";
}
.slick-next {
right: 10px;
}
.slick-next:before {
content: "";
}
.slick-dots {
list-style: none;
margin: 0;
text-align: center;
padding: 0;
line-height: 0;
}
.slick-dots li {
display: inline-block;
font-size: 0;
line-height: 0;
}
.slick-dots li button {
font-size: 0;
width: 30px;
margin: 15px 5px 0;
height: 4px;
padding: 0;
background-color: white;
border: 0;
outline: 0;
border-radius: 0;
}
.filter-group {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.filter-group li {
padding: 0 5px;
}
.filter-group li span, .filter-group li a {
display: inline-block;
padding: 0 5px 5px;
cursor: pointer;
}
.filter-group li span {
position: relative;
overflow: hidden;
}
.filter-group li span.active {
color: #5bc0be;
}
.filter-group li span.active:after {
-webkit-animation: scale-in-hor-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
-o-animation: scale-in-hor-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
-moz-animation: scale-in-hor-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
animation: scale-in-hor-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
background-color: #5bc0be;
}
.filter-group li span:after {
position: absolute;
content: "";
display: block;
width: 100%;
height: 2px;
left: 0;
bottom: 0;
-webkit-animation: scale-out-hor-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
-o-animation: scale-out-hor-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
-moz-animation: scale-out-hor-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
animation: scale-out-hor-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.filter-group li span:hover {
color: #1f7b7a;
}
.filter-group li span:hover:after {
background-color: #1f7b7a;
-webkit-animation: scale-in-hor-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
-o-animation: scale-in-hor-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
-moz-animation: scale-in-hor-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
animation: scale-in-hor-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.filter-group li a {
border-bottom-style: solid;
border-bottom-width: 2px;
}
.filter-group li a:hover {
border-color: #1f7b7a;
}
.site-footer {
padding: 15px 0;
text-align: center;
}
.site-footer a:hover {
transform: scale(0.9);
-webkit-transform: scale(0.9);
-moz-transform: scale(0.9);
}
.site-footer a, .site-footer span {
display: inline-block;
padding: 0 7.5px;
}
.tm-footer-widget {
color: white;
padding-bottom: 45px;
position: relative;
padding-top: 15px;
}
@media (min-width: 768px) {
.tm-footer-widget.tm-svg-enable {
padding-top: 100px;
}
}
.tm-footer-widget .tm-svg {
bottom: initial;
top: 0;
transform: rotate(180deg);
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
}
.tm-footer-widget.tm-overlay:before {
background-color: rgba(0, 0, 0, 0.7);
}
.tm-footer-widget a {
color: white;
}
.tm-footer-widget a:visited {
color: white;
}
.tm-footer-widget a:hover {
text-decoration: underline;
}
.tm-footer-widget .widget {
padding-top: 30px;
}
.tm-footer-widget .widget input[type=submit] {
color: white;
}
.tm-contact {
padding: 15px 0 45px;
min-height: 100%;
}
.tm-contact .tm-section-title {
margin-top: 30px;
margin-bottom: 0;
text-align: center;
}
.tm-contact .tm-contact-form {
margin-top: 30px;
padding: 15px 30px;
border-radius: 5px;
}
@media (min-width: 1050px) {
.tm-contact .tm-contact-form {
background-color: white;
width: 60%;
margin-left: auto;
margin-right: auto;
color: black;
}
}
@media (min-width: 576px) {
.tm-contact .tm-contact-form .tm-form-group {
display: flex;
flex-wrap: wrap;
margin-left: -2.5px;
margin-right: -2.5px;
}
}
@media (min-width: 576px) {
.tm-contact .tm-contact-form .tm-form-group .tm-input-field {
flex: 0 0 50%;
max-width: 50%;
padding-left: 2.5px;
padding-right: 2.5px;
}
}
.tm-contact .tm-contact-form .wpcf7-form p,
.tm-contact .tm-contact-form .wpcf7-form .tm-input-field {
margin-top: 15px;
margin-bottom: 0;
}
.tm-contact .tm-contact-form .wpcf7-form p span,
.tm-contact .tm-contact-form .wpcf7-form .tm-input-field span {
margin-top: 10px;
display: block;
}
.tm-google-map-section {
height: 100%;
display: flex;
flex-wrap: wrap;
align-items: flex-end;
}
.tm-google-map-section .wpgmp_map_parent {
margin-bottom: 0;
}
.tm-google-map-section .tm-address-with-social-section {
padding-top: 45px;
padding-bottom: 45px;
}
@media (min-width: 992px) {
.tm-google-map-section .tm-address-with-social-section {
padding-top: 87px;
padding-bottom: 87px;
}
}
.tm-google-map-section .tm-address-with-social-section .tm-telephone,
.tm-google-map-section .tm-address-with-social-section .tm-email {
margin-top: 15px;
}
.tm-google-map-section .tm-address-with-social-section .tm-contact-social-section ul {
justify-content: center;
}
.tm-google-map-section .tm-address-with-social-section .tm-contact-social-section li {
padding-top: 15px;
}
.tm-portfolio-section {
padding: 15px 0 45px;
}
.tm-portfolio-section .tm-section-title {
margin-top: 30px;
margin-bottom: 0;
}
.tm-portfolio-section .filter-group {
padding: 15px 15px 0;
}
.tm-portfolio-section .filter-group li {
padding-top: 15px;
}
.tm-portfolio-section .tm-portfolio-list {
padding-top: 30px;
}
@media (min-width: 768px) {
.tm-portfolio-section .tm-portfolio-list {
margin-left: -7.5px;
margin-right: -7.5px;
}
}
.tm-portfolio-section .tm-portfolio-list .tm-portfolio {
margin-top: 15px;
}
@media (min-width: 768px) {
.tm-portfolio-section .tm-portfolio-list .tm-portfolio {
float: left;
width: 50%;
padding: 7.5px;
margin-top: 0;
}
}
@media (min-width: 1050px) {
.tm-portfolio-section .tm-portfolio-list .tm-portfolio {
width: 33.33%;
}
}
.tm-testimonial-section {
padding: 15px 0 45px;
color: white;
position: relative;
overflow: hidden;
}
.tm-testimonial-section .tm-bg-image-section {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
-webkit-animation: kenburns-top 20s ease-out infinite both;
-o-animation: kenburns-top 20s ease-out infinite both;
-moz-animation: kenburns-top 20s ease-out infinite both;
animation: kenburns-top 20s ease-out infinite both;
background-attachment: fixed;
z-index: -1;
}
.tm-testimonial-section .tm-section-title {
margin-top: 30px;
margin-bottom: 0;
}
.tm-testimonial-section .slick-dots {
padding-top: 15px;
}
.tm-testimonial-section .slick-dots button {
background-color: white;
}
@media (min-width: 1050px) {
.tm-testimonial-section .tm-testimonial-slider {
width: 800px;
margin: auto;
}
}
.comment-form input[type=submit], .tm-comments-section .comment-respond .comment-form .logged-in-as a {
display: inline-block;
padding: 0 15px;
line-height: 2;
font-family: inherit;
font-size: 1rem;
font-weight: 600;
}
.tm-comments-section .comment-list li .comment-content p:before, .tm-comments-section .comment-list li .comment-meta .comment-metadata .edit-link:before, .tm-comments-section .comment-list li .comment-meta .comment-metadata time:before {
display: block;
position: absolute;
left: 0;
color: black;
top: 0;
}
.tm-comments-section .comment-list > li {
padding-bottom: 30px;
border-bottom-style: solid;
border-bottom-width: 1px;
border-color: #f8f9fa;
}
.tm-comments-section .comment-list li {
padding-top: 30px;
}
.tm-comments-section .comment-list li .comment-reply-link {
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
}
.tm-comments-section .comment-list li .comment-meta .comment-author img {
margin-right: 15px;
}
.tm-comments-section .comment-list li .comment-meta .comment-metadata {
padding-top: 15px;
}
.tm-comments-section .comment-list li .comment-meta .comment-metadata a, .tm-comments-section .comment-list li .comment-meta .comment-metadata span, .tm-comments-section .comment-list li .comment-meta .comment-metadata time {
display: inline-block;
position: relative;
}
.tm-comments-section .comment-list li .comment-meta .comment-metadata .edit-link, .tm-comments-section .comment-list li .comment-meta .comment-metadata time {
padding-left: 25px;
padding-right: 20px;
}
.tm-comments-section .comment-list li .comment-meta .comment-metadata time:before {
content: "";
}
.tm-comments-section .comment-list li .comment-meta .comment-metadata .edit-link:before {
content: "";
}
.tm-comments-section .comment-list li .comment-content p {
margin-top: 15px;
margin-bottom: 15px;
padding-left: 20px;
position: relative;
}
.tm-comments-section .comment-list li .comment-content p:last-child {
margin-bottom: 0;
}
.tm-comments-section .comment-list li .comment-content p:before {
content: "";
}
.tm-comments-section .comment-list li .reply {
padding-top: 15px;
}
.tm-comments-section .comment-list .children {
padding: 0;
margin-left: 15px;
}
.tm-comments-section .comment-respond .comment-reply-title {
font-size: 22px;
padding-top: 15px;
margin: 0;
}
.tm-comments-section .comment-respond p {
margin-top: 15px;
margin-bottom: 0;
}
.tm-comments-section .comment-respond .comment-form {
display: flex;
flex-wrap: wrap;
}
.tm-comments-section .comment-respond .comment-form .logged-in-as {
margin-top: 0;
}
.tm-comments-section .comment-respond .comment-form .logged-in-as a {
margin-top: 15px;
}
.tm-comments-section .comment-respond .comment-form p {
flex: 0 0 100%;
max-width: 100%;
}
@media (min-width: 768px) {
.tm-comments-section .comment-respond .comment-form p {
flex: 0 0 50%;
max-width: 50%;
padding-right: 10px;
}
}
.tm-comments-section .comment-respond .comment-form p.comment-notes, .tm-comments-section .comment-respond .comment-form p.comment-form-comment, .tm-comments-section .comment-respond .comment-form p.comment-form-cookies-consent, .tm-comments-section .comment-respond .comment-form p.form-submit, .tm-comments-section .comment-respond .comment-form p.logged-in-as {
flex: 0 0 100%;
max-width: 100%;
}
.tm-comments-section .comment-respond .comment-form label {
display: block;
margin-bottom: 15px;
}
.tm-comments-section .comment-respond .comment-form .comment-form-cookies-consent label {
display: inline-block;
padding-left: 10px;
margin-bottom: 0;
text-align: justify;
}
.tm-comments-section .comment-respond .comment-form .logged-in-as {
color: transparent;
}
.tm-comments-section .comment-respond .comment-form .logged-in-as a {
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
width: 100%;
text-align: center;
color: white;
}
.tm-comments-section .comment-respond .comment-form .logged-in-as a:after {
-webkit-animation: scale-out-hor-left 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
-o-animation: scale-out-hor-left 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
-moz-animation: scale-out-hor-left 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
animation: scale-out-hor-left 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}
.tm-comments-section .comment-respond .comment-form .logged-in-as a:hover {
color: white;
}
.tm-comments-section .comment-respond .comment-form .logged-in-as a:hover:after {
-webkit-animation: scale-in-hor-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
-o-animation: scale-in-hor-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
-moz-animation: scale-in-hor-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
animation: scale-in-hor-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
@media (min-width: 768px) {
.tm-comments-section .comment-respond .comment-form .logged-in-as a {
margin-right: 10px;
width: initial;
}
}
.tm-comments-section .comment-respond .comment-form .logged-in-as a:last-child {
margin-right: 0;
background-color: transparent;
border-style: solid;
border-width: 2px;
}
.comment-form textarea, .comment-form input[type=text], .comment-form input[type=email], .comment-form input[type=url] {
width: 100%;
border-style: solid;
border-width: 1px;
border-color: #cfd8dc;
padding: 10px 15px;
}
.comment-form input[type=submit] {
background-color: #5bc0be;
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
width: 100%;
text-align: center;
border: 0;
}
.comment-form input[type=submit]:hover {
background-color: #1f7b7a;
}
@media (min-width: 768px) {
.comment-form input[type=submit] {
margin-right: 10px;
width: initial;
}
}
.comment-form .comment-form-cookies-consent {
display: flex;
align-items: center;
}
.tm-comments-section {
padding: 0 15px 15px;
font-weight: 600;
margin-top: 30px;
box-shadow: 0 0 8px 0 #cfd8dc;
}
@media (min-width: 768px) {
.tm-comments-section {
padding: 15px 30px 30px;
}
}
.tm-comments-section .comments-title {
margin: 0;
padding-bottom: 10px;
border-bottom-style: dotted;
border-bottom-width: 2px;
border-color: #cfd8dc;
}
.tm-not-found {
text-align: center;
color: black;
padding: 60px 0;
display: flex;
justify-content: center;
align-items: center;
width: 100%;
}
.tm-not-found .tm-error-title {
font-size: 30px;
font-weight: 600;
margin-bottom: 20px;
line-height: 1;
}
@media (min-width: 1050px) {
.tm-not-found .tm-error-title {
font-size: 100px;
}
}
.tm-not-found h1 {
margin: 0;
}
.tm-not-found .page-header,
.tm-not-found .page-content {
flex: 0 0 100%;
max-width: 100%;
}
.tm-not-found .page-content {
padding: 20px 0 0 0;
margin: 0;
}
.tm-not-found .page-content p {
margin-top: 0;
margin-bottom: 20px;
font-size: 1.2rem;
font-style: italic;
}
.tm-not-found .search-form {
width: 70%;
margin: 0 auto;
}
.tm-not-found .search-form label {
width: calc(100% - 90px);
float: left;
padding-right: 5px;
}
.tm-not-found .search-form label input {
width: 100%;
height: 45px;
border-radius: 0;
padding: 0 15px;
}
.tm-not-found .search-form .search-submit {
width: 90px;
height: 45px;
float: left;
font-size: 1rem;
border-radius: 0;
border: 0;
cursor: pointer;
font-weight: 600;
padding: 0;
}#the_champ_error{color:red;margin:7px 0}div.theChampCommentingTabs p#theChampReplyTitle{font-size:large}.the_champ_login_container{margin:2px 0}div.heateor_ss_follow_ul a:focus,div.heateor_ss_follow_ul a:link,div.the_champ_sharing_ul a:link,div.the_champ_sharing_ul a:focus{text-decoration:none;background:transparent!important}.the_champ_login_container img,.the_champ_sharing_container img{cursor:pointer;margin:2px;border:none}.the_champ_login_container img{display:none;float:left}#the_champ_loading_image{display:block!important;float:none}.the_champ_error{background-color:#FFFFE0;border:1px solid #E6DB55;padding:5px;margin:10px}#the_champ_sharing_more_providers{position:fixed;top:50%;left:47%;background:#FAFAFA;width:650px;margin:-180px 0 0 -300px;z-index:10000000;text-shadow:none!important;height:308px}#the_champ_popup_bg,#heateor_ss_browser_popup_bg,#heateor_ss_lj_popup_bg,#heateor_ss_mastodon_popup_bg{background:url(//mathcm.com/wp-content/plugins/super-socializer/images/transparent_bg.png);bottom:0;display:block;left:0;position:fixed;right:0;top:0;z-index:10000}#the_champ_sharing_more_providers .title{font-size:14px!important;height:auto!important;background:#58B8F8!important;border-bottom:1px solid #D7D7D7!important;color:#fff;font-weight:700;letter-spacing:inherit;line-height:34px!important;padding:0!important;text-align:center;text-transform:none;margin:0!important;text-shadow:none!important;width:100%}#the_champ_sharing_more_providers *{font-family:Arial,Helvetica,sans-serif}#the_champ_sharing_more_providers #the_champ_sharing_more_content{background:#FAFAFA;border-radius:4px;color:#555;height:auto;width:100%}#the_champ_sharing_more_providers .filter{margin:0;padding:10px 0 0;position:relative;width:100%}#the_champ_sharing_more_providers .all-services{clear:both;height:250px;overflow:auto}#the_champ_sharing_more_content .all-services ul{margin:10px!important;overflow:hidden;list-style:none;padding-left:0!important;position:static!important;width:auto!important}#the_champ_sharing_more_content .all-services ul li{margin:0;background:0 0!important;float:left;width:33.3333%!important;text-align:left!important}#the_champ_sharing_more_providers .close-button img{margin:0;}#the_champ_sharing_more_providers .close-button.separated{background:0 0!important;border:none!important;box-shadow:none!important;width:auto!important;height:auto!important;z-index:1000}#the_champ_sharing_more_providers .close-button{height:auto!important;width:auto!important;left:auto!important;display:block!important;color:#555!important;cursor:pointer!important;font-size:29px!important;line-height:29px!important;margin:0!important;padding:0!important;position:absolute;right:-13px;top:-11px}#the_champ_sharing_more_providers .filter input.search{width:94%;display:block;float:none;font-family:"open sans","helvetica neue",helvetica,arial,sans-serif;font-weight:300;height:auto;line-height:inherit;margin:0 auto;padding:5px 8px 5px 10px;border:1px solid #ccc!important;color:#000;background:#FFF!important;font-size:16px!important;text-align:left!important;line-height:1}#the_champ_sharing_more_providers .footer-panel{background:#fff;border-top:1px solid #D7D7D7;padding:6px 0;width:100%;color:#fff}#the_champ_sharing_more_providers .footer-panel p{background-color:transparent;top:0;text-align:left!important;color:#000;font-family:'helvetica neue',arial,helvetica,sans-serif;font-size:12px;line-height:1.2;margin:0!important;padding:0 6px!important;text-indent:0!important}#the_champ_sharing_more_providers .footer-panel a{color:#fff;text-decoration:none;font-weight:700;text-indent:0!important}#the_champ_sharing_more_providers .all-services ul li a{border-radius:3px;color:#666!important;display:block;font-size:18px;height:auto;line-height:28px;overflow:hidden;padding:8px;text-decoration:none!important;text-overflow:ellipsis;white-space:nowrap;border:none!important;text-indent:0!important;background:0 0!important;text-shadow:none;box-shadow:none!important}.the_champ_share_count{display:block;text-indent:0!important;visibility:hidden;background-color:#58B8F8!important;width:5px;height:auto;text-align:center;min-width:8px!important;padding:1px 4px!important;color:#fff!important;font-family:'Open Sans',arial,sans-serif!important;font-size:10px!important;font-weight:600!important;-webkit-border-radius:15px!important;border-radius:15px!important;-webkit-box-shadow:0 2px 2px rgba(0,0,0,.4);box-shadow:0 2px 2px rgba(0,0,0,.4);text-shadow:0 -1px 0 rgba(0,0,0,.2);line-height:14px!important;border:2px solid #fff!important;z-index:1;margin:2px auto!important;box-sizing:content-box!important}.the_champ_share_count,.the_champ_vertical_counter,.the_champ_vertical_sharing{-webkit-box-sizing:content-box!important;-moz-box-sizing:content-box!important}ul.the_champ_login_ul{list-style:none!important;padding-left:0!important}#the_champ_comment_toggle{margin-bottom:10px}ul.the_champ_login_ul{margin:3px 0!important}ul.the_champ_login_ul li{background:none;float:left;padding:0!important;margin:0!important;border:0!important;width:auto!important;clear:none!important;list-style-type:none!important}.theChampLoginSvg{-webkit-box-sizing:content-box;-moz-box-sizing:border-box;box-sizing:content-box;width:100%;height:100%;background-position:center!important}.theChampXingLoginSvg{background-size:109%!important;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8cGF0aCBkPSJNIDYgOSBoIDUgbCA0IDQgbCAtNSA3IGggLTUgbCA1IC03IHogbSAxNSAtNCBoIDUgbCAtOSAxMyBsIDQgOCBoIC01IGwgLTQgLTggeiIgZmlsbD0iI2ZmZiI+PC9wYXRoPg0KPC9zdmc+) left no-repeat}.theChampWordpressLoginSvg{background-size:83%!important;background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Ccircle%20fill%3D%22%23FFF%22%20cx%3D%2216%22%20cy%3D%2216%22%20r%3D%2214.75%22%2F%3E%3Cg%20fill%3D%22%23464646%22%3E%3Cpath%20d%3D%22M3.176%2016c0%205.076%202.95%209.462%207.226%2011.54L4.287%2010.78c-.712%201.595-1.11%203.36-1.11%205.22zm21.48-.646c0-1.586-.57-2.684-1.06-3.537-.647-1.058-1.26-1.95-1.26-3.008%200-1.18.897-2.278%202.156-2.278.057%200%20.11.008.166.01-2.28-2.09-5.32-3.367-8.658-3.367-4.48%200-8.422%202.3-10.715%205.78.302.01.585.017.826.017%201.343%200%203.418-.164%203.418-.164.69-.042.774.974.084%201.056%200%200-.694.08-1.466.12l4.668%2013.892%202.808-8.417-1.998-5.476c-.69-.04-1.345-.12-1.345-.12-.69-.04-.61-1.1.08-1.058%200%200%202.116.164%203.38.164%201.34%200%203.416-.163%203.416-.163.69-.04.77.976.08%201.058%200%200-.694.08-1.467.12l4.634%2013.785%201.28-4.272c.552-1.773.975-3.048.975-4.144zm-8.43%201.766l-3.85%2011.18c1.15.34%202.365.523%203.624.523%201.492%200%202.925-.26%204.26-.728-.035-.056-.066-.113-.093-.177L16.225%2017.12zM27.25%209.848c.055.408.086.848.086%201.318%200%201.3-.242%202.764-.975%204.594l-3.916%2011.324C26.26%2024.86%2028.822%2020.73%2028.822%2016c0-2.23-.568-4.326-1.57-6.152z%22%2F%3E%3Cpath%20d%3D%22M16%201.052C7.757%201.052%201.052%207.757%201.052%2016c0%208.242%206.705%2014.948%2014.948%2014.948%208.242%200%2014.948-6.706%2014.948-14.95%200-8.24-6.706-14.946-14.948-14.946zm0%2029.212c-7.865%200-14.264-6.4-14.264-14.265S8.136%201.734%2016%201.734c7.863%200%2014.264%206.398%2014.264%2014.263%200%207.863-6.4%2014.264-14.264%2014.264z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampOdnoklassnikiLoginSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-4%20-4%2040%2040%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16%2016.16c-3.635%200-6.58-2.945-6.58-6.58C9.42%205.945%2012.364%203%2016%203s6.582%202.945%206.582%206.58c0%203.635-2.946%206.58-6.58%206.58zm0-9.817c-1.788%200-3.236%201.448-3.236%203.237%200%201.79%201.448%203.236%203.237%203.236%201.79%200%203.24-1.447%203.24-3.236%200-1.79-1.45-3.237-3.238-3.237zm7.586%2010.62c.648%201.3-.084%201.93-1.735%202.99-1.397.9-3.315%201.238-4.566%201.368l1.048%201.05%203.877%203.877c.59.59.59%201.544%200%202.134l-.178.18c-.59.59-1.544.59-2.134%200l-3.878-3.88-3.878%203.88c-.59.59-1.543.59-2.135%200l-.176-.18c-.59-.59-.59-1.543%200-2.132l3.878-3.878%201.043-1.046c-1.25-.127-3.19-.465-4.6-1.37-1.65-1.062-2.38-1.69-1.733-2.99.37-.747%201.4-1.367%202.768-.29C13.035%2018.13%2016%2018.13%2016%2018.13s2.968%200%204.818-1.456c1.37-1.077%202.4-.457%202.768.29z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampYandexLoginSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20viewBox%3D%22-92%20-12%20317.397%20187.918%22%20width%3D%22100%25%22%20height%3D%22100%25%22%3E%3Cg%20transform%3D%22translate%28-151.302%20-165.536%29%22%3E%3CclipPath%20id%3D%22a%22%3E%3Cpath%20transform%3D%22matrix%281%200%200%20-1%200%20524%29%22%20d%3D%22M0%20524h1000V0H0z%22%2F%3E%3C%2FclipPath%3E%3Cg%20clip-path%3D%22url%28%23a%29%22%3E%3Cpath%20d%3D%22M207.189%20331.072V314.4c0-22.627-2.627-33.82-11.703-53.352l-44.184-95.51h30.57l37.498%2081.695c10.986%2023.82%2015.763%2036.204%2015.763%2063.595v20.245zM225.102%20245.565l34.87-80.029h29.376L254%20245.566z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}.theChampGoogleLoginSvg{background-size:111%!important;background:url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%22100%25%22%20height%3D%22100%25%22%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20xmlns%3Axlink%3D%27http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%27%20viewBox%3D%27-9%20-9%2066%2066%27%3E%3Cdefs%3E%3Cpath%20id%3D%27a%27%20d%3D%27M44.5%2020H24v8.5h11.8C34.7%2033.9%2030.1%2037%2024%2037c-7.2%200-13-5.8-13-13s5.8-13%2013-13c3.1%200%205.9%201.1%208.1%202.9l6.4-6.4C34.6%204.1%2029.6%202%2024%202%2011.8%202%202%2011.8%202%2024s9.8%2022%2022%2022c11%200%2021-8%2021-22%200-1.3-.2-2.7-.5-4z%27%2F%3E%3C%2Fdefs%3E%3CclipPath%20id%3D%27b%27%3E%3Cuse%20xlink%3Ahref%3D%27%23a%27%20overflow%3D%27visible%27%2F%3E%3C%2FclipPath%3E%3Cpath%20clip-path%3D%27url%28%23b%29%27%20fill%3D%27%23FBBC05%27%20d%3D%27M0%2037V11l17%2013z%27%2F%3E%3Cpath%20clip-path%3D%27url%28%23b%29%27%20fill%3D%27%23EA4335%27%20d%3D%27M0%2011l17%2013%207-6.1L48%2014V0H0z%27%2F%3E%3Cpath%20clip-path%3D%27url%28%23b%29%27%20fill%3D%27%2334A853%27%20d%3D%27M0%2037l30-23%207.9%201L48%200v48H0z%27%2F%3E%3Cpath%20clip-path%3D%27url%28%23b%29%27%20fill%3D%27%234285F4%27%20d%3D%27M48%2048L17%2024l-4-3%2035-10z%27%2F%3E%3C%2Fsvg%3E') left no-repeat}.theChampYoutubeLoginSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.0%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-50%200%20262%20110%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23f00%22%20d%3D%22M154.3%2C17.5c-1.8-6.7-7.1-12-13.8-13.8c-12.1-3.3-60.8-3.3-60.8-3.3S31%2C0.5%2C18.9%2C3.8%20c-6.7%2C1.8-12%2C7.1-13.8%2C13.8C1.9%2C29.7%2C1.9%2C55%2C1.9%2C55s0%2C25.3%2C3.3%2C37.5c1.8%2C6.7%2C7.1%2C12%2C13.8%2C13.8c12.1%2C3.3%2C60.8%2C3.3%2C60.8%2C3.3%20s48.7%2C0%2C60.8-3.3c6.7-1.8%2C12-7.1%2C13.8-13.8c3.3-12.1%2C3.3-37.5%2C3.3-37.5S157.6%2C29.7%2C154.3%2C17.5z%22%3E%3C%2Fpath%3E%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2264.2%2C78.4%20104.6%2C55%2064.2%2C31.6%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E') no-repeat center center}.theChampLinkedinLoginSvg{background-size:106%!important;background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-1%200%2033%2035%22%3E%3Cpath%20d%3D%22M6.227%2012.61h4.19v13.48h-4.19V12.61zm2.095-6.7a2.43%202.43%200%200%201%200%204.86c-1.344%200-2.428-1.09-2.428-2.43s1.084-2.43%202.428-2.43m4.72%206.7h4.02v1.84h.058c.56-1.058%201.927-2.176%203.965-2.176%204.238%200%205.02%202.792%205.02%206.42v7.395h-4.183v-6.56c0-1.564-.03-3.574-2.178-3.574-2.18%200-2.514%201.7-2.514%203.46v6.668h-4.187V12.61z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E') left no-repeat}.theChampXLoginSvg{background-size:106%!important;background:url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%22100%25%22%20height%3D%22100%25%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M21.751%207h3.067l-6.7%207.658L26%2025.078h-6.172l-4.833-6.32-5.531%206.32h-3.07l7.167-8.19L6%207h6.328l4.37%205.777L21.75%207Zm-1.076%2016.242h1.7L11.404%208.74H9.58l11.094%2014.503Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') left no-repeat}.theChampVkontakteLoginSvg{background-size:113%!important;background:url('data:image/svg+xml;charset=utf8,%3Csvg%20fill%3D%22none%22%20height%3D%22100%25%22%20width%3D%22100%25%22%20viewBox%3D%220%2013%2046%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M25.54%2034.58c-10.94%200-17.18-7.5-17.44-19.98h5.48c.18%209.16%204.22%2013.04%207.42%2013.84V14.6h5.16v7.9c3.16-.34%206.48-3.94%207.6-7.9h5.16c-.86%204.88-4.46%208.48-7.02%209.96%202.56%201.2%206.66%204.34%208.22%2010.02h-5.68c-1.22-3.8-4.26-6.74-8.28-7.14v7.14z%22%20fill%3D%22%23FFFFFF%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') left no-repeat}.theChampLineLoginSvg{background-size:91%!important;background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M28%2014.304c0-5.37-5.384-9.738-12-9.738S4%208.936%204%2014.304c0%204.814%204.27%208.846%2010.035%209.608.39.084.923.258%201.058.592.122.303.08.778.04%201.084l-.172%201.028c-.05.303-.24%201.187%201.04.647s6.91-4.07%209.43-6.968c1.737-1.905%202.57-3.842%202.57-5.99zM11.302%2017.5H8.918c-.347%200-.63-.283-.63-.63V12.1c0-.346.283-.628.63-.628.348%200%20.63.283.63.63v4.14h1.754c.35%200%20.63.28.63.628%200%20.347-.282.63-.63.63zm2.467-.63c0%20.347-.284.628-.63.628-.348%200-.63-.282-.63-.63V12.1c0-.347.282-.63.63-.63.346%200%20.63.284.63.63v4.77zm5.74%200c0%20.27-.175.51-.433.596-.065.02-.132.032-.2.032-.195%200-.384-.094-.502-.25l-2.443-3.33v2.95c0%20.35-.282.63-.63.63-.347%200-.63-.282-.63-.63V12.1c0-.27.174-.51.43-.597.066-.02.134-.033.2-.033.197%200%20.386.094.503.252l2.444%203.328V12.1c0-.347.282-.63.63-.63.346%200%20.63.284.63.63v4.77zm3.855-3.014c.348%200%20.63.282.63.63%200%20.346-.282.628-.63.628H21.61v1.126h1.755c.348%200%20.63.282.63.63%200%20.347-.282.628-.63.628H20.98c-.345%200-.628-.282-.628-.63v-4.766c0-.346.283-.628.63-.628h2.384c.348%200%20.63.283.63.63%200%20.346-.282.628-.63.628h-1.754v1.126h1.754z%22%2F%3E%3C%2Fsvg%3E') left no-repeat}.theChampMicrosoftLoginSvg{background-size:91%!important;background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-16.61977%20-16.61977%20123.565208%20123.834167%22%20id%3D%22svg8375%22%3E%3Cpath%20d%3D%22M%200%2C12.40183%2035.68737%2C7.5416%2035.70297%2C41.96435%200.03321%2C42.16748%20z%20m%2035.67037%2C33.52906%200.0277%2C34.45332%20-35.66989%2C-4.9041%20-0.002%2C-29.77972%20z%20M%2039.99644%2C6.90595%2087.31462%2C0%20l%200%2C41.527%20-47.31818%2C0.37565%20z%20M%2087.32567%2C46.25471%2087.31457%2C87.59463%2039.9964%2C80.91625%2039.9301%2C46.17767%20z%22%20id%3D%22path13%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') left no-repeat}.theChampKakaoLoginSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20data-v-2f45413c%3D%22%22%20data-v-47403985%3D%22%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%227.5%207.5%2021%2021%22%20class%3D%22ico%5fshare%5fkakao%22%3E%3Cg%20fill-rule%3D%22evenodd%22%20fill%3D%22none%22%20data-v-2f45413c%3D%22%22%3E%3Cg%20data-v-2f45413c%3D%22%22%3E%3Cpath%20data-v-2f45413c%3D%22%22%20d%3D%22M0%200H18V18H0z%22%20transform%3D%22translate%289%209%29%22%3E%3C%2Fpath%3E%20%3Cpath%20data-v-2f45413c%3D%22%22%20d%3D%22M9.375%201.5C5.025%201.5%201.5%204.393%201.5%207.962c0%202.718%201.151%203.858%202.949%205.042l.01%203.315c0%20.149.178.234.303.145L7.827%2014.3c.5.082%201.018.125%201.548.125%204.35%200%207.875-2.893%207.875-6.463%200-3.569-3.526-6.462-7.875-6.462%22%20transform%3D%22translate%289%209%29%22%20class%3D%22fill%22%20fill%3D%22black%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E') left no-repeat}.theChampSpotifyLoginSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20186.845%20186.845%22%20style%3D%22enable-background%3Anew%200%200%20186.845%20186.845%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M128.875%2C120.962c-31.094-14.37-74.616-8.014-76.453-7.737c-4.096%2C0.619-6.915%2C4.44-6.296%2C8.536%20c0.619%2C4.096%2C4.443%2C6.912%2C8.536%2C6.296c0.406-0.062%2C40.867-5.982%2C67.92%2C6.521c1.018%2C0.471%2C2.089%2C0.694%2C3.142%2C0.694%20c2.834-0.001%2C5.546-1.614%2C6.813-4.355C134.274%2C127.157%2C132.635%2C122.7%2C128.875%2C120.962z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M137.614%2C93.953c-35.313-16.319-84.833-9.087-86.924-8.772c-4.094%2C0.619-6.911%2C4.438-6.294%2C8.532%20c0.616%2C4.095%2C4.438%2C6.916%2C8.531%2C6.301c0.468-0.071%2C47.206-6.857%2C78.394%2C7.556c1.02%2C0.471%2C2.089%2C0.694%2C3.142%2C0.694%20c2.834-0.001%2C5.546-1.614%2C6.814-4.356C143.014%2C100.148%2C141.374%2C95.691%2C137.614%2C93.953z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M143.49%2C65.736c-39.006-18.027-93.79-10.028-96.103-9.679c-4.094%2C0.619-6.911%2C4.438-6.294%2C8.532s4.44%2C6.919%2C8.531%2C6.3%20c0.523-0.079%2C52.691-7.657%2C87.573%2C8.463c1.018%2C0.471%2C2.089%2C0.694%2C3.142%2C0.694c2.834%2C0%2C5.546-1.614%2C6.813-4.355%20C148.89%2C71.93%2C147.25%2C67.474%2C143.49%2C65.736z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') left no-repeat;background-size:128%}.theChampGithubLoginSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20focusable%3D%27false%27%20aria-hidden%3D%27true%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2032%2032%27%3E%3Cpath%20fill%3D%27%23FFF%27%20d%3D%27M16%203.32c-7.182%200-13%205.82-13%2013%200%205.754%203.72%2010.612%208.89%2012.335.65.114.893-.276.893-.617%200-.31-.016-1.333-.016-2.42-3.266.6-4.11-.797-4.37-1.53-.147-.373-.78-1.527-1.334-1.835-.455-.244-1.105-.845-.016-.86%201.024-.017%201.755.942%202%201.332%201.17%201.966%203.038%201.414%203.785%201.073.114-.845.455-1.414.83-1.74-2.893-.324-5.916-1.445-5.916-6.418%200-1.414.504-2.584%201.333-3.494-.13-.325-.59-1.657.13-3.445%200%200%201.085-.34%203.57%201.337%201.04-.293%202.146-.44%203.25-.44s2.21.147%203.25.44c2.49-1.69%203.58-1.337%203.58-1.337.714%201.79.26%203.12.13%203.446.828.91%201.332%202.064%201.332%203.494%200%204.99-3.04%206.094-5.93%206.42.47.405.876%201.185.876%202.404%200%201.74-.016%203.136-.016%203.575%200%20.34.244.743.894.613C25.28%2026.933%2029%2022.053%2029%2016.32c0-7.182-5.817-13-13-13z%27%3E%3C%2Fpath%3E%3C%2Fsvg%3E') left no-repeat;background-size:94%}.theChampDribbbleLoginSvg{background:url('data:image/svg+xml;charset=utf8,%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-10%2010%201000%201000%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%20500c0-90.667%2022.334-174.333%2067-251%2044.667-76.667%20105.334-137.333%20182-182C325.667%2022.333%20409.334%200%20500%200c90.667%200%20174.334%2022.333%20251%2067%2076.667%2044.667%20137.334%20105.333%20182%20182%2044.667%2076.667%2067%20160.333%2067%20251s-22.333%20174.333-67%20251c-44.666%2076.667-105.333%20137.333-182%20182-76.666%2044.667-160.333%2067-251%2067-90.666%200-174.333-22.333-251-67-76.666-44.667-137.333-105.333-182-182C22.334%20674.333%200%20590.667%200%20500zm83%200c0%20104%2035%20195.667%20105%20275%2032-62.667%2082.667-122.333%20152-179%2069.334-56.667%20137-92.333%20203-107-10-23.333-19.666-44.333-29-63-114.666%2036.667-238.666%2055-372%2055-26%200-45.333-.333-58-1%200%202.667-.166%206-.5%2010-.333%204-.5%207.333-.5%2010zm13-103c14.667%201.333%2036.334%202%2065%202%20111.334%200%20217-15%20317-45-50.666-90-106.333-165-167-225-52.666%2026.667-97.833%2063.667-135.5%20111-37.666%2047.333-64.166%2099.667-79.5%20157zm149%20432c75.334%2058.667%20160.334%2088%20255%2088%2049.334%200%2098.334-9.333%20147-28-13.333-114-39.333-224.333-78-331-61.333%2013.333-123.166%2047-185.5%20101C321.167%20713%20275%20769.667%20245%20829zM398%2097c58.667%2060.667%20113%20136.333%20163%20227%2090.667-38%20159-86.333%20205-145-77.333-64-166-96-266-96-34%200-68%204.667-102%2014zm199%20298c10%2021.333%2021.334%2048.333%2034%2081%2049.334-4.667%20103-7%20161-7%2041.334%200%2082.334%201%20123%203-5.333-90.667-38-171.333-98-242-43.333%2064.667-116.666%20119.667-220%20165zm59%20151c34%2098.667%2057%20200%2069%20304%2052.667-34%2095.667-77.667%20129-131%2033.334-53.333%2053.334-111%2060-173-48.666-3.333-93-5-133-5-36.666%200-78.333%201.667-125%205z%22%2F%3E%3C%2Fsvg%3E') left no-repeat;background-size:78%}.theChampYahooLoginSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M21.495%206.097c1.09.31%202.213.28%203.304%200l-7.418%2012.09v9.91c-.468-.155-.935-.22-1.37-.22-.47%200-.937.065-1.404.22v-9.91L7.19%206.097c1.09.28%202.213.31%203.304%200l5.516%208.788%205.483-8.787z%22%2F%3E%3C%2Fsvg%3E') left no-repeat;background-size:92%}.theChampDiscordLoginSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%22-3%20-3%2054%2054%22%20version%3D%221.1%22%3E%3Cpath%20d%3D%22M40%2012s-4.586-3.59-10-4l-.488.977C34.406%2010.176%2036.652%2011.89%2039%2014c-4.047-2.066-8.04-4-15-4-6.96%200-10.953%201.934-15%204%202.348-2.11%205.02-4.016%209.488-5.023L18%208c-5.68.535-10%204-10%204s-5.121%207.426-6%2022c5.16%205.953%2013%206%2013%206l1.64-2.184C13.856%2036.848%2010.716%2035.121%208%2032c3.238%202.45%208.125%205%2016%205s12.762-2.55%2016-5c-2.715%203.121-5.855%204.848-8.64%205.816L33%2040s7.84-.047%2013-6c-.879-14.574-6-22-6-22zM17.5%2030c-1.934%200-3.5-1.79-3.5-4s1.566-4%203.5-4%203.5%201.79%203.5%204-1.566%204-3.5%204zm13%200c-1.934%200-3.5-1.79-3.5-4s1.566-4%203.5-4%203.5%201.79%203.5%204-1.566%204-3.5%204z%22%20fill%3D%22%23fff%22%20id%3D%22surface1%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') left no-repeat}.theChampStackoverflowLoginSvg{background-size:88%!important;background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-20.5%20-20.5%20140%20170%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2288%2080%2099%2080%2099%20124%200%20124%200%2080%2011%2080%2011%20113%2088%20113%22%3E%3C%2Fpolygon%3E%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22nonzero%22%20d%3D%22M22.9878906%2C76.73%20L77.0128906%2C88.085%20L79.2838906%2C77.285%20L25.2588906%2C65.925%20L22.9878906%2C76.73%20Z%20M30.1368906%2C50.861%20L80.1828906%2C74.169%20L84.8448906%2C64.16%20L34.7978906%2C40.852%20L30.1368906%2C50.861%20Z%20M43.9848906%2C26.308%20L86.4128906%2C61.639%20L93.4788906%2C53.154%20L51.0508906%2C17.824%20L43.9848906%2C26.308%20Z%20M71.3718906%2C0.192%20L62.5118906%2C6.782%20L95.4598906%2C51.082%20L104.319891%2C44.493%20L71.3718906%2C0.192%20Z%20M22%2C102%20L77%2C102%20L77%2C91%20L22%2C91%20L22%2C102%20Z%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E') left no-repeat}.theChampAmazonLoginSvg{background-size:71%!important;background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%201100%201000%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M2%20776c3.333-5.333%208.666-5.667%2016-1%20166.666%2096.667%20348%20145%20544%20145%20130.666%200%20259.666-24.333%20387-73%203.333-1.333%208.166-3.333%2014.5-6%206.333-2.667%2010.833-4.667%2013.5-6%2010-4%2017.833-2%2023.5%206%205.666%208%203.833%2015.333-5.5%2022-12%208.667-27.334%2018.667-46%2030-57.334%2034-121.334%2060.333-192%2079-70.667%2018.667-139.667%2028-207%2028-104%200-202.334-18.167-295-54.5C162.333%20909.167%2079.333%20858%206%20792c-4-3.333-6-6.667-6-10%200-2%20.666-4%202-6zm301-285c0-46%2011.333-85.333%2034-118%2022.666-32.667%2053.666-57.333%2093-74%2036-15.333%2080.333-26.333%20133-33%2018-2%2047.333-4.667%2088-8v-17c0-42.667-4.667-71.333-14-86-14-20-36-30-66-30h-8c-22%202-41%209-57%2021s-26.334%2028.667-31%2050c-2.667%2013.333-9.334%2021-20%2023l-115-14c-11.334-2.667-17-8.667-17-18%200-2%20.333-4.333%201-7%2011.333-59.333%2039.166-103.333%2083.5-132C451.833%2019.333%20503.666%203.333%20563%200h25c76%200%20135.333%2019.667%20178%2059a190.52%20190.52%200%200%201%2018.5%2021.5c5.666%207.667%2010.166%2014.5%2013.5%2020.5%203.333%206%206.333%2014.667%209%2026%202.666%2011.333%204.666%2019.167%206%2023.5%201.333%204.333%202.333%2013.667%203%2028%20.666%2014.333%201%2022.833%201%2025.5v242c0%2017.333%202.5%2033.167%207.5%2047.5s9.833%2024.667%2014.5%2031c4.666%206.333%2012.333%2016.5%2023%2030.5%204%206%206%2011.333%206%2016%200%205.333-2.667%2010-8%2014-55.334%2048-85.334%2074-90%2078-8%206-17.667%206.667-29%202-9.334-8-17.5-15.667-24.5-23s-12-12.667-15-16-7.834-9.833-14.5-19.5c-6.667-9.667-11.334-16.167-14-19.5-37.334%2040.667-74%2066-110%2076-22.667%206.667-50.667%2010-84%2010-51.334%200-93.5-15.833-126.5-47.5S303%20549%20303%20491zm172-20c0%2026%206.5%2046.833%2019.5%2062.5S525%20557%20547%20557c2%200%204.833-.333%208.5-1%203.666-.667%206.166-1%207.5-1%2028-7.333%2049.666-25.333%2065-54%207.333-12.667%2012.833-26.5%2016.5-41.5%203.666-15%205.666-27.167%206-36.5.333-9.333.5-24.667.5-46v-25c-38.667%200-68%202.667-88%208-58.667%2016.667-88%2053.667-88%20111zm420%20322c1.333-2.667%203.333-5.333%206-8%2016.666-11.333%2032.666-19%2048-23%2025.333-6.667%2050-10.333%2074-11%206.666-.667%2013-.333%2019%201%2030%202.667%2048%207.667%2054%2015%202.666%204%204%2010%204%2018v7c0%2023.333-6.334%2050.833-19%2082.5-12.667%2031.667-30.334%2057.167-53%2076.5-3.334%202.667-6.334%204-9%204-1.334%200-2.667-.333-4-1-4-2-5-5.667-3-11%2024.666-58%2037-98.333%2037-121%200-7.333-1.334-12.667-4-16-6.667-8-25.334-12-56-12-11.334%200-24.667.667-40%202-16.667%202-32%204-46%206-4%200-6.667-.667-8-2-1.334-1.333-1.667-2.667-1-4%200-.667.333-1.667%201-3z%22%2F%3E%3C%2Fsvg%3E') left no-repeat}.theChampMailruLoginSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23F89C0E%22%20d%3D%22M19.975%2015.894c-.134-2.542-2.02-4.07-4.3-4.07h-.086c-2.63%200-4.09%202.068-4.09%204.417%200%202.633%201.765%204.296%204.077%204.296%202.58%200%204.275-1.89%204.4-4.127l-.003-.515zm-4.37-6.346c1.755%200%203.407.776%204.62%201.993v.006c0-.584.395-1.024.94-1.024h.14c.85%200%201.025.808%201.025%201.063l.005%209.08c-.06.595.613.9.988.52%201.457-1.497%203.203-7.702-.907-11.295-3.83-3.352-8.967-2.8-11.7-.916-2.904%202.003-4.764%206.438-2.958%2010.603%201.968%204.543%207.6%205.896%2010.947%204.546%201.696-.684%202.48%201.607.72%202.355-2.66%201.132-10.066%201.02-13.525-4.972-2.338-4.046-2.212-11.163%203.987-14.85%204.74-2.822%2010.99-2.042%2014.762%201.895%203.937%204.117%203.705%2011.82-.137%2014.818-1.742%201.36-4.326.035-4.312-1.947l-.02-.647c-1.21%201.203-2.824%201.905-4.58%201.905-3.475%200-6.53-3.056-6.53-6.528%200-3.508%203.057-6.6%206.533-6.6%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampFacebookLoginSvg{background-size:147%!important;padding-top:5px;background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-5%20-5%2042%2042%22%3E%3Cpath%20d%3D%22M17.78%2027.5V17.008h3.522l.527-4.09h-4.05v-2.61c0-1.182.33-1.99%202.023-1.99h2.166V4.66c-.375-.05-1.66-.16-3.155-.16-3.123%200-5.26%201.905-5.26%205.405v3.016h-3.53v4.09h3.53V27.5h4.223z%22%20fill%3D%22%23218cf2%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') left no-repeat}.theChampSteamLoginSvg{background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20300%20300%22%3E%3Ccircle%20cx%3D%2245%22%20cy%3D%22130%22%20r%3D%2225%22%20stroke%3D%22%23fff%22%20stroke-width%3D%227%22%20fill%3D%22none%22%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%22155%22%20cy%3D%22198%22%20r%3D%2225%22%20stroke%3D%22%23fff%22%20stroke-width%3D%227%22%20fill%3D%22none%22%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%22245%22%20cy%3D%22110%22%20r%3D%2235%22%20stroke%3D%22%23fff%22%20stroke-width%3D%2210%22%20fill%3D%22none%22%3E%3C%2Fcircle%3E%3Ccircle%20cx%3D%22245%22%20cy%3D%22110%22%20r%3D%2215%22%20stroke%3D%22%23fff%22%20stroke-width%3D%2210%22%20fill%3D%22%23fff%22%3E%3C%2Fcircle%3E%3Cpath%20d%3D%22M%20160%20170%20l%2045%20-64%20l%2040%2044%20l%20-62%2044%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M%2045%20130%20l%20110%2068%22%20stroke%3D%22%23fff%22%20stroke-width%3D%2230%22%20fill%3D%22%23fff%22%20stroke-linecap%3D%22round%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E) left no-repeat;background-size:80%!important}.theChampInstagramLoginSvg{background-size:94%!important;background:url(data:image/svg+xml;charset=utf8,%3Csvg%20enable-background%3D%22new%200%200%20128%20128%22%20id%3D%22Layer_1%22%20version%3D%221.1%22%20viewBox%3D%220%200%20128%20128%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cg%3E%3Cg%3E%3Cpath%20d%3D%22M86%2C112H42c-14.336%2C0-26-11.663-26-26V42c0-14.337%2C11.664-26%2C26-26h44c14.337%2C0%2C26%2C11.663%2C26%2C26v44%20%20%20%20C112%2C100.337%2C100.337%2C112%2C86%2C112z%20M42%2C24c-9.925%2C0-18%2C8.074-18%2C18v44c0%2C9.925%2C8.075%2C18%2C18%2C18h44c9.926%2C0%2C18-8.075%2C18-18V42%20%20%20%20c0-9.926-8.074-18-18-18H42z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3Cg%3E%3Cpath%20d%3D%22M64%2C88c-13.234%2C0-24-10.767-24-24c0-13.234%2C10.766-24%2C24-24s24%2C10.766%2C24%2C24C88%2C77.233%2C77.234%2C88%2C64%2C88z%20M64%2C48c-8.822%2C0-16%2C7.178-16%2C16s7.178%2C16%2C16%2C16c8.822%2C0%2C16-7.178%2C16-16S72.822%2C48%2C64%2C48z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3Cg%3E%3Ccircle%20cx%3D%2289.5%22%20cy%3D%2238.5%22%20fill%3D%22%23fff%22%20r%3D%225.5%22%3E%3C%2Fcircle%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E) left no-repeat}.theChampLoginButton{background:url(//mathcm.com/wp-content/plugins/super-socializer/images/login/login.png) no-repeat}.theChampLogin{padding:0!important;margin:2px;height:35px;width:35px;float:left;cursor:pointer;border:none}.theChampInstagramLogin,.theChampTwitterLogin,.theChampXingLogin{display:block}.theChampXingButton{background-position:-64px 0;width:32px;height:32px;display:block}.theChampFacebookButton{background-position:0 0;width:32px;height:32px;display:none}.theChampLiveButton{background-position:-32px -96px;width:32px;height:32px;display:block}.theChampGoogleButton{background-position:-32px 0;width:32px;height:32px;display:none}.theChampInstagramButton{background-position:0 -32px;width:32px;height:32px;display:block!important}.theChampLinkedinButton{background-position:-32px -32px;width:32px;height:32px;display:none}.theChampTwitterButton{background-position:0 -64px;width:32px;height:32px;display:block!important}.theChampVkontakteButton{background-position:-32px -64px;width:32px;height:32px;display:none}ul.the_champ_sharing_ul,ul.heateor_ss_follow_ul{margin:1px 0;list-style:none;padding-left:0}#heateor_ss_mastodon_popup_close img,#the_champ_sharing_popup_close img{opacity: 1!important;background:0 0!important;border:none!important;outline:0!important;box-shadow:none!important;width:auto!important;height:auto!important;top:inherit!important;right:inherit!important;left:9px!important;padding:0!important}.the_champ_square_count{display:none;text-align:center;font-weight:bolder;font-family:sans-serif;font-style: normal;font-size: .55em;visibility:hidden;word-wrap:normal!important}ul.heateor_ss_follow_ul li{width:auto;}div.heateor_ss_follow_ul a,div.the_champ_sharing_ul a,ul.the_champ_sharing_ul li{text-decoration:none!important;margin:2px;float:left;padding:0;list-style:none;border:none;clear:none;}.theChampSharing{display:block;cursor:pointer;margin:2px}ul.the_champ_login_ul li:before{content:none!important}.the_champ_vertical_counter,.the_champ_vertical_sharing{background:0 0;-webkit-box-shadow:0 1px 4px 1px rgba(0,0,0,.1);box-shadow:0 1px 4px 1px rgba(0,0,0,.1);position:fixed;overflow:visible;z-index:10000000;display:block;padding:10px;border-radius:4px;opacity:1;box-sizing:content-box!important}.the_champ_vertical_counter li{clear:both}li.the_champ_facebook_share .fb-share-button span,li.the_champ_facebook_like .fb-like span,li.the_champ_facebook_recommend .fb-like span{vertical-align:top!important}li.the_champ_facebook_like .fb-like span iframe,li.the_champ_facebook_recommend .fb-like span iframe{max-width:none!important;z-index:1000}div.the_champ_horizontal_sharing li.the_champ_facebook_share, div.the_champ_horizontal_counter li.the_champ_facebook_share{width:76px}div.the_champ_horizontal_sharing li.the_champ_facebook_like, div.the_champ_horizontal_counter li.the_champ_facebook_like{width:56px}div.the_champ_horizontal_sharing li.the_champ_facebook_recommend, div.the_champ_horizontal_counter li.the_champ_facebook_recommend{width:111px}div.the_champ_horizontal_sharing li.the_champ_twitter_tweet, div.the_champ_horizontal_counter li.the_champ_twitter_tweet{width:65px}div.the_champ_horizontal_counter li.the_champ_linkedin_share span, div.the_champ_horizontal_sharing .the_champ_linkedin_share span{vertical-align:text-top!important}div.the_champ_horizontal_sharing .the_champ_buffer_share{width:89px}div.the_champ_horizontal_sharing .the_champ_linkedin_share, div.the_champ_horizontal_counter li.the_champ_linkedin_share{width:67px}div.the_champ_horizontal_sharing .the_champ_buffer, div.the_champ_horizontal_counter li.the_champ_buffer{width:81px;}div.the_champ_horizontal_sharing .the_champ_reddit, div.the_champ_horizontal_counter li.the_champ_reddit{width:124px}div.the_champ_horizontal_sharing .the_champ_yummly, div.the_champ_horizontal_counter li.the_champ_yummly{width:61px}div.the_champ_horizontal_sharing .the_champ_pinterest_pin, div.the_champ_horizontal_counter li.the_champ_pinterest_pin{width:58px}div.the_champ_horizontal_counter li.the_champ_pinterest_pin{line-height:1px}div.the_champ_horizontal_sharing .the_champ_xing, div.the_champ_horizontal_counter li.the_champ_xing{width:67px}.the_champ_counter_container li{height:21px}.theChampInstagramBackground{background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%)}.theChampYummlyBackground{background-color:#E16120}.theChampBufferBackground{background-color:#000}.theChampYahooBackground{background-color:#400090}.theChampGithubBackground{background-color:#2a2a2a}.theChampSpotifyBackground{background-color:#1DB954}.theChampAmazonBackground{background-color:#f59829}.theChampDiscordBackground{background-color:#7289DA}.theChampStackoverflowBackground{background-color:#f3802e}.theChampDribbbleBackground{background-color:#ea4c89}.theChampKakaoBackground{background-color:#FEE500}.theChampDropboxBackground{background-color:#0061ff}.theChampFoursquareBackground{background-color:#f94877}.theChampDisqusBackground{background-color:#2e9fff}.theChampFacebookBackground{background-color:#4267B2}.theChampOdnoklassnikiBackground{background-color:#F2720C}.theChampYandexBackground{background-color:#e52620}.theChampSteamBackground{background-color:#393939}.theChampLiveJournalBackground{background-color:#EDEDED}.theChampDiggBackground{background-color:#006094}.theChampEmailBackground{background-color:#649A3F}.theChampFloatitBackground{background-color:#53BEEE}.theChampYoutubeBackground{background-color:white;box-sizing:border-box;border:1px #4184F3 solid}.theChampGoogleBackground{background-color:white;box-sizing:border-box;border:1px #4184F3 solid}.theChampLinkedinBackground{background-color:#0077B5}.theChampMoreBackground{background-color:#EE8E2D}.theChampPinterestBackground{background-color:#CC2329}.theChampPrintBackground{background-color:#FD6500}.theChampRedditBackground{background-color:#FF5700}.theChampStockTwitsBackground{background-color: #40576F}.theChampTumblrBackground{background-color:#29435D}.theChampLineBackground{background-color:#00C300}.theChampMicrosoftBackground{background-color:#2672ec}.theChampParlerBackground{background-color:#892E5E}.theChampTwitterBackground{background-color:#55acee}.theChampMastodonBackground{background-color:#2b90d9}.theChampWordPressBackground,.theChampWordpressBackground{background-color: #464646}.theChampVkontakteBackground{background-color:#0077FF}.theChampXingBackground{background-color:#00797D}.theChampWhatsappBackground{background-color:#55EB4C}.theChampMailruBackground{background-color:#356FAC}.theChampMeWeBackground{background-color:#007da1}.theChampMixBackground{background-color:#ff8226}.theChampXBackground{background-color:#2a2a2a}.theChampHorizontalSharingButton,.theChampVerticalSharingButton{display:block}.theChampInstagramBackground{background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%)}.theChampTCBackground,.theChampTCBackground:hover{border-width: 0!important;background-color:transparent;}div.the_champ_sharing_ul .theChampTCBackground{background-color:transparent;font-style:normal!important;word-wrap:normal;color:#666;line-height:1;visibility:hidden;}.theChampSharingTotalsharesButton{font-style:normal!important;word-wrap:normal;color:#666;line-height:1}.theChampSharingSvg{width:100%;height:100%}.theChampYummlySvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M%2010.5%2010%20q%204%20-2%202.5%201%20l%20-1%204%20q%200%202%205%200%20l%201%20-6.5%20m%20-1%206.5%20l%20-1%204%20c%20-3%206%20-6%20-1%200%20-1%20q%201%20-1%205%201%22%20stroke-width%3D%222%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampBufferSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-4%20-4%2038%2039%22%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M%2015%206%20l%20-10%205%20l%2010%205%20l%2010%20-5%20z%22%20stroke-width%3D%220%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M%205.5%2014.5%20l%209.5%205%20l%209.5%20-5%20m%20-19%204%20l%209.5%205%20l%209.5%20-5%22%20stroke-width%3D%222%22%20fill%3D%22none%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampFacebookSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-5%20-5%2042%2042%22%3E%3Cpath%20d%3D%22M17.78%2027.5V17.008h3.522l.527-4.09h-4.05v-2.61c0-1.182.33-1.99%202.023-1.99h2.166V4.66c-.375-.05-1.66-.16-3.155-.16-3.123%200-5.26%201.905-5.26%205.405v3.016h-3.53v4.09h3.53V27.5h4.223z%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') no-repeat center center}.theChampSharing{float:left;border:none}.theChampSharingArrow{height:16px;width:16px;cursor:pointer;margin-top:10px}.theChampPushIn{background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2030%2030%22%3E%0A%3Cpath%20d%3D%22M%207%206%20q%202%206%2010%206%20v%20-6%20l%206%209%20l%20-6%209%20v%20-6%20q%20-10%202%20-10%20-12%22%20stroke-width%3D%221%22%20stroke%3D%22%23000%22%20fill%3D%22%23000%22%20stroke-linecap%3D%22round%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E) left no-repeat}.theChampPullOut{background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2030%2030%22%3E%0A%3Cpath%20d%3D%22M%2023%206%20q%20-2%206%20-10%206%20v%20-6%20l%20-6%209%20l%206%209%20v%20-6%20q%2010%202%2010%20-12%22%20stroke-width%3D%221%22%20stroke%3D%22%23000%22%20fill%3D%22%23000%22%20stroke-linecap%3D%22round%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E) left no-repeat}.theChampCommentingTabs li{padding-left:0!important;float:left;margin:0 1em 0 0!important;list-style:none;color:#aaa;display:block;cursor:pointer;font-size:.85em}.theChampCommentingTabs ul{float:left;padding-left:0;margin-left:0}li.theChampSelectedTab{color:#333;border-bottom:2px solid #23a9e1}.fb-comments,.fb-comments span,.fb-comments span iframe[style]{min-width:100%!important;width:100%!important}div.the_champ_horizontal_counter li{margin-right:14px!important}div.theChampTotalShareCount{word-wrap:normal!important;font-weight: bolder;font-family: sans-serif;padding: 0;margin: 0;text-align:center}div.theChampTotalShareText{word-wrap:normal!important;margin: 0;padding: 0;text-align: center;}.the_champ_sharing_container a{padding:0!important;box-shadow:none!important;border:none!important}div.course_instructor_widget .the_champ_vertical_sharing{display:none!important;}@media screen and (max-width:783px){#the_champ_sharing_more_providers{width:80%;left:60%;margin-left:-50%;text-shadow:none!important}#the_champ_sharing_more_providers .filter input.search{border:1px solid #ccc;width:92%}}@media screen and (max-width:475px){#the_champ_sharing_more_content .all-services ul li{width:100%!important;}}#ss_openid{border:1px solid gray;display:inline;font-family:"Trebuchet MS";font-size:12px;width:98%;padding:.35em .325em .75em;margin-bottom:20px}#ss_openid form{margin-top:25px;margin-left:0;padding:0;background:transparent;-webkit-box-shadow:none;box-shadow:none}#ss_openid input{font-family:"Trebuchet MS";font-size:12px;width:100px;float:left}#ss_openid input[type=submit]{background:#767676;padding:.75em 2em;border:0;-webkit-border-radius:2px;border-radius:2px;-webkit-box-shadow:none;box-shadow:none;color:#fff;cursor:pointer;display:inline-block;font-weight:800;line-height:1;text-shadow:none;-webkit-transition:background .2s;transition:background .2s}#ss_openid legend{color:#FF6200;float:left;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:table;max-width:100%;padding:0;white-space:normal}#ss_openid input.openid_login{background-color:#fff;background-position:0 50%;color:#000;width:220px;margin-right:10px;height:30px;margin-bottom:5px;background:#fff;background-image:-webkit-linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0));border:1px solid #bbb;-webkit-border-radius:3px;border-radius:3px;display:block;padding:.7em;line-height:1.5}#ss_openid a{color:silver}#ss_openid a:hover{color:#5e5e5e}.heateor_ms_subscribe_option{line-height: 14px;margin-top: 8px;}.heateor_ms_subscribe_option input.heateor_ms_checkbox, .heateor_ms_subscribe_option label.heateor_ms_checkbox_label{float:left;font-size: 15px;margin: 0;color: #666;}.heateor_ms_subscribe_option input.heateor_ms_checkbox{margin: 0 4px 0 0;width: 15px;height: 15px;float: left;}div.heateor_ss_sl_optin_container{clear:both}div.heateor_ss_sl_optin_container a{color:blue}div.heateor_ss_sl_optin_container label{font-size:11px;font-weight:normal}input.heateor_ss_social_login_optin{vertical-align:middle}div.theChampFacebookLogoContainer{width:25px;height:25px;border-radius:999px;background-color:white;margin:5px auto;}div.the_champ_login_container i.theChampFacebookBackground{background-color:#218cf2!important}div.the_champ_bottom_sharing{margin-bottom:0}.theChampTwitchBackground{background-color:#6441A5}.theChampTwitchLoginSvg{background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20300%20300%22%3E%3Cpath%20d%3D%22M%2055%2030%20h%20200%20v%20160%20l%20-40%2040%20h%20-50%20l%20-40%2040%20v%20-40%20l%2030%20-30%20h%2060%20l%2020%20-20%20v%20-132%20h%20-165%20v%20152%20h%2055%20v%2070%20h%20-20%20v%20-40%20h%20-65%20v%20-160%20z%20M%20130%2090%20v%2060%20h%2015%20v%20-60%20z%20M%20185%2090%20v%2060%20h%2015%20v%20-60%20z%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%20fill%3D%22%23fff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E) left no-repeat}.theChampParlerSvg{background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20height%3D%27100%25%27%20width%3D%27100%25%27%20viewBox%3D%27-24%20-30%20140%20160%27%3E%3Cg%20fill%3D%27%23fff%27%3E%3Cpath%20d%3D%27M58.34%2083.31h-25v-8.49c0-4.5%203.64-8.14%208.14-8.14h16.87c13.8%200%2025.02-11.19%2025.02-24.94%200-13.75-11.23-24.94-25.03-24.94h-.26l-5.3-.16H0C0%207.45%207.45%200%2016.63%200h36.41l5.44.17C81.39.24%20100%2018.86%20100%2041.74c0%2022.92-18.69%2041.57-41.66%2041.57z%27%3E%3C%2Fpath%3E%3Cpath%20d%3D%27M16.65%20100C7.46%20100%20.02%2092.55.02%2083.37V49.49c0-8.92%207.23-16.16%2016.16-16.16h42.19a8.32%208.32%200%20010%2016.64h-33.5c-4.53%200-8.21%203.67-8.21%208.21V100z%27%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center}div#the_champ_sharing_more_content ss.theChampParlerSvg{width:92%!important}.theChampRedditLoginSvg{background-size:125%!important;background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%22-2.5%20-3.5%2039%2039%22%3E%3Cpath%20d%3D%22M28.543%2015.774a2.953%202.953%200%200%200-2.951-2.949%202.882%202.882%200%200%200-1.9.713%2014.075%2014.075%200%200%200-6.85-2.044l1.38-4.349%203.768.884a2.452%202.452%200%201%200%20.24-1.176l-4.274-1a.6.6%200%200%200-.709.4l-1.659%205.224a14.314%2014.314%200%200%200-7.316%202.029%202.908%202.908%200%200%200-1.872-.681%202.942%202.942%200%200%200-1.618%205.4%205.109%205.109%200%200%200-.062.765c0%204.158%205.037%207.541%2011.229%207.541s11.22-3.383%2011.22-7.541a5.2%205.2%200%200%200-.053-.706%202.963%202.963%200%200%200%201.427-2.51zm-18.008%201.88a1.753%201.753%200%200%201%201.73-1.74%201.73%201.73%200%200%201%201.709%201.74%201.709%201.709%200%200%201-1.709%201.711%201.733%201.733%200%200%201-1.73-1.711zm9.565%204.968a5.573%205.573%200%200%201-4.081%201.272h-.032a5.576%205.576%200%200%201-4.087-1.272.6.6%200%200%201%20.844-.854%204.5%204.5%200%200%200%203.238.927h.032a4.5%204.5%200%200%200%203.237-.927.6.6%200%201%201%20.844.854zm-.331-3.256a1.726%201.726%200%201%201%201.709-1.712%201.717%201.717%200%200%201-1.712%201.712z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampDisqusLoginSvg{background-size:112%!important;background:url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer%5f1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%20200%20200%22%20enable-background%3D%22new%200%200%20200%20200%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%20id%3D%22Layer%5f2%22%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M102.535%2C167.5c-16.518%2C0-31.621-6.036-43.298-16.021L30.5%2C155.405l11.102-27.401%0A%09c-3.868-8.535-6.038-18.01-6.038-28.004c0-37.277%2C29.984-67.5%2C66.971-67.5c36.984%2C0%2C66.965%2C30.223%2C66.965%2C67.5%0A%09C169.5%2C137.284%2C139.52%2C167.5%2C102.535%2C167.5z%20M139.102%2C99.807v-0.188c0-19.478-13.736-33.367-37.42-33.367h-25.58v67.5h25.201%0A%09C125.171%2C133.753%2C139.102%2C119.284%2C139.102%2C99.807L139.102%2C99.807z%20M101.964%2C117.168h-7.482V82.841h7.482%0A%09c10.989%2C0%2C18.283%2C6.265%2C18.283%2C17.07v0.188C120.247%2C110.995%2C112.953%2C117.168%2C101.964%2C117.168z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center}.theChampDropboxLoginSvg{background-size:113%!important;background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%22100%25%22%20width%3D%22100%25%22%20id%3D%22svg126%22%20version%3D%221.1%22%20viewBox%3D%22-35.3175%20-50%20306.085%20300%22%3E%3Cdefs%20id%3D%22defs112%22%3E%3Cstyle%20id%3D%22style110%22%3E.cls-1%7Bfill%3A%23ffffff%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20id%3D%22polygon116%22%20class%3D%22cls-1%22%20d%3D%22M58.86%2075l58.87-37.5L58.86%200%200%2037.5z%22%2F%3E%3Cpath%20id%3D%22polygon118%22%20class%3D%22cls-1%22%20d%3D%22M176.59%2075l58.86-37.5L176.59%200l-58.86%2037.5z%22%2F%3E%3Cpath%20id%3D%22polygon120%22%20class%3D%22cls-1%22%20d%3D%22M117.73%20112.5L58.86%2075%200%20112.5%2058.86%20150z%22%2F%3E%3Cpath%20id%3D%22polygon122%22%20class%3D%22cls-1%22%20d%3D%22M176.59%20150l58.86-37.5L176.59%2075l-58.86%2037.5z%22%2F%3E%3Cpath%20id%3D%22polygon124%22%20class%3D%22cls-1%22%20d%3D%22M176.59%20162.5L117.73%20125l-58.87%2037.5%2058.87%2037.5z%22%2F%3E%3C%2Fsvg%3E') left no-repeat}.theChampFoursquareLoginSvg{background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-6.25%20-4%2040%2040%22%20width%3D%22100%25%22%20height%3D%22100%25%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M21.516%203H7.586C5.66%203%205%204.358%205%205.383v21.995c0%201.097.65%201.407.958%201.53.31.126%201.105.206%201.676-.36l6.72-7.455c.105-.12.49-.284.552-.284h4.184c1.79%200%201.81-1.45%201.997-2.206.157-.63%201.946-9.57%202.58-12.395.523-2.32-.104-3.21-2.15-3.21zM20.2%209.682c-.07.33-.368.66-.75.693h-5.44c-.61-.034-1.108.422-1.108%201.032v.665c0%20.61.5%201.24%201.108%201.24h4.607c.43%200%20.794.276.7.737-.093.46-.573%202.82-.627%203.07-.052.254-.282.764-.716.764h-3.62c-.682%200-1.36-.008-1.816.56-.458.573-4.534%205.293-4.534%205.293V6.403c0-.438.31-.746.715-.74h11.274c.41-.006.915.41.834%201L20.2%209.68z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E) no-repeat center center}#the_champ_sharing_more_providers .all-services ul li a span{width:51%;}@media screen and (max-width:783px){.the_champ_hide_sharing{display:none}}.heateor_ss_mastodon_popup_button{background:linear-gradient(#ec1b23,#d43116);padding:8px 0 10px;font-size:18px;border:0;color:#fff;border-radius:8px;margin:4px auto;font-weight:bolder;width:35%;cursor:pointer;border-bottom-style:groove;border-bottom-width:5px;border-bottom-color: rgb(0,0,0,.2)}div.the_champ_sharing_container a:before,div.heateor_ss_follow_icons_container a:before{content:none}