@charset "UTF-8";
.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.asp-spinner {
text-indent: -9999px;
vertical-align: middle;
margin-left: 5px;
display: inline-block;
box-sizing: border-box;
position: relative;
width: 20px;
height: 20px;
border-radius: 50%;
border: 2px solid #ccc;
border-top-color: #333;
animation: asp-spinner .6s linear infinite;
}
@keyframes asp-spinner {
to {
transform: rotate(360deg);
}
} .asp-btn-spinner-container {
width: 100%;
text-align: center;
padding: 10px;
}
.asp-btn-spinner {
display: inline-block;
position: relative;
width: 64px;
height: 64px;
}
.asp-btn-spinner div {
box-sizing: border-box;
display: block;
position: absolute;
width: 51px;
height: 51px;
margin: 6px;
border: 6px solid #6fcef3;
border-radius: 50%;
animation: asp-btn-spinner 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
border-color: #6fcef3 transparent transparent transparent;
}
.asp-btn-spinner div:nth-child(1) {
animation-delay: -0.45s;
}
.asp-btn-spinner div:nth-child(2) {
animation-delay: -0.3s;
}
.asp-btn-spinner div:nth-child(3) {
animation-delay: -0.15s;
}
@keyframes asp-btn-spinner {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.asp_line_through {
text-decoration: line-through;
}
.asp_product_coupon_input_container {
margin: 5px 0 10px 0;
}
.asp_btn_normalize {
text-transform: none;
border: none;
margin: 0;
padding: 0;
width: auto;
overflow: visible;
background: transparent;
color: inherit;
font: inherit;
line-height: normal;
-webkit-font-smoothing: inherit;
-moz-osx-font-smoothing: inherit;
-webkit-appearance: none;
}
&::-moz-focus-inner {
border: 0;
padding: 0;
}
.asp_product_custom_field_error {
display: none;
color: red;
}
.asp_out_of_stock {
font-weight: bold;
}
.asp_product_buy_button input, .asp_product_buy_button select {
display: inline-block;
line-height: 1;
padding: 8px 10px;
height: auto;
}
.asp_product_custom_field_label {
margin-right: 10px;
}
.asp-product-variations-label {
margin-right: 10px;
}
.asp_product_coupon_field_label {
margin-right: 10px;
}
.asp_product_coupon_input_container input.asp_product_coupon_field_input {
width: auto;
max-width: 200px;
margin-right: 10px;
}
.asp_product_buy_btn_container {
display: inline-block;
}
.asp_product_buy_button input::placeholder {
font-style: italic;
color: #bbb;
}
@keyframes blink {
0% {
opacity: .2;
}
20% {
opacity: 1;
}
100% {
opacity: 0;
}
}
.asp-processing-cont {
display: none !important;
}
.asp-processing i {
animation-name: blink;
animation-duration: 1s;
animation-iteration-count: infinite;
animation-fill-mode: both;
}
.asp-processing i:nth-child(2) {
animation-delay: .1s;
}
.asp-processing i:nth-child(3) {
animation-delay: .2s;
}
.asp-popup-iframe {
z-index: 2147483647;
background: rgba(0, 0, 0, 0.004);
border: 0px none transparent;
overflow: auto;
-webkit-overflow-scrolling: touch !important;
visibility: visible;
margin: 0px;
padding: 0px;
-webkit-tap-highlight-color: transparent;
position: fixed;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
}
.asp-popup-iframe-cont {
align-items: center;
justify-content: center;
z-index: 2147483647;
background: rgba(0, 0, 0, .3);
border: 0px none transparent;
overflow: auto;
-webkit-overflow-scrolling: touch !important;
visibility: visible;
margin: 0px;
padding: 0px;
-webkit-tap-highlight-color: transparent;
position: fixed;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
}
.asp-popup-spinner-cont {
text-align: center;
height: 85px;
padding-top: 10px;
}
@media (max-width: 500px) {
.asp_product_buy_btn_container {
display: block;
margin-left: 0;
margin-top: 10px;
text-align: center;
width: 100%;
}
}@font-face{font-family:'FontAwesome';src:url(//china.future.org/wp-content/themes/quickwind/assets/fonts/fontawesome-webfont.eot?v=4.6.0);src:url(//china.future.org/wp-content/themes/quickwind/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.6.0) format('embedded-opentype'),url(//china.future.org/wp-content/themes/quickwind/assets/fonts/fontawesome-webfont.woff2?v=4.6.0) format('woff2'),url(//china.future.org/wp-content/themes/quickwind/assets/fonts/fontawesome-webfont.woff?v=4.6.0) format('woff'),url(//china.future.org/wp-content/themes/quickwind/assets/fonts/fontawesome-webfont.ttf?v=4.6.0) format('truetype'),url(//china.future.org/wp-content/themes/quickwind/assets/fonts/fontawesome-webfont.svg?v=4.6.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}@font-face{font-family:'Material Icons';font-style:normal;font-weight:400;src:url(//china.future.org/wp-content/themes/quickwind/assets/fonts/materialicons-regular.eot);src:local('Material Icons'),local('MaterialIcons-Regular'),url(//china.future.org/wp-content/themes/quickwind/assets/fonts/materialicons-regular.woff2) format('woff2'),url(//china.future.org/wp-content/themes/quickwind/assets/fonts/materialicons-regular.woff) format('woff'),url(//china.future.org/wp-content/themes/quickwind/assets/fonts/materialicons-regular.ttf) format('truetype')}
.material-icons{font-family:'Material Icons';font-weight:400;font-style:normal;font-size:24px;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:'liga'}.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8;filter:alpha(opacity=80)}
.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:0!important;-webkit-backface-visibility:hidden}
.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;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-ajax-holder .mfp-content,.mfp-inline-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-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-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:-.8em;left:8px;right:8px;z-index:1044}
.mfp-preloader a{color:#CCC}
.mfp-preloader a:hover{color:#FFF}
.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader{display:none}
button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:0 0;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;-webkit-box-shadow:none;box-shadow:none}
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:.65;filter:alpha(opacity=65);padding:0 0 18px 10px;color:#FFF;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}
.mfp-close:focus,.mfp-close:hover{opacity:1;filter:alpha(opacity=100)}
.mfp-close:active{top:1px}
.mfp-close-btn-in .mfp-close{color:#333}
.mfp-iframe-holder .mfp-close,.mfp-image-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:.65;filter:alpha(opacity=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:focus,.mfp-arrow:hover{opacity:1;filter:alpha(opacity=100)}
.mfp-arrow .mfp-a,.mfp-arrow .mfp-b,.mfp-arrow:after,.mfp-arrow:before{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 .mfp-a,.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}
.mfp-arrow .mfp-b,.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}
.mfp-arrow-left{left:0}
.mfp-arrow-left .mfp-a,.mfp-arrow-left:after{border-right:17px solid #FFF;margin-left:31px}
.mfp-arrow-left .mfp-b,.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3F3F3F}
.mfp-arrow-right{right:0}
.mfp-arrow-right .mfp-a,.mfp-arrow-right:after{border-left:17px solid #FFF;margin-left:39px}
.mfp-arrow-right .mfp-b,.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,.6);background:#000}
img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:40px 0;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,.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,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;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,.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}}
.mfp-ie7 .mfp-img{padding:0}
.mfp-ie7 .mfp-bottom-bar{width:600px;left:50%;margin-left:-300px;margin-top:5px;padding-bottom:5px}
.mfp-ie7 .mfp-container{padding:0}
.mfp-ie7 .mfp-content{padding-top:44px}
.mfp-ie7 .mfp-close{top:0;right:0;padding-top:0}@font-face {
font-family: "fl-glypho";
src: url(//china.future.org/wp-content/themes/quickwind/assets/fonts/fl-glypho.eot);
src: url(//china.future.org/wp-content/themes/quickwind/assets/fonts/fl-glypho.eot#iefix) format("embedded-opentype"),
url(//china.future.org/wp-content/themes/quickwind/assets/fonts/fl-glypho.woff) format("woff"),
url(//china.future.org/wp-content/themes/quickwind/assets/fonts/fl-glypho.ttf) format("truetype"),
url(//china.future.org/wp-content/themes/quickwind/assets/fonts/fl-glypho.svg) format("svg");
font-weight: normal;
font-style: normal;
}
.fl-glypho-ico,
[class^="fl-glypho-"]:before, [class*=" fl-glypho-"]:before,
[class^="fl-glypho-"]:after, [class*=" fl-glypho-"]:after {
font-family: 'fl-glypho';
font-size: inherit;
font-weight: 400;
font-style: normal;
}
.fl-glypho-armchair4:before {
content: "\e000";
}
.fl-glypho-behance13:before {
content: "\e001";
}
.fl-glypho-bell70:before {
content: "\e002";
}
.fl-glypho-briefcase69:before {
content: "\e003";
}
.fl-glypho-camera119:before {
content: "\e004";
}
.fl-glypho-camera120:before {
content: "\e005";
}
.fl-glypho-chart55:before {
content: "\e006";
}
.fl-glypho-chat118:before {
content: "\e007";
}
.fl-glypho-checkbox6:before {
content: "\e008";
}
.fl-glypho-chronometer:before {
content: "\e009";
}
.fl-glypho-clipboard:before {
content: "\e00a";
}
.fl-glypho-coffee128:before {
content: "\e00b";
}
.fl-glypho-compact disc5:before {
content: "\e00c";
}
.fl-glypho-directional-sign10:before {
content: "\e00d";
}
.fl-glypho-document6:before {
content: "\e00e";
}
.fl-glypho-downloading:before {
content: "\e00f";
}
.fl-glypho-dribbble:before {
content: "\e010";
}
.fl-glypho-eye127:before {
content: "\e011";
}
.fl-glypho-facebook2:before {
content: "\e012";
}
.fl-glypho-flag97:before {
content: "\e013";
}
.fl-glypho-flask:before {
content: "\e014";
}
.fl-glypho-folded-map:before {
content: "\e015";
}
.fl-glypho-globe35:before {
content: "\e016";
}
.fl-glypho-google-plus:before {
content: "\e017";
}
.fl-glypho-happy-mac:before {
content: "\e018";
}
.fl-glypho-heart-rate:before {
content: "\e019";
}
.fl-glypho-hearts34:before {
content: "\e01a";
}
.fl-glypho-house180:before {
content: "\e01b";
}
.fl-glypho-inbox39:before {
content: "\e01c";
}
.fl-glypho-inbox40:before {
content: "\e01d";
}
.fl-glypho-instagram19:before {
content: "\e01e";
}
.fl-glypho-jar21:before {
content: "\e01f";
}
.fl-glypho-laptop130:before {
content: "\e020";
}
.fl-glypho-layers:before {
content: "\e021";
}
.fl-glypho-light-bulb4:before {
content: "\e022";
}
.fl-glypho-lightning31:before {
content: "\e023";
}
.fl-glypho-linkedin:before {
content: "\e024";
}
.fl-glypho-microphone3:before {
content: "\e025";
}
.fl-glypho-notebook91:before {
content: "\e026";
}
.fl-glypho-nut4:before {
content: "\e027";
}
.fl-glypho-pin66:before {
content: "\e028";
}
.fl-glypho-plug:before {
content: "\e029";
}
.fl-glypho-power5:before {
content: "\e02a";
}
.fl-glypho-present33:before {
content: "\e02b";
}
.fl-glypho-presentation22:before {
content: "\e02c";
}
.fl-glypho-purse10:before {
content: "\e02d";
}
.fl-glypho-pyre:before {
content: "\e02e";
}
.fl-glypho-quaver3:before {
content: "\e02f";
}
.fl-glypho-rocket77:before {
content: "\e030";
}
.fl-glypho-screen84:before {
content: "\e031";
}
.fl-glypho-share46:before {
content: "\e032";
}
.fl-glypho-shopping-cart7:before {
content: "\e033";
}
.fl-glypho-speech-bubble20:before {
content: "\e034";
}
.fl-glypho-star207:before {
content: "\e035";
}
.fl-glypho-switch33:before {
content: "\e036";
}
.fl-glypho-telephone120:before {
content: "\e037";
}
.fl-glypho-timer42:before {
content: "\e038";
}
.fl-glypho-truck69:before {
content: "\e039";
}
.fl-glypho-tumblr1:before {
content: "\e03a";
}
.fl-glypho-twitter:before {
content: "\e03b";
}
.fl-glypho-umbrella1:before {
content: "\e03c";
}
.fl-glypho-uploading2:before {
content: "\e03d";
}
.fl-glypho-user7:before {
content: "\e03e";
}
.fl-glypho-video-player:before {
content: "\e03f";
}
   html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
body {
margin: 0;
color: #5e5e5e;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
a {
background-color: transparent;
text-decoration: none;
}
a:active,
a:hover {
outline: 0;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
mark {
background: #ff0;
color: #000;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 0px;
}
hr {
box-sizing: content-box;
height: 0;
}
pre {
overflow: auto;
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
}
button {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"] {
-webkit-appearance: textfield;
box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
} html {
font-size: 16px;
font-size: 1rem;
}
.page .entry-content #tm_builder_outer_content .tm_pb_module > img {
margin-top: 10px;
}
@media (max-width: 767px) {
.page .entry-content #tm_builder_outer_content .tm_pb_module > img {
margin-top: 0;
}
}
.single .entry-content p > img {
margin-bottom: 28px;
margin-top: 28px;
}
h1 {
margin: 15px 0 40px;
}
h2 {
margin: 15px 0 35px;
}
h3 {
margin: 15px 0 37px;
}
h4 {
margin: 15px 0 18px;
}
h5 {
margin: 7px 0 7px;
}
h6 {
margin: 7px 0 12px;
}
p {
margin: 0 0 23px;
}
p + p {
margin-top: 16px;
}
dfn, em, i {
font-style: italic;
}
address {
margin: 0 0 1.5em;
}
pre {
font-family: "Courier 10 Pitch", Courier, monospace;
line-height: 1.6;
overflow: auto;
max-width: 100%;
margin: 0 0 1.5em;
padding: 1.5em;
background: #eee;
border: 1px solid #d4d4d4;
white-space: pre;
white-space: pre-wrap;
word-wrap: break-word;
font-size: 16px;
font-size: 1rem;
}
code {
padding: 0 5px;
border: 1px solid #e0e0e8;
}
abbr, acronym {
cursor: help;
border-bottom: 1px dotted #666;
}
mark, ins {
font-style: italic;
text-decoration: none;
border-bottom: 1px solid;
}
big {
font-size: 125%;
} @media (min-width: 544px) {
.container {
max-width: 576px;
}
}
@media (min-width: 768px) {
.container {
max-width: 720px;
}
}
@media (min-width: 992px) {
.container {
max-width: 940px;
}
}
@media (min-width: 1200px) {
.container {
max-width: 1140px;
}
}
.container {
margin-left: auto;
margin-right: auto;
padding-left: 1.5625rem;
padding-right: 1.5625rem;
}
.container-fluid {
margin-left: auto;
margin-right: auto;
padding-left: 1.5625rem;
padding-right: 1.5625rem;
}
.row {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-left: -1.5625rem;
margin-right: -1.5625rem;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
position: relative;
min-height: 1px;
padding-left: 1.5625rem;
padding-right: 1.5625rem;
}
.col-xs-1 {
-webkit-flex: 0 0 8.33333%;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
max-width: 8.33333%;
}
.col-xs-2 {
-webkit-flex: 0 0 16.66667%;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%;
}
.col-xs-3 {
-webkit-flex: 0 0 25%;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-xs-4 {
-webkit-flex: 0 0 33.33333%;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
.col-xs-5 {
-webkit-flex: 0 0 41.66667%;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%;
}
.col-xs-6 {
-webkit-flex: 0 0 50%;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-xs-7 {
-webkit-flex: 0 0 58.33333%;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%;
}
.col-xs-8 {
-webkit-flex: 0 0 66.66667%;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%;
}
.col-xs-9 {
-webkit-flex: 0 0 75%;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-xs-10 {
-webkit-flex: 0 0 83.33333%;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%;
}
.col-xs-11 {
-webkit-flex: 0 0 91.66667%;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%;
}
.col-xs-12 {
-webkit-flex: 0 0 100%;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.col-xs-pull-0 {
right: auto;
}
.col-xs-pull-1 {
right: 8.33333%;
}
.col-xs-pull-2 {
right: 16.66667%;
}
.col-xs-pull-3 {
right: 25%;
}
.col-xs-pull-4 {
right: 33.33333%;
}
.col-xs-pull-5 {
right: 41.66667%;
}
.col-xs-pull-6 {
right: 50%;
}
.col-xs-pull-7 {
right: 58.33333%;
}
.col-xs-pull-8 {
right: 66.66667%;
}
.col-xs-pull-9 {
right: 75%;
}
.col-xs-pull-10 {
right: 83.33333%;
}
.col-xs-pull-11 {
right: 91.66667%;
}
.col-xs-pull-12 {
right: 100%;
}
.col-xs-push-0 {
left: auto;
}
.col-xs-push-1 {
left: 8.33333%;
}
.col-xs-push-2 {
left: 16.66667%;
}
.col-xs-push-3 {
left: 25%;
}
.col-xs-push-4 {
left: 33.33333%;
}
.col-xs-push-5 {
left: 41.66667%;
}
.col-xs-push-6 {
left: 50%;
}
.col-xs-push-7 {
left: 58.33333%;
}
.col-xs-push-8 {
left: 66.66667%;
}
.col-xs-push-9 {
left: 75%;
}
.col-xs-push-10 {
left: 83.33333%;
}
.col-xs-push-11 {
left: 91.66667%;
}
.col-xs-push-12 {
left: 100%;
}
.col-xs-offset-0 {
margin-left: 0%;
}
.col-xs-offset-1 {
margin-left: 8.33333%;
}
.col-xs-offset-2 {
margin-left: 16.66667%;
}
.col-xs-offset-3 {
margin-left: 25%;
}
.col-xs-offset-4 {
margin-left: 33.33333%;
}
.col-xs-offset-5 {
margin-left: 41.66667%;
}
.col-xs-offset-6 {
margin-left: 50%;
}
.col-xs-offset-7 {
margin-left: 58.33333%;
}
.col-xs-offset-8 {
margin-left: 66.66667%;
}
.col-xs-offset-9 {
margin-left: 75%;
}
.col-xs-offset-10 {
margin-left: 83.33333%;
}
.col-xs-offset-11 {
margin-left: 91.66667%;
}
.col-xs-offset-12 {
margin-left: 100%;
}
@media (min-width: 544px) {
.col-sm-1 {
-webkit-flex: 0 0 8.33333%;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
max-width: 8.33333%;
}
.col-sm-2 {
-webkit-flex: 0 0 16.66667%;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%;
}
.col-sm-3 {
-webkit-flex: 0 0 25%;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-sm-4 {
-webkit-flex: 0 0 33.33333%;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
.col-sm-5 {
-webkit-flex: 0 0 41.66667%;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%;
}
.col-sm-6 {
-webkit-flex: 0 0 50%;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-sm-7 {
-webkit-flex: 0 0 58.33333%;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%;
}
.col-sm-8 {
-webkit-flex: 0 0 66.66667%;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%;
}
.col-sm-9 {
-webkit-flex: 0 0 75%;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-sm-10 {
-webkit-flex: 0 0 83.33333%;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%;
}
.col-sm-11 {
-webkit-flex: 0 0 91.66667%;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%;
}
.col-sm-12 {
-webkit-flex: 0 0 100%;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.col-sm-pull-0 {
right: auto;
}
.col-sm-pull-1 {
right: 8.33333%;
}
.col-sm-pull-2 {
right: 16.66667%;
}
.col-sm-pull-3 {
right: 25%;
}
.col-sm-pull-4 {
right: 33.33333%;
}
.col-sm-pull-5 {
right: 41.66667%;
}
.col-sm-pull-6 {
right: 50%;
}
.col-sm-pull-7 {
right: 58.33333%;
}
.col-sm-pull-8 {
right: 66.66667%;
}
.col-sm-pull-9 {
right: 75%;
}
.col-sm-pull-10 {
right: 83.33333%;
}
.col-sm-pull-11 {
right: 91.66667%;
}
.col-sm-pull-12 {
right: 100%;
}
.col-sm-push-0 {
left: auto;
}
.col-sm-push-1 {
left: 8.33333%;
}
.col-sm-push-2 {
left: 16.66667%;
}
.col-sm-push-3 {
left: 25%;
}
.col-sm-push-4 {
left: 33.33333%;
}
.col-sm-push-5 {
left: 41.66667%;
}
.col-sm-push-6 {
left: 50%;
}
.col-sm-push-7 {
left: 58.33333%;
}
.col-sm-push-8 {
left: 66.66667%;
}
.col-sm-push-9 {
left: 75%;
}
.col-sm-push-10 {
left: 83.33333%;
}
.col-sm-push-11 {
left: 91.66667%;
}
.col-sm-push-12 {
left: 100%;
}
.col-sm-offset-0 {
margin-left: 0%;
}
.col-sm-offset-1 {
margin-left: 8.33333%;
}
.col-sm-offset-2 {
margin-left: 16.66667%;
}
.col-sm-offset-3 {
margin-left: 25%;
}
.col-sm-offset-4 {
margin-left: 33.33333%;
}
.col-sm-offset-5 {
margin-left: 41.66667%;
}
.col-sm-offset-6 {
margin-left: 50%;
}
.col-sm-offset-7 {
margin-left: 58.33333%;
}
.col-sm-offset-8 {
margin-left: 66.66667%;
}
.col-sm-offset-9 {
margin-left: 75%;
}
.col-sm-offset-10 {
margin-left: 83.33333%;
}
.col-sm-offset-11 {
margin-left: 91.66667%;
}
.col-sm-offset-12 {
margin-left: 100%;
}
}
@media (min-width: 768px) {
.col-md-1 {
-webkit-flex: 0 0 8.33333%;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
max-width: 8.33333%;
}
.col-md-2 {
-webkit-flex: 0 0 16.66667%;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%;
}
.col-md-3 {
-webkit-flex: 0 0 25%;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-md-4 {
-webkit-flex: 0 0 33.33333%;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
.col-md-5 {
-webkit-flex: 0 0 41.66667%;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%;
}
.col-md-6 {
-webkit-flex: 0 0 50%;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-md-7 {
-webkit-flex: 0 0 58.33333%;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%;
}
.col-md-8 {
-webkit-flex: 0 0 66.66667%;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%;
}
.col-md-9 {
-webkit-flex: 0 0 75%;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-md-10 {
-webkit-flex: 0 0 83.33333%;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%;
}
.col-md-11 {
-webkit-flex: 0 0 91.66667%;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%;
}
.col-md-12 {
-webkit-flex: 0 0 100%;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.col-md-pull-0 {
right: auto;
}
.col-md-pull-1 {
right: 8.33333%;
}
.col-md-pull-2 {
right: 16.66667%;
}
.col-md-pull-3 {
right: 25%;
}
.col-md-pull-4 {
right: 33.33333%;
}
.col-md-pull-5 {
right: 41.66667%;
}
.col-md-pull-6 {
right: 50%;
}
.col-md-pull-7 {
right: 58.33333%;
}
.col-md-pull-8 {
right: 66.66667%;
}
.col-md-pull-9 {
right: 75%;
}
.col-md-pull-10 {
right: 83.33333%;
}
.col-md-pull-11 {
right: 91.66667%;
}
.col-md-pull-12 {
right: 100%;
}
.col-md-push-0 {
left: auto;
}
.col-md-push-1 {
left: 8.33333%;
}
.col-md-push-2 {
left: 16.66667%;
}
.col-md-push-3 {
left: 25%;
}
.col-md-push-4 {
left: 33.33333%;
}
.col-md-push-5 {
left: 41.66667%;
}
.col-md-push-6 {
left: 50%;
}
.col-md-push-7 {
left: 58.33333%;
}
.col-md-push-8 {
left: 66.66667%;
}
.col-md-push-9 {
left: 75%;
}
.col-md-push-10 {
left: 83.33333%;
}
.col-md-push-11 {
left: 91.66667%;
}
.col-md-push-12 {
left: 100%;
}
.col-md-offset-0 {
margin-left: 0%;
}
.col-md-offset-1 {
margin-left: 8.33333%;
}
.col-md-offset-2 {
margin-left: 16.66667%;
}
.col-md-offset-3 {
margin-left: 25%;
}
.col-md-offset-4 {
margin-left: 33.33333%;
}
.col-md-offset-5 {
margin-left: 41.66667%;
}
.col-md-offset-6 {
margin-left: 50%;
}
.col-md-offset-7 {
margin-left: 58.33333%;
}
.col-md-offset-8 {
margin-left: 66.66667%;
}
.col-md-offset-9 {
margin-left: 75%;
}
.col-md-offset-10 {
margin-left: 83.33333%;
}
.col-md-offset-11 {
margin-left: 91.66667%;
}
.col-md-offset-12 {
margin-left: 100%;
}
}
@media (min-width: 992px) {
.col-lg-1 {
-webkit-flex: 0 0 8.33333%;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
max-width: 8.33333%;
}
.col-lg-2 {
-webkit-flex: 0 0 16.66667%;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%;
}
.col-lg-3 {
-webkit-flex: 0 0 25%;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-lg-4 {
-webkit-flex: 0 0 33.33333%;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
.col-lg-5 {
-webkit-flex: 0 0 41.66667%;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%;
}
.col-lg-6 {
-webkit-flex: 0 0 50%;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-lg-7 {
-webkit-flex: 0 0 58.33333%;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%;
}
.col-lg-8 {
-webkit-flex: 0 0 66.66667%;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%;
}
.col-lg-9 {
-webkit-flex: 0 0 75%;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-lg-10 {
-webkit-flex: 0 0 83.33333%;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%;
}
.col-lg-11 {
-webkit-flex: 0 0 91.66667%;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%;
}
.col-lg-12 {
-webkit-flex: 0 0 100%;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.col-lg-pull-0 {
right: auto;
}
.col-lg-pull-1 {
right: 8.33333%;
}
.col-lg-pull-2 {
right: 16.66667%;
}
.col-lg-pull-3 {
right: 25%;
}
.col-lg-pull-4 {
right: 33.33333%;
}
.col-lg-pull-5 {
right: 41.66667%;
}
.col-lg-pull-6 {
right: 50%;
}
.col-lg-pull-7 {
right: 58.33333%;
}
.col-lg-pull-8 {
right: 66.66667%;
}
.col-lg-pull-9 {
right: 75%;
}
.col-lg-pull-10 {
right: 83.33333%;
}
.col-lg-pull-11 {
right: 91.66667%;
}
.col-lg-pull-12 {
right: 100%;
}
.col-lg-push-0 {
left: auto;
}
.col-lg-push-1 {
left: 8.33333%;
}
.col-lg-push-2 {
left: 16.66667%;
}
.col-lg-push-3 {
left: 25%;
}
.col-lg-push-4 {
left: 33.33333%;
}
.col-lg-push-5 {
left: 41.66667%;
}
.col-lg-push-6 {
left: 50%;
}
.col-lg-push-7 {
left: 58.33333%;
}
.col-lg-push-8 {
left: 66.66667%;
}
.col-lg-push-9 {
left: 75%;
}
.col-lg-push-10 {
left: 83.33333%;
}
.col-lg-push-11 {
left: 91.66667%;
}
.col-lg-push-12 {
left: 100%;
}
.col-lg-offset-0 {
margin-left: 0%;
}
.col-lg-offset-1 {
margin-left: 8.33333%;
}
.col-lg-offset-2 {
margin-left: 16.66667%;
}
.col-lg-offset-3 {
margin-left: 25%;
}
.col-lg-offset-4 {
margin-left: 33.33333%;
}
.col-lg-offset-5 {
margin-left: 41.66667%;
}
.col-lg-offset-6 {
margin-left: 50%;
}
.col-lg-offset-7 {
margin-left: 58.33333%;
}
.col-lg-offset-8 {
margin-left: 66.66667%;
}
.col-lg-offset-9 {
margin-left: 75%;
}
.col-lg-offset-10 {
margin-left: 83.33333%;
}
.col-lg-offset-11 {
margin-left: 91.66667%;
}
.col-lg-offset-12 {
margin-left: 100%;
}
}
@media (min-width: 1200px) {
.col-xl-1 {
-webkit-flex: 0 0 8.33333%;
-ms-flex: 0 0 8.33333%;
flex: 0 0 8.33333%;
max-width: 8.33333%;
}
.col-xl-2 {
-webkit-flex: 0 0 16.66667%;
-ms-flex: 0 0 16.66667%;
flex: 0 0 16.66667%;
max-width: 16.66667%;
}
.col-xl-3 {
-webkit-flex: 0 0 25%;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-xl-4 {
-webkit-flex: 0 0 33.33333%;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
.col-xl-5 {
-webkit-flex: 0 0 41.66667%;
-ms-flex: 0 0 41.66667%;
flex: 0 0 41.66667%;
max-width: 41.66667%;
}
.col-xl-6 {
-webkit-flex: 0 0 50%;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-xl-7 {
-webkit-flex: 0 0 58.33333%;
-ms-flex: 0 0 58.33333%;
flex: 0 0 58.33333%;
max-width: 58.33333%;
}
.col-xl-8 {
-webkit-flex: 0 0 66.66667%;
-ms-flex: 0 0 66.66667%;
flex: 0 0 66.66667%;
max-width: 66.66667%;
}
.col-xl-9 {
-webkit-flex: 0 0 75%;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-xl-10 {
-webkit-flex: 0 0 83.33333%;
-ms-flex: 0 0 83.33333%;
flex: 0 0 83.33333%;
max-width: 83.33333%;
}
.col-xl-11 {
-webkit-flex: 0 0 91.66667%;
-ms-flex: 0 0 91.66667%;
flex: 0 0 91.66667%;
max-width: 91.66667%;
}
.col-xl-12 {
-webkit-flex: 0 0 100%;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.col-xl-pull-0 {
right: auto;
}
.col-xl-pull-1 {
right: 8.33333%;
}
.col-xl-pull-2 {
right: 16.66667%;
}
.col-xl-pull-3 {
right: 25%;
}
.col-xl-pull-4 {
right: 33.33333%;
}
.col-xl-pull-5 {
right: 41.66667%;
}
.col-xl-pull-6 {
right: 50%;
}
.col-xl-pull-7 {
right: 58.33333%;
}
.col-xl-pull-8 {
right: 66.66667%;
}
.col-xl-pull-9 {
right: 75%;
}
.col-xl-pull-10 {
right: 83.33333%;
}
.col-xl-pull-11 {
right: 91.66667%;
}
.col-xl-pull-12 {
right: 100%;
}
.col-xl-push-0 {
left: auto;
}
.col-xl-push-1 {
left: 8.33333%;
}
.col-xl-push-2 {
left: 16.66667%;
}
.col-xl-push-3 {
left: 25%;
}
.col-xl-push-4 {
left: 33.33333%;
}
.col-xl-push-5 {
left: 41.66667%;
}
.col-xl-push-6 {
left: 50%;
}
.col-xl-push-7 {
left: 58.33333%;
}
.col-xl-push-8 {
left: 66.66667%;
}
.col-xl-push-9 {
left: 75%;
}
.col-xl-push-10 {
left: 83.33333%;
}
.col-xl-push-11 {
left: 91.66667%;
}
.col-xl-push-12 {
left: 100%;
}
.col-xl-offset-0 {
margin-left: 0%;
}
.col-xl-offset-1 {
margin-left: 8.33333%;
}
.col-xl-offset-2 {
margin-left: 16.66667%;
}
.col-xl-offset-3 {
margin-left: 25%;
}
.col-xl-offset-4 {
margin-left: 33.33333%;
}
.col-xl-offset-5 {
margin-left: 41.66667%;
}
.col-xl-offset-6 {
margin-left: 50%;
}
.col-xl-offset-7 {
margin-left: 58.33333%;
}
.col-xl-offset-8 {
margin-left: 66.66667%;
}
.col-xl-offset-9 {
margin-left: 75%;
}
.col-xl-offset-10 {
margin-left: 83.33333%;
}
.col-xl-offset-11 {
margin-left: 91.66667%;
}
.col-xl-offset-12 {
margin-left: 100%;
}
}
.col-xs-first {
-webkit-order: -1;
-ms-flex-order: -1;
order: -1;
}
.col-xs-last {
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
}
@media (min-width: 544px) {
.col-sm-first {
-webkit-order: -1;
-ms-flex-order: -1;
order: -1;
}
.col-sm-last {
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
}
}
@media (min-width: 768px) {
.col-md-first {
-webkit-order: -1;
-ms-flex-order: -1;
order: -1;
}
.col-md-last {
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
}
}
@media (min-width: 992px) {
.col-lg-first {
-webkit-order: -1;
-ms-flex-order: -1;
order: -1;
}
.col-lg-last {
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
}
}
@media (min-width: 1200px) {
.col-xl-first {
-webkit-order: -1;
-ms-flex-order: -1;
order: -1;
}
.col-xl-last {
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
}
}
.row-xs-top {
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
.row-xs-center {
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.row-xs-bottom {
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end;
}
@media (min-width: 544px) {
.row-sm-top {
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
.row-sm-center {
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.row-sm-bottom {
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end;
}
}
@media (min-width: 768px) {
.row-md-top {
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
.row-md-center {
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.row-md-bottom {
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end;
}
}
@media (min-width: 992px) {
.row-lg-top {
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
.row-lg-center {
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.row-lg-bottom {
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end;
}
}
@media (min-width: 1200px) {
.row-xl-top {
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
.row-xl-center {
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.row-xl-bottom {
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end;
}
}
.col-xs-top {
-webkit-align-self: flex-start;
-ms-flex-item-align: start;
align-self: flex-start;
}
.col-xs-center {
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
}
.col-xs-bottom {
-webkit-align-self: flex-end;
-ms-flex-item-align: end;
align-self: flex-end;
}
@media (min-width: 544px) {
.col-sm-top {
-webkit-align-self: flex-start;
-ms-flex-item-align: start;
align-self: flex-start;
}
.col-sm-center {
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
}
.col-sm-bottom {
-webkit-align-self: flex-end;
-ms-flex-item-align: end;
align-self: flex-end;
}
}
@media (min-width: 768px) {
.col-md-top {
-webkit-align-self: flex-start;
-ms-flex-item-align: start;
align-self: flex-start;
}
.col-md-center {
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
}
.col-md-bottom {
-webkit-align-self: flex-end;
-ms-flex-item-align: end;
align-self: flex-end;
}
}
@media (min-width: 992px) {
.col-lg-top {
-webkit-align-self: flex-start;
-ms-flex-item-align: start;
align-self: flex-start;
}
.col-lg-center {
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
}
.col-lg-bottom {
-webkit-align-self: flex-end;
-ms-flex-item-align: end;
align-self: flex-end;
}
}
@media (min-width: 1200px) {
.col-xl-top {
-webkit-align-self: flex-start;
-ms-flex-item-align: start;
align-self: flex-start;
}
.col-xl-center {
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
}
.col-xl-bottom {
-webkit-align-self: flex-end;
-ms-flex-item-align: end;
align-self: flex-end;
}
} html {
box-sizing: border-box;
}
*,
*:before,
*:after { box-sizing: inherit;
}
img {
height: auto; max-width: 100%; }
code {
border: none;
}
blockquote {
position: relative;
margin: 0;
quotes: none;
padding: 16px 0 10px;
text-indent: 52px;
}
blockquote.post-format-quote {
margin-top: 38px;
}
blockquote h4 {
margin-top: 0;
}
blockquote p {
margin: 0;
}
blockquote p + p {
margin-top: 15px;
text-indent: 0;
}
blockquote h6 {
text-indent: 0;
}
blockquote cite {
position: relative;
text-indent: 0;
font-style: normal;
padding-left: 22px;
color: inherit;
font-size: 16px;
font-size: 1rem;
font-weight: 500;
}
blockquote cite:before {
content: "\2014\0020";
font-size: 17.6px;
font-size: 1.1rem;
position: absolute;
left: 0;
}
blockquote:before {
content: "“" !important;
position: absolute;
font-size: 135px;
line-height: 1em;
top: 10px;
left: 0;
text-indent: 0;
font-weight: 400;
}
hr {
background-color: #e8e8e8;
border: 0;
height: 1px;
margin: 1.5em 0;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_divider_0:before {
border-top-color: #eae6e6 !important;
}
a {
transition: all 0.3s ease-out;
}
.breadcrumbs {
display: none;
} .entry-content #tm_builder_outer_content .tm_pb_module ul, .entry-content #tm_builder_outer_content .tm_pb_module ol {
margin: 0 0 23px;
padding: 0;
}
.entry-content #tm_builder_outer_content .tm_pb_module ul li, .entry-content #tm_builder_outer_content .tm_pb_module ol li {
margin: 0 0 7px;
}
.entry-content #tm_builder_outer_content .tm_pb_module * + ul, .entry-content #tm_builder_outer_content .tm_pb_module * + ol {
margin-top: 40px;
}
.entry-content #tm_builder_outer_content .tm_pb_module li > ul, .entry-content #tm_builder_outer_content .tm_pb_module li > ol {
margin-top: 14px;
}
.entry-content #tm_builder_outer_content .tm_pb_module ul {
list-style: none;
}
.entry-content #tm_builder_outer_content .tm_pb_module ul > li {
position: relative;
padding-left: 40px;
font-weight: 600;
margin-bottom: 17px;
}
.entry-content #tm_builder_outer_content .tm_pb_module ul > li:before {
content: "\e86c";
position: absolute;
left: 0;
top: 0;
display: inline-block;
font-family: 'Material Icons';
font-weight: 400;
font-style: normal;
font-size: 26px;
line-height: 1;
}
.entry-content #tm_builder_outer_content .tm_pb_module ol {
counter-reset: li;
}
.entry-content #tm_builder_outer_content .tm_pb_module ol > li {
font-weight: 600;
margin-bottom: 17px;
}
.entry-content #tm_builder_outer_content .tm_pb_module ol > li:before {
content: counters(li, ".", decimal-leading-zero);
counter-increment: li;
font-weight: 400;
min-width: 15px;
display: inline-block;
margin-right: 11px;
}
.entry-content #tm_builder_outer_content .tm_pb_module li > ul,
.entry-content #tm_builder_outer_content .tm_pb_module li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
.entry-content #tm_builder_outer_content .tm_pb_module dt {
font-weight: bold;
}
.entry-content #tm_builder_outer_content .tm_pb_module dd {
margin: 0 1.5em 1.5em;
} .inline-list {
padding: 0;
margin: 0;
list-style: none;
}
.inline-list li {
display: inline-block;
vertical-align: top;
}
ul ul ul {
list-style: none;
}
ul ul ul li {
position: relative;
padding-left: 40px;
}
ul ul ul li:before:before {
content: "\e86c";
position: absolute;
left: 0;
top: 0;
display: inline-block;
font-family: 'Material Icons';
font-weight: 400;
font-style: normal;
font-size: 26px;
line-height: 1;
} table {
margin: 0 0 1.5em;
width: 100%;
}
.entry-content table {
margin: 0 0 1.5em;
max-width: 100%;
border: 1px solid #e0e0e8;
}
.entry-content table th,
.entry-content table td {
padding: 5px;
vertical-align: top;
border: 1px solid #e0e0e8;
}
.entry-content table thead th {
vertical-align: bottom;
border-bottom: 1px solid #e0e0e8;
}
.entry-content table tbody + tbody {
border-top: 1px solid #e0e0e8;
} .page-preloader {
position: relative;
top: 50%;
left: 50%;
width: 60px;
height: 60px;
margin-top: -30px;
margin-left: -30px;
-webkit-transform: rotateZ(45deg);
-ms-transform: rotate(45deg);
transform: rotateZ(45deg);
}
.page-preloader-cover {
position: fixed;
z-index: 999;
top: 0;
left: 0;
display: block;
width: 100%;
height: 100%;
background-color: #ffffff;
}
.page-preloader__cube {
position: relative;
float: left;
width: 50%;
height: 50%;
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.page-preloader__cube::before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
content: '';
-webkit-transform-origin: 100% 100%;
-ms-transform-origin: 100% 100%;
transform-origin: 100% 100%;
-webkit-animation: tmFoldCubeAngle 2.4s infinite linear both;
animation: tmFoldCubeAngle 2.4s infinite linear both;
}
.page-preloader--cube2 {
-webkit-transform: scale(1.1) rotateZ(90deg);
-ms-transform: scale(1.1) rotate(90deg);
transform: scale(1.1) rotateZ(90deg);
}
.page-preloader--cube2::before {
-webkit-animation-delay: 0.3s;
animation-delay: 0.3s;
}
.page-preloader--cube3 {
-webkit-transform: scale(1.1) rotateZ(180deg);
-ms-transform: scale(1.1) rotate(180deg);
transform: scale(1.1) rotateZ(180deg);
}
.page-preloader--cube3::before {
-webkit-animation-delay: 0.6s;
animation-delay: 0.6s;
}
.page-preloader--cube4 {
-webkit-transform: scale(1.1) rotateZ(270deg);
-ms-transform: scale(1.1) rotate(270deg);
transform: scale(1.1) rotateZ(270deg);
}
.page-preloader--cube4::before {
-webkit-animation-delay: 0.9s;
animation-delay: 0.9s;
}
@-webkit-keyframes tmFoldCubeAngle {
0%, 10% {
-webkit-transform: perspective(140px) rotateX(-180deg);
transform: perspective(140px) rotateX(-180deg);
opacity: 0;
}
25%, 75% {
-webkit-transform: perspective(140px) rotateX(0deg);
transform: perspective(140px) rotateX(0deg);
opacity: 1;
}
90%, 100% {
-webkit-transform: perspective(140px) rotateY(180deg);
transform: perspective(140px) rotateY(180deg);
opacity: 0;
}
}
@keyframes tmFoldCubeAngle {
0%, 10% {
-webkit-transform: perspective(140px) rotateX(-180deg);
transform: perspective(140px) rotateX(-180deg);
opacity: 0;
}
25%, 75% {
-webkit-transform: perspective(140px) rotateX(0deg);
transform: perspective(140px) rotateX(0deg);
opacity: 1;
}
90%, 100% {
-webkit-transform: perspective(140px) rotateY(180deg);
transform: perspective(140px) rotateY(180deg);
opacity: 0;
}
} #toTop {
display: none;
text-decoration: none;
position: fixed;
bottom: 20px;
right: -999em;
overflow: hidden;
width: 53px;
height: 53px;
border-radius: 50%;
z-index: 999;
text-align: center;
transition: all 0.3s ease-out;
}
#toTop span {
display: none;
}
#toTop:before {
font-family: 'Material Icons';
font-weight: normal;
font-style: normal;
display: inline-block;
line-height: 1;
text-transform: none;
letter-spacing: normal;
word-wrap: normal;
white-space: nowrap;
direction: ltr; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; -moz-osx-font-smoothing: grayscale; -webkit-font-feature-settings: 'liga';
font-feature-settings: 'liga';
width: 100%;
font-size: 30px;
line-height: 50px;
content: "\e5c4";
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
#toTop:focus {
outline: none;
}
@media (min-width: 544px) {
#toTop {
right: 20px;
}
}
@media (min-width: 768px) {
#toTop {
bottom: 80px;
}
} button,
input[type='button'],
input[type='reset'],
input[type='submit'],
.submit {
line-height: 1;
display: inline-block;
max-width: 100%;
padding: 18px 25px;
border-radius: 3.5px;
cursor: pointer;
text-align: center;
vertical-align: top;
white-space: nowrap;
text-overflow: ellipsis;
border: none;
box-shadow: none;
font-weight: 600;
letter-spacing: .9px;
font-size: .95rem;
}
.post-password-form input[type='submit'] {
padding: 18px 28px 15px;
}
.btn,
.tm_pb_builder #tm_builder_outer_content .tm_pb_button,
.more-link {
text-decoration: none;
line-height: 1;
display: inline-block;
max-width: 100%;
padding: 18px 25px;
border-radius: 3.5px;
cursor: pointer;
text-align: center;
vertical-align: top;
white-space: nowrap;
text-overflow: ellipsis;
border: none;
box-shadow: none;
font-weight: 600;
letter-spacing: .9px;
font-size: .95rem;
border: none;
}
#tm_builder_outer_content .tm_pb_text p:last-of-type {   
}
.btn:hover,
.tm_pb_builder #tm_builder_outer_content .tm_pb_button:hover,
.more-link:hover {
text-decoration: none;
}
.btn:focus,
.tm_pb_builder #tm_builder_outer_content .tm_pb_button:focus,
.more-link:focus {
outline: none;
box-shadow: none;
}
.btn-fullwidth,
.tm_pb_builder #tm_builder_outer_content .tm_pb_button-fullwidth,
.more-link-fullwidth {
width: 100%;
}
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 {
padding: 15px 49px 15px 29px;
font-size: 13px;
border: 1px solid #cecece;
}
@media (max-width: 1400px) {
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 {
padding-left: 18px;
padding-right: 18px;
}
}
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 {
outline: none;
}
button:focus,
input[type='submit']:focus,
input[type='reset']:focus {
outline: none;
}
select {
border: 1px solid #cecece;
padding: 15px 49px 15px 29px;
width: 100%;
}
textarea {
width: 100%;
min-height: 150px;
resize: vertical;
overflow: auto;
}
::-moz-placeholder {
opacity: 1;
}
:-moz-placeholder {
opacity: 1;
}
.search-form {
margin: 0;
padding: 0;
position: relative;
}
.site-header .search-form {
width: 100%;
}
@media (min-width: 768px) {
.site-header .search-form {
margin-right: 45px;
}
}
.site-header .search-form .search-form__field[type="search"] {
padding-right: 45px;
}
.search-form:after {
clear: both;
content: "";
width: 100%;
display: block;
}
.search-form__field[type="search"] {
float: left;
vertical-align: top;
-webkit-appearance: none;
-moz-appearance: none;
border-radius: 0;
font-size: 14px;
width: 100%;
box-sizing: border-box;
}
.site-header .search-form__field[type="search"] {
border: none;
padding: 19px 15px 15px 30px;
box-shadow: none;
width: 100%;
line-height: 20px;
}
@media (max-width: 600px) {
.site-header .search-form__field[type="search"] {
width: 100%;
}
}
.search-form__submit {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
vertical-align: top;
float: right;
width: 35px;
padding-left: 0;
padding-right: 0;
margin-right: 10px;
border: none !important;
transition: all 0.3s ease-out;
}
@media (max-width: 500px) {
.search-form__submit {
margin-right: 17px;
}
}
.full-width-header-area .search-form__submit,
.before-content-area .search-form__submit,
.before-loop-area .search-form__submit,
.after-loop-area .search-form__submit,
.after-content-area .search-form__submit,
.after-content-full-width-area .search-form__submit,
.footer-area .search-form__submit,
body.search .search-form__submit,
body.archive .search-form__submit {
position: absolute;
padding: 0;
top: 0;
margin: 0;
right: 10px;
background: none !important;
}
.full-width-header-area .search-form__submit i,
.before-content-area .search-form__submit i,
.before-loop-area .search-form__submit i,
.after-loop-area .search-form__submit i,
.after-content-area .search-form__submit i,
.after-content-full-width-area .search-form__submit i,
.footer-area .search-form__submit i,
body.search .search-form__submit i,
body.archive .search-form__submit i {
line-height: 55px;
}
.tm_pb_slide.tm_pb_bg_layout_light.tm_pb_media_alignment_center.tm_pb_slide_0.tm-pb-active-slide:before {
position: absolute;
width: 100%;
height: 100%;
content: '';
left: 0;  }
h2.tm_pb_slide_title {
text-shadow: 1px 1px 3px #000;
}
.tm_pb_slide_content {
text-shadow: 1px 1px 2px #000;
}
.sidebar-primary .search-form__submit {
width: auto;
padding: 0;
background: none;
position: absolute;
top: 0;
right: 19px;
margin: 0;
}
.sidebar-primary .search-form__submit i {
line-height: 55px;
}
.site-header .search-form__submit i {
line-height: 55px;
}
.search-form__submit i {
margin: 0 auto;
display: block;
font-size: 26px;
}
.site-header .search-form__submit {
padding: 0;
background: none;
}
.site-header .search-form__submit:hover {
background: none;
}
.site-header .search-form__submit:active, .site-header .search-form__submit:focus, .site-header .search-form__submit:hover {
box-shadow: none;
}
.full-width-header-area .widget_search {
padding: 30px 0;
}
.header_caption .header__search {
z-index: 0;
}
.header_caption .header__search .search-form {
width: 0;
opacity: 0;
padding: 0;
margin-top: -5px;
float: right;
overflow: hidden;
transition: all 0.3s ease-out;
}
.header_caption .header__search .search-form .search-form__submit {
position: absolute;
right: 10px;
margin: 0;
}
@media (max-width: 767px) {
.header_caption .header__search .search-form {
position: absolute;
bottom: 0;
}
}
@media (min-width: 768px) {
.header_caption.open .main-navigation {
visibility: hidden;
opacity: 0;
}
}
.header_caption.open .header__search {
z-index: 10;
}
.header_caption.open .search-form {
width: 777px;
opacity: 1;
}
@media (max-width: 1199px) {
.header_caption.open .search-form {
width: calc(100% - 30px);
}
}
@media (max-width: 767px) {
.header_caption.open .search-form {
width: calc(100% - 80px);
}
}
@media (max-width: 500px) {
.header_caption.open .search-form {
width: calc(100% - 90px);
}
}
.header_caption.open .search-form__toggle:before {
content: '\e5cd';
}
.header_caption.isStuck .main-navigation {
visibility: visible;
opacity: 1;
}
.header_caption.isStuck .header__search {
z-index: 0;
}
.comment-form {
margin-bottom: 136px;
}
.comment-form-comment, .comment-form-author, .comment-form-email, .comment-form-url {
margin: 1em 0 0 0;
}
.comment-form .form-submit {
margin: 40px 0 0 0;
}
.comment-form .form-submit .submit {
transition: all 0.3s ease-out;
}
.comment-form .form-submit .submit:hover, .comment-form .form-submit .submit:focus {
background: transparent;
box-shadow: none;
}
.comment-form__field {
width: 100%;
vertical-align: top;
}
.comment-form .logged-in-as,
.comment-form .comment-notes {
margin: 1em 0;
}
.comment-list .comment-form {
padding-bottom: 2em;
}
#cancel-comment-reply-link {
font-size: 12px;
font-size: 0.75rem;
}
.post-password-form label {
display: inline-block;
vertical-align: top;
}  a {
text-decoration: none;
}
a:focus {
outline: thin dotted;
}
a:hover, a:active {
text-decoration: none;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
color: inherit;
} .top-panel__menu {
display: none;
}
@media (min-width: 544px) {
.top-panel__menu {
display: block;
}
}
@media (min-width: 768px) {
.top-panel__menu {
float: left;
}
}
.top-panel__menu-list {
text-align: center;
}
.top-panel__menu-list .menu-item {
margin: 0 22px 0 0;
font-size: 14px;
letter-spacing: 0;
}
.top-panel__menu-list .menu-item a {
text-decoration: none;
}
.top-panel__menu-list .menu-item a:focus {
outline: none;
}
.top-panel__menu-list .menu-item.current-menu-item a, .top-panel__menu-list .menu-item.current_page_item a {
text-decoration: underline;
}  .main-navigation {
display: block;
clear: both;
opacity: 1;
visibility: visible;
width: 100%;
transition: all 0.3s ease-out;
}
@media (min-width: 768px) {
.main-navigation[data-toggle=true] {
opacity: 0;
visibility: hidden;
}
}
@media (max-width: 767px) {
.main-navigation {
margin: 0;
display: block;
float: left;
top: 0 !important;
left: 0;
right: 0;
width: 100%;
}
}
@media (max-width: 767px) {
.main-navigation .menu {
overflow-y: scroll;
max-height: calc(100vh - 50px);
}
}
.main-navigation ul {
display: none;
margin: 0;
padding-left: 0;
list-style: none;
}
.main-navigation li {
position: relative;
text-align: left;
padding-left: 0;
margin: 0;
}
.main-navigation li:before {
display: none;
}
.main-navigation li:after {
font-size: 1.1875rem !important;
}
.main-navigation a {
position: relative;
display: block;
text-decoration: none;
transition: none;
letter-spacing: .5px;
}
.main-navigation a:after {
background: transparent;
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
display: block;
height: 100%;
z-index: -1;
opacity: 0;
transition: all 0.3s ease-out;
}
@media (max-width: 767px) {
.main-navigation ul ul a {
text-indent: 1rem;
}
.main-navigation ul ul ul a {
text-indent: 2rem;
}
.main-navigation ul ul ul ul a {
text-indent: 3rem;
}
.main-navigation ul ul ul ul ul a {
text-indent: 4rem;
}
.main-navigation ul ul ul ul ul ul a {
text-indent: 5rem;
}
.main-navigation.toggled ul {
display: block;
}
}
@media (max-width: 767px) and (max-width: 767px) {
.main-navigation.toggled ul {
background: #000000;
}
}
@media (min-width: 768px) {
.main-navigation ul {
display: block;
}
.main-navigation li:hover > ul, .main-navigation li.menu-hover > ul {
top: 102%;
left: 0;
visibility: visible;
opacity: 1;
}
}
@media (min-width: 768px) and (min-width: 992px) {
.main-navigation li:hover > ul, .main-navigation li.menu-hover > ul {
left: 0;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
@media (min-width: 768px) {
.main-navigation li > ul.in-transition {
left: 0;
}
}
@media (min-width: 768px) and (min-width: 992px) {
.main-navigation li > ul.in-transition {
left: 0;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
@media (min-width: 768px) {
.main-navigation li li:hover > ul, .main-navigation li li.menu-hover > ul {
top: 0;
left: calc(100%);
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
.main-navigation li li > ul.in-transition {
left: calc(100%);
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
.main-navigation li.toleft:hover > ul, .main-navigation li.toleft.menu-hover > ul {
left: auto;
right: calc(100%);
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
.main-navigation li.toleft > ul.in-transition {
left: auto;
right: calc(100%);
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
.main-navigation li.toleft li:hover > ul, .main-navigation li.toleft li.menu-hover > ul {
left: auto;
right: calc(100%);
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
.main-navigation li.toleft li > ul.in-transition {
left: auto;
right: calc(100%);
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
.main-navigation .menu {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: 0;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.main-navigation .menu {
padding: 0;
}
}
@media (min-width: 768px) {
.main-navigation .menu#main-menu > li.toleft > .sub-menu {
left: auto;
right: 0;
}
.isStuck .main-navigation .menu {
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
left: 0 !important;
}
.main-navigation .menu > li {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
font-weight: 600;
font-size: .9rem;
text-transform: uppercase;
font-weight: 600;
letter-spacing: .2px;
}
.main-navigation .menu > li:after {
content: '';
bottom: -6px;
text-align: center;
display: block;
}
.default .main-navigation .menu > li {
display: inline-block;
}
.main-navigation .menu > li:after {
content: '';
width: 0;
height: 2px;
left: 50%;
bottom: 3px;
top: auto;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
transition: all 0.2s ease-out;
}
.main-navigation .sub-menu {
position: absolute;
z-index: 999;
top: 120%;
left: -999em;
visibility: hidden;
margin: 0;
transition: 200ms linear;
transition-property: top, opacity, visibility;
opacity: 0;
margin-top: 2px;
}
.main-navigation .sub-menu:before {
content: '';
position: absolute;
top: -7px;
left: 56px;
width: 0;
height: 0;
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-bottom: 7px solid;
}
#menu-item-5095 .main-navigation .sub-menu:before, #menu-item-4987 .main-navigation .sub-menu:before {
left: unset;
right: 56px;
}
.main-navigation .sub-menu .sub-menu {
margin: -31px 0 0 34px !important;
}
.main-navigation .sub-menu .sub-menu:before {
content: '';
position: absolute;
top: 33px;
left: 0;
width: 0;
height: 0;
border-top: 7px solid transparent;
border-bottom: 7px solid transparent;
border-left: 7px solid;
}
.main-navigation .sub-menu li {
text-transform: uppercase;
font-weight: 600;
letter-spacing: .2px;
}
.main-navigation .sub-menu li:last-child {
border-bottom: none;
}
.main-navigation .sub-menu li.menu-item-has-children::after { }
}
@media (min-width: 768px) and (min-width: 768px) {
.main-navigation .sub-menu li.menu-item-has-children::after {
right: 19px;
-webkit-transform: translate(-50%);
-ms-transform: translate(-50%);
transform: translate(-50%);
content: '\f105';
font-family: FontAwesome;
top: 2px;
}
}
@media (min-width: 768px) {
.main-navigation .sub-menu li a {
font-size: 12px;
transition: all 0.3s ease-out;
}
.main-navigation .sub-menu ul {
top: 20%;
}
.main-navigation .menu-toggle {
display: none;
}
} .main-navigation a {
padding: 1em;
}
.main-navigation a:focus {
outline: none;
}
.main-navigation .menu {
z-index: 1;
position: relative;
}
.main-navigation .menu > li > a {
transition: all 0.3s ease-out;
}
@media (min-width: 768px) {
.main-navigation .menu > li > a {
border-bottom: none;
}
}
.main-navigation .menu > li .sub-menu-toggle {
position: absolute;
display: none;
top: 0;
height: 49px;
width: 80px;
right: 0;
z-index: 99;
cursor: pointer;
}
.main-navigation .menu > li .sub-menu-toggle::before {
position: absolute;
top: 50%;
left: 50%;
margin-top: -11px;
-webkit-transform: translate(-50%);
-ms-transform: translate(-50%);
transform: translate(-50%);
content: '\f107';
font-family: 'FontAwesome';
font-size: 22px;
line-height: 1;
transition: .3s all ease;
cursor: pointer;
}
.main-navigation .menu > li .sub-menu-toggle.active::before {
-webkit-transform: translate(-50%) rotateX(180deg);
transform: translate(-50%) rotateX(180deg);
}
@media (max-width: 767px) {
.main-navigation .menu > li .sub-menu-toggle {
display: block;
}
}
.main-navigation .menu > li:last-child > a {
border-bottom: none;
}
.main-navigation .menu > li:hover > a, .main-navigation .menu > li.menu-hover > a, .main-navigation .menu > li.current_page_item > a, .main-navigation .menu > li.current_page_ancestor > a, .main-navigation .menu > li.current-menu-item > a, .main-navigation .menu > li.current-menu-ancestor > a { }
.main-navigation .menu > li[hidden] {
display: none;
}
.main-navigation .menu li.menu-item-has-children > ul.sub-menu {
display: none;
}
@media (min-width: 768px) {
.main-navigation .menu li.menu-item-has-children > ul.sub-menu {
display: block;
}
}
.main-navigation .menu li.menu-item-has-children.sub-menu-open > ul.sub-menu {
display: block;
}
.main-navigation .sub-menu {
padding: 31px 15px;
margin-top: 23px;
}
@media (min-width: 768px) {
.main-navigation .sub-menu {
padding: 31px 35px;
}
}
@media (max-width: 991px) {
.main-navigation .sub-menu {
margin-top: 0;
}
}
.main-navigation .sub-menu li {
margin: 0 0 5px;
}
@media (min-width: 768px) {
.main-navigation .sub-menu li {
margin: 0 0 21px;
}
}
.main-navigation .sub-menu li:last-child {
margin-bottom: 0;
}
.main-navigation .sub-menu li a {
transition: all 0.3s ease-out;    
}
@media (min-width: 768px) {
.main-navigation .sub-menu li:last-of-type a {
border-bottom: none;
}
}
.main-navigation .sub-menu li .sub-menu {
margin-top: 0;
}
.main-navigation .sub-menu li .sub-menu li:last-child > a {
border-bottom: none;
}
@media (max-width: 991px) {
.main-navigation .sub-menu li .sub-menu {
background: none;
}
}
.main-navigation .sub-menu a {
font-size: 14px;
font-size: 0.875rem;
}
@media (min-width: 768px) {
.main-navigation .sub-menu a {
width: 14em;
padding: 0;
}
}
.main-navigation .sub-menu li.current-menu-item > a{
color: #000 !important;
}
.main-navigation .sub-menu li:hover > a,
.main-navigation .sub-menu li.menu-hover > a,
.main-navigation .sub-menu li.current_page_item > a,
.main-navigation .sub-menu li.current_page_ancestor > a,
.main-navigation .sub-menu li.current-menu-ancestor > a { color: #fff !important;
}
.main-navigation li::after { position: absolute;
top: 1em;
right: 1em;
cursor: pointer;
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 18px;
font-size: 1.125rem;
line-height: 16px;
}
@media (min-width: 768px) {
.main-navigation .menu > li::after { }
}
@media (max-width: 1199px) {
.main-navigation .menu > li::after { margin-top: 0;
}
} .menu-item__desc {
font-size: 10px;
font-size: 0.625rem;
}
@media (min-width: 768px) {
.menu > li > a > .menu-item__desc {
position: absolute;
text-transform: capitalize;
letter-spacing: -.2px;
margin-top: 11px;
}
} .menu-toggle {
padding: 0;
margin-top: 17px;
border: none;
background: none;
transition: all 0.3s ease-out;
}
.menu-toggle:hover, .menu-toggle:active {
color: #09c2dd !important;
}
.toggled .menu-toggle__icon:before {
content: '\e5cd';
}
.menu-toggle__icon {
vertical-align: top;
font-size: 26px;
}
.menu-toggle__icon:before {
content: '\e3c7';
font-family: 'Material Icons';
font-weight: 400;
font-style: normal;
margin-right: 0;
}
.set-menu a {
z-index: 1;
}
@media (min-width: 1200px) {
nav#site-navigation.isStuck {
left: 0;
top: 0;
}
nav#site-navigation.isStuck .menu {
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
top: 0;
left: 0;
margin-right: 0 !important;
}
nav#site-navigation.isStuck .menu > .menu-item > a:after {
height: 100%;
margin: 0;
}
nav#site-navigation.isStuck .menu .sub-menu {
margin-top: 2px;
}
}
.isStuck .menu {
border-bottom: 1px solid;
}
.main-navigation .menu > li > a:hover:after,
.main-navigation .menu > li.menu-hover > a:after,
.main-navigation .menu > li.current_page_item > a:after,
.main-navigation .menu > li.current_page_ancestor > a:after,
.main-navigation .menu > li.current-menu-item > a:after,
.main-navigation .menu > li.current-menu-ancestor > a:after {
opacity: 1;
} .footer-menu__items {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin: 0;
padding-left: 0;
list-style: none;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
border: none;
}
.footer-menu__items .menu-item {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
padding: 0;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
margin-left: 14px;
font-size: 0.75rem;
letter-spacing: 1.2px;
text-transform: uppercase;
}
.footer-menu__items .menu-item:before {
content: '|';
display: block;
margin-right: 14px;
color: red;
opacity: .75;
}
.centered .footer-menu__items .menu-item:first-child:before, .default .footer-menu__items .menu-item:first-child:before {
display: none;
} .comment-navigation,
.posts-navigation,
.post-navigation {
overflow: hidden;
margin-top: 2em;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
float: left;
width: 50%;
}
.comment-navigation .nav-previous > a,
.posts-navigation .nav-previous > a,
.post-navigation .nav-previous > a {
display: inline-block;
vertical-align: top;
text-decoration: none;
white-space: nowrap;
}
.comment-navigation .nav-previous > a:before,
.posts-navigation .nav-previous > a:before,
.post-navigation .nav-previous > a:before {
font-size: 20px;
content: '\E408';
vertical-align: top;
font-family: 'Material Icons';
font-weight: normal;
font-style: normal;
display: inline-block;
line-height: 1;
text-transform: none;
letter-spacing: normal;
word-wrap: normal;
white-space: nowrap;
direction: ltr; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; -moz-osx-font-smoothing: grayscale; -webkit-font-feature-settings: 'liga';
font-feature-settings: 'liga';
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
float: right;
width: 50%;
text-align: right;
white-space: nowrap;
}
.comment-navigation .nav-next > a,
.posts-navigation .nav-next > a,
.post-navigation .nav-next > a {
display: inline-block;
vertical-align: top;
text-decoration: none;
}
.comment-navigation .nav-next > a:after,
.posts-navigation .nav-next > a:after,
.post-navigation .nav-next > a:after {
font-size: 20px;
content: '\E409';
vertical-align: top;
font-family: 'Material Icons';
font-weight: normal;
font-style: normal;
display: inline-block;
line-height: 1;
text-transform: none;
letter-spacing: normal;
word-wrap: normal;
white-space: nowrap;
direction: ltr; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; -moz-osx-font-smoothing: grayscale; -webkit-font-feature-settings: 'liga';
font-feature-settings: 'liga';
}
.pagination {
margin: 100px 0 104px;
}
.layout-grid .pagination, .layout-masonry .pagination {
margin-top: 0;
}
@media (max-width: 1199px) {
.pagination {
margin: 50px 0;
}
}
.card-columns + .pagination {
margin-top: 0;
}
.nav-links .page-numbers {
line-height: 55px;
display: inline-block;
width: 55px;
height: 55px;
margin: 0 5px 5px 0;
text-align: center;
font-size: .93575rem;
font-weight: 600;
text-decoration: none;
border-radius: 3.5px;
border: none;
}
.nav-links .page-numbers.dots {
min-width: 2em;
border: none;
background-color: transparent;
}
.nav-links .page-numbers.next, .nav-links .page-numbers.prev {
border: none;
padding: 0 30px;
font-weight: 600;
width: auto;
letter-spacing: .9px;
font-size: .93575rem;
}
.nav-links .page-numbers.next i, .nav-links .page-numbers.prev i {
vertical-align: middle;
}
#tm_builder_outer_content .pagination .page-numbers {
line-height: 55px;
display: inline-block;
min-width: 55px;
height: 55px;
margin: 0 5px 5px 0;
text-align: center;
font-size: 13px;
text-decoration: none;
}
.page-links {
clear: both;
margin: 0 0 1em;
}
.page-links__title {
margin-right: 5px;
}
.page-links a,
.page-links > .page-links__item {
line-height: 3;
display: inline-block;
min-width: 3em;
height: 3em;
margin: 0 5px 5px 0;
text-align: center;
}
.page-links a {
text-decoration: none;
} .breadcrumbs {
position: relative;
padding: 23px 0;
}
.breadcrumbs__title {
float: left;
margin-right: 0;
padding-right: 0;
}
.breadcrumbs__title .page-title {
margin: 0;
}
.breadcrumbs__items {
float: left;
}
.breadcrumbs__browse {
float: left;
margin-right: .5em;
}
.breadcrumbs__wrap {
float: left;
margin: 0;
}
.breadcrumbs__item {
float: left;
text-transform: uppercase;
}
.breadcrumbs__item-sep {
margin: 0 27px;
}
.breadcrumbs__item-link {
text-decoration: none;
} .social-list .menu-item {
margin: 0 0 0 9px;
padding: 0;
vertical-align: middle;
}
.social-list .menu-item:first-child {
margin-left: 0;
}
.social-list .menu-item::before {
display: none;
}
.social-list .menu-item > a {
display: block;
text-decoration: none;
transition: all 0.3s ease-out;
}
.social-list .menu-item > a:hover {
text-decoration: none;
}
.social-list .menu-item > a:focus {
outline: none;
}
.social-list .menu-item > a[href*="codepen.io"]::before {
content: '\f1cb';
}
.social-list .menu-item > a[href*="digg.com"]::before {
content: '\f1a6';
}
.social-list .menu-item > a[href*="dribbble.com"]::before {
content: '\f17d';
}
.social-list .menu-item > a[href*="dropbox.com"]::before {
content: '\f16b';
}
.social-list .menu-item > a[href*="flickr.com"]::before {
content: '\f16e';
}
.social-list .menu-item > a[href*="github.com"]::before {
content: '\f09b';
}
.social-list .menu-item > a[href*="linkedin.com"]::before {
content: '\f0e1';
}
.social-list .menu-item > a[href*="pinterest.com"]::before {
content: '\f0d2';
}
.social-list .menu-item > a[href*="getpocket.com"]::before {
content: '\f265';
}
.social-list .menu-item > a[href*="reddit.com"]::before {
content: '\f1a1';
}
.social-list .menu-item > a[href*="skype.com"]::before, .social-list .menu-item > a[href*="skype:"]::before {
content: '\f17e';
}
.social-list .menu-item > a[href*="stumbleupon.com"]::before {
content: '\f1a4';
}
.social-list .menu-item > a[href*="tumblr.com"]::before {
content: '\f173';
}
.social-list .menu-item > a[href*="vimeo.com"]::before {
content: '\f27d';
}
.social-list .menu-item > a[href*="wordpress.org"]::before, .social-list .menu-item > a[href*="wordpress.com"]::before {
content: '\f19a';
}
.social-list .menu-item > a[href*="youtube.com"]::before {
content: '\f167';
}
.social-list .menu-item > a[href*="amazon.com"]::before {
content: '\f270';
}
.social-list .menu-item > a[href*="tripadvisor"]::before {
content: '\f262';
}
.social-list .menu-item > a[href*="ycombinator.com"]::before {
content: '\f23b';
}
.social-list .menu-item > a[href*="xing.com"]::before {
content: '\f168';
}
.social-list .menu-item > a[href*="yahoo."]::before {
content: '\f19e';
}
.social-list .menu-item > a[href*="vine.co"]::before {
content: '\f1ca';
}
.social-list .menu-item > a[href*="weibo.com"]::before {
content: '\f18a';
}
.social-list .menu-item > a[href*="trello.com"]::before {
content: '\f181';
}
.social-list .menu-item > a[href*="steampowered.com"]::before {
content: '\f1b6';
}
.social-list .menu-item > a[href*="soundcloud.com"]::before {
content: '\f1be';
}
.social-list .menu-item > a[href*="spotify.com"]::before {
content: '\f1bc';
}
.social-list .menu-item > a[href*="stackexchange.com"]::before {
content: '\f18d';
}
.social-list .menu-item > a[href*="stackoverflow.com"]::before {
content: '\f16c';
}
.social-list .menu-item > a[href*="slideshare.net"]::before {
content: '\f1e7';
}
.social-list .menu-item > a[href*="slack.com"]::before {
content: '\f198';
}
.social-list .menu-item > a[href*="skyatlas.com"]::before {
content: '\f216';
}
.social-list .menu-item > a[href*="last.fm"]::before {
content: '\f202';
}
.social-list .menu-item > a[href*="jsfiddle.net"]::before {
content: '\f1cc';
}
.social-list .menu-item > a[href*="behance.net"]::before {
content: '\f1b4';
}
.social-list .menu-item > a[href*="bitbucket.org"]::before {
content: '\f171';
}
.social-list .menu-item > a[href*="codepen.io"]::before {
content: '\f1cb';
}
.social-list .menu-item > a[href*="codiepie.com"]::before {
content: '\f284';
}
.social-list .menu-item > a[href*="connectdevelop.com"]::before {
content: '\f20e';
}
.social-list .menu-item > a[href*="dashcube.com"]::before {
content: '\f210';
}
.social-list .menu-item > a[href*="contao.org"]::before {
content: '\f26d';
}
.social-list .menu-item > a[href*="delicious.com"]::before {
content: '\f1a5';
}
.social-list .menu-item > a[href*="deviantart.com"]::before {
content: '\f1bd';
}
.social-list .menu-item > a[href*="vk.com"]::before {
content: '\f189';
}
.social-list .menu-item > a[href*="twitter.com"]::before {
content: '\e03b';
}
.social-list .menu-item > a[href*="facebook.com"]::before {
content: '\e012';
}
.social-list .menu-item > a[href*="plus.google.com"]::before {
content: '\e017';
}
.social-list .menu-item > a[href*="instagram.com"]::before {
content: '\e01e';
}
.page-id-5265 header, .page-id-5265 footer {
display: none !important;
}
.tm_pb_section.tm_pb_section_4.tm_pb_with_background.tm_section_regular:before {
width: 100%;
height: 100%;
position: absolute;
content: '';
background: linear-gradient(141deg, #e3e9e866 0%, #fbfbfbbd 51%, #fbfbfbf0 75%);
}
.social-list .menu-item > a::before {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 25.6px;
font-size: 1.6rem;
display: block;
margin: auto;
}
.tm_pb_section.invert.tm_pb_section_2.tm_pb_with_background.tm_section_regular:before {
background-color: #00000030;
position: absolute;
content: '';
width: 100%;
height: 100%;
}
.social-list--text .social-list .menu-item > a::before {
display: none;
}
.social-list .menu-item > a[href*="twitter.com"]::before, .social-list .menu-item > a[href*="facebook.com"]::before, .social-list .menu-item > a[href*="plus.google.com"]::before, .social-list .menu-item > a[href*="instagram.com"]::before {
font-family: "fl-glypho";
}
.social-list--text .menu-item > a::before {
display: none;
}
.table-striped > tbody > tr:nth-of-type(odd) {
background-color: #fefefe;
}
.heading-banner {
color: #fff;
margin-left: 8%;
text-shadow: 0 0 3px rgba(0,0,0,0.5);
font-size: 42px;margin-bottom: 0;
}
.sub-heading-banner{
color: #fff;
margin-left: 8%;
text-shadow: 0 0 3px rgba(0,0,0,0.5);
}  .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}
.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;
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 {
float: left;
margin-right: 30px;
margin-bottom: 15px;
}
.alignright {
float: right;
margin-left: 30px;
margin-bottom: 15px;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 15px;
} .clear:before,
.clear:after,
.comment-body:before,
.comment-body:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer: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,
.comment-body:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
clear: both;
}
.hidden {
display: none;
} .comments-area {
position: relative;
margin-bottom: 1em;
}
@media (min-width: 992px) {
.comments-area {
margin-bottom: 2em;
}
}
.comment-list {
margin: 0;
padding: 0 0 20px;
list-style: none;
}
.comment-list .children {
margin-left: 0;
padding-left: 10px;
list-style: none;
}
@media (min-width: 992px) {
.comment-list .children {
padding-left: 30px;
}
}
.comment-list > .comment,
.comment-list > .ping {
margin-bottom: 10px;
padding-right: 10px;
padding-left: 10px;
}
@media (min-width: 992px) {
.comment-list > .comment,
.comment-list > .ping {
padding-right: 30px;
padding-left: 30px;
}
}
.comment-content a {
word-wrap: break-word;
}
.comment-body {
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 992px) {
.comment-body {
padding-top: 30px;
padding-bottom: 15px;
}
}
.comment-body__holder {
position: relative;
padding-right: 18px;
}
.comment-body .avatar {
float: left;
width: 40px;
margin: 0 15px 10px 0;
border-radius: 50%;
}
@media (min-width: 992px) {
.comment-body .avatar {
width: auto;
margin: 0 30px 15px 0;
}
}
.comment-body .fn {
margin-right: 0;
font-size: 13px;
font-weight: 400;
text-transform: capitalize;
}
.comment-body .reply {
position: absolute;
z-index: 9;
top: 0;
right: 0;
}
.comment-reply-link {
transition: all 0.25s ease;
}
.comment-reply-link .material-icons {
font-size: 26px;
}
.comment-date {
display: inline-block;
}
.comment-date__time {
display: inline-block;
font-size: 13px;
}
.comment .posted-by {
font-size: 13px;
}
.comment .comment-metadata {
padding-bottom: 12px;
}
.bypostauthor {
display: block;
}
.comment-respond {
border-top: 1px solid;
padding-top: 70px;
} .post-author-bio {
margin: 70px 0;
border-bottom: 1px solid;
padding-bottom: 83px;
}
.post-author__holder {
padding: 0;
}
@media (min-width: 992px) {
.post-author__holder {
padding: 0;
}
}
.post-author__avatar {
float: left;
margin: 0 1em 1em 0;
}
@media (min-width: 992px) {
.post-author__avatar {
margin: 0 2em 1em 0;
}
}
.post-author__avatar .avatar {
width: 70px;
vertical-align: top;
}
@media (min-width: 992px) {
.post-author__avatar .avatar {
width: auto;
}
}
.post-author__title a {
text-transform: capitalize;
} .share-btns__list {
padding-top: 26px;
padding-bottom: 26px;
}
.hentry .share-btns__list {
float: left;
}
.share-btns__item {
display: inline-block;
vertical-align: top;
}
.share-btns__link {
display: block;
text-align: center;
text-decoration: none;
border-radius: 50%;
margin-right: 26px;
transition: all 0.3s ease-out;
font-size: 16px;
font-size: 1rem;
}
.taxonomy-description {
padding-bottom: 40px;
} .card {
display: block;
overflow-wrap: break-word;
word-wrap: break-word;
-ms-word-break: break-all;
word-break: break-word;
}
@media (min-width: 768px) {
.card-deck {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin-right: -1.5625rem;
margin-left: -1.5625rem;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
}
.card-deck .card {
margin-right: 1.5625rem;
margin-left: 1.5625rem;
-webkit-flex: 1 0 0;
-ms-flex: 1 0 0;
flex: 1 0 0;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
.home .card-deck .card.sticky {
display: block;
max-width: calc(100% - 3.125rem);
-webkit-flex: none;
-ms-flex: none;
flex: none;
}
.posts-list--grid-2-cols .card {
max-width: calc(100% / 2 - 3.125rem);
-webkit-flex: 1 0 calc(100% / 2 - 3.125rem);
-ms-flex: 1 0 calc(100% / 2 - 3.125rem);
flex: 1 0 calc(100% / 2 - 3.125rem);
}
.posts-list--grid-3-cols .card {
max-width: calc(100% / 3 - 3.125rem);
-webkit-flex: 1 0 calc(100% / 3 - 3.125rem);
-ms-flex: 1 0 calc(100% / 3 - 3.125rem);
flex: 1 0 calc(100% / 3 - 3.125rem);
}
}
@media (min-width: 768px) {
.card-columns {
-webkit-column-gap: 3.125rem;
-moz-column-gap: 3.125rem;
column-gap: 3.125rem;
}
.card-columns .card {
display: inline-block;
width: 100%;
}
.posts-list--masonry-2-cols {
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
}
.posts-list--masonry-3-cols {
-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;
}
}
@media (min-width: 768px) {
.posts-list--vertical-justify {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin-right: -1.5625rem;
margin-left: -1.5625rem;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
}
.posts-list--vertical-justify .card {
-webkit-flex: 1 0 calc(100% / 3 - 3.125rem);
-ms-flex: 1 0 calc(100% / 3 - 3.125rem);
flex: 1 0 calc(100% / 3 - 3.125rem);
max-width: calc(100% / 3 - 3.125rem);
margin-right: 1.5625rem;
margin-left: 1.5625rem;
}
.posts-list--vertical-justify .card:nth-child(7n + 1), .posts-list--vertical-justify .card:nth-child(7n + 4) {
-webkit-flex: 1 0 calc(100% / 1.5 - 3.125rem);
-ms-flex: 1 0 calc(100% / 1.5 - 3.125rem);
flex: 1 0 calc(100% / 1.5 - 3.125rem);
max-width: calc(100% / 1.5 - 3.125rem);
}
}
@media (min-width: 768px) and (max-width: 991px) {
.posts-list--grid-3-cols {
display: block;
margin-right: auto;
margin-left: auto;
}
.posts-list--grid-3-cols .card {
display: block;
max-width: 100%;
margin-right: auto;
margin-left: auto;
-webkit-flex: none;
-ms-flex: none;
flex: none;
}
.posts-list--masonry-3-cols.one-left-sidebar, .posts-list--masonry-3-cols.one-right-sidebar {
-webkit-column-gap: normal;
-moz-column-gap: normal;
column-gap: normal;
-webkit-column-count: auto;
-moz-column-count: auto;
column-count: auto;
}
.posts-list--masonry-3-cols.one-left-sidebar .card, .posts-list--masonry-3-cols.one-right-sidebar .card {
display: block;
}
} .site {
word-wrap: break-word;
-webkit-hyphens: none;
-moz-hyphens: none;
-ms-hyphens: none;
-o-hyphens: none;
hyphens: none;
overflow: hidden;
} .container.site-header, .container.site-footer {
padding-left: 0;
padding-right: 0;
}
.content-layout-boxed .container.site-content {
padding-left: 0;
padding-right: 0;
}
.site-content_wrap.container .tm_builder_outer_content .container {
padding-left: 0;
padding-right: 0;
} .header-container {
padding: 1.5rem 1.5625rem 0;
background-size: cover;
}
@media (max-width: 500px) {
.header-container .header-container_wrap {
padding-left: 0;
padding-right: 0;
}
}
@media (min-width: 1200px) {
.header-container.isStuck {
position: fixed;
z-index: 1000;
top: 0;
left: 0 !important;
}
}
@media (max-width: 1199px) {
.header-container.isStuck {
position: relative !important;
top: 0 !important;
left: 0;
}
}
.home .header-container {
background-color: transparent;
background-image: none;
}
.container .header-container {
padding-right: 0;
padding-left: 0;
}
.header-container {
padding: 0 0 2px;
position: relative;
z-index: 100;
}
.header_caption {
left: 0;
right: 0;
width: 100%;
box-sizing: border-box;
}
.top-menu-list {
list-style: none;
margin: 0;
}
.top-menu-list li {
display: inline-block;
margin: 0 .6em;
}
.header_caption:after {
width: 1000%;
height: 100%;
display: block;
content: '';
position: absolute;
top: 0;
left: -500%;
right: 0;
z-index: -1;
}
@media (max-width: 1199px) {
.header_caption {
width: 100%;
}
}
@media (max-width: 500px) {
.header_caption {
padding-left: 1.5625rem;
padding-right: 1.5625rem;
}
}
@media (max-width: 767px) {
.header_caption {
margin-top: 0;    background-color: #1580ae;
}
.main-navigation a {
padding: 0;
}
.site-logo__link img {
padding: 10px 20px 0 20px;
}
.menu-item-has-children .sub-menu a{
color:#1580ae !important;font-weight: normal;text-indent: 27px;
font-size: 12px;
}
.menu-item-has-children:hover .sub-menu{
display: block;
}
}
.main-navigation.toggled ul li.current_page_item > a, .main-navigation.toggled .menu > li.menu-hover > a, .main-navigation.toggled ul li a
@media (min-width: 1200px) {
}
.header__search {
z-index: 0;
width: 100%;
}
@media (min-width: 768px) {
.header__search {
position: absolute;
top: 50%;
right: 0;
margin: -29px 0 0;
width: calc(100% - 45px);
}
}
@media (min-width: 992px) {
.header__search {
width: 777px;
}
}
@media (min-width: 768px) {
.site-header.default .header__search {
top: 65%;
}
}
@media (min-width: 768px) {
.site-header.centered .header__search {
top: 60%;
}
}
.site-header .search-form__toggle {
display: inline-block;
width: 22px;
text-align: center;
cursor: pointer;
float: right;
position: absolute;
top: 8px;
right: 1.5625rem;
}
@media (min-width: 768px) {
.site-header .search-form__toggle {
position: absolute;
top: 0;
right: 3px;
}
}
@media (max-width: 767px) {
.site-header .search-form__toggle {
top: 0px;
}
}
.site-header .search-form__toggle:before {
font-family: 'Material Icons';
font-weight: normal;
font-style: normal;
display: inline-block;
line-height: 1;
text-transform: none;
letter-spacing: normal;
word-wrap: normal;
white-space: nowrap;
direction: ltr; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; -moz-osx-font-smoothing: grayscale; -webkit-font-feature-settings: 'liga';
font-feature-settings: 'liga';
font-size: 26px;
line-height: 45px;
transition: all 0.3s ease-out;
}
.site-header .search-form__toggle:before {
content: '\e8b6';
}
.header-container__flex {
position: relative;
}
@media (max-width: 1199px) {
.pseudoStickyBlock {
display: none !important;
}
}
.site-header.default .site-branding {
padding: 0;
-webkit-order: 0;
-ms-flex-order: 0;
order: 0;
-webkit-flex: 1 0 auto;
-ms-flex: 1 0 auto;
flex: 1 0 auto;
text-align: left;
-webkit-align-self: flex-start;
-ms-flex-item-align: start;
align-self: flex-start;
}
@media (min-width: 768px) {
.site-header.default .site-branding {
-webkit-order: 0;
-ms-flex-order: 0;
order: 0;
-webkit-flex: 0 1 auto;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
text-align: left;
padding: 0 0 20px;
}
}
@media (max-width: 991px) {
.site-header.default .site-branding .site-description {
margin-top: -3px;
}
}
.site-header.default .main-navigation {
-webkit-order: 2;
-ms-flex-order: 2;
order: 2;
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
}
@media (min-width: 768px) {
.site-header.default .main-navigation {
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.site-header.default .main-navigation {
-webkit-order: 3;
-ms-flex-order: 3;
order: 3;
}
}
.site-header.default .main-navigation > .menu {
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
}
@media (max-width: 991px) {
.site-header.default .main-navigation > .menu {
padding-top: 43px;
padding-bottom: 43px;
position: absolute;
width: 100%;
margin-top: 10px;
}
}
@media (max-width: 500px) {
.site-header.default .main-navigation > .menu {
width: calc(100% - 50px);
}
}
@media (max-width: 480px) {
.site-header.default .main-navigation > .menu {
width: 100%;
left: 0;
}
}
.site-header.default .main-navigation > .menu > .menu-item > a {
padding: 16px 23px 21px 0;
border-bottom: none;
}
@media (max-width: 991px) {
.site-header.default .main-navigation > .menu > .menu-item > a {
padding: 12px 30px;
text-transform: uppercase;
font-weight: 700;
}
}
.site-header.default .main-navigation .menu > li::after {
right: 6px;
margin-top: 0;
}
@media (max-width: 991px) {
.site-header.default .main-navigation .menu-toggle {
margin-top: 6px;
}
}
@media (max-width: 991px) {
.site-header.default .header_caption {
float: left;
position: relative;
}
}
@media (max-width: 991px) {
.site-header.default .header-container_wrap {
width: 100%;
}
}
@media (min-width: 992px) {
.site-header.default .header__search {
margin: 0;
}
}
@media (max-width: 991px) {
.site-header.default .header__search .search-form__toggle {
top: auto;
bottom: 0;
}
}
.site-header.default .header-container {
padding-top: 48px;
}
@media (max-width: 991px) {
.site-header.default .header-container {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
padding-top: 52px;
padding-bottom: 10px;
}
}
.site-header.default .header-container__flex {
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
@media (max-width: 991px) {
.site-header.default .header-container__flex {
display: block;
}
}
.site-header.centered .site-branding {
padding: 0;
-webkit-order: 0;
-ms-flex-order: 0;
order: 0;
-webkit-flex: 1 0 auto;
-ms-flex: 1 0 auto;
flex: 1 0 auto;
text-align: center;
}
@media (min-width: 768px) {
.site-header.centered .site-branding {
padding: 0;
-webkit-order: 0;
-ms-flex-order: 0;
order: 0;
-webkit-flex: 0 1 auto;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
}
}
@media (max-width: 767px) {
.site-header.centered .site-branding .site-description {
margin-top: -3px;
}
}
.site-header.centered .main-navigation {
-webkit-order: 2;
-ms-flex-order: 2;
order: 2;
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
}
@media (min-width: 768px) {
.site-header.centered .main-navigation {
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.site-header.centered .main-navigation {
-webkit-order: 3;
-ms-flex-order: 3;
order: 3;
}
}
@media (min-width: 1200px) {
.site-header.centered .main-navigation {
left: 0;
}
}
@media (max-width: 767px) {
.site-header.centered .main-navigation .menu-toggle {
margin-top: 6px;
}
}
.site-header.centered .main-navigation > .menu > .menu-item > a {
padding: 16px 23px 21px;
border-bottom: none;
}
@media (max-width: 767px) {
.site-header.centered .main-navigation > .menu > .menu-item > a {
padding: 12px 30px;
text-transform: uppercase;
font-weight: 700;
}
}
.site-header.centered .main-navigation .menu {
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
@media (max-width: 991px) {
.site-header.centered .main-navigation .menu {
margin-top: 10px;
padding-top: 43px;
padding-bottom: 43px;
position: absolute;
width: 100%;
}
}
.site-header.centered .main-navigation .menu > li::after { margin-top: 2px;
}
@media (max-width: 500px) {
.site-header.centered .main-navigation .menu {
width: calc(100% - 50px);
}
}
@media (max-width: 480px) {
.site-header.centered .main-navigation .menu {
width: 100%;
left: 0;
}
}
.site-header.centered .header__search {
margin: 0;
}
.site-header.centered .header__search .search-form__toggle {
top: -2px;
}
@media (max-width: 767px) {
.site-header.centered .header__search .search-form__toggle {
top: auto;
bottom: 0;
}
}
.site-header.centered .header-container {
padding-top: 48px;
}
@media (max-width: 767px) {
.site-header.centered .header-container {
padding-top: 52px;
padding-bottom: 10px;
}
}
.site-header.centered .header-container__flex {
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.site-header.minimal .site-branding {
padding: 0;
-webkit-order: 0;
-ms-flex-order: 0;
order: 0;
-webkit-flex: 1 0 auto;
-ms-flex: 1 0 auto;
flex: 1 0 auto;
text-align: center;
margin-top: 12px;
}
@media (min-width: 768px) {
.site-header.minimal .site-branding {
-webkit-order: 0;
-ms-flex-order: 0;
order: 0;
text-align: left;
}
}
@media (min-width: 768px) and (max-width: 1199px) {
.site-header.minimal .site-branding {
padding: 0 0 23px;
}
}
@media (max-width: 991px) {
.site-header.minimal .site-branding .site-description {
margin-top: -3px;
}
}
.site-header.minimal .main-navigation {
-webkit-order: 2;
-ms-flex-order: 2;
order: 2;
-webkit-align-self: flex-end;
-ms-flex-item-align: end;
align-self: flex-end;
}
@media (min-width: 768px) {
.site-header.minimal .main-navigation {
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.site-header.minimal .main-navigation {
-webkit-order: 3;
-ms-flex-order: 3;
order: 3;
}
}
.site-header.minimal .main-navigation > .menu {
z-index: 10;
margin-top: 21px;
}
.isStuck .site-header.minimal .main-navigation > .menu {
margin-top: 0 !important;
}
@media (min-width: 1200px) {
.site-header.minimal .main-navigation > .menu {
margin-left: -18px;
}
}
@media (max-width: 500px) {
.site-header.minimal .main-navigation > .menu {
width: calc(100% - 50px);
}
}
@media (max-width: 480px) {
.site-header.minimal .main-navigation > .menu {
width: 100%;
left: 0;
}
}
.site-header.minimal .main-navigation > .menu > .menu-item > a {
padding: 1px 19px 4px;
border-bottom: none;
}
.site-header.minimal .main-navigation > .menu > .menu-item > a:after {
margin: 0;
}
@media (max-width: 1199px) {
.site-header.minimal .main-navigation > .menu > .menu-item > a {
padding: 16px 19px 21px;
}
.site-header.minimal .main-navigation > .menu > .menu-item > a:after {
height: 100%;
margin: 0;
}
}
@media (max-width: 991px) {
.site-header.minimal .main-navigation > .menu > .menu-item > a {
padding: 12px 30px;
text-transform: uppercase;
font-weight: 700;
}
}
@media (max-width: 991px) {
.site-header.minimal .main-navigation .menu-toggle {
margin-top: 6px;
}
}
.site-header.minimal .main-navigation.isStuck > .menu {
margin-top: 0;
}
@media (min-width: 1200px) {
.site-header.minimal .header_caption {
width: auto;
}
}
.site-header.minimal .header__search {
margin: 20px 0 0 0;
}
.site-header.minimal .header__search .search-form__toggle {
top: 0;
}
@media (min-width: 1200px) {
.site-header.minimal .header__search {
margin: -20px 0 0;
}
}
@media (max-width: 991px) {
.site-header.minimal .header__search .search-form__toggle {
top: auto;
bottom: 0;
}
}
.site-header.minimal .header-container {
padding: 25px 0;
}
@media (max-width: 1199px) {
.site-header.minimal .header-container {
padding-bottom: 2px;
}
}
@media (max-width: 991px) {
.site-header.minimal .header-container {
padding-bottom: 10px;
padding-top: 52px;
}
}
.header-container__flex {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-align-content: stretch;
-ms-flex-line-pack: stretch;
align-content: stretch;
-ms-flex-align: start;
-webkit-align-items: flex-start;
align-items: flex-start;
}
@media (min-width: 992px) {
.header-container__flex {
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
}
@media (max-width: 1199px) {
.header-container__flex {
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
}
@media (max-width: 1199px) {
.header-container {
padding-top: 48px;
}
}
@media (max-width: 991px) {
.header-container {
padding-top: 53px;
padding-bottom: 16px;
}
}
.top-panel {
padding: 10px 0 7px;
text-align: left;
}
@media (max-width: 767px) {
.top-panel {
padding: 22px 0 11px;
}
}
.container .top-panel {
padding-right: 0;
padding-left: 0;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_slider_0.tm_pb_slider .tm_pb_slide_content {
font-size: 23px !important;
}
.top-panel .social-list {
padding: 0 0 0 30px;
-webkit-order: 0;
-ms-flex-order: 0;
order: 0;
-webkit-flex: 0 1 100%;
-ms-flex: 0 1 100%;
flex: 0 1 100%;
}
@media (min-width: 768px) {
.top-panel .social-list {
-webkit-order: 2;
-ms-flex-order: 2;
order: 2;
-webkit-flex: 0 1 auto;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
text-align: left;
}
}
@media (max-width: 767px) {
.top-panel .social-list {
padding: 0;
}
}
.top-panel__wrap {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
@media (max-width: 991px) {
.top-panel__wrap {
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
}
.top-panel__wrap .top-panel__info {
-webkit-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
@media (max-width: 991px) {
.top-panel__wrap .top-panel__info {
margin-bottom: 20px;
}
}
.top-panel__wrap .top-panel__social {
margin-left: 0;
}
@media (max-width: 991px) {
.top-panel__wrap .top-panel__social {
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
}
}
.top-panel__message {
overflow: hidden; }
@media (max-width: 767px) {
.top-panel__message {
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
}
.top-panel__message .info-block {
margin-top: 1em;
margin-top: 0;
margin-right: 0;
font-size: 14px;
letter-spacing: 0;
letter-spacing: .4px;
} .tm_pb_builder #tm_builder_outer_content .tm_pb_row_1 {   
background-size: cover;
}
@media (max-width: 767px) {
.top-panel__message .info-block:first-child {
margin-right: 0;
}
}
@media (max-width: 480px) {
.top-panel__message .info-block {
margin: 0 0 6px;
text-align: center;
}
}
.top-panel__message .info-block:first-child {
margin-top: 0;
}
.top-panel__message .material-icons {
margin: -4px 6px 0 0;
vertical-align: middle;
font-size: 20px;
}
@media (max-width: 480px) {
.top-panel__message .material-icons {
margin: 0 0 6px;
display: block;
text-align: center;
}
}
.top-panel__search {
text-align: right;
}
@media (min-width: 768px) {
.top-panel__search {
float: right;
text-align: left;
}
}
.site-branding {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
@media (max-width: 767px) {
.site-branding {
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
}
.site-logo {
margin: 0;
line-height: 1em;
}
.site-logo__link {
text-decoration: none;
text-transform: uppercase;
font-weight: bold;
letter-spacing: 2px;
}
.site-logo__link:focus {
outline: none;
}
.site-description {
font-size: 13px;
font-weight: 400;
letter-spacing: .5px;
margin: 0 0 0 5px;
opacity: 0.45;
}
@media (max-width: 767px) {
.site-description {
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
}
}
.site-header.transparent .site-branding {
padding: 0;
-webkit-order: 0;
-ms-flex-order: 0;
order: 0;
-webkit-flex: 1 0 auto;
-ms-flex: 1 0 auto;
flex: 1 0 auto;
text-align: center;
}
@media (min-width: 768px) {
.site-header.transparent .site-branding {
-webkit-order: 0;
-ms-flex-order: 0;
order: 0;
text-align: left;
}
}
@media (min-width: 768px) and (max-width: 1199px) {
.site-header.transparent .site-branding {
padding: 0 0 23px;
}
}
@media (max-width: 767px) {
.site-header.transparent .site-branding .site-description {
margin-top: -3px;
}
}
@media (min-width: 1200px) {
.site-header.transparent .isStuck .main-navigation > .menu > .menu-item > a {
padding: 22px 23px;
}
}
.site-header.transparent .header__search {
top: 11%;
}
@media (max-width: 1024px) {
.site-header.transparent .header__search {
top: 69%;
}
}
@media (max-width: 768px) {
.site-header.transparent .header__search {
top: 73%;
}
}
.site-header.transparent .header_caption:after {
width: 100%;
height: 100%;
display: block;
content: '';
position: absolute;
top: 0;
left: -500%;
right: 0;
z-index: -1;
}
.site-header.transparent .main-navigation {
-webkit-order: 2;
-ms-flex-order: 2;
order: 2;
-webkit-align-self: flex-end;
-ms-flex-item-align: end;
align-self: flex-end;
left: inherit;
}
@media (min-width: 768px) {
.site-header.transparent .main-navigation {
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.site-header.transparent .main-navigation {
-webkit-order: 3;
-ms-flex-order: 3;
order: 3;
}
}
.site-header.transparent .main-navigation > .menu {
z-index: 10;
}
@media (min-width: 767px) {
.site-header.transparent .main-navigation > .menu {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
}
@media (max-width: 767px) {
.site-header.transparent .main-navigation > .menu {
padding-top:0;
padding-bottom:0;
margin-top:0;
position: absolute;
width: 100%;
}
}
@media (max-width: 500px) {
.site-header.transparent .main-navigation > .menu {
width: calc(100% - 50px);
}
}
@media (max-width: 480px) {
.site-header.transparent .main-navigation > .menu {
width: 100%;
left: 0;
}
}
.site-header.transparent .main-navigation > .menu > .menu-item > a {
padding: 25px 20px 19px;
color: #1580ae;
font-weight: 500;
font-size: 13px;
line-height: 16px;
}
.main-navigation .sub-menu {
background: #222 !important;
}
.main-navigation .sub-menu::before {
border-bottom-color: #222222 !important;
}
.site-header.transparent .main-navigation > .menu > .menu-item > a:after {
height: calc(100% + 83px);
margin: -43px 0 0;
}
@media (max-width: 1199px) {
.site-header.transparent .main-navigation > .menu > .menu-item > a {
padding: 16px 23px 39px;
}
.site-header.transparent .main-navigation > .menu > .menu-item > a:after {
height: 100%;
margin: 0;
}
}
@media (max-width: 767px) {
.site-header.transparent .main-navigation > .menu > .menu-item > a {
padding: 12px 30px;
text-transform: uppercase;
font-weight: 400;
}
.main-navigation .sub-menu {
background: #fff !important;padding-top: 0;
}
}
.site-header.transparent .main-navigation li:after {
bottom: 0;
}
@media (max-width: 1199px) {
.site-header.transparent .main-navigation li:after {
bottom: 10px;
}
}
.site-header.transparent .main-navigation .sub-menu {
margin-top: 10px;
}
@media (max-width: 1199px) {
.site-header.transparent .main-navigation .sub-menu {
margin-top: 2px;background-color: #def5ff !important;
padding-bottom: 10px !important;
padding-top: 10px;
}
}
@media (max-width: 767px) {
.site-header.transparent .main-navigation .menu-toggle {
margin-top: 5px ;color: #fff;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_slider_0.tm_pb_slider .tm_pb_slide_content {
font-size: 18px !important;
}
}
.site-header.transparent .header__search .search-form__toggle {
top: 2px;
}
@media (min-width: 992px) {
.site-header.transparent .header__search {
margin: -30px 0 0;
}
}
@media (min-width: 1200px) {
.site-header.transparent .header__search {
margin: 16px 0 0;
}
}
@media (max-width: 767px) {
.site-header.transparent .header__search .search-form__toggle {
top: -6px;
right: -30px;
}
}
@media (max-width: 500px) {
.site-header.transparent .header__search .search-form__toggle {
top: 74%;
right: 5%;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_slide_description .tm_pb_slide_title {
font-size: 33px !important;
}
}
.site-header.transparent .header-container {
padding: 0px;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_image_0 {
margin-top: -10px;
}
@media (max-width: 767px) {
.site-header.transparent .header-container {
padding-bottom: 4px;
padding-top: 0; box-shadow: 0 0 4px rgba(0,0,0,0.3);
}
}
.header-container__flex {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-align-content: stretch;
-ms-flex-line-pack: stretch;
align-content: stretch;
-ms-flex-align: start;
-webkit-align-items: flex-start;
align-items: flex-start;
}
@media (min-width: 992px) {
.header-container__flex {
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
}
@media (min-width: 992px) and (max-width: 1025px) {
.tm_pb_builder #tm_builder_outer_content .tm_pb_slide_description .tm_pb_slide_title {
font-size: 60px !important;      
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_blurb_2.tm_pb_blurb, 
.tm_pb_builder #tm_builder_outer_content .tm_pb_blurb_4.tm_pb_blurb {
min-height: 480px;}
.icon-section h4 a{
font-size: 18px !important;
}
.tm_pb_blurb.tm_pb_blurb_1.tm_pb_bg_layout_light {
margin-top: unset !important; 
}
}
@media (max-width: 1199px) {
.header-container__flex {
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
}
@media (max-width: 1199px) {
.header-container {
padding-top: 48px;
}
}
@media (max-width: 767px) {
.header-container {
padding-top: 53px;
padding-bottom: 16px;
}
}
@media (min-width: 700px) and (max-width: 800px){
.tm_pb_builder #tm_builder_outer_content .tm_pb_blurb_4.tm_pb_blurb {
min-height: 600px;
}
}
@media(min-width: 1919px){
.tm_pb_builder #tm_builder_outer_content .tm_pb_slider .tm_pb_slide {  
height: 900px;
max-height: unset !important;
}
}
.site-header.transparent .isStuck .main-navigation > .menu > .menu-item:after {
bottom: 10px;
}
.site-header.transparent .isStuck .main-navigation > .menu > .menu-item > a:after {
height: 100%;
margin: 0;
}
.site-header.transparent .isStuck .main-navigation .sub-menu {
margin-top: 2px;
}
.home .site-header.transparent .main-navigation .sub-menu {
margin-top: 2px;
}
.site-header.transparent .main-navigation .sub-menu {
margin-top: 23px;
}
.site-header.transparent .main-navigation.isStuck > .menu > .menu-item > a:after {
height: calc(100% + 83px);
margin: -82px 0 0;
}
.site-header.transparent .main-navigation.isStuck .sub-menu {
margin-top: 0;
}
.home .site-header.transparent .header-container{
background-color: #fff !important;padding:0 !important;
}
.top-panel a {
color: #fff !important;
}
.tm_pb_text {
color: #000;
}
.main-navigation ul ul a:hover {   
opacity: .7;color: #fff !important;
}
.main-navigation .menu > li .sub-menu-toggle::before{
color: #000 !important;
}
.top-panel {
background-color: #1580ae !important;cursor: pointer;
}
.tm_pb_main_blurb_image span {
font-size: 4em;
color: #1580ae;
vertical-align: bottom;
}
.testimonial-custom blockquote {
background-color: #00000070 !important;
border-radius: 6px;
border: 1px solid #fff;
}
a.rss-item {
color: #88b;
}
.tm_pb_section.tm_pb_section_parallax.tm_pb_section_7.tm_pb_with_background.tm_section_regular.tm_section_transparent .tm_parallax_bg:before {
background-color: #00000029;
content: '';
position: absolute;
width: 100%;
height: 100%;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_section_5:before {
position: absolute;
background-color: #ffffffad;
width: 100%;
height: 100%;
content: '';
}
#none {
display: none;
}
.tm_pb_column.tm_pb_column_4_4 {
padding: 0 !important;
}
.shadow-text{  
text-shadow: 1px 1px 5px #000 !important;
}
#quickwind_widget_about-1 {
padding-top: 36px;
}
@media (min-width: 768px) {
.home .site-header.transparent .header-container {
position: absolute;
left: 0;
right: 0;
max-width: 100%;
}
} body {
background: #ffffff;
}
.page-content,
.entry-content,
.entry-summary {
margin: 0;
}
.home .page-content, .home
.entry-content, .home
.entry-summary {
margin-top: 0;
}
a, a:hover, a:focus, a:visited {
outline: none;
} .hentry {
position: relative;
margin-top: 0;
}
.card-columns .hentry {
margin-top: 0;
margin-bottom: 3em;
} .entry {
padding-top: 91px;
}
.entry-title {
padding-top: 19px;
padding-bottom: 15px;
}
.blog .entry-title {
border-bottom: none;
padding: 0;
}
.entry-header .entry-title:first-child {
margin: 0 0 22px;
}
.entry-meta {
font-size: 13px;
padding-top: 0;
padding-bottom: 33px;
}
.entry-meta > div {
display: inline-block;
}
.entry-summary + .entry-meta,
.entry-content + .entry-meta {
margin-top: 1em;
float: left;
}
.posts-list .entry-summary, .posts-list .entry-content {
display: none;
}
@media (min-width: 768px) {
.posts-list .entry-summary, .posts-list .entry-content {
display: block;
}
}
.post-list__item .entry-summary, .post-list__item .entry-content {
margin-top: 0;
}
.post-list__item .entry-summary p, .post-list__item .entry-content p {
margin: 1em 0 0;
}
.entry-footer {
position: relative;
margin-top: 0;
}
.entry_info {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
padding-top: 13px;
}
@media (max-width: 980px) {
.entry_info {
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
}
.blog-grid-2-cols .entry_info, .blog-grid-3-cols .entry_info, .blog-masonry-2-cols .entry_info, .blog-masonry-3-cols .entry_info, .blog-vertical-justify .entry_info {
display: block;
} .format-audio .entry-header {
padding-top: 30px;
}
.post {
margin-bottom: 100px;
border-bottom: 1px solid;
}
@media (max-width: 991px) {
.post {
margin-bottom: 50px;
}
}
.post-thumbnail__link.post-thumbnail--small {
display: block;
margin-bottom: 15px;
text-align: left;
}
@media (min-width: 992px) {
.post-thumbnail__link.post-thumbnail--small {
float: left;
margin-right: 30px;
text-align: left;
}
}
.post-thumbnail__img {
display: inline-block;
vertical-align: top;
}
.entry-header + .post-thumbnail > .post-thumbnail__img {
margin-top: 25px;
}
.posts-list .post-thumbnail--fullwidth {
display: block;
margin-bottom: 1em;
}
@media (min-width: 992px) {
.posts-list .post-thumbnail--fullwidth {
margin-bottom: 1.5em;
}
}
.post .post__tags {
margin: 8px 0 0;
display: block;
}
.post .post__tags__header {
display: block;
overflow: hidden;
vertical-align: middle;
font-size: 13px;
margin: 8px 0 0;
}
.blog .post .post__tags__header {
display: block;
margin: 8px 0 0;
}
.post__cats {
margin-bottom: 22px;
}
.post__cats a {
display: inline-block;
margin: 0;
padding: 10px 20px;
font-size: 13px;
font-weight: 700;
text-decoration: none;
margin: 5px 0 5px 5px;
border-radius: 3.5px;
transition: all 0.3s ease-out;
}
@media (max-width: 980px) {
.post__cats a {
padding: 10px 20px;
font-size: 12px;
}
}
.has-post-thumbnail .post-thumbnail--fullwidth + .post__cats {
position: absolute;
z-index: 99;
top: 0;
left: 0;
}
.post-format-wrap .post__cats {
position: absolute;
z-index: 99;
top: 10px;
left: 10px;
}
@media (min-width: 992px) {
.post-format-wrap .post__cats {
top: 30px;
left: 30px;
}
}
.post__date, .post__comments, .post__tags {
font-size: 13px;
}
.post__date .material-icons,
.post__date .fa, .post__comments .material-icons,
.post__comments .fa, .post__tags .material-icons,
.post__tags .fa {
font-size: 16px;
margin-right: 5px;
vertical-align: middle;
}
.invert .post__date .material-icons, .invert
.post__date .fa, .invert .post__comments .material-icons, .invert
.post__comments .fa, .invert .post__tags .material-icons, .invert
.post__tags .fa {
color: inherit;
}
.post__date a, .post__comments a, .post__tags a {
text-decoration: none;
}
.post__date, .post__comments {
margin-right: 5px;
display: inline-block;
}
.single .post__date, .single .post__comments {
margin-right: 0;
margin-left: 0;
}
.single .post__comments {
margin-right: 0;
margin-left: 23px;
}
.post__tags {
margin-top: 0;
}
.posted-by__author {
text-decoration: none;
text-transform: capitalize;
} .posts-list__item .btn {
padding: 18px 25px;
}
.posts-list__item .btn__icon,
.posts-list__item .btn .material-icons,
.posts-list__item .btn .fa {
color: inherit;
display: none;
}
@media (min-width: 992px) {
.posts-list--default .posts-list__item .btn {
padding: 18px 25px;
}
}
@media (min-width: 992px) {
.posts-list--default .posts-list__item .btn__text {
display: inline-block;
}
}
@media (min-width: 992px) {
.posts-list--default .posts-list__item .btn__icon,
.posts-list--default .posts-list__item .btn .material-icons,
.posts-list--default .posts-list__item .btn .fa {
display: none;
}
}
.single iframe {
width: 100%;
margin-bottom: 43px;
}
.post-list__item-content {
overflow: hidden;
margin-bottom: 50px;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_social_media_follow li a.icon.rounded_rectangle {
background: none;
}
.textwidget .tm_pb_button {
margin-top: 18px;
}
.post_wrapper {
overflow: hidden;
} .sticky {
display: block;
}
.sticky__label {
line-height: 22px;
display: inline-block;
float: right;
padding: 0 10px;
text-align: center;
border-radius: 20px;
}
.sticky__label .material-icons,
.sticky__label .fa {
font-size: 21px;
line-height: 2;
display: block;
width: auto;
width: calc(2em - 20px);
height: 2em;
}
.posts-list .sticky__label .material-icons, .posts-list
.sticky__label .fa {
font-size: 21px;
color: inherit;
}
.has-post-thumbnail .sticky__label {
position: absolute;
z-index: 99;
top: 10px;
right: 10px;
float: none;
}
@media (min-width: 992px) {
.has-post-thumbnail .sticky__label {
top: 30px;
}
}
@media (min-width: 992px) {
.posts-list--grid-2-cols .sticky.posts-list__item .btn,
.posts-list--grid-3-cols .sticky.posts-list__item .btn {
padding: 18px 25px;
}
}
@media (min-width: 992px) {
.sticky.posts-list__item .btn__text {
display: inline-block;
}
.posts-list--masonry-2-cols .sticky.posts-list__item .btn__text,
.posts-list--masonry-3-cols .sticky.posts-list__item .btn__text {
display: inline-block;
}
}
@media (min-width: 992px) {
.sticky.posts-list__item .btn__icon,
.sticky.posts-list__item .btn .material-icons,
.sticky.posts-list__item .btn .fa {
display: none;
}
.posts-list--masonry-2-cols .sticky.posts-list__item .btn__icon,
.posts-list--masonry-3-cols .sticky.posts-list__item .btn__icon, .posts-list--masonry-2-cols
.sticky.posts-list__item .btn .material-icons,
.posts-list--masonry-3-cols
.sticky.posts-list__item .btn .material-icons, .posts-list--masonry-2-cols
.sticky.posts-list__item .btn .fa,
.posts-list--masonry-3-cols
.sticky.posts-list__item .btn .fa {
display: none;
}
}
@media (min-width: 992px) {
.posts-list--grid-2-cols .sticky .entry-title,
.posts-list--grid-3-cols .sticky .entry-title {
font-size: 30px;
}
}
.sticky .post-thumbnail__img {
width: 100%;
} .post {    }
.post-gallery {
margin-bottom: 1em !important;
}
@media (min-width: 992px) {
.post-gallery {
margin-bottom: 50px;
}
.blog .post-gallery {
margin-bottom: 27px;
}
}
.entry-content .post-gallery {
margin-top: 10px;
margin-bottom: 50px;
}
.post-gallery__image {
display: block;
margin: auto;
width: 100%;
}
.post-gallery img {
width: 100%;
}
.post-gallery .swiper-button-next,
.post-gallery .swiper-button-prev {
top: 50%;
margin-top: -29px;
border-radius: 50%;
width: 58px;
height: 58px;
line-height: 55px;
text-align: center;
border: 2px solid;
background-image: none;
transition: all 0.3s ease-out;
}
.post-gallery .swiper-button-next:before,
.post-gallery .swiper-button-prev:before {
font-family: 'Material Icons';
font-weight: 400;
font-style: normal;
font-size: 32px;
margin-right: 0;
vertical-align: middle;
content: '\e409';
}
.blog .post-gallery .swiper-button-next, .single-post .post-gallery .swiper-button-next, .blog
.post-gallery .swiper-button-prev, .single-post
.post-gallery .swiper-button-prev {
position: absolute;
}
.post-gallery .swiper-button-prev {
left: 30px;
}
.post-gallery .swiper-button-prev:before {
content: '\e408';
}
.post-gallery .swiper-button-next {
right: 30px;
}
.post-gallery .material-icons,
.post-gallery .fa {
font-size: 24px;
}
.post-gallery__slide.swiper-slide:hover:hover {
background-color: transparent;
}
.post-gallery__caption {
position: absolute;
right: 0;
bottom: 0;
left: 0;
padding: 15px;
background: rgba(0, 0, 0, 0.5);
}
.post-gallery__link {
display: block;
}
.post-format-link {
display: inline-block;
margin: 10px 0;
padding: 11px 20px 11px 15px;
}
.post-format-link:before {
display: inline-block;
margin: 0 5px 0 0;
content: 'insert_link';
vertical-align: middle;
font-size: 17px;
font-family: 'Material Icons';
font-weight: normal;
font-style: normal;
display: inline-block;
line-height: 1;
text-transform: none;
letter-spacing: normal;
word-wrap: normal;
white-space: nowrap;
direction: ltr; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; -moz-osx-font-smoothing: grayscale; -webkit-font-feature-settings: 'liga';
font-feature-settings: 'liga';
}
.has-thumb .post-thumbnail {
position: relative;
margin-bottom: 50px;
}
.blog .has-thumb .post-thumbnail {
margin-bottom: 27px;
}
.has-thumb .post-thumbnail__format-link {
position: absolute;
top: 50%;
right: 0;
bottom: 50%;
left: 0;
text-align: center;
}
.has-thumb .post-thumbnail__format-link .post-format-link {
margin: -20px 0 0 0;
font-size: 13px;
font-weight: 700;
}
.post-format-quote {
background-color: transparent;
}
.post-featured-content {
margin-bottom: 1em;
}
@media (min-width: 992px) {
.post-featured-content {
margin-bottom: 2em;
}
}
.format-video .post-featured-content {
background: none;
}
.post-featured-content .post__cats {
padding: 0;
}
.format-video .post-featured-content .post__cats {
position: absolute;
top: 0;
left: 0;
margin: 0;
z-index: 1;
}
@media (min-width: 992px) {
.format-video .post-featured-content .post__cats {
margin: 30px;
}
}
.format-video .post-featured-content .post__cats:first-child {
position: static;
}
.post.format-status .post__cats {
padding: 0 0 10px;
}
.post.format-gallery .post__cats {
position: absolute;
top: 0;
left: 0;
margin: 0;
z-index: 1;
}
.single-post .post.format-gallery .post__cats {
position: relative;
} .blog .format-aside .entry-title,
.archive .format-aside .entry-title {
display: none;
} .mejs-container {
margin-bottom: 32px;
} .footer-area-wrap { background-size: contain;
background-repeat: no-repeat;
background-position: 0 bottom;
}
#custom_html-3 {
margin: 0;
padding-top: 30px;
padding-bottom: 0;
}
#quickwind_widget_subscribe_follow-1 {
display: none;
}
.wpcf7-form-control-wrap.textarea-20 textarea {
height: 100px;
}
.footer-area-wrap .widget {
padding-top: 83px;
padding-bottom: 74px;
}
@media (max-width: 768px) {
.footer-area-wrap .widget {
padding-top: 15px;
padding-bottom: 15px;
-webkit-flex: 0 0 100%;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
}
@media (max-width: 991px) {
.footer-area-wrap {
padding: 70px 0;
}
}
.footer-area-wrap .subscribe-block__input-group {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
@media (max-width: 1199px) {
.footer-area-wrap .subscribe-block__input-group {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
}
.footer-area-wrap .subscribe-block__input-group .subscribe-block__input {
width: 100%;
-webkit-appearance: none;
}
@media (max-width: 1199px) {
.default .footer-area-wrap .subscribe-block__input[type='email'], .default .footer-area-wrap .subscribe-block__submit {
width: 100%;
}
}
@media (min-width: 480px) and (max-width: 767px) {
.default .footer-area-wrap .subscribe-block__input[type='email'], .default .footer-area-wrap .subscribe-block__submit {
width: 100%;
}
}
@media (max-width: 400px) {
.centered .footer-area-wrap .subscribe-block__input[type='email'], .centered .footer-area-wrap .subscribe-block__submit {
width: 100%;
}
}
.footer-container {
padding: 26px 0px 20px;
border: none;
}
.container .footer-container {
padding: 0;
}
.footer-container .footer-copyright {
font-size: 0.75rem;
margin: 0;
text-transform: uppercase;
letter-spacing: 1.2px;
opacity: .5;
}
.footer-container .footer-copyright em {
font-style: normal;
}
.site-info .footer-logo {
margin: 0 0 11px;
}
.site-info .social-list {
margin: 0 0 20px 20px;
}
.site-info__flex {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-align-content: stretch;
-ms-flex-line-pack: stretch;
align-content: stretch;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
@media (min-width: 768px) {
.site-info__flex {
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
}
.site-info__flex .footer-logo {
-webkit-order: 0;
-ms-flex-order: 0;
order: 0;
-webkit-flex: 0 1 auto;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
margin: 0;
}
.site-footer.minimal .site-info__flex .footer-logo a {
top: 6px;
display: inline-block;
position: relative;
}
.site-info__flex .social-list {
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
-webkit-flex: 0 1 auto;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
}
@media (min-width: 768px) {
.site-info__flex .social-list {
-webkit-order: 2;
-ms-flex-order: 2;
order: 2;
}
}
.site-info__flex .site-info__mid-box {
text-align: center;
-webkit-order: 2;
-ms-flex-order: 2;
order: 2;
-webkit-flex: 0 1 auto;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
}
@media (min-width: 768px) {
.site-info__flex .site-info__mid-box {
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
}
}
#menu-footer-menu-custom {
margin: 0;
}
@media (min-width: 1200px) {
#menu-footer-menu-custom {  margin-top: 0;
}
}
#nav_menu-1 {
padding-top: 36px;
}
#menu-footer-menu-custom li {
text-transform: uppercase;
font-size: 16px;
font-size: 1rem;
margin: 0 0 8px;
padding-left: 0;
color: inherit;
font-weight: 600;
}
#menu-footer-menu-custom li a {
position: relative;
vertical-align: top;
transition: all 0.3s ease;
}
#menu-footer-menu-custom li:before {
display: none;
}
.footer-container .site-info__bottom {
-webkit-order: 4;
-ms-flex-order: 4;
order: 4;
}
.footer-container .footer-logo, .footer-container .social-list {
margin: 0;
}
.footer-container .site-info-wrapper, .footer-container .site-info__bottom {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-align-content: stretch;
-ms-flex-line-pack: stretch;
align-content: stretch;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
}
@media (max-width: 991px) {
.footer-container .site-info-wrapper, .footer-container .site-info__bottom {
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
}
.footer-container .site-info-wrapper._block, .footer-container .site-info__bottom._block {
display: block;
text-align: center;
}
.footer-container .site-info-wrapper._block > * + *, .footer-container .site-info__bottom._block > * + * {
margin-top: 20px;
}
.site-footer.default .footer-container {
border-top: 1px solid;
}
.site-footer.default .footer-container .site-info-wrapper, .site-footer.default .footer-container .site-info__bottom {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.site-footer.default .footer-copyright {
display: block;
vertical-align: middle;
}
.site-footer.default .footer-menu {
display: block;
vertical-align: middle;
}
.site-footer.default .widget {
margin-bottom: 0;
border-bottom: none;
}
.site-footer.default .follow-block {
border-bottom: none;
padding: 0;
}
@media (max-width: 768px) {
.site-footer.default .follow-block {
text-align: center;
}
}
.site-footer.default .subscribe-block {
padding: 0 0 37px 0;
border-top: none;
}
.site-footer.default .widget-subscribe:after {
display: none;
}
.site-footer .widget-about__logo {
display: inline-block;
float: left;
}
.site-footer .widget-about__tagline {
font-size: 13px;
display: inline-block;
float: left;
margin: 6px 0 0 5px;
}
.site-footer .widget-about__tagline p {
margin: 0;
}
.cherry-projects-single-post .cherry-projects-single-meta {
border-top: none;
border-bottom: none;
}
.site-footer.centered .footer-copyright {
display: block;
vertical-align: middle;
}
.site-footer.centered .footer-menu {
display: block;
vertical-align: middle;
}
.site-footer.centered .widget {
margin-bottom: 0;
border-bottom: none;
}
@media (max-width: 768px) {
.site-footer.centered .widget {
margin-bottom: 30px;
}
}
.site-footer.centered .follow-block {
border-bottom: none;
padding: 0;
}
@media (max-width: 768px) {
.site-footer.centered .follow-block {
text-align: center;
}
}
.site-footer.centered .subscribe-block {
padding-left: 0;
padding-right: 0;
border-top: none;
}
.site-footer.centered .widget-subscribe:after {
display: none;
}
.site-footer.minimal .footer-container .site-info-wrapper {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
@media (max-width: 991px) {
.site-footer.minimal .footer-container .site-info-wrapper {
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
}
.site-footer.minimal .footer-container .site-info-wrapper .footer-logo {
margin-right: 15px;
}
@media (max-width: 991px) {
.site-footer.minimal .footer-container .site-info-wrapper .site-info__bottom {
margin-bottom: 15px;
}
}
.site-footer.minimal .footer-copyright {
display: block;
vertical-align: middle;
}
@media (min-width: 1200px) {
.site-footer.minimal .footer-copyright {
float: left;
}
}
.site-footer.minimal .footer-menu {
display: block;
vertical-align: middle;
}
.site-footer.minimal .widget {
margin-bottom: 0;
border-bottom: none;
}
.site-footer.minimal .footer-container {
border-top: none;
}
.not-found.error-404 {
margin-bottom: 1em;
text-align: left;
}
@media (min-width: 992px) {
.not-found.error-404 {
margin-bottom: 2em;
}
}
.not-found.error-404 .page-title {
margin: 25px 0;
}
.not-found.error-404 h4 {
margin: 0 0 25px;
}
.not-found.error-404 .btn {
padding-right: 28px;
padding-left: 28px;
letter-spacing: .5px;
width: auto;
margin: 0;
-webkit-flex-basis: 100px;
-ms-flex-preferred-size: 100px;
flex-basis: 100px;
font-size: 13px;
text-transform: uppercase;
font-weight: 700;
}
.not-found.error-404 .btn i {
font-family: inherit;
margin: 0;
display: inline-block;
font-size: inherit;
text-transform: inherit;
font-weight: inherit;
color: inherit;
}
.not-found.error-404 .search-form {
padding-top: 8px;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.not-found.error-404 .search-form label {
-webkit-flex-basis: 100%;
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
.not-found.error-404 .search-form__submit.btn-primary {
margin-top: 15px;
}
@media (min-width: 544px) {
.not-found.error-404 .search-form {
max-width: 418px;
}
.not-found.error-404 .search-form label {
-webkit-flex-basis: auto;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.not-found.error-404 .search-form__submit.btn-primary {
margin-left: 15px;
margin-top: 0;
}
}
.not-found.error-404 .caption {
margin: 87px 0 0;
padding: 82px 0;
border-top: 1px solid;
}
.not-found.error-404 h2 + p {
margin-top: 50px;
} .widget {
margin-bottom: 86px;
padding-bottom: 90px;
border-bottom: 1px solid;
}
.widget:last-child {
border-bottom: none;
}
.widget:last-child:after {
display: none;
}
.widget-title {
margin: 0 0 36px;
}
.widget + .widget {
margin-top: 0;
}
@media (min-width: 768px) {
.widget + .widget {
margin-top: 0;
}
}
.sidebar-primary .widget,
.footer-area .widget {
margin-top: 0;
}
@media (min-width: 768px) {
.sidebar-primary .widget,
.footer-area .widget {
margin-top: 0;
}
}
.widget-area .widget:last-child {
margin-bottom: 30px;
}
.widget select {
max-width: 100%;
}
.after-content-full-width-area,
.full-width-header-area {
padding-top: 15px;
padding-left: 1.5625rem;
padding-right: 1.5625rem;
} .widget ul {
margin-bottom: 0;
margin-left: 0;
padding: 0;
}
.widget > ul > li:first-child {
margin-top: 0;
}
.widget li {
position: relative;
margin-left: 0;
list-style: none;
margin-top: .25em;
}
.widget li > ul {
margin-left: 10px;
} #wp-calendar {
position: relative;
max-width: 600px;
}
.widget_calendar table {
margin-bottom: 0;
}
.widget_calendar caption {
margin-bottom: 0;
padding: 10px .5em;
font-weight: 700;
font-size: 22px;
}
@media (max-width: 991px) {
.widget_calendar caption {
font-weight: 400;
font-size: 15px;
}
}
.widget_calendar th, .widget_calendar tbody td {
padding: 0;
height: 55px;
text-align: center;
font-weight: 700;
}
.widget_calendar th a, .widget_calendar tbody td a {
position: relative;
display: inline-block;
width: 100%;
height: 55px;
line-height: 55px;
z-index: 1;
transition: all 0.3s ease-out;
}
.widget_calendar tbody tr:last-child td {
border-bottom: none;
}
.widget_calendar tfoot {
position: absolute;
top: 11px;
padding: 0 13px;
}
@media (max-width: 991px) {
.widget_calendar tfoot {
top: 8px;
padding: 0;
}
}
.widget_calendar tfoot #next a, .widget_calendar tfoot #prev a {
font-size: 0;
}
.widget_calendar tfoot #next a:before, .widget_calendar tfoot #prev a:before {
font-size: 32px;
font-family: 'Material Icons';
font-weight: normal;
font-style: normal;
display: inline-block;
line-height: 1;
text-transform: none;
letter-spacing: normal;
word-wrap: normal;
white-space: nowrap;
direction: ltr; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; -moz-osx-font-smoothing: grayscale; -webkit-font-feature-settings: 'liga';
font-feature-settings: 'liga';
}
@media (max-width: 991px) {
.widget_calendar tfoot #next a:before, .widget_calendar tfoot #prev a:before {
font-size: 25px;
}
}
.widget_calendar tfoot #next {
text-align: right;
}
.widget_calendar tfoot #next a:before {
content: 'chevron_right';
}
.widget_calendar tfoot #prev a:before {
content: 'chevron_left';
} .tagcloud a {
display: inline-block;
margin: 0 5px 5px 0;
padding: 8px;
vertical-align: top;
text-decoration: none;
font-weight: 600;
border-radius: 3.5px;
}
@media (min-width: 992px) {
.tagcloud a {
padding: 15px 24px;
}
}
.tagcloud a:focus {
outline: none;
} .widget_recent_entries li + li {
margin-top: 1em;
}
.widget_recent_entries li .post-date {
font-size: .85em;
display: block;
} .widget_recent_comments li {
margin-left: 0;
font-size: 13px;
padding-bottom: 11px;
padding-left: 0;
}
.widget_recent_comments li:last-child {
margin-bottom: 0;
padding-bottom: 0;
}
.widget_recent_comments li .comment-author-link {
margin-bottom: 15px;
display: inline-block;
}
.widget_recent_comments li .comment-author-link > a {
display: inline-block !important;
font-size: 13px;
font-weight: 400;
}
.widget_recent_comments li a {
display: table-cell !important;
font-size: 17px;
line-height: 27px;
font-weight: 600;
}
.widget_recent_comments li::before {
display: none;
}
.widget_recent_comments li + li {
margin-top: 1em;
} .widget_text .textwidget .info-block {
display: table;
font-size: 15.04px;
font-size: 0.94rem;
}
.widget_text .textwidget .info-block i {
display: table-cell;
padding-right: 10px;
}
.widget_text .textwidget .info-block + .info-block {
margin-top: 20px;
}
.site-footer .widget-title {
line-height: 1em;
margin-bottom: 28px;
}
.site-footer .textwidget p {
margin-bottom: 5px;
}
.site-footer .textwidget p + p {
margin: 0 0 19px;
}
.site-footer .textwidget .info-block {
font-size: 24px;
font-size: 1.5rem;
font-weight: 800;
margin-bottom: 16px;
} .widget-about__logo {
padding-top: 8px;
padding-bottom: 5px;
}
.widget-about__logo-img {
vertical-align: top;
}
.site-footer .widget-about__logo {
display: block;
float: none;
}
.site-footer .widget-about__tagline {
font-size: 13px;
display: block;
float: none;
margin: 6px 0 0 5px;
}
.site-footer .widget-about__tagline p {
margin: 0;
}
.site-footer .widget-about__content {
font-size: 17px;
font-size: 1.0625rem;
line-height: 1.75;
}
@media (min-width: 992px) {
.site-footer .widget-about__logo, .site-footer .widget-about__tagline, .site-footer .widget-about__content {
text-align: left;
}
.site-footer .widget-about__content {
margin: 0 auto;
}
} .widget-about-author {
text-align: left;
}
.full-width-header-area .widget-about-author,
.after-content-full-width-area .widget-about-author {
padding: 1em;
text-align: left;
}
@media (min-width: 992px) {
.full-width-header-area .widget-about-author,
.after-content-full-width-area .widget-about-author {
padding: 2em;
}
}
.before-content-area .widget-about-author,
.before-loop-area .widget-about-author,
.after-content-area .widget-about-author,
.after-loop-area .widget-about-author {
text-align: left;
}
.about-author:after {
display: block;
clear: both;
width: 100%;
content: '';
}
.about-author_avatar {
text-align: center;
}
.full-width-header-area .about-author_avatar,
.after-content-full-width-area .about-author_avatar,
.before-content-area .about-author_avatar,
.before-loop-area .about-author_avatar,
.after-content-area .about-author_avatar,
.after-loop-area .about-author_avatar {
margin: 0 0 1em;
max-width: 100%;
}
@media (min-width: 544px) {
.full-width-header-area .about-author_avatar,
.after-content-full-width-area .about-author_avatar,
.before-content-area .about-author_avatar,
.before-loop-area .about-author_avatar,
.after-content-area .about-author_avatar,
.after-loop-area .about-author_avatar {
float: left;
max-width: 50%;
margin: 0 1.5em 0 0;
}
}
.about-author_img {
border-radius: 0;
}
.full-width-header-area .about-author_content,
.after-content-full-width-area .about-author_content,
.before-content-area .about-author_content,
.before-loop-area .about-author_content,
.after-content-area .about-author_content,
.after-loop-area .about-author_content {
overflow: hidden;
}
.about-author_name {
margin: 0;
padding: 1em 0;
text-transform: capitalize;
font-size: 22px;
}
.about-author_description {
padding: 0 0 1.5em;
}
.about-author_btn_box {
padding-top: 10px;
} .widget-banner__img {
display: inline-block;
vertical-align: top;
} .swiper-carousel-container {
position: relative;
}
.swiper-carousel-container .swiper_btns {
position: absolute;
top: -90px;
right: 0;
}
.swiper-slide:hover {
background: none;
}
.widget-carousel .swiper-slide {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
height: auto;
}
.swiper-slide .inner {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
overflow: hidden;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-align-self: stretch;
-ms-flex-item-align: stretch;
align-self: stretch;
}
.swiper-slide .entry-content {
margin: 0;
padding: 0;
}
.swiper-slide .entry-footer {
margin: 1.5em 0;
padding: 0;
}
.swiper-slide .post-thumbnail__link {
display: block;
overflow: hidden;
margin-bottom: 13px;
}
.swiper-slide .post-thumbnail__img {
display: block;
width: 100%;
transition: all 1s ease;
}
.swiper-slide .post__excerpt {
padding-bottom: 20px;
}
.swiper-slide .post__cats {
position: absolute;
top: 0 !important;
left: 0 !important;
}
.swiper-pagination {
position: static;
}
.swiper-button-next, .swiper-button-prev {
top: 50%;
display: none;
width: 58px;
height: 58px;
margin: -29px 0 0 0;
background: none;
opacity: 0.35;
}
.swiper-button-next .fa,
.swiper-button-next .material-icons, .swiper-button-prev .fa,
.swiper-button-prev .material-icons {
margin: 17px;
}
.swiper-button-next {
right: 0;
}
.swiper-button-prev {
left: 0;
} .widget-image-grid .row {
margin: 0;
}
.widget-image-grid__holder {
padding: 0;
}
.widget-image-grid__inner {
position: relative;
display: block;
overflow: hidden;
}
.widget-image-grid__img {
display: block;
width: 100%;
height: auto;
}
.widget-image-grid__content {
position: absolute;
z-index: 0;
top: 0;
left: 0;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: 100%;
height: 100%;
padding: 0 5px;
text-align: center;
opacity: 0;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
transition: all 0.5s ease;
}
.widget-image-grid__content:hover {
opacity: 1;
}
.widget-image-grid__content::before {
position: absolute;
z-index: -1;
top: 0;
left: 0;
width: 100%;
height: 100%;
content: '';
opacity: 0.8;
}
.widget-image-grid__title {
display: block;
width: 100%;
}
@media (min-width: 768px) {
.widget-image-grid__title {
font-size: 15px;
}
}
.widget-image-grid__link i {
font-size: 16px;
position: relative;
top: 4px;
margin: 0 7px;
transition: inherit;
} .instagram__items {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
margin-left: -4px;
margin-right: -4px;
}
.instagram__item {
position: relative;
-webkit-flex: auto;
-ms-flex: auto;
flex: auto;
min-height: 1px;
padding: 4px;
}
.instagram__item .sidebar-primary {
-webkit-flex: 0 0 33.33333%;
-ms-flex: 0 0 33.33333%;
flex: 0 0 33.33333%;
max-width: 33.33333%;
}
.instagram__link {
position: relative;
overflow: hidden;
display: block;
}
.instagram__link:hover .instagram__cover {
opacity: .75;
}
.instagram__img {
display: inline-block;
vertical-align: top;
width: 100%;
}
.instagram__cover {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
opacity: 0;
text-align: center;
transition: all .25s ease-out;
}
.instagram__cover:before {
font-family: 'Material Icons';
font-weight: normal;
font-style: normal;
display: inline-block;
line-height: 1;
text-transform: none;
letter-spacing: normal;
word-wrap: normal;
white-space: nowrap;
direction: ltr; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; -moz-osx-font-smoothing: grayscale; -webkit-font-feature-settings: 'liga';
font-feature-settings: 'liga';
display: block;
position: absolute;
top: 50%;
left: 50%;
content: '\E8F4';
font-size: 2em;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.full-width-header-area .widget-instagram,
.after-content-full-width-area .widget-instagram {
padding: 0 4px;
} .smart-slider__instance {
position: relative;
overflow: hidden;
width: 100%;
}
.smart-slider__instance .sp-full-screen-button {
right: 15px;
}
.smart-slider__instance .sp-selected-thumbnail {
border: 4px solid;
}
.smart-slider__instance .sp-bottom-thumbnails .sp-thumbnail-container,
.smart-slider__instance .sp-top-thumbnail .sp-thumbnail-container {
margin-right: 5px;
margin-left: 5px;
}
.smart-slider__instance .sp-arrow {
width: 50px;
height: 50px;
}
.smart-slider__instance .sp-arrow:before {
font-size: 24px;
position: relative;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 1em;
height: 1em;
margin: 13px;
-webkit-transform: none;
-ms-transform: none;
transform: none;
background-color: transparent;
font-family: 'Material Icons';
font-weight: normal;
font-style: normal;
display: inline-block;
line-height: 1;
text-transform: none;
letter-spacing: normal;
word-wrap: normal;
white-space: nowrap;
direction: ltr; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; -moz-osx-font-smoothing: grayscale; -webkit-font-feature-settings: 'liga';
font-feature-settings: 'liga';
}
.smart-slider__instance .sp-arrow:after {
display: none;
}
.smart-slider__instance .sp-horizontal .sp-previous-arrow {
left: 0;
}
.smart-slider__instance .sp-horizontal .sp-previous-arrow:before {
content: 'keyboard_arrow_left';
}
.smart-slider__instance .sp-horizontal .sp-next-arrow {
right: 0;
}
.smart-slider__instance .sp-horizontal .sp-next-arrow:before {
content: 'keyboard_arrow_right';
}
.smart-slider__instance .sp-vertical .sp-arrows {
margin-left: -25px;
}
.smart-slider__instance .sp-vertical .sp-previous-arrow {
top: 0;
}
.smart-slider__instance .sp-vertical .sp-previous-arrow:before {
content: 'keyboard_arrow_left';
}
.smart-slider__instance .sp-vertical .sp-next-arrow {
bottom: 0;
}
.smart-slider__instance .sp-vertical .sp-next-arrow:before {
content: 'keyboard_arrow_right';
}
.smart-slider__instance .sp-buttons {
position: absolute;
bottom: 15%;
padding: 0;
}
.smart-slider__instance .sp-button {
width: 15px;
height: 15px;
margin: 4px 15px;
}
.smart-slider__instance h2.sp-title {
font-size: 20px;
line-height: 1.2;
overflow: hidden;
}
@media (min-width: 544px) {
.smart-slider__instance h2.sp-title {
font-size: 30px;
}
}
@media (min-width: 768px) {
.smart-slider__instance h2.sp-title {
font-size: 40px;
}
}
@media (min-width: 992px) {
.smart-slider__instance h2.sp-title {
font-size: 60px;
}
}
@media (min-width: 1200px) {
.smart-slider__instance h2.sp-title {
font-size: 80px;
}
}
.smart-slider__instance h2.sp-title a {
transition: all 0.3s ease-out;
}
.smart-slider__instance .sp-slide {
text-align: center;
}
.smart-slider__instance .sp-slide.text-wrapped h2.sp-title {
font-size: 14px;
line-height: 1.2;
}
@media (min-width: 544px) {
.smart-slider__instance .sp-slide.text-wrapped h2.sp-title {
font-size: 18px;
}
}
@media (min-width: 768px) {
.smart-slider__instance .sp-slide.text-wrapped h2.sp-title {
font-size: 22px;
}
}
@media (min-width: 992px) {
.smart-slider__instance .sp-slide.text-wrapped h2.sp-title {
font-size: 30px;
}
}
@media (min-width: 1200px) {
.smart-slider__instance .sp-slide.text-wrapped h2.sp-title {
font-size: 40px;
}
}
.smart-slider__instance .sp-image-container:after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
content: '';
}
.sidebar-primary .smart-slider__instance .sp-slide.text-wrapped h2.sp-title {
font-size: 25px;
line-height: 1.2;
text-align: center;
} .widget-subscribe {
border-bottom: none;
position: relative;
}
.widget-subscribe:after {
content: '';
display: block;
width: 100%;
height: 1px;
position: absolute;
bottom: -100px;
}
.follow-block {
padding: 40px 0 0;
}
.full-width-header-area .follow-block,
.sidebar-primary .follow-block {
padding: 28px 0 22px;
}
.follow-block__message {
margin-bottom: 20px;
}
.full-width-header-area .subscribe-block,
.sidebar-primary .subscribe-block {
padding: 28px 0 22px;
}
.full-width-header-area .follow-block + .subscribe-block,
.sidebar-primary .follow-block + .subscribe-block {
padding: 28px 0 22px;
}
.subscribe-block__input-group {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-align-content: stretch;
-ms-flex-line-pack: stretch;
align-content: stretch;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
.full-width-header-area .subscribe-block__input-group,
.sidebar-primary .subscribe-block__input-group {
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
@media (max-width: 1400px) {
.full-width-header-area .subscribe-block__input-group,
.sidebar-primary .subscribe-block__input-group {
display: block;
}
}
.subscribe-block__input[type='email'] {
max-width: calc(74% - 35px);
border: none;
font-size: .8125rem;
-webkit-order: 0;
-ms-flex-order: 0;
order: 0;
-webkit-flex: 1 1 0;
-ms-flex: 1 1 0;
flex: 1 1 0;
letter-spacing: 0;
-webkit-align-self: auto;
-ms-flex-item-align: auto;
align-self: auto;
padding: 15px 49px 15px 18px;
border-radius: 3.5px;
}
@media (min-width: 1200px) {
.subscribe-block__input[type='email'] {
width: 60%;
}
}
@media (max-width: 1199px) {
.subscribe-block__input[type='email'] {
max-width: 100%;
}
}
@media (max-width: 1400px) {
.full-width-header-area .subscribe-block__input[type='email'],
.sidebar-primary .subscribe-block__input[type='email'] {
max-width: 100%;
width: 100%;
}
}
.subscribe-block__submit {
max-width: 100%;
-webkit-order: 0;
-ms-flex-order: 0;
order: 0;
-webkit-flex: 0 1 auto;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
-webkit-align-self: auto;
-ms-flex-item-align: auto;
align-self: auto;
box-shadow: none;
transition: all 0.3s ease-out;
}
@media (max-width: 1199px) {
.subscribe-block__submit {
width: 100%;
}
}
.subscribe-block__submit:hover {
box-shadow: none;
}
@media (max-width: 1400px) {
.full-width-header-area .subscribe-block__submit,
.sidebar-primary .subscribe-block__submit {
max-width: 100%;
width: 100%;
}
}
.subscribe-block__message {
padding: 0 0 15px;
}
.footer-area .subscribe-block__message {
padding-bottom: 20px;
}
.subscribe-block__error {
padding: 10px 0 0;
font-size: 13px;
border: none;
box-shadow: none;
}
.subscribe-block__success {
padding: 10px 0 0;
font-size: 13px;
}
.subscribe-block__input.error, .subscribe-block__input.error:focus {
box-shadow: inset 0 0 0 1px #ff0000;
}
.sidebar-primary .widget-subscribe {
padding-left: 1.5625rem;
padding-right: 1.5625rem;
padding-bottom: 50px;
}
@media (max-width: 991px) {
.sidebar-primary .widget-subscribe {
padding-bottom: 20px;
}
}
.sidebar-primary .widget-subscribe .subscribe-block__input-group {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-align-content: stretch;
-ms-flex-line-pack: stretch;
align-content: stretch;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
.sidebar-primary .widget-subscribe .subscribe-block__input[type='email'] {
max-width: 100%;
width: 100%;
}
.sidebar-primary .widget-subscribe .subscribe-block__submit {
max-width: 100%;
width: 100%;
}
.search-form__submit.btn-primary:hover {
background: none;
} .widget-taxonomy-tiles__holder {
float: left;
padding: 0;
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
.widget-taxonomy-tiles__inner {
position: relative;
overflow: hidden;
}
.tiles-columns .widget-taxonomy-tiles__inner {
position: absolute;
width: 100%;
height: 100%;
}
.widget-taxonomy-tiles__inner .term-img {
display: block;
width: 100%;
height: auto;
}
.widget-taxonomy-tiles .tiles-columns .term-img {
position: absolute;
top: 0;
left: 0;
height: 100%;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.widget-taxonomy-tiles__content {
position: absolute;
z-index: 0;
bottom: 0;
left: 0;
width: 100%;
padding: 20px;
}
.widget-taxonomy-tiles__content:before {
position: absolute;
z-index: -1;
top: 0;
left: 0;
width: 100%;
height: 100%;
content: '';
opacity: 0.9;
transition: all 0.5s ease;
}
.widget-taxonomy-tiles__title {
margin: 0;
}
.widget-taxonomy-tiles .tiles-columns {
display: block;
}
.widget-taxonomy-tiles .tiles-columns .tile-xs-x {
width: 100%;
}
@media (min-width: 544px) {
.widget-taxonomy-tiles .tiles-columns .tile-xs-x {
width: 100%;
}
}
@media (min-width: 768px) {
.widget-taxonomy-tiles .tiles-columns .tile-xs-x {
width: 8.33333%;
}
}
@media (min-width: 992px) {
.widget-taxonomy-tiles .tiles-columns .tile-xs-x {
width: 8.33333%;
}
}
@media (min-width: 1200px) {
.widget-taxonomy-tiles .tiles-columns .tile-xs-x {
width: 8.33333%;
}
}
.widget-taxonomy-tiles .tiles-columns .tile-sm-x {
width: 100%;
}
@media (min-width: 544px) {
.widget-taxonomy-tiles .tiles-columns .tile-sm-x {
width: 100%;
}
}
@media (min-width: 768px) {
.widget-taxonomy-tiles .tiles-columns .tile-sm-x {
width: 16.66667%;
}
}
@media (min-width: 992px) {
.widget-taxonomy-tiles .tiles-columns .tile-sm-x {
width: 16.66667%;
}
}
@media (min-width: 1200px) {
.widget-taxonomy-tiles .tiles-columns .tile-sm-x {
width: 16.66667%;
}
}
.widget-taxonomy-tiles .tiles-columns .tile-md-x {
width: 100%;
}
@media (min-width: 544px) {
.widget-taxonomy-tiles .tiles-columns .tile-md-x {
width: 100%;
}
}
@media (min-width: 768px) {
.widget-taxonomy-tiles .tiles-columns .tile-md-x {
width: 25%;
}
}
@media (min-width: 992px) {
.widget-taxonomy-tiles .tiles-columns .tile-md-x {
width: 25%;
}
}
@media (min-width: 1200px) {
.widget-taxonomy-tiles .tiles-columns .tile-md-x {
width: 25%;
}
}
.widget-taxonomy-tiles .tiles-columns .tile-lg-x {
width: 100%;
}
@media (min-width: 544px) {
.widget-taxonomy-tiles .tiles-columns .tile-lg-x {
width: 100%;
}
}
@media (min-width: 768px) {
.widget-taxonomy-tiles .tiles-columns .tile-lg-x {
width: 33.33333%;
}
}
@media (min-width: 992px) {
.widget-taxonomy-tiles .tiles-columns .tile-lg-x {
width: 33.33333%;
}
}
@media (min-width: 1200px) {
.widget-taxonomy-tiles .tiles-columns .tile-lg-x {
width: 33.33333%;
}
}
.widget-taxonomy-tiles .tiles-columns .tile-xl-x {
width: 100%;
}
@media (min-width: 544px) {
.widget-taxonomy-tiles .tiles-columns .tile-xl-x {
width: 100%;
}
}
@media (min-width: 768px) {
.widget-taxonomy-tiles .tiles-columns .tile-xl-x {
width: 50%;
}
}
@media (min-width: 992px) {
.widget-taxonomy-tiles .tiles-columns .tile-xl-x {
width: 50%;
}
}
@media (min-width: 1200px) {
.widget-taxonomy-tiles .tiles-columns .tile-xl-x {
width: 50%;
}
}
.widget-taxonomy-tiles .tiles-columns .tile-xs-y {
height: 544px;
}
@media (min-width: 544px) {
.widget-taxonomy-tiles .tiles-columns .tile-xs-y {
height: 544px;
}
}
@media (min-width: 768px) {
.widget-taxonomy-tiles .tiles-columns .tile-xs-y {
height: 62px;
}
}
@media (min-width: 992px) {
.widget-taxonomy-tiles .tiles-columns .tile-xs-y {
height: 80.5px;
}
}
@media (min-width: 1200px) {
.widget-taxonomy-tiles .tiles-columns .tile-xs-y {
height: 97.5px;
}
}
.widget-taxonomy-tiles .tiles-columns .tile-sm-y {
height: 544px;
}
@media (min-width: 544px) {
.widget-taxonomy-tiles .tiles-columns .tile-sm-y {
height: 544px;
}
}
@media (min-width: 768px) {
.widget-taxonomy-tiles .tiles-columns .tile-sm-y {
height: 124px;
}
}
@media (min-width: 992px) {
.widget-taxonomy-tiles .tiles-columns .tile-sm-y {
height: 161px;
}
}
@media (min-width: 1200px) {
.widget-taxonomy-tiles .tiles-columns .tile-sm-y {
height: 195px;
}
}
.widget-taxonomy-tiles .tiles-columns .tile-md-y {
height: 544px;
}
@media (min-width: 544px) {
.widget-taxonomy-tiles .tiles-columns .tile-md-y {
height: 544px;
}
}
@media (min-width: 768px) {
.widget-taxonomy-tiles .tiles-columns .tile-md-y {
height: 186px;
}
}
@media (min-width: 992px) {
.widget-taxonomy-tiles .tiles-columns .tile-md-y {
height: 241.5px;
}
}
@media (min-width: 1200px) {
.widget-taxonomy-tiles .tiles-columns .tile-md-y {
height: 292.5px;
}
}
.widget-taxonomy-tiles .tiles-columns .tile-lg-y {
height: 544px;
}
@media (min-width: 544px) {
.widget-taxonomy-tiles .tiles-columns .tile-lg-y {
height: 544px;
}
}
@media (min-width: 768px) {
.widget-taxonomy-tiles .tiles-columns .tile-lg-y {
height: 248px;
}
}
@media (min-width: 992px) {
.widget-taxonomy-tiles .tiles-columns .tile-lg-y {
height: 322px;
}
}
@media (min-width: 1200px) {
.widget-taxonomy-tiles .tiles-columns .tile-lg-y {
height: 390px;
}
}
.widget-taxonomy-tiles .tiles-columns .tile-xl-y {
height: 544px;
}
@media (min-width: 544px) {
.widget-taxonomy-tiles .tiles-columns .tile-xl-y {
height: 544px;
}
}
@media (min-width: 768px) {
.widget-taxonomy-tiles .tiles-columns .tile-xl-y {
height: 372px;
}
}
@media (min-width: 992px) {
.widget-taxonomy-tiles .tiles-columns .tile-xl-y {
height: 483px;
}
}
@media (min-width: 1200px) {
.widget-taxonomy-tiles .tiles-columns .tile-xl-y {
height: 585px;
}
}
.widget-taxonomy-tiles .tiles-columns:after {
display: block;
clear: both;
content: '';
}
.sidebar-primary .widget-taxonomy-tiles .tiles-columns .tile-xs-x,
.footer-area .widget-taxonomy-tiles .tiles-columns .tile-xs-x, .sidebar-primary .widget-taxonomy-tiles .tiles-columns .tile-sm-x,
.footer-area .widget-taxonomy-tiles .tiles-columns .tile-sm-x, .sidebar-primary .widget-taxonomy-tiles .tiles-columns .tile-md-x,
.footer-area .widget-taxonomy-tiles .tiles-columns .tile-md-x, .sidebar-primary .widget-taxonomy-tiles .tiles-columns .tile-lg-x,
.footer-area .widget-taxonomy-tiles .tiles-columns .tile-lg-x, .sidebar-primary .widget-taxonomy-tiles .tiles-columns .tile-xl-x,
.footer-area .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
width: 50%;
}
@media (min-width: 768px) {
.sidebar-primary .widget-taxonomy-tiles .columns-number-3 .widget-taxonomy-tiles__content,
.sidebar-primary .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content,
.footer-area .widget-taxonomy-tiles .columns-number-3 .widget-taxonomy-tiles__content,
.footer-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content {
display: none;
}
} .custom-posts {
margin-bottom: 100px;
}
.custom-posts__item + .custom-posts__item {
margin-top: 0;
padding-bottom: 0;
margin-bottom: 0;
}
.full-width-header-area .custom-posts__item,
.after-content-full-width-area .custom-posts__item {
margin: 0;
}
.custom-posts__item.post {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: none;
margin-bottom: 40px;
}
.custom-posts__item.post:last-child {
margin-bottom: 0;
}
.full-width-header-area .custom-posts,
.after-content-full-width-area .custom-posts {
padding-right: 1.5625rem;
padding-left: 1.5625rem;
}
.custom-posts .post-thumbnail {
float: none;
margin-right: 30px;
}
.custom-posts .post-thumbnail a {
display: inline-block;
}
@media (max-width: 1199px) {
.custom-posts .post-thumbnail {
margin: 0 0 30px;
float: none;
}
}
.custom-posts .entry-content {
font-size: 13px;
}
.custom-posts .entry-footer {
margin-top: 20px;
float: none;
}
.custom-posts .entry-footer .btn {
float: none;
box-shadow: none;
}
.custom-posts .post__cats {
margin-top: 15px;
line-height: 1em;
margin-bottom: 0;
}
.custom-posts .post__cats a {
padding: 0;
background: none;
}
.custom-posts .post__cats a:hover {
background: none;
}
.custom-posts .post__comments {
margin: 0 0 8px;
}
.custom-posts .entry-meta {
padding-bottom: 0;
}
@media (max-width: 1400px) {
.custom-posts .entry-meta span {
display: block;
clear: both;
}
}
.custom-posts .post__tags {
display: block;
margin: 0;
clear: both;
} .wpcf7 .wpcf7-form-control-wrap input {
width: 100%;
}
.wpcf7 .wpcf7-not-valid {
border-color: #fa3a5e;
background: rgba(250, 58, 94, 0.1);
}
.wpcf7 .wpcf7-not-valid-tip {
color: #fa3a5e;
}
.wpcf7 .wpcf7-validation-errors, .wpcf7 .wpcf7-mail-sent-ng, .wpcf7 .wpcf7-mail-sent-ok {
margin: 1.5em 0;
padding: 1em 2em;
color: #fff;
border: none;
}
.wpcf7 .wpcf7-validation-errors, .wpcf7 .wpcf7-mail-sent-ng {
background: #fa3a5e;
}
.wpcf7 .wpcf7-mail-sent-ok {
background: #398f14;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
margin-top: 0;
margin-bottom: 0;
padding: 0;
border: none;
} embed,
iframe,
object {
max-width: 100%;
}
.img-pull-left {
float: left;
width: 50%;
margin: 0 4% 1% 0;
}
.img-pull-right {
float: right;
width: 50%;
margin: 0 0 1% 4%;
}
.alignleft {
margin: 15px 30px 15px 0;
}
.alignright {
margin: 15px 0 15px 30px;
} .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;
font-size: 12px;
font-size: 0.75rem;
}
.wp-caption-text {
text-align: center;
}
#tm_builder_outer_content .layout-grid .caption .btn-wrap a.more-link,
#tm_builder_outer_content .layout-grid .caption .btn-wrap a.more-link:hover {
background: transparent;
} .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;
} .embed-responsive {
position: relative;
display: block;
padding: 0;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
position: absolute;
top: 0;
left: 0;
bottom: 0;
height: 100%;
width: 100%;
border: 0;
}
.embed-responsive.embed-responsive-16by9 {
padding-bottom: 62.33%;
}
.embed-responsive.embed-responsive-4by3 {
padding-bottom: 75%;
} .fb_iframe_widget {
max-width: 100%;
}
.fb_iframe_widget > span {
max-width: 100%;
}   #tm_builder_outer_content b, #tm_builder_outer_content strong, .page .entry-content b, .page .entry-content strong {
font-weight: 700;
}
.home.page #tm_builder_outer_content {
padding-top: 0;
}
.site-content_wrap.container, .blog .site-content_wrap.container {
padding-top: 0;
padding-bottom: 62px;
}
#tm_builder_outer_content .tm_pb_slider .tm-pb-controllers {
bottom: 5px;
}
@media (min-width: 768px) {
#tm_builder_outer_content .tm_pb_slider .tm-pb-controllers {
bottom: 30px;
}
}
#tm_builder_outer_content .tm_pb_slider .tm-pb-controllers a {
width: 7px;
height: 7px;
border-radius: 50%;
margin-right: 53px;
}
#tm_builder_outer_content .tm_pb_slider .tm_pb_slide_description h2 {
line-height: 1.5em !important;
margin-bottom: 24px;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_slider .tm_pb_slide_description,
.tm_pb_slider_fullwidth_off.tm_pb_builder #tm_builder_outer_content .tm_pb_slider .tm_pb_slide_description {
padding: 2px 0;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_slider .tm_pb_slide_description h3,
.tm_pb_slider_fullwidth_off.tm_pb_builder #tm_builder_outer_content .tm_pb_slider .tm_pb_slide_description h3 {
margin-bottom: 19px;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_slider .tm_pb_slide_description .buttons_block,
.tm_pb_slider_fullwidth_off.tm_pb_builder #tm_builder_outer_content .tm_pb_slider .tm_pb_slide_description .buttons_block {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_slider .tm_pb_slide_description .buttons_block .tm_pb_button,
.tm_pb_slider_fullwidth_off.tm_pb_builder #tm_builder_outer_content .tm_pb_slider .tm_pb_slide_description .buttons_block .tm_pb_button {
min-width: 150px;
padding: 16px 19px !important;
font-weight: 500;
border: none;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_slider .tm_pb_slide_description .buttons_block .tm_pb_button:first-child,
.tm_pb_slider_fullwidth_off.tm_pb_builder #tm_builder_outer_content .tm_pb_slider .tm_pb_slide_description .buttons_block .tm_pb_button:first-child {
margin-right: 26px;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_slider .tm_pb_slide_description .buttons_block .tm_pb_button:hover,
.tm_pb_slider_fullwidth_off.tm_pb_builder #tm_builder_outer_content .tm_pb_slider .tm_pb_slide_description .buttons_block .tm_pb_button:hover {
border: none;
}
#tm_builder_outer_content .tm_pb_blurb_position_left .tm_pb_blurb_content .tm_pb_blurb_container {
padding-left: 23px;
vertical-align: bottom;
}
#tm_builder_outer_content .tm_pb_blurb .tm_pb_blurb_content {
display: table;
max-width: none;
margin: 0;
}
#tm_builder_outer_content .tm_pb_blurb .tm_pb_blurb_content h4 {
padding-bottom: 0;
}
#tm_builder_outer_content .tm_pb_blurb_content p:last-of-type {
margin-bottom: 0;
}
@media (max-width: 1199px) {
.custom-column {
max-width: 95%;
-webkit-flex: 0 0 95%;
-ms-flex: 0 0 95%;
flex: 0 0 95%;
}
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_accordion .tm_pb_toggle {
margin-bottom: 10px;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_accordion .tm_pb_toggle.tm_pb_toggle_close .tm_pb_toggle_title:before, .tm_pb_builder #tm_builder_outer_content .tm_pb_accordion .tm_pb_toggle.tm_pb_toggle_open .tm_pb_toggle_title:before {
top: 50%;
margin-top: -0.5em;
left: auto;
right: 0;
float: none;
margin-right: 0;
position: absolute;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_accordion .tm_pb_toggle.tm_pb_toggle_close .tm_pb_toggle_title:before {
content: '\e148';
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_accordion .tm_pb_toggle.tm_pb_toggle_open .tm_pb_toggle_title:before {
content: '\e15d';
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_accordion .tm_pb_toggle:last-child {
margin-bottom: 0;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_audio_module button {
box-shadow: none;
text-shadow: none;
min-height: 0;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_audio_module_content h2 {
padding-bottom: 26px;
line-height: 1em;
font-size: 22px;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_2 .tm_pb_audio_module_content,
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_3 .tm_pb_audio_module_content,
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_4 .tm_pb_audio_module_content,
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_2_3 .tm_pb_audio_module_content,
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_3_4 .tm_pb_audio_module_content {
padding: 65px 40px 103px 60px;
}
@media (max-width: 991px) {
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_2 .tm_pb_audio_module_content,
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_3 .tm_pb_audio_module_content,
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_4 .tm_pb_audio_module_content,
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_2_3 .tm_pb_audio_module_content,
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_3_4 .tm_pb_audio_module_content {
padding-left: 20px;
padding-right: 20px;
}
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_audio_module_content {
padding: 65px 40px 103px 60px;
}
@media (max-width: 991px) {
.tm_pb_builder #tm_builder_outer_content .tm_pb_audio_module_content {
padding-left: 20px;
padding-right: 20px;
}
}
.tm_pb_builder #tm_builder_outer_content .tm_audio_container .mejs-mediaelement {
background: transparent;
}
.tm_pb_builder #tm_builder_outer_content .tm_audio_container .mejs-time-handle,
.tm_pb_builder #tm_builder_outer_content .tm_audio_container .mejs-volume-slider,
.tm_pb_builder #tm_builder_outer_content .tm_audio_container .mejs-clear {
display: block !important;
}
.tm_pb_builder #tm_builder_outer_content .tm_audio_container .mejs-controls {
box-shadow: none;
bottom: auto !important;
margin-left: -10px;
}
.tm_pb_builder #tm_builder_outer_content .tm_audio_container span.mejs-currenttime {
font-size: 15px;
text-shadow: none;
font-weight: 400;
}
.tm_pb_builder #tm_builder_outer_content .tm_audio_container p.tm_audio_module_meta {
margin-bottom: 17px;
font-size: 13px;
font-weight: 400;
}
.tm_pb_builder #tm_builder_outer_content .tm_audio_container p.tm_audio_module_meta strong {
font-weight: 400;
}
.tm_pb_builder #tm_builder_outer_content .tm_audio_container .mejs-button.mejs-playpause-button, .tm_pb_builder #tm_builder_outer_content .tm_audio_container .mejs-button.mejs-volume-button,
.tm_pb_builder #tm_builder_outer_content .tm_audio_container .mejs-button.mejs-playpause-button button,
.tm_pb_builder #tm_builder_outer_content .tm_audio_container .mejs-button.mejs-volume-button button {
border: none;
box-shadow: none;
background: none;
}
.tm_pb_builder #tm_builder_outer_content .mejs-volume-button button::after,
.tm_pb_builder #tm_builder_outer_content .mejs-pause button::after {
display: none !important;
}
.tm_pb_builder #tm_builder_outer_content .tm_audio_container span.mejs-offscreen {
display: none;
}
.tm_pb_builder #tm_builder_outer_content .tm_audio_container .mejs-controls .mejs-horizontal-volume-slider {
width: 50px;
}
.tm_pb_builder #tm_builder_outer_content .tm_audio_container .mejs-controls .mejs-button button:focus {
text-decoration: none !important;
}
.tm_pb_builder #tm_builder_outer_content .tm_audio_container .mejs-controls .mejs-time-rail .mejs-time-float {
border: none !important;
}
.tm_pb_builder #tm_builder_outer_content .tm_audio_container button:focus {
box-shadow: none;
}
.tm_pb_builder #tm_builder_outer_content .tm_audio_container span.mejs-time-float-current {
min-width: 30px;
}
.tm_pb_builder #tm_builder_outer_content .tm_audio_container .mejs-container {
background: none;
height: auto;
margin-top: -6px;
}
.tm_pb_builder #tm_builder_outer_content .tm_audio_container .mejs-embed {
background: none;
height: auto;
}
.tm_pb_builder #tm_builder_outer_content .tm_audio_container .mejs-embed body {
background: none;
height: auto;
}
.tm_pb_builder #tm_builder_outer_content .tm_audio_container .mejs-container .mejs-controls {
background: none;
height: auto;
}
.tm_pb_builder #tm_builder_outer_content .tm_audio_container .mejs-time.mejs-currenttime-container,
.tm_pb_builder #tm_builder_outer_content .tm_audio_container .mejs-controls .mejs-time-rail .mejs-time-loaded {
display: none !important;
}
.tm_pb_builder #tm_builder_outer_content .tm_audio_container .mejs-time.mejs-currenttime-container.custom {
display: block !important;
padding: 0;
margin-left: -45px;
height: 30px;
line-height: inherit;
margin-top: 15px;
z-index: 1;
position: relative;
}
.tm_pb_builder #tm_builder_outer_content .tm_audio_container .mejs-controls .mejs-time-rail .mejs-time-total {
height: 30px;
margin: 12px 0;
width: 100% !important;
top: 0;
}
.tm_pb_builder #tm_builder_outer_content .tm_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
height: 11px;
margin: 22px 0;
width: 118px;
top: 0;
}
.tm_pb_builder #tm_builder_outer_content .tm_audio_container span.mejs-time-total.mejs-time-slider {
display: block !important;
position: relative !important;
max-width: 100%;
}
.tm_pb_builder #tm_builder_outer_content .tm_audio_container .mejs-controls div.mejs-time-rail {
padding-top: 0;
position: relative;
display: block !important;
}
.tm_pb_builder #tm_builder_outer_content .tm_audio_container .mejs-controls .mejs-time-rail .mejs-time-current {
height: 30px;
}
.tm_pb_builder #tm_builder_outer_content .tm_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
height: 11px;
}
.tm_pb_builder #tm_builder_outer_content .tm_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
top: 22px;
}
.tm_pb_builder #tm_builder_outer_content .tm_audio_container .mejs-controls .mejs-time-rail .mejs-time-handle {
display: none !important;
top: -5px;
border: none;
width: 24px;
height: 24px;
border-radius: 15px;
}
.tm_pb_builder #tm_builder_outer_content .tm_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
display: none !important;
top: -5px;
border: none;
border-radius: 15px;
width: 24px;
height: 24px;
position: absolute;
top: 7px;
}
.tm_pb_builder #tm_builder_outer_content .tm_audio_container .mejs-controls a.mejs-horizontal-volume-slider {
height: 30px;
margin-left: 5px;
display: block !important;
float: left;
margin-top: 10px;
}
.tm_pb_builder #tm_builder_outer_content .tm_audio_container .mejs-controls div.mejs-horizontal-volume-slider {
height: 4px;
}
.tm_pb_builder #tm_builder_outer_content .tm_audio_container .mejs-controls div.mejs-time-rail {
width: calc(100% - 40px) !important;
}
.tm_pb_builder #tm_builder_outer_content .tm_audio_container .mejs-controls .mejs-time-rail span,
.tm_pb_builder #tm_builder_outer_content .tm_audio_container .mejs-controls .mejs-time-rail a {
width: auto;
}
.tm_pb_builder #tm_builder_outer_content .tm_audio_container .mejs-controls .mejs-playpause-button {
width: 30px;
height: 30px;
margin-right: 10px;
}
.tm_pb_builder #tm_builder_outer_content .tm_audio_container .mejs-controls .mejs-playpause-button button {
width: inherit;
height: inherit;
margin: 0;
margin: 9px 0 0;
}
.tm_pb_builder #tm_builder_outer_content .tm_audio_container .mejs-controls .mejs-playpause-button button:before {
font-family: 'Material Icons';
font-weight: 400;
font-style: normal;
content: '\e037';
font-size: 33px;
vertical-align: middle;
}
.tm_pb_builder #tm_builder_outer_content .tm_audio_container .mejs-controls .mejs-playpause-button.mejs-pause button:before {
content: '\e034';
}
.tm_pb_builder #tm_builder_outer_content .tm_audio_container .mejs-controls .mejs-volume-button {
margin-left: 0;
margin-right: 10px;
margin-top: 17px;
clear: both;
}
.tm_pb_builder #tm_builder_outer_content .tm_audio_container .mejs-controls .mejs-volume-button button:before {
font-family: 'Material Icons';
font-weight: 400;
font-style: normal;
font-size: 25px;
vertical-align: middle;
content: '\e050';
}
.tm_pb_builder #tm_builder_outer_content .tm_audio_container .mejs-controls .mejs-volume-button.mejs-unmute button:before {
content: '\e04f';
}
.tm_pb_builder #tm_builder_outer_content .tm_audio_container .mejs-controls .mejs-volume-button.mejs-mute button:before {
content: "\e050";
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_audio_module {
position: relative;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_audio_cover_art {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 400px;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
@media (max-width: 991px) {
.tm_pb_builder #tm_builder_outer_content .tm_pb_audio_cover_art {
position: relative;
width: 100%;
height: 200px;
}
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_audio_module_content {
margin-left: 400px;
text-align: left;
}
@media (max-width: 991px) {
.tm_pb_builder #tm_builder_outer_content .tm_pb_audio_module_content {
margin-left: 0;
}
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_audio_module_content h2 {
margin-bottom: -5px;
}
.tm_pb_builder #tm_builder_outer_content .tm_audio_module_meta {
margin-bottom: 17px;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_audio_no_image .tm_pb_audio_module_content {
margin-left: 0;
}
.cherry-projects-audio-list .mejs-controls .mejs-time-total.mejs-time-slider .mejs-time-loaded,
.cherry-projects-audio-list .mejs-controls .mejs-time-total.mejs-time-slider .mejs-time-current {
height: 100%;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_counters {
list-style: none !important;
padding: 0 !important;
line-height: inherit !important;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_counters > div {
margin-bottom: 25px;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_counter_title {
font-size: 22px;
line-height: 1.6em;
display: block;
font-weight: 600;
margin-bottom: 19px;
word-wrap: break-word;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_counter_container {
margin-bottom: 10px;
overflow: hidden;
position: relative;
display: block;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_counter_amount {
opacity: 0;
float: left;
font-size: .9rem;
font-weight: 400;
line-height: 1.7em;
text-align: left;
padding: 1px 3% 1px 1px;
display: block;
min-height: 6px;
position: relative;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_counter_amount .tm_pb_counter_amount_number {
margin-left: 10px;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_counter_amount:before {
content: '';
display: inline-block;
border: 15px solid transparent;
border-left: 15px solid;
border-top: 15px solid;
position: absolute;
top: 0;
right: -30px;
z-index: 0;
}
.tm_pb_builder #tm_builder_outer_content .tm-animated .tm_pb_counter_amount {
opacity: 1;
-webkit-animation: slideWidth 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
animation: slideWidth 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}
#tm_builder_outer_content .tm_pb_blog_grid blockquote:before,
#tm_builder_outer_content .tm_pb_posts blockquote:before {
display: none;
}
#tm_builder_outer_content .tm_pb_blog_grid .tm_pb_image_container {
max-width: 100%;
}
#tm_builder_outer_content .tm_pb_blog_masonry_wrapper a.more-link,
#tm_builder_outer_content .tm_pb_blog_grid_wrapper a.more-link {
margin-top: 33px;
}
#tm_builder_outer_content .tm_pb_blog_list_wrapper .tm_pb_post .caption {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
#tm_builder_outer_content .layout-grid .tm_pb_post {
text-align: center;
}
#tm_builder_outer_content .tm_pb_post {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
border: none;
}
#tm_builder_outer_content .tm_pb_post .tm_pb_image_container {
margin-bottom: 9px;
}
#tm_builder_outer_content .tm_pb_post .entry-featured-image-url {
display: block;
position: relative;
}
#tm_builder_outer_content .tm_pb_post .entry-header {
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
}
#tm_builder_outer_content .tm_pb_post .entry-header h4.entry-title {
margin-bottom: 4px;
padding: 5px 0 0 0;
border-bottom: none;
}
#tm_builder_outer_content .tm_pb_post .entry-header h4.entry-title a {
text-decoration: none;
}
@media (max-width: 991px) {
#tm_builder_outer_content .tm_pb_post .entry-header h4.entry-title {
font-size: 1rem;
}
}
#tm_builder_outer_content .tm_pb_post .caption {
padding: 0 0 6px;
-webkit-order: 0;
-ms-flex-order: 0;
order: 0;
font-size: .725rem;
}
#tm_builder_outer_content .tm_pb_post .tm_pb_post_meta {
padding-top: 0;
}
#tm_builder_outer_content .tm_pb_post .tm_pb_post_meta .author {
text-transform: capitalize;
display: inline-block;
margin-left: 8px;
}
#tm_builder_outer_content .tm_pb_post .tm_pb_post_meta .author > span {
font-size: 0;
line-height: 0;
}
#tm_builder_outer_content .tm_pb_post .tm_pb_post_meta .author > span:after {
width: 1px;
height: 17px;
content: '';
display: inline-block;
position: relative;
top: 4px;
margin-right: 15px;
}
#tm_builder_outer_content .tm_pb_post .post__comments {
margin-left: 12px;
font-size: .725rem;
}
#tm_builder_outer_content .tm_pb_post .post__comments > span {
font-size: 0;
line-height: 0;
}
#tm_builder_outer_content .tm_pb_post .post__comments > span:after {
width: 1px;
height: 17px;
content: '';
display: inline-block;
position: relative;
top: 4px;
margin-right: 15px;
}
#tm_builder_outer_content .tm_pb_post .post__tags__header {
margin: 0 0 0 12px;
display: inline-block;
}
#tm_builder_outer_content .tm_pb_post .post__tags__header > span {
font-size: 0;
line-height: 0;
}
#tm_builder_outer_content .tm_pb_post .post__tags__header > span:after {
width: 1px;
height: 17px;
content: '';
display: inline-block;
position: relative;
top: 4px;
margin-right: 15px;
}
#tm_builder_outer_content .tm_pb_post .post-meta {
margin-bottom: 6px;
}
#tm_builder_outer_content .tm_pb_post .post-meta a {
text-decoration: none;
}
#tm_builder_outer_content .tm_pb_post .more {
text-decoration: none;
}
#tm_builder_outer_content .tm_pb_posts a.more-link {
clear: none;
padding: 19px 28px;
display: inline-block;
text-transform: uppercase;
font-weight: 700;
font-size: 13px;
letter-spacing: .5px;
border: 2px solid;
line-height: 1em;
}
#tm_builder_outer_content .tm_pb_has_overlay.tm_pb_post .tm_pb_image_container a {
display: block;
position: relative;
}
#tm_builder_outer_content .tm_pb_blog_grid .tm_pb_post {
word-wrap: break-word;
}
#tm_builder_outer_content .tm_pb_blog_grid .tm_pb_image_container {
position: relative;
}
#tm_builder_outer_content .tm_pb_blog_grid .tm_pb_image_container img {
min-width: 100%;
max-width: 100%;
height: auto;
}
#tm_builder_outer_content .tm_pb_blog_grid .tm_pb_no_thumb h2 {
margin-top: 0;
}
#tm_builder_outer_content .tm_pb_blog_grid .tm_audio_content {
margin-bottom: 0;
}
#tm_builder_outer_content .tm_pb_blog_grid[data-columns]::before {
display: none;
opacity: 0;
line-height: 0;
}
#tm_builder_outer_content .tm_pb_column_3_4 .tm_pb_post .tm_pb_slide {
min-height: 442px;
}
#tm_builder_outer_content .tm_pb_column_2_3 .tm_pb_post .tm_pb_slide {
min-height: 390px;
}
#tm_builder_outer_content .tm_pb_column_1_2 .tm_pb_post .tm_pb_slide {
min-height: 284px;
}
#tm_builder_outer_content .tm_pb_column_1_3 .tm_pb_post .tm_pb_slide,
#tm_builder_outer_content .tm_pb_column_3_8 .tm_pb_post .tm_pb_slide {
min-height: 180px;
}
#tm_builder_outer_content .tm_pb_column_1_4 .tm_pb_post .tm_pb_slide {
min-height: 125px;
}
#tm_builder_outer_content .tm_pb_post .tm_pb_slider {
margin-bottom: 0;
}
#tm_builder_outer_content .tm_pb_post .tm-pb-controllers a {
margin-bottom: 10px;
}
#tm_builder_outer_content .tm_pb_post_title.tm_pb_featured_bg {
padding: 16% 8%;
background-size: cover;
background-position: center;
position: relative;
background-repeat: no-repeat;
overflow: hidden;
}
#tm_builder_outer_content .tm_pb_post_title .tm_pb_parallax_css {
background-repeat: no-repeat;
background-position: top center;
background-size: cover;
background-attachment: fixed;
position: absolute;
width: 100%;
height: 100%;
overflow: hidden;
}
#tm_builder_outer_content .tm_pb_post_title.tm_pb_featured_bg .tm_pb_title_container {
padding: 1em 1.5em;
}
#tm_builder_outer_content .tm_pb_post_title.tm_pb_featured_bg .tm_pb_title_meta_container {
padding-bottom: 0;
}
#tm_builder_outer_content .single-post.tm_right_sidebar .tm_pb_fullwidth_section .tm_pb_post_title,
#tm_builder_outer_content .single-post.tm_left_sidebar .tm_pb_fullwidth_section .tm_pb_post_title {
padding-top: 0;
}
#tm_builder_outer_content .single-post.tm_right_sidebar .tm_pb_fullwidth_section .tm_pb_post_title.tm_pb_featured_bg {
padding-top: 6%;
}
#tm_builder_outer_content .tm_pb_post_slider_image_bottom .tm_pb_slide_image {
position: relative;
margin: 0 auto 10px !important;
}
#tm_builder_outer_content .tm_pb_post_slider_image_bottom .tm_pb_slide_description {
padding-bottom: 8%;
}
#tm_builder_outer_content .tm_pb_post_slider_image_top .tm_pb_slide_image {
position: relative;
margin: 8% auto 0 !important;
}
#tm_builder_outer_content .tm_pb_post_slider_image_top .tm_pb_slide_description {
padding-top: 8%;
padding-bottom: 8%;
}
#tm_builder_outer_content .tm_pb_post_slider_image_right .tm_pb_slide_description {
float: left !important;
}
#tm_builder_outer_content .tm_pb_post_slider_image_right .tm_pb_slide_image {
right: 0;
margin-right: 0;
}
#tm_builder_outer_content .tm_pb_blog_grid .tm_main_video_container,
#tm_builder_outer_content .tm_pb_blog_grid .tm_audio_content,
#tm_builder_outer_content .tm_pb_blog_grid .tm_pb_post .tm_pb_slider {
margin: -20px -20px 10px;
}
#tm_builder_outer_content .js .tm_pb_blog_grid[data-columns] .tm_pb_post {
opacity: 0;
}
#tm_builder_outer_content .js .tm_pb_blog_grid[data-columns] .column .tm_pb_post {
opacity: 1;
-webkit-animation: gridFadeIn 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
animation: gridFadeIn 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}
#tm_builder_outer_content .tm_pb_post .entry-content {
padding-top: 30px;
}
#tm_builder_outer_content .tm_pb_post .tm_pb_gallery_post_type .tm_pb_slide {
min-height: 500px;
background-size: cover !important;
background-position: top center;
}
#tm_builder_outer_content .tm_pb_row .tm_pb_blog_grid .tm_pb_post .tm_pb_slide {
min-height: 180px;
}
#tm_builder_outer_content .tm_pb_post_slider .tm_pb_slide.tm-pb-active-slide .tm_pb_slide_description,
#tm_builder_outer_content .tm_pb_post_slider .tm_pb_slide.tm-pb-active-slide .tm_pb_slide_image {
opacity: 0;
}
#tm_builder_outer_content .tm_pb_column_1_2 .tm_pb_post_slider_image_bottom .tm_pb_slide,
#tm_builder_outer_content .tm_pb_column_3_8 .tm_pb_post_slider_image_bottom .tm_pb_slide,
#tm_builder_outer_content .tm_pb_column_1_3 .tm_pb_post_slider_image_bottom .tm_pb_slide,
#tm_builder_outer_content .tm_pb_column_1_4 .tm_pb_post_slider_image_bottom .tm_pb_slide {
padding-bottom: 6%;
}
#tm_builder_outer_content .tm_pb_column .tm_pb_post_slider_image_bottom .tm_pb_slide_image,
#tm_builder_outer_content .tm_pb_column .tm_pb_post_slider_image_bottom .tm_pb_slide_video {
margin-bottom: 10% !important;
}
#tm_builder_outer_content .tm_pb_column_4_4 .tm_pb_post_slider_image_bottom .tm_pb_slide_image,
#tm_builder_outer_content .tm_pb_column_4_4 .tm_pb_post_slider_image_bottom .tm_pb_slide_video {
margin-bottom: 5% !important;
}
#tm_builder_outer_content .tm_pb_column_3_4 .tm_pb_post_slider_image_bottom .tm_pb_slide_image,
#tm_builder_outer_content .tm_pb_column_3_4 .tm_pb_post_slider_image_bottom .tm_pb_slide_video {
margin-bottom: 5% !important;
}
#tm_builder_outer_content .tm_pb_column_2_3 .tm_pb_post_slider_image_bottom .tm_pb_slide_image,
#tm_builder_outer_content .tm_pb_column_2_3 .tm_pb_post_slider_image_bottom .tm_pb_slide_video {
margin-bottom: 7% !important;
}
#tm_builder_outer_content .tm_pb_column_1_3 .tm_pb_post_slider_image_bottom .tm_pb_slide_image,
#tm_builder_outer_content .tm_pb_column_1_3 .tm_pb_post_slider_image_bottom .tm_pb_slide_video {
margin-bottom: 15% !important;
}
#tm_builder_outer_content .tm_pb_column_3_8 .tm_pb_post_slider_image_bottom .tm_pb_slide_image,
#tm_builder_outer_content .tm_pb_column_3_8 .tm_pb_post_slider_image_bottom .tm_pb_slide_video {
margin-bottom: 15% !important;
}
#tm_builder_outer_content .tm_pb_column_1_4 .tm_pb_post_slider_image_bottom .tm_pb_slide_image,
#tm_builder_outer_content .tm_pb_column_1_4 .tm_pb_post_slider_image_bottom .tm_pb_slide_video {
margin-bottom: 25% !important;
}
#tm_builder_outer_content .tm_pb_fullwidth_section .tm_pb_post_title {
padding: 6% 0;
}
#tm_builder_outer_content .tm_pb_fullwidth_section .tm_pb_post_title.tm_pb_image_above {
padding-top: 0;
}
#tm_builder_outer_content .tm_pb_fullwidth_section .tm_pb_post_title.tm_pb_image_below {
padding-bottom: 0;
}
#tm_builder_outer_content .tm_pb_posts_nav.nav-single:after {
clear: both;
display: block;
content: "";
}
#tm_builder_outer_content .tm_pb_posts_nav a {
display: inline-block;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_blurb .tm_pb_main_blurb_image {
text-align: center;
margin-bottom: 0;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_blurb .tm_pb_main_blurb_image a {
display: inline-block;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_blurb .tm-pb-icon {
display: table;
margin-left: auto;
margin-right: auto;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_blurb .tm-pb-icon:before {
display: table-cell !important;
vertical-align: middle;
content: attr(data-icon);font-size:1em;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_blurb .tm-pb-icon-circle {
width: 100px;
height: 100px;
font-size: 30px;
border-radius: 100px;
text-align: center;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_blurb .tm-pb-icon-circle-border {
border: 3px solid;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_blurb img {
width: inherit;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_blurb_container h4 {
margin: 0;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_blurb_container h4 a {
border-bottom: none;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_blurb_container .tm_pb_button {
margin-top: 30px;
}
@media (max-width: 1199px) {
.tm_pb_builder #tm_builder_outer_content .tm_pb_blurb_container {
text-align: center;
}
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_blurb_content {
word-wrap: break-word;
display: block;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_blurb_content {
margin: 0 auto;
position: relative;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_blurb_content p:last-of-type {
padding-bottom: 0;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_blurb_content .tm_pb_blurb_container {
padding-bottom: 17px;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_blurb_content .tm_pb_blurb_description > p {
padding-top: 8px;
margin: 0;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_blurb h4 {
font-size: 24px;
font-size: 1.5rem;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_blurb h4 a {
text-decoration: none;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_blurb_position_left .tm_pb_main_blurb_image,
.tm_pb_builder #tm_builder_outer_content .tm_pb_blurb_position_right .tm_pb_main_blurb_image {
display: table-cell;
min-width: 84px;
width: auto;
margin: 0;
padding: 0;
}
@media (max-width: 1199px) {
.tm_pb_builder #tm_builder_outer_content .tm_pb_blurb_position_left .tm_pb_main_blurb_image,
.tm_pb_builder #tm_builder_outer_content .tm_pb_blurb_position_right .tm_pb_main_blurb_image {
display: block;
}
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_blurb_position_left .tm_pb_main_blurb_image img,
.tm_pb_builder #tm_builder_outer_content .tm_pb_blurb_position_right .tm_pb_main_blurb_image img {
width: inherit;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_blurb_position_left .tm-pb-icon-circle-border,
.tm_pb_builder #tm_builder_outer_content .tm_pb_blurb_position_right .tm-pb-icon-circle-border {
border: 2px solid;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_blurb_position_left .tm_pb_blurb_container,
.tm_pb_builder #tm_builder_outer_content .tm_pb_blurb_position_right .tm_pb_blurb_container {
display: table-cell;
vertical-align: top;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_blurb_position_left .tm_pb_blurb_container {
padding: 7px 28px;
}
.tm_pb_blurb_container h4 {
font-size: 22px;
}
@media (max-width: 1199px) {
.tm_pb_builder #tm_builder_outer_content .tm_pb_blurb_position_left .tm_pb_blurb_container {
padding-left: 0;
display: block;
}
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_blurb_position_right .tm_pb_blurb_container {
padding-right: 15px;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_blurb_position_right .tm_pb_blurb_content {
padding-right: 52px;
text-align: right;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_blurb_position_right .tm_pb_main_blurb_image {
left: auto;
right: 0;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_blurb_position_right .tm-pb-icon {
margin-right: 0;
margin-left: 20px;
}
.tm_pb_section.tm_pb_with_background {
overflow: hidden;
}
.tm_pb_builder #tm_builder_outer_content .tm_builder_inner_content .tm_pb_button_module_wrapper.tm_pb_button_alignment_right {
text-align: right;
}
.tm_pb_builder #tm_builder_outer_content .tm_builder_inner_content .tm_pb_button_module_wrapper.tm_pb_button_alignment_center {
text-align: center;
}
.tm_pb_builder #tm_builder_outer_content .tm_builder_inner_content .tm_pb_button, .tm_pb_builder #tm_builder_outer_content .tm_builder_inner_content .more-button {
font-size: .95rem;
text-align: center;
font-weight: 600;
letter-spacing: .9px;
transition: all 0.3s ease-out;
}
.tm_pb_builder #tm_builder_outer_content .tm_builder_inner_content .tm_pb_button:hover, .tm_pb_builder #tm_builder_outer_content .tm_builder_inner_content .more-button:hover {
letter-spacing: .9px;
}
.tm_pb_builder #tm_builder_outer_content .tm_builder_inner_content .tm_pb_button:after, .tm_pb_builder #tm_builder_outer_content .tm_builder_inner_content .more-button:after {
margin-top: -.2em;
}
.tm_pb_builder #tm_builder_outer_content .tm_builder_inner_content .tm_pb_button {
margin: 4px;
}
.tm_pb_builder #tm_builder_outer_content .tm_builder_inner_content .download_btn {
font-size: 13px;
line-height: 1em;
padding: 20px 30px;
white-space: normal;
text-transform: uppercase;
font-weight: 700;
letter-spacing: .8px;
display: inline-block;
}
.tm_pb_builder #tm_builder_outer_content .tm_builder_inner_content .download_btn:before {
display: inline-block;
font-family: 'Material Icons';
font-weight: 400;
font-style: normal;
content: '\e415';
font-size: 26px;
margin-right: 10px;
vertical-align: middle;
}
.tm_pb_builder #tm_builder_outer_content .tm_builder_inner_content .download_btn:hover {
background: transparent;
}
.btn-default:focus, .btn-primary:focus, .btn-secondary:focus {
box-shadow: none;
}
.invert .btn-default:focus, .invert .btn-primary:focus, .invert .btn-secondary:focus {
box-shadow: none;
}
.btn-default {
border: none;
}
.btn-default:hover, .btn-secondary:hover, .btn-primary:hover {
background: transparent;
}
@media (max-width: 991px) {
.tm_pb_builder #tm_builder_outer_content .tm_builder_inner_content .tm_pb_button_module_wrapper.tm_pb_button_alignment_center .tm_pb_button {
padding: 17px 24px !important;
}
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_brands_showcase_module__wrapper {
display: block;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_brands_showcase_module__super-title {
display: block;
text-align: center;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_brands_showcase_module__title {
display: block;
text-align: center;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_brands_showcase_module__sub-title {
display: block;
text-align: center;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_brands_showcase_module__divider {
background-color: #ddd;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_brands_showcase_module__brands {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
overflow: hidden;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_brands_showcase_module__brands .tm_pb_column {
-webkit-transform: translate(1px, 1px);
-ms-transform: translate(1px, 1px);
transform: translate(1px, 1px);
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_brands_showcase_module__brands.swiper-container {
display: block;
-webkit-justify-content: inherit;
-ms-flex-pack: inherit;
justify-content: inherit;
padding-bottom: 36px;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_brands_showcase_module__brands.swiper-container .swiper-button-next,
.tm_pb_builder #tm_builder_outer_content .tm_pb_brands_showcase_module__brands.swiper-container .swiper-button-prev {
background-color: transparent;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_brands_showcase_module__brands.swiper-container .tm_pb_brands_showcase_module__item__wrapper.swiper-slide {
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
text-align: center;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_brands_showcase_module__brands.swiper-container .tm_pb_brands_showcase_module__item__wrapper.swiper-slide:hover {
background-color: transparent;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_brands_showcase_module__brands .tm_pb_brands_showcase_module__item {
text-align: center;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_brands_showcase_module__brands .tm_pb_brands_showcase_module__item:not(.swiper-slide) {
display: block;
max-width: 350px;
margin: auto;
padding: 30px 0;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_brands_showcase_module__brands .tm_pb_brands_showcase_module__item__wrapper {
margin: 15px 0 0 0;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_brands_showcase_module__brands .tm_pb_brands_showcase_module__item__title {
display: block;
margin: 15px 0 26px;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_brands_showcase_module__brands .tm_pb_brands_showcase_module__item__description {
display: block;
font-weight: normal;
}
@media (min-width: 768px) {
.tm_pb_builder #tm_builder_outer_content .tm_pb_brands_showcase_module__brands {
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
}
}
@media (min-width: 1200px) {
.tm_pb_builder #tm_builder_outer_content .tm_pb_brands_showcase_module__wrapper {
overflow: hidden;
margin-bottom: 67px;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_brands_showcase_module__brands {
margin-top: -67px;
margin-bottom: -67px;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_brands_showcase_module__brands .tm_pb_brands_showcase_module__item:not(.swiper-slide) {
padding: 63px 0 67px;
}
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_promo {
padding: 0;
background-size: cover;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_promo .tm_pb_promo_button, .tm_pb_builder #tm_builder_outer_content .tm_pb_promo .tm_pb_newsletter_button {
background: none;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_promo .tm_pb_promo_button:hover, .tm_pb_builder #tm_builder_outer_content .tm_pb_promo .tm_pb_newsletter_button:hover {
text-decoration: none;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_promo_description {
padding-bottom: 20px;
word-wrap: break-word;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_promo_description p:last-of-type {
padding-bottom: 0;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_2 .tm_pb_promo,
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_3 .tm_pb_promo,
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_4 .tm_pb_promo {
padding: 40px;
}
.tm_pb_builder #tm_builder_outer_content .tm-promo-description {
float: left;
padding: 0 60px;
width: 754px;
}
.tm_pb_builder #tm_builder_outer_content .bg_wrapper .tm_pb_promo_description h2 {
font-size: 80px;
margin-bottom: 19px;
}
@media (max-width: 980px) {
.tm_pb_builder #tm_builder_outer_content .bg_wrapper .tm_pb_promo_description h2 {
font-size: 42px;
}
}
@media (max-width: 767px) {
.tm_pb_builder #tm_builder_outer_content .bg_wrapper .tm_pb_promo_description h2 {
font-size: 22px;
}
}
.tm_pb_builder.content-layout-boxed .tm_pb_section.tm_pb_with_background {
padding-left: 1.5625rem;
padding-right: 1.5625rem;
}
@media (max-width: 767px) {
.tm_pb_builder #tm_builder_outer_content .tm_pb_with_background .tm_pb_col_padding_reset .tm_pb_column {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
padding: 0;
}
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_swiper {
opacity: 0;
position: relative;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_swiper .swiper-container {
padding: 10px;
}
.home .tm_pb_builder #tm_builder_outer_content .tm_pb_swiper .swiper-container {
padding-top: 0;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_swiper .swiper-slide {
box-shadow: 0 0 18px rgba(0, 0, 0, 0.13);
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
height: auto;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_swiper .swiper-slide > .entry-content {
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_swiper .post__cats {
position: relative;
top: 0;
left: 0;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_swiper > .btn:hover,
.tm_pb_builder #tm_builder_outer_content .tm_pb_swiper .btn:hover {
background: transparent;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_swiper .post-thumbnail + .entry-content .post__cats {
position: absolute;
top: 0;
left: 0;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_swiper h1 + .title-delimiter,
.tm_pb_builder #tm_builder_outer_content .tm_pb_swiper h2 + .title-delimiter,
.tm_pb_builder #tm_builder_outer_content .tm_pb_swiper h3 + .title-delimiter,
.tm_pb_builder #tm_builder_outer_content .tm_pb_swiper h4 + .title-delimiter,
.tm_pb_builder #tm_builder_outer_content .tm_pb_swiper h5 + .title-delimiter,
.tm_pb_builder #tm_builder_outer_content .tm_pb_swiper h6 + .title-delimiter {
display: block;
width: 100%;
height: 1px;
background: #000;
opacity: 0.5;
}
#menu-item-4987-en a, #menu-item-4987-zh a {
padding: 3px 8px;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_swiper .entry-content {
margin: 0;
padding: 0 15px;
}
@media (min-width: 1700px) {
.tm_pb_builder #tm_builder_outer_content .tm_pb_swiper .entry-content {
padding: 0 37px;
}
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_swiper .entry-footer {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: stretch;
-ms-flex-align: stretch;
align-items: stretch;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
margin: 0;
padding: 0;
border-top: 1px solid #eaeaea;
overflow: hidden;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_swiper .entry-footer:before, .tm_pb_builder #tm_builder_outer_content .tm_pb_swiper .entry-footer:after {
content: none;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_swiper .entry-footer > * {
position: relative;
padding: 20px 15px;
line-height: 14px;
vertical-align: middle;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_swiper .entry-footer > *:not(:first-child):before {
content: "";
position: absolute;
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
height: 100vh;
border-left: 1px solid #eaeaea;
}
@media (min-width: 1700px) {
.tm_pb_builder #tm_builder_outer_content .tm_pb_swiper .entry-footer > * {
padding: 20px 35px;
}
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_swiper .entry-footer .meta_wrap > * {
display: block;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_swiper .entry-footer .meta_wrap > *:empty {
display: none;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_swiper .entry-footer .meta_wrap > *:not(:first-child) {
margin-top: 6px;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_swiper .entry-footer .btn_wrap {
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_swiper .entry-footer .btn_wrap .btn {
display: inline-block;
border: none;
padding: 0;
font-weight: 700;
font-size: 14px;
vertical-align: middle;
}
.tm_pb_builder #tm_builder_outer_content .entry-meta {
font-size: 12px;
}
.tm_pb_builder #tm_builder_outer_content .post-comments:before {
font-family: 'Material Icons';
font-weight: 400;
font-style: normal;
content: '\e0cb';
font-size: 16px;
margin-right: 10px;
vertical-align: middle;
}
.tm_pb_builder #tm_builder_outer_content .post__tags {
display: block;
}
.tm_pb_builder #tm_builder_outer_content .swiper-navigation {
position: static;
margin: 0;
overflow: hidden;
text-align: center;
}
.tm_pb_builder #tm_builder_outer_content .swiper-navigation .swiper-button-prev,
.tm_pb_builder #tm_builder_outer_content .swiper-navigation .swiper-button-next {
position: static;
margin: 0;
display: inline-block !important;
width: 29px;
height: 29px;
border: 2px solid;
line-height: 29px;
text-align: center;
vertical-align: middle;
opacity: 0.35;
box-sizing: content-box;
background: none;
transition: all 0.3s ease-out;
}
.tm_pb_builder #tm_builder_outer_content .swiper-navigation .swiper-button-prev:before,
.tm_pb_builder #tm_builder_outer_content .swiper-navigation .swiper-button-next:before {
font-family: 'Material Icons';
font-weight: 400;
font-style: normal;
font-size: 29px;
margin-right: 0;
vertical-align: top;
}
.tm_pb_builder #tm_builder_outer_content .swiper-navigation .swiper-button-prev:not(.swiper-button-disabled):hover,
.tm_pb_builder #tm_builder_outer_content .swiper-navigation .swiper-button-next:not(.swiper-button-disabled):hover {
opacity: 1;
}
body.archive.category .post-gallery .tm_pb_builder #tm_builder_outer_content .swiper-navigation .swiper-button-prev, body.archive.category .post-gallery
.tm_pb_builder #tm_builder_outer_content .swiper-navigation .swiper-button-next {
position: absolute;
}
.tm_pb_builder #tm_builder_outer_content .swiper-navigation .swiper-button-prev:before {
content: '\e408';
}
.tm_pb_builder #tm_builder_outer_content .swiper-navigation .swiper-button-next:before {
content: '\e409';
}
.tm_pb_brands_showcase_module__wrapper .tm_pb_builder #tm_builder_outer_content .swiper-navigation {
top: 0;
position: relative;
display: block;
clear: both;
width: auto;
margin: 0 0 30px;
}
.tm_pb_builder #tm_builder_outer_content * + .swiper-navigation {
margin-top: 30px;
}
.tm_pb_builder #tm_builder_outer_content .swiper-pagination {
padding: 30px 0;
position: static !important;
}
.tm_pb_builder #tm_builder_outer_content .swiper-pagination .swiper-pagination-bullet {
width: 14px;
height: 14px;
border: 2px solid;
background: transparent;
margin-right: 41px;
opacity: 1;
transition: all 0.3s ease-out;
}
.tm_pb_builder #tm_builder_outer_content .swiper-pagination .swiper-pagination-bullet:last-child {
margin-right: 0;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_circle_counter {
word-wrap: break-word;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_circle_counter {
margin: 0 auto 30px;
position: relative;
text-align: center;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_circle_counter canvas {
position: absolute;
top: 0;
left: 0;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_circle_counter .percent {
position: relative;
z-index: 2;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_circle_counter .percent {
visibility: hidden;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_circle_counter .percent p,
.tm_pb_builder #tm_builder_outer_content .tm_pb_slide_content .tm_pb_circle_counter .percent p:last-of-type {
font-size: 42px;
font-weight: 700;
position: relative;
line-height: 0.1em;
padding: 49% 0;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_circle_counter h3 {
padding: 17px 0 0;
font-size: 22px;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_contact input.tm_pb_contact_captcha {
display: inline-block;
max-width: 45px;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_contact form span {
width: auto;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_contact_field {
width: 100%;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_contact_form_label {
font-weight: 700;
font-size: 17px;
margin-bottom: 11px;
display: block;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_contact_form_input {
width: 100%;
margin: 0 0 35px 0;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_contact_form_input.tm_contact_error {
border-color: #fa3a5e;
background-image: url(//china.future.org/wp-content/themes/quickwind/assets/images/form_icon.png);
background-repeat: no-repeat;
background-position: calc(100% - 12px) center;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_contact_right {
display: inline-block;
width: auto;
margin: 0;
text-align: right;
vertical-align: top;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_contact_message {
min-height: 150px;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_contact .tm_contact_error {
border: 1px solid #fa3a5e;
}
.tm_pb_builder #tm_builder_outer_content .tm_contact_bottom_container {
float: right;
text-align: left;
overflow: hidden;
}
.tm_pb_builder #tm_builder_outer_content .tm_contact_bottom_container .tm_pb_contact_submit {
font-size: 13px;
padding: 18px 33px;
}
.tm_pb_builder #tm_builder_outer_content .tm_contact_bottom_container .tm_pb_contact_submit:hover {
font-size: 13px;
padding: 18px 33px;
}
.tm_pb_builder #tm_builder_outer_content .tm-pb-contact-message {
margin-bottom: 40px;
color: #fa3a5e;
font-size: 13px;
font-weight: 700;
}
.tm_pb_builder #tm_builder_outer_content .tm-pb-contact-message .cf-success-message {
color: yellow;
}
.tm_pb_builder #tm_builder_outer_content .tm-pb-contact-message p {
margin-right: 10px;
display: inline-block;
}
.tm_pb_builder #tm_builder_outer_content .tm-pb-contact-message ul {
display: inline-block;
margin: 0;
}
.tm_pb_builder #tm_builder_outer_content .tm-pb-contact-message ul li {
padding: 0 10px 0 0;
display: inline-block;
}
.tm_pb_builder #tm_builder_outer_content .tm-pb-contact-message ul li:before {
display: none;
}
.tm_pb_builder #tm_builder_outer_content .tm-pb-contact-message ul li:after {
content: ',';
}
.tm_pb_builder #tm_builder_outer_content .tm-pb-contact-message ul li:last-child:after {
display: none;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_countdown_timer_container {
word-wrap: break-word;
text-align: left !important;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_countdown_timer .section {
width: auto;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_4 .tm_pb_countdown_timer .section {
font-size: 20px;
line-height: 20px;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_2 .tm_pb_countdown_timer .section {
font-size: 38px;
line-height: 38px;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_2 .tm_pb_countdown_timer .section.label {
font-size: 12px;
line-height: 20px;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_2 .tm_pb_countdown_timer .sep {
top: -22px;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_3_8 .tm_pb_countdown_timer .sep,
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_3 .tm_pb_countdown_timer .sep,
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_4 .tm_pb_countdown_timer .sep {
top: -22px;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_3 .tm_pb_countdown_timer .title,
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_4 .tm_pb_countdown_timer .title {
font-size: 22px;
margin-bottom: 20px;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_3_8 .tm_pb_countdown_timer .section,
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_3 .tm_pb_countdown_timer .section,
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_4 .tm_pb_countdown_timer .section {
font-size: 28px;
line-height: 28px;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_3_8 .tm_pb_countdown_timer .section .label,
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_3 .tm_pb_countdown_timer .section .label,
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_4 .tm_pb_countdown_timer .section .label {
font-size: 11px;
line-height: 19px;
}
.tm_pb_builder #tm_builder_outer_content .tm_vertical_nav .tm_pb_column_3_8 .tm_pb_countdown_timer .section .value,
.tm_pb_builder #tm_builder_outer_content .tm_vertical_nav .tm_pb_column_3_8 .tm_pb_countdown_timer .sep {
font-size: 20px;
line-height: 20px;
}
.font-size35{
font-size: 35px ;
}
.tm_pb_builder #tm_builder_outer_content .tm_vertical_nav .tm_pb_column_1_3 .tm_pb_countdown_timer .section .value,
.tm_pb_builder #tm_builder_outer_content .tm_vertical_nav .tm_pb_column_1_3 .tm_pb_countdown_timer .sep {
font-size: 20px;
line-height: 20px;
}
.tm_pb_builder #tm_builder_outer_content .tm_vertical_nav .tm_pb_column_1_4 .tm_pb_countdown_timer .section .value,
.tm_pb_builder #tm_builder_outer_content .tm_vertical_nav .tm_pb_column_1_4 .tm_pb_countdown_timer .sep {
font-size: 20px;
line-height: 20px;
}
.tm_pb_builder #tm_builder_outer_content .countdown-sep:before {
content: ":";
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_countdown_timer {
padding: 0;
background-size: cover;
background-position: 50% 0%;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_countdown_timer .tm_pb_countdown_timer_container {
width: 100%;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_countdown_timer .title {
font-size: 26px;
font-weight: 700;
margin: 0 0 30px;
padding: 0;
text-align: center;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_countdown_timer .section {
display: inline-block;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_countdown_timer .section.values {
width: auto;
padding: 53px 0;
margin-bottom: 50px;
box-sizing: border-box;
width: 185px;
}
@media (max-width: 1199px) {
.tm_pb_builder #tm_builder_outer_content .tm_pb_countdown_timer .section.values {
width: 175px;
}
}
@media (max-width: 991px) {
.tm_pb_builder #tm_builder_outer_content .tm_pb_countdown_timer .section.values {
width: 125px;
}
}
@media (max-width: 767px) {
.tm_pb_builder #tm_builder_outer_content .tm_pb_countdown_timer .section.values {
width: 175px;
}
.title {   
padding-left: 22px;
}
.font-size35{
font-size: 18px;
}
}
@media (max-width: 500px) {
.tm_pb_builder #tm_builder_outer_content .tm_pb_countdown_timer .section.values {
width: 200px;
}
}
@media (max-width: 320px) {
.tm_pb_builder #tm_builder_outer_content .tm_pb_countdown_timer .section.values {
width: 100%;
margin-bottom: 30px;
}
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_countdown_timer .section .value {
font-size: 80px;
line-height: 1em;
font-weight: 700;
padding-bottom: 8px;
text-align: center;
display: block;
}
@media (max-width: 991px) {
.tm_pb_builder #tm_builder_outer_content .tm_pb_countdown_timer .section .value {
font-size: 50px;
}
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_countdown_timer .section.zero span {
opacity: 1;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_countdown_timer .section .label {
text-align: center;
font-size: 17px;
line-height: 25px;
display: block;
font-weight: 700;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_countdown_timer .sep {
position: relative;
top: -28px;
margin: 0 18px;
opacity: 0;
}
@media (max-width: 320px) {
.tm_pb_builder #tm_builder_outer_content .tm_pb_countdown_timer .sep {
display: none;
}
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_countdown_timer_circle_layout .section.values {
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_countdown_timer_circle_layout .section.values span {
display: block;
-webkit-order: 0;
-ms-flex-order: 0;
order: 0;
-webkit-flex: 1 1 100%;
-ms-flex: 1 1 100%;
flex: 1 1 100%;
-webkit-align-self: auto;
-ms-flex-item-align: auto;
align-self: auto;
text-align: center;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_countdown_timer_circle_layout .section.sep {
top: 0;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_number_counter {
margin: 0 auto 30px;
position: relative;
text-align: center;
word-wrap: break-word;
background-size: cover;
background-position: 50% 0%;
width: auto;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_number_counter h3 {
padding: 17px 0 0;
font-size: 22px;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_number_counter canvas {
display: none;
visibility: hidden;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_number_counter .percent {
position: relative;
z-index: 2;
visibility: hidden;
font-weight: 700;
display: inline-block;
font-size: 48px;
margin-bottom: 10px;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_number_counter .percent .percent-value {
position: relative;
padding-bottom: 11px;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_number_counter .percent .percent-value:after {
content: '';
position: absolute;
left: 50%;
bottom: 0;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
width: 62px;
height: 3px;
display: block;
transition: all 0.3s ease-out;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_4_4 .tm_pb_team_member .tm_pb_team_member_image {
margin-right: 30px;
float: left;
}
.tm_pb_builder #tm_builder_outer_content ul.tm_pb_member_social_links {
margin-top: 20px;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_member_social_links li {
display: inline-block;
margin-right: 15px;
padding-left: 0 !important;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_member_social_links li:before {
display: none;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_member_social_links a {
display: inline-block;
font-size: 16px;
position: relative;
text-align: center;
transition: color 300ms ease 0s;
text-decoration: none;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_team_member {
padding-bottom: 67px;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_team_member_image {
padding-bottom: 2px;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_member_position {
font-size: 17px;
font-weight: 500;
margin: 0 0 19px;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_team_member_name {
margin: 14px 0 17px;
font-weight: 500;
}
.tm_pb_builder #tm_builder_outer_content .tm-posts_item {
position: relative;
margin-bottom: 30px;
}
.tm_pb_row_padding_reset .tm_pb_builder #tm_builder_outer_content .tm-posts_item {
margin-bottom: 0;
}
.tm_pb_builder #tm_builder_outer_content .tm-posts_item .tm-posts_img {
position: relative;
display: block;
}
.tm_pb_builder #tm_builder_outer_content .tm-posts_item .tm-posts_img:before {
content: '';
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
opacity: .8;
background: transparent;
}
.tm_pb_builder #tm_builder_outer_content .tm-posts_item img {
display: block;
margin: 0 auto;
}
.tm_pb_builder #tm_builder_outer_content .tm-posts_item .btn {
box-shadow: none;
font-size: .95rem;
font-weight: 600;
}
.tm_pb_builder #tm_builder_outer_content .tm-posts_item .btn:hover, .tm_pb_builder #tm_builder_outer_content .tm-posts_item .btn:focus {
box-shadow: none;
background: transparent;
}
.tm_pb_builder #tm_builder_outer_content .tm-posts_item_content {
position: absolute;
bottom: 0;
left: 0;
right: 0;
padding: 20px;
z-index: 10;
}
.tm_pb_builder #tm_builder_outer_content .tm-posts_title_divider {
margin: 15px auto;
background: rgba(0, 0, 0, 0.3);
height: 1px;
max-width: 50%;
display: none;
}
.tm_pb_builder #tm_builder_outer_content .tm-posts_item_excerpt {
padding: 0 0 15px;
}
.tm_pb_builder #tm_builder_outer_content .tm-posts_title_group {
text-align: left;
font-size: 13px;
}
.tm_pb_builder #tm_builder_outer_content .tm-posts_item_meta {
padding: 0 0 10px;
}
.tm_pb_builder #tm_builder_outer_content .tm-posts_item_meta > a {
display: inline-block;
margin: 0 0 0 10px;
text-transform: capitalize;
}
.tm_pb_builder #tm_builder_outer_content .tm-posts_item_meta > a:first-child {
margin-left: 0;
}
.tm_pb_builder #tm_builder_outer_content .tm-posts_item_meta > a .material-icons {
font-size: 16px;
vertical-align: middle;
margin-right: 5px;
}
.tm_pb_builder #tm_builder_outer_content .tm-posts_item_meta > a .fa {
display: inline-block;
margin: 0 5px 0 0;
}
.tm_pb_builder #tm_builder_outer_content .tm-posts_item_meta .post-date {
font-size: 16px;
font-size: 1rem;
}
.tm_pb_builder #tm_builder_outer_content .tm-posts_button_wrap {
text-align: center;
margin-bottom: 30px;
}
.tm_pb_builder #tm_builder_outer_content .tm-posts_layout-3 img {
width: 100%;
height: auto;
}
.tm_pb_builder #tm_builder_outer_content .tm-posts_listing {
padding: 0 0 15px;
}
.tm_pb_builder #tm_builder_outer_content #tm_builder_outer_content .tm_pb_ajax_more.btn-hidden {
display: none;
}
.tm_pb_builder #tm_builder_outer_content #tm_builder_outer_content .tm-pb-spinner-double-bounce.tm-pb-spinner {
position: relative;
display: inline-block;
vertical-align: middle;
margin: -3px 0 0 15px;
}
.tm_pb_builder #tm_builder_outer_content #tm_builder_outer_content .tm-pb-spinner-double-bounce .tm-pb-double-bounce1, .tm_pb_builder #tm_builder_outer_content #tm_builder_outer_content .tm-pb-spinner-double-bounce .tm-pb-double-bounce2 {
width: 40px;
height: 40px;
border-radius: 50%;
opacity: 0.6;
position: absolute;
top: 0;
left: 0;
-webkit-animation: cherry-doubleBounce 2s infinite ease-in-out;
animation: cherry-doubleBounce 2s infinite ease-in-out;
}
.tm_pb_builder #tm_builder_outer_content #tm_builder_outer_content .tm-pb-spinner-double-bounce .tm-pb-double-bounce2 {
-webkit-animation-delay: -1s;
animation-delay: -1s;
}
@-webkit-keyframes cherry-doubleBounce {
0%, 100% {
-webkit-transform: scale(0);
transform: scale(0);
}
50% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes cherry-doubleBounce {
0%, 100% {
-webkit-transform: scale(0);
transform: scale(0);
}
50% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
.tm_pb_builder #tm_builder_outer_content .tm-posts_layout-1 .tm-posts_item {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.tm_pb_builder #tm_builder_outer_content .tm-posts_layout-1 .tm-posts_item > * {
-webkit-flex-basis: 100%;
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
}
.tm_pb_builder #tm_builder_outer_content .tm-posts_layout-1 .tm-posts_item .wrap-heading {
position: relative;
margin-bottom: 40px;
}
.tm_pb_builder #tm_builder_outer_content .tm-posts_layout-1 .tm-posts_item .wrap-heading img {
width: 100%;
}
.tm_pb_builder #tm_builder_outer_content .tm-posts_layout-1 .tm-posts_item .wrap-heading .tm-posts_item_title {
position: absolute;
bottom: 0;
width: 100%;
margin: 0;
padding: 19px 40px;
background: rgba(80, 80, 80, 0.75);
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
font-weight: 500;
}
.tm_pb_builder #tm_builder_outer_content .tm-posts_layout-1 .tm-posts_item .tm-posts_item_meta {
margin-top: 20px;
}
.tm_pb_builder #tm_builder_outer_content .tm-posts_layout-1 .tm-posts_item .tm-posts_item_meta .post-comments-count {
margin-left: 24px;
}
.tm_pb_builder #tm_builder_outer_content .tm-posts_layout-1 .tm-posts_item .btn-wrap {
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
}
.tm_pb_builder #tm_builder_outer_content .tm-posts_layout-1 .tm-posts_item .btn-wrap .btn {
position: relative;
margin: 20px 0;
padding: 0;
padding-right: 48px;
border: none;
}
.tm_pb_builder #tm_builder_outer_content .tm-posts_layout-1 .tm-posts_item .btn-wrap .btn:after {
content: "\e409";
font-family: "Material Icons";
display: inline-block;
position: absolute;
top: 50%;
right: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
font-size: 17px;
font-weight: 400;
line-height: 25px;
width: 29px;
height: 29px;
border: 2px solid;
}
.tm_pb_builder #tm_builder_outer_content .tm-posts_layout-1 .tm-posts_item .btn {
background: transparent;
border-color: transparent;
}
@media (min-width: 1300px) {
.tm_pb_builder #tm_builder_outer_content .tm-posts_layout-1 .tm-posts_item {
padding-bottom: 14px;
}
.tm_pb_builder #tm_builder_outer_content .tm-posts_layout-1 .tm-posts_item .wrap-heading .tm-posts_item_title {
white-space: normal;
}
.tm_pb_builder #tm_builder_outer_content .tm-posts_layout-1 .tm-posts_item .tm-posts_item_excerpt {
padding: 0 0 24px;
}
.tm_pb_builder #tm_builder_outer_content .tm-posts_layout-1 .tm-posts_item .tm-posts_item_meta {
margin: 0;
-webkit-flex-basis: auto;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.tm_pb_builder #tm_builder_outer_content .tm-posts_layout-1 .tm-posts_item .btn-wrap {
-webkit-flex-basis: auto;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.tm_pb_builder #tm_builder_outer_content .tm-posts_layout-1 .tm-posts_item .btn-wrap .btn {
margin: 7px 0;
}
}
.tm_pb_builder #tm_builder_outer_content .tm-posts_layout-3 .tm-posts_item .tm-posts_item_content .tm-posts_item_title {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
@media (min-width: 1300px) {
.tm_pb_builder #tm_builder_outer_content .tm-posts_layout-3 .tm-posts_item .tm-posts_item_title {
white-space: normal;
}
}
.tm-posts_title_group + .tm-posts_listing {
margin-top: 50px;
}
@media (min-width: 1200px) {
.tm-posts_title_group + .tm-posts_listing {
margin-top: 80px;
}
}
.home .tm-posts_title_group + .tm-posts_listing {
margin-top: 50px;
}
@media (min-width: 1200px) {
.home .tm-posts_title_group + .tm-posts_listing {
margin-top: 68px;
}
}
.home .wrap-heading {
position: relative !important;
margin-bottom: 21px !important;
min-height: 20px;
}
.home .wrap-heading img {
display: none !important;
}
.home .wrap-heading .tm-posts_item_title {
position: relative !important;
bottom: 0;
width: 100%;
margin: 0;
padding: 0 !important;
white-space: normal !important;
text-overflow: ellipsis;
background: transparent !important;
overflow: hidden;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_pricing {
margin: 0 -15px;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_pricing .tm_pb_featured_table {
z-index: 50;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_pricing_heading {
word-wrap: break-word;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_pricing_table {
float: left;
width: 33.33%;
padding: 0 15px;
text-align: center;
margin: 0 -1px 0 0;
background: none;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_pricing_table > div {
padding-bottom: 60px;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_featured_table {
margin-top: -63px;
position: relative;
z-index: 100;
box-shadow: none;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_centered_pricing_items .tm_pb_pricing {
text-align: center;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_4_4 .tm_pb_pricing_table {
width: 25%;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_4_4 .tm_pb_pricing_3 .tm_pb_pricing_table {
width: 33.33%;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_pricing_2 .tm_pb_pricing_table,
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_2_3 .tm_pb_pricing_table,
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_2 .tm_pb_pricing_table {
width: 50%;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_pricing_1 .tm_pb_pricing_table,
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_3_8 .tm_pb_pricing_table,
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_3 .tm_pb_pricing_table,
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_4 .tm_pb_pricing_table {
width: 100%;
margin: 0 0 30px;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_pricing_1 .tm_pb_pricing_table:last-child,
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_3_8 .tm_pb_pricing_table:last-child,
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_3 .tm_pb_pricing_table:last-child,
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_4 .tm_pb_pricing_table:last-child {
margin-bottom: 0;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_4_4 > .tm_pb_pricing > .tm_pb_pricing_table:nth-child(4n+1),
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_3_4 > .tm_pb_pricing > .tm_pb_pricing_table:nth-child(3n+1),
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_2_3 > .tm_pb_pricing > .tm_pb_pricing_table:nth-child(2n+1),
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_2 > .tm_pb_pricing > .tm_pb_pricing_table:nth-child(2n+1) {
clear: both;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_4_4 > .tm_pb_pricing > .tm_pb_pricing_table:nth-child(n+5),
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_3_4 > .tm_pb_pricing > .tm_pb_pricing_table:nth-child(n+4),
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_2_3 > .tm_pb_pricing > .tm_pb_pricing_table:nth-child(n+3),
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_2 > .tm_pb_pricing > .tm_pb_pricing_table:nth-child(n+3) {
margin-top: 50px;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_4_4 .tm_pb_pricing_table.tm_pb_featured_table:nth-child(n+5),
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_3_4 .tm_pb_pricing_table.tm_pb_featured_table:nth-child(n+4),
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_2_3 .tm_pb_pricing_table.tm_pb_featured_table:nth-child(n+3),
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_2 .tm_pb_pricing_table.tm_pb_featured_table:nth-child(n+3) {
margin-top: 30px;
}
@media (max-width: 991px) {
.tm_pb_builder #tm_builder_outer_content .tm_pb_pricing .tm_pb_pricing_table {
width: 100%;
float: none;
margin: 0 0 30px;
}
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_pricing_heading {
margin-bottom: 0;
padding: 52px 0 10px;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_pricing_heading h2 {
padding-bottom: 0;
margin: 0 0 30px;
font-size: 22px;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_best_value {
font-size: 16px;
line-height: 22px;
text-transform: capitalize;
display: block;
font-weight: 700;
width: 85px;
height: 85px;
border-radius: 50%;
border: 2px solid;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
margin: 0 auto;
margin-top: 10px;
margin-bottom: 30px;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-hyphens: none;
-moz-hyphens: none;
-ms-hyphens: none;
hyphens: none;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_pricing_content_top {
padding-bottom: 42px;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_tm_price {
font-size: 16px;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_dollar_sign {
position: absolute;
margin-left: -.7em;
font-size: 42px;
line-height: 1em;
font-weight: 700;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_frequency {
display: block;
clear: both;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_sum {
font-size: 42px;
line-height: 1em;
font-weight: 700;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_pricing_content {
padding: 50px 55px 45px;
text-align: left;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_featured_table .tm_pb_pricing_content {
padding-bottom: 50px;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_pricing li {
line-height: 1.6em;
padding: 0 0 7px 40px !important;
margin-bottom: 0 !important;
position: relative;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_pricing li:last-child {
padding-bottom: 0;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_pricing li:before {
content: '\f111';
left: 4px;
position: absolute;
top: 7px;
font-size: 10px;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_pricing li.tm_pb_not_available {
color: #ccc;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_pricing li.tm_pb_not_available span:before {
border-color: #ccc;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_pricing li a {
font-weight: 700;
text-decoration: none;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_pricing li span {
position: relative;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_centered_pricing_items .tm_pb_pricing li {
padding-left: 0;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_pricing_table_button {
display: inline-block;
}
.tm_pb_builder #tm_builder_outer_content .cherry-projects-wrapper {
border: none;
margin: 0;
}
.tm_pb_builder #tm_builder_outer_content .cherry-projects-wrapper .projects-item .hover-content {
padding: 15px 46px 15px 60px;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-flex-direction: column-reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
overflow: visible !important;
border-radius: 5px;
}
.tm_pb_builder #tm_builder_outer_content .cherry-projects-wrapper .projects-item .hover-content h3 {
margin: 0;
-webkit-transform: none;
-ms-transform: none;
transform: none;
text-align: center;
}
@media (min-width: 768px) {
.tm_pb_builder #tm_builder_outer_content .cherry-projects-wrapper .projects-item .hover-content h3 {
padding-top: 50px;
}
}
.tm_pb_builder #tm_builder_outer_content .cherry-projects-wrapper .projects-item .hover-content .permalink.simple-icon {
width: 58px;
height: 58px;
text-align: center;
background: none;
display: table;
-webkit-transform: none !important;
-ms-transform: none !important;
transform: none !important;
transition-delay: 0s;
}
.tm_pb_builder #tm_builder_outer_content .cherry-projects-wrapper .projects-item .hover-content .permalink.simple-icon .dashicons.dashicons-admin-links {
margin: 0;
width: auto;
height: auto;
display: table-cell;
vertical-align: middle;
}
.tm_pb_builder #tm_builder_outer_content .cherry-projects-wrapper .projects-item .hover-content .permalink.simple-icon .dashicons.dashicons-admin-links:before {
content: '\f13d';
font-family: 'FontAwesome';
font-size: 76px;
line-height: 1em;
width: auto;
height: auto;
transition: all 0.3s ease-out;
}
.tm_pb_builder #tm_builder_outer_content .cherry-projects-wrapper .projects-item .hover-content .zoom-link.simple-icon {
width: 58px;
height: 58px;
text-align: center;
background: none;
display: table;
-webkit-transform: none !important;
-ms-transform: none !important;
transform: none !important;
transition-delay: none !important;
}
.tm_pb_builder #tm_builder_outer_content .cherry-projects-wrapper .projects-item .hover-content .zoom-link.simple-icon span {
margin: 0;
width: auto;
height: auto;
vertical-align: middle;
display: table-cell;
}
.tm_pb_builder #tm_builder_outer_content .cherry-projects-wrapper .projects-item .hover-content .zoom-link.simple-icon span:before {
content: '\e8b6';
font-family: 'Material Icons';
font-size: 32px;
line-height: 1em;
width: auto;
height: auto;
}
.tm_pb_builder #tm_builder_outer_content .cherry-projects-wrapper .list-layout .project-content h3 {
margin-top: 0;
}
.tm_pb_builder #tm_builder_outer_content .cherry-projects-wrapper .project-content h3 {
font-size: 22px;
line-height: 36px;
}
.tm_pb_builder #tm_builder_outer_content .cherry-projects-wrapper .projects-filters-list li, .tm_pb_builder #tm_builder_outer_content .cherry-projects-wrapper .order-filters li {
padding-left: 0;
}
.tm_pb_builder #tm_builder_outer_content .cherry-projects-wrapper .projects-filters-list li:before, .tm_pb_builder #tm_builder_outer_content .cherry-projects-wrapper .order-filters li:before {
display: none;
}
.tm_pb_builder #tm_builder_outer_content .projects-pagination {
padding: 0 25px;
margin: 74px 0 20px;
}
.tm_pb_builder #tm_builder_outer_content .projects-pagination .page-link li {
padding: 0;
margin: 0 10px 10px 0;
}
.tm_pb_builder #tm_builder_outer_content .projects-pagination .page-link li span {
line-height: 55px;
display: inline-block;
width: 55px;
height: 55px;
margin: 0;
padding: 0;
text-align: center;
font-size: 13px;
text-decoration: none;
transition: all 0.3s ease-out;
}
#stripeAmount_0 {
width: 400px;
}
.tm_pb_builder #tm_builder_outer_content .projects-pagination .page-link li:before {
display: none;
}
.tm_pb_builder #tm_builder_outer_content .projects-pagination .page-link li.active span, .tm_pb_builder #tm_builder_outer_content .projects-pagination .page-link li:hover span {
color: #fff;
background: #0d0d0d;
}
.tm_pb_builder #tm_builder_outer_content .page-navigation .next-page {
border: none;
display: inline-block;
padding: 0 30px;
text-transform: uppercase;
font-weight: 500;
line-height: 55px;
width: auto;
letter-spacing: .8px;
font-size: 13px;
transition: all 0.3s ease-out;
}
.tm_pb_builder #tm_builder_outer_content .projects-ajax-button {
margin-top: 71px;
}
.tm_pb_builder #tm_builder_outer_content .projects-ajax-button span {
padding: 19px 28px;
text-transform: uppercase;
font-weight: 500;
width: auto;
letter-spacing: .8px;
font-size: 13px;
border: 2px solid;
transition: all 0.3s ease-out;
}
.tm_pb_builder #tm_builder_outer_content .projects-ajax-button span:hover {
background: transparent;
}
.tm_pb_builder #tm_builder_outer_content .projects-container.masonry-layout .hover-content, .tm_pb_builder #tm_builder_outer_content .projects-container.cascading-grid-layout .hover-content, .tm_pb_builder #tm_builder_outer_content .projects-container.list-layout .hover-content {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
padding: 15px 46px;
}
.projects-container.grid-layout .projects-list .projects-item {
margin-bottom: 0 !important;
}
.cherry-projects-single .cherry-projects-single-post .cherry-projects-single__container .cherry-projects-single__content {
-webkit-flex: 0 1 100%;
-ms-flex: 0 1 100%;
flex: 0 1 100%;
padding-bottom: 100px;
padding-top: 40px;
}
.cherry-projects-single .cherry-projects-single-post .cherry-projects-single__container .cherry-projects-single__content h3 {
color: #fff;
}
.cherry-projects-single .cherry-projects-single-post .cherry-projects-additional-image-list {
padding-bottom: 50px;
}
@media (max-width: 767px) {
.cherry-projects-single .cherry-projects-single-post .cherry-projects-additional-image-list {
padding-bottom: 30px;
}
}
.cherry-projects-single .cherry-projects-single-post .cherry-projects-additional-image-list .additional-image-list .image-item {
margin-bottom: 0;
padding-left: 0;
}
@media (max-width: 767px) {
.cherry-projects-single .cherry-projects-single-post .cherry-projects-additional-image-list .additional-image-list .image-item {
-webkit-flex-basis: 50% !important;
-ms-flex-preferred-size: 50% !important;
flex-basis: 50% !important;
}
}
@media (max-width: 480px) {
.cherry-projects-single .cherry-projects-single-post .cherry-projects-additional-image-list .additional-image-list .image-item {
-webkit-flex-basis: 100% !important;
-ms-flex-preferred-size: 100% !important;
flex-basis: 100% !important;
}
}
.cherry-projects-single .cherry-projects-single-post .cherry-projects-additional-image-list .additional-image-list .image-item:before {
display: none;
}
.cherry-projects-single .cherry-projects-single-post .cherry-projects-additional-image-list .additional-image-list.masonry-layout {
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
}
@media (max-width: 767px) {
.cherry-projects-single .cherry-projects-single-post .cherry-projects-additional-image-list .additional-image-list.masonry-layout {
-webkit-column-count: 2 !important;
-moz-column-count: 2 !important;
column-count: 2 !important;
}
}
@media (max-width: 480px) {
.cherry-projects-single .cherry-projects-single-post .cherry-projects-additional-image-list .additional-image-list.masonry-layout {
-webkit-column-count: 1 !important;
-moz-column-count: 1 !important;
column-count: 1 !important;
}
}
.cherry-projects-single .cherry-projects-single-post .additional-image a, .cherry-projects-single .cherry-projects-single-post .wp-image {
line-height: 0;
}
.cherry-projects-single .cherry-projects-single-post .featured-image {
margin-bottom: 30px;
position: relative;
}
.cherry-projects-single .cherry-projects-single-post .featured-image .cover {
width: 100%;
height: 100%;
position: absolute;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
z-index: 1;
opacity: 0;
transition: all 0.3s ease-out;
}
.cherry-projects-single .cherry-projects-single-post .featured-image .cover:before {
content: '\e8ff';
font-family: 'Material Icons';
font-size: 32px;
line-height: 1em;
position: relative;
top: 35%;
width: 58px;
height: 58px;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
border-radius: 50%;
color: #fff;
border: 2px solid #fff;
transition: all 0.3s ease-out;
}
.cherry-projects-single .cherry-projects-single-post .featured-image:hover .cover {
opacity: 1;
}
.cherry-projects-single .cherry-projects-single-post .featured-image:hover .cover:before {
top: 0;
}
.projects-item-instance .featured-image img {
border-radius: 5px;
}
.infowindow {
font-size: 17px;
line-height: 34px;
}
@media (max-width: 767px) {
.cherry-projects-single-post .cherry-projects-single__container {
display: block;
}
}
.cherry-projects-single-post .cherry-projects-single__container .cherry-projects-single-skills-list .cherry-skill-item .skill-bar {
height: 30px;
overflow: hidden;
}
.cherry-projects-single-post .cherry-projects-single__container .cherry-projects-single-skills-list .cherry-skill-item .skill-bar span {
height: 100%;
position: relative;
z-index: 1;
}
.cherry-projects-single-post .cherry-projects-single__container .cherry-projects-single-skills-list .cherry-skill-item .skill-bar span:before {
content: '';
display: inline-block;
border: 15px solid transparent;
border-left: 15px solid;
border-top: 15px solid;
position: absolute;
top: 0;
right: -30px;
z-index: 0;
}
.cherry-projects-single-post .cherry-projects-single__container .cherry-projects-single-skills-list .cherry-skill-item .skill-bar em {
line-height: 30px;
font-size: 17px;
font-weight: 500;
color: #fff;
font-style: normal;
float: left;
margin-left: 10px;
}
.cherry-projects-single-post .cherry-projects-single__container .cherry-projects-single-skills-list .cherry-skill-item .skill-label {
margin-bottom: 20px;
}
.cherry-projects-single-post .cherry-projects-single__container .cherry-projects-single-skills-list .cherry-skill-item .skill-bar {
background: #0d0d0d;
}
.cherry-projects-single-post .cherry-projects-single__container .cherry-projects-single-details-list ul li, .cherry-projects-single-post .cherry-projects-single__container .cherry-projects-single-skills-list ul li {
padding-left: 0;
}
.cherry-projects-single-post .cherry-projects-single__container .cherry-projects-single-details-list ul li:before, .cherry-projects-single-post .cherry-projects-single__container .cherry-projects-single-skills-list ul li:before {
display: none;
}
.cherry-projects-single-post .cherry-projects-single__container .post-date, .cherry-projects-single-post .cherry-projects-single__container .post-author, .cherry-projects-single-post .cherry-projects-single__container .post-comments-count {
font-size: 13px;
}
.cherry-projects-single__container .cherry-projects-single-skills-list .cherry-skill-item {
padding-left: 0;
}
.projects-filters-list-wrapper,
.projects-order-filters-wrapper {
padding: 0 25px;
}
.projects-filters-list-wrapper ul li span,
.projects-order-filters-wrapper .order-filters li {
transition: all 0.2s ease-out;
}
.cherry-projects-single-meta {
font-size: 13px;
}
.single-projects .slider-pro .sp-full-screen-button {
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
width: 58px;
height: 58px;
border-radius: 50%;
text-align: center;
top: 60px;
right: 60px;
transition: all 0.2s ease-out;
}
.single-projects .slider-pro .sp-full-screen-button:before {
font-family: 'Material Icons';
font-weight: 400;
font-style: normal;
content: '\e3c2';
font-size: 32px;
color: #fff;
vertical-align: middle;
line-height: 58px;
width: 58px;
height: 58px;
}
.cherry-projects-ajax-loader {
display: none !important;
}
.cherry-projects-audio-list .wp-playlist {
border: none;
padding: 30px;
margin-bottom: 30px;
}
.cherry-projects-audio-list .wp-playlist .mejs-controls {
height: 30px;
}
.cherry-projects-audio-list .wp-playlist .mejs-controls .mejs-time-total {
margin: 0;
top: 0;
height: 100%;
}
.cherry-projects-audio-list .wp-playlist .wp-playlist-current-item .wp-playlist-item-title {
font-size: 22px;
font-weight: 500;
}
.cherry-projects-audio-list .wp-playlist .wp-playlist-playing {
background: none;
}
.cherry-projects-audio-list .wp-playlist .wp-playlist-playing .wp-playlist-caption {
color: #fff;
padding: 30px 0;
font-weight: 400;
}
.wp-playlist .wp-playlist-current-item img {
display: none;
}
.tm_pb_builder #tm_builder_outer_content .cherry-projects-terms-wrapper {
position: relative;
}
.tm_pb_builder #tm_builder_outer_content .projects-terms-container {
position: relative;
}
.tm_pb_builder #tm_builder_outer_content .projects-terms-container .project-terms-caption .term-permalink {
width: 58px;
height: 58px;
text-align: center;
background: none;
display: table;
background: none !important;
}
.tm_pb_builder #tm_builder_outer_content .projects-terms-container .project-terms-caption .term-permalink span {
margin: 0;
width: auto;
height: auto;
display: table-cell;
vertical-align: middle;
}
.tm_pb_builder #tm_builder_outer_content .projects-terms-container .project-terms-caption .term-permalink span:before {
content: '\f13d';
font-family: 'FontAwesome';
font-size: 32px;
line-height: 1em;
width: auto;
height: auto;
transition: all 0.3s ease-out;
}
@media (min-width: 1199px) {
.tm_pb_builder #tm_builder_outer_content .projects-terms-container .inner-wrapper:hover h3 {
top: 0;
}
}
@media (min-width: 1199px) {
.tm_pb_builder #tm_builder_outer_content .projects-terms-container .inner-wrapper:hover .term-permalink.simple-icon {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
}
}
.tm_pb_builder #tm_builder_outer_content .projects-terms-container .inner-wrapper:hover .featured-image {
position: relative;
}
.tm_pb_builder #tm_builder_outer_content .projects-terms-container .featured-image {
position: relative;
}
.tm_pb_builder #tm_builder_outer_content .projects-terms-container .featured-image .term-img {
position: relative;
display: block;
}
.tm_pb_builder #tm_builder_outer_content .projects-terms-container .featured-image .term-img:before {
content: '';
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
opacity: .5;
transition: all 0.2s ease-out;
}
.tm_pb_builder #tm_builder_outer_content .projects-terms-container .featured-image .term-img:hover .cover {
opacity: 1;
}
.tm_pb_builder #tm_builder_outer_content .projects-terms-container .featured-image .term-img:hover .cover:before {
top: 0;
}
.tm_pb_builder #tm_builder_outer_content .projects-terms-container .hover-content {
padding: 15px 46px 15px 60px;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
overflow: visible !important;
opacity: 1;
}
.tm_pb_builder #tm_builder_outer_content .projects-terms-container .hover-content h3 {
font-size: 22px;
line-height: 36px;
margin: 0;
width: 70%;
-webkit-transform: none;
-ms-transform: none;
transform: none;
opacity: 1;
-webkit-align-self: auto;
-ms-flex-item-align: auto;
align-self: auto;
position: relative;
transition: all 0.3s ease-out;
}
@media (min-width: 1199px) {
.tm_pb_builder #tm_builder_outer_content .projects-terms-container .hover-content h3 {
top: 35%;
}
}
@media (max-width: 1600px) {
.tm_pb_builder #tm_builder_outer_content .projects-terms-container .hover-content h3 {
font-size: 17px;
line-height: 26px;
}
}
.tm_pb_builder #tm_builder_outer_content .projects-terms-container .hover-content .term-permalink.simple-icon {
transition: all 0.3s ease-out;
transition-delay: .05s;
}
@media (min-width: 1199px) {
.tm_pb_builder #tm_builder_outer_content .projects-terms-container .hover-content .term-permalink.simple-icon {
-webkit-transform: translate(0, 120px);
-ms-transform: translate(0, 120px);
transform: translate(0, 120px);
}
}
.tm_pb_builder #tm_builder_outer_content .projects-terms-container.grid-layout {
margin: 0 -25px;
}
@media (max-width: 480px) {
.tm_pb_builder #tm_builder_outer_content .projects-terms-container.grid-layout {
margin: 0;
}
}
.tm_pb_builder #tm_builder_outer_content .projects-terms-container.grid-layout .projects-terms-list {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
}
.tm_pb_builder #tm_builder_outer_content .projects-terms-container.grid-layout .projects-terms-list .projects-terms-item {
-webkit-flex: 0 1 auto;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
}
@media (max-width: 1199px) {
.tm_pb_builder #tm_builder_outer_content .projects-terms-container.grid-layout .projects-terms-list .projects-terms-item {
-webkit-flex-basis: 50% !important;
-ms-flex-preferred-size: 50% !important;
flex-basis: 50% !important;
width: 50% !important;
}
}
@media (max-width: 480px) {
.tm_pb_builder #tm_builder_outer_content .projects-terms-container.grid-layout .projects-terms-list .projects-terms-item {
-webkit-flex-basis: 100% !important;
-ms-flex-preferred-size: 100% !important;
flex-basis: 100% !important;
width: 100% !important;
}
}
@media (max-width: 480px) {
.tm_pb_builder #tm_builder_outer_content .projects-terms-container.grid-layout .projects-terms-list .projects-terms-item .inner-wrapper {
margin: 0 !important;
}
}
@media (max-width: 980px) {
.tm_pb_builder #tm_builder_outer_content .projects-terms-container.masonry-layout .projects-terms-list {
-webkit-column-count: 2 !important;
-moz-column-count: 2 !important;
column-count: 2 !important;
}
}
@media (max-width: 480px) {
.tm_pb_builder #tm_builder_outer_content .projects-terms-container.masonry-layout .projects-terms-list {
-webkit-column-count: 1 !important;
-moz-column-count: 1 !important;
column-count: 1 !important;
}
}
.tm_pb_builder #tm_builder_outer_content .projects-terms-container.masonry-layout .projects-terms-list .projects-terms-item {
display: inline-block;
}
.tm_pb_builder #tm_builder_outer_content .projects-terms-container.list-layout .projects-terms-list .projects-terms-item {
margin-bottom: 30px;
}
.tm_pb_builder #tm_builder_outer_content .projects-terms-container.list-layout .inner-wrapper {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-flow: row nowrap;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
@media (max-width: 767px) {
.tm_pb_builder #tm_builder_outer_content .projects-terms-container.list-layout .inner-wrapper {
display: block;
}
}
.tm_pb_builder #tm_builder_outer_content .projects-terms-container.list-layout .project-terms-media {
-webkit-flex: 0 1 auto;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
min-width: 30%;
margin-right: 20px;
}
@media (max-width: 767px) {
.tm_pb_builder #tm_builder_outer_content .projects-terms-container.list-layout .project-terms-media {
margin-right: 0;
}
}
.tm_pb_builder #tm_builder_outer_content .projects-terms-container.list-layout .project-terms-content {
-webkit-flex: 0 1 auto;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
min-width: 70%;
}
.tm_pb_builder #tm_builder_outer_content .project-terms-media.custom {
margin-bottom: 28px;
}
.tm_pb_builder #tm_builder_outer_content .project-terms-media.custom a {
position: relative;
}
.tm_pb_builder #tm_builder_outer_content .project-terms-media.custom a:after {
content: '';
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
transition: all 0.3s ease-out;
}
.tm_pb_builder #tm_builder_outer_content .project-terms-media.custom a:hover:after {
opacity: 1;
border-radius: 5px;
}
.tm_pb_builder #tm_builder_outer_content .project-terms-media.custom .cover {
width: 100%;
height: 100%;
position: absolute;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
z-index: 1;
opacity: 0;
transition: all 0.3s ease-out;
}
.tm_pb_builder #tm_builder_outer_content .project-terms-media.custom .cover:before {
content: '\e8ff';
font-family: 'Material Icons';
font-size: 32px;
line-height: 1em;
position: relative;
top: 35%;
width: 58px;
height: 58px;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
border-radius: 50%;
color: #fff;
border: 2px solid #fff;
transition: all 0.3s ease-out;
}
.tm_pb_builder #tm_builder_outer_content .project-terms-content.custom .term-permalink {
display: inline-block;
width: auto;
height: auto;
margin: 0;
padding: 15px 27px;
border: 2px solid;
text-transform: uppercase;
font-weight: 500;
font-size: 13px;
letter-spacing: .8px;
border-radius: 0;
margin-top: 20px;
}
.tm_pb_builder #tm_builder_outer_content .project-terms-content.custom .term-permalink span {
margin: 0;
}
.tm_pb_builder #tm_builder_outer_content .project-terms-content.custom .term-permalink span:before {
display: none;
}
.tm_pb_builder #tm_builder_outer_content .projects-terms-list {
position: relative;
}
.tm_pb_builder #tm_builder_outer_content .projects-terms-list h3 {
font-size: 22px;
line-height: 36px;
margin: 0 0 20px;
width: 70%;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
.archive.tax-projects_category .cherry-animation-container.loading-animation-move-up .cherry-animation-list {
margin: 0;
}
.archive.tax-projects_category .cherry-animation-container.loading-animation-move-up .cherry-animation-list h3 {
font-size: 22px;
line-height: 36px;
margin: 0;
width: 70%;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
.archive.tax-projects_category .cherry-animation-container.loading-animation-move-up .cherry-animation-list .permalink {
width: 58px;
height: 58px;
text-align: center;
background: none;
border: 2px solid #fff;
display: table;
background: none;
-webkit-transform: none !important;
-ms-transform: none !important;
transform: none !important;
}
.archive.tax-projects_category .cherry-animation-container .cherry-animation-list .cherry-animation-item .inner-wrapper {
margin: 25px !important;
}
.archive.tax-projects_category .site-main .project-terms-caption {
padding-bottom: 60px;
}
.archive.tax-projects_category .site-main .project-terms-caption > p {
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
-webkit-column-gap: 50px;
-moz-column-gap: 50px;
column-gap: 50px;
}
@media (max-width: 768px) {
.archive.tax-projects_category .site-main .project-terms-caption > p {
-webkit-column-gap: 0;
-moz-column-gap: 0;
column-gap: 0;
-webkit-column-count: 1;
-moz-column-count: 1;
column-count: 1;
}
}
.tax-projects_category .cherry-projects-wrapper {
padding-bottom: 145px;
margin: 0 -25px;
}
@media (max-width: 767px) {
.tax-projects_category .cherry-projects-wrapper {
padding-bottom: 50px;
}
}
.cherry-projects-wrapper .projects-list {
padding-bottom: 0;
}
@media (max-width: 767px) {
.cherry-projects-wrapper .projects-list {
padding-bottom: 0;
}
}
.cherry-projects-wrapper .projects-list .permalink {
width: 58px;
height: 58px;
text-align: center;
background: none;
display: table;
background: none !important;
-webkit-transform: none !important;
-ms-transform: none !important;
transform: none !important;
}
.cherry-projects-wrapper .projects-list .permalink span {
margin: 0;
width: auto;
height: auto;
display: table-cell;
vertical-align: middle;
}
.cherry-projects-wrapper .projects-list .permalink span:before {
content: '\f13d';
font-family: 'FontAwesome';
font-size: 32px;
line-height: 1em;
width: auto;
height: auto;
transition: all 0.3s ease-out;
}
.content-layout-boxed.tm_pb_builder #tm_builder_outer_content .projects-terms-container.grid-layout {
margin: 0;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_slider {
position: relative;
overflow: hidden;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_slides:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
width: 0;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_slider .tm_pb_slide {
display: none;
float: left;
margin-right: -100%;
position: relative;
width: 100%;
box-shadow: none;
list-style: none !important;
max-height: 630px;
} .rss-title {
font-weight: 600;
color: #000;
}
@media (max-width: 543px) {
.tm_pb_builder #tm_builder_outer_content .tm_pb_slider .tm_pb_slide {
min-height: 600px;
}
}
@media (max-width: 767px) {
.tm_pb_builder #tm_builder_outer_content .tm_pb_slider .tm_pb_slide {
min-height: 500px;
}
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_slider .tm_pb_slide .tm_pb_slide_description {
padding: 16% 0 21%;    padding-left: 5%;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_slide_1 .tm_pb_slide_description {
text-align: left;
max-width: 830px;
margin: auto 0;
}
@media (max-width: 1024px) {
.tm_pb_builder #tm_builder_outer_content .tm_pb_slider .tm_pb_slide .tm_pb_slide_description {
padding: 23% 7% 15%;
}
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_slider .tm_pb_slide .tm_pb_slide_description .tm_pb_slide_content {
padding-bottom: 15px;
}
@media (max-width: 991px) {
.tm_pb_builder #tm_builder_outer_content .tm_pb_slider .tm_pb_slide .tm_pb_slide_description {
padding-left: 20px;
padding-right: 20px;
text-align: center;
}
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_slider.gallery-not-found .tm_pb_slide {
min-height: 0 !important;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_slider.gallery-not-found .tm_pb_slide .tm_pb_container {
min-height: 0 !important;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_slider .tm_pb_slide {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_slider .tm_pb_slide .tm_pb_slide_description .tm_pb_slide_title {
margin-bottom: -20px;
}
@media (max-width: 991px) {
.tm_pb_builder #tm_builder_outer_content .tm_pb_slider .tm_pb_slide .tm_pb_slide_description .tm_pb_slide_title {
margin-bottom: 0;
}
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_slider .tm_pb_slide:first-child {
display: list-item;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_slider .tm_pb_container {
width: 80%;
max-width: 1354px;
margin: 0 auto;
position: relative;
z-index: 2;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_slide {
padding: 0;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_slide .tm_pb_container {
margin: 0 auto;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_video_slider .tm_pb_slide {
padding: 0;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_slider_fullwidth_off .tm_pb_container {
width: 100% !important;
}
.tm_pb_builder #tm_builder_outer_content .tm-pb-arrow-prev,
.tm_pb_builder #tm_builder_outer_content .tm-pb-arrow-next {
width: 58px;
height: 58px;
text-align: center;
position: absolute;
top: 50%;
z-index: 100;
font-size: 48px;
margin-top: -29px;
border-radius: 50%;
transition: all 0.2s ease-in-out;
opacity: 0;
}
.tm_pb_builder #tm_builder_outer_content .tm-pb-arrow-prev:before,
.tm_pb_builder #tm_builder_outer_content .tm-pb-arrow-next:before {
display: block;
font-family: 'Material Icons';
font-weight: 400;
font-style: normal;
font-size: 32px;
vertical-align: middle;
line-height: 1.8em;
}
@media (max-width: 767px) {
.tm_pb_builder #tm_builder_outer_content .tm-pb-arrow-prev,
.tm_pb_builder #tm_builder_outer_content .tm-pb-arrow-next {
display: none;
}
}
.tm_pb_builder #tm_builder_outer_content .tm-pb-arrow-prev:before {
content: '\e408';
}
.tm_pb_builder #tm_builder_outer_content .tm-pb-arrow-next:before {
content: '\e409';
}
.tm_pb_builder #tm_builder_outer_content .tm-pb-arrow-prev:hover,
.tm_pb_builder #tm_builder_outer_content .tm-pb-arrow-next:hover {
text-decoration: none;
}
.tm_pb_builder #tm_builder_outer_content .tm-pb-arrow-prev span,
.tm_pb_builder #tm_builder_outer_content .tm-pb-arrow-next span {
display: none;
}
.tm_pb_builder #tm_builder_outer_content .tm-pb-arrow-prev {
left: -22px;
}
.tm_pb_builder #tm_builder_outer_content .tm-pb-arrow-next {
right: -22px;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_slider:hover .tm-pb-arrow-prev,
.tm_pb_builder #tm_builder_outer_content .tm_mobile_device .tm-pb-arrow-prev {
left: 30px !important;
opacity: 1;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_slider:hover .tm-pb-arrow-next,
.tm_pb_builder #tm_builder_outer_content .tm_mobile_device .tm-pb-arrow-next {
right: 30px !important;
opacity: 1;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_3 .tm_pb_slider:hover .tm-pb-arrow-prev,
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_4 .tm_pb_slider:hover .tm-pb-arrow-prev {
left: 0;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_3 .tm_pb_slider:hover .tm-pb-arrow-next {
right: 0;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_4 .tm_pb_slider:hover .tm-pb-arrow-prev {
right: 0;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_4 .tm_pb_slider .tm_pb_slide {
min-height: 170px;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_4 .tm_pb_slider:hover .tm-pb-arrow-next {
right: 0;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_slide_image {
position: absolute;
bottom: 0;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_slide:first-child .tm_pb_slide_image img {
opacity: 0;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_slide:first-child .tm_pb_slide_image img.active {
opacity: 1;
-webkit-animation-duration: 0.7s;
animation-duration: 0.7s;
-webkit-animation-delay: 0.6s;
animation-delay: 0.6s;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-name: fadeLeft;
animation-name: fadeLeft;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_media_alignment_center .tm_pb_slide_image {
bottom: auto;
top: 50%;
}
.tm_pb_builder #tm_builder_outer_content .tm-pb-active-slide .tm_pb_slide_image,
.tm_pb_builder #tm_builder_outer_content .tm-pb-active-slide .tm_pb_slide_video {
-webkit-animation-duration: 0.7s;
animation-duration: 0.7s;
-webkit-animation-delay: 0.6s;
animation-delay: 0.6s;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.tm_pb_builder #tm_builder_outer_content .tm-pb-active-slide .tm_pb_slide_image {
-webkit-animation-name: fadeLeft;
animation-name: fadeLeft;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_slide_image {
width: 47.25%;
margin-right: 5.5%;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_slide_image img {
vertical-align: bottom;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_slide_video {
width: 47.25%;
margin-right: 5.5%;
}
.tm_pb_builder #tm_builder_outer_content .tm-pb-active-slide .tm_pb_slide_description {
-webkit-animation-duration: 0.7s;
animation-duration: 0.7s;
-webkit-animation-delay: 0.9s;
animation-delay: 0.9s;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-name: fadeBottom;
animation-name: fadeBottom;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_bg_layout_dark .tm_pb_slide_description {
text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_slide_description {
padding: 10% 8%;
width: auto;
margin: auto;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_slide_description .tm_pb_slide_title {
font-weight: 400;
font-size: 48px;
margin-top: 0;
}
@media (min-width: 768px) {
.tm_pb_builder #tm_builder_outer_content .tm_pb_slide_description .tm_pb_slide_title {
font-size: 80px;margin-bottom: -12px;
}
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_slide_description .tm_pb_button {
border: 1px solid;
padding: 18px 36px;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_slider_fullwidth_off .tm_pb_slide_description {
width: auto;
margin: 0 auto;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_slide_with_image .tm_pb_slide_description {
width: 47.25%;
padding-left: 0;
padding-right: 0;
text-align: left;
float: right;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_slide_content {
font-size: 18px;
font-weight: 400;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_slide_content p:last-of-type {
padding-bottom: 0;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_2 .tm_pb_slider .tm_pb_container,
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_3_8 .tm_pb_slider .tm_pb_container,
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_3 .tm_pb_slider .tm_pb_container,
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_4 .tm_pb_slider .tm_pb_container {
min-height: initial !important;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_2 .tm_pb_slider_fullwidth_off .tm_pb_slide_description,
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_3_8 .tm_pb_slider_fullwidth_off .tm_pb_slide_description,
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_3 .tm_pb_slider_fullwidth_off .tm_pb_slide_description {
text-align: center;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_4 .tm_pb_slider_fullwidth_off .tm_pb_slide_content,
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_4 .tm_pb_slider_fullwidth_off .tm_pb_slide_image,
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_4 .tm_pb_slider_fullwidth_off .tm_pb_slide_video {
display: none;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_3 .tm_pb_slider_fullwidth_off .tm_pb_slide_image,
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_3 .tm_pb_slider_fullwidth_off .tm_pb_slide_with_image .tm_pb_slide_content {
display: none;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_2 .tm_pb_slider_fullwidth_off .tm_pb_slide_image,
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_3 .tm_pb_slider_fullwidth_off .tm_pb_slide_video,
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_2 .tm_pb_slider_fullwidth_off .tm_pb_slide_video {
display: none;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_3_8 .tm_pb_slider_fullwidth_off .tm_pb_slide_image,
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_3_8 .tm_pb_slider_fullwidth_off .tm_pb_slide_with_image .tm_pb_slide_content,
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_3_8 .tm_pb_slider_fullwidth_off .tm_pb_slide_video {
display: none;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_2 .tm_pb_slide_content,
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_3_4 .tm_pb_column_3_8 .tm_pb_slide_content,
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_3 .tm_pb_slide_content,
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_4 .tm_pb_slide_content {
font-size: 14px;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_column .tm_pb_slider_fullwidth_off .tm_pb_slide_content,
.tm_pb_builder #tm_builder_outer_content .tm_pb_column .tm_pb_slider_fullwidth_off .tm_pb_slide_image,
.tm_pb_builder #tm_builder_outer_content .tm_pb_column .tm_pb_slider_fullwidth_off .tm_pb_slide_video,
.tm_pb_builder #tm_builder_outer_content .tm_pb_column .tm_pb_slider_fullwidth_off .tm_pb_slide_with_image .tm_pb_slide_content {
display: block;font-weight: normal !important;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_2 .tm_pb_slide_description .tm_pb_slide_title,
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_3_4 .tm_pb_column_3_8 .tm_pb_slide_description .tm_pb_slide_title {
font-size: 26px;
font-weight: 400;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_section_1:before {
position: absolute;
width: 100%;
height: 100%;
content: '';
right: 0;  }
.tm_pb_builder #tm_builder_outer_content .tm_pb_section_2:before {
position: absolute;
width: 100%;
height: 100%;
content: '';
right: 0;
background: linear-gradient(141deg, #0fb8ad00 0%, #fbfbfb7a 51%, #fbfbfbf0 75%);
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_3 .tm_pb_slide_description .tm_pb_slide_title,
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_4 .tm_pb_slide_description .tm_pb_slide_title {
font-size: 22px;
font-weight: 400;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_slider_with_text_overlay h2.tm_pb_slide_title {
padding: 30px 30px 0;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_slider_with_text_overlay .tm_pb_slide_content {
padding: 0 30px 30px;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_slider_with_overlay .tm_pb_slide_overlay_container {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_slide_content .post-meta {
font-size: 13px !important;
font-weight: 400 !important;
padding-bottom: 0 !important;
padding-top: 5px !important;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_slide_content .post-meta a {
font-size: 13px !important;
font-weight: 400 !important;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_slide_image img {
margin: 0;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_slide_description .tm_pb_more_button {
margin: 0;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_slide_description h1 {
margin-bottom: 24px;
font-weight: 400px;
font-size: 35px;
line-height: 1.3;
}
#menu-item-5095, #menu-item-4987 {
position: absolute;
right: 0;
top: -18px;
}
#menu-item-5095 .sub-menu, #menu-item-4987 .sub-menu {
width: 200px;
}
@media (min-width: 768px) {
.tm_pb_builder #tm_builder_outer_content .tm_pb_slide_description h1 {
font-size: 70px;
}
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_slide_description h1 strong {
font-weight: 800;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_slide_description h2 {
padding-bottom: 0;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_slider .mejs-offscreen {
display: none;
}
.single-projects .cherry-projects-single-meta h3 {
padding-bottom: 9px;
}
.single-projects .cherry-projects-slider__instance .slider-pro .sp-thumbnails-container.sp-bottom-thumbnails {
background: none;
margin-top: 20px;
margin-bottom: 20px;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.single-projects .cherry-projects-slider__instance .slider-pro .sp-thumbnails-container .sp-thumbnail:after {
content: '';
width: 100%;
height: 3px;
background: transparent;
display: block;
position: absolute;
bottom: 0;
transition: all 0.3s ease-out;
}
.single-projects .cherry-projects-slider__instance .slider-pro .sp-thumbnails-container .sp-thumbnail img {
display: block;
}
.single-projects .cherry-projects-slider__instance .slider-pro .sp-thumbnails-container .sp-thumbnail:hover:after, .single-projects .cherry-projects-slider__instance .slider-pro .sp-thumbnails-container .sp-thumbnail.sp-selected-thumbnail:after {
background: red;
}
.single-projects .cherry-projects-single-post .cherry-projects-slider__instance .slider-pro {
margin-bottom: 60px;
}
.single-projects .cherry-projects-slider__instance .slider-pro .sp-fade-arrows {
opacity: 1;
}
.single-projects .cherry-projects-slider__instance .slider-pro .sp-arrow {
width: 58px;
height: 58px;
}
.single-projects .cherry-projects-slider__instance .slider-pro .sp-arrow:before {
display: none;
}
.single-projects .cherry-projects-slider__instance .slider-pro .sp-arrow:after {
right: 0;
top: 0;
-webkit-transform: skew(0);
-ms-transform: skew(0);
transform: skew(0);
text-align: center;
border-radius: 50%;
position: absolute;
top: 0;
left: 0;
font-family: 'Material Icons';
font-weight: normal;
font-style: normal;
display: inline-block;
line-height: 1;
text-transform: none;
letter-spacing: normal;
word-wrap: normal;
white-space: nowrap;
direction: ltr; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; -moz-osx-font-smoothing: grayscale; -webkit-font-feature-settings: 'liga';
font-feature-settings: 'liga';
width: 100%;
height: 100%;
line-height: 56px;
font-size: 32px;
transition: all 0.3s ease-out;
}
.single-projects .cherry-projects-slider__instance .slider-pro .sp-arrow.sp-previous-arrow {
left: 60px;
}
.single-projects .cherry-projects-slider__instance .slider-pro .sp-arrow.sp-previous-arrow:after {
content: 'chevron_left';
}
.single-projects .cherry-projects-slider__instance .slider-pro .sp-arrow.sp-next-arrow {
right: 60px;
}
.single-projects .cherry-projects-slider__instance .slider-pro .sp-arrow.sp-next-arrow:after {
content: 'chevron_right';
}
.tm_pb_builder #tm_builder_outer_content ul.tm_pb_social_media_follow .tm_pb_social_icon a.icon {
top: auto;
position: relative;
}
.tm_pb_builder #tm_builder_outer_content ul.tm_pb_social_media_follow {
list-style-type: none !important;
margin: 0 0 22px;
padding: 0;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_social_media_follow {
list-style: none;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_social_media_follow li {
float: left;
margin-bottom: 8px;
padding: 0;
list-style: none;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_social_media_follow li:before {
display: none;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_social_media_follow li a {
margin-right: 8px;
display: block;
float: left;
text-decoration: none;
text-align: center;
background: none;
color: red;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_social_media_follow li a.follow_button {
padding: 0 12px;
margin-top: 5px;
margin-right: 25px;
font-size: 14px;
line-height: 1.6em;
background: rgba(0, 0, 0, 0.1);
color: rgba(0, 0, 0, 0.5);
border-radius: 3px;
transition: all 0.3s;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_social_media_follow li a.follow_button:hover {
background: rgba(0, 0, 0, 0.2);
color: rgba(0, 0, 0, 0.6);
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_social_media_follow.tm_pb_bg_layout_dark li a.follow_button {
background: rgba(0, 0, 0, 0.6);
color: rgba(255, 255, 255, 0.8);
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_social_media_follow.tm_pb_bg_layout_dark li a.follow_button:hover {
background: rgba(0, 0, 0, 0.7);
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_social_media_follow li a.icon {
height: auto;
width: auto;
padding: 0;
border-radius: 0;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
background: none;
font-size: 15px;
margin-right: 27px;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_social_media_follow li a.icon.rounded_rectangle {
border-radius: 3px;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_social_media_follow li a.icon.circle {
border-radius: 100%;
}
.follow-block .social-list .menu-item {
margin: 0 0 0 2px;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_testimonial {
position: relative;
padding: 17px 31px;
}
@media (min-width: 992px) {
.tm_pb_builder #tm_builder_outer_content .tm_pb_testimonial {
max-width: 80%;
margin: 0 auto;
}
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_testimonial:before {
display: none;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_testimonial.tm_pb_testimonial_no_bg {
padding: 30px 0 0;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_testimonial p:last-of-type {
padding-bottom: 0;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_testimonial.tm_pb_text_align_center .tm_pb_testimonial_description {
text-indent: 0;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_testimonial.tm_pb_text_align_center .tm_pb_testimonial_description:before {
position: relative;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_testimonial_portrait {
border-radius: 50%;
position: relative;
display: block;
margin: 0 auto;
float: none;
width: 207px;
height: 207px;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
@media (min-width: 768px) {
.tm_pb_builder #tm_builder_outer_content .tm_pb_testimonial_portrait {
margin: 0 29px 26px 0;
float: left;
display: inline-block;
}
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_3 .tm_pb_testimonial_portrait,
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_4 .tm_pb_testimonial_portrait,
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_3_8 .tm_pb_testimonial_portrait {
float: none;
display: block;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_testimonial_meta {
margin-top: 10px;
font-weight: 700;
display: block;
position: relative;
text-indent: 0;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_testimonial_description {
display: inline-block;
position: relative;
padding: 41px 0 10px 0;
text-indent: 51px;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_testimonial_description:before {
position: absolute;
line-height: 1em;
top: 9%;
left: -3%;
text-indent: 0;
font-weight: 400;
content: attr(data-icon);
font-family: 'FontAwesome';
font-size: 60px;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_testimonial_author {
margin-top: 23px;
font-weight: 700;
display: block;
position: relative;
text-indent: 0;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_testimonial_author:before {
content: '-';
display: inline-block;
margin-right: 6px;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_testimonial_author a {
color: inherit;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_testimonial.tm_pb_testimonial_no_bg:before {
background: inherit;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_testimonial.tm_pb_icon_off .tm_pb_testimonial_description {
text-indent: 0;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_testimonial.tm_pb_icon_off .tm_pb_testimonial_description:before {
display: none;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_testimonial.tm_pb_icon_off:before {
display: none;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_testimonial_old_layout {
color: #666 !important;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_testimonial_old_layout .tm_pb_testimonial_description a {
color: #666 !important;
}
.swiper-slide .tm-testi__item-body {
padding: 41px 0 10px 0;
}
.tm_pb_cherry_testi, .tm-testi {
padding-bottom: 6px;
}
.tm_pb_cherry_testi .tm-testi__item-body, .tm-testi .tm-testi__item-body {
overflow: hidden;
}
.tm_pb_cherry_testi .tm-testi__item-body h5, .tm-testi .tm-testi__item-body h5 {
margin: 0 0 18px;
}
.tm_pb_cherry_testi .tm-testi__item-body cite, .tm-testi .tm-testi__item-body cite {
font-size: 1.0625rem;
font-weight: 600;
padding-top: 4px;
}
.tm_pb_cherry_testi blockquote, .tm-testi blockquote {
text-indent: 0;
max-width: 80%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
left: 50%;
}
.tm_pb_cherry_testi blockquote:before, .tm-testi blockquote:before {
display: none;
color: #fff;
}
.tm_pb_cherry_testi blockquote > img, .tm-testi blockquote > img {
margin: 0 auto;
width: 150px;
}
@media (max-width: 991px) {
.tm_pb_cherry_testi blockquote > img, .tm-testi blockquote > img {
padding-bottom: 20px;
}
}
@media (min-width: 992px) {
.tm_pb_cherry_testi blockquote > img, .tm-testi blockquote > img {
width: 200px;
margin: 16px 70px 16px 0;
}
}
.tm_pb_cherry_testi .tm-testi__list:not(.swiper-wrapper), .tm-testi .tm-testi__list:not(.swiper-wrapper) {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
margin: 0 -15px;
}
.tm_pb_cherry_testi .tm-testi__list:not(.swiper-wrapper) .tm-testi__item:not(.swiper-slide), .tm-testi .tm-testi__list:not(.swiper-wrapper) .tm-testi__item:not(.swiper-slide) {
margin: 0;
-webkit-flex: 0 0 50%;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
padding: 0 15px;
padding: 0 15px;
-webkit-flex: 0 1 auto;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
-webkit-flex-basis: 50%;
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
width: 50%;
}
@media (max-width: 1199px) {
.tm_pb_cherry_testi .tm-testi__list:not(.swiper-wrapper) .tm-testi__item:not(.swiper-slide), .tm-testi .tm-testi__list:not(.swiper-wrapper) .tm-testi__item:not(.swiper-slide) {
-webkit-flex-basis: 100%;
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
width: 100%;
max-width: 100%;
}
}
.tm_pb_cherry_testi .swiper-button-next, .tm_pb_cherry_testi .swiper-button-prev, .tm-testi .swiper-button-next, .tm-testi .swiper-button-prev {
display: inline-block;
}
.tm-testi {
padding-bottom: 60px;
}
.tm_pb_cherry_testi .tm-testi {
padding-bottom: 0;
}
.tm-testi--boxed blockquote {
border: none;
}
@media (min-width: 768px) {
.swiper-slide blockquote p {
padding-bottom: 23px;
}
.swiper-slide blockquote p:before {
position: absolute;
line-height: 1em;
top: 15%;
text-indent: 0;
font-weight: 400;
content: "\f10e";
font-family: 'FontAwesome';
font-size: 60px;
}
}
.swiper-slide img {
border-radius: 50%;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_toggle {
padding: 2px 0;
background: none;
border: none;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_toggle .tm_pb_toggle_title {
cursor: pointer;
position: relative;
padding: 0 0 0 20px;
font-size: 22px;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_toggle .tm_pb_toggle_title:before {
position: relative;
left: 0;
font-size: 16px;
color: #ccc;
top: auto;
margin-top: 0;
margin-right: 9px;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_toggle.tm_pb_toggle_close {
background: none;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_toggle.tm_pb_toggle_close .tm_pb_toggle_title {
padding-left: 0;
display: block;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_toggle.tm_pb_toggle_close .tm_pb_toggle_title:before {
font-family: 'Material Icons';
font-weight: 400;
font-style: normal;
content: '\e315';
font-size: 32px;
line-height: 1em;
vertical-align: middle;
float: left;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_toggle.tm_pb_toggle_close .tm_pb_toggle_content {
display: none;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_toggle.tm_pb_toggle_open {
background: none;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_toggle.tm_pb_toggle_open .tm_pb_toggle_title {
padding-left: 0;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_toggle.tm_pb_toggle_open .tm_pb_toggle_title:before {
font-family: 'Material Icons';
font-weight: 400;
font-style: normal;
content: '\e313';
font-size: 32px;
line-height: 1em;
vertical-align: middle;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_toggle .tm_pb_toggle_content {
padding-top: 5px;
padding-right: 30px;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_toggle .tm_pb_toggle_content p:last-of-type {
padding-bottom: 0;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_tabs {
padding-top: 17px;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_tabs_controls,
.tm_pb_builder #tm_builder_outer_content .tm_pb_tab {
word-wrap: break-word;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_tabs p {
line-height: 1.6 !important;
}
.tm_pb_builder #tm_builder_outer_content ul.tm_pb_tabs_controls {
margin: 0;
border-bottom: none;
background-color: transparent;
}
.tm_pb_builder #tm_builder_outer_content ul.tm_pb_tabs_controls li {
padding: 0;
margin: 0;
}
.tm_pb_builder #tm_builder_outer_content ul.tm_pb_tabs_controls li:before {
display: none;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_tabs_controls li {
display: inline-block;
padding: 5px 30px 3px;
font-weight: 700;
position: relative;
cursor: pointer;
max-width: 100%;
float: left;
}
#tm_builder_outer_content .tm_pb_video_box {    
height: 300px;
overflow: hidden;
}
@media (max-width: 767px) {
.tm_pb_builder #tm_builder_outer_content .tm_pb_tabs_controls li {
display: block;
width: 100%;
text-align: center;
}
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_tabs_controls li a {
text-decoration: none;
text-transform: uppercase;
font-size: 13px;
font-weight: 700;
padding: 10px 30px;
letter-spacing: .8px;
display: inline-block;
}
@media (max-width: 767px) {
.tm_pb_builder #tm_builder_outer_content .tm_pb_tabs_controls li a {
display: block;
font-size: 10px;
}
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_tabs_controls li.tm_pb_tab_active {
padding: 0;
bottom: 0;
border-bottom: none;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_tab p:last-of-type {
padding-bottom: 0;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_all_tabs {
//padding: 55px 0;
background: none;
//margin-top: 0;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_all_tabs > div {
display: none;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_all_tabs .tm_pb_active_content {
display: block;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_3 .tm_pb_tabs_controls,
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_4 .tm_pb_tabs_controls {
border-bottom: none;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_3 .tm_pb_tabs_controls li,
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_4 .tm_pb_tabs_controls li,
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_3_8 .tm_pb_tabs_controls li {
float: none;
border-right: none;
border-bottom: none;
}
.tm_pb_builder #tm_builder_outer_content h1 + .title-delimiter,
.tm_pb_builder #tm_builder_outer_content h2 + .title-delimiter,
.tm_pb_builder #tm_builder_outer_content h3 + .title-delimiter,
.tm_pb_builder #tm_builder_outer_content h4 + .title-delimiter,
.tm_pb_builder #tm_builder_outer_content h5 + .title-delimiter,
.tm_pb_builder #tm_builder_outer_content h6 + .title-delimiter {
display: block;
width: 100%;
height: 1px;
background: #000000;
opacity: 0.5;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_builder #tm_builder_outer_content__holder {
float: left;
padding: 0;
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
.tm_pb_builder #tm_builder_outer_content__inner {
position: relative;
overflow: hidden;
}
.tiles-columns .tm_pb_builder #tm_builder_outer_content__inner {
position: absolute;
width: 100%;
height: 100%;
}
.tm_pb_builder #tm_builder_outer_content__inner .term-img {
display: block;
width: 100%;
height: auto;
}
.tm_pb_builder #tm_builder_outer_content .tiles-item .term-img {
background-size: cover;
background-position: center;
}
.tm_pb_builder #tm_builder_outer_content__content {
position: absolute;
z-index: 0;
bottom: 0;
left: 0;
width: 100%;
padding: 20px;
}
.tm_pb_builder #tm_builder_outer_content__content .btn {
white-space: normal;
}
.tm_pb_builder #tm_builder_outer_content__title {
margin: 0;
}
.tm_pb_builder #tm_builder_outer_content .button--holder {
display: block;
margin: 15px 0;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_map {
height: 490px;
width: 100%;
position: relative;
}
.tm_pb_builder #tm_builder_outer_content body.chrome.parallax-map-support .tm_pb_map {
-webkit-transform: inherit !important;
-ms-transform: inherit !important;
transform: inherit !important;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_fullwidth_section .tm_pb_map_container {
margin: 0;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_map_container img {
max-width: inherit;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_map_pin {
display: none;
visibility: hidden;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_2_3 .tm_pb_map {
height: 400px;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_2 .tm_pb_map,
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_3_8 .tm_pb_map {
height: 280px;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_3 .tm_pb_map,
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_4 .tm_pb_map {
height: 230px;
}
.tm_pb_builder #tm_builder_outer_content .gm-style-iw h3 {
margin-top: 0;
margin-bottom: 18px;
padding: 0 20px;
}
.tm_pb_builder #tm_builder_outer_content .gm-style-iw .infowindow {
padding: 0 25px;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_carousel {
margin-top: 2%;
position: relative;
overflow: hidden;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_carousel:hover .tm-pb-arrow-prev {
left: 10px;
opacity: 1;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_carousel:hover .tm-pb-arrow-next {
right: 10px;
opacity: 1;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_slider_carousel {
margin-bottom: 0 !important;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_carousel_items {
width: 100%;
height: auto;
position: relative;
overflow: hidden;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_carousel_items .tm-carousel-group {
display: none;
float: left;
width: 100%;
position: relative;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_carousel_items .tm-carousel-group.active {
display: block;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_carousel_items .tm-carousel-group.active .tm_pb_carousel_item:last-child {
margin-right: 0;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_carousel_item {
display: none;
position: relative;
background: rgba(0, 0, 0, 0.25);
float: left;
margin: 0 2% 0 0;
padding: 0;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_carousel_items.columns-6 .tm_pb_carousel_item {
width: 15%;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_carousel_items.columns-5 .tm_pb_carousel_item {
width: 18.4%;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_carousel_items.columns-4 .tm_pb_carousel_item {
width: 23.5%;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_carousel_items.columns-3 .tm_pb_carousel_item {
width: 32%;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_carousel_items.columns-2 .tm_pb_carousel_item {
width: 49%;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_carousel_items.columns-1 .tm_pb_carousel_item {
width: 100%;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_carousel_item:after {
padding-top: 75%;
display: block;
content: "";
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_carousel_item .tm_pb_video_overlay {
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_carousel_item.tm-pb-active-control .tm_pb_video_overlay_hover {
background: rgba(0, 0, 0, 0.6);
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_carousel_item .tm_pb_video_play {
opacity: 0;
transition: all 0.5s ease-in-out;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_carousel_item .tm_pb_video_overlay:hover .tm_pb_video_play {
opacity: 1;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_carousel_item .tm_pb_video_overlay_hover:hover {
background: rgba(0, 0, 0, 0.6);
}
.tm_pb_builder #tm_builder_outer_content .tm_mobile_device .tm_pb_slider_carousel .tm-pb-arrow-prev,
.tm_pb_builder #tm_builder_outer_content .tm_mobile_device .tm_pb_slider_carousel .tm-pb-arrow-next {
opacity: 0 !important;
}
.tm_pb_builder #tm_builder_outer_content .tm_mobile_device .tm_pb_carousel .tm-pb-arrow-prev {
left: -10px;
opacity: 1;
}
.tm_pb_builder #tm_builder_outer_content .tm_mobile_device .tm_pb_carousel .tm-pb-arrow-next {
right: -10px;
opacity: 1;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_4 .tm_pb_slider_carousel .tm_pb_slide {
min-height: initial !important;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_4_4 .tm_pb_carousel_item .tm_pb_video_play,
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_3_4 .tm_pb_carousel_item .tm_pb_video_play,
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_2_3 .tm_pb_carousel_item .tm_pb_video_play,
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_2 .tm_pb_carousel_item .tm_pb_video_play {
font-size: 2.78rem;
line-height: 2.78rem;
margin-left: -1.39rem;
margin-top: -1.39rem;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_3_8 .tm_pb_carousel_item .tm_pb_video_play,
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_3 .tm_pb_carousel_item .tm_pb_video_play {
font-size: 2rem;
line-height: 2rem;
margin-left: -1rem;
margin-top: -1rem;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1_4 .tm_pb_carousel_item .tm_pb_video_play {
font-size: 1.5rem;
line-height: 1.5rem;
margin-left: -0.75rem;
margin-top: -0.75rem;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_video_slider .tm-pb-slider-arrows {
display: none !important;
}
#tm_builder_outer_content hr.tm_pb_divider:after {
width: 0px;
height: 3px;
content: '';
display: block;
position: absolute;
top: -1px;
left: 0;
}
#tm_builder_outer_content hr.tm_pb_divider:before {
opacity: .5;
}
.tm_pb_cherry_team .team-more-btn {
text-align: center;
}
.tm_pb_cherry_team .team-listing .team-item {
text-align: center;
}
.tm_pb_cherry_team .team-listing_name {
margin-bottom: 3px;
padding-top: 9px;
}
.tm_pb_cherry_team .team-listing_photo {
padding: 0;
}
@media (max-width: 767px) {
.sponsor-text {
min-height: unset;
}
.tm_pb_cherry_team .team-listing_photo img {
width: 100%;
}
}
.tm_pb_cherry_team .team-listing_position {
font-size: 1.0625rem;
}
.tm_pb_cherry_team .cherry-team-filter_item .cherry-team-filter_link {
line-height: 39px;
display: inline-block;
min-width: 55px;
text-align: center;
font-size: 16px;
text-decoration: none;
border-radius: 0;
}
.tm_pb_cherry_team .cherry-team-filter_item.active .cherry-team-filter_link,
.tm_pb_cherry_team .cherry-team-filter_item .cherry-team-filter_link {
border: none;
}
.tm_pb_cherry_team img {
border-radius: 4px;
}
@media (min-width: 767px) and (max-width: 1200px) {
.cherry-team .team-item {
-webkit-flex: 0 0 25%;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
}
.team-listing_socials {
padding: 0;
position: absolute;
bottom: 111px;
opacity: 0;
left: 0;
right: 0;
transition: all 0.4s ease-out;
}
@media (max-width: 991px) {
.team-listing_socials {
position: relative;
bottom: 15px;
opacity: 1;
}
}
.team-listing_socials .team-socials {
padding: 27px 0;
border-radius: 0 0 4px 4px;
}
.photo_caption {
position: relative;
overflow: hidden;
}
.photo_caption:hover .team-listing_socials {
bottom: 10px;
opacity: 1;
}
@media (max-width: 991px) {
.photo_caption:hover .team-listing_socials {
bottom: 15px;
opacity: 1;
}
}
.team-listing_socials .team-socials_item {
margin: 0 0 0 21px;
}
@media (max-width: 991px) {
.team-listing_socials .team-socials_item {
margin: 0 0 0 10px;
}
}
.team-listing_socials .team-socials_item:first-child {
margin: 0;
}
.team-listing_socials .team-socials_item .team-socials_link {
width: auto;
height: auto;
}
.team-listing_socials .team-socials_item .team-socials_link .team-socials_icon.fa {
font-size: .9rem;
border-radius: 50%;
text-align: center;
line-height: 24px;
height: 24px;
width: 24px;
transition: all 0.3s ease-out;
}
.team-single-item .team-meta_item.position:before {
display: none;
}
.team-wrap .team-single-item {
padding-bottom: 40px;
}
.team-wrap .team-single-item .team-macros .team-socials {
padding: 0;
background: none;
}
.team-wrap .team-single-item .team-macros .team-socials .team-socials_item {
margin-right: 20px;
}
.team-wrap .team-single-item .team-macros .team-socials .team-socials_link {
width: auto;
height: auto;
}
.team-wrap .team-single-item .team-macros .team-socials .team-socials_link .team-socials_icon {
font-size: 0.825rem;
}
.team-photo {
float: none;
margin: 0;
}
.cherry-team .team-listing {
padding-bottom: 15px;
} .title {
margin-bottom: 10px;
color: #1580ae;
font-size: 28px;
}
.tm_pb_section.tm_pb_inner_shadow.tm_pb_section_1.tm_section_regular.tm_section_transparent {
background-color: #f1f0f0 !important;
padding: 20px;
}
ul li {
font-weight: 500 !important;
}
.thumbnail {
background-color: #f2f8ff;
box-shadow: 0 0 3px rgba(0,0,0,0.4);margin-bottom: 40px;
}
.thumb-img img {
width: 100%;
}
.title-thumb {
background-color: #1580ae;
color: #fff !important;
font-weight: normal;
margin-top: -10px;
}
.title-thumb p {
margin-bottom: 0;
margin-top: 0;
padding: 0 16px;
}
.title-thumb p a{
color: #60aaf9;
}	
.thumb-item span {
color: #60aaf9;
}
.sponsor-text {
padding: 10px;
font-size: 14px;min-height: 140px;
}
.sponsor-text p {
margin-top: 0;
margin-bottom: 10px;
}
#tm_builder_outer_content .tm_pb_brands_showcase_module__brands .tm_pb_brands_showcase_module__item__title {
font-size: 15px !important;   
}
.content-page {
max-width: 1170px;
margin: auto;
font-size: 26px;
text-align: center;
}
.content-page p {
line-height: 1.5em !important;
}
.tm_pb_blurb.tm_pb_blurb_1.tm_pb_bg_layout_light {
margin-top: -22px;
}
#custom_html-4 {
margin: 0;
padding-top: 30px;
padding-bottom: 0;
}
.award-section-custom-blurb h4{
font-weight:500;
font-style: normal;
font-weight: 300;
font-size: 17px;
line-height: 1.8;
font-family: Poppins, sans-serif;
letter-spacing: 0px;
}
.historical-projects-box{border-radius:5px;}
.historical-projects-box:before{
position: absolute;
width: 100%;
height: 100%;
content: '';
right: 0;
background: linear-gradient(141deg, #0fb8ad00 0%, #fbfbfb7a 51%, #fbfbfbf0 75%);
}
.about-us-draft ul li {
padding-right:2px !important;
}
.about-us-draft .tm_pb_all_tabs{
border-top-color: #ffffff !important;
}
.about-us-drafth5{
color:#FFF;
}
.about-us-draft .tm_pb_all_tabs{
width:97%;
}
.aboutusdraft-awardsection .tm_pb_blurb_description{display:none;}
@media all and (max-width: 660px) {
p {
font-size: 95% !important;
word-spacing: 0.3em !important;
}   
.about-us-draft .tm_pb_all_tabs{
width:100%;
}
.about-us-drafth5{
color:#FFF;
font-size:12px;
}
.tm_pb_builder #tm_builder_outer_content .tm_pb_row_1 {
margin-left: 0px !important;
}
}