html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
body {
margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
a {
text-decoration: none;
color: inherit;
background-color: transparent;
}
a:active,
a:hover {
outline: 0;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
mark {
background: #ff0;
color: #000;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
vertical-align: top;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 1em 40px;
}
hr {
box-sizing: content-box;
height: 0;
}
pre {
overflow: auto;
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
}
button {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
} body,
button,
input,
select,
optgroup,
textarea {
color: #353535;
font-family: 'Nunito Sans', sans-serif;
font-size: 18px;
font-weight: 400;
line-height: 1.8;
}
h1, h2, h3, h4, h5, h6 {
clear: both;
font-weight: 700;
color: #1c1d1d;
margin: 1em 0 0.6666em 0;
line-height: 1.3;
}
h1 {
font-size: 2.7223em;
}
h2 {
font-size: 2.1665em;
}
h3 {
font-size: 1.7223em;
}
h4 {
font-size: 1.3888em;
}
h5 {
font-size: 1.112em;
}
h6 {
font-size: 0.8888em;
}
p {
margin-bottom: 1.5em;
}
dfn, cite, em, i {
font-style: italic;
}
.halfwidth {
width: 50%;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code, kbd, tt, var {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 15px;
font-size: 0.9375rem;
}
abbr, acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark, ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
} html {
box-sizing: border-box;
}
*,
*:before,
*:after { box-sizing: inherit;
}
body {
background: #fff; }
hr {
background-color: #e9e9e9;
border: 0;
height: 1px;
margin-top: 2.5em;
margin-bottom: 2.5em;
}
ul, ol {
margin: 0;
}
ul {
list-style: none;
margin: 0;
padding: 0;
}
ol {
list-style: decimal;
font-weight: 400;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
padding: 0;
}
dt {
font-weight: bold;
}
dd {
margin: 0 1.5em 1.5em;
}
img {
height: auto; max-width: 100%; vertical-align: top;
}
figure {
margin: 0; }
table {
margin: 0 0 1.5em;
width: 100%;
border-radius: 0;
font-size: 1em;
text-align: left;
}
table tr th {
font-weight: 700;
color: #212127;
padding: 10px 15px;
border-bottom: 2px solid #EBEBEB;
}
table tr td {
color: #353535;
padding: 10px 15px;
}
table tbody tr:nth-child(odd) {
background: rgba(0,0,0,0.035);
}
.site-footer table tbody tr:nth-child(odd) {
background: rgba(255,255,255,0.05);
} button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border-radius: 5px;
background: #57b9a8;
border: 2px solid #57b9a8;
color: #fff;
font-size: 0.7778em;
text-transform: uppercase;
font-weight: 700;
padding: 15px 40px;
line-height: 1.5;
letter-spacing: 1px;
transition: all ease 0.35s;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
background: none;
color: #57b9a8;
}
button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
border-color: none;
outline: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
color: #222;
border: 1px solid #e6e6e6;
border-radius: 5px;
padding: 10px 15px;
width: 100%;
height: 50px;
font-weight: 400;
font-size: 0.8888em;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
color: #222;
outline: 0;
}
select {
border: 1px solid #e6e6e6;
width: 100%;
height: 50px;
padding: 0 35px 0 15px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: 5px;
font-size: 0.8888em;
background-image: url(//panellinioautismou.gr/wordpress/wp-content/themes/the-conference-pro/data: image/svg+xml; utf-8, <svg xmlns=http://www.w3.org/2000/svg viewBox=0 0 448 512><path fill=%23999 d=M441.9 167.3l-19.8-19.8c-4.7-4.7-12.3-4.7-17 0L224 328.2 42.9 147.5c-4.7-4.7-12.3-4.7-17 0L6.1 167.3c-4.7 4.7-4.7 12.3 0 17l209.4 209.4c4.7 4.7 12.3 4.7 17 0l209.4-209.4c4.7-4.7 4.7-12.3 0-17z></path></svg>);
background-repeat: no-repeat;
background-position: calc(100% - 15px) 50%;
background-size: 15px;
}
textarea {
width: 100%;
height: 150px;
}  a {
color: inherit;
text-decoration: none;
transition: all ease 0.35s;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
} a:focus {
outline: none;
}
a:hover, a:active {
outline: 0;
}
a:hover {
color: #57B9A8;
} .site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
margin: 0 0 1.5em;
overflow: hidden;
}
.post-navigation .nav-links:before, 
.post-navigation .nav-links:after {
content: "";
display: table;
line-height: 0;
}
.post-navigation .nav-links:after {
clear: both;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
float: left;
width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
float: right;
text-align: right;
width: 50%;
}  .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important; }
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } #content[tabindex="-1"]:focus {
outline: 0;
} .alignleft {
display: inline;
float: left;
margin-right: 1.5em;
margin-bottom: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
margin-bottom: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
} .clearfix:before,
.clearfix:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after, 
.container:before, 
.container:after {
content: "";
display: table;
table-layout: fixed;
}
.clearfix:after,
.entry-content:after,
.comment-content:after,
.site-content:after, 
.container:after {
clear: both;
} .widget {
margin: 0 0 60px 0; }
#secondary .widget:last-child {
margin-bottom: 0;
}
.widget select {
max-width: 100%;
}  .sticky {
display: block;
}
.hentry {
margin: 0 0 1.5em;
}
.updated:not(.published) {
display: none;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}  .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { display: none;
} .infinity-end.neverending .site-footer {
display: block;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} embed,
iframe,
object {
max-width: 100%;
} .custom-logo-link {
display: inline-block;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
line-height: initial;
font-size: 0.7778em;
color: #999999;
}
.wp-caption-text {
text-align: center;
}
.alignright .wp-caption-text, 
.alignleft .wp-caption-text {
text-align: left;
margin-bottom: 0;
} .gallery:before, 
.gallery:after {
content: "";
display: table;
}
.gallery:after {
clear: both;
}
.gallery {
margin-bottom: 0;
}
.gallery-item { display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery:not(gallery-columns-1) .gallery-item {
margin-right: 2%;
margin-bottom: 25px;
}
.gallery-columns-2 .gallery-item {
max-width: 49%;
}
.gallery-columns-3 .gallery-item {
max-width: 32%;
}
.gallery-columns-4 .gallery-item {
max-width: 23.4%;
}
.gallery-columns-5 .gallery-item {
max-width: 18.33%;
}
.gallery-columns-6 .gallery-item {
max-width: 15%;
}
.gallery-columns-7 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-8 .gallery-item {
max-width: 10.7%;
}
.gallery-columns-9 .gallery-item {
max-width: 9.33%;
}
.gallery-columns-2 .gallery-item:nth-child(2n), 
.gallery-columns-3 .gallery-item:nth-child(3n), 
.gallery-columns-4 .gallery-item:nth-child(4n), 
.gallery-columns-5 .gallery-item:nth-child(5n), 
.gallery-columns-6 .gallery-item:nth-child(6n), 
.gallery-columns-7 .gallery-item:nth-child(7n), 
.gallery-columns-8 .gallery-item:nth-child(8n), 
.gallery-columns-9 .gallery-item:nth-child(9n) {
margin-right: 0;
}
.gallery-caption {
display: block;
}
.widget_media_gallery .gallery-item figcaption {
display: none;
}
.widget_media_gallery .gallery:not(gallery-columns-1) .gallery-item {
margin-bottom: 2%;
} iframe {
width: 100%;
}
.container {
max-width: 1170px;
margin: 0 auto;
}
.section-title {
margin: 0 auto;
font-size: 2.223em;
max-width: 800px;
line-height: 1.5;
text-align: center;
}
.section-desc {
max-width: 800px;
margin: 0 auto;
font-size: 1.112em;
line-height: 1.8;
font-weight: 400;
text-align: center;
color: #353535;
}
.no-pageHeader .site-content {
margin-top: 120px; }
.site-header .container, 
.speaker-section .container {
max-width: 1440px;
}
.site-header .container {
max-width: 1440px;
display: flex;
flex: 1;
flex-direction: row;
flex-wrap: wrap;
justify-content: flex-end;
align-items: center;
}
.entry-header .entry-title {
margin-top: 0;
font-size: 1.3333em;
font-weight: 700;
line-height: 1.3;
margin-bottom: 0;
}
.entry-meta > span {
font-size: 0.6666em;
font-weight: 600;
color: #999;
position: relative;
display: inline-block;
vertical-align: middle;
margin-right: 30px;
text-transform: uppercase;
}
.entry-meta span span, 
.entry-meta > span:last-child {
margin-right: 0;
}
.entry-meta > span::after {
content: "";
width: 6px;
height: 6px;
background: #F2F2F2;
position: absolute;
top: 8px;
right: -20px;
border-radius: 100%;
}
.entry-meta span span:after, 
.entry-meta > span:last-child:after {
display: none;
}
.entry-meta span svg {
width: 18px;
vertical-align: middle;
margin-right: 5px;
}
.entry-meta span a {
display: inline-block;
vertical-align: middle;
}
.entry-content {
font-size: 1em;
margin-top: 10px;
margin-bottom: 0;
color: #353535;
}
.entry-content p {
margin-top: 0;
margin-bottom: 20px;
clear: both;
}
.entry-content p:last-child {
margin-bottom: 10px;
}
.entry-content iframe {
min-height: 360px;
}
#secondary .widget-title, 
.site-footer .widget-title {
font-size: 1.112em;
margin-top: 0;
margin-bottom: 30px;
font-weight: 700;
border-bottom: 1px solid #e6e6e6;
padding-bottom: 10px;
}
.site-footer .widget-title {
color: #fff;
border-bottom-color: rgba(255,255,255,0.1);
}
.title-wrap {
display: inline-block;
}
.title-wrap::after {
content: "";
background: #57b9a8;
height: 3px;
width: 70px;
position: absolute;
bottom: -2px;
left: 0;
}
.widget ul {
margin: 0;
padding: 0;
list-style: none;
}
.widget ul ul {
margin-top: 12px;
margin-left: 20px;
padding-top: 12px;
border-top: 1px solid #F0F0F0;
}
.widget ul li {
margin-bottom: 12px;
font-weight: 400;
position: relative;
padding-left: 0;
border-bottom: 1px solid #F0F0F0;
padding-bottom: 12px;
word-break: break-word;
}
.widget ul li:last-child {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: none;
} header.page-header {
text-align: center; background-size: cover !important;
position: relative;
z-index: 1;
padding: 80px 0;
display: flex;
flex: 1;
flex-direction: column;
justify-content: center;
align-items: center;
margin-bottom: 60px;
}
header.page-header:before {
content: "";
background: rgba(0,0,0,0.5);
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: -1;
}
header.page-header:after {
content: "";
background: -webkit-linear-gradient(rgba(87,185,168,0.8), rgba(13,45,98,0.8));
background: -moz-linear-gradient(rgba(87,185,168,0.8), rgba(13,45,98,0.8));
background: -ms-linear-gradient(rgba(87,185,168,0.8), rgba(13,45,98,0.8));
background: -o-linear-gradient(rgba(87,185,168,0.8), rgba(13,45,98,0.8));
background: linear-gradient(rgba(87,185,168,0.8), rgba(13,45,98,0.8));
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: -1;
}
.page-header .container {
margin-top: 80px;
}
.page-header .page-title {
font-size: 3.1111em;
margin: 0 0 5px 0;
font-weight: 700;
color: #fff;
}
.archive-description {
max-width: 800px;
margin: 0 auto;
}
.archive-description p {
margin-top: 0;
margin-bottom: 20px;
color: rgba(255,255,255,0.7);
}
blockquote {
margin: 40px 0;
font-style: italic;
font-weight: 700;
color: #212127;
font-size: 1.2223em;
background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 130 110"><path fill="rgba(87, 185, 168, 0.5)" d="M88.967,47.167a26.667,26.667,0,1,1-26.8,26.667A53.319,53.319,0,0,1,115.5,20.5,52.413,52.413,0,0,0,88.967,47.167ZM58.833,73.833a26.667,26.667,0,0,1-53.333,0h0A53.319,53.319,0,0,1,58.833,20.5,52.413,52.413,0,0,0,32.3,47.167,26.631,26.631,0,0,1,58.833,73.833Z"></path></svg>'); 
background-repeat: no-repeat;
background-size: 110px;
background-position: top left;
padding-left: 60px;
padding-top: 40px;
padding-bottom: 10px;
}
blockquote p:last-child {
margin-bottom: 0;
}
blockquote p + span {
display: block;
text-align: center;
font-style: normal;
font-weight: 400;
color: #999;
font-size: 0.8182em;
margin-top: 15px;
}
q {
border-left: 3px solid #57b9a8;
display: inline-block;
padding-left: 25px;
font-style: italic;
margin-bottom: 0;
margin-right: 20px;
font-size: 1.2223em;
font-weight: 700;
float: left;
width: 45%;
line-height: 1.5;
}
q:before, 
q:after {
display: none;
}
q p:last-child {
margin-bottom: 0;
}
.highlight {
display: inline-block;
background: #e9e9e9;
padding: 0 5px;
border-radius: 5px;
}
.cat-tags h5 {
margin: 0 0 5px 0;
font-size: 0.5556em;
color: #999;
letter-spacing: 1px;
font-weight: 600;
display: inline-block;
vertical-align: middle;
}
.cat-tags a {
display: inline-block;
vertical-align: middle;
font-weight: 700;
margin: 0 0 5px 3px;
letter-spacing: 1px;
font-size: 0.5556em;
text-transform: uppercase;
color: #353535;
border: 1px solid;
border-radius: 3px;
padding: 2px 7px;
}
.cat-tags a:hover {
background: #57b9a8;
color: #fff;
border-color: #57b9a8;
}
.left {
text-align: left;
}
.center {
text-align: center;
}
.right {
text-align: right;
}
section[class*="-section"] .widget_text {
text-align: center;
width: 100%;
}
section[class*="-section"] .widget_text .widget-title {
font-size: 2.223em;
max-width: 800px;
margin: 0 auto 15px auto;
}
section[class*="-section"] .widget_text .textwidget {
font-size: 1.112em;
font-weight: 400;
color: #353535;
max-width: 800px;
margin-left: auto;
margin-right: auto;
}
.edit-link, 
.cat-tags {
display: inline-block;
vertical-align: middle;
}
.entry-footer a.btn-transparent + .edit-link, 
.entry-footer .cat-tags + .edit-link {
margin-left: 20px;
}
.entry-footer .cat-tags + .edit-link {
margin-bottom: 3px;
}
.edit-link a {
display: inline-block;
vertical-align: middle;
font-size: 0.6666em;
text-transform: uppercase;
font-weight: 700;
letter-spacing: 1px;
background: #57B9A8;
color: #fff;
padding: 0 10px;
border-radius: 3px;
border: 1px solid #57B9A8;
}
.edit-link a:hover {
background: none;
color: #57b9a8;
}
body.custom-background .site {
background: #fff;
max-width: 1480px;
margin-left: auto;
margin-right: auto;
box-shadow: 0 0 10px rgba(0,0,0,0.15);
}
.custom-background header.site-header {
max-width: 1480px;
margin-left: auto;
margin-right: auto;
} .owl-theme .owl-nav {
margin-top: 0;
}
.owl-theme .owl-nav [class*="owl-"] {
background: rgba(255,255,255,0.75);
width: 40px;
height: 40px;
text-align: center;
line-height: 40px;
padding: 0;
border-radius: 100%;
position: absolute;
top: 50%;
left: 0;
margin-top: 0;
margin-bottom: 0;
color: #353535;
text-indent: 50px;
overflow: hidden;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.owl-theme .owl-nav .owl-next {
left: auto;
right: 0;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
background: #fff;
}
.owl-theme .owl-nav [class*="owl-"]::before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="%23353535" d="M34.52 239.03L228.87 44.69c9.37-9.37 24.57-9.37 33.94 0l22.67 22.67c9.36 9.36 9.37 24.52.04 33.9L131.49 256l154.02 154.75c9.34 9.38 9.32 24.54-.04 33.9l-22.67 22.67c-9.37 9.37-24.57 9.37-33.94 0L34.52 272.97c-9.37-9.37-9.37-24.57 0-33.94z"></path></svg>');
background-repeat: no-repeat;
width: 14px;
height: 16px;
bottom: 0;
margin: auto;
}
.owl-theme .owl-nav .owl-next::before {
background-image: url('data:image/svg+xml; utf-8, <svg role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="%23353535" d="M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z"></path></svg>');
width: 11px;
}
.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span {
background: #57b9a8;
} .scroll-to-top {
position: fixed;
bottom: 0;
right: 40px;
width: 50px;
text-align: center;
height: 50px;
line-height: 44px;
border: 3px solid #57b9a8;
border-radius: 5px;
color: #57b9a8;
font-size: 1em;
cursor: pointer;
opacity: 0;
visibility: hidden;
z-index: 999;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.scroll-to-top.show {
bottom: 40px;
opacity: 1;
filter: alpha(opacity=100);
visibility: visible;
} 
.scroll-to-top:hover {
background: #57b9a8;
color: #fff;
} .comments-area {
margin-top: 60px;
padding-top: 60px;
border-top: 1px solid #e6e6e6;
}
.comments-area .comment-title, 
.comment-respond .comment-reply-title {
margin-top: 0;
margin-bottom: 30px;
font-size: 1em;
border-bottom: 1px solid #e6e6e6;
padding-bottom: 10px;
position: relative;
}
.comments-area ol {
margin: 0;
padding: 0;
list-style: none;
}
.comments-area ol li ol {
margin-left: 30px;
}
.comment-list .comment {
border-top: 1px solid #e6e6e6;
margin-top: 20px;
padding-top: 20px;
}
.comment-list > .comment:first-child {
border-top: none;
padding-top: 0;
margin-top: 0;
}
.comments-area .comment-body {
position: relative;
padding-left: 70px;
}
.comments-area .comment-body .comment-author::before {
content: "";
border: 3px solid rgba(240,240,240,0.75);
top: 5px;
left: 0;
position: absolute;
width: 50px;
height: 50px;
border-radius: 100%;
z-index: 1;
}
.comments-area .bypostauthor > .comment-body .comment-author::after {
content: "";
background: url(//panellinioautismou.gr/wordpress/wp-content/themes/the-conference-pro/images/check-mark.svg) no-repeat;
position: absolute;
top: 37px;
left: 32px;
width: 20px;
height: 21px;
z-index: 1;
}
.comment-body img.avatar {
position: absolute;
top: 5px;
left: 0;
width: 50px;
height: 50px;
border-radius: 100%;
}
.comment-body b.fn {
font-weight: 700;
font-size: 0.8888em;
margin-bottom: 0;
display: block;
}
.comment-body b.fn span.says {
display: none;
}
.comment-body .comment-metadata {
font-size: 0.6666em;
color: #999;
}
.comment-body .comment-awaiting-moderation {
font-size: 0.7778em;
margin-top: 10px;
margin-bottom: 0;
color: red;
letter-spacing: 0;
}
.comment-body .reply .comment-reply-link {
display: inline-block;
text-align: center;
position: relative;
vertical-align: top;
color: #212127;
font-size: 0.7778em;
text-transform: uppercase;
font-weight: 700;
letter-spacing: 0.8px;
padding-left: 25px;
}
.comment-body .reply .comment-reply-link:hover {
color: #57b9a8;
}
.comment-body .reply .comment-reply-link:before {
content: "";
background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M8.309 189.836L184.313 37.851C199.719 24.546 224 35.347 224 56.015v80.053c160.629 1.839 288 34.032 288 186.258 0 61.441-39.581 122.309-83.333 154.132-13.653 9.931-33.111-2.533-28.077-18.631 45.344-145.012-21.507-183.51-176.59-185.742V360c0 20.7-24.3 31.453-39.687 18.164l-176.004-152c-11.071-9.562-11.086-26.753 0-36.328z"></path></svg>');
background-repeat: no-repeat;
background-position: center;
width: 15px;
height: 15px;
position: absolute;
top: 6px;
left: 0;
}
.comment-body .reply .comment-reply-link:hover:before {
background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%2357b9a8" d="M8.309 189.836L184.313 37.851C199.719 24.546 224 35.347 224 56.015v80.053c160.629 1.839 288 34.032 288 186.258 0 61.441-39.581 122.309-83.333 154.132-13.653 9.931-33.111-2.533-28.077-18.631 45.344-145.012-21.507-183.51-176.59-185.742V360c0 20.7-24.3 31.453-39.687 18.164l-176.004-152c-11.071-9.562-11.086-26.753 0-36.328z"></path></svg>');
}
.comment-body .comment-content {
font-size: 0.8888em;
font-weight: 400;
}
.comment-body .comment-content p {
margin-top: 5px;
margin-bottom: 20px;
}
.comments-area .comment-list + .comment-respond {
margin-top: 60px;
padding-top: 60px;
border-top: 1px solid #e6e6e6;
}
.comment-respond .comment-reply-title a {
display: inline-block;
font-size: 0.7778em;
border-left: 2px solid #999;
margin-left: 20px;
padding-left: 20px;
color: #212127;
vertical-align: middle;
text-transform: uppercase;
font-weight: 700;
letter-spacing: 1px;
}
.comment-respond .comment-reply-title a:hover {
color: #57b9a8;
}
.comment-respond .comment-form p {
margin-top: 0;
margin-bottom: 20px;
}
.comment-form p.comment-notes {
display: none;
}
.comment-respond .comment-form p:not(.comment-form-cookies-consent) label {
display: none;
}
.comment-respond .comment-form p.comment-form-cookies-consent {
position: relative;
}
.comment-respond .comment-form p.comment-form-cookies-consent label {
font-size: 0.888em;
color: #353535;
padding-left: 25px;
position: relative;
cursor: pointer;
display: block;
}
.comment-respond .comment-form p.comment-form-cookies-consent label:hover {
text-decoration: underline;
}
.comment-respond .comment-form p.comment-form-cookies-consent label::before {
content: "";
width: 16px;
height: 16px;
border: 1px solid #e6e6e6;
position: absolute;
top: 7px;
left: 0;
border-radius: 3px;
background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23fff" d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>');
background-position: center;
background-size: 0;
background-repeat: no-repeat;
font-weight: normal;
text-align: center;
line-height: 14px;
font-size: 0;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.comment-respond .comment-form p.comment-form-cookies-consent input[type="checkbox"]:checked + label::before {
border-color: #57b9a8;
background-color: #57b9a8;
background-size: 10px;
}
.comment-respond .comment-form p.comment-form-cookies-consent input[type="checkbox"] {
position: absolute;
top: 11px;
left: 1px;
opacity: 0;
visibility: hidden;
}
.comment-form p.form-submit {
margin-bottom: 0;
margin-top: 30px;
} .breadcrumb {
font-weight: 400;
font-size: 0.8888em;
}
.page-header .breadcrumb, 
.page-header span.separator {
color: rgba(255,255,255,0.5);
}
.breadcrumb a:hover {
text-decoration: underline;
}
span.separator {
display: inline-block;
vertical-align: middle;
margin: 0 10px;
color: #707171;
}
.breadcrumb .current {
color: #57b9a8;
} .navigation.pagination {
margin-top: 60px;
text-align: center;
}
.navigation .nav-links .page-numbers {
width: 48px;
height: 48px;
line-height: 48px;
text-align: center;
display: inline-block;
border: 1px solid #E6E6E6;
border-radius: 5px;
margin: 5px;
font-size: 0.8888em;
font-weight: 500;
}
.navigation .nav-links .page-numbers.dots {
border: none;
border-radius: 0;
font-size: 1.112em;
letter-spacing: 3px;
}
.navigation .nav-links .page-numbers.prev, 
.navigation .nav-links .page-numbers.next {
width: auto;
padding: 0 25px;
margin-left: 0;
font-size: 0.6666em;
font-weight: 700;
letter-spacing: 1px;
float: left;
}
.navigation .nav-links .page-numbers.next {
margin-left: 5px;
margin-right: 0;
float: right;
}
.navigation .nav-links .page-numbers.prev .arrow, 
.navigation .nav-links .page-numbers.next .arrow {
font-size: 1.9em;
line-height: 1;
display: inline-block;
vertical-align: middle;
margin-right: 5px;
}
.navigation .nav-links .page-numbers.prev .arrow {
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
transform: rotate(180deg);
}
.navigation .nav-links .page-numbers.next .arrow {
margin-right: 0;
margin-left: 8px;
}
.navigation .nav-links .page-numbers:not(.dots):hover, 
.navigation .nav-links .page-numbers.current {
background: #57b9a8;
border-color: #57b9a8;
color: #fff;
}
.site-main .post-navigation {
border-top: 1px solid #e6e6e6;
padding-top: 60px;
margin-top: 60px;
margin-bottom: 0;
}
.post-navigation .nav-previous a {
display: block;
position: relative;
padding-left: 30px;
}
.post-navigation .nav-next a {
position: relative;
display: table;
clear: both;
float: right;
padding-right: 30px;
}
.post-navigation a .meta-nav {
display: block;
font-size: 0.6666em;
font-weight: 700;
letter-spacing: 1px;
color: #999;
text-transform: uppercase;
}
.post-navigation a .meta-nav svg {
font-size: 1.333em;
font-weight: 400;
vertical-align: middle;
margin-right: 10px;
position: absolute;
top: 3px;
left: 0;
}
.post-navigation .nav-next a .meta-nav svg {
margin-right: 0;
margin-left: 10px;
left: auto;
right: 0;
}
.post-navigation a .post-title {
font-size: 1em;
font-weight: 600;
margin-bottom: 0;
width: 90%;
display: block;
line-height: 1.3;
margin-top: 5px;
}
.post-navigation .nav-next a .post-title {
float: right;
}
.posts-navigation {
margin-top: 60px;
}
.posts-navigation .nav-links:before, 
.posts-navigation .nav-links:after {
content: "";
display: table;
line-height: 0;
}
.posts-navigation .nav-links:after {
clear: both;
}
.posts-navigation .nav-links a {
display: inline-block;
color: #000;
text-transform: uppercase;
font-weight: 700;
font-size: 0.6666em;
letter-spacing: 1px;
position: relative;
border: 1px solid rgba(0,0,0,0.15);
padding: 15px 50px 15px 20px;
border-radius: 5px;
}
.posts-navigation .nav-links .nav-previous a {
padding-right: 20px;
padding-left: 50px;
}
.posts-navigation .nav-links a:hover {
border-color: #57b9a8;
background: #57b9a8;
color: #fff;
}
.posts-navigation .nav-links a::before {
content: "\279d";
font-size: 2.1em;
line-height: 1;
position: absolute;
top: 14px;
right: 20px;
}
.posts-navigation .nav-links .nav-previous a::before {
right: auto;
left: 20px;
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
transform: rotate(180deg);
}
#load-posts {
margin-top: 60px;
text-align: center;
}
#load-posts a {
display: inline-block;
text-transform: uppercase;
font-size: 0.7778em;
font-weight: 700;
letter-spacing: 1px;
background: #57B9A8;
color: #fff;
border: 2px solid #57B9A8;
padding: 15px 20px;
border-radius: 5px;
}
#load-posts a:hover {
background: none;
color: #57B9A8;
}
#load-posts a svg {
margin-right: 10px;
}
#load-posts a.disabled {
background: #57B9A8;
color: #fff !important;
cursor: not-allowed;
opacity: 0.5;
filter: alpha(opacity=50);
} body:not([class*="page-template-"]) #primary {
margin-bottom: 100px;
}
.rightsidebar #primary {
float: left;
width: 72%;
padding-right: 70px;
}
.leftsidebar #primary {
float: right;
width: 72%;
padding-left: 70px;
}
.rightsidebar #secondary, 
.leftsidebar #secondary {
float: left;
width: 28%;
margin-bottom: 100px;
}
.full-width-centered .site-main, 
.error404 .site-main {
max-width: 780px;
margin-left: auto;
margin-right: auto;
} body.home.blog .site {
padding-top: 0 !important;
}
header.site-header {
position: absolute;
left: 0;
right: 0;
top: 0;
z-index: 999;
border-bottom: 1px solid rgba(255,255,255,0.3);
padding-top: 20px;
padding-bottom: 20px;
}
.admin-bar header.site-header {
top: 32px;
}
body.home header.site-header {
border-bottom-color: rgba(255,255,255,0.1);
}
.site-header.sticky-menu {
position: fixed;
z-index: 9999;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.site-header.sticky-menu.menu-stick, 
body.home:not(.hasbanner) header.site-header {
background: rgba(13,45,98,0.85);
}
.site-branding {
display: flex;
flex: auto;
}
.site-branding:not(.logo-with-site-identity) .site-logo + .site-title-wrap {
display: none;
}
.site-title {
font-size: 23px;
color: #fff;	
margin: 0;
font-weight: 700;
}
.site-title a {
color: #fff;
}
.site-description {
font-size: 14px;
font-weight: 400;
color: #eee;
margin: 0;
}
.header-lay4 .site-description,
.header-lay5 .site-description{
color: #111111;
}
.site-logo + .site-title-wrap {
padding-left: 20px;
}
.site-header .nav-wrap {
display: flex;
flex: auto;
justify-content: flex-end;
align-items: center;
}
.main-navigation button.toggle-button {
display: none;
}
.main-navigation ul {
margin: 0;
padding: 0;
list-style: none;
}
.main-navigation ul li {
display: inline-block;
vertical-align: middle;
font-weight: 700;
font-size: 0.778em;
text-transform: capitalize;
position: relative;
letter-spacing: 1;
}
.nav-wrap .nav-btn a {
font-weight: 600;
padding-left: 25px;
}
.single .main-navigation ul li {
margin-bottom: 0;
padding-left: 0;
}
.main-navigation ul li:before {
display: none;
}
.main-navigation ul li a {
display: inline-block;
vertical-align: middle;
padding: 25px;
color: #fff;
}
.main-navigation ul li a:hover, 
.main-navigation ul li:hover > a, 
.main-navigation ul li.current-menu-item > a, 
.main-navigation ul li.current_page_item > a {
color: #57B9A8;
}
.main-navigation ul li ul {
position: absolute;
top: 120%;
left: 0;
width: 270px;
text-align: left;
opacity: 0;
visibility: hidden;
-webkit-transition: all ease 0.4s;
-moz-transition: all ease 0.4s;
transition: all ease 0.4s;
}
.main-navigation ul.nav-menu > li:nth-last-of-type(1) ul, 
.main-navigation ul.nav-menu > li:nth-last-of-type(2) ul {
left: auto;
right: 0;
}
.main-navigation ul li:hover > ul {
top: 100%;
opacity: 1;
filter: alpha(opacity=100);
visibility: visible;
z-index: 999;
}
.main-navigation ul li ul ul {
top: 0;
left: 110%;
padding-left: 15px;
}
.main-navigation ul.nav-menu > li:nth-last-of-type(1) ul ul, 
.main-navigation ul.nav-menu > li:nth-last-of-type(2) ul ul {
left: auto;
right: 110%;
padding-left: 0;
padding-right: 15px;
}
.main-navigation ul li ul li:hover ul {
top: 0;
left: 100%;
}
.main-navigation ul.nav-menu > li:nth-last-of-type(1) ul li:hover ul, 
.main-navigation ul.nav-menu > li:nth-last-of-type(2) ul li:hover ul {
left: auto;
right: 100%;
}
.main-navigation ul li ul:before {
content: "";
border-bottom: 12px solid #57B9A8;
border-right: 15px solid transparent;
position: absolute;
top: -12px;
left: 60px;
}
.main-navigation ul.nav-menu > li:nth-last-of-type(1) ul:before, 
.main-navigation ul.nav-menu > li:nth-last-of-type(2) ul:before {
left: auto;
right: 60px;
border-right: none;
border-left: 15px solid transparent;
}
.main-navigation ul li ul li ul:before {
border-top: 15px solid transparent;
border-right: 12px solid #57B9A8;
top: 20px;
left: 3px;
border-bottom: none;
}
.main-navigation ul.nav-menu > li:nth-last-of-type(1) ul ul:before, 
.main-navigation ul.nav-menu > li:nth-last-of-type(2) ul ul:before {
left: auto;
right: 3px;
border-left: 12px solid #57B9A8;
}
.main-navigation ul li ul li {
display: block;
background: #57B9A8;
font-size: 1em;
}
.main-navigation ul li ul li a {
padding-top: 15px;
padding-bottom: 15px;
border-bottom: 1px solid rgba(0,0,0,0.1);
display: block;
color: #fff;
}
.main-navigation ul ul.sub-menu li a:hover, 
.main-navigation ul ul.sub-menu li:hover > a, 
.main-navigation ul ul.sub-menu li.current-menu-item a, 
.main-navigation ul ul.sub-menu li.current_page_item a {
color: #fff;
background: rgba(0,0,0,0.1);
}
.nav-wrap .nav-btn a {
border: 2px solid #57B9A8;
border-radius: 5px;
padding: 15px 30px;
line-height: 1;
display: inline-block;
color: #fff;
background: #57B9A8;
font-size: 0.778em;
font-weight: 700;
letter-spacing: 1px;
}
.nav-wrap .nav-btn a:hover {
background: transparent;
color: #57b9a8;
}
.language-dropdown {
margin-left: 20px;
}
.language-dropdown li {
position: relative;
font-size: 0.8888em;
}
.language-dropdown .languages > li:not(.menu-item-has-children) {
display: inline-block;
margin-right: 20px;
}
.language-dropdown .languages > li:not(.menu-item-has-children):last-child {
margin-right: 0;
}
.language-dropdown li a {
display: block;
color: #fff;
position: relative;
}
.header-lay4 .language-dropdown li a, 
.header-lay5 .language-dropdown li a {
color: #000;
}
.language-dropdown li.menu-item-has-children > a {
padding-right: 20px;
}
.language-dropdown li.menu-item-has-children > a::after {
content: "";
background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%23fff" d="M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z"></path></svg>');
background-repeat: no-repeat;
width: 10px;
height: 10px;
position: absolute;
top: 11px;
right: 0;
}
.header-lay4 .language-dropdown li.menu-item-has-children > a::after, 
.header-lay5 .language-dropdown li.menu-item-has-children > a::after {
background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%23000" d="M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z"></path></svg>');
}
.language-dropdown .languages > li:not(.menu-item-has-children).current-menu-item > a, 
.language-dropdown .languages > li:not(.menu-item-has-children).current_page_item > a {
border-bottom: 1px dotted;
}
.language-dropdown li a img, 
.language-dropdown li span {
display: inline-block;
vertical-align: middle;
}
.language-dropdown li ul {
position: absolute;
top: 100%;
left: 0;
margin: 0;
padding-top: 5px;
display: none;
z-index: 99;
}
.language-dropdown li ul::before {
content: "";
border-bottom: 5px solid #fff;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
position: absolute;
top: 0;
left: 10px;
width: 0;
height: 0;
}
.header-lay4 .language-dropdown li ul::before, 
.header-lay5 .language-dropdown li ul::before {
border-bottom-color: #f5f5f5;
}
.language-dropdown li ul li {
font-size: 1em;
background: #fff;
}
.header-lay4 .language-dropdown li ul li, 
.header-lay5 .language-dropdown li ul li {
background: #f5f5f5;
}
.language-dropdown li ul li a {
padding: 5px 10px;
color: #000;
border-bottom: 1px solid rgba(0,0,0,0.1);
}
.language-dropdown li ul li:last-child > a {
border-bottom: none;
}
.language-dropdown li ul li a:hover {
background: rgba(0,0,0,0.05);
} .site-header.header-lay2 .container, 
.site-header.header-lay3 .container {
max-width: 100%;
padding-left: 4%;
padding-right: 4%;
}
.site-header.header-lay2 .nav-wrap .main-navigation {
display: flex;
flex: auto;
}
.site-header.header-lay2 .nav-wrap .nav-btn {
display: flex;
flex: auto;
justify-content: flex-end;
} .site-header.header-lay4, 
.site-header.header-lay5 {
background: #fff;
position: static;
}
.site-header.header-lay4.menu-stick, 
.site-header.header-lay5.menu-stick {
position: fixed;
background: #fff !important;
box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.site-header.header-lay4 .container {
max-width: 100%;
padding-left: 4%;
padding-right: 4%;
}
.header-lay4 .main-navigation ul li a, 
.header-lay5 .main-navigation ul li a {
color: #1C1D1D;
}
.header-lay4 .main-navigation ul ul li a, 
.header-lay5 .main-navigation ul ul li a {
color: #fff;
}
.header-lay4 + .site-banner img, 
.header-lay5 + .site-banner img {
height: 88vh;
} .site-banner {
position: relative;
}
.site-banner img {
width: 100vw;
height: 100vh;
object-fit: cover;
}
.video-banner #wp-custom-header {
position: relative;
height: 0;
padding-top: 56.25%;
}
.video-banner #wp-custom-header iframe, 
.video-banner #wp-custom-header video {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.site-banner .item {
position: relative;
}
.site-banner .item img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100vh;
}
.banner-caption {
position: relative;
top: 0;
left: 0;
background: -webkit-linear-gradient(rgba(87,185,168,0.8), rgba(13,45,98,0.8));
background: -moz-linear-gradient(rgba(87,185,168,0.8), rgba(13,45,98,0.8));
background: -ms-linear-gradient(rgba(87,185,168,0.8), rgba(13,45,98,0.8));
background: -o-linear-gradient(rgba(87,185,168,0.8), rgba(13,45,98,0.8));
background: linear-gradient(rgba(87,185,168,0.8), rgba(13,45,98,0.8));
width: 100%;
height: 100vh;
z-index: 1;
padding-bottom: 100px;
}
.video-banner .banner-caption {
background: -webkit-linear-gradient( rgba(87, 185, 168, 0.5), rgba(13, 45, 98, 0.5));
background: -moz-linear-gradient( rgba(87, 185, 168, 0.5), rgba(13, 45, 98, 0.5));
background: -ms-linear-gradient( rgba(87, 185, 168, 0.5), rgba(13, 45, 98, 0.5));
background: -o-linear-gradient( rgba(87, 185, 168, 0.5), rgba(13, 45, 98, 0.5));
background: linear-gradient( rgba(87, 185, 168, 0.5), rgba(13, 45, 98, 0.5));
}
.banner-caption::before {
content: "";
background: rgba(0,0,0,0.5);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
}
.video-banner .banner-caption:before {
background: rgba(0,0,0,0.2);
}
.banner-caption .container { text-align: center;
display: flex;
flex-direction: column;
justify-content: center;
align-self: center;
height: 100%;
flex: 1;
margin-top: 60px;
}
.header-lay4 + .site-banner .banner-caption .container, 
.header-lay5 + .site-banner .banner-caption .container {
margin-top: 0;
}
.banner-caption .banner-title {
margin: 0 auto;
color: #fff;
font-size: 4.1667em;
font-weight: 700;
line-height: 1.2;
width: 100%;
}
.banner-caption .banner-desc {
font-weight: 600;
color: #fff;
letter-spacing: 0.8px;
font-size: 1.223em;
margin: 10px 0 0 0;
}
.banner-caption .btn-wrap {
margin-top: 70px;
}
.banner-caption .banner-countdown {
width: 90%;
margin: 80px auto 0 auto;
padding: 0;
display: flex; justify-content: center;
flex-flow: row wrap;
}
.countdown-wrap {
display: flex;
width: 130px;
color: #fff;
padding: 0 30px;
position: relative;
flex: auto;
flex-direction: column;
justify-content: center;
background: rgba(0,0,0,0.5);
border-radius: 5px;
min-height: 160px;
margin-right: 10%;
}
.countdown-wrap:last-child {
margin-right: 0;
}
.countdown-wrap::before, 
.countdown-wrap::after {
content: "";
background: rgba(255,255,255,0.75);
width: 8px;
height: 8px;
border-radius: 100%;
position: absolute;
top: 45%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
transform: translateY(-50%);
right: -50px;
}
.countdown-wrap::after {
top: 55%;
}
.countdown-wrap:last-child::before, 
.countdown-wrap:last-child::after {
display: none;
}
.countdown-wrap span {
font-size: 3.4446em;
font-weight: 700;
display: table;
line-height: 1;
margin-bottom: 10px;
border-bottom: 2px solid rgba(255,255,255,0.2);
padding-bottom: 10px;
margin-left: auto;
margin-right: auto;
}
.countdown-wrap .smalltext {
font-size: 1em;
font-weight: 400;
line-height: 1.2;
}
a.btn-transparent, 
.btn-readmore {
display: inline-block;
vertical-align: middle;
color: #57b9a8;
font-weight: 700;
letter-spacing: 1px; text-align: center;
font-size: 0.778em;
padding: 17px 40px;
border: 2px solid #57b9a8;
border-radius: 5px;
}
.site-banner .btn-readmore {
color: #fff;
}
.site-banner a.btn-transparent {
color: #fff;
border-color: #fff;
}
a.btn-transparent:hover, 
.btn-readmore:hover {
background: #57b9a8;
color: #fff;
}
.site-banner a.btn-transparent:hover {
border-color: #57b9a8;
}
a.btn-filled {
display: inline-block;
vertical-align: middle;
color: #fff;
font-size: 0.778em;
font-weight: 700;
letter-spacing: 1px;
padding: 17px 40px;
background: #57b9a8;
border-radius: 5px;
border: 2px solid #57b9a8;
}
a.btn-filled:hover {
background: transparent;
color: #fff;
border-color: #fff;
}
.btn-wrap a + a {
margin-left: 20px;
}
a.btn-transparent svg, 
.btn-readmore svg {
margin-left: 7px;
}
.scroll-down {
display: inline-block;
width: 25px;
height: 40px;
border: 2px solid rgba(255,255,255,0.8);
position: absolute;
bottom: 50px;
left: 0;
right: 0;
margin: 0 auto;
border-radius: 40px;
z-index: 9;
cursor: pointer;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.scroll-down:hover {
border-color: #fff;
}
.scroll-down::before {
content: "";
background: #fff;
width: 4px;
height: 6px;
position: absolute;
top: 10px;
right: 0;
left: 0;
margin: 0 auto;
border-radius: 10px;
}
.wp-custom-header .wp-custom-header-video-button {
border: 0;
color: rgba(255, 255, 255, 0.6);
height: 45px;
line-height: 50px;
overflow: hidden;
padding: 0;
position: absolute;
right: 30px;
bottom: 30px;
-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
width: 45px;
z-index: 9999;
background: rgba(255, 255, 255, 0.5);
}
.wp-custom-header .wp-custom-header-video-button svg {
width: 18px;
height: 18px;
}
.banner-caption.newsletter-banner .container {
max-width: 1440px;
}
.newsletter-banner .blossomthemes-email-newsletter-wrapper {
background: rgba(0,0,0,0.5) !important;
max-width: 550px;
padding: 60px 40px;
border-radius: 5px;
overflow: hidden;
float: right;
}
.newsletter-banner .blossomthemes-email-newsletter-wrapper.bg-img::after {
display: none;
}
.newsletter-banner .blossomthemes-email-newsletter-wrapper .newsletter-wrap-inner {
max-width: 100%;
flex-direction: column;
}
.newsletter-banner .blossomthemes-email-newsletter-wrapper .text-holder {
max-width: 100%;
padding-right: 0;
margin-bottom: 40px;
}
.newsletter-banner .blossomthemes-email-newsletter-wrapper form {
flex-direction: column;
max-width: 100%;
flex: 1;
width: 100%;
}
.newsletter-banner .blossomthemes-email-newsletter-wrapper form input[name="subscribe-fname"], 
.newsletter-banner .blossomthemes-email-newsletter-wrapper form input[name="subscribe-email"] {
width: 100%;
border-right: 2px solid rgba(255,255,255,0.5);
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
margin-bottom: 10px;
}
.newsletter-banner .blossomthemes-email-newsletter-wrapper form input[name="subscribe-fname"] + input[name="subscribe-email"] {
width: 100%;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
}
.newsletter-banner .blossomthemes-email-newsletter-wrapper form input[type="submit"] {
width: 100%;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
}
.newsletter-banner .blossomthemes-email-newsletter-wrapper form label {
text-align: left;
margin-top: 20px;
}
.site-banner .owl-carousel .owl-nav [class*="owl-"] {
position: absolute;
top: 55%;
width: 35px;
height: 70px;
background: rgba(255,255,255,0.3);
left: 0;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.site-banner .owl-carousel .owl-nav .owl-next {
left: auto;
right: 0;
}
.site-banner .owl-carousel .owl-nav [class*="owl-"]:hover {
background: rgba(255,255,255,0.5);
}
.site-banner .owl-carousel .owl-nav [class*="owl-"]::before {
content: "";
background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="currentColor" d="M34.52 239.03L228.87 44.69c9.37-9.37 24.57-9.37 33.94 0l22.67 22.67c9.36 9.36 9.37 24.52.04 33.9L131.49 256l154.02 154.75c9.34 9.38 9.32 24.54-.04 33.9l-22.67 22.67c-9.37 9.37-24.57 9.37-33.94 0L34.52 272.97c-9.37-9.37-9.37-24.57 0-33.94z"></path></svg>');
background-repeat: no-repeat;
width: 15px;
height: 17px;
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
margin: auto;
}
.site-banner .owl-carousel .owl-nav .owl-next::before {
background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="currentColor" d="M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z"></path></svg>');
} section.about-section {
margin-top: 100px;
margin-bottom: 100px;
}
section.about-section .widget-title {
font-size: 2em;
}
section[class*="-section"] .widget:last-child {
margin-bottom: 0;
} section.counter-section {
padding-top: 100px;
padding-bottom: 140px;
text-align: center;
background-size: cover;
position: relative;
z-index: 1;
}
section.counter-section:before {
content: "";
background: -webkit-linear-gradient(135deg, rgba(87,185,168,0.9), rgba(13,45,98,0.9));
background: -moz-linear-gradient(135deg, rgba(87,185,168,0.9), rgba(13,45,98,0.9));
background: -ms-linear-gradient(135deg, rgba(87,185,168,0.9), rgba(13,45,98,0.9));
background: -o-linear-gradient(135deg, rgba(87,185,168,0.9), rgba(13,45,98,0.9));
background: linear-gradient(135deg, rgba(87,185,168,0.9), rgba(13,45,98,0.9));
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
}
.counter-section .container {
display: flex;
flex: 1;
flex-direction: row;
flex-wrap: wrap;
align-items: flex-start;
justify-content: space-around;
max-width: 100%;
} section.recent-conference-section {
max-width: 1440px;
margin-left: auto;
margin-right: auto;
position: relative;
box-shadow: 0 0px 21px rgba(0,0,0,0.07);
padding-top: 0;
padding-bottom: 100px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
z-index: 999;
}
section.recent-conference-section:before {
content: "";
background: #fff;
width: 100%;
height: 100px;
position: absolute;
top: -100px;
left: 0;
box-shadow: 0 -15px 21px rgba(0,0,0,0.07);
z-index: 9;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
section[class*="-section"] .widget_rrtc_icon_text_widget {
text-align: left;
margin-bottom: 40px;
}
section[class*="-section"] .widget_rrtc_icon_text_widget .rtc-itw-inner-holder {
flex-direction: row; }
section[class*="-section"] .widget_rrtc_icon_text_widget:nth-child(2n) .rtc-itw-inner-holder {
flex-direction: row-reverse;
}
section[class*="-section"] .widget_rrtc_icon_text_widget .text-holder {
width: 50%;
margin-top: 0;
padding-left: 60px;
display: flex;
flex: 1;
flex-direction: column;
align-self: center;
align-items: flex-start;
}
section[class*="-section"] .widget_rrtc_icon_text_widget:nth-child(2n) .text-holder {
padding-left: 0;
padding-right: 60px;
}
section[class*="-section"] .widget_rrtc_icon_text_widget .icon-holder {
width: 50%;
background: #57B9A8;
text-align: center;
font-size: 5em;
color: #fff;
border-radius: 5px;
overflow: hidden;
display: flex;
flex: 1;
justify-content: center;
align-items: center;
flex-direction: column;
}
section[class*="-section"] .widget_rrtc_icon_text_widget .icon-holder img {
border-radius: 5px;
} .speakers-section {
margin: 100px 0 70px 0;
}
.speakers-section .container, 
.page-template-speaker .site-main {
display: flex;
flex: 1;
flex-flow: row wrap;
}
section[class*="-section"] .widget_rrtc_description_widget, 
.page-template-speaker .site-main .widget_rrtc_description_widget {
margin: 0 1.25% 30px 1.25%;
width: 30.8%;
}
section[class*="-section"] .widget_rrtc_description_widget:last-child, 
.page-template-speaker .site-main .widget_rrtc_description_widget:last-child {
margin-bottom: 30px;
} .widget_rrtc_description_widget, 
.widget_rrtc_description_widget .rtc-team-holder {
position: relative;
}
.widget_rrtc_description_widget {
border-radius: 5px;
overflow: hidden;
}
.widget_rrtc_description_widget .rtc-team-inner-holder .text-holder {
background: -webkit-linear-gradient(transparent, rgba(0,0,0,0.85) 80%);
background: -moz-linear-gradient(transparent, rgba(0,0,0,0.85) 80%);
background: -ms-linear-gradient(transparent, rgba(0,0,0,0.85) 80%);
background: -o-linear-gradient(transparent, rgba(0,0,0,0.85) 80%);
position: absolute;
bottom: 0;
left: 0;
right: 0;
padding: 80px 30px 30px 30px;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.widget_rrtc_description_widget:hover .rtc-team-inner-holder .text-holder {
opacity: 0;
visibility: hidden;
}
.widget_rrtc_description_widget .name {
font-size: 1.3333em;
color: #fff;
margin: 0;
font-weight: 700;
line-height: 1.2;
display: block;
}
.widget_rrtc_description_widget .designation {
display: block;
font-size: 1em;
color: rgba(255,255,255,0.75);
margin: 5px 0 0 0px;
font-weight: 400;
line-height: 1.2;
}
.widget_rrtc_description_widget .rtc-team-inner-holder .description, 
.widget_rrtc_description_widget .rtc-team-inner-holder .social-profile, 
.widget_rrtc_description_widget .rtc-team-holder-modal .image-holder, 
.widget_rrtc_description_widget .rtc-team-holder-modal .close_popup, 
.widget_rrtc_description_widget .social-profile li:before {
display: none;
}
.widget_rrtc_description_widget .rtc-team-holder-modal {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: -webkit-linear-gradient(rgba(87,185,168,0.9), rgba(13,45,98,0.9));
background: -moz-linear-gradient(rgba(87,185,168,0.9), rgba(13,45,98,0.9));
background: -ms-linear-gradient(rgba(87,185,168,0.9), rgba(13,45,98,0.9));
background: -o-linear-gradient(rgba(87,185,168,0.9), rgba(13,45,98,0.9));
background: linear-gradient(rgba(87,185,168,0.9), rgba(13,45,98,0.9));
z-index: 99;
padding: 30px;
display: flex;
flex: 1;
flex-direction: column;
justify-content: center;
opacity: 0;
visibility: hidden;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.widget_rrtc_description_widget:hover .rtc-team-holder-modal {
opacity: 1;
filter: alpha(opacity=100);
visibility: visible;
}
.widget_rrtc_description_widget .rtc-team-inner-holder-modal {
position: relative;
left: -30px;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.widget_rrtc_description_widget:hover .rtc-team-inner-holder-modal {
left: 0;
}
.widget_rrtc_description_widget .description {
font-size: 0.8888em;
color: #fff;
font-weight: 400;
line-height: 1.65;
margin-top: 15px;
height: 185px;
overflow: auto;
}
.widget_rrtc_description_widget .social-profile {
margin-top: 20px;
}
.widget_rrtc_description_widget .social-profile li {
margin: 0;
padding: 0;
display: inline-block;
font-size: 1.112em;
letter-spacing: 0;
line-height: 1;
border-bottom: none;
}
.widget_rrtc_description_widget .social-profile li a {
color: #fff;
display: inline-block;
padding: 10px;
}
.widget_rrtc_description_widget .social-profile li:first-child a {
padding-left: 0;
}
.widget_rrtc_description_widget .social-profile li:last-child a {
padding-right: 0;
}
.widget_rrtc_description_widget .social-profile li a:hover {
color: rgba(255,255,255,0.75);
} section.schedule-section {
max-width: 1440px;
margin-left: auto;
margin-right: auto;
background: #fff;
box-shadow: 0 0 21px rgba(0,0,0,0.07);
padding-top: 100px;
padding-bottom: 0;
position: relative;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
z-index: 999;
}
section.schedule-section::after {
content: "";
background: #fff;
box-shadow: 0 11px 21px rgba(0,0,0,0.07);
position: absolute;
bottom: -100px;
height: 100px;
z-index: 999;
left: 0;
right: 0;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}
.schedule-section .section-desc {
margin-bottom: 60px;
}
.tab-content-wrap {
text-align: center;
}
.tab-wrap {
margin-bottom: 0;
display: flex;
flex: 1;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}
.tab-wrap li {
display: flex;
font-weight: 700;
cursor: pointer;
font-size: 1.3333em;
position: relative;
background: transparent;
flex: 1;
text-align: center;
justify-content: center;
flex-direction: column;
padding: 20px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
line-height: 1.5;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.tab-wrap li:hover, 
.tab-wrap li.active {
background: #57B9A8;
color: #fff;
}
.tab-wrap li:before {
content: "";
border-top: 10px solid #57B9A8;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
position: absolute;
bottom: -10px;
left: 0;
right: 0;
width: 0;
height: 0;
margin: 0 auto;
opacity: 0;
visibility: hidden;
}
.tab-wrap li.active:before {
opacity: 1;
filter: alpha(opacity=100);
visibility: visible;
}
.tab-wrap li span {
font-size: 0.6666em;
font-weight: 400;
margin-top: 0;
}
.tab-description .tab-wrap {
background: #F2F2F2;
display: block;
border-radius: 0;
margin-bottom: 0;
}
.tab-description .tab-wrap li {
margin-right: 0;
border-right: none;
padding: 15px 40px;
font-size: 0.8888em;
display: inline-block;
border-top-left-radius: 0;
border-top-right-radius: 0;
color: #353535;
}
.tab-description .tab-wrap li:hover, 
.tab-description .tab-wrap li.active {
color: #57B9A8;
background: rgba(0,0,0,0.05);
}
.tab-description .tab-wrap li::before {
display: none;
}
.tab-description .tab-description {
border: 1px solid #ddd;
margin-top: 0;
padding: 60px;
}
.tab-description .tab-wrap + .tab-description {
border-top: none;
}
.toggle-block {
position: relative;
margin-bottom: 20px;
text-align: left;
margin-left: 130px;
border: 1px solid #E6E6E6;
border-radius: 5px;
padding: 40px;
}
.toggle-block:last-child {
margin-bottom: 0;
}
.toggle-block::before, 
.toggle-block::after {
content: "";
border-right: 10px solid #ddd;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
position: absolute;
top: 55px;
left: -11px;
}
.toggle-block::after {
border-right-color: #fff;
left: -10px;
}
.toggle-block figure.toggle-img {
width: 90px;
height: 90px;
overflow: hidden;
border-radius: 100%;
position: absolute;
top: 20px;
left: -130px;
}
.toggle-block figure.toggle-img::before {
content: "";
border: 6px solid rgba(242,242,242,0.5);
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
border-radius: 100%;
}
.toggle-block .toggle-title {
cursor: pointer;
position: relative;
padding-right: 35px;
}
.toggle-block .toggle-title::before {
content: "";
position: absolute;
top: 20px;
right: 0;
background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%23999" d="M441.9 167.3l-19.8-19.8c-4.7-4.7-12.3-4.7-17 0L224 328.2 42.9 147.5c-4.7-4.7-12.3-4.7-17 0L6.1 167.3c-4.7 4.7-4.7 12.3 0 17l209.4 209.4c4.7 4.7 12.3 4.7 17 0l209.4-209.4c4.7-4.7 4.7-12.3 0-17z"></path></svg>');
background-repeat: no-repeat;
background-position: center;
background-size: 20px;
width: 36px;
height: 36px;
text-align: center;
line-height: 36px;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.toggle-block.open .toggle-title::before {
background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%2357B9A8" d="M441.9 167.3l-19.8-19.8c-4.7-4.7-12.3-4.7-17 0L224 328.2 42.9 147.5c-4.7-4.7-12.3-4.7-17 0L6.1 167.3c-4.7 4.7-4.7 12.3 0 17l209.4 209.4c4.7 4.7 12.3 4.7 17 0l209.4-209.4c4.7-4.7 4.7-12.3 0-17z"></path></svg>');
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
transform: rotate(180deg);
}
.toggle-block .toggle-title span.toggle-subtitle {
display: block;
font-weight: 400;
font-size: 0.778em;
line-height: 1.3;
color: #999999;
}
.toggle-block .toggle-title .toggle-maintitle {
display: block;
font-size: 1.112em;
font-weight: 700;
}
.toggle-block .toggle-title .speaker-name {
font-size: 0.7778em;
color: #999;
font-weight: 400;
}
.toggle-block .toggle-title .speaker-name a {
font-weight: 700;
color: #57B9A8;
}
.toggle-block .toggle-title .speaker-name a:hover {
text-decoration: underline;
}
.toggle-block .toggle-title .speaker-company {
font-size: 0.7778em;
color: #999;
}
.toggle-block .toggle-title .speaker-name + .speaker-company::before {
content: "/";
margin: 0 5px;
}
.toggle-block .toggle-desc {
font-size: 1em;
font-weight: 400;
margin-top: 20px;
border-top: 1px solid rgba(0,0,0,0.05);
padding-top: 15px;
}
.tab-content-wrap .btn-wrap {
margin-top: 60px;
}
.btn-wrap a.btn-filled:hover {
background: none;
border-color: #57b9a8;
color: #57b9a8;
} section.pricingtable-section {
text-align: center;
padding: 200px 0 100px 0;
background-size: cover;
position: relative;
z-index: 1;
}
section.pricingtable-section:before {
content: "";
background: -webkit-linear-gradient(135deg, rgba(87,185,168,0.9), rgba(13,45,98,0.9));
background: -moz-linear-gradient(135deg, rgba(87,185,168,0.9), rgba(13,45,98,0.9));
background: -ms-linear-gradient(135deg, rgba(87,185,168,0.9), rgba(13,45,98,0.9));
background: -o-linear-gradient(135deg, rgba(87,185,168,0.9), rgba(13,45,98,0.9));
background: linear-gradient(135deg, rgba(87,185,168,0.9), rgba(13,45,98,0.9));
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
}
section.pricingtable-section .widget_text .widget-title, 
section.pricingtable-section .widget_text .textwidget {
color: #fff;
}
.pricingtable-wrap {
text-align: center;
display: flex;
flex: 1;
flex-flow: row wrap;
}
#primary .pricingtable-wrap {
margin-bottom: 60px;
margin-top: 40px;
}
.pricingtable-wrap .widget_text {
width: 100%;
max-width: 800px;
margin-left: auto;
margin-right: auto;
}
.widget_cp_pt_widget {
width: 33.33%;
padding-top: 20px;
padding-bottom: 20px;
}
#secondary .widget_cp_pt_widget, 
.site-footer .widget_cp_pt_widget {
width: 100%;
}
section.pricingtable-section .widget:last-child {
margin-bottom: 60px;
}
.widget_cp_pt_widget .pricingtable-block {
box-shadow: 0 0 20px rgba(0,0,0,0.1);
background: rgba(255,255,255,0.95);
position: relative;
border-radius: 5px;
text-align: left;
transition: all ease 0.35s;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
display: flex;
flex-flow: column wrap;
}
.widget_cp_pt_widget:nth-child(2n+1) .pricingtable-block {
z-index: 1;
}
.pricingtable-block.has-tag {
z-index: 1;
margin-top: -20px;
margin-bottom: -20px;
}
.pricingtable-block .pricing-header {
background: #F2F2F2;
padding: 30px;
border-top-right-radius: 5px;
border-top-left-radius: 5px;
}
.widget_cp_pt_widget:first-child .pricing-header, 
.widget_text + .widget_cp_pt_widget .pricing-header {
border-top-right-radius: 0;
}
.widget_cp_pt_widget:last-child .pricing-header {
border-top-left-radius: 0;
}
.pricingtable-block.has-tag .pricing-header {
padding-top: 50px;
}
.pricingtable-block.has-tag .pricingtable-tag {
position: absolute;
font-size: 0.7778em;
font-weight: 700;
color: #fff;
top: 20px;
right: -7px;
z-index: 9;
}
.pricingtable-block.has-tag .pricingtable-tag::before {
content: "";
border-left: 10px solid #F2F2F2;
border-top: 16px solid transparent;
border-bottom: 16px solid transparent;
position: absolute;
top: 0;
left: 0;
}
.pricingtable-block.has-tag .pricingtable-tag::after {
content: "";
background: #40877B;
position: absolute;
bottom: -7px;
right: 0;
border-bottom-right-radius: 10px;
width: 7px;
height: 7px;
border-top-right-radius: 0;
}
.pricingtable-block.has-tag .pricingtable-tag .tag-inner {
display: block;
background: #57b9a8;
padding: 3px 20px 3px 30px;
border-top-right-radius: 5px;
}
.pricingtable-block.has-tag .pricingtable-tag .tag-inner::before {
content: "";
background: -webkit-radial-gradient(rgba(42,42,42,0.7), transparent 70%);
background: -moz-radial-gradient(rgba(42,42,42,0.7), transparent 70%);
background: -ms-radial-gradient(rgba(42,42,42,0.7), transparent 70%);
background: -o-radial-gradient(rgba(42,42,42,0.7), transparent 70%);
background: radial-gradient(rgba(42,42,42,0.7), transparent 70%);
position: absolute;
bottom: -6px;
left: -5px;
width: 100%;
height: 110%;
border-radius: 100%;
z-index: -1;
-webkit-transform: rotate(-12deg);
-moz-transform: rotate(-12deg);
transform: rotate(-12deg);
}
.pricingtable-block .priginttable-title {
font-size: 1.3333em;
font-weight: 700;
margin-top: 0;
margin-bottom: 20px;
color: #212127;
padding-left: 0;
padding-right: 0;
}
.pricingtable-block .pricingtable-desc {
font-weight: 400;
padding: 30px;
font-size: 0.8888em;
display: flex;
flex: 1;
justify-content: flex-start;
flex-direction: column;
}
.pricingtable-block .pricingtable-desc ul li {
margin-bottom: 10px;
border-bottom: 1px solid #E6E6E6;
padding-bottom: 10px;
padding-left: 30px;
position: relative;
letter-spacing: 0;
}
.pricingtable-block .pricingtable-desc ul li:last-child {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: 0;
}
.pricingtable-block .pricingtable-desc ul li::before {
content: "";
background: url(//panellinioautismou.gr/wordpress/wp-content/themes/the-conference-pro/images/check.svg) no-repeat;
width: 20px;
height: 20px;
position: absolute;
top: 3px;
left: 0;
}
.pricingtable-block .pricingtable-price sup {
top: 0;
font-size: 1.112em;
font-weight: 700;
color: #57b9a8;
}
.pricingtable-block .pricingtable-price .price {
font-size: 3.335em;
display: inline-block;
vertical-align: top;
line-height: 1;
font-weight: 700;
color: #57b9a8;
}
.pricingtable-block .pricingtable-price .price-qty {
display: inline-block;
vertical-align: bottom;
color: #999999;
font-size: 0.8888em;
}
.pricingtable-block .pricingtable-btn {
font-weight: 700;
background: #fff;
padding: 30px;
text-align: center;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}
.widget_cp_pt_widget:first-child .pricingtable-btn, 
.widget_text + .widget_cp_pt_widget .pricingtable-btn {
border-bottom-right-radius: 0;
}
.widget_cp_pt_widget:last-child .pricingtable-btn {
border-bottom-left-radius: 0;
}
.pricingtable-block.has-tag .pricingtable-btn {
padding-top: 40px;
padding-bottom: 40px;
}
.pricingtable-block .pricingtable-btn a {
padding: 12px 40px;
display: inline-block;
color: #57b9a8;
border: 2px solid #57b9a8;
background: transparent;
border-radius: 5px;
font-size: 0.7778em;
}
.pricingtable-block.has-tag .pricingtable-btn a, 
.pricingtable-block .pricingtable-btn a:hover {
background: #57b9a8;
color: #fff;
}
.pricingtable-block.has-tag .pricingtable-btn a:hover {
background: none;
color: #57b9a8;
} section.testimonial-section {
margin-top: 100px;
margin-bottom: 60px;
text-align: center;
}
.testimonial-section .widget-title {
margin-bottom: 10px;
}
.testimonial-wdgt-wrap {
text-align: left;
display: flex;
flex: 1;
flex-flow: row wrap;
}
.testimonial-wdgt-wrap .widget_text {
text-align: center;
width: 100%;
}
.testimonial-wdgt-wrap .widget_rrtc_testimonial_widget {
width: 47.33%;
margin-bottom: 40px;
display: flex;
vertical-align: top;
padding-left: 50px;
margin-left: 1%;
margin-right: 1%;
}
section[class*="-section"] .widget_rrtc_testimonial_widget:last-child {
margin-bottom: 40px;
}
#secondary .widget_rrtc_testimonial_widget {
padding-left: 35px;
}
.widget_rrtc_testimonial_widget .rtc-testimonial-holder {
position: relative;
box-shadow: 0 0 30px rgba(0,0,0,0.05);
padding: 30px;
border: 1px solid #E6E6E6;
border-radius: 5px;
}
#secondary .widget_rrtc_testimonial_widget .rtc-testimonial-holder {
padding: 20px;
}
.rtc-testimonial-inner-holder:before, 
.rtc-testimonial-inner-holder:after {
content: "";
display: table;
}
.rtc-testimonial-inner-holder:after {
clear: both;
}
.rtc-testimonial-holder .img-holder {
border-radius: 100%;
overflow: hidden;
width: 90px;
height: 90px;
position: absolute;
top: 35px;
left: -50px;
}
#secondary .rtc-testimonial-holder .img-holder {
width: 75px;
height: 75px;
left: -35px;
}
.rtc-testimonial-holder .img-holder::before {
content: "";
border: 6px solid rgba(242,242,242,0.5);
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
border-radius: 100%;
}
.rtc-testimonial-holder .text-holder {
display: flex;
flex-direction: column;
padding-left: 50px;
}
#secondary .rtc-testimonial-holder .text-holder {
padding-left: 40px;
}
.rtc-testimonial-holder .testimonial-meta {
order: 2;
}
.rtc-testimonial-holder .testimonial-content p {
margin: 0 0 15px 0;
line-height: 1.7;
}
.rtc-testimonial-holder .testimonial-meta span.name {
display: block;
text-transform: uppercase;
font-weight: 700;
line-height: 1.3;
}
.rtc-testimonial-holder .testimonial-meta span.designation {
font-size: 0.8888em;
font-weight: 400;
color: #999999;
line-height: 1.5;
} .testimonial-section .btn-wrap a.btn-filled:hover {
background: transparent;
border-color: #57b9a8;
color: #57b9a8;
} .ctatimer-section {
background-size: cover !important;
padding: 120px 0;
text-align: center;
position: relative;
z-index: 1;
}
.ctatimer-section:before {
content: "";
background: -webkit-linear-gradient(135deg, rgba(87,185,168,0.9), rgba(13,45,98,0.9));
background: -moz-linear-gradient(135deg, rgba(87,185,168,0.9), rgba(13,45,98,0.9));
background: -ms-linear-gradient(135deg, rgba(87,185,168,0.9), rgba(13,45,98,0.9));
background: -o-linear-gradient(135deg, rgba(87,185,168,0.9), rgba(13,45,98,0.9));
background: linear-gradient(135deg, rgba(87,185,168,0.9), rgba(13,45,98,0.9));
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
opacity: 0.95;
filter: alpha(opacity=95);
}
.ctatimer-section .section-title, 
.ctatimer-section .section-desc {
color: #fff;
}
.ctatimer-section .ctaTimer-countdown {
width: 90%;
margin: 60px auto 0 auto;
}
.ctaTimer-countdown:before, 
.ctaTimer-countdown:after {
content: "";
display: table;
}
.ctaTimer-countdown:after {
clear: both;
}
.ctaTimer-countdown p, 
.banner-caption .banner-countdown p {
margin: 0;
border-left: 5px solid #cc444d;
color: #cc444d;
font-size: 1.112em;
font-style: italic;
display: inline-block;
padding: 5px 40px 5px 20px;
background: rgba(255,255,255,0.85);
text-align: left;
}
.ctaTimer-countdown .countdown-wrap {
float: left;
width: 17.33%;
text-align: center;
}
.ctatimer-section .btn-wrap {
margin-top: 60px;
}
.ctatimer-section a.btn-filled {
background: #fff;
color: #57b9a8;
border-color: #fff;
padding-top: 15px;
padding-bottom: 15px;
}
.ctatimer-section a.btn-filled:hover {
background: transparent;
color: #fff;
border-color: #fff;
} .event-sponsor-section {
margin-top: 100px;
text-align: center;
margin-bottom: 80px;
}
.event-sponsor-section .widget-title {
margin-bottom: 20px;
}
.event-sponsor-section .widget.widget_raratheme_client_logo_widget, 
.page-template-sponsor .site-main .widget_raratheme_client_logo_widget {
border-bottom: 1px solid #e5e5e5;
padding-bottom: 40px;
margin-bottom: 80px;
}
.event-sponsor-section .widget.widget_raratheme_client_logo_widget:last-child, 
.page-template-sponsor .site-main .widget_raratheme_client_logo_widget:last-child {
border-bottom: none;
padding-bottom: 0;
}
.event-sponsor-section .widget_raratheme_client_logo_widget .widget-title, 
.page-template-sponsor .site-main .widget_raratheme_client_logo_widget .widget-title {
font-size: 1.33em;
margin-bottom: 30px;
}
.event-sponsor-section .widget_raratheme_client_logo_widget .image-holder, 
.page-template-sponsor .site-main .widget_raratheme_client_logo_widget .image-holder {
display: inline-block;
vertical-align: middle;
width: 19%;
padding: 0 20px;
margin-right: 40px;
}
.event-sponsor-section .widget_raratheme_client_logo_widget .image-holder:last-child, 
.page-template-sponsor .site-main .widget_raratheme_client_logo_widget .image-holder:last-child {
margin-right: 0;
} section.cta-section {
margin-top: 100px;
margin-bottom: 40px;
}
.cta-section .container {
display: flex;
flex: 1;
flex-flow: row wrap;
justify-content: center;
}
.cta-section .widget {
width: 48.33%;
margin-right: 3%;
display: flex;
margin-bottom: 60px;
}
.cta-section .widget:nth-child(2n) {
margin-right: 0;
}
section.cta-section .widget:last-child {
margin-bottom: 60px;
}
.cta-section .active-widget-1 .widget {
width: 100%;
margin-right: 0;
} .widget_raratheme_companion_cta_widget .bttk-cta-bg, 
.widget_raratheme_companion_cta_widget .text {
border-radius: 5px;
padding: 50px;
position: relative;
z-index: 1;
overflow: hidden;
min-height: 350px;
display: flex;
align-items: center;
flex: auto;
justify-content: center;
}
.widget_raratheme_companion_cta_widget .bttk-cta-bg::before {
content: "";
background: -webkit-linear-gradient(90deg, rgba(87,185,168,0.9), rgba(13,45,98,0.9) 85%);
background: -moz-linear-gradient(90deg, rgba(87,185,168,0.9), rgba(13,45,98,0.9) 85%);
background: -ms-linear-gradient(90deg, rgba(87,185,168,0.9), rgba(13,45,98,0.9) 85%);
background: -o-linear-gradient(90deg, rgba(87,185,168,0.9), rgba(13,45,98,0.9) 85%);
background: linear-gradient(90deg, rgba(87,185,168,0.9), rgba(13,45,98,0.9) 85%);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
}
.widget_raratheme_companion_cta_widget .widget-title, 
.widget_raratheme_companion_cta_widget .text-holder {
color: #fff;
}
#secondary .widget_raratheme_companion_cta_widget .widget-title, 
.site-footer .widget_raratheme_companion_cta_widget .widget-title {
border-bottom: none;
padding-bottom: 0;
font-size: 1.5em;
}
#secondary .widget_raratheme_companion_cta_widget .widget-title .title-wrap::after, 
.site-footer .widget_raratheme_companion_cta_widget .widget-title .title-wrap::after {
display: none;
}
.btn-cta {
display: inline-block;
vertical-align: middle;
color: #57b9a8;
font-size: 0.778em;
font-weight: 700;
letter-spacing: 1px;
padding: 15px 40px;
background: #fff;
border-radius: 5px;
border: 2px solid #fff;
text-align: center;
}
.btn-cta + .btn-cta {
margin-left: 10px;
}
.widget_raratheme_companion_cta_widget .text-holder p + .button-wrap .btn-cta {
margin-top: 10px;
}
.btn-cta:hover {
background: transparent;
color: #fff;
}
.widget .centered {
text-align: center;
} .faq-section .container {
max-width: 1440px;
box-shadow: 0 0 21px rgba(0,0,0,0.07);
text-align: center;
padding: 100px 0;
border-radius: 5px;
}
.faq-section .faq-content-wrap {
max-width: 980px;
margin: 0 auto;
}
.faq-section .widget_text {
margin-bottom: 40px;
}
.faq-section .widget-title {
margin-bottom: 10px;
}
.faq-section .widget_text .textwidget {
font-size: 20px;
width: 100%;
}
.faq-section .btn-wrap {
margin-top: 60px;
} section.gallery-section {
text-align: center;
margin-top: 100px;
margin-bottom: 100px;
}
.gallery-section .widget-title {
margin-bottom: 10px;
}
.gallery-section .widget_text .textwidget {
font-size: 20px;
}
.gallery-section .widget_media_gallery .widget-title {
display: none;
}
.widget_media_gallery {
margin-bottom: 35px;
}
.gallery-section .widget_media_gallery .gallery-item {
position: relative;
border-radius: 5px;
overflow: hidden;
}
.gallery-section .widget_media_gallery figcaption {
display: none;
}
.gallery-section .widget_media_gallery .gallery-item a {
position: relative;
display: block;
}
.gallery-section .widget_media_gallery .gallery-item a:before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: -webkit-linear-gradient(rgba(87,185,168,0.9), rgba(13,45,98,0.9) 85%);
background: -moz-linear-gradient(rgba(87,185,168,0.9), rgba(13,45,98,0.9) 85%);
background: -ms-linear-gradient(rgba(87,185,168,0.9), rgba(13,45,98,0.9) 85%);
background: -o-linear-gradient(rgba(87,185,168,0.9), rgba(13,45,98,0.9) 85%);
background: linear-gradient(rgba(87,185,168,0.9), rgba(13,45,98,0.9) 85%);
display: flex;
flex: 1;
align-items: center;
justify-content: center;
opacity: 0;
visibility: hidden;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.gallery-section .widget_media_gallery .gallery-item a::after {
content: "";
width: 40px;
height: 40px;
text-align: center;
border: 2px solid #fff;
border-radius: 100%;
background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><path fill="%23fff" d="M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z"></path></svg>');
background-repeat: no-repeat;
background-position: center;
background-size: 17px;
position: absolute;
top: 30px;
left: 0;
right: 0;
bottom: 0;
margin: auto;
opacity: 0;
visibility: hidden;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.gallery-section .widget_media_gallery .gallery-item a:hover:before, 
.gallery-section .widget_media_gallery .gallery-item a:hover::after {
opacity: 1;
filter: alpha(opacity=100);
visibility: visible;
}
.gallery-section .widget_media_gallery .gallery-item a:hover::after {
top: 0;
}
.gallery-section .widget_media_gallery .gallery-item img {
border-radius: 5px;
}
.gallery-section a.btn-filled {
margin-top: 0;
}
.gallery-section a.btn-filled:hover {
border-color: #57b9a8;
color: #57b9a8;
background: transparent;
} .portfolio-holder {
margin-bottom: 60px;
}
.blog-section {
border-top: 1px solid #e6e6e6;
margin-top: 100px;
margin-bottom: 100px;
padding-top: 100px;
text-align: center;
}
.blog-section .article-wrap {
margin-top: 60px;
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-gap: 30px;
}
.blog-section .article-wrap article {
border: 1px solid #E6E6E6;
border-radius: 5px;
overflow: hidden;
box-shadow: 0 0 20px rgba(0,0,0,0.05);
}
.blog-section article .post-thumbnail {
position: relative;
}
.post-thumbnail span.category {
position: absolute;
bottom: 15px;
left: 15px;
height: auto;
}
span.category {
font-size: 0.6666em;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1px;
line-height: 1;
}
span.category a {
display: inline-block;
background: #57b9a8;
color: #fff;
vertical-align: top;
padding: 7px 10px;
border-radius: 3px;
margin-right: 5px;
margin-top: 5px;
}
span.category a:last-child {
margin-right: 0;
}
span.category a:hover {
background: #fff;
color: #57b9a8;
}
.blog-section article .entry-header {
padding: 40px;
text-align: left;
}
.blog-section .entry-header .entry-title {
font-size: 1.112em;
margin-top: 10px;
line-height: 1.3;
}
.blog-section .btn-wrap {
margin-top: 60px;
} .contact-form-section .container {
max-width: 1440px;
background: #fff;
border-radius: 5px 5px 0 0;
box-shadow: 0 0 21px rgba(0,0,0,0.07);
width: 100%;
padding: 100px 0 0 0;
position: relative;
z-index: 2;
display: flex;
flex: 1;
flex-flow: row wrap;
justify-content: center;
align-items: flex-start;
}
.contact-form-section .container::after {
content: "";
background: #fff;
width: 100%;
height: 100px;
position: absolute;
bottom: -100px;
left: 0;
right: 0;
border-radius: 0 0 5px 5px;
box-shadow: 0px 15px 21px rgba(0,0,0,0.07);
display: block;
z-index: -1;
}
.page-template-contact .site-main .content-wrap {
display: flex;
flex: 1;
flex-flow: row wrap;
justify-content: center;
align-items: flex-start;
}
.contact-form-section .content-wrap {
max-width: 1170px;
margin-left: auto;
margin-right: auto;
margin-top: 60px;
}
section.contact-form-section .widget, 
.page-template-contact .site-main .widget {
width: 45%;
text-align: left;
margin-bottom: 0;
margin-top: 60px;
padding-right: 60px;
}
.page-template-contact .site-main .widget {
width: 60%;
margin-top: 0;
margin-bottom: 60px;
}
section.contact-form-section .widget_text:first-child {
width: 100%;
text-align: center;
margin-top: 0;
padding-right: 0;
}
section.contact-form-section .widget:not(:first-child) .widget-title, 
.page-template-contact .site-main .widget-title {
font-size: 1.6667em;
}
section.contact-form-section .widget_text .textwidget, 
.rtc-contact-widget-wrap p, 
.page-template-contact .site-main .textwidget, 
.page-template-contact .site-main .rtc-contact-widget-wrap p {
font-size: 1em;
}
.site-footer .rtc-contact-widget-wrap p {
color: #fff;
}
.wpcf7-form p:nth-last-of-type(1) {
margin-bottom: 0;
}
section.contact-form-section .widget_rtc_contact_social_links, 
.page-template-contact .site-main .widget_rtc_contact_social_links {
width: 35%;
padding: 50px;
box-shadow: 0 0 20px rgba(0,0,0,0.05);
border-radius: 5px;
}
.page-template-contact .site-main .widget_rtc_contact_social_links {
width: 40%;
}
.contact-info ul.contact-list li {
border-bottom: none;
padding-bottom: 0;
margin-bottom: 20px;
}
.contact-info ul.contact-list li svg {
color: #57B9A8;
}
.contact-form-section .widget_rtc_contact_social_links .widget-title, 
.page-template-contact .site-main .widget_rtc_contact_social_links .widget-title {
border-bottom: 1px solid #e6e6e6;
padding-bottom: 10px;
}
.widget_rtc_contact_social_links .social-networks {
border-top: 1px solid #e6e6e6;
padding-top: 20px;
margin-top: 20px
}
.site-footer .widget_rtc_contact_social_links .social-networks {
border-top-color: rgba(255,255,255,0.2);
}
.widget .social-networks li, 
.top-footer .widget .social-networks li {
display: inline-block;
vertical-align: middle;
padding: 5px 3px;
line-height: 1;
margin-bottom: 0;
}
.social-networks li a {
display: inline-block;
width: 40px;
height: 40px;
background: #57b9a8;
border: 1px solid #57b9a8;
color: #fff;
text-align: center;
line-height: 40px;
border-radius: 5px;
}
.social-networks li a:hover {
background: none;
color: #57b9a8;
}
.social-networks li a[href*="facebook.com"] {
background: #3b5998;
border: 1px solid #3b5998;
}
.social-networks li a[href*="facebook.com"]:hover {
background: none;
color: #3b5998 !important;
}
.social-networks li a[href*="twitter.com"] {
background: #00aced;
border: 1px solid #00aced;
}
.social-networks li a[href*="twitter.com"]:hover {
background: none;
color: #00aced !important;
}
.social-networks li a[href*="instagram.com"] {
background: #3f729b;
border: 1px solid #3f729b;
}
.social-networks li a[href*="instagram.com"]:hover {
background: none;
color: #3f729b !important;
}
.social-networks li a[href*="plus.google.com"] {
background: #dd4b39;
border: 1px solid #dd4b39;
}
.social-networks li a[href*="plus.google.com"]:hover {
background: none;
color: #dd4b39 !important;
}
.social-networks li a[href*="pinterest.com"] {
background: #cb2128;
border: 1px solid #cd2128;
}
.social-networks li a[href*="pinterest.com"]:hover {
background: none;
color: #cd2128 !important;
}
.social-networks li a[href*="linkedin.com"] {
background: #007fb1;
border: 1px solid #007fb1;
}
.social-networks li a[href*="linkedin.com"]:hover {
background: none;
color: #007fb1 !important;
}
.social-networks li a[href*="youtube.com"] {
background: #ff3333;
border: 1px solid #ff3333;
}
.social-networks li a[href*="youtube.com"]:hover {
background: none;
color: #ff3333 !important;
}
.social-networks li a[href*="vimeo.com"] {
background: #1ab7ea;
border: 1px solid #1ab7ea;
}
.social-networks li a[href*="vimeo.com"]:hover {
background: none;
color: #1ab7ea !important;
}
.social-networks li a[href*="dribbble.com"] {
background: #ea4c89;
border: 1px solid #ea4c89;
}
.social-networks li a[href*="dribbble.com"]:hover {
background: none;
color: #ea4c89 !important;
}
.social-networks li a[href*="foursquare.com"] {
background: #0072b1;
border: 1px solid #0072b1;
}
.social-networks li a[href*="foursquare.com"]:hover {
background: none;
color: #0072b1 !important;
}
.social-networks li a[href*="flickr.com"] {
background: #0063db;
border: 1px solid #0063db;
}
.social-networks li a[href*="flickr.com"]:hover {
background: none;
color: #0063db !important;
}
.social-networks li a[href*="reddit.com"] {
background: #000000;
border: 1px solid #000000;
}
.social-networks li a[href*="reddit.com"]:hover {
background: none;
color: #000000 !important;
}
.social-networks li a[href*="skype.com"] {
background: #26ade3;
border: 1px solid #26ade3;
}
.social-networks li a[href*="skype.com"]:hover {
background: none;
color: #26ade3 !important;
}
.social-networks li a[href*="stumbleupon.com"] {
background: #ea4b24;
border: 1px solid #ea4b24;
}
.social-networks li a[href*="stumbleupon.com"]:hover {
background: none;
color: #ea4b24 !important;
}
.social-networks li a[href*="tumblr.com"] {
background: #2c4762;
border: 1px solid #2c4762;
}
.social-networks li a[href*="tumblr.com"]:hover {
background: none;
color: #2c4762 !important;
}
.social-networks li a[href*="ok.ru"] {
background: #f38231;
border: 1px solid #f38231;
}
.social-networks li a[href*="ok.ru"]:hover {
background: none;
color: #f38231 !important;
}
.social-networks li a[href*="vk.com"] {
background: #4e76a1;
border: 1px solid #4e76a1;
}
.social-networks li a[href*="vk.com"]:hover {
background: none;
color: #4e76a1 !important;
}
.social-networks li a[href*="xing.com"] {
background: #006565;
border: 1px solid #006565;
}
.social-networks li a[href*="xing.com"]:hover {
background: none;
color: #006565 !important;
} section.contact-form-section + section.map-section .widget .widget-title {
margin-top: 200px;
}
section.map-section .widget .textwidget, 
.page-template-contact .map-section .widget-title + .textwidget {
height: 700px;
max-width: 100%;
}
section.map-section .widget .widget-title + .textwidget {
height: 500px;
}
.map-section iframe, .widget_text iframe {
height: 100%;
} section.feat-page-section {
margin-top: 100px;
}
section.feat-page-section .widget:last-child {
margin-bottom: 0;
}
.feat-page-section .widget-featured-holder {
display: flex;
flex: 1;
flex-direction: row;
}
section.feat-page-section .widget .widget-featured-holder .text-holder {
order: 2;
padding-right: 0;
padding-left: 50px;
}
.feat-page-section .widget-title {
margin-bottom: 0;
}
.feat-page-section .widget_raratheme_featured_page_widget .featured_page_content {
font-size: 18px;
}
.feat-page-section .widget_raratheme_featured_page_widget .featured_page_content p {
margin-top: 10px;
}
.feat-page-section ul {
font-size: 16px;
} section.experience-section {
margin-top: 100px;	
}
.experience-content-holder {
background: #fff;
max-width: 1440px;
margin: 0 auto;
box-shadow: 0 0 21px rgba(0,0,0,0.07);
padding: 100px 0 60px 0;
border-radius: 5px;
}
.experience-section .container {
display: flex;
flex: 1;
flex-flow: row wrap;
}
.experience-section .widget_text {
text-align: center;
}
.experience-section .widget_text .widget-title {
margin-bottom: 10px;
}
.experience-section .widget_text .textwidget {
font-size: 1.112em;
}
section.experience-section .widget_rrtc_icon_text_widget {
width: 47%;
margin-right: 1.5%;
margin-left: 1.5%;
}
section.experience-section .widget_rrtc_icon_text_widget .rtc-itw-inner-holder, 
section.experience-section .widget_rrtc_icon_text_widget:nth-child(2n) .rtc-itw-inner-holder {
flex-direction: column;
}
section.experience-section .widget_rrtc_icon_text_widget .text-holder, 
section.experience-section .widget_rrtc_icon_text_widget:nth-child(2n) .text-holder {
padding: 0;
width: 100%;
}
section.experience-section .widget_rrtc_icon_text_widget .icon-holder {
width: 100%;
border-radius: 5px;
overflow: hidden;
}
section.experience-section .widget_rrtc_icon_text_widget .widget-title {
font-size: 1.112em;
margin-top: 20px;
}
section.experience-section .widget_media_image {
display: flex;
flex: auto;
flex-direction: column-reverse;
align-self: flex-start;
width: 47%;
margin-right: 1.5%;
margin-left: 1.5%;
margin-bottom: 40px;
}
section.experience-section .widget_media_image:last-child {
margin-bottom: 40px;
}
section.experience-section .widget_media_image figure {
margin: 0;
position: relative;
}
section.experience-section .widget_media_image figure .wp-caption-text {
position: absolute;
bottom: 0;
left: 0;
right: 0;
color: #fff;
font-size: 0.8888em;
margin: 0;
background: rgba(0,0,0,0.3);
padding: 0 20px;
opacity: 0;
visibility: hidden;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
section.experience-section .widget_media_image:hover figure .wp-caption-text {
opacity: 1;
filter: alpha(opacity=100);
visibility: visible;
padding-top: 20px;
padding-bottom: 20px;
}
.experience-section .widget_media_image .widget-title {
margin-top: 20px;
font-size: 1.1112em;
margin-bottom: 0;
}
section.experience-section .widget_media_image img {
border-radius: 5px;
} section[class*="-section"] .blossomthemes-email-newsletter-wrapper {
padding: 100px 0;
}
.contact-form-section + .newsletter-section .blossomthemes-email-newsletter-wrapper {
padding-top: 200px;
}
section.newsletter-section.gradient-enabled .blossomthemes-email-newsletter-wrapper {
background: -webkit-linear-gradient( 90deg, rgba(87, 185, 168, 1), rgba(13, 45, 98, 1) 85%) !important;
background: -moz-linear-gradient( 90deg, rgba(87, 185, 168, 1), rgba(13, 45, 98, 1) 85%) !important;
background: -ms-linear-gradient( 90deg, rgba(87, 185, 168, 1), rgba(13, 45, 98, 1) 85%) !important;
background: -o-linear-gradient( 90deg, rgba(87, 185, 168, 1), rgba(13, 45, 98, 1) 85%) !important;
background: linear-gradient( 90deg, rgba(87, 185, 168, 1), rgba(13, 45, 98, 1) 85%) !important;
}
section.newsletter-section.gradient-enabled .blossomthemes-email-newsletter-wrapper.bg-img:after {
display: none;
}
.blossomthemes-email-newsletter-wrapper .newsletter-wrap-inner {
max-width: 1170px;
margin-left: auto;
margin-right: auto;
display: flex;
flex: 1;
justify-content: center;
align-items: center;
flex-flow: row wrap;
}
.blossomthemes-email-newsletter-wrapper .text-holder {
display: flex;
flex: auto;
flex-direction: column;
padding-right: 40px;
max-width: 500px;
}
.blossomthemes-email-newsletter-wrapper .text-holder h3 {
margin-top: 0;
margin-bottom: 5px;
font-size: 2.2223em;
color: #fff;
}
.blossomthemes-email-newsletter-wrapper .text-holder span {
display: block;
font-size: 1.1112em;
color: #fff;
}
.blossomthemes-email-newsletter-wrapper form {
display: flex;
flex: auto;
flex-direction: row;
flex-wrap: wrap;
max-width: 670px;
}
.blossomthemes-email-newsletter-wrapper form input[name="subscribe-fname"], 
.blossomthemes-email-newsletter-wrapper form input[name="subscribe-email"] {
margin-bottom: 0;
background: none;
border: 2px solid rgba(255,255,255,0.5);
height: 60px;
color: #fff;
border-right: none;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
width: 40%;
}
.blossomthemes-email-newsletter-wrapper form input[name="subscribe-email"] {
width: 80%;
}
.blossomthemes-email-newsletter-wrapper form input[name="subscribe-fname"] + input[name="subscribe-email"] {
width: 40%;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.blossomthemes-email-newsletter-wrapper form label {
order: 5;
width: 100%;
font-size: 0.8888em;
color: #fff;
display: block;
margin-top: 10px;
position: relative;
padding-left: 25px;
cursor: pointer;
-webkit-transition: all ease 0.15s;
-moz-transition: all ease 0.15s;
transition: all ease 0.15s;
}
.blossomthemes-email-newsletter-wrapper form label:hover {
text-decoration: underline;
color: #57b9a8;
}
.blossomthemes-email-newsletter-wrapper form label input[type="checkbox"] {
display: none;
}
.blossomthemes-email-newsletter-wrapper form label .check-mark {
display: inline-block;
width: 15px;
height: 15px;
border: 1px solid rgba(255,255,255,0.5);
border-radius: 2px;
position: absolute;
top: 6px;
left: 0;
background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23fff" d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>');
background-color: transparent;
background-size: 0;
background-repeat: no-repeat;
background-position: center;
-webkit-transition: all ease 0.15s;
-moz-transition: all ease 0.15s;
transition: all ease 0.15s;
}
.blossomthemes-email-newsletter-wrapper form label input[type="checkbox"]:checked + .check-mark {
background-color: #57b9a8;
border-color: #57b9a8;
background-size: 11px;
}
.blossomthemes-email-newsletter-wrapper form input[type="submit"] {
margin-bottom: 0;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
width: 20%;
padding-left: 10px;
padding-right: 10px;
}
.blossomthemes-email-newsletter-wrapper form input[type="submit"]:hover {
background: #fff;
border-color: #fff;
color: #57b9a8;
}
.blossomthemes-email-newsletter-wrapper form #loader-156 {
font-size: 30px;
color: #57b9a8;
} #secondary .widget_blossomthemes_email_newsletter_widget .img-holder, 
.site-footer .widget_blossomthemes_email_newsletter_widget .img-holder {
width: 65px;
height: 65px;
border-radius: 100%;
overflow: hidden;
margin: 0 auto 20px auto;
border: 3px solid #57B9A8;
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
display: flex;
flex: 1;
flex-direction: column;
align-items: center;
justify-content: center;
}
#secondary .widget_blossomthemes_email_newsletter_widget .bg-img .img-holder, 
.site-footer .widget_blossomthemes_email_newsletter_widget .bg-img .img-holder {
border-color: rgba(255,255,255,0.75);
}
#secondary .blossomthemes-email-newsletter-wrapper, 
.site-footer .blossomthemes-email-newsletter-wrapper {
border: 1px solid #e6e6e6;
border-radius: 4px;
padding: 30px;
text-align: center;
box-shadow: 0 0 21px rgba(0,0,0,0.07);
}
#secondary .blossomthemes-email-newsletter-wrapper.bg-img, 
.site-footer .blossomthemes-email-newsletter-wrapper.bg-img {
border: none;
overflow: hidden;
}
#secondary .blossomthemes-email-newsletter-wrapper:after, 
.site-footer .blossomthemes-email-newsletter-wrapper:after {
background: rgba(13,45,98,0.5);
}
#secondary .blossomthemes-email-newsletter-wrapper .text-holder, 
.site-footer .blossomthemes-email-newsletter-wrapper .text-holder {
padding-right: 0;
max-width: 100%;
}
#secondary .blossomthemes-email-newsletter-wrapper .text-holder h3, 
.site-footer .blossomthemes-email-newsletter-wrapper .text-holder h3 {
font-size: 1em;
color: #000;
border-bottom: 1px solid #e6e6e6;
padding-bottom: 10px;
position: relative;
margin-bottom: 15px;
}
#secondary .blossomthemes-email-newsletter-wrapper.bg-img .text-holder h3, 
.site-footer .blossomthemes-email-newsletter-wrapper.bg-img .text-holder h3 {
color: #fff;
border-bottom-color: rgba(255,255,255,0.35);
}
#secondary .blossomthemes-email-newsletter-wrapper .text-holder h3:after, 
.site-footer .blossomthemes-email-newsletter-wrapper .text-holder h3:after {
content: "";
background: #57B9A8;
width: 70px;
height: 3px;
position: absolute;
bottom: -2px;
left: 0;
right: 0;
margin: 0 auto;
}
#secondary .blossomthemes-email-newsletter-wrapper .text-holder span, 
.site-footer .blossomthemes-email-newsletter-wrapper .text-holder span {
font-size: 0.8888em;
color: #353535;
margin-bottom: 15px;
}
#secondary .blossomthemes-email-newsletter-wrapper.bg-img .text-holder span, 
.site-footer .blossomthemes-email-newsletter-wrapper.bg-img .text-holder span {
color: #fff;
}
#secondary .blossomthemes-email-newsletter-wrapper form, 
.site-footer .blossomthemes-email-newsletter-wrapper form {
flex-direction: column;
}
#secondary .blossomthemes-email-newsletter-wrapper form input[name="subscribe-fname"], 
#secondary .blossomthemes-email-newsletter-wrapper form input[name="subscribe-email"], 
.site-footer .blossomthemes-email-newsletter-wrapper form input[name="subscribe-fname"], 
.site-footer .blossomthemes-email-newsletter-wrapper form input[name="subscribe-email"] {
border: 1px solid #e6e6e6;
width: 100%;
border-radius: 5px;
text-align: center;
font-size: 0.7778em;
color: #000;
}
#secondary .blossomthemes-email-newsletter-wrapper.bg-img form input[name="subscribe-fname"], 
#secondary .blossomthemes-email-newsletter-wrapper.bg-img form input[name="subscribe-email"], 
.site-footer .blossomthemes-email-newsletter-wrapper.bg-img form input[name="subscribe-fname"], 
.site-footer .blossomthemes-email-newsletter-wrapper.bg-img form input[name="subscribe-email"] {
border-color: rgba(255,255,255,0.35);
color: #fff;
}
#secondary .blossomthemes-email-newsletter-wrapper.bg-img form input[type="text"]::-webkit-input-placeholder, 
.site-footer .blossomthemes-email-newsletter-wrapper.bg-img form input[type="text"]::-webkit-input-placeholder {
color: rgba(255,255,255,0.5);
}
#secondary .blossomthemes-email-newsletter-wrapper.bg-img form input[type="text"]::-moz-placeholder, 
.site-footer .blossomthemes-email-newsletter-wrapper.bg-img form input[type="text"]::-moz-placeholder {
color: rgba(255,255,255,0.5);
}
#secondary .blossomthemes-email-newsletter-wrapper.bg-img form input[type="text"]:-ms-input-placeholder, 
.site-footer .blossomthemes-email-newsletter-wrapper.bg-img form input[type="text"]:-ms-input-placeholder {
color: rgba(255,255,255,0.5);
}
#secondary .blossomthemes-email-newsletter-wrapper.bg-img form input[type="text"]:-moz-placeholder, 
.site-footer .blossomthemes-email-newsletter-wrapper.bg-img form input[type="text"]:-moz-placeholder {
color: rgba(255,255,255,0.5);
}
#secondary .blossomthemes-email-newsletter-wrapper form input[name="subscribe-fname"], 
.site-footer .blossomthemes-email-newsletter-wrapper form input[name="subscribe-fname"] {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
#secondary .blossomthemes-email-newsletter-wrapper form input[name="subscribe-fname"] + input[name="subscribe-email"], 
.site-footer .blossomthemes-email-newsletter-wrapper form input[name="subscribe-fname"] + input[name="subscribe-email"] {
width: 100%;
border-radius: 0 0 5px 5px;
border-top: none;
}
#secondary .blossomthemes-email-newsletter-wrapper form label, 
.site-footer .blossomthemes-email-newsletter-wrapper form label {
order: 0;
color: #353535;
text-align: left;
font-size: 0.7778em;
margin-bottom: 20px;
}
#secondary .blossomthemes-email-newsletter-wrapper.bg-img form label, 
.site-footer .blossomthemes-email-newsletter-wrapper.bg-img form label {
color: #fff;
}
#secondary .blossomthemes-email-newsletter-wrapper form label span.check-mark, 
.site-footer .blossomthemes-email-newsletter-wrapper form label span.check-mark {
border-color: #e6e6e6;
}
#secondary .blossomthemes-email-newsletter-wrapper form label input[type="checkbox"]:checked + .check-mark, 
.site-footer .blossomthemes-email-newsletter-wrapper form label input[type="checkbox"]:checked + .check-mark {
border-color: #57B9A8;
}
#secondary .blossomthemes-email-newsletter-wrapper form input[type="submit"], 
.site-footer .blossomthemes-email-newsletter-wrapper form input[type="submit"] {
width: 100%;
border-radius: 5px;
}
#secondary .blossomthemes-email-newsletter-wrapper form input[type="submit"]:hover, 
.site-footer .blossomthemes-email-newsletter-wrapper form input[type="submit"]:hover {
border-color: #57B9A8;
background: none;
} .contact-form-section + .site-footer {
padding-top: 100px;
background: #212127;
}
.site-footer .top-footer {
background: #212127;
padding: 80px 0 20px 0;
}
.top-footer .grid {
display: flex;
flex: 1;
flex-flow: row wrap;
align-items: flex-start;
}
.top-footer .grid.column-1 {
flex-direction: column;
}
.top-footer .grid .col {
margin-right: 3%;
}
.top-footer .grid.column-2 .col {
width: 48%;
}
.top-footer .grid.column-3 .col {
width: 31.33%;
}
.top-footer .grid.column-4 .col {
width: 22.66%;
}
.top-footer .grid .col:last-child {
margin-right: 0;
}
.top-footer .widget ul li {
border-bottom: none;
padding-bottom: 0;
margin-bottom: 20px;
color: #fff;
}
.top-footer .widget ul li:last-child {
margin-bottom: 0;
}
.top-footer .widget ul li a, 
.top-footer .widget_text .textwidget {
color: #fff;
display: inline-block;
}
.top-footer .widget ul li a:hover {
color: #57B9A8;
}
.site-footer .bottom-footer {
font-size: 0.8888em;
font-weight: 400;
text-align: center;
background: #1E1E24;
padding: 20px 0;
color: rgba(255,255,255,0.8);
line-height: 1.2;
}
.site-footer .bottom-footer a {
display: inline-block;
} .list-view .site-main article:before, 
.list-view .site-main article:after {
content: "";
display: table;
}
.list-view .site-main article:after {
clear: both;
}
.site-main article {
word-break: break-word;
}
.list-view .site-main article {
margin-bottom: 50px;
border-bottom: 1px solid #E6E6E6;
padding-bottom: 50px;
}
.list-view .site-main article:last-child {
margin-bottom: 0;
border-bottom: none;
padding-bottom: 0;
}
.list-view figure.post-thumbnail {
width: 48%;
display: inline-block;
vertical-align: top;
border-radius: 5px;
overflow: hidden;
position: relative;
}
.list-view figure.post-thumbnail + .post-content-wrap {
width: 51%;
display: inline-block;
vertical-align: top;
padding-left: 30px;
}
.list-view .site-main article .entry-meta {
margin-top: 10px;
}
.blog .site-main article a.btn-transparent {
padding: 0;
border: none;
border-radius: 0;
position: relative;
}
.blog .site-main article a.btn-transparent:hover {
background: none;
color: #57b9a8;
text-decoration: underline;
} .classic-view .site-main article {
margin-bottom: 60px;
padding-bottom: 60px;
border-bottom: 1px solid #e6e6e6;
}
.classic-view .site-main article:last-child {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: none;
}
.classic-view figure.post-thumbnail {
margin-bottom: 30px;
position: relative;
border-radius: 5px;
overflow: hidden;
display: inline-block;
}
.classic-view .site-main .entry-header .entry-title {
font-size: 1.6667em;
margin-bottom: 10px;
} .widget_author {
box-shadow: 0 0 21px rgba(0,0,0,0.07);
padding: 30px;
border-radius: 5px;
border: 1px solid #e6e6e6;
} .widget_categories {
} .widget_social_links ul li {
padding-left: 0;
display: inline-block;
margin-right: 2px;
padding-bottom: 0;
border-bottom: none;
padding-top: 0;
margin-bottom: 5px;
}
.widget_social_links ul li:last-child {
margin-bottom: 5px;
}
.widget_social_links ul li a {
display: inline-block;
width: 40px;
height: 40px;
line-height: 36px;
text-align: center;
background: transparent;
border-radius: 5px;
font-size: 1.03em;
color: #1c1b1b;
border: 2px solid #F0F0F0;
}
.widget_social_links ul li a:hover {
background: #57b9a8;
border-color: #57b9a8;
color: #fff;
} .widget_twitter_feeds ul li {
padding-left: 0;
padding-bottom: 30px;
border-bottom: 1px solid #ddd;
margin-bottom: 30px;
color: #4a4a4a;
}
.widget_twitter_feeds ul li:before {
display: none;
}
.widget_twitter_feeds ul li:last-child {
border-bottom: none;
padding-bottom: 0;
margin-bottom: 0;
}
.widget_twitter_feeds ul li a {
color: #57b9a8;
}
.widget_twitter_feeds ul li a.twitter_time {
color: #4a4a4a;
font-size: 0.7778em;
font-weight: 600;
margin-top: 15px;
display: inline-block;
vertical-align: middle;
}
.widget_twitter_feeds ul li a:hover {
text-decoration: underline;
}
.widget_twitter_feeds ul li a.twitter_time:hover {
color: #57b9a8;
}
.widget_twitter_feeds ul li .fa-twitter {
font-size: 1.112em;
margin-top: 15px;
vertical-align: middle;
margin-right: 5px;
} .page.page-template-default #primary {
margin-bottom: 80px;
}
.home.page #primary, 
.home.page #secondary {
margin-top: 80px;
}
.single:not(.single-product) .page-header .page-title, 
.single:not(.single-product) .page-header span.category, 
.single:not(.single-product) .page-header .entry-meta {
max-width: 770px;
margin-left: auto;
margin-right: auto;
}
.single:not(.single-product) .page-header span.category {
margin-bottom: 20px;
display: block;
}
.single:not(.single-product) .page-header .entry-meta > span {
color: #ccc6c8;
letter-spacing: 1px;
}
.single:not(.single-product) .page-header .entry-meta > span.posted-on .clk, 
.single:not(.single-product) .page-header .entry-meta > span.comment-box .cmt {
fill: #ccc6c8;
}
.single:not(.single-product) .page-header .entry-meta > span::after {
background: rgba(240,240,240,0.25);
}
.single:not(.single-product) .site-main .entry-content, 
.page .site-main .entry-content {
margin-top: 0;
}
.single:not(.single-product) .entry-content p:first-child, 
.page .entry-content p:first-child {
margin-bottom: 0;
}
.single #primary  .entry-content ul, .page #primary .entry-content ul {
list-style: inherit;
padding: inherit;
}
.single:not(.single-product) .site-main .article-share {
display: inline-block;
vertical-align: top;
margin-bottom: 30px;
}
.single:not(.single-product) .site-main .sticky-social .article-share {
width: 50px;
position: sticky;
top: 20px;
margin-bottom: 0;
}
.single:not(.single-product) .article-share .social-icons li {
margin: 5px;
}
.single:not(.single-product) .article-share .social-icons li a {
width: 50px;
height: 50px;
line-height: 50px;
display: inline-block;
text-align: center;
background: none;
border: 2px solid #F0F0F0;
border-radius: 100%;
color: #212127;
}
.single:not(.single-product) .article-share .social-icons li a:hover {
background: #57b9a8;
border-color: #57b9a8;
color: #fff;
}
.single:not(.single-product) .site-main .sticky-social .entry-content {
display: inline-block;
width: calc(100% - 55px);
vertical-align: top;
padding-left: 60px;
}
.single:not(.single-product) .site-main .sticky-social .entry-footer {
padding-left: 115px;
}
.dropcap {
display: inline-block;
float: left;
font-size: 3.5554em;
line-height: 1;
font-weight: 700;
margin-right: 7px;
}
.single:not(.single-product) .site-main .entry-content figure img {
border-radius: 5px;
} .about-author {
margin-top: 60px;
border-top: 1px solid #e6e6e6;
padding-top: 60px;
}
.about-author figure.author-img {
display: inline-block;
vertical-align: top;
width: 120px;
height: 120px;
overflow: hidden;
border-radius: 100%;
position: relative;
}
.about-author figure.author-img::before {
content: "";
border: 8px solid rgba(255,255,255,0.5);
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
border-radius: 100%;
}
.about-author .author-content-wrap {
display: inline-block;
vertical-align: middle;
width: calc(100% - 125px);
padding-left: 25px;
}
.author-content-wrap .author-name {
margin-top: 0;
margin-bottom: 15px;
font-size: 1em;
border-bottom: 1px solid #e6e6e6;
padding-bottom: 10px;
position: relative;
}
.author-content-wrap .author-info {
font-size: 0.8888em;
margin-bottom: 15px;
color: #353535;
}
.author-social a {
display: inline-block;
vertical-align: middle;
font-size: 0.7778em;
color: #999;
margin-right: 20px;
margin-bottom: 20px;
}
.author-social a:last-child {
margin-right: 0;
}
.author-social a::after {
content: ""attr(title)"";
text-transform: capitalize;
display: inline-block;
vertical-align: middle;
margin-left: 5px;
font-size: 1.1429em;
}
.author-social a[title="googleplus"]::after {
content: "google+";
}
.author-social a .icon {
display: inline-block;
vertical-align: middle;
width: 32px;
height: 32px;
line-height: 28px;
text-align: center;
border: 2px solid #f0f0f0;
color: #212127;
border-radius: 100%;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.author-social a:hover .icon {
background: #57b9a8;
border-color: #57b9a8;
color: #fff;
} .related-post {
margin-top: 60px;
padding-top: 60px;
border-top: 1px solid #e6e6e6;
}
.related-post .post-title {
color: #212127;
margin-top: 0;
margin-bottom: 30px;
padding-bottom: 10px;
border-bottom: 1px solid #e6e6e6;
font-size: 1em;
position: relative;
}
.related-post .article-wrap article {
margin-bottom: 25px;
padding-bottom: 25px;
border-bottom: 1px solid #e6e6e6;
display: flex;
flex: 1;
flex-flow: row wrap;
align-items: flex-start;
}
.related-post .article-wrap article:last-child {
border-bottom: none;
padding-bottom: 0;
margin-bottom: 0;
}
.related-post .article-wrap article .post-thumbnail {
order: 2;
width: 110px;
overflow: hidden;
border-radius: 5px;
}
.related-post .article-wrap article .entry-header {
width: calc(100% - 110px);
padding-right: 25px;
}
.related-post .article-wrap article .entry-meta {
display: inline-block;
vertical-align: top;
width: 200px;
}
.related-post .entry-meta span.posted-on svg {
display: none;
}
.related-post .article-wrap article .entry-title {
display: inline-block;
vertical-align: top;
width: calc(100% - 205px);
font-size: 1em;
font-weight: 600;
} .widget-title {
position: relative;
font-size: 2.223em;
margin-top: 0;
margin-bottom: 20px;
} .counter-section .widget_raratheme_companion_stat_counter_widget {
display: flex; flex-direction: column;
justify-content: space-between;
position: relative;
text-align: center;
padding: 0 20px;
width: 20%;
}
.widget_raratheme_companion_stat_counter_widget .raratheme-sc-holder {
display: flex;
flex-flow: column wrap;
}
#secondary .widget_raratheme_companion_stat_counter_widget .raratheme-sc-holder {
text-align: center;
}
.widget_raratheme_companion_stat_counter_widget .widget-title {
font-size: 1.2223em;
margin: 0;
font-weight: 400;
display: flex;
flex: 1;
flex-direction: column;
order: 3;
}
#secondary .widget_raratheme_companion_stat_counter_widget .title-wrap::after {
margin-left: auto;
margin-right: auto;
right: 0;
}
.widget_raratheme_companion_stat_counter_widget .icon-holder {
line-height: 1;
font-size: 4em;
color: rgba(255,255,255,0.5);
margin-bottom: 20px;
}
#secondary .widget_raratheme_companion_stat_counter_widget .icon-holder {
color: rgba(0,0,0,0.3);
}
.widget_raratheme_companion_stat_counter_widget .odometer.odometer-auto-theme, 
.odometer.odometer-theme-default {
display: flex;
font-size: 5.5555em;
font-weight: 700;
line-height: 1.3;
flex: 1;
flex-direction: column;
order: 2;
}
#secondary .widget_raratheme_companion_stat_counter_widget .odometer.odometer-auto-theme, 
#secondary .odometer.odometer-theme-default, 
.site-footer .widget_raratheme_companion_stat_counter_widget .odometer.odometer-auto-theme, 
.site-footer .odometer.odometer-theme-default {
font-size: 3em;
}
section[class*="-section"] .widget_raratheme_companion_stat_counter_widget .widget-title, 
section[class*="-section"] .widget_raratheme_companion_stat_counter_widget .hs-counter {
color: #fff;
} .top-footer .widget_rtc_social_links ul li a:hover {
color: #fff;
} .widget_text .textwidget {
line-height: 1.8;
}
.widget_text .textwidget p:first-child {
margin-top: 0;
}
.widget_text .textwidget p:last-child {
margin-bottom: 0;
} .widget_calendar table {
text-align: center;
}
.widget_calendar table caption {
background: #57b9a8;
padding: 10px;
color: #fff;
}
.widget_calendar table tfoot {
display: none;
}
.widget_calendar table tr td {
padding-left: 0;
padding-right: 0;
font-weight: 400;
}
.widget_calendar table tr td#today {
background: rgba(0,0,0,0.05);
}
.widget_calendar table tbody tr td a {
font-weight: 700;
color: #57B9A8;
display: block;
}
.widget_calendar table tr th {
padding-left: 0;
padding-right: 0;
}
.site-footer .widget_calendar table tr th {
color: #fff;
}
.site-footer .widget_calendar table tr td {
color: rgba(255,255,255,0.5);
}
.site-footer .widget_calendar table tr td#today {
background: rgba(255,255,255,0.1);
color: #fff;
} form.search-form:before, 
form.search-form:after {
content: "";
display: table;
}
form.search-form:after {
clear: both;
}
.search-form label {
float: left;
width: calc(100% - 50px);
}
.search-form label input.search-field {
border: 1px solid #E6E6E6;
border-right: none;
height: 50px;
border-radius: 5px;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
font-size: 0.7778em;
}
.search-form input.search-submit {
float: left;
width: 50px;
padding: 0;
height: 50px;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
color: #fff;
font-size: 16px;
background: #57b9a8 url(//panellinioautismou.gr/wordpress/wp-content/themes/the-conference-pro/images/search-icon.svg) no-repeat;
background-position: center;
background-size: 18px;
text-indent: 60px;
overflow: hidden;
} .widget_tag_cloud a {
display: inline-block;
font-size: 0.8888em !important;
font-weight: 600;
padding: 10px 20px;
border-radius: 5px;
border: 1px solid #eee;
margin-right: 5px;
margin-bottom: 10px;
}
.site-footer .widget_tag_cloud a {
color: #fff;
}
.widget_tag_cloud a:hover {
background: #57b9a8;
border-color: #57b9a8;
color: #fff;
} .widget.widget_raratheme_client_logo_widget {
margin-bottom: 30px;
}
.widget_raratheme_client_logo_widget .image-holder {
margin-bottom: 30px;
display: inline-block;
width: 49%;
padding: 0 10px;
vertical-align: middle;
}
.widget_raratheme_client_logo_widget .image-holder a {
display: block;
}
.widget_raratheme_client_logo_widget .image-holder:not(.black-white) a:hover img {
opacity: 0.75;
filter: alpha(opacity=75);
}
.widget_raratheme_client_logo_widget .image-holder.black-white:hover {
-webkit-filter: grayscale(0);
filter: grayscale(0);
} .widget_raratheme_companion_faqs_widget {
text-align: left;
}
.widget_raratheme_companion_faqs_widget .raratheme-faq-holder {
position: relative;
}
.widget_raratheme_companion_faqs_widget a.expand-faq {
display: table;
position: relative;
font-weight: 600;
font-size: 14px;
border-bottom: 2px solid;
margin-left: auto;
margin-bottom: 40px;
}
.widget_raratheme_companion_faqs_widget a.expand-faq svg {
position: absolute;
top: 7px;
font-size: 16px;
left: -30px;
font-weight: 600;
}
.widget_raratheme_companion_faqs_widget ul.accordion li {
margin-top: 0;
padding: 30px;
letter-spacing: 0;
margin-bottom: 20px;
border: 1px solid #E6E6E6;
border-radius: 5px;
}
.widget_raratheme_companion_faqs_widget ul.accordion li:last-child {
margin-bottom: 0;
}
.widget_raratheme_companion_faqs_widget ul.accordion li:before {
display: none;
}
.widget_raratheme_companion_faqs_widget ul.accordion li .toggle {
font-size: 1.112em;
font-weight: 700;
cursor: pointer;
position: relative;
padding-right: 50px;
letter-spacing: 0;
}
.widget_raratheme_companion_faqs_widget ul.accordion li .toggle::after {
content: "";
background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="%23999" d="M151.5 347.8L3.5 201c-4.7-4.7-4.7-12.3 0-17l19.8-19.8c4.7-4.7 12.3-4.7 17 0L160 282.7l119.7-118.5c4.7-4.7 12.3-4.7 17 0l19.8 19.8c4.7 4.7 4.7 12.3 0 17l-148 146.8c-4.7 4.7-12.3 4.7-17 0z"></path></svg>');
background-repeat: no-repeat;
background-position: center;
background-size: 20px;
line-height: 36px;
width: 36px;
text-align: center;
height: 36px;
position: absolute;
top: 0;
right: 0;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.widget_raratheme_companion_faqs_widget ul.accordion li .toggle:hover, 
.widget_raratheme_companion_faqs_widget ul.accordion li.show .toggle {
color: #57b9a8;
}
.widget_raratheme_companion_faqs_widget ul.accordion li .toggle:hover::after, 
.widget_raratheme_companion_faqs_widget ul.accordion li.show .toggle::after {
background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="%2357b9a8" d="M151.5 347.8L3.5 201c-4.7-4.7-4.7-12.3 0-17l19.8-19.8c4.7-4.7 12.3-4.7 17 0L160 282.7l119.7-118.5c4.7-4.7 12.3-4.7 17 0l19.8 19.8c4.7 4.7 4.7 12.3 0 17l-148 146.8c-4.7 4.7-12.3 4.7-17 0z"></path></svg>');
}
.widget_raratheme_companion_faqs_widget ul.accordion li.show .toggle::after {
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
transform: rotate(180deg);
}
.widget_raratheme_companion_faqs_widget ul.accordion li .inner {
font-size: 1em;
margin-top: 20px;
color: #353535;
border-top: 1px solid #F2F2F2;
padding-top: 20px;
} section[class*="-section"] .widget-featured-holder {
display: flex;
flex: 1;
flex-direction: row-reverse;
flex-wrap: wrap;
align-items: flex-start;
}
section[class*="-section"] .widget_raratheme_featured_page_widget .section-subtitle {
display: flex;
width: calc(100% - 45% - 50px);
}
section[class*="-section"] .widget_raratheme_featured_page_widget .text-holder {
width: 55%;
padding-left: 50px;
}
section[class*="-section"] .widget_raratheme_featured_page_widget .no-featured-image .text-holder {
width: 100%;
padding-left: 0;
}
#secondary .widget-featured-holder {
display: flex;
flex: 1;
flex-direction: column;
}
#secondary .widget-featured-holder .section-subtitle {
order: 2;
}
#secondary .widget-featured-holder .text-holder {
order: 3;
}
.widget_raratheme_featured_page_widget .img-holder {
margin-top: 40px;
position: relative;
z-index: 1;
padding-right: 40px;
padding-bottom: 40px;
}
#secondary .widget-featured-holder .img-holder {
margin-top: 0;
margin-bottom: 40px;
}
section[class*="-section"] .widget_raratheme_featured_page_widget .img-holder {
width: 45%;
margin-top: 0;
}
.widget_raratheme_featured_page_widget .img-holder::before, 
.widget_raratheme_featured_page_widget .img-holder::after {
content: "";
background: -webkit-linear-gradient(rgba(87,185,168,1), rgba(13,45,98,1));
background: -moz-linear-gradient(rgba(87,185,168,1), rgba(13,45,98,1));
background: -ms-linear-gradient(rgba(87,185,168,1), rgba(13,45,98,1));
background: -o-linear-gradient(rgba(87,185,168,1), rgba(13,45,98,1));
background: linear-gradient(rgba(87,185,168,1), rgba(13,45,98,1));
position: absolute;
top: 20px;
left: 20px;
right: 0;
bottom: 0;
z-index: -1;
border-radius: 5px;
}
.widget_raratheme_featured_page_widget .img-holder::after {
background: #fff;
bottom: 20px;
right: 20px;
top: 40px;
left: 40px;
border-radius: 0;
}
.widget_raratheme_featured_page_widget .img-holder img {
box-shadow: 0 20px 40px rgba(0,0,0,0.1);
width: 100%;
border-radius: 5px;
}
.widget_raratheme_featured_page_widget .featured_page_content p {
margin-top: 20px;
margin-bottom: 0;
}
.widget_raratheme_featured_page_widget a.btn-readmore {
margin-right: 0;
margin-top: 35px;
background: #57b9a8;
color: #fff;
}
.widget_raratheme_featured_page_widget a.btn-readmore:hover {
background: none;
color: #57b9a8;
} .widget_rrtc_icon_text_widget {
text-align: center;
}
#secondary .widget_rrtc_icon_text_widget {
text-align: left;
}
#secondary .widget_rrtc_icon_text_widget .icon-holder {
font-size: 3em;
line-height: 1;
}
.widget_rrtc_icon_text_widget .widget-title {
margin-bottom: 0;
}
.widget_rrtc_icon_text_widget .content p {
margin-top: 10px;
letter-spacing: 0.5px;
margin-bottom: 20px;
}
section[class*="-section"] .widget_rrtc_icon_text_widget .content p {
font-size: 1em;
line-height: 1.6;
margin-top: 20px;
}
.widget_rrtc_icon_text_widget a.btn-readmore {
font-size: 0.778em;
font-weight: 700;
display: inline-block;
padding: 16px 40px;
border: 2px solid #57B9A8;
border-radius: 5px;
letter-spacing: 1px;
margin-bottom: 0;
margin-right: 0;
background: #57B9A8;
color: #fff;
}
section[class*="-section"] .widget_rrtc_icon_text_widget a.btn-readmore {
margin-top: 20px;
}
.widget_rrtc_icon_text_widget a.btn-readmore:hover {
background: transparent;
color: #57B9A8;
}
.widget_rrtc_icon_text_widget .rtc-itw-inner-holder {
display: flex;
flex: 1;
flex-direction: column;
}
.widget_rrtc_icon_text_widget .rtc-itw-inner-holder .text-holder {
order: 2;
margin-top: 20px;
}
.widget_rrtc_icon_text_widget .widget_rrtc_icon_text_widget svg {
font-size: 4.5em;
color: #57b9a8;
} .widget_raratheme_popular_post ul li .entry-header .entry-title, 
.widget_raratheme_recent_post ul li .entry-header .entry-title {
font-size: 1em;
line-height: 1.5;
margin-bottom: 0;
}
.widget_raratheme_popular_post ul li .entry-header .comment-count, 
.widget_raratheme_popular_post ul li .entry-header .entry-meta, 
.widget_raratheme_popular_post ul li .entry-header .view-count, 
.widget_raratheme_recent_post ul li .entry-header .entry-meta {
font-size: 1em;
display: inline-block;
}
.widget_raratheme_popular_post ul li .entry-header .entry-meta + .view-count {
margin-left: 10px;
}
.widget_raratheme_popular_post ul li .entry-header .view-count {
font-size: 0.6666em;
text-transform: uppercase;
color: #999;
font-weight: 600;
}
.widget ul li .entry-meta a {
color: #999;
}
.widget ul li .entry-meta a:hover {
color: #57b9a8;
} .widget_rara_posts_category_slider_widget .item .carousel-title {
margin-top: 20px;
}
.widget_rara_posts_category_slider_widget .item .cat-links {
font-size: 0.7778em;
color: #999;
display: block;
text-transform: uppercase;
font-weight: 600;
}
.widget_rara_posts_category_slider_widget .item .cat-links a {
display: inline-block;
margin-right: 15px;
}
.widget_rara_posts_category_slider_widget .item .cat-links a:last-child {
margin-right: 0;
}
.widget_rara_posts_category_slider_widget .item .cat-links a::after {
content: ",";
margin-left: 2px;
}
.widget_rara_posts_category_slider_widget .item .cat-links a:last-child:after {
display: none;
}
.widget_rara_posts_category_slider_widget .item .title {
font-size: 1em;
margin-top: 5px;
margin-bottom: 0;
}
.top-footer .widget_rara_posts_category_slider_widget .item .title {
color: #fff;
}
.widget_rara_posts_category_slider_widget .owl-theme .owl-nav [class*="owl-"] {
top: 30%;
margin-top: 0;
margin-bottom: 0;
} .page-template-about .content-area .about-section {
margin-bottom: 0;
}
.page-template-about section.counter-section {
padding-bottom: 40px;
}
.page-template-about .content-area .widget_raratheme_featured_page_widget a.btn-readmore {
background: #57b9a8;
color: #fff;
}
.page-template-about .content-area .widget_raratheme_featured_page_widget a.btn-readmore:hover {
background: none;
color: #57b9a8;
}
.page-template-about .content-area .about-section {
margin-top: 0;
margin-bottom: 0;
display: flex;
flex: 1;
flex-flow: row wrap;
align-items: flex-start;
}
.page-template-about .content-area .about-section .widget_raratheme_featured_page_widget {
width: 100%;
margin-right: 0;
margin-bottom: 100px;
}
.page-template-about .content-area .about-section .widget_rrtc_icon_text_widget {
width: 30.33%;
margin-right: 1.5%;
margin-left: 1.5%;
}
.page-template-about section.about-section .widget_rrtc_icon_text_widget .rtc-itw-inner-holder {
flex-direction: row;
align-items: flex-start;
}
.page-template-about section.about-section .widget_rrtc_icon_text_widget .rtc-itw-inner-holder .text-holder {
padding: 0 0 0 30px;
width: calc(100% - 65px);
}
.page-template-about section.about-section .widget_rrtc_icon_text_widget .rtc-itw-inner-holder .icon-holder {
width: 65px;
font-size: 3em;
line-height: 1;
color: #57B9A8;
display: block;
background: none;
flex: initial;
}
.page-template-about section.about-section .widget-title {
font-size: 1.3333em;
}
.page-template-about section.about-section .widget_rrtc_icon_text_widget .content p {
margin-top: 10px;
margin-bottom: 0;
} .page-template-ticket #primary {
margin-bottom: 40px;
}
.page-template-ticket .faq-block {
display: flex;
flex: 1;
flex-direction: row;
flex-wrap: wrap;
}
.page-template-ticket .faq-block .widget_text {
width: 47%;
margin-right: 1.5%;
margin-left: 1.5%;
}
.page-template-ticket .faq-block .widget_text:first-child {
width: 100%;
text-align: center;
}
.page-template-ticket .faq-block .widget_text:first-child .widget-title {
margin-bottom: 0;
}
.page-template-ticket .faq-block .widget_text:first-child .textwidget {
margin-top: 15px;
}
.page-template-ticket .faq-block .widget_text:not(:first-child) .widget-title {
font-size: 1.112em;
margin-bottom: 15px;
} .post-type-archive-schedule .event-sponsor-section {
border-top: 1px solid #e6e6e6;
padding-top: 100px;
} .page-template-speaker .site-main .widget_text {
width: 100%;
text-align: center;
}
.page-template-speaker .event-sponsor-section {
border-top: 1px solid #e6e6e6;
padding-top: 100px;
} .page-template-sponsor #primary {
margin-bottom: 100px;
}
.page-template-sponsor .site-main {
text-align: center;
}
.page-template-sponsor .site-main .widget_raratheme_companion_cta_widget .bttk-cta-bg, 
.page-template-sponsor .site-main .widget_raratheme_companion_cta_widget .text {
padding-top: 80px;
padding-bottom: 80px;
}
.page-template-sponsor .site-main .widget_raratheme_companion_cta_widget .raratheme-cta-container, 
.page-template-sponsor .site-main .widget_raratheme_companion_cta_widget .raratheme-cta-container {
max-width: 770px;
}
.page-template-sponsor .widget_raratheme_companion_cta_widget .text-holder p {
margin-top: 0;
margin-bottom: 20px;
font-size: 1.1112em;
}
.page-template-sponsor .widget_raratheme_companion_cta_widget .button-wrap .btn-cta {
background: #57b9a8;
color: #fff;
border-color: #57b9a8;
}
.page-template-sponsor .widget_raratheme_companion_cta_widget .button-wrap .btn-cta:hover {
background: none;
color: #57b9a8;
} .page-template-venue .site-main {
display: flex;
flex: 1;
flex-flow: row wrap;
}
.page-template-venue .site-main .section-title, 
.page-template-venue .site-main .section-desc {
width: 100%;
}
.page-template-venue .site-main .widget_text {
width: 100%;
text-align: center;
max-width: 800px;
margin-left: auto;
margin-right: auto;
}
.page-template-venue .site-main .widget_rtc_contact_social_links {
width: 50%;
padding-right: 15px;
}
.page-template-venue .site-main .widget .widget-title {
font-size: 2em;
margin-bottom: 10px;
}
.page-template-venue .site-main .venue-detail .description, 
.page-template-venue .site-main .venue-detail .contact-info {
margin-bottom: 30px;
}
.page-template-venue .site-main .contact-info ul.contact-list li {
margin-bottom: 20px;
}
.page-template-venue .site-main .venue-detail a.btn-readmore {
background: #57b9a8;
color: #fff;
}
.page-template-venue .site-main .venue-detail a.btn-readmore:hover {
background: none;
color: #57b9a8;
}
.page-template-venue .site-main .widget_text.widget_custom_html {
width: 50%;
padding-left: 15px;
max-width: 100%;
}
.page-template-venue .site-main .widget_text.widget_custom_html iframe {
border-radius: 5px;
min-height: 500px;
}
.page-template-venue .event-sponsor-section {
margin-top: 40px;
padding-top: 100px;
border-top: 1px solid #e6e6e6;
}
.page-template-venue section.cta-section {
margin-top: 0;
}
.page-template-venue .cta-section .widget {
width: 100%;
display: block;
text-align: center;
margin-right: 0;
}
.page-template-venue .cta-section .widget_raratheme_companion_cta_widget .bttk-cta-bg, 
.page-template-venue .cta-section .widget_raratheme_companion_cta_widget .text {
padding-top: 80px;
padding-bottom: 80px;
}
.page-template-venue .cta-section .widget_raratheme_companion_cta_widget .raratheme-cta-container, 
.page-template-venue .cta-section .widget_raratheme_companion_cta_widget .raratheme-cta-container {
max-width: 770px;
}
.page-template-venue .widget_raratheme_companion_cta_widget .text-holder p {
margin-top: 0;
margin-bottom: 20px;
font-size: 1.1112em;
}
.page-template-venue .widget_raratheme_companion_cta_widget .button-wrap .btn-cta {
background: #57b9a8;
color: #fff;
border-color: #57b9a8;
}
.page-template-venue .widget_raratheme_companion_cta_widget .button-wrap .btn-cta:hover {
background: none;
color: #57b9a8;
}
.page-template-venue .experience-section {
margin-bottom: 100px;
} .page-template-gallery #primary {
margin-bottom: 100px;
}
.page-template-gallery section.gallery-section {
margin-top: 0;
margin-bottom: 0;
} .page-template-faq .site-main .faq-content-wrap {
text-align: center;
margin-bottom: 100px;
}
.site-main .widget_text .textwidget {
font-size: 1.112em;
} .page-template-testimonial .site-main .testimonial-wdgt-wrap {
margin-bottom: 100px;
}
.page-template-testimonial .site-main .testimonial-wdgt-wrap .widget_text {
text-align: center;
}
.page-template-testimonial .site-main .testimonial-wdgt-wrap .widget_text .widget-title {
margin-bottom: 10px;
} .page-header .about-author {
border-top: none;
margin-top: 0;
padding-top: 0;
text-align: left;
max-width: 770px;
}
.page-header .author-content-wrap .author-name {
border-bottom-color: rgba(255,255,255,0.1);
color: #fff;
white-space: nowrap;
}
.page-header .author-content-wrap .author-name b {
font-weight: 800;
}
.page-header .author-content-wrap .author-info, 
.page-header .author-social a {
color: #fff;
margin-bottom: 0;
margin-top: 20px;
}
.page-header .author-social a .icon {
color: #fff;
border-color: rgba(255,255,255,0.5);
}
.page-header .author-social a:hover .icon {
border-color: #57b9a8;
}
.post-count {
font-size: 0.7778em;
color: #999;
font-weight: 600;
margin-bottom: 20px;
}
.archive .site-main article a.btn-transparent, 
.search .site-main article a.btn-transparent {
padding: 0;
border: none;
}
.archive .site-main article a.btn-transparent:hover, 
.search .site-main article a.btn-transparent:hover {
background: none;
color: #57b9a8;
text-decoration: underline;
}
.sub-title {
font-size: 0.7778em;
letter-spacing: 1px;
color: #e6e6e6;
font-weight: 600;
} .search .page-header .container {
width: 1170px;
}
.search .page-header .page-title {
font-size: 0.7778em;
letter-spacing: 1px;
width: 65%;
text-align: left;
color: #E6E6E6;
margin-left: auto;
margin-right: auto;
}
.search .page-header .search-form {
width: 65%;
border-bottom: 2px solid rgba(255,255,255,0.5);
margin-left: auto;
margin-right: auto;
}
.search .page-header .search-form label input.search-field {
background: none;
border: none;
border-radius: 0;
height: 70px;
padding-left: 0;
font-size: 2.6665em;
color: #fff;
font-weight: 700;
padding-bottom: 0;
}
.search .page-header .search-form label input.search-field::-webkit-input-placeholder {
color: rgba(255,255,255,0.5);
}
.search .page-header .search-form label input.search-field::-moz-placeholder {
color: rgba(255,255,255,0.5);
}
.search .page-header .search-form label input.search-field:-ms-input-placeholder {
color: rgba(255,255,255,0.5);
}
.search .page-header .search-form label input.search-field:-moz-placeholder {
color: rgba(255,255,255,0.5);
}
.search .page-header .search-form input.search-submit {
height: 70px;
border-radius: 0;
background-color: transparent;
border: none;
background-size: 25px;
opacity: 0.75;
filter: alpha(opacity=75);
}
.search .page-header .search-form input.search-submit:hover {
opacity: 1;
filter: alpha(opacity=100);
}
.search .no-results .entry-header .entry-title {
font-size: 2.223em;
font-weight: 700;
}
.search .no-results .page-content {
font-size: 1.112em;
margin-top: 15px;
}
.search .no-results .page-content p {
margin: 0;
} .error404 .not-found .page-content {
margin-top: 0;
text-align: center;
}
.error404 .not-found .error-text {
margin: 0 auto 30px auto;
font-size: 1.3888em;
max-width: 586px;
}
.error404 .not-found .error-num {
font-size: 22.2222em;
font-weight: 700;
color: #57B9A8;
text-shadow: 0 -10px rgba(0,0,0,0.1);
line-height: 1.3;
}
.error404 .not-found .bttn {
text-transform: uppercase;
font-size: 0.7778em;
font-weight: 700;
background: #57B9A8;
border: 2px solid #57B9A8;
color: #fff;
display: inline-block;
text-align: center;
padding: 15px 40px;
border-radius: 5px;
margin-top: 40px;
margin-bottom: 70px;
letter-spacing: 1px;
}
.error404 .not-found .bttn:hover {
background: none;
color: #57B9A8;
}
.error404 .not-found .search-form {
max-width: 630px;
margin: 0 auto;
} .portfolio-holder .portfolio-sorting {
margin-bottom: 20px;
}
.portfolio-sorting .button {
font-size: 1em;
font-weight: 700;
margin-left: 5px;
margin-right: 5px;
margin-bottom: 10px;
padding: 15px 20px;
}
.portfolio-sorting .button.is-checked, 
.portfolio-sorting .button:hover {
color: #fff;
background: #57B9A8;
}
.portfolio-item .portfolio-item-inner {
border-radius: 5px;
}
.portfolio-item .portfolio-text-holder {
font-size: 1em;
background: -webkit-linear-gradient( rgba(87, 185, 168, 0.8), rgba(13, 45, 98, 0.8));
background: -moz-linear-gradient( rgba(87, 185, 168, 0.8), rgba(13, 45, 98, 0.8));
background: -ms-linear-gradient( rgba(87, 185, 168, 0.8), rgba(13, 45, 98, 0.8));
background: -o-linear-gradient( rgba(87, 185, 168, 0.8), rgba(13, 45, 98, 0.8));
background: linear-gradient( rgba(87, 185, 168, 0.8), rgba(13, 45, 98, 0.8));
}
.portfolio-item-inner:hover .portfolio-text-holder {
padding-top: 20px;
padding-bottom: 20px;
}
.portfolio-item .portfolio-cat a {
font-size: 0.8888em;
text-transform: uppercase;
color: rgba(255,255,255,0.75);
}
.portfolio-item .portfolio-cat a:hover {
color: #fff;
}
.portfolio-item .portfolio-cat a:after, 
.entry-header .portfolio-cat a:after {
content: ",";
}
.portfolio-item .portfolio-cat a:last-child:after, 
.entry-header .portfolio-cat a:last-child:after {
display: none;
}
.portfolio-text-holder .portfolio-img-title {
font-size: 1.3333em;
font-weight: 700;
}
.portfolio-holder .post-thumbnail {
border-radius: 4px;
overflow: hidden;
margin-bottom: 50px;
}
.portfolio-holder .post-thumbnail img {
width: 100%;
}
.portfolio-holder .entry-header {
padding-bottom: 15px;
margin-bottom: 40px;
border-bottom-color: #E6E6E6;
}
.entry-header .portfolio-cat a {
color: #555;
text-transform: uppercase;
}
.entry-header .portfolio-cat a:hover {
color: #57b9a8;
}
.portfolio-holder .entry-header .entry-title {
font-size: 2.2223em;
color: #1c1d1d;
}
.portfolio-holder .entry-content {
color: #333;
line-height: 1.8;
}
.portfolio-holder + .post-navigation {
border-top: 1px solid #e6e6e6;
padding-top: 60px;
}
.related-portfolio {
border-top: 1px solid #e6e6e6;
padding-top: 60px;
margin-top: 60px;
}
.portfolio-img-holder, 
.related-portfolio .portfolio-img-holder {
margin-left: -15px;
margin-right: -15px;
}
.related-portfolio-title {
font-size: 2.2223em;
font-weight: 700;
color: #212127;
position: relative;
line-height: 1.5;
border-bottom: 1px solid #E6E6E6;
padding-bottom: 20px;
margin-bottom: 40px;
}
.related-portfolio-title::after {
content: "";
background: #57B9A8;
width: 70px;
height: 3px;
position: absolute;
bottom: -2px;
left: 0;
right: 0;
margin: 0 auto;
}
.related-portfolio .portfolio-item .portfolio-text-holder {
opacity: 0;
visibility: hidden;
padding: 0 20px;
}
.related-portfolio .portfolio-item-inner:hover .portfolio-text-holder {
opacity: 1;
filter: alpha(opacity=100);
visibility: visible;
padding-top: 20px;
padding-bottom: 20px;
} @media screen and (max-width: 1450px) {
.site-header .container, 
section.recent-conference-section, 
section.schedule-section, 
.banner-caption.newsletter-banner .container {
max-width: 1280px;
padding-left: 15px;
padding-right: 15px;
}
body.custom-background .site, 
.custom-background header.site-header {
max-width: 95%;
}
.nav-wrap .nav-btn a, 
.main-navigation ul li a {
padding-left: 20px;
padding-right: 20px;
}
body.custom-background .nav-wrap .nav-btn a, 
body.custom-background .main-navigation ul li a {
padding-left: 15px;
padding-right: 15px;
}
.site-banner .item img {
height: 100%;
}
.banner-caption {
height: 100%;
}
.banner-caption .banner-title {
font-size: 3em;
}
.banner-caption .btn-wrap {
margin-top: 40px;
}
.widget_raratheme_companion_stat_counter_widget .icon-holder {
font-size: 2.5em;
}
.widget_raratheme_companion_stat_counter_widget .odometer.odometer-auto-theme, 
.odometer.odometer-theme-default {
font-size: 3em;
}
.video-banner #wp-custom-header {
padding-top: 75%;
}
}
@media screen and (max-width: 1199px) {
.container, 
.blossomthemes-email-newsletter-wrapper .newsletter-wrap-inner {
max-width: 1000px;
padding-left: 15px;
padding-right: 15px;
}
.site-header .container, 
section.recent-conference-section, 
section.schedule-section, 
.banner-caption.newsletter-banner .container {
max-width: 1100px;
}
.faq-section .faq-content-wrap, 
.contact-form-section .container {
padding-left: 15px;
padding-right: 15px;
}
.banner-caption .banner-title {
font-size: 3.5em;
}
.banner-caption .btn-wrap, 
.banner-caption .banner-countdown {
margin-top: 40px;
}
.widget_rrtc_description_widget .social-profile li a {
padding: 5px;
}
.search .page-header .container {
width: 100%;
max-width: 100%;
} .blossomthemes-email-newsletter-wrapper .text-holder {
padding-right: 20px;
max-width: 390px;
}
.blossomthemes-email-newsletter-wrapper .text-holder h3 {
font-size: 1.5em;
}
.blossomthemes-email-newsletter-wrapper form {
max-width: 570px;
}
}
@media screen and (max-width: 1024px) {
.container, 
.blossomthemes-email-newsletter-wrapper .newsletter-wrap-inner {
max-width: 768px;
}
.site-header .container, 
section.recent-conference-section, 
section.schedule-section, 
.banner-caption.newsletter-banner .container {
max-width: 850px;
}
section.about-section, 
section.testimonial-section, 
section.cta-section, 
section.gallery-section {
margin-top: 80px;
margin-bottom: 80px;
}
.widget-title, 
section[class*="-section"] .widget_text .widget-title, 
.section-title {
font-size: 2em;
}
.page-header .page-title {
font-size: 2em;
}
.scroll-to-top {
right: 20px;
bottom: 40px;
width: 40px;
height: 40px;
line-height: 34px;
}
.scroll-to-top.show {
bottom: 70px;
}
.rightsidebar #primary {
float: none;
width: 100%;
padding-right: 0;
}
.leftsidebar #primary {
float: none;
width: 100%;
padding-left: 0;
}
body:not([class*="page-template-"]) #primary {
margin-bottom: 80px;
}
.rightsidebar #secondary, 
.leftsidebar #secondary {
float: none;
width: 100%;
margin-bottom: 80px;
}
.portfolio-img-holder .portfolio-item {
width: 50%;
} body.nav-toggled {
overflow: hidden;
}
.site {
position: relative;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.nav-toggled .site {
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
transform: translateX(-50%);
}
.site:before {
content: "";
background: rgba(0,0,0,0.5);
position: absolute;
z-index: 9999;
width: 100%;
left: 0;
top: 0;
height: 100%;
opacity: 0;
visibility: hidden;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;	
}
.nav-toggled .site:before {
opacity: 1;
visibility: visible;
}
.site-header button.toggle-btn {
width: 60px;
height: 60px;
padding: 0;
text-align: center;
background: none;
border: 2px solid #fff;
border-radius: 100%;
position: relative;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.site-header button.toggle-btn:hover {
background: #fff;
}
.site-header.header-lay4 button.toggle-btn, 
.site-header.header-lay5 button.toggle-btn {
border-color: #57b9a8;
}
.site-header.header-lay4 button.toggle-btn:hover, 
.site-header.header-lay5 button.toggle-btn:hover {
background: #57b9a8;
}
.site-header button.toggle-btn .bar {
display: block;
width: 20px;
height: 3px;
background: #fff;
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
margin: auto;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.site-header button.toggle-btn .bar:first-child {
top: -15px;
}
.site-header button.toggle-btn .bar:last-child {
bottom: -16px;
}
.site-header.header-lay4 button.toggle-btn .bar, 
.site-header.header-lay5 button.toggle-btn .bar {
background: #57b9a8;
}
.site-header button.toggle-btn:hover .bar {
background: #57b9a8;
}
.site-header.header-lay4 button.toggle-btn:hover .bar, 
.site-header.header-lay5 button.toggle-btn:hover .bar {
background: #fff;
}
.main-navigation button.toggle-button {
display: block;
width: 60px;
height: 60px;
padding: 0;
margin: 0 auto;
border-radius: 100%;
background: none;
position: absolute;
top: 20px;
left: 0;
right: 0;
}
.main-navigation button.toggle-button:hover {
background: #57b9a8;
}
.main-navigation button.toggle-button .toggle-bar {
display: block;
width: 25px;
height: 3px;
background: #000;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.main-navigation button.toggle-button .toggle-bar:last-child {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.main-navigation button.toggle-button:hover .toggle-bar {
background: #fff;
}
.nav-wrap {
position: fixed;
top: 0;
right: 0;
width: 400px;
background: #fff;
height: 100%;
display: block;
padding: 0;
text-align: center;
z-index: 9999;
overflow: auto;
-webkit-transform: translateX(100%);
-moz-transform: translateX(100%);
transform: translateX(100%);
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.nav-toggled .nav-wrap {
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
transform: translateX(0);
}
.nav-wrap .main-navigation {
margin-top: 100px;
}
.main-navigation ul li {
display: block;
font-size: 0.8888em;
}
.main-navigation ul li a {
color: #000;
width: 100%;
padding-top: 20px 25px;
border-bottom: 1px solid rgba(0,0,0,0.05);
}
.main-navigation ul li ul {
position: static;
width: 100%;
opacity: 1;
visibility: visible;
text-align: center;
display: none;
-webkit-transition: none;
-moz-transition: none;
transition: none;
}
.main-navigation ul li ul ul, 
.main-navigation ul.nav-menu > li:nth-last-of-type(1) ul ul, 
.main-navigation ul.nav-menu > li:nth-last-of-type(2) ul ul {
padding-left: 0;
}
.main-navigation ul li ul::before {
display: none;
}
.main-navigation ul li ul.sub-menu li {
background: rgba(0,0,0,0.02);
}
.main-navigation ul li ul li a {
color: #000;
padding: 20px 25px;
}
.main-navigation ul ul.sub-menu li a:hover, 
.main-navigation ul ul.sub-menu li:hover > a, 
.main-navigation ul ul.sub-menu li.current-menu-item a, 
.main-navigation ul ul.sub-menu li.current_page_item a {
color: #57b9a8;
background: rgba(0,0,0,0.01);
}
.menu-item-has-children .submenu-toggle {
position: absolute;
top: 20px;
right: 10px;
width: 20px;
height: 30px;
line-height: 30px;
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.menu-item-has-children .submenu-toggle.active {
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
transform: rotate(180deg);
}
.nav-wrap .nav-btn {
padding: 30px 20px;
}
.nav-wrap .nav-btn a {
display: block;
padding-left: 30px;
padding-right: 30px;
}
.language-dropdown {
margin-left: 0;
}
.language-dropdown .languages > li:not(.menu-item-has-children) {
margin-bottom: 20px;
}
.language-dropdown li a {
color: #000;
padding: 20px;
border-top: 1px solid rgba(0,0,0,0.1);
}
.language-dropdown .languages > li:not(.menu-item-has-children) a {
padding: 10px 0;
border-top: none;
}
.language-dropdown li.menu-item-has-children > a::after {
background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%23000" d="M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z"></path></svg>');
right: 10px;
top: 32px;
}
.language-dropdown li ul {
width: 100%;
}
.language-dropdown li ul::before {
border-bottom-color: #f5f5f5;
right: 0;
margin: 0 auto;
}
.language-dropdown li ul li {
background: #f5f5f5;
}
.language-dropdown li ul li a {
border-top: none;
} .site-banner img {
height: 100vw;
}
.scroll-down, 
.countdown-wrap::before, 
.countdown-wrap::after {
display: none;
}
.banner-caption .banner-title, 
.countdown-wrap span {
font-size: 2em;
}
.banner-caption .banner-desc {
font-size: 1em;
}
.banner-caption .btn-wrap {
margin-top: 40px;
}
.banner-caption .banner-countdown {
width: 100%;
margin-top: 40px;
}
.countdown-wrap {
margin-right: 3%;
margin-bottom: 10px;
min-height: auto;
padding-top: 20px;
padding-bottom: 20px;
}
.ctaTimer-countdown .countdown-wrap {
width: 22.66%;
}
.newsletter-banner .blossomthemes-email-newsletter-wrapper {
padding: 30px;
}
.newsletter-banner .blossomthemes-email-newsletter-wrapper .newsletter-wrap-inner {
padding: 0;
}
.newsletter-banner .blossomthemes-email-newsletter-wrapper .text-holder {
margin-bottom: 30px;
} section.counter-section {
padding-top: 80px;
padding-bottom: 100px;
}
section.recent-conference-section::before {
height: 80px;
top: -80px;
}
.counter-section .widget_raratheme_companion_stat_counter_widget {
width: 33.33%;
}
.widget_raratheme_companion_stat_counter_widget {
padding-left: 10px;
padding-right: 10px;
}
.widget_raratheme_companion_stat_counter_widget .icon-holder {
font-size: 2.5em;
} section.recent-conference-section {
padding-bottom: 80px;
}
section.recent-conference-section::before {
height: 80px;
top: -80px;
}
section[class*="-section"] .widget_rrtc_icon_text_widget .rtc-itw-inner-holder {
align-items: flex-start;	
} .speakers-section {
margin-top: 80px;
margin-top: 50px;
}
section[class*="-section"] .widget_rrtc_description_widget, 
.page-template-speaker .site-main .widget_rrtc_description_widget {
width: 47%;
}
section[class*="-section"] .widget_rrtc_description_widget .description {
height: 100px;
} section.schedule-section {
padding-top: 80px;
}
section.schedule-section::after {
height: 80px;
bottom: -80px;
}
.tab-description .tab-description {
padding: 30px;
}
.toggle-block {
padding: 25px;
} section.pricingtable-section {
padding-top: 160px;
padding-bottom: 20px;
}
.pricingtable-block .pricing-header, 
.pricingtable-block .pricingtable-desc, 
.pricingtable-block .pricingtable-btn {
padding-left: 20px;
padding-right: 20px;
}
.pricingtable-block .priginttable-title {
font-size: 1.2em;
}
.pricingtable-block .pricingtable-price .price {
font-size: 2.335em;
} section.testimonial-section {
margin-top: 50px;
}
.testimonial-wdgt-wrap {
flex-direction: column;
}
.testimonial-wdgt-wrap .widget_rrtc_testimonial_widget {
width: 100%;
margin-left: 0;
margin-right: 0;
padding-left: 30px;
}
.rtc-testimonial-holder .img-holder {
width: 60px;
height: 60px;
left: -30px;
}
.rtc-testimonial-holder .img-holder::before {
border-width: 4px;
}
.rtc-testimonial-holder .text-holder {
padding-left: 20px;
} section.cta-section {
margin-top: 50px;
}
.ctatimer-section {
padding-top: 80px;
padding-bottom: 80px;
}
.ctatimer-section .ctaTimer-countdown {
width: 100%;
margin-top: 40px;
}
.ctatimer-section .btn-wrap {
margin-top: 40px;
} .event-sponsor-section {
margin-top: 80px;
margin-bottom: 60px;
} .widget_raratheme_companion_cta_widget .bttk-cta-bg, 
.widget_raratheme_companion_cta_widget .text {
padding: 30px;
}
.btn-cta {
padding-left: 20px;
padding-right: 20px;
} .faq-section .container {
padding-top: 80px;
padding-bottom: 80px;
} .blog-section {
margin-top: 80px;
margin-bottom: 80px;
padding-top: 80px;
}
.blog-section .btn-wrap {
margin-top: 40px;
}
.blog-section .article-wrap {
grid-template-columns: repeat(2, 1fr);
grid-gap: 20px;
}
.blog-section .article-wrap article:last-child {
display: none;
} .contact-form-section .container {
padding-top: 80px;
flex-direction: column;
max-width: 800px;
}
.contact-form-section .container::after {
height: 80px;
bottom: -80px;
}
section.contact-form-section .widget, .page-template-contact .site-main .widget {
width: calc(100% - 50px);
padding-right: 0;
margin-left: auto;
margin-right: auto;
}
.page-template-contact .site-main .widget {
width: 100%;
}
.page-template-contact .site-main .widget:last-child {
margin-bottom: 0;
}
section.contact-form-section .widget_rtc_contact_social_links, .page-template-contact .site-main .widget_rtc_contact_social_links {
padding: 30px;
} section.contact-form-section + section.map-section .widget .widget-title {
margin-top: 160px;
}
section.map-section .widget .textwidget, 
.page-template-contact .map-section {
height: 500px;
}
section.map-section .widget .widget-title + .textwidget {
height: 400px;
} section[class*="-section"] .blossomthemes-email-newsletter-wrapper {
padding-top: 80px;
padding-bottom: 80px;
}
.blossomthemes-email-newsletter-wrapper .newsletter-wrap-inner {
flex-direction: column;
text-align: center;
}
.blossomthemes-email-newsletter-wrapper .text-holder {
padding-right: 0;
margin-bottom: 40px;
max-width: 500px;
}
.blossomthemes-email-newsletter-wrapper .text-holder h3 {
font-size: 2.2223em;
}
.blossomthemes-email-newsletter-wrapper form {
max-width: 670px;
}
.blossomthemes-email-newsletter-wrapper form label {
text-align: left;
} .site-footer .top-footer {
padding-top: 60px;
padding-bottom: 0;
}
.top-footer .grid.column-3 .col, 
.top-footer .grid.column-4 .col {
width: 48%;
}
.top-footer .grid.column-3 .col:nth-child(2n), 
.top-footer .grid.column-4 .col:nth-child(2n) {
margin-right: 0;
} header.page-header, 
.page-template-about .content-area .about-section .widget_raratheme_featured_page_widget {
margin-bottom: 80px;
}
section.experience-section {
margin-top: 80px;
}
.page-template-about .site-main section[class*="-section"] .widget_rrtc_icon_text_widget .rtc-itw-inner-holder, 
.page-template-about .site-main section[class*="-section"] .widget_rrtc_icon_text_widget:nth-child(2n) .rtc-itw-inner-holder {
flex-direction: column;
}
.page-template-about .site-main section.about-section .widget_rrtc_icon_text_widget .rtc-itw-inner-holder .text-holder {
padding-left: 0;
width: 100%;
}
.page-template-about section.about-section .widget_rrtc_icon_text_widget .rtc-itw-inner-holder .icon-holder {
margin-bottom: 20px;
}
.experience-content-holder {
padding-top: 80px;
padding-bottom: 40px;
} #primary .pricingtable-wrap {
margin-bottom: 70px;
} .page-template-contact #primary {
margin-bottom: 80px;
} .post-type-archive-schedule .event-sponsor-section, 
.page-template-speaker .event-sponsor-section, 
.page-template-venue .event-sponsor-section {
padding-top: 80px;
}
.page-template-venue .event-sponsor-section {
margin-top: 0;
} .page-template-sponsor #primary, 
.page-template-venue .experience-section {
margin-bottom: 80px;
} .single:not(.single-product) .site-main .sticky-social .entry-content {
padding-left: 30px;
}
.single:not(.single-product) .site-main .sticky-social .entry-footer {
padding-left: 85px;
}
.post-navigation a .post-title {
width: 100%;
} .search .page-header .search-form label input.search-field, 
.search .no-results .entry-header .entry-title {
font-size: 2em;
} .error404 .not-found .error-num {
font-size: 18em;
}
}
@media screen and (max-width: 899px) {
.video-banner #wp-custom-header {
height: auto;
padding-top: 0;
}
}
@media screen and (max-width: 767px) {
.container, 
.blossomthemes-email-newsletter-wrapper .newsletter-wrap-inner {		
max-width: 480px;
}
.site-header .container, 
section.recent-conference-section, 
section.schedule-section, 
.banner-caption.newsletter-banner .container {
max-width: 540px;
}
body.custom-background .site {
max-width: 100%;
}
.nav-toggled .site {
-webkit-transform: translateX(-80%);
-moz-transform: translateX(-80%);
transform: translateX(-80%);
}
.nav-wrap {
width: 320px;
}
a.btn-transparent, .btn-readmore {
padding-left: 20px;
padding-right: 20px;
}
blockquote {
background-size: 60px;
padding-top: 20px;
padding-left: 30px;
}
.admin-bar header.site-header {
top: 0;
}
header.page-header {
margin-bottom: 60px;
}
.gallery:not(gallery-columns-1) .gallery-item {
margin-right: 0%;
}
.gallery-columns-2 .gallery-item, 
.gallery-columns-3 .gallery-item, 
.gallery-columns-4 .gallery-item, 
.gallery-columns-5 .gallery-item, 
.gallery-columns-6 .gallery-item, 
.gallery-columns-7 .gallery-item, 
.gallery-columns-8 .gallery-item, 
.gallery-columns-9 .gallery-item {
max-width: 100%;
} .site-banner img {
height: auto;
}
.site-banner .item img {
position: static;
}
.banner-caption { padding-top: 40px !important;
padding-bottom: 40px;
}
.banner-caption::before {
background: rgba(0,0,0,0.2);
}
.banner-caption .container {
margin-top: 0;
}
.site-banner .countdown-wrap:last-child {
margin-right: 3%;
}
.site-banner .btn-wrap a {
display: block;
}
.site-banner .btn-wrap a + a {
margin-left: 0;
margin-top: 10px;
}
.newsletter-banner .blossomthemes-email-newsletter-wrapper {
background: none !important;
padding: 0;
float: none;
} section[class*="-section"] .widget-featured-holder {
flex-direction: column;
}
section[class*="-section"] .widget_raratheme_featured_page_widget .section-subtitle {
width: 100%;
order: 2;
}
section[class*="-section"] .widget_raratheme_featured_page_widget .text-holder {
width: 100%;
padding-left: 0;
order: 3;
}
section[class*="-section"] .widget_raratheme_featured_page_widget .img-holder {
width: 100%;
margin-bottom: 40px;
padding-bottom: 30px;
padding-right: 30px;
}
.widget_raratheme_featured_page_widget .img-holder::after {
top: 35px;
left: 35px;
right: 15px;
bottom: 15px;
} .counter-section .container {
flex-wrap: wrap;
}
.counter-section .widget_raratheme_companion_stat_counter_widget {
width: 50%;
padding-left: 10px;
padding-right: 10px;
flex: auto;
}
section.counter-section .widget:last-child {
margin-bottom: 60px;
}
.widget_raratheme_companion_stat_counter_widget .odometer.odometer-auto-theme, 
.odometer.odometer-theme-default {
font-size: 2em;
} section[class*="-section"] .widget_rrtc_icon_text_widget .rtc-itw-inner-holder, 
section[class*="-section"] .widget_rrtc_icon_text_widget:nth-child(2n) .rtc-itw-inner-holder {
flex-direction: column;
}
section[class*="-section"] .widget_rrtc_icon_text_widget .text-holder {
width: 100%;
padding-left: 0;
}
section[class*="-section"] .widget_rrtc_icon_text_widget:nth-child(2n) .text-holder {
padding-right: 0;
}
section[class*="-section"] .widget_rrtc_icon_text_widget .icon-holder {
width: 100%;
margin-bottom: 30px;
} section[class*="-section"] .widget_rrtc_description_widget, 
.page-template-speaker .site-main .widget_rrtc_description_widget {
margin-left: 0;
margin-right: 0;
width: 100%;
}
.widget_rrtc_description_widget .rtc-team-holder-modal {
padding: 20px;
}
.widget_rrtc_description_widget .name {
font-size: 1em;
}
.widget_rrtc_description_widget .designation, 
.widget_rrtc_description_widget .social-profile li {
font-size: 0.8888em;
}
.widget_rrtc_description_widget .social-profile li a {
padding: 7px;
} .tab-wrap {
flex-direction: column;
}
.tab-wrap li {
width: 100%;
border-radius: 0;
border-bottom: 1px solid rgba(0,0,0,0.1);
padding-top: 10px;
padding-bottom: 10px;
}
.tab-wrap li::before {
display: none;
}
.tab-content-wrap .tab-description {
margin-top: 30px;
}
.tab-description .tab-wrap + .tab-description {
margin-top: 0;
}
.tab-description .tab-description {
padding: 20px;
}
.toggle-block {
margin-left: 0;
padding: 20px;
}
.toggle-block::before, 
.toggle-block::after {
display: none;
}
.toggle-block figure.toggle-img {
position: relative;
top: 0;
left: 0;
margin-bottom: 30px;
}
.toggle-block .toggle-title {
padding-right: 30px;
}
.toggle-block .toggle-title::before {
width: 26px;
height: 26px;
line-height: 26px;
}
.tab-content-wrap .btn-wrap {
margin-top: 40px;
} .pricingtable-wrap {
flex-direction: column;
margin-top: 40px;
padding-top: 0;
}
.widget_cp_pt_widget {
width: 100%;
margin-bottom: 20px;
padding-top: 0;
padding-bottom: 0;
}
.pricingtable-block:first-child .pricing-header {
border-top-right-radius: 5px;
}
.pricingtable-block:first-child .pricingtable-btn {
border-bottom-right-radius: 5px;
}
.pricingtable-block.has-tag {
margin-top: 0;
margin-bottom: 20px;
}
.pricingtable-block:last-child .pricing-header {
border-top-left-radius: 5px;
}
.pricingtable-block:last-child .pricingtable-btn {
border-bottom-left-radius: 5px;
} .ctaTimer-countdown .countdown-wrap {
width: 48%;
margin-right: 3%;
}
.ctaTimer-countdown .countdown-wrap:nth-child(2n) {
margin-right: 0;
} .event-sponsor-section .widget_raratheme_client_logo_widget .image-holder, 
.page-template-sponsor .site-main .widget_raratheme_client_logo_widget .image-holder {
width: 49%;
padding-left: 15px;
padding-right: 15px;
margin-right: 0;
} .cta-section .container {
flex-direction: column;
}
.cta-section .widget {
width: 100%;
margin-right: 0;
}
section.cta-section .widget:nth-last-of-type(2) {
margin-bottom: 60px;
}
.btn-cta {
display: block;
width: 100%;
}
.btn-cta + .btn-cta {
margin-left: 0;
margin-top: 10px;
} .widget_raratheme_companion_faqs_widget ul.accordion li {
padding: 15px;
}
.widget_raratheme_companion_faqs_widget ul.accordion li .toggle {
padding-right: 40px;
line-height: 1.4;
} .blog-section .article-wrap {
grid-template-columns: repeat(1, 1fr);
}
.blog-section .article-wrap article:last-child {
display: block;
}
.blog-section article .entry-header {
padding: 20px;
}
.portfolio-img-holder, 
.related-portfolio .portfolio-img-holder {
margin-left: 0;
margin-right: 0;
}
.portfolio-img-holder .portfolio-item {
float: none;
width: 100%;
padding-left: 0;
padding-right: 0;
} .contact-form-section .container {
max-width: 540px;
}
section.contact-form-section .widget {
width: calc(100% - 30px);
} .blossomthemes-email-newsletter-wrapper form {
flex-direction: column;
width: 100%;
}
.blossomthemes-email-newsletter-wrapper form input[name="subscribe-fname"], 
.blossomthemes-email-newsletter-wrapper form input[name="subscribe-email"] {
width: 100%;
border-right: 2px solid rgba(255,255,255,0.5);
margin-bottom: 10px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
}
.blossomthemes-email-newsletter-wrapper form input[name="subscribe-fname"] + input[name="subscribe-email"], 
.blossomthemes-email-newsletter-wrapper form input[type="submit"] {
width: 100%;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
} .page-template-about .content-area .about-section .widget_rrtc_icon_text_widget {
width: 100%;
margin-right: 0;
margin-left: 0;
}
.page-template-about .site-main section[class*="-section"] .widget_rrtc_icon_text_widget .rtc-itw-inner-holder, 
.page-template-about .site-main section[class*="-section"] .widget_rrtc_icon_text_widget:nth-child(2n) .rtc-itw-inner-holder {
flex-direction: row;
}
.page-template-about .site-main section.about-section .widget_rrtc_icon_text_widget .rtc-itw-inner-holder .text-holder {
padding-left: 20px;
}
.page-template-about section[class*="-section"] .widget_rrtc_icon_text_widget .icon-holder {
margin-bottom: 0;
}
section.experience-section .widget_rrtc_icon_text_widget, 
section.experience-section .widget_media_image {
width: 100%;
margin-right: 0;
margin-left: 0;
} .list-view figure.post-thumbnail {
width: 100%;
margin-bottom: 30px;
}
.list-view figure.post-thumbnail + .post-content-wrap {
width: 100%;
padding-left: 0;
} .navigation .nav-links .page-numbers.prev, 
.navigation .nav-links .page-numbers.next {
padding-left: 10px;
padding-right: 10px;
}
.navigation .nav-links .page-numbers {
width: 40px;
height: 40px;
line-height: 38px;
margin-left: 2px;
margin-right: 2px;
} .page-template-ticket .faq-block .widget_text {
width: 100%;
margin-left: 0;
margin-right: 0;
} .page-template-venue .site-main .widget_rtc_contact_social_links {
width: 100%;
padding-right: 0;
}
.page-template-venue .site-main .widget_text.widget_custom_html {
width: 100%;
padding-left: 0;
height: 400px;
}
.page-template-venue section[class*="-section"] .widget_rrtc_icon_text_widget .icon-holder {
margin-bottom: 0;
} .single .site-content header.page-header {
margin-bottom: 0;
}
.single:not(.single-product) .site-main .entry-content {
margin-top: 60px;
}
.single:not(.single-product) .site-main .sticky-social .article-share {
position: static;
width: 100%;
margin-top: 30px;
}
.single:not(.single-product) .site-main .sticky-social .entry-content {
width: 100%;
padding-left: 0;
}
.single:not(.single-product) .site-main .sticky-social .entry-footer {
padding-left: 0;
}
q {
float: none;
width: 100%;
margin-right: 0;
margin-bottom: 40px;
}
.about-author, 
.page-header .about-author {
text-align: center;
}
.about-author figure.author-img {
display: block;
margin-bottom: 30px;
margin-left: auto;
margin-right: auto;
}
.about-author .author-content-wrap {
width: 100%;
padding-left: 0;
}
.author-content-wrap .author-name .title-wrap::after {
margin-left: auto;
margin-right: auto;
right: 0;
}
.post-navigation .nav-previous {
float: none;
width: 100%;
margin-bottom: 30px;
}
.post-navigation .nav-next {
float: none;
width: 100%;
}
.related-post .article-wrap article .entry-meta {
width: 100%;
}
.related-post .article-wrap article .entry-title {
width: 100%;
display: block;
} .search .page-header .page-title, 
.search .page-header .search-form {
width: 100%;
} .error404 .not-found .error-num {
font-size: 9em;
}
.error404 .not-found .bttn {
padding-left: 30px;
padding-right: 30px;
} .top-footer .grid {
flex-direction: column;
}
.top-footer .grid .col {
margin-right: 0;
}
.top-footer .grid.column-2 .col, 
.top-footer .grid.column-3 .col, 
.top-footer .grid.column-4 .col {
width: 100%;
}
}body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;-webkit-transform:translateZ(0);transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;-webkit-transform:translateZ(0);transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{-webkit-animation-timing-function:cubic-bezier(.5,0,.14,1);animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;-webkit-transform-origin:top left;transform-origin:top left;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:-webkit-grab;cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:nth-child(1),.fancybox-button--pause svg:nth-child(1),.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0;transform-origin:0;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0}.fancybox-caption{bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:25px 44px;right:0;text-align:center;z-index:99996}.fancybox-caption:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);background-repeat:repeat-x;background-size:contain;bottom:0;content:"";display:block;left:0;pointer-events:none;position:absolute;right:0;top:-44px;z-index:-1}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{-webkit-animation:a 1s linear infinite;animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@-webkit-keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;-webkit-transform:rotate(1turn);transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;-webkit-transform:rotate(0deg);transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-caption{padding:12px}.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:transparent;top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}<!-- 404 -->@import url("//fonts.googleapis.com/css?family=Montserrat|Acme");
.pum-container .pum-content>:last-child,.pum-form__message:last-child{margin-bottom:0}.pum-container,.pum-content,.pum-content+.pum-close,.pum-content+.pum-close:active,.pum-content+.pum-close:focus,.pum-content+.pum-close:hover,.pum-overlay,.pum-title{background:0 0;border:none;bottom:auto;clear:none;cursor:default;float:none;font-family:inherit;font-size:medium;font-style:normal;font-weight:400;height:auto;left:auto;letter-spacing:normal;line-height:normal;max-height:none;max-width:none;min-height:0;min-width:0;overflow:visible;position:static;right:auto;text-align:left;text-decoration:none;text-indent:0;text-transform:none;top:auto;visibility:visible;white-space:normal;width:auto;z-index:auto}.pum-container .pum-content+.pum-close>span,.pum-content,.pum-title{position:relative;z-index:1}.pum-overlay,html.pum-open.pum-open-overlay-disabled.pum-open-fixed .pum-container,html.pum-open.pum-open-overlay.pum-open-fixed .pum-container{position:fixed}.pum-overlay{height:100%;width:100%;top:0;left:0;right:0;bottom:0;z-index:1999999999;overflow:initial;display:none;-webkit-transition:.15s ease-in-out;transition:.15s ease-in-out}.pum-overlay.pum-form-submission-detected,.pum-overlay.pum-preview{display:block}.pum-overlay,.pum-overlay *,.pum-overlay :after,.pum-overlay :before,.pum-overlay:after,.pum-overlay:before{-webkit-box-sizing:border-box;box-sizing:border-box}.pum-container{top:100px;position:absolute;margin-bottom:3em;z-index:1999999999}.pum-container.pum-responsive{left:50%;margin-left:-47.5%;width:95%;height:auto;overflow:visible}.pum-container.pum-responsive img{max-width:100%;height:auto}.pum-container.custom-position{left:auto;top:auto;margin-left:inherit}.pum-container .pum-content+.pum-close{text-decoration:none;text-align:center;line-height:1;position:absolute;cursor:pointer;min-width:1em;z-index:2;background-color:transparent}.pum-container.pum-scrollable .pum-content{overflow:auto;overflow-y:scroll;max-height:95%}.pum-overlay.pum-overlay-disabled{visibility:hidden}.pum-overlay.pum-overlay-disabled::-webkit-scrollbar{display:block}.pum-overlay.pum-overlay-disabled .pum-container{visibility:visible}.popmake-close,.pum-overlay.pum-click-to-close{cursor:pointer}html.pum-open.pum-open-overlay,html.pum-open.pum-open-overlay.pum-open-fixed .pum-overlay{overflow:hidden}html.pum-open.pum-open-overlay.pum-open-scrollable body>[aria-hidden]{padding-right:15px}html.pum-open.pum-open-overlay.pum-open-scrollable .pum-overlay.pum-active{overflow-y:scroll;-webkit-overflow-scrolling:touch}html.pum-open.pum-open-overlay-disabled.pum-open-scrollable .pum-overlay.pum-active{position:static;height:auto;width:auto}.pum-form{margin:0 auto 16px}.pum-form__field{margin-bottom:1em}.pum-form__field label{font-weight:700}.pum-form__field input[type=date],.pum-form__field select{margin:0 auto;font-size:18px;line-height:26px;text-align:center;padding:3px;vertical-align:middle}.pum-form__field select{padding:5px 3px}.pum-form__loader{font-size:2em;-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:rotate-forever;animation-name:rotate-forever;-webkit-animation-timing-function:linear;animation-timing-function:linear;height:.75em;width:.75em;border:.25em solid rgba(0,0,0,.5);border-right-color:transparent;border-radius:50%;display:inline-block}.pum-form__submit{position:relative}.pum-form__submit .pum-form__loader{margin-left:.5em;border:.25em solid rgba(255,255,255,.5);border-right-color:transparent}.pum-form__messages{display:none;border:1px solid rgba(0,0,0,.25);margin-bottom:.5em;padding:1em;position:relative}.pum-form__message{margin-bottom:.5em}.pum-form__message--error{color:red!important;border-color:red}.pum-form__message--success{color:green!important;border-color:green}.pum-form--loading,.pum-sub-form .pum-sub-form-loading{opacity:.5}.pum-alignment-left,.pum-form--alignment-left{text-align:left}.pum-alignment-center{text-align:center}.pum-alignment-right{text-align:right}.pum-form--alignment-center{text-align:center}.pum-form--alignment-right{text-align:right}.pum-form--layout-standard .pum-form__field>label{margin-bottom:.25em;display:block}.pum-form--layout-inline .pum-form__field{display:inline-block}.pum-form--layout-block .pum-form__field,.pum-form--layout-block button,.pum-form--layout-block div,.pum-form--layout-block input{display:block;width:100%}.pum-form--style-default label{font-size:14px;font-weight:700}.pum-form--style-default input[type=email],.pum-form--style-default input[type=text]{background-color:#f8f7f7;margin-bottom:5px;font-size:14px;padding:10px 8px}.pum-form--style-default button{font-size:18px;margin:10px 0 0;padding:10px 5px;cursor:pointer}.pum-sub-form p.pum-newsletter-error-msg{margin:0}.pum-sub-form .spinner-loader{right:50%;position:absolute;bottom:40%}.pum-sub-form .spinner-loader:not(:required){-webkit-animation:1.5s linear infinite spinner-loader;animation:1.5s linear infinite spinner-loader;border-radius:.5em;-webkit-box-shadow:rgba(0,0,51,.3) 1.5em 0 0 0,rgba(0,0,51,.3) 1.1em 1.1em 0 0,rgba(0,0,51,.3) 0 1.5em 0 0,rgba(0,0,51,.3) -1.1em 1.1em 0 0,rgba(0,0,51,.3) -1.5em 0 0 0,rgba(0,0,51,.3) -1.1em -1.1em 0 0,rgba(0,0,51,.3) 0 -1.5em 0 0,rgba(0,0,51,.3) 1.1em -1.1em 0 0;box-shadow:rgba(0,0,51,.3) 1.5em 0 0 0,rgba(0,0,51,.3) 1.1em 1.1em 0 0,rgba(0,0,51,.3) 0 1.5em 0 0,rgba(0,0,51,.3) -1.1em 1.1em 0 0,rgba(0,0,51,.3) -1.5em 0 0 0,rgba(0,0,51,.3) -1.1em -1.1em 0 0,rgba(0,0,51,.3) 0 -1.5em 0 0,rgba(0,0,51,.3) 1.1em -1.1em 0 0;display:inline-block;font-size:10px;width:1em;height:1em;margin:1.5em;overflow:hidden;text-indent:100%}.pum-form__field--consent{text-align:left}.pum-form__field--consent.pum-form__field--checkbox label,.pum-form__field--consent.pum-form__field--radio .pum-form__consent-radios.pum-form__consent-radios--inline label{display:inline-block;vertical-align:middle}.pum-form__field--consent.pum-form__field--checkbox label input{display:inline-block;width:inherit;margin:0;vertical-align:middle}.pum-form__field--consent.pum-form__field--radio .pum-form__consent-radios.pum-form__consent-radios--inline label input{display:inline-block;width:inherit;margin:0;vertical-align:middle}.pum-form__field--consent.pum-form__field--radio .pum-form__consent-radios.pum-form__consent-radios--inline label+label{margin-left:1em}.pum-form__field--consent.pum-form__field--radio .pum-form__consent-radios.pum-form__consent-radios--stacked label{display:block;vertical-align:middle}.pum-form__field--consent.pum-form__field--radio .pum-form__consent-radios.pum-form__consent-radios--stacked label input{display:inline-block;width:inherit;margin:0;vertical-align:middle}.pum-container iframe.formidable{width:100%;overflow:visible}.pika-single,body div#ui-datepicker-div[style]{z-index:9999999999!important}@media only screen and (min-width:1024px){.pum-container.pum-responsive.pum-responsive-nano{margin-left:-5%;width:10%}.pum-container.pum-responsive.pum-responsive-micro{margin-left:-10%;width:20%}.pum-container.pum-responsive.pum-responsive-tiny{margin-left:-15%;width:30%}.pum-container.pum-responsive.pum-responsive-small{margin-left:-20%;width:40%}.pum-container.pum-responsive.pum-responsive-medium{margin-left:-30%;width:60%}.pum-container.pum-responsive.pum-responsive-normal{margin-left:-30%;width:70%}.pum-container.pum-responsive.pum-responsive-large{margin-left:-35%;width:80%}.pum-container.pum-responsive.pum-responsive-xlarge{margin-left:-47.5%;width:95%}.pum-container.pum-responsive.pum-position-fixed{position:fixed}}@media only screen and (max-width:1024px){.pum-container.pum-responsive.pum-position-fixed{position:absolute}}@-webkit-keyframes rotate-forever{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate-forever{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes spinner-loader{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner-loader{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}} .pum-theme-1964, .pum-theme-hello-box { background-color: rgba( 0, 0, 0, 0.75 ) } 
.pum-theme-1964 .pum-container, .pum-theme-hello-box .pum-container { padding: 30px; border-radius: 80px; border: 14px solid #81d742; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.00 ); background-color: rgba( 255, 255, 255, 1.00 ) } 
.pum-theme-1964 .pum-title, .pum-theme-hello-box .pum-title { color: #2d2d2d; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: Montserrat; font-size: 32px; line-height: 36px } 
.pum-theme-1964 .pum-content, .pum-theme-hello-box .pum-content { color: #2d2d2d; font-family: inherit } 
.pum-theme-1964 .pum-content + .pum-close, .pum-theme-hello-box .pum-content + .pum-close { position: absolute; height: auto; width: auto; left: auto; right: -30px; bottom: auto; top: -30px; padding: 0px; color: #2d2d2d; font-family: inherit; font-size: 32px; line-height: 28px; border: 1px none #ffffff; border-radius: 28px; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.23 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 ); background-color: rgba( 255, 255, 255, 1.00 ) } .pum-theme-1965, .pum-theme-cutting-edge { background-color: rgba( 0, 0, 0, 0.50 ) } 
.pum-theme-1965 .pum-container, .pum-theme-cutting-edge .pum-container { padding: 18px; border-radius: 0px; border: 1px none #000000; box-shadow: 0px 10px 25px 0px rgba( 2, 2, 2, 0.50 ); background-color: rgba( 30, 115, 190, 1.00 ) } 
.pum-theme-1965 .pum-title, .pum-theme-cutting-edge .pum-title { color: #ffffff; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: Sans-Serif; font-size: 26px; line-height: 28px } 
.pum-theme-1965 .pum-content, .pum-theme-cutting-edge .pum-content { color: #ffffff; font-family: inherit } 
.pum-theme-1965 .pum-content + .pum-close, .pum-theme-cutting-edge .pum-content + .pum-close { position: absolute; height: 24px; width: 24px; left: auto; right: 0px; bottom: auto; top: 0px; padding: 0px; color: #1e73be; font-family: inherit; font-size: 32px; line-height: 24px; border: 1px none #ffffff; border-radius: 0px; box-shadow: -1px 1px 1px 0px rgba( 2, 2, 2, 0.10 ); text-shadow: -1px 1px 1px rgba( 0, 0, 0, 0.10 ); background-color: rgba( 238, 238, 34, 1.00 ) } .pum-theme-1966, .pum-theme-framed-border { background-color: rgba( 255, 255, 255, 0.50 ) } 
.pum-theme-1966 .pum-container, .pum-theme-framed-border .pum-container { padding: 18px; border-radius: 0px; border: 20px outset #dd3333; box-shadow: 1px 1px 3px 0px rgba( 2, 2, 2, 0.97 ) inset; background-color: rgba( 255, 251, 239, 1.00 ) } 
.pum-theme-1966 .pum-title, .pum-theme-framed-border .pum-title { color: #000000; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: inherit; font-size: 32px; line-height: 36px } 
.pum-theme-1966 .pum-content, .pum-theme-framed-border .pum-content { color: #2d2d2d; font-family: inherit } 
.pum-theme-1966 .pum-content + .pum-close, .pum-theme-framed-border .pum-content + .pum-close { position: absolute; height: 20px; width: 20px; left: auto; right: -20px; bottom: auto; top: -20px; padding: 0px; color: #ffffff; font-family: Acme; font-size: 20px; line-height: 20px; border: 1px none #ffffff; border-radius: 0px; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.23 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 ); background-color: rgba( 0, 0, 0, 0.55 ) } .pum-theme-1961, .pum-theme-default-theme { background-color: rgba( 255, 255, 255, 1.00 ) } 
.pum-theme-1961 .pum-container, .pum-theme-default-theme .pum-container { padding: 18px; border-radius: 0px; border: 1px none #000000; box-shadow: 1px 1px 3px 0px rgba( 2, 2, 2, 0.23 ); background-color: rgba( 249, 249, 249, 1.00 ) } 
.pum-theme-1961 .pum-title, .pum-theme-default-theme .pum-title { color: #000000; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: inherit; font-weight: inherit; font-size: 32px; font-style: normal; line-height: 36px } 
.pum-theme-1961 .pum-content, .pum-theme-default-theme .pum-content { color: #8c8c8c; font-family: inherit; font-weight: inherit; font-style: normal } 
.pum-theme-1961 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close { position: absolute; height: auto; width: auto; left: auto; right: 0px; bottom: auto; top: 0px; padding: 8px; color: #ffffff; font-family: inherit; font-weight: inherit; font-size: 12px; font-style: normal; line-height: 14px; border: 1px none #ffffff; border-radius: 0px; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.23 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 ); background-color: rgba( 0, 183, 205, 1.00 ) } .pum-theme-1962, .pum-theme-lightbox { background-color: rgba( 0, 0, 0, 0.60 ) } 
.pum-theme-1962 .pum-container, .pum-theme-lightbox .pum-container { padding: 18px; border-radius: 3px; border: 8px solid #000000; box-shadow: 0px 0px 30px 0px rgba( 2, 2, 2, 1.00 ); background-color: rgba( 255, 255, 255, 1.00 ) } 
.pum-theme-1962 .pum-title, .pum-theme-lightbox .pum-title { color: #000000; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: inherit; font-size: 32px; line-height: 36px } 
.pum-theme-1962 .pum-content, .pum-theme-lightbox .pum-content { color: #000000; font-family: inherit } 
.pum-theme-1962 .pum-content + .pum-close, .pum-theme-lightbox .pum-content + .pum-close { position: absolute; height: 30px; width: 30px; left: auto; right: -24px; bottom: auto; top: -24px; padding: 0px; color: #ffffff; font-family: inherit; font-size: 24px; line-height: 26px; border: 2px solid #ffffff; border-radius: 30px; box-shadow: 0px 0px 15px 1px rgba( 2, 2, 2, 0.75 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 ); background-color: rgba( 0, 0, 0, 1.00 ) } .pum-theme-1963, .pum-theme-enterprise-blue { background-color: rgba( 0, 0, 0, 0.70 ) } 
.pum-theme-1963 .pum-container, .pum-theme-enterprise-blue .pum-container { padding: 28px; border-radius: 5px; border: 1px none #000000; box-shadow: 0px 10px 25px 4px rgba( 2, 2, 2, 0.50 ); background-color: rgba( 255, 255, 255, 1.00 ) } 
.pum-theme-1963 .pum-title, .pum-theme-enterprise-blue .pum-title { color: #315b7c; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: inherit; font-size: 34px; line-height: 36px } 
.pum-theme-1963 .pum-content, .pum-theme-enterprise-blue .pum-content { color: #2d2d2d; font-family: inherit } 
.pum-theme-1963 .pum-content + .pum-close, .pum-theme-enterprise-blue .pum-content + .pum-close { position: absolute; height: 28px; width: 28px; left: auto; right: 8px; bottom: auto; top: 8px; padding: 4px; color: #ffffff; font-family: inherit; font-size: 20px; line-height: 20px; border: 1px none #ffffff; border-radius: 42px; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.23 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 ); background-color: rgba( 49, 91, 124, 1.00 ) } 
#pum-1967 {z-index: 1999999999}
#pum-1977 {z-index: 1999999999}
#pum-1975 {z-index: 1999999999}html.lity-active {
overflow: hidden;
}
div.wpgdprc {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
font-family: Verdana, Geneva, sans-serif;
font-style: normal;
font-variant: normal;
font-weight: 400;
font-size: 14px;
}
div.wpgdprc *,
div.wpgdprc *:before,
div.wpgdprc *:after {
-webkit-box-sizing: inherit;
-moz-box-sizing: inherit;
box-sizing: inherit;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
div.wpgdprc a,
div.wpgdprc a:hover,
div.wpgdprc a:focus {
text-decoration: underline;
color: inherit;
}
div.wpgdprc p {
font: inherit;
color: inherit;
}
div.wpgdprc button {
cursor: pointer;
}
div.wpgdprc .wpgdprc-button {
display: inline-block;
padding: 10px;
border: 1px solid #DBD6D6;
font-weight: bold;
}
div.wpgdprc .wpgdprc-button,
div.wpgdprc .wpgdprc-button:hover,
div.wpgdprc .wpgdprc-button:focus {
background: #FFFFFF;
text-decoration: none;
color: #000000;
}
div.wpgdprc .wpgdprc-button.wpgdprc-button--active,
div.wpgdprc .wpgdprc-button.wpgdprc-button--active:hover,
div.wpgdprc .wpgdprc-button.wpgdprc-button--active:focus {
background: #F3F3F3;
}
div.wpgdprc .wpgdprc-button--secondary,
div.wpgdprc .wpgdprc-button--secondary:hover,
div.wpgdprc .wpgdprc-button--secondary:focus {
background: #000000;
border-color: transparent;
color: #FFFFFF;
}
div.wpgdprc div.wpgdprc-message {
padding: 10px;
border: 1px solid transparent;
}
div.wpgdprc div.wpgdprc-message p:first-child {
margin-top: 0;
}
div.wpgdprc div.wpgdprc-message p:last-child {
margin-bottom: 0;
}
div.wpgdprc div.wpgdprc-message--notice {
background: #FFF3D9;
border-color: #E7D996;
}
div.wpgdprc div.wpgdprc-message--error {
background: #F7E4E1;
border-color: #CC4B37;
color: #CC4B37;
}
div.wpgdprc div.wpgdprc-message--success {
background: #E1FAEA;
border-color: #5B9C73;
color: #5B9C73;
}
div.wpgdprc .wpgdprc-status--processing,
div.wpgdprc .wpgdprc-status--removed {
pointer-events: none;
}
div.wpgdprc .wpgdprc-status--processing {
opacity: .5;
}
div.wpgdprc .wpgdprc-status--removed {
opacity: .2;
text-decoration: line-through;
}
div.wpgdprc .wpgdprc-status--error {
background-color: #F7E4E1;
border-color: #CC4B37;
color: #CC4B37;
}
div.wpgdprc .wpgdprc-checkbox {
position: relative;
}
div.wpgdprc .wpgdprc-checkbox input[type="checkbox"] {
display: none;
}
div.wpgdprc .wpgdprc-checkbox input[type="checkbox"]:checked ~ .wpgdprc-switch .wpgdprc-switch-label .wpgdprc-switch-inner {
margin-left: 0;
}
div.wpgdprc .wpgdprc-checkbox input[type="checkbox"]:checked ~ .wpgdprc-switch .wpgdprc-switch-label .wpgdprc-switch-switch {
right: 1px;
margin-right: 0;
}
div.wpgdprc .wpgdprc-checkbox label {
display: inline-block;
vertical-align: middle;
position: relative;
user-select: none;
z-index: 1;
font-weight: bold;
cursor: pointer;
color: #000000;
}
div.wpgdprc .wpgdprc-switch {
display: inline-block;
vertical-align: middle;
position: relative;
margin-right: 10px;
min-width: 65px;
}
div.wpgdprc .wpgdprc-switch .wpgdprc-switch-label {
display: block;
margin: 0;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
overflow: hidden;
cursor: pointer;
}
div.wpgdprc .wpgdprc-switch .wpgdprc-switch-inner {
display: block;
margin-left: -100%;
width: 200%;
transition: all 0.15s ease-in-out;
}
div.wpgdprc .wpgdprc-switch .wpgdprc-switch-inner:before,
div.wpgdprc .wpgdprc-switch .wpgdprc-switch-inner:after {
float: left;
width: 50%;
text-transform: uppercase;
line-height: 30px;
font-size: 12px;
color: #FFFFFF;
content: '';
}
div.wpgdprc .wpgdprc-switch .wpgdprc-switch-inner:before {
padding: 0 10px;
background-color: #4AA94F;
}
div.wpgdprc .wpgdprc-switch .wpgdprc-switch-inner:after {
padding-right: 10px;
background-color: #0A0A0A;
text-align: right;
}
div.wpgdprc .wpgdprc-switch--reverse .wpgdprc-switch-inner:before {
background-color: #FFAE00;
}
div.wpgdprc .wpgdprc-switch .wpgdprc-switch-switch {
position: absolute;
top: 1px;
right: 100%;
bottom: 0;
margin: 0 -29px 0 0;
width: 28px;
height: 28px;
background: #FFFFFF;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
-moz-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
box-shadow: 0 0 3px rgba(0, 0, 0, .3);
transition: all 0.15s ease-in-out;
} div.wpgdprc-consent-bar {
position: fixed;
bottom: 0;
right: 0;
left: 0;
padding: 10px 0;
background: #000000;
text-align: center;
z-index: 999;
animation: wpgdprcFadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}
div.wpgdprc-consent-bar *,
div.wpgdprc-consent-bar *:before,
div.wpgdprc-consent-bar *:after {
margin: 0;
font: inherit;
color: inherit;
}
div.wpgdprc-consent-bar div.wpgdprc-consent-bar__container {
display: inline-block;
vertical-align: top;
position: relative;
}
div.wpgdprc-consent-bar div.wpgdprc-consent-bar__column {
padding: 0 10px;
}
div.wpgdprc-consent-bar div.wpgdprc-consent-bar__content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
text-align: left;
color: #FFFFFF;
}
div.wpgdprc-consent-bar div.wpgdprc-consent-bar__notice {
max-width: 600px;
}
div.wpgdprc-consent-bar .wpgdprc-consent-bar__button {
padding: 5px 10px;
border: none;
} div.wpgdprc-consent-modal {
display: none;
}
div.wpgdprc-consent-modal.is-open {
display: block !important;
}
div.wpgdprc-consent-modal[aria-hidden="false"] div.wpgdprc-consent-modal__overlay {
animation: wpgdprcFadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}
div.wpgdprc-consent-modal[aria-hidden="true"] div.wpgdprc-consent-modal__overlay {
animation: wpgdprcFadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}
div.wpgdprc-consent-modal h3.wpgdprc-consent-modal__title {
margin-top: 0;
margin-bottom: 1em;
font-size: 16px;
font-weight: bold;
color: #000000;
}
div.wpgdprc-consent-modal div.wpgdprc-consent-modal__description {
color: #8A8A8A;
}
div.wpgdprc-consent-modal div.wpgdprc-consent-modal__overlay {
will-change: transform;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: #000000;
background: rgba(0, 0, 0, 0.6);
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
z-index: 999999;
}
div.wpgdprc-consent-modal div.wpgdprc-consent-modal__container {
position: relative;
width: 80%;
width: 80vw;
height: 80%;
height: 80vh;
max-width: 800px;
background: #FFFFFF;
border-top: 10px solid #DBD6D6;
overflow-y: auto;
}
div.wpgdprc-consent-modal button.wpgdprc-consent-modal__close {
position: absolute;
top: 0;
right: 0;
margin: 0;
padding: 0;
width: 40px;
height: 40px;
font-size: 21px;
line-height: 40px;
}
div.wpgdprc-consent-modal button.wpgdprc-consent-modal__close,
div.wpgdprc-consent-modal button.wpgdprc-consent-modal__close:hover,
div.wpgdprc-consent-modal button.wpgdprc-consent-modal__close:focus {
background: #FFFFFF;
border: none;
color: inherit;
}
div.wpgdprc-consent-modal nav.wpgdprc-consent-modal__navigation,
div.wpgdprc-consent-modal div.wpgdprc-consent-modal__information {
position: relative;
padding: 30px;
}
div.wpgdprc-consent-modal nav.wpgdprc-consent-modal__navigation {
border-bottom: 1px solid #DBD6D6;
}
div.wpgdprc-consent-modal nav.wpgdprc-consent-modal__navigation > a {
display: block;
margin-top: 10px;
}
div.wpgdprc-consent-modal nav.wpgdprc-consent-modal__navigation > a:first-child {
margin-top: 0;
}
div.wpgdprc-consent-modal div.wpgdprc-consent-modal__information {
padding-bottom: 110px;
}
div.wpgdprc-consent-modal footer.wpgdprc-consent-modal__footer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: absolute;
right: 0;
bottom: 0;
left: 0;
padding: 0 30px;
height: 80px;
border-top: 1px solid #DBD6D6;
}
@media only screen and (min-width: 768px) {
div.wpgdprc-consent-modal nav.wpgdprc-consent-modal__navigation,
div.wpgdprc-consent-modal div.wpgdprc-consent-modal__information {
float: left;
min-height: 100%;
}
div.wpgdprc-consent-modal nav.wpgdprc-consent-modal__navigation {
width: 40%;
border-right: 1px solid #DBD6D6;
border-bottom: none;
}
div.wpgdprc-consent-modal div.wpgdprc-consent-modal__information {
width: 60%;
}
}
abbr.wpgdprc-required + abbr.required {
display: none !important;
}
@keyframes wpgdprcFadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes wpgdprcFadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}