@charset "UTF-8";

    :root {
--primary-color: #21858c;
--brightness: 80%;
--lightbrightness: 110%;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr, acronym, address, big, cite, code, del, dfn,
em, font, ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, dl, dt, dd, ol, ul,
li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td {
border: 0;
font-family: inherit;
font-size: 100%;
font-style: inherit;
font-weight: inherit;
margin: 0;
outline: 0;
padding: 0;
vertical-align: baseline;
word-break: break-word;
}
html {
font-size: 62.5%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
* {   box-sizing: border-box;
}
*:before, *:after {   box-sizing: border-box;
}
body {
background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
display: block;
}
table {
border-collapse: separate;
border-spacing: 0;
}
caption,
th,
td {
font-weight: normal;
text-align: left;
}
blockquote,
q {
quotes: "" "";
}
blockquote:before, blockquote:after,
q:before,
q:after {
content: "";
}
a:focus, a:hover, a:active {
outline: 0;
}
a img {
border: 0;
padding: 10px;
}
a:focus {
outline: thin dotted;
}
embed, iframe, object {
max-width: 100%;
} body,
button,
input,
select,
textarea {
color: #333;
font-family: Montserrat, sans-serif;
font-size: 14px;
line-height: 1.5;
font-weight: 400;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
b,
strong {
font-weight: bold;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote,
.wp-block-quote,
.wp-block-quote.is-style-large {
margin: 0 15px;
font-size: 20px;
font-style: italic;
font-family: "Montserrat", sans-serif;
font-weight: 300;
}
address {
margin: 0 0 15px;
}
pre {
background: #eee;
font-family: "Montserrat", sans-serif;
font-size: 15px;
font-size: 1.5rem;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code,
kbd,
tt,
var {
font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
sup,
sub {
font-size: 75%;
height: 0;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
bottom: 1ex;
}
sub {
top: 0.5ex;
}
small {
font-size: 75%;
}
big {
font-size: 125%;
}
h1 {
font-size: 36px;
}
h2 {
font-size: 30px;
}
h3 {
font-size: 25px;
}
h4 {
font-size: 20px;
}
h5 {
font-size: 18px;
}
h6 {
font-size: 16px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: 700;
} hr, .wp-block-separator {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 15px;
}
ul,
ol {
margin: 0 0 15px 20px;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 15px;
}
dt {
font-weight: bold;
}
dd {
margin: 0 15px 15px;
}
img {
height: auto; max-width: 100%; vertical-align: middle;
}
figure {
margin: 0;
}
table {
margin: 0 0 15px;
width: 100%;
border-collapse: collapse;
}
th {
font-weight: bold;
}
td, th, .wp-block-table th, .wp-block-table td {
border: 1px solid #ccc;
padding: 5px 10px;
}
p {
margin: 0 0 30px;
} button,
input,
select,
textarea {
font-size: 100%; margin: 0; vertical-align: middle;
}
.navigation .nav-links a,
.bttn,
button {
background: #333;
color: #fff;
cursor: pointer; font-size: 14px;
line-height: 13px;
border: none;
padding: 10px 15px;
font-weight: 400;
display: inline-block;
position: relative;
text-shadow: none;
transition: background 0.5s ease;
border-radius: 0;
-webkit-appearance: none;
-webkit-border-radius: 0;
}
input[type="button"], input[type="reset"], input[type="submit"] {
background: #333;
color: #fff;
cursor: pointer; font-size: 14px;
line-height: 13px;
border: none;
padding: 10px 15px;
font-weight: 400;
display: inline-block;
position: relative;
text-shadow: none;
transition: background 0.5s ease;
border-radius: 0;
-webkit-appearance: none;
-webkit-border-radius: 0;
}
.navigation .nav-links a:hover,
.bttn:hover,
button {
color: #fff;
}
input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
color: #fff;
}
input[type="checkbox"], input[type="radio"] {
padding: 0;
}
button:-moz-focus-inner { border: 0;
padding: 0;
}
input:-moz-focus-inner { border: 0;
padding: 0;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"] {
color: #666;
border: 1px solid #ccc;
height: 36px;
width: 100%;
-webkit-appearance: none;
border-radius: 0;
-webkit-border-radius: 0;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus {
border: 1px solid #aaa;
}
textarea:focus {
border: 1px solid #aaa;
}
.searchform input[type="text"]:focus {
border: none;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"] {
padding: 3px 6px;
}
textarea {
overflow: auto; padding-left: 3px;
vertical-align: top; color: #666;
border: 1px solid #ccc;
height: 160px;
max-width: 100%;
width: 100%;
}
button[type="submit"] {
margin-bottom: 50px;
} a {
color: #000;
text-decoration: none;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
}
a:hover {
color: #000;
} .clearfix:after, .clearfix:before,
.row:after,
.row:before,
.entry-content:after,
.entry-content:before,
.comment-content:after,
.comment-content:before,
.site-header:after,
.site-header:before,
.site-content:after,
.site-content:before,
.site-footer:after,
.site-footer:before,
.tg-container:after,
.tg-container:before {
content: "";
display: table;
}
.clearfix:after,
.row:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.tg-container:after {
clear: both;
}
.clear {
clear: both;
}
.wp-caption,
.wp-caption-text,
.sticky,
.gallery-caption,
.bypostauthor { }
.alignright {
text-align: right;
}
.alignleft {
text-align: left;
}
.aligncenter {
text-align: center;
}
.alignleft {
float: left;
margin-right: 24px;
}
.alignright {
float: right;
margin-left: 24px;
}
.aligncenter {
clear: both;
display: block;
margin: 0 auto 28px;
}
.hidden {
display: none;
}
.full-width,
.full-width-center {
overflow: hidden;
}
.full-width #primary .entry-content > .alignfull,
.full-width-center #primary .entry-content > .alignfull {
margin-left: calc(50% - 50vw);
margin-right: calc(50% - 50vw);
max-width: unset;
}
.full-width #primary .entry-content > .alignfull.wp-block-cover, .full-width #primary .entry-content > .alignfull.wp-block-cover-image,
.full-width-center #primary .entry-content > .alignfull.wp-block-cover,
.full-width-center #primary .entry-content > .alignfull.wp-block-cover-image {
width: unset;
}
.full-width #primary .entry-content > .alignwide,
.full-width-center #primary .entry-content > .alignwide {
margin-left: -50px;
margin-right: -50px;
max-width: unset;
width: unset;
}
.full-width.boxed #primary .entry-content > .alignfull,
.full-width-center.boxed #primary .entry-content > .alignfull {
margin-left: -30px;
margin-right: -30px;
max-width: unset;
}
.full-width.boxed #primary .entry-content > .alignfull.wp-block-cover, .full-width.boxed #primary .entry-content > .alignfull.wp-block-cover-image,
.full-width-center.boxed #primary .entry-content > .alignfull.wp-block-cover,
.full-width-center.boxed #primary .entry-content > .alignfull.wp-block-cover-image {
width: unset;
}
.full-width.boxed #primary .entry-content > .alignwide,
.full-width-center.boxed #primary .entry-content > .alignwide {
margin: 0;
}
ul.wp-block-gallery {
margin: 0;
} .tg-column-wrapper {
clear: both;
margin-left: -3%;
}
.tg-column-wrapper .tg-column-1,
.tg-column-wrapper .tg-column-2,
.tg-column-wrapper .tg-column-3,
.tg-column-wrapper .tg-column-4,
.tg-column-wrapper .tg-column-5 {
float: left;
margin-left: 3%;
}
.tg-column-wrapper .tg-column-1 {
width: 100%;
}
.tg-column-wrapper .tg-column-2 {
width: 47%;
}
.tg-column-wrapper .tg-column-3 {
width: 30.33%;
}
.tg-column-wrapper .tg-column-4 {
width: 22%;
} .flash_inherit_color div {
color: inherit !important;
}
.flash_inherit_color div.section-description {
color: inherit !important;
}
.flash_inherit_color h1,
.flash_inherit_color h2 {
color: inherit !important;
}
.flash_inherit_color h3 {
color: inherit !important;
}
.flash_inherit_color h3.section-title {
color: inherit !important;
}
.flash_inherit_color h4,
.flash_inherit_color h5,
.flash_inherit_color h6,
.flash_inherit_color p,
.flash_inherit_color span,
.flash_inherit_color div.service-content-wrap,
.flash_inherit_color .entry-summary {
color: inherit !important;
} .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;
}
.wp-caption,
.gallery-caption {
color: #666;
font-size: 13px;
font-style: italic;
margin-bottom: 21px;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 11px 0;
} .tg-container {
max-width: 1200px;
margin: 0 auto;
}
.overlay {
background-color: rgba(0, 0, 0, 0.5);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important; }
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: #21759b;
display: block;
font-size: 0.875rem;
font-size: 14px;
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;
}
#primary {
float: left;
width: 65.5%;
}
#secondary {
float: right;
width: 32.22%;
}
.page-template-full-width #primary,
.page-template-pagebuilder #primary {
width: 100%;
}
#scroll-up {
background-color: #30afb8;
border-radius: 3px;
bottom: 20px;
color: #fff;
display: none;
padding: 10px 16px;
position: fixed;
opacity: 0.5;
z-index: 9999;
filter: alpha(opacity=50); right: 20px;
}
.post-navigation {
margin: 30px 0;
display: inline-block;
width: 100%;
}
.post-navigation .nav-previous {
float: left;
}
.post-navigation .nav-next {
float: right;
}
.nav-next a .entry-title {
float: left;
margin-right: 3px;
}
.site {
background-color: #fff;
} #preloader {
position: relative;
}
#preloader span {
display: block;
bottom: 0;
width: 9px;
height: 5px;
background: #21858c;
position: absolute;
-webkit-animation: preloader 1.5s infinite ease-in-out;
-moz-animation: preloader 1.5s infinite ease-in-out;
-ms-animation: preloader 1.5s infinite ease-in-out;
-o-animation: preloader 1.5s infinite ease-in-out;
animation: preloader 1.5s infinite ease-in-out;
}
#preloader span:nth-child(2) {
left: 11px;
-webkit-animation-delay: 0.2s;
-moz-animation-delay: 0.2s;
-ms-animation-delay: 0.2s;
-o-animation-delay: 0.2s;
animation-delay: 0.2s;
}
#preloader span:nth-child(3) {
left: 22px;
-webkit-animation-delay: 0.4s;
-moz-animation-delay: 0.4s;
-ms-animation-delay: 0.4s;
-o-animation-delay: 0.4s;
animation-delay: 0.4s;
}
#preloader span:nth-child(4) {
left: 33px;
-webkit-animation-delay: 0.6s;
-moz-animation-delay: 0.6s;
-ms-animation-delay: 0.6s;
-o-animation-delay: 0.6s;
animation-delay: 0.6s;
}
#preloader span:nth-child(5) {
left: 44px;
-webkit-animation-delay: 0.8s;
-moz-animation-delay: 0.8s;
-ms-animation-delay: 0.8s;
-o-animation-delay: 0.8s;
animation-delay: 0.8s;
}
@keyframes preloader {
0% {
height: 5px;
transform: translateY(0);
background: var(--primary-color);
filter: brightness(var(--brightness));
}
25% {
height: 30px;
transform: translateY(15px);
background: var(--primary-color);
filter: brightness(var(--lightbrightness));
}
50% {
height: 5px;
transform: translateY(0);
background: var(--primary-color);
filter: brightness(var(--brightness));
}
100% {
height: 5px;
transform: translateY(0);
background: var(--primary-color);
filter: brightness(var(--brightness));
}
}
#spinners {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
#preloader-background {
background-color: #fff;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 9999;
} .left-sidebar #primary {
float: right;
}
.left-sidebar #secondary {
float: left;
}
.full-width #primary {
float: none;
width: 100%;
}
.full-width-center #primary {
float: none;
margin: 0 auto;
width: 65.5%;
} .header-top {
background-color: #f1f5f8;
}
.header-top .contact-info {
line-height: 30px;
float: left;
margin: 0;
}
.header-top .tg-column-wrapper {
margin-left: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
justify-content: space-between;
align-items: center;
}
.header-top .left-content {
flex: 1;
}
.header-top .right-content {
flex: 1;
}
.header-top .right-content ul {
float: right;
}
.header-top .contact-info,
.header-top .social-menu {
list-style: none;
}
.header-top .contact-info li {
float: left;
font-size: 12px;
color: #384554;
margin-right: 30px;
padding: 5px 0;
}
.header-top .contact-info li:last-child {
margin-right: 0;
}
.header-top .social-menu {
line-height: 30px;
margin: 0;
}
.header-top .social-menu li {
float: left;
margin-left: 10px;
font-size: 12px;
padding: 5px 0;
}
.header-top .social-menu li:first-child {
margin-left: 0;
}
.contact-info span {
font-size: 16px;
padding-right: 10px;
color: #99a3b0;
} .social-menu {
list-style: none;
}
.social-menu li a {
background-color: #fff;
border-radius: 100%;
font-size: 12px;
font-family: fontawesome;
text-align: center;
display: block;
line-height: 30px;
height: 30px;
width: 30px;
color: #99a3b0;
}
.transparent .social-menu li a {
background-color: rgba(0, 0, 0, 0);
border: none;
color: #fff;
height: auto;
width: auto;
}
.social-menu li a[href*="facebook.com"]::before {
content: "\f09a";
}
.social-menu li a[href*="linkedin.com"]::before {
content: "\f0e1";
}
.social-menu li a[href*="twitter.com"]::before {
content: "\f099";
}
.social-menu li a[href*="plus.google.com"]::before {
content: "\f0d5";
}
.social-menu li a[href*="pinterest.com"]::before {
content: "\f231";
}
.social-menu li a[href*="instagram.com"]::before {
content: "\f16d";
}
.social-menu li a[href*="youtube.com"]::before {
content: "\f16a";
}
.social-menu li a[href*="twitter.com"]:hover, .social-menu li a[href*="plus.google.com"]:hover, .social-menu li a[href*="linkedin.com"]:hover, .social-menu li a[href*="facebook.com"]:hover, .social-menu li a[href*="pinterest.com"]:hover, .social-menu li a[href*="instagram.com"]:hover, .social-menu li a[href*="youtube.com"]:hover {
color: #333;
}
.transparent .social-menu li a[href*="twitter.com"]:hover, .transparent .social-menu li a[href*="facebook.com"]:hover, .transparent .social-menu li a[href*="plus.google.com"]:hover, .transparent .social-menu li a[href*="linkedin.com"]:hover, .transparent .social-menu li a[href*="youtube.com"]:hover {
color: #99a3b0;
}
.transparent .social-menu li a[href*="facebook.com"], .transparent .social-menu li a[href*="linkedin.com"], .transparent .social-menu li a[href*="twitter.com"], .transparent .social-menu li a[href*="plus.google.com"], .transparent .social-menu li a[href*="youtube.com"] {
color: #fff;
}
.transparent .is-sticky .social-menu li a[href*="facebook.com"], .transparent .is-sticky .social-menu li a[href*="linkedin.com"], .transparent .is-sticky .social-menu li a[href*="twitter.com"], .transparent .is-sticky .social-menu li a[href*="plus.google.com"], .transparent .is-sticky .social-menu li a[href*="youtube.com"] {
color: #333;
} .logo {
float: left;
padding: 0;
}
.logo .logo-image {
float: left;
padding: 20px 0;
}
.logo .logo-image a img {
padding: 0;
}
.logo .logo-text {
float: left;
margin-left: 12px;
padding: 11px 0;
}
.logo .logo-text p {
margin: 0;
}
.logo-text .site-title {
font-size: 22px;
font-weight: 500;
line-height: 24px;
}
.logo-text .site-title span {
font-weight: 700;
} #site-navigation {
float: right;
}
#site-navigation .menu-toggle {
display: none;
}
#site-navigation ul {
margin: 0;
list-style: none;
}
#site-navigation ul li {
float: left;
padding: 23px 30px 23px 0;
position: relative;
}
#site-navigation ul li a {
font-size: 14px;
}
#site-navigation ul li:hover > a,
#site-navigation ul li.current-menu-item > a,
#site-navigation ul li.current_page_item > a,
#site-navigation ul li.current_page_ancestor > a,
#site-navigation ul li.current-menu-ancestor > a {
color: #30afb8;
}
#site-navigation ul li:last-child {
padding-right: 0;
}
#site-navigation ul.sub-menu {
background-color: #fff;
min-width: 200px;
padding: 0;
position: absolute;
box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
right: 50%;
top: 90%;
-webkit-transform: translateX(50%);
-moz-transform: translateX(50%);
-ms-transform: translateX(50%);
-o-transform: translateX(50%);
transform: translateX(50%);
opacity: 0;
visibility: hidden;
z-index: 9;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.menu ul li ul.children {
background-color: #fff;
min-width: 200px;
padding: 0;
position: absolute;
box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
right: 50%;
top: 90%;
-webkit-transform: translateX(50%);
-moz-transform: translateX(50%);
-ms-transform: translateX(50%);
-o-transform: translateX(50%);
transform: translateX(50%);
opacity: 0;
visibility: hidden;
z-index: 9;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
transition: all 0.5s ease;
}
#site-navigation ul li ul li {
padding: 10px;
text-align: left;
width: 100%;
}
#site-navigation ul.sub-menu li:hover {
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
transition: all 0.5s ease;
}
#site-navigation ul.sub-menu li:hover > a {
color: #30afb8;
}
#site-navigation li:hover ul.sub-menu,
#site-navigation ul li.focus > ul.sub-menu {
opacity: 1;
visibility: visible;
top: 100%;
}
.menu ul li:hover > ul.children {
opacity: 1;
visibility: visible;
top: 100%;
}
#site-navigation ul li a {
color: #4c5867;
}
#site-navigation .sub-menu li.menu-item-has-children ul {
left: 50%;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.menu ul li ul li ul.children {
left: 50%;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
transition: all 0.5s ease;
}
#site-navigation .sub-menu li.menu-item-has-children ul li a {
color: #4c5867;
}
#site-navigation .sub-menu li.menu-item-has-children ul li:hover > a {
color: #30afb8;
}
#site-navigation ul li ul.sub-menu li.menu-item-has-children:hover > ul,
#site-navigation ul li ul.sub-menu li.menu-item-has-children.focus > ul {
top: 0;
opacity: 1;
visibility: visible;
}
.menu ul li ul li:hover > ul.children {
top: 0;
opacity: 1;
visibility: visible;
}
.sub-toggle {
color: #333;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
transition: all 0.5s ease;
}
#site-navigation ul li.menu-item-has-children:hover > .sub-toggle {
color: #30afb8;
}
#site-navigation ul li ul.sub-menu li.menu-item-has-children .sub-toggle {
position: absolute;
top: 50%;
right: 10px;
-webkit-transform: translateY(-50%) rotate(-90deg);
-moz-transform: translateY(-50%) rotate(-90deg);
-ms-transform: translateY(-50%) rotate(-90deg);
-o-transform: translateY(-50%) rotate(-90deg);
transform: translateY(-50%) rotate(-90deg);
}
.transparent.header-sticky
#masthead-sticky-wrapper.is-sticky
#site-navigation
ul
li.current-flash-item
a,
#site-navigation ul li.current-flash-item a {
color: #30afb8;
}
.header-bottom {
background: #fff;
}
#site-navigation ul li.menu-item-has-children .sub-toggle .fa {
-webkit-transition: transform 0.5s ease;
-moz-transition: transform 0.5s ease;
-ms-transition: transform 0.5s ease;
-o-transition: transform 0.5s ease;
transition: transform 0.5s ease;
}
.animate-icon {
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
} .header-bottom .tg-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.header-bottom .site-navigation-wrapper {
-webkit-box-flex: 6;
-ms-flex: 6;
flex: 6;
}
.header-bottom .header-action-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.header-bottom .search-wrap {
float: right;
padding: 20px 0 20px 40px;
position: relative;
}
.transparent.header-sticky .search-icon:hover,
.transparent .search-icon:hover {
border-color: #30afb8;
color: #30afb8;
}
.header-bottom .search-icon {
cursor: pointer;
color: #99a3b0;
font-size: 14px;
height: 30px;
width: 30px;
line-height: 30px;
text-align: center;
border: 1px solid #9ca6b2;
border-radius: 100%;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.header-bottom .search-icon:hover {
border-color: #30afb8;
color: #30afb8;
}
.header-bottom .search-box {
opacity: 0;
visibility: hidden;
position: absolute;
width: 300px;
top: 100%;
right: -10px;
background-color: #fff;
box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
padding: 20px;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.header-bottom .search-box.active {
opacity: 1;
visibility: visible;
right: 0;
z-index: 9;
}
.header-bottom .search-box .search-field {
width: 80%;
border-right: none;
border-top: none;
border-left: none;
border-bottom: 1px solid #a1a1a1;
}
.header-bottom .search-box button[type="submit"] {
margin-bottom: 0;
}
.header-bottom .searchform .btn {
background-color: #30afb8;
}
.header-bottom .searchform .btn:hover {
background-color: #2299a1;
}
.search-submit .fa {
color: #fff;
}
.header-bottom .cart-wrap {
float: right;
padding: 20px 0 20px 30px;
position: relative;
}
.header-bottom .flash-cart-views {
font-size: 14px;
height: 30px;
width: 30px;
line-height: 30px;
text-align: center;
border: 1px solid #9ca6b2;
border-radius: 100%;
}
.header-bottom .flash-cart-views a {
color: #99a3b0;
position: relative;
}
.header-bottom .flash-cart-views a span {
background-color: #30afb8;
border-radius: 100%;
font-size: 12px;
left: 17px;
height: 20px;
width: 20px;
line-height: 20px;
text-align: center;
position: absolute;
top: -10px;
color: #fff;
}
.header-bottom .widget_shopping_cart {
opacity: 0;
visibility: hidden;
position: absolute;
top: 100%;
right: -10px;
min-width: 250px;
box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
background-color: #fff;
padding: 15px;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
transition: all 0.5s ease;
z-index: 99;
}
.header-bottom .widget_shopping_cart ul {
margin: 0;
}
.header-bottom .widget_shopping_cart ul li {
text-align: center;
}
.header-bottom .cart-wrap:hover .widget_shopping_cart {
opacity: 1;
visibility: visible;
right: 0;
}
.boxed {
width: 1200px;
margin: 0 auto;
}
.boxed .site {
background: #fff none repeat scroll 0 0;
box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.3);
margin: 30px 0;
position: relative;
}
.boxed .tg-container {
width: 100%;
padding: 0 30px;
}
@media (max-width: 980px) {
.boxed .tg-container {
width: 98%;
}
}
.transparent #masthead {
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 999;
}
.transparent .header-top {
background-color: transparent;
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
color: #fff;
}
.transparent .contact-info span,
.transparent .contact-info li {
color: #fff;
}
.transparent .header-bottom {
border: none;
background-color: transparent;
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.transparent .logo-text {
color: #fff;
}
.transparent .logo-text a {
color: #fff;
}
.transparent.header-sticky #site-navigation ul li:hover > a {
color: #30afb8;
}
.transparent #site-navigation .menu-toggle .fa {
color: #fff;
}
.transparent #site-navigation ul li .sub-toggle {
color: #fff;
}
.transparent #site-navigation ul.sub-menu li {
padding: 0;
}
.transparent #site-navigation ul li a {
color: #fff;
display: inline-block;
}
.transparent #site-navigation ul li:hover .sub-toggle {
color: #30afb8;
}
.transparent #site-navigation ul li:hover a {
color: #30afb8;
position: relative;
visibility: none;
}
.transparent #site-navigation ul.sub-menu li a {
color: #4c5867;
padding: 10px 30px;
}
.transparent #site-navigation ul.sub-menu li a:before {
display: none;
}
.transparent #site-navigation ul.sub-menu li:hover a {
color: #30afb8;
}
.transparent #site-navigation ul.sub-menu li.menu-item-has-children ul li:hover a {
color: #30afb8;
}
.transparent #site-navigation ul.sub-menu li.menu-item-has-children ul li a {
color: #4c5867;
}
.transparent .cart-wrap .flash-cart-views {
border-color: #fff;
}
.transparent .cart-wrap .flash-cart-views a {
color: #fff;
}
.transparent .search-wrap .search-icon {
color: #fff;
border-color: #fff;
}
.right-logo-left-menu .header-bottom .tg-container {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.right-logo-left-menu .header-bottom #site-navigation {
float: left;
}
.right-logo-left-menu .header-bottom .header-action-container {
margin-right: auto;
}
.right-logo-left-menu .header-bottom .header-action-container .cart-wrap,
.right-logo-left-menu .header-bottom .header-action-container .search-wrap {
padding-left: 0;
padding-right: 30px;
}
.right-logo-left-menu .header-bottom .search-box {
left: -10px;
}
.right-logo-left-menu .header-bottom .search-box.active {
right: auto;
left: 0;
}
.right-logo-left-menu .header-bottom .widget_shopping_cart {
left: 0;
}
.center-logo-below-menu .header-bottom .tg-container {
display: block;
text-align: center;
}
.center-logo-below-menu .logo {
float: none;
}
.center-logo-below-menu .logo .logo-text {
float: none;
}
.center-logo-below-menu .logo .logo-image {
float: none;
padding: 20px 0 0;
display: inline-block;
}
.center-logo-below-menu #site-navigation {
float: left;
}
.center-logo-below-menu .header-bottom .header-action-container {
display: none;
}
.center-logo-below-menu .header-bottom .site-navigation-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.center-logo-below-menu .header-bottom .site-navigation-wrapper .header-action-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-left: auto;
}
.header-sticky .is-sticky #masthead {
z-index: 99 !important;
}
.header-sticky .is-sticky .header-bottom {
background: #fff;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.transparent.header-sticky #masthead-sticky-wrapper {
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 99;
}
.transparent.header-sticky #masthead {
left: auto;
}
.transparent.header-sticky .header-top {
display: none;
}
.transparent.header-sticky .header-bottom {
background-color: transparent;
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.transparent.header-sticky #site-navigation .menu-toggle .fa,
.transparent.header-sticky #site-navigation ul li a {
color: #fff;
}
.transparent.header-sticky .flash-cart-views a {
color: #fff;
}
.transparent.header-sticky #site-navigation ul.sub-menu li a {
color: #333;
}
.transparent.header-sticky #site-navigation ul.sub-menu li a:hover {
color: #30afb8;
}
.transparent.header-sticky .flash-cart-views {
border-color: #fff;
}
.transparent.header-sticky .search-icon {
color: #fff;
border-color: #fff;
}
.transparent.header-sticky .is-sticky #masthead {
z-index: 99 !important;
}
.transparent.header-sticky .is-sticky .header-top {
background: #f1f5f8;
border: none;
color: #333;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.transparent.header-sticky .is-sticky .header-top .contact-info li {
color: #333;
}
.transparent.header-sticky .is-sticky .header-top .contact-info li span {
color: #333;
}
.transparent.header-sticky .is-sticky .logo-text {
color: #333;
}
.transparent.header-sticky .is-sticky .logo-text a {
color: #333;
}
.transparent.header-sticky .is-sticky #site-navigation ul li a,
.transparent.header-sticky .is-sticky #site-navigation ul.sub-menu li a {
color: #333;
}
.transparent.header-sticky .is-sticky .flash-cart-views a {
color: #333;
}
.transparent.header-sticky .is-sticky #site-navigation .menu-toggle .fa {
color: #333;
}
.transparent.header-sticky .is-sticky #site-navigation ul li .sub-toggle {
color: #333;
}
.transparent.header-sticky .is-sticky #site-navigation ul li:hover > .sub-toggle {
color: #30afb8;
}
.transparent.header-sticky .is-sticky .header-bottom {
background: #fff;
border: none;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.transparent.header-sticky .is-sticky .flash-cart-views {
border-color: #333;
}
.transparent.header-sticky .is-sticky .search-icon {
color: #333;
border-color: #333;
}
.transparent.header-sticky .custom-logo,
.transparent.header-sticky .is-sticky .transparent-logo {
display: none;
}
.transparent-logo {
display: none;
}
.transparent .custom-logo {
display: none;
}
.transparent.header-sticky .is-sticky .custom-logo,
.transparent.header-sticky .transparent-logo {
display: block;
}
.transparent .transparent-logo {
display: block;
}
#wp-custom-header-video {
display: block;
min-height: 300px;
min-height: 75vh;
width: 100%;
}
.wp-custom-header {
position: relative;
text-align: center;
}
.wp-custom-header-video-button {
position: absolute;
bottom: 0;
left: 0;
} .tg-slider-widget .swiper-button-next {
background-image: unset;
right: 0;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
transition: all 0.5s ease;
width: 50px;
height: 50px;
visibility: hidden;
opacity: 0;
}
.tg-slider-widget .swiper-button-next:before {
content: "\" ;
font-family: fontawesome;
font-size: 30px;
color: #313b48;
background: #fff;
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
display: block;
}
.tg-slider-widget .swiper-button-prev {
background-image: unset;
left: 0;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
transition: all 0.5s ease;
width: 50px;
height: 50px;
visibility: hidden;
opacity: 0;
}
.tg-slider-widget .swiper-button-prev:before {
content: "\" ;
font-family: fontawesome;
font-size: 30px;
color: #313b48;
background: #fff;
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
display: block;
}
.tg-slider-widget:hover .swiper-button-next {
right: 30px;
visibility: visible;
opacity: 1;
}
.tg-slider-widget:hover .swiper-button-prev {
left: 30px;
visibility: visible;
opacity: 1;
}
.tg-slider-widget:hover .swiper-button-next.swiper-button-disabled,
.tg-slider-widget:hover .swiper-button-prev.swiper-button-disabled {
opacity: 0.36;
}
.tg-slider-widget .swiper-wrapper {
position: relative;
}
.tg-slider-widget .swiper-slide {
width: 100% !important;
}
.tg-slider-widget .slider-content {
text-align: center;
position: absolute;
top: 50%;
left: 50%;
width: 100%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.tg-slider-widget .caption-title {
color: #313b48;
font-size: 48px;
font-weight: 800;
line-height: 1.5;
text-transform: uppercase;
}
.tg-slider-widget.slider-light .caption-title {
text-shadow: 1px 1px #fff;
}
.tg-slider-widget .caption-desc {
font-size: 24px;
line-height: 35px;
margin: 10px 0 30px;
text-transform: capitalize;
}
.tg-slider-widget.slider-light .caption-desc {
text-shadow: 1px 1px #fff;
}
.tg-slider-widget .btn-wrapper {
display: inline-block;
}
.tg-slider-widget .btn-wrapper a {
border: 3px solid #313b48;
display: inline-block;
font-size: 20px;
padding: 7px 26px;
}
.tg-slider-widget.slider-light .btn-wrapper a {
text-shadow: 1px 1px #fff;
}
.tg-slider-widget .btn-wrapper a:hover {
background: #313b48;
color: #fff;
border-color: #313b48;
}
.tg-slider-widget.slider-light .btn-wrapper a:hover {
text-shadow: none;
}
.tg-slider-widget.slider-content-left .slider-content {
text-align: left;
left: 0;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.tg-slider-widget.slider-content-left .caption-title {
width: 60%;
}
.tg-slider-widget.slider-content-left .caption-desc {
font-size: 18px;
line-height: 30px;
width: 50%;
}
.tg-slider-widget.slider-control-bottom-right .slider-arrow {
bottom: 28px;
right: 100px;
position: absolute;
width: 105px;
}
.tg-slider-widget.slider-control-bottom-right .swiper-button-next,
.tg-slider-widget.slider-control-bottom-right .swiper-button-prev {
opacity: 1;
visibility: visible;
}
.tg-slider-widget.slider-control-bottom-right .swiper-button-next {
right: 0;
display: inline-block;
}
.tg-slider-widget.slider-control-bottom-right .swiper-button-prev {
left: 0;
display: inline-block;
float: left;
}
.tg-slider-widget.slider-light .slider-image .overlay {
background-color: transparent;
}
.tg-slider-widget.slider-dark .slider-image .overlay {
background-color: rgba(0, 0, 0, 0.5);
}
.tg-slider-widget.slider-dark .caption-title,
.tg-slider-widget.slider-dark .caption-desc {
color: #fff;
}
.tg-slider-widget.slider-dark .btn-wrapper a {
border-color: #fff;
color: #fff;
}
.tg-slider-widget.slider-dark .btn-wrapper a:hover {
border-color: #30afb8;
background: #30afb8;
}
.full-screen.tg-slider-widget .slider-image img {
height: 100%;
max-width: none;
visibility: hidden;
opacity: 0;
}
.slider-image {
text-align: center;
background-position: center center;
background-repeat: no-repeat;
} .section-title-wrapper {
margin-bottom: 30px !important;
}
.section-title {
color: #313b48;
font-weight: 700;
text-align: center;
text-transform: uppercase;
position: relative;
margin-bottom: 20px;
}
.section-title:before {
background: #e1e1e1 none repeat scroll 0 0;
bottom: -5px;
content: "";
height: 1px;
left: 50%;
margin-left: -50px;
position: absolute;
width: 100px;
}
.section-title:after {
content: "";
left: 50%;
position: absolute;
background: #30afb8 none repeat scroll 0 0;
bottom: -6px;
height: 3px;
margin-left: -15px;
width: 30px;
}
.section-description {
text-align: center;
color: #777;
} .about-section .tg-column-wrapper {
margin: 0;
}
.about-section .about-content-wrapper {
float: left;
vertical-align: middle;
padding-left: 3%;
}
.about-section .btn-wrapper {
margin-top: 30px;
}
.about-section .btn-wrapper a {
background-color: #30afb8;
border-radius: 0;
color: #fff;
padding: 7px 35px;
}
.about-section .btn-wrapper a:hover {
background-color: #2299a1;
}
.about-section .section-description {
margin-top: 12px;
text-align: left;
}
.about-content-wrapper .section-title {
text-align: left;
}
.about-section .about-section-image {
float: right;
margin-right: -5px;
text-align: center;
vertical-align: middle;
padding-left: 3%;
}
.about-section .section-title:before, .about-section .section-title:after {
display: none;
} .tg-service-widget .service-icon-wrap {
background: #30afb8;
color: #fff;
float: left;
font-size: 26px;
height: 60px;
line-height: 60px;
margin-right: 20px;
text-align: center;
width: 60px;
position: relative;
}
.tg-service-widget .service-icon-wrap:after {
position: absolute;
left: 50%;
bottom: -9px;
border-right: 10px solid transparent;
border-left: 10px solid transparent;
border-top: 10px solid #30afb8;
content: "";
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
}
.tg-service-widget .service-title-wrap {
color: #313b48;
font-size: 18px;
font-weight: 700;
line-height: 1.5;
margin-top: 15px;
}
.tg-service-widget .service-title-wrap a:hover {
color: #30afb8;
}
.tg-service-widget .service-content-wrap {
margin: 10px 0;
color: #777;
} .tg-service-layout-2 {
margin: 20px 0;
}
.tg-service-widget.tg-service-layout-2 .service-content-wrap {
margin: 0 0 10px;
}
.tg-service-widget .service-more {
font-weight: 600;
font-size: 13px;
color: #30afb8;
display: inline-block;
position: relative;
}
.tg-service-widget .service-more:hover {
color: #1c9ba4;
}
.tg-service-widget .service-more:after {
content: "\" ;
font-family: FontAwesome;
font-weight: 400;
position: absolute;
right: -22px;
top: 0;
}
.tg-service-widget.tg-service-layout-2 {
text-align: center;
}
.tg-service-widget.tg-service-layout-2 .service-icon-wrap {
background: transparent none repeat scroll 0 0;
border-radius: 50%;
color: #000;
display: block;
float: none;
font-size: 22px;
height: 72px;
line-height: 72px;
margin: 0 auto;
position: relative;
text-align: center;
width: 72px;
transition: all 0.5s ease;
}
.tg-service-widget.tg-service-layout-2 .service-icon-wrap:after {
display: none;
}
.tg-service-widget.tg-service-layout-2 .service-icon-wrap:before {
border: 2px solid #000;
border-radius: 100%;
content: "";
height: 82px;
left: 50%;
margin-left: -41px;
margin-top: -41px;
position: absolute;
top: 50%;
width: 82px;
}
.tg-service-widget.tg-service-layout-2 .service-icon-wrap:hover {
background: #000 none repeat scroll 0 0;
color: #fff;
}
.tg-service-widget.tg-service-layout-2 .service-title-wrap a {
line-height: 24px;
}
.tg-service-widget.tg-service-layout-3 .service-title-wrap {
line-height: 24px;
margin-top: 20px;
}
.tg-service-widget.tg-service-layout-3 .service-content-wrap {
margin: 15px 0;
} .tg-service-layout-2 .service-title-wrap {
margin: 15px 0 5px;
}
.service-image-wrap img {
width: 100%;
} .team-wrapper .team-content-wrapper {
padding-top: 30px;
position: relative;
text-align: center;
}
.team-wrapper .team-title {
font-size: 18px;
}
.team-wrapper .team-title a {
color: #313b48;
}
.team-wrapper .team-title a:hover {
color: #2299a1;
}
.team-wrapper .team-designation {
position: relative;
}
.tg-team-widget img {
width: 100%;
}
.team-wrapper .team-designation:after {
position: absolute;
left: 50%;
bottom: -10px;
width: 30px;
height: 2px;
background: #30afb8;
content: "";
transform: translateX(-50%);
}
.team-wrapper .team-content {
color: #777;
margin: 30px 0 20px;
}
.team-wrapper .team-social {
background: #fff none repeat scroll 0 0;
left: 50%;
margin-left: -45%;
padding: 10px 0;
position: absolute;
top: -20px;
width: 90%;
}
.team-wrapper .team-social a {
font-size: 18px;
margin: 0 8px;
}
.team-wrapper .team-social a:hover {
color: #2299a1;
} .tg-team-widget.tg-team-layout-2 {
position: relative;
}
.tg-team-widget.tg-team-layout-2:before {
border-bottom: 50px solid transparent;
border-right: 67px solid #fff;
content: " ";
position: absolute;
right: 0;
top: 0;
}
.tg-team-widget.tg-team-layout-2 .team-content-wrapper {
text-align: left;
}
.tg-team-widget.tg-team-layout-2 .team-designation:after {
left: 15px;
}
.tg-team-widget.tg-team-layout-2 .team-social {
position: static;
margin-left: 0;
width: 100%;
background: transparent;
border-top: 1px solid #e7e7e7;
}
.tg-team-widget.tg-team-layout-3:before {
display: none;
}
.tg-team-widget.tg-team-layout-3 .team-img {
position: relative;
}
.tg-team-widget.tg-team-layout-3 .team-img img {
border-radius: 50%;
width: 100%;
}
.tg-team-widget.tg-team-layout-3 .team-img .team-social {
background: rgba(60, 180, 186, 0.8) none repeat scroll 0 0;
border-radius: 50%;
border-top: medium none;
height: 100%;
left: 0;
padding: 0;
position: absolute;
top: 0;
width: 100%;
margin: 0;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.tg-team-widget.tg-team-layout-3 .team-social-block {
position: absolute;
top: 50%;
left: 0;
width: 100%;
text-align: center;
}
.tg-team-widget.tg-team-layout-3 .team-social-block a {
font-size: 18px;
margin: 0 8px;
color: #fff;
}
.tg-team-widget.tg-team-layout-3 .team-content-wrapper {
position: unset;
padding-top: 30px;
text-align: center;
}
.tg-team-widget.tg-team-layout-3 .team-designation:after,
.tg-team-widget.tg-team-layout-3 .team-content {
display: none;
}
.tg-team-widget.tg-team-layout-3 .team-wrapper:hover .team-social {
opacity: 1;
visibility: visible;
}  .call-to-action-section {
position: relative;
}
.call-to-action-section .section-title-wrapper .section-title {
color: #fff;
font-size: 32px;
}
.call-to-action-section .section-title:before, .call-to-action-section .section-title:after {
display: none;
}
.call-to-action-section .section-subtitle {
color: #fff;
font-size: 14px;
line-height: 1.5;
position: relative;
text-align: center;
}
.call-to-action-section .btn-wrapper {
text-align: center;
margin-top: 30px;
}
.call-to-action-section .btn-wrapper a {
border: 1px solid;
border-radius: 50px;
color: #fff;
font-size: 22px;
height: 50px;
line-height: 50px;
position: relative;
margin-left: 30px;
padding: 0 20px;
display: inline-block;
}
.call-to-action-section .btn-wrapper a:first-child {
margin-left: 0;
}
.call-to-action-section .btn-wrapper a:hover {
background-color: #30afb8;
border-color: #30afb8;
}
.call-to-action-section .call-to-action-section-layout-2 {
display: table;
width: 100%;
}
.call-to-action-section .call-to-action-section-layout-2 .section-title-wrapper {
display: table-cell;
width: 75%;
vertical-align: middle;
}
.call-to-action-section .call-to-action-section-layout-2 .section-title {
margin-bottom: 0;
text-align: left;
}
.call-to-action-section .call-to-action-section-layout-2 .section-subtitle {
color: #fff;
font-size: 14px;
padding: 0 10px;
position: relative;
text-align: left;
}
.call-to-action-section .call-to-action-section-layout-2 .btn-wrapper {
width: 25%;
display: table-cell;
vertical-align: middle;
margin-top: 0;
}
.call-to-action-section .call-to-action-section-layout-2 .btn-wrapper a {
display: block;
}
.call-to-action-section .call-to-action-section-layout-2 .btn-wrapper a:first-child {
margin-left: 30px;
margin-bottom: 15px;
}  .feature-product-section .tg-feature-product-widget {
position: relative;
margin-bottom: 30px;
overflow: hidden;
}
.feature-product-section .tg-feature-product-widget figure img {
transition: all 0.5s ease;
}
.feature-product-section .featured-image-desc {
visibility: hidden;
opacity: 0;
position: absolute;
top: 50%;
left: 50%;
transition: all 0.5s ease;
transform: translate(-50%, -50%) scale(0);
width: 90%;
height: 90%;
background: rgba(49, 59, 73, 0.65);
}
.feature-product-section .tg-feature-product-widget .feature-inner-block {
position: absolute;
top: 50%;
left: 0;
width: 100%;
padding: 5px;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.feature-product-section .tg-feature-product-widget .feature-title-wrap {
text-align: center;
transition: all 0.5s ease;
}
.feature-product-section .tg-feature-product-widget .feature-title-wrap a {
font-size: 16px;
color: #fff;
font-weight: 800;
}
.feature-product-section .tg-feature-product-widget .feature-desc-wrap {
text-align: center;
color: #f3f0f0;
font-size: 12px;
}
.feature-product-section .tg-feature-product-widget .featured-image-desc:before {
border-bottom: 50px solid transparent;
border-right: 48px solid #30afb8;
content: " ";
position: absolute;
right: 0;
top: 0;
}
.feature-product-section .tg-feature-product-widget .featured-image-desc span {
position: absolute;
top: 4px;
right: 7px;
}
.feature-product-section .tg-feature-product-widget .featured-image-desc span a {
color: #fff;
}
.tg-feature-product-layout-1
.tg-feature-product-widget:hover
.featured-image-desc,
.tg-feature-product-layout-2
.tg-feature-product-widget:hover
.featured-image-desc {
visibility: visible;
opacity: 1;
transform: translate(-50%, -50%) scale(1);
} .feature-product-section .tg-feature-product-layout-2 .tg-container {
width: 100%;
}
.feature-product-section .tg-feature-product-layout-2 .tg-column-wrapper {
margin: 0;
}
.feature-product-section .tg-feature-product-layout-2 .tg-feature-product-widget {
margin: 0;
}
.feature-product-section .tg-feature-product-layout-2 .tg-feature-product-widget.tg-column-3 {
margin: 0;
width: 33.33%;
}
.feature-product-section .tg-feature-product-layout-2 .tg-feature-product-widget.tg-column-4 {
margin: 0;
width: 25%;
}
.feature-product-section .tg-feature-product-layout-2 .tg-feature-product-widget img {
width: 100%;
max-width: auto;
}
.feature-product-section .tg-feature-product-layout-2 .featured-image-desc {
width: 100%;
height: 100%;
padding: 5px;
background: rgba(49, 175, 184, 0.8);
}
.feature-product-section .tg-feature-product-layout-2 .featured-image-desc:before {
border-right: 48px solid #313b48;
}
.feature-product-section .tg-feature-product-layout-3 .featured-image-desc {
visibility: visible;
opacity: 1;
top: 0;
left: 0;
height: 100%;
width: 100%;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
background: transparent linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5)) repeat scroll 0 0;
}
.feature-product-section .tg-feature-product-layout-3 .featured-image-desc:before,
.feature-product-section .tg-feature-product-layout-3 .featured-image-desc span {
display: none;
}
.feature-product-section .tg-feature-product-layout-3 .feature-inner-block {
top: auto;
-webkit-transform: translate(0);
-moz-transform: translate(0);
-ms-transform: translate(0);
-o-transform: translate(0);
transform: translate(0);
bottom: 2%;
}
.feature-product-section .tg-feature-product-layout-3 .feature-inner-block .feature-desc-wrap {
display: none;
}
.feature-product-section .button-group {
text-align: center;
margin-bottom: 30px;
}
.feature-product-section .button-group button {
background: transparent;
color: #525a65;
}
.feature-product-section .button-group button:hover {
color: #30afb8;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.feature-product-section .button-group button:before {
background: #525a65 none repeat scroll 0 0;
border-radius: 50%;
content: " ";
left: 0;
margin-right: 50%;
padding: 2px;
position: absolute;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
} .tg-feature-product-filter-layout .button.is-checked:hover {
color: #30afb8;
}
.tg-feature-product-layout-3 .tg-feature-product-widget:hover figure img {
transform: scale(1.1);
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
}
.tg-feature-product-layout-3 .tg-feature-product-widget:hover .feature-title-wrap {
margin-bottom: 3px;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.tg-feature-product-layout-1 .grid {
margin-left: -3%;
} .testimonial-container {
padding: 0 0 50px;
}
.testimonial-container .testimonial-slide {
text-align: left;
}
.testimonial-container .testimonial-content-wrapper {
background: #fff;
padding: 20px 30px;
position: relative;
}
.testimonial-container .testimonial-content-wrapper:before {
border-bottom: 34px solid transparent;
border-left: 20px solid #fff;
content: " ";
left: 11%;
position: absolute;
top: 96%;
-webkit-transform: rotate(12deg);
-moz-transform: rotate(12deg);
-ms-transform: rotate(12deg);
-o-transform: rotate(12deg);
transform: rotate(12deg);
z-index: -9;
}
.testimonial-container .testimonial-icon {
display: inline-block;
vertical-align: top;
color: #31afb8;
font-size: 18px;
}
.testimonial-container .testimonial-content {
width: 93%;
display: inline-block;
margin-left: 15px;
color: #777;
}
.testimonial-container .testimonial-client-detail {
margin-top: 40px;
}
.testimonial-container .testimonial-img {
float: left;
}
.testimonial-container .client-detail-block {
display: inline-block;
margin-left: 20px;
}
.testimonial-container .testimonial-title {
color: #313b48;
font-size: 16px;
}
.testimonial-container .testimonial-degicnation {
color: #666;
font-size: 14px;
font-weight: 400;
}
.testimonial-container .swiper-pagination.testimonial-pager {
bottom: 0;
}
.testimonial-container .swiper-pagination.testimonial-pager .swiper-pagination-bullet {
width: 10px;
height: 10px;
background: #313b48;
opacity: 1;
}
.testimonial-container .swiper-pagination.testimonial-pager .swiper-pagination-bullet:hover, .testimonial-container .swiper-pagination.testimonial-pager .swiper-pagination-bullet.swiper-pagination-bullet-active {
background: #2299a1;
} .fun-facts-section {
text-align: center;
color: #fff;
}
.fun-facts-icon-wrap {
display: block;
text-align: center;
color: #30afb8;
font-size: 64px;
line-height: 1.5;
}
.fun-facts-section .counter-wrapper {
font-size: 46px;
font-weight: 700;
line-height: 46px;
display: block;
margin-bottom: 15px;
}
.fun-facts-section .fun-facts-title-wrap {
display: block;
font-size: 16px;
font-weight: 400;
color: #fff;
} .tg-fun-facts-widget.tg-fun-facts-layout-2 .fun-facts-icon-wrap {
background-color: rgba(255, 255, 255, 0.2);
border: 5px solid rgba(255, 255, 255, 0.5);
border-radius: 100%;
color: #fff;
display: inline-block;
font-size: 36px;
line-height: 120px;
width: 120px;
height: 120px;
}
.tg-fun-facts-widget.tg-fun-facts-layout-2 .fun-facts-title-wrap {
line-height: 15px;
}
.tg-fun-facts-widget.tg-fun-facts-layout-2 .counter-wrapper {
font-size: 46px;
color: #30afb8;
margin: 10px 0;
} .blog-section .tg-column-2 {
margin: 0;
}
.blog-section .tg-blog-widget-layout-1 .tg-column-2 {
width: 50%;
}
.blog-section .row:nth-child(odd) {
float: left;
width: 100%;
background-color: #fcfcfc;
}
.blog-section .tg-blog-widget-layout-1 .row:nth-child(odd) .post-image {
float: left;
width: 50%;
position: relative;
}
.blog-section .row .post-image figure img {
padding: 0;
}
.blog-section .row:nth-child(odd) .post-image figure img {
width: 100%;
}
.blog-section .row:nth-child(odd) .post-image:before {
border-bottom: 15px solid transparent;
border-right: 15px solid #fcfcfc;
border-top: 15px solid transparent;
content: " ";
font-size: 22px;
position: absolute;
top: 50%;
right: 0;
transform: translateY(-50%);
transition: all 0.5s ease;
}
.blog-section .tg-blog-widget-layout-1 .blog-content:hover .entry-title a {
color: #fff;
}
.blog-section .row:nth-child(odd) .blog-content {
float: left;
padding: 15px 5px 15px 20px;
width: 50%;
}
.blog-section .row:nth-child(odd) .post-readmore {
display: none;
}
.blog-section .row:nth-child(odd) .entry-title {
line-height: 24px;
}
.blog-section .row:nth-child(odd) .entry-title a {
font-size: 18px;
font-weight: 700;
color: #313b48;
}
.blog-section .tg-blog-widget-layout-1 .tg-blog-widget:hover .blog-content .entry-title a {
color: #fff;
}
.blog-section .row:nth-child(odd) .entry-title a:hover {
color: #30afb8;
}
.blog-section .row:nth-child(odd) .entry-meta {
margin: 8px 0;
color: #919191;
}
.blog-section .row:nth-child(odd) .entry-meta .fa {
padding-right: 5px;
}
.blog-section .row:nth-child(odd) .entry-meta a {
font-size: 12px;
color: #919191;
}
.blog-section .row:nth-child(odd) .entry-meta .entry-author {
margin-left: 15px;
}
.blog-section .row:nth-child(odd) .entry-summary {
font-size: 14px;
color: #777;
font-weight: 400;
}
.blog-section .tg-blog-widget-layout-1 {
margin: 0;
}
.tg-blog-widget-layout-1 .entry-summary {
max-height: 167px;
overflow: hidden;
}
.blog-section .row:nth-child(even) {
float: left;
width: 100%;
background-color: #fcfcfc;
}
.blog-section .row:nth-child(even) .post-image {
float: right;
position: relative;
width: 50%;
}
.blog-section .row:nth-child(even) .post-image figure img {
width: 100%;
}
.tg-blog-widget-layout-1 .tg-blog-widget .entry-summary {
margin: 0;
}
.blog-section .row:nth-child(even) .post-image:before {
border-bottom: 15px solid transparent;
border-left: 15px solid #fcfcfc;
border-top: 15px solid transparent;
content: " ";
font-size: 22px;
position: absolute;
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.blog-section .row:nth-child(even) .blog-content {
float: right;
padding: 15px 5px 15px 20px;
width: 50%;
}
.blog-section .row:nth-child(even) .post-readmore {
display: none;
}
.blog-section .row:nth-child(even) .entry-title {
line-height: 24px;
}
.blog-section .row:nth-child(even) .entry-title a {
font-size: 18px;
font-weight: 700;
color: #313b48;
}
.blog-section .row:nth-child(even) .entry-title a:hover {
color: #30afb8;
}
.blog-section .row:nth-child(even) .entry-meta {
margin: 8px 0;
color: #919191;
}
.blog-section .row:nth-child(even) .entry-meta .fa {
margin-right: 5px;
}
.blog-section .row:nth-child(even) .entry-meta a {
font-size: 12px;
color: #919191;
}
.blog-section .row:nth-child(even) .entry-meta .entry-author {
margin-left: 15px;
}
.blog-section .row:nth-child(even) .entry-summary {
font-size: 14px;
color: #777;
font-weight: 400;
}
.blog-section .tg-blog-widget {
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.blog-section .tg-blog-widget-layout-1 .tg-blog-widget:hover {
background-color: #30afb8;
}
.blog-section .tg-blog-widget-layout-1 .tg-blog-widget:hover .entry-title a {
color: #fff;
}
.blog-section .tg-blog-widget-layout-1 .tg-blog-widget:hover .entry-title a:hover {
color: #313b48;
}
.blog-section .tg-blog-widget-layout-1 .tg-blog-widget:hover .entry-meta {
color: #fff;
}
.blog-section .tg-blog-widget-layout-1 .tg-blog-widget:hover .entry-meta a {
color: #fff;
}
.blog-section .tg-blog-widget-layout-1 .tg-blog-widget:hover .entry-summary {
color: #fff;
}
.blog-section .row:nth-child(odd) .tg-blog-widget:hover .post-image:before {
border-right: 15px solid #30afb8;
}
.blog-section .row:nth-child(even) .tg-blog-widget:hover .post-image:before {
border-left: 15px solid #30afb8;
}
.blog-section .tg-blog-widget-layout-1 .entry-title a:hover,
.blog-section .tg-blog-widget-layout-1 .tg-blog-widget:hover .blog-content .entry-title a:hover {
color: #fff;
}
.blog-section .tg-blog-widget-layout-2 .post-image {
position: relative;
width: auto;
float: none;
}
.blog-section .tg-blog-widget-layout-2 .post-image img {
width: 100%;
padding: 0;
}
.blog-section .tg-blog-widget-layout-2 .post-image .entry-date {
background: #30afb8;
left: 0;
padding: 10px;
position: absolute;
text-align: center;
top: 0;
}
.blog-section .tg-blog-widget-layout-2 .post-image .entry-date .fa {
display: none;
}
.blog-section .tg-blog-widget-layout-2 .post-image .entry-date a {
color: #fff;
font-size: 12px;
}
.blog-section .tg-blog-widget-layout-2 .post-image.image-none .entry-date {
position: relative;
display: inline-block;
}
.blog-section .tg-blog-widget-layout-2 .post-image:before {
display: none;
}
.blog-section .tg-blog-widget-layout-2 .blog-content {
float: none;
padding: 0 10px;
width: auto;
text-align: left;
}
.blog-section .tg-blog-widget-layout-2 .entry-title a {
font-size: 18px;
line-height: 24px;
display: block;
} .tg-blog-widget-layout-2 .entry-title {
margin-top: 15px;
}
.blog-section .tg-blog-widget-layout-2 .post-readmore {
background: #30afb8;
color: #fff;
display: inline-block;
font-size: 12px;
padding: 6px 12px;
margin: 20px 0;
}
.blog-section .tg-blog-widget-layout-2 .post-readmore:hover {
background: #2299a1;
}
.blog-section .tg-blog-widget-layout-2 .read-more-container {
background: #f6f6f6;
display: inline-block;
width: 100%;
padding: 5px 10px;
margin-top: 20px;
}
.blog-section .tg-blog-widget-layout-2 .read-more-container .entry-author {
float: left;
color: #8e8e8e;
}
.tg-blog-widget-layout-2 .read-more-container .entry-author a {
color: #8e8e8e;
font-size: 12px;
}
.blog-section .tg-blog-widget-layout-2 .read-more-container .entry-author .fa {
margin-right: 5px;
}
.blog-section .tg-blog-widget-layout-2 .read-more-container .read-more {
float: right;
}
.blog-section .tg-blog-widget-layout-2 .read-more-container .read-more a {
font-size: 12px;
color: #30afb8;
}
.blog-section .tg-blog-widget-layout-2:hover {
background-color: #fcfcfc;
}
.blog-section .tg-blog-widget-layout-2:hover .entry-meta a {
color: #919191;
}
.tg-blog-widget-layout-2 .blog-content p {
margin: 0 0 10px;
}
.blog-section .tg-blog-widget-layout-2 .entry-title a:hover,
.blog-section .tg-blog-widget-layout-2 .tg-blog-widget:hover .blog-content .entry-title a:hover,
.blog-section .tg-blog-widget-layout-2 .read-more-container .read-more:hover a {
color: #239ca4;
}
.tg-blog-widget-layout-2 .read-more-container .entry-author:hover {
color: #239ca4;
}
.tg-blog-widget-layout-2 .read-more-container .entry-author:hover a {
color: #239ca4;
} .client-wrapper.swiper-wrapper {
display: flex;
justify-content: center;
margin: 0 auto;
} #top-footer {
background-color: #313b48;
padding: 80px 0 30px;
}
#top-footer .footer-logo {
display: inline-block;
width: 100%;
margin-bottom: 15px;
}
#top-footer .footer-logo .logo-image {
float: left;
padding: 5px;
}
#top-footer .footer-logo .site-title {
font-size: 32px;
color: #fff;
font-weight: 700;
float: left;
line-height: 42px;
}
#top-footer .textwidget {
font-size: 15px;
color: #fff;
line-height: 24px;
font-weight: 400;
}
#top-footer .widget-title {
font-size: 18px;
border-left: 3px solid #30afb8;
font-weight: 600;
line-height: 24px;
color: #fff;
margin-bottom: 30px;
padding-left: 20px;
}
#top-footer .widget-title:first-letter {
color: #30afb8;
}
#top-footer .widget {
margin-bottom: 30px;
}
#top-footer .widget ul {
margin: 0;
list-style: none;
}
#top-footer .widget ul li {
position: relative;
padding: 0 0 10px 20px;
font-size: 12px;
}
#top-footer .widget ul li:after {
color: #fff;
content: "\" ;
font-family: fontawesome;
left: 0;
position: absolute;
top: 0;
}
#top-footer .widget ul li a {
font-size: 14px;
color: #fff;
}
#top-footer .widget ul li a:hover {
color: #30afb8;
}
#top-footer .widget_tag_cloud .tagcloud a {
border: 1px solid #fff;
color: #fff;
display: inline-block;
margin: 6px 4px;
padding: 0 5px;
}
#top-footer .widget_tag_cloud .tagcloud a:hover {
background-color: #30afb8;
border-color: #30afb8;
}
#bottom-footer {
padding: 20px 0;
background-color: #28313d;
}
#bottom-footer .copyright {
float: left;
}
#bottom-footer .copyright-text {
color: #fff;
font-size: 12px;
}
#bottom-footer .copyright-text a {
color: #bcbaba;
}
#bottom-footer .copyright-text a:hover {
color: #30afb8;
}
#bottom-footer .footer-menu {
float: right;
margin: 0;
}
#bottom-footer .footer-menu ul li {
float: left;
}
#bottom-footer .footer-menu ul li:after {
content: "|";
padding: 0 5px;
color: #fff;
}
#bottom-footer .footer-menu ul li:last-child:after {
display: none;
}
#bottom-footer .footer-menu ul li a {
color: #fff;
font-size: 12px;
}
#bottom-footer .footer-menu ul li a:hover {
color: #30afb8;
}
.footer-menu li {
float: left;
padding: 0 0 0 15px;
}
.footer-menu li a {
color: #fff;
font-size: 12px;
}
.footer-menu li a:hover {
color: #30afb8;
} .post {
margin-bottom: 40px;
display: inline-block;
}
.post .entry-thumbnail {
float: left;
margin-right: 30px;
width: 33.7%;
}
.entry-meta .entry-date a .updated:not(.published) {
display: none;
}
.entry-content-block #primary .entry-title {
font-size: 20px;
line-height: 24px;
}
.entry-content,
.entry-summary {
margin-top: 12px;
color: #606060;
}
#primary .entry-footer span {
font-size: 14px;
margin-right: 15px;
}
#primary .entry-footer span .fa {
margin-right: 5px;
}
#primary .entry-footer span a {
font-size: 12px;
}
.navigation.posts-navigation {
margin: 20px 0;
}
.entry-meta {
font-size: 12px;
margin-top: 12px;
}
.entry-meta .fa {
padding-right: 5px;
}
.entry-meta a {
font-size: 12px;
color: #8e8e8e;
}
.entry-footer a {
font-size: 12px;
color: #8e8e8e;
}
.entry-meta span {
margin-right: 15px;
}
#secondary {
float: right;
width: 32.22%;
}
#secondary .widget-title {
font-size: 14px;
position: relative;
margin-bottom: 30px;
}
#secondary .widget-title:before, #secondary .widget-title:after {
background: #e1e1e1 none repeat scroll 0 0;
bottom: -10px;
content: " ";
height: 1px;
left: 0;
margin-left: 0;
position: absolute;
width: 100%;
}
#secondary .widget-title:after {
background: #30afb8;
bottom: -11px;
height: 3px;
margin-left: 0;
width: 30px;
}
#secondary .searchform input {
border: none;
border-bottom: 1px solid #666;
width: 70%;
}
#secondary .searchform .btn:hover {
background: #30afb8 none repeat scroll 0 0;
}
#secondary .searchform button[type="submit"] {
margin-bottom: 0;
}
#secondary .widget {
margin-bottom: 30px;
}
#secondary .widget ul {
margin: 0;
list-style: none;
}
#secondary .widget ul li {
position: relative;
padding: 0 0 10px 20px;
font-size: 12px;
}
#secondary .widget ul li:after {
color: #000;
content: "\" ;
font-family: fontawesome;
left: 0;
position: absolute;
top: 0;
}
#secondary .widget ul li a {
font-size: 12px;
}
#secondary .widget ul li a:hover {
color: #30afb8;
}
.widget_post_list .post-link-block {
margin-bottom: 20px;
display: inline-block;
}
.widget_post_list .entry-thumbnail {
float: left;
margin-right: 30px;
width: 20%;
}
.widget_post_list .entry-content-block {
overflow: hidden;
}
.widget_post_list .entry-content-block .entry-title {
line-height: 13px;
margin-bottom: 18px;
}
.widget_post_list .entry-content-block .entry-title a {
font-size: 12px;
}
.widget_post_list .entry-content-block .entry-meta a {
color: #8e8e8e;
font-size: 12px;
}
.widget_post_list .entry-meta .entry-author {
margin-left: 15px;
}
.blog .entry-thumbnail {
float: left;
width: 33.7%;
}
.blog .entry-content-block {
width: 100%;
}
#primary .post .entry-content-block .entry-content {
border: none;
}
.full-width-archive #primary .post {
margin-bottom: 50px;
width: 100%;
}
.full-width-archive #primary .post.has-post-thumbnail {
margin-bottom: 0;
}
.full-width-archive #primary .post .entry-thumbnail {
width: 100%;
float: none;
margin-right: 0;
}
.full-width-archive #primary .post .entry-thumbnail img {
width: 100%;
}
.full-width-archive #primary .post .entry-content-block {
overflow: unset;
width: 94%;
position: relative;
top: 0;
padding: 20px 20px 0;
margin: 0 auto;
background: #fff;
}
.full-width-archive #primary .post.has-post-thumbnail .entry-content-block {
overflow: unset;
width: 94%;
position: relative;
top: -45px;
padding: 20px 20px 0;
margin: 0 auto;
background: #fff;
}
.grid-view #primary .post {
display: inline-block;
margin-bottom: 30px;
margin-right: 1%;
vertical-align: top;
width: 48%;
}
.grid-view #primary .post .entry-thumbnail {
width: 100%;
}
.grid-view #primary .post .entry-content-block {
position: unset;
width: 100%;
}
.post-type-archive-portfolio .entry-thumbnail {
float: left;
clear: both;
margin-bottom: 40px;
margin-right: 30px;
}
.post-type-archive-portfolio .navigation.posts-navigation {
width: 100%;
clear: both;
}
.entry-content-block .entry-title {
font-size: 18px;
}
.grid-view .entry-header {
margin-top: 10px;
} .breadcrumb-trail.breadcrumbs {
background: #fafafa none repeat scroll 0 0;
margin-bottom: 30px;
}
.breadcrumb-trail.breadcrumbs .trail-title {
float: left;
font-weight: 400;
font-size: 25px;
padding: 6px 0;
}
.breadcrumb-trail.breadcrumbs .trail-items {
float: right;
margin: 0;
padding: 14px 0;
list-style: none;
}
.breadcrumb-trail.breadcrumbs .trail-items li {
float: left;
}
.breadcrumb-trail.breadcrumbs .trail-items li:first-child span:before {
display: none;
}
.breadcrumb-trail.breadcrumbs:before {
clear: both;
content: "";
display: block;
}
.breadcrumb-trail.breadcrumbs .trail-items li span {
font-size: 12px;
color: #a1a1a1;
position: relative;
line-height: 18px;
padding: 0 14px;
}
.breadcrumb-trail.breadcrumbs .trail-items li span a {
color: #a1a1a1;
}
.breadcrumb-trail.breadcrumbs .trail-items li span:before {
color: #a1a1a1;
content: "\" ;
font-family: fontawesome;
left: 0;
position: absolute;
top: 0;
}
.page-template-pagebuilder .breadcrumb-trail.breadcrumbs {
margin: 0;
} .post {
width: 100%;
}
.single .entry-content-block .entry-meta {
margin-top: 0;
margin-bottom: 20px;
}
.single .entry-content-block .entry-header {
margin: 20px 0 5px;
}
.single .entry-thumbnail {
margin-top: 20px;
width: 100%;
}
.single .entry-thumbnail img {
padding: 0;
}
.single .entry-content-block {
width: 100%;
}
.single .entry-content-block .entry-title {
font-size: 20px;
}
.single .entry-content-block .entry-meta .fa {
padding-right: 5px;
}
.single .entry-content-block .entry-meta a {
font-size: 12px;
}
.post .entry-content-block .entry-meta a:hover,
.post .entry-content-block .entry-meta span:hover {
color: #30afb8;
}
.single .entry-content-block .entry-content {
border-bottom: 1px solid #c5c5c5;
}
.single .entry-content-block .entry-footer span {
color: #8e8e8e;
font-size: 14px;
margin-right: 15px;
}
.single .entry-content-block .entry-footer span .fa {
margin-right: 5px;
}
.single .entry-content-block .entry-footer span a {
color: #8e8e8e;
font-size: 12px;
}
.post .entry-content-block .entry-footer span a:hover {
color: #30afb8;
}
.author-description {
border-bottom: 1px solid #c5c5c5;
display: block;
padding: 0 0 30px;
}
.author-description .author-img {
display: inline-block;
width: 75px;
float: left;
}
.author-description .author-description-block {
width: calc(100% - 100px);
float: right;
display: inline-block;
}
.author-description .author-description-block .author-title {
color: #313b48;
font-weight: 700;
}
.author-description .author-description-block .author-summary {
font-size: 12px;
}
.default-wp-page {
margin: 0;
padding: 30px 0;
display: inline-block;
border-bottom: 1px solid #c5c5c5;
}
.default-wp-page .previous {
float: left;
width: 46%;
}
.default-wp-page .previous a {
display: inline-block;
}
.default-wp-page .previous a span {
float: left;
}
.default-wp-page .previous a span:first-child {
font-size: 30px;
padding: 8px 0;
}
.default-wp-page .previous a span img {
padding: 0 10px;
}
.default-wp-page .previous a .entry-title {
display: inline-block;
width: 60%;
padding: 8px 0;
}
.default-wp-page .navigation-divider {
display: inline-block;
padding: 20px;
}
.default-wp-page .next {
float: right;
width: 46%;
}
.default-wp-page .next a {
display: inline-block;
}
.default-wp-page .next a span {
float: right;
}
.default-wp-page .next a span:first-child {
font-size: 30px;
padding: 8px 0;
}
.default-wp-page .next a span img {
padding: 0 10px;
}
.default-wp-page .next a .entry-title {
display: inline-block;
width: 60%;
padding: 8px 0;
text-align: right;
}
.related-posts-wrapper {
margin-top: 30px;
}
.related-posts-wrapper .related-posts-main-title {
margin-bottom: 20px;
}
.related-posts-wrapper .post-thumbnails {
margin-bottom: 20px;
}
.related-posts-wrapper .post-thumbnails img {
padding: 0;
}
.related-posts-wrapper .entry-title {
font-size: 18px;
}
.related-posts-wrapper .entry-title a:hover {
color: #30afb8;
}
.related-posts-wrapper .entry-meta > span a:hover {
color: #30afb8;
} .not-found .icon-404 .fa {
font-size: 300px;
}
#primary .content-404 {
padding: 60px 0;
}
#primary .not-found .page-header .page-title {
font-size: 24px;
line-height: 30px;
}
#primary .not-found .page-content {
margin: 30px 0;
}
#primary .searchform input {
border: none;
border-bottom: 1px solid #666;
width: 70%;
}
#primary .searchform .btn:hover {
background: #30afb8 none repeat scroll 0 0;
}
.search .hentry {
border-bottom: 1px solid #e1e1e1;
margin-top: 20px;
} #comments {
padding: 30px 0;
}
#comments .comments-title {
font-size: 25px;
line-height: 30px;
}
#comments .comment-list {
margin: 0;
}
#comments .comment-list article.comment-body .comment-author {
float: left;
max-width: 100px;
}
#comments .comment-list article.comment-body .comment-author .says {
display: none;
}
#comments .comment-list article.comment-body .comment-author img {
margin-right: 30px;
display: block;
margin-bottom: 20px;
}
#comments .comment-list article.comment-body .comment-metadata {
padding: 6px 0;
}
#comments .comment-list article.comment-body .comment-metadata a {
color: #8e8e8e;
font-size: 12px;
}
#comments .comment-list article.comment-body .comment-metadata .entry-author {
margin-left: 15px;
}
#comments .comment-list article.comment-body .comment-content {
overflow: hidden;
font-weight: 500;
}
#comments .comment-list article.comment-body .comment-content p {
margin: 0;
}
#comments .comment-list article.comment-body .reply {
margin-left: 100px;
padding-top: 6px;
}
#comments .comment-list article.comment-body .reply a {
color: #8e8e8e;
font-size: 12px;
position: relative;
}
#comments .comment-list article.comment-body .reply a:before {
position: absolute;
top: 50%;
left: 100%;
content: " ";
width: 30px;
border: 1px solid #c5c5c5;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
margin-left: 10px;
}
#comments .comment-list .comment {
border-bottom: 1px solid #c1c1c1;
padding: 30px 0;
}
#comments .comment-list .comment ul.children {
margin-left: 100px;
}
#comments .comment-list .comment ul.children .comment {
padding: 0;
border-bottom: none;
}
#comments .comment-list .comment ul.children .comment article.comment-body {
border-bottom: 1px solid #c1c1c1;
padding: 20px 0;
}
#comments .comment-list .comment ul.children .comment article.comment-body:last-child {
border: none;
}
#respond {
padding-bottom: 10px;
}
#respond #commentform .comment-form-comment #comment {
background: #f9f9f9 none repeat scroll 0 0;
resize: none;
}
#respond #commentform p {
padding-bottom: 20px;
}
#respond #commentform p label {
font-weight: 500;
}
#respond #commentform p input {
background: #f9f9f9 none repeat scroll 0 0;
}
#respond #commentform .form-submit input {
background: #30afb8;
height: 45px;
line-height: 30px;
}
#respond #commentform .form-submit input:hover {
background-color: #1c9ba4;
} .wp-block-gallery.alignleft, .wp-block-gallery.alignright, .wp-block-gallery.aligncenter,
.wp-block-social-links.alignleft,
.wp-block-social-links.alignright,
.wp-block-social-links.aligncenter {
display: flex;
} .woocommerce ul.products li.product a img,
.woocommerce div.product div.images img {
padding: 0;
}
.woocommerce span.onsale,
.woocommerce ul.products li.product .onsale {
background-color: #30afb8;
padding: 0;
height: 50px;
width: 50px;
line-height: 50px;
}
#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
width: auto;
}
.woocommerce ul.products li.product .button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
background-color: #30afb8;
color: #fff;
}
.woocommerce ul.products li.product .button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
background-color: #2299a1;
}
.added_to_cart.wc-forward {
background-color: #30afb8;
border-radius: 3px;
font-size: 14px;
line-height: 18px;
color: #fff;
padding: 4px 17px;
margin-top: 5px;
}
.added_to_cart.wc-forward:hover {
background-color: #2299a1;
}
.added_to_cart.wc-forward:after {
content: "\f23d";
color: #fff;
font-family: fontawesome;
padding-left: 8px;
}
.woocommerce-Price-amount.amount {
color: #30afb8;
}
.woocommerce .star-rating span {
color: #ffae65;
}
.widget_shopping_cart .buttons {
text-align: center;
}
.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
padding: 5px 0;
text-align: center;
}
.flash-cart-views .woocommerce ul.cart_list li img {
width: 70px;
}
.woocommerce ul.product_list_widget li img {
width: 70px;
}
.woocommerce ul.products li.product .price del {
margin-right: 5px;
display: inline-block;
}
.woocommerce nav.woocommerce-pagination {
text-align: left;
}
.woocommerce .woocommerce-breadcrumb {
float: right;
margin: 0;
padding: 14px 0;
}
.woocommerce .woocommerce-breadcrumb span {
font-size: 12px;
color: #a1a1a1;
position: relative;
line-height: 18px;
padding: 0 14px;
}
.woocommerce .woocommerce-breadcrumb span:before {
color: #a1a1a1;
content: "\" ;
font-family: fontawesome;
left: 0;
position: absolute;
top: 0;
}
.woocommerce .woocommerce-breadcrumb span:first-of-type:before {
content: none;
}
#secondary .widget_products ul.product_list_widget li img {
padding: 0 0 20px 0;
}
#secondary .widget_products ul li {
clear: both;
}
.woocommerce-breadcrumb {
float: right;
margin: 0;
padding: 14px 0;
}
.woocommerce-breadcrumb span {
font-size: 12px;
color: #a1a1a1;
position: relative;
line-height: 18px;
padding: 0 14px;
}
.woocommerce-breadcrumb span:before {
color: #a1a1a1;
content: "\" ;
font-family: fontawesome;
left: 0;
position: absolute;
top: 0;
}
.woocommerce-breadcrumb span:first-of-type:before {
content: none;
}
.slider-arrow .swiper-button-prev:after {
content: none;
}
.slider-arrow .swiper-button-next:after {
content: none;
}body {
font-family: Verdana, serif !important;
} .header-bottom .search-icon {
display: none;
}
.header-bottom {
background-color: #909cc4;
}
#site-navigation ul li a {
color: #ffffff;
font-size: 1.1em;
}
#site-navigation ul li a:hover {
color: #232653;
}
#site-navigation ul li.current_page_item > a {
color: #232653;
} @media all and (max-width: 980px) {
#site-navigation .menu-toggle {
font-size: 30px !important;
}
#site-navigation .menu {
border: solid 1px #232653 !important;
}
#site-navigation ul li a {
color: #232653 !important;
}
#site-navigation ul li a:hover {
color: #909cc4 !important;
}
#site-navigation ul li.current_page_item > a {
color: #909cc4 !important;
}
} #bottom-footer .copyright-text {
display: none;
}
#bottom-footer .footer-menu {
list-style: none;
}
#bottom-footer {
background-color: #909cc4;
}
#bottom-footer ul li a {
color: #ffffff;
font-size: 1em;
}
#bottom-footer ul li.current_page_item > a {
color: #232653;
}
#bottom-footer ul li a:hover {
color: #232653;
} .full-width-center #primary {
width: 80% !important;
}
.breadcrumb-trail.breadcrumbs {
background-color: #ffffff;
}
.breadcrumb-trail.breadcrumbs .trail-title {
color: #232653;
}
.breadcrumb-trail.breadcrumbs .trail-items li a,
.breadcrumb-trail.breadcrumbs .trail-items li span {
color: #909cc4;
}
#scroll-up {
background-color: #ac88bf;
}
.breadcrumb-trail.breadcrumbs .trail-title { float: none;
text-align: center;
margin-top: 2%;
font-weight: bold;
}
h2 {
color: #8479a1;
}
h3 {
color: #909cc4;
}
.breadcrumb-trail.breadcrumbs .trail-items { float: left;
} @media all and (max-width: 980px) {
h1 {
font-size: 1.8em !important;
}
h2 {
font-size: 1.6em !important;
}
h3 {
font-size: 1.3em !important;
}
} .wp-block-buttons > .wp-block-button {
color: #ffffff;
} body.page-id-7 h1,
body.page-id-71 h1 {
color: #232653;
text-align: center;
}
body.page-id-7 h2,
body.page-id-71 h2 {
text-align: center;
}
body.page-id-7 h3,
body.page-id-71 h3 {
text-align: center;
}
body.page-id-7 .wp-block-button,
body.page-id-71 .wp-block-button {
display: block;
margin: auto;
}
body.page-id-7 p,
body.page-id-71 p {
font-size: 1.1em;
}
body.page-id-7 img,
body.page-id-71 img {
width: 85%;
} @media all and (max-width: 980px) {
body.page-id-7 img, body.page-id-71 img{
width: 100%;
}
} body.page-id-2 .wp-block-image:not(.is-style-rounded) img,
body.page-id-182 .wp-block-image:not(.is-style-rounded) img {
border-radius: 50%;
display: block;
margin: auto;
}
body.page-id-2 .wp-block-button,
body.page-id-182 .wp-block-button {
display: block;
margin: auto;
}
body.page-id-2 h2,
body.page-id-182 h2 {
text-align: center;
}
body.page-id-2 h3,
body.page-id-182 h3 {
font-size: 1.5em;
}
body.page-id-2 p,
body.page-id-182 p {
font-size: 1.1em;
}
body.page-id-2 p a,
body.page-id-182 p a {
color: #232653;
text-decoration: underline;
}
.comp {
border: solid #232653 2px;
padding: 5px;
background-color: #e5e5e5;
text-align: center;
border-radius: 10%;
margin: auto;
}
.exp,
.form {
border: solid #232653 2px;
padding: 10px;
background-color: #e5e5e5;
}
body.page-id-2 .comps,
body.page-id-182 .comps {
display: flex;
justify-content: center;
}
p.int1::before {
content: url(//damienlamey.fr/wp-content/themes/flash-child/icons/jeux.png);
position: relative;
top: 25px;
padding-right: 10px;
}
p.int2::before {
content: url(//damienlamey.fr/wp-content/themes/flash-child/icons/cinema.png);
position: relative;
top: 25px;
padding-right: 10px;
}
p.int3::before {
content: url(//damienlamey.fr/wp-content/themes/flash-child/icons/livre.png);
position: relative;
top: 25px;
padding-right: 10px;
}
p.int4::before {
content: url(//damienlamey.fr/wp-content/themes/flash-child/icons/voyages.png);
position: relative;
top: 20px;
padding-right: 10px;
}
p.int5::before {
content: url(//damienlamey.fr/wp-content/themes/flash-child/icons/rando.png);
position: relative;
top: 20px;
padding-right: 10px;
}
p.int6::before {
content: url(//damienlamey.fr/wp-content/themes/flash-child/icons/piano.png);
position: relative;
top: 25px;
padding-right: 10px;
} @media all and (max-width: 980px) {
body.page-id-2 .comp, body.page-id-182 .comp {
padding: 2px;
}
.exp,
.form {
padding: 12px;
}
} body.page-id-11 h2,
body.page-id-186 h2 {
text-align: center;
}
body.page-id-11 p,
body.page-id-186 p {
font-size: 1.1em;
}
body.page-id-11 p a,
body.page-id-186 p a {
color: #232653;
text-decoration: underline;
}
body.page-id-11 .n2-section-smartslider,
body.page-id-186 .n2-section-smartslider {
width: 80%;
margin: auto;
}
body.page-id-11 .img,
body.page-id-186 .img {
width: 80%;
margin: auto;
} @media all and (max-width: 980px) {
body.page-id-11 .img, body.page-id-186 .img {
width: 1000%;
margin: auto;
}
body.page-id-11 .n2-section-smartslider,
body.page-id-186 .n2-section-smartslider {
width: 100%;
}
} form#wpforms-form-33,
form#wpforms-form-38 {
border: solid #232653 2px;
padding: 10px;
background-color: #e5e5e5;
}
button#wpforms-submit-33,
button#wpforms-submit-38 {
display: block;
margin: auto;
background-color: #ac88bf;
color: #ffffff;
border-radius: 9999px;
width: 120px;
font-size: 1.2em;
}
button#wpforms-submit-33:hover,
button#wpforms-submit-38:hover {
color: #232653;
}
body.page-id-13 p,
body.page-id-184 p {
font-size: 1.1em;
}
body.page-id-13 p a,
body.page-id-184 p a {
color: #232653;
text-decoration: underline;
} body.page-id-3 p,
body.page-id-261 p {
font-size: 1.1em;
}
body.page-id-3 p a,
body.page-id-261 p a {
color: #232653;
text-decoration: underline;
} section.error-404 p {
font-size: 1.1em;
}
section.error-404 p a {
color: #232653;
text-decoration: underline;
}@font-face{font-family:'FontAwesome';src:url(//damienlamey.fr/wp-content/themes/flash/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(//damienlamey.fr/wp-content/themes/flash/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(//damienlamey.fr/wp-content/themes/flash/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(//damienlamey.fr/wp-content/themes/flash/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(//damienlamey.fr/wp-content/themes/flash/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(//damienlamey.fr/wp-content/themes/flash/fonts/fontawesome-webfont.svg?v=4.7.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-pp: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-resistance: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: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"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.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}body {
font-family: Verdana, serif !important;
} .header-bottom .search-icon {
display: none;
}
.header-bottom {
background-color: #909cc4;
}
#site-navigation ul li a {
color: #ffffff;
font-size: 1.1em;
}
#site-navigation ul li a:hover {
color: #232653;
}
#site-navigation ul li.current_page_item > a {
color: #232653;
} @media all and (max-width: 980px) {
#site-navigation .menu-toggle {
font-size: 30px !important;
}
#site-navigation .menu {
border: solid 1px #232653 !important;
}
#site-navigation ul li a {
color: #232653 !important;
}
#site-navigation ul li a:hover {
color: #909cc4 !important;
}
#site-navigation ul li.current_page_item > a {
color: #909cc4 !important;
}
} #bottom-footer .copyright-text {
display: none;
}
#bottom-footer .footer-menu {
list-style: none;
}
#bottom-footer {
background-color: #909cc4;
}
#bottom-footer ul li a {
color: #ffffff;
font-size: 1em;
}
#bottom-footer ul li.current_page_item > a {
color: #232653;
}
#bottom-footer ul li a:hover {
color: #232653;
} .full-width-center #primary {
width: 80% !important;
}
.breadcrumb-trail.breadcrumbs {
background-color: #ffffff;
}
.breadcrumb-trail.breadcrumbs .trail-title {
color: #232653;
}
.breadcrumb-trail.breadcrumbs .trail-items li a,
.breadcrumb-trail.breadcrumbs .trail-items li span {
color: #909cc4;
}
#scroll-up {
background-color: #ac88bf;
}
.breadcrumb-trail.breadcrumbs .trail-title { float: none;
text-align: center;
margin-top: 2%;
font-weight: bold;
}
h2 {
color: #8479a1;
}
h3 {
color: #909cc4;
}
.breadcrumb-trail.breadcrumbs .trail-items { float: left;
} @media all and (max-width: 980px) {
h1 {
font-size: 1.8em !important;
}
h2 {
font-size: 1.6em !important;
}
h3 {
font-size: 1.3em !important;
}
} .wp-block-buttons > .wp-block-button {
color: #ffffff;
} body.page-id-7 h1,
body.page-id-71 h1 {
color: #232653;
text-align: center;
}
body.page-id-7 h2,
body.page-id-71 h2 {
text-align: center;
}
body.page-id-7 h3,
body.page-id-71 h3 {
text-align: center;
}
body.page-id-7 .wp-block-button,
body.page-id-71 .wp-block-button {
display: block;
margin: auto;
}
body.page-id-7 p,
body.page-id-71 p {
font-size: 1.1em;
}
body.page-id-7 img,
body.page-id-71 img {
width: 85%;
} @media all and (max-width: 980px) {
body.page-id-7 img, body.page-id-71 img{
width: 100%;
}
} body.page-id-2 .wp-block-image:not(.is-style-rounded) img,
body.page-id-182 .wp-block-image:not(.is-style-rounded) img {
border-radius: 50%;
display: block;
margin: auto;
}
body.page-id-2 .wp-block-button,
body.page-id-182 .wp-block-button {
display: block;
margin: auto;
}
body.page-id-2 h2,
body.page-id-182 h2 {
text-align: center;
}
body.page-id-2 h3,
body.page-id-182 h3 {
font-size: 1.5em;
}
body.page-id-2 p,
body.page-id-182 p {
font-size: 1.1em;
}
body.page-id-2 p a,
body.page-id-182 p a {
color: #232653;
text-decoration: underline;
}
.comp {
border: solid #232653 2px;
padding: 5px;
background-color: #e5e5e5;
text-align: center;
border-radius: 10%;
margin: auto;
}
.exp,
.form {
border: solid #232653 2px;
padding: 10px;
background-color: #e5e5e5;
}
body.page-id-2 .comps,
body.page-id-182 .comps {
display: flex;
justify-content: center;
}
p.int1::before {
content: url(//damienlamey.fr/wp-content/themes/flash-child/icons/jeux.png);
position: relative;
top: 25px;
padding-right: 10px;
}
p.int2::before {
content: url(//damienlamey.fr/wp-content/themes/flash-child/icons/cinema.png);
position: relative;
top: 25px;
padding-right: 10px;
}
p.int3::before {
content: url(//damienlamey.fr/wp-content/themes/flash-child/icons/livre.png);
position: relative;
top: 25px;
padding-right: 10px;
}
p.int4::before {
content: url(//damienlamey.fr/wp-content/themes/flash-child/icons/voyages.png);
position: relative;
top: 20px;
padding-right: 10px;
}
p.int5::before {
content: url(//damienlamey.fr/wp-content/themes/flash-child/icons/rando.png);
position: relative;
top: 20px;
padding-right: 10px;
}
p.int6::before {
content: url(//damienlamey.fr/wp-content/themes/flash-child/icons/piano.png);
position: relative;
top: 25px;
padding-right: 10px;
} @media all and (max-width: 980px) {
body.page-id-2 .comp, body.page-id-182 .comp {
padding: 2px;
}
.exp,
.form {
padding: 12px;
}
} body.page-id-11 h2,
body.page-id-186 h2 {
text-align: center;
}
body.page-id-11 p,
body.page-id-186 p {
font-size: 1.1em;
}
body.page-id-11 p a,
body.page-id-186 p a {
color: #232653;
text-decoration: underline;
}
body.page-id-11 .n2-section-smartslider,
body.page-id-186 .n2-section-smartslider {
width: 80%;
margin: auto;
}
body.page-id-11 .img,
body.page-id-186 .img {
width: 80%;
margin: auto;
} @media all and (max-width: 980px) {
body.page-id-11 .img, body.page-id-186 .img {
width: 1000%;
margin: auto;
}
body.page-id-11 .n2-section-smartslider,
body.page-id-186 .n2-section-smartslider {
width: 100%;
}
} form#wpforms-form-33,
form#wpforms-form-38 {
border: solid #232653 2px;
padding: 10px;
background-color: #e5e5e5;
}
button#wpforms-submit-33,
button#wpforms-submit-38 {
display: block;
margin: auto;
background-color: #ac88bf;
color: #ffffff;
border-radius: 9999px;
width: 120px;
font-size: 1.2em;
}
button#wpforms-submit-33:hover,
button#wpforms-submit-38:hover {
color: #232653;
}
body.page-id-13 p,
body.page-id-184 p {
font-size: 1.1em;
}
body.page-id-13 p a,
body.page-id-184 p a {
color: #232653;
text-decoration: underline;
} body.page-id-3 p,
body.page-id-261 p {
font-size: 1.1em;
}
body.page-id-3 p a,
body.page-id-261 p a {
color: #232653;
text-decoration: underline;
} section.error-404 p {
font-size: 1.1em;
}
section.error-404 p a {
color: #232653;
text-decoration: underline;
}