html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
font-size: 100%;
font: inherit;
padding: 0;
border: 0;
margin: 0;
vertical-align: baseline;
font-family: 'Roboto Condensed', sans-serif;
}
body {
line-height: 1;
background: rgba(211, 189, 176, 0.7) !important;
-webkit-print-color-adjust: exact;
}
ol,
ul {
list-style: none;
}
blockquote,
q {
quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display: block;
}
.clear {
clear: both;
}
.sticky {
position: sticky;
}
.bypostauthor {}
.wp-caption {}
.wp-caption-text {}
.gallery-caption {}
.alignright {
text-align: right;
}
.alignleft {
text-align: left;
}
.aligncenter {
text-align: center;
}
#header {
padding: 10px;
background: #c4161c;
position: fixed !important;
z-index: 999999;
width: 100%;
height: 60px;
}
#main {
height: 100vh;
z-index: 9999 !important;
position: relative;
opacity: 1 !important;
}
#main #container {
padding-top: 17vh !important;
padding-bottom: 10vh !important;
opacity: 1 !important;
}
#bg-map {
width: 100vw;
height: 100vh;
position: fixed !important;
z-index: 1;
opacity: 0.6;
}
#home-map {
width: 100vw;
height: 100vh;
position: fixed !important;
z-index: 1;
opacity: 1;
}
#container {
width: 960px;
margin: auto;
}
#branding,
#city-agenda-logo,
#logo {
width: 60px;
margin-top: -10px;
position: relative;
top: 1px;
}
header div#container {
position: relative;
top: 12px;
}
#site-description {
width: 300px;
text-align: center;
margin: auto;
position: absolute;
margin-top: -36px;
left: 50%;
margin-left: -150px;
color: #fff;
font-weight: 300;
font-size: 18.2px;
}
#current-meta {
float: right;
margin-top: -40px;
color: #fff;
font-weight: 300;
line-height: 1.3em;
}
.home-inner {
display: inline-block !important;
width: 100%;
margin-top: 10px;
}
.circled-button-input {
display: none;
visibility: hidden;
}
.circled-button {
font-weight: 400;
color: #c4161c;
line-height: 1em;
letter-spacing: 2.15px;
height: 200px;
width: 200px;
border-radius: 100%;
padding-top: 28%;
font-size: 16px;
cursor: pointer;
transition: all 0.4s ease;
margin: auto;
text-decoration: none !important;
border: 2px solid #fff !important;
background: rgba(255, 255, 255, 0.6);
}
a.circle-link {
text-decoration: none !important;
}
.circled-button:hover {
background: rgba(255, 255, 255, 0.9);
}
.circled-button:after {
transition: all 0.4s ease;
content: '';
position: absolute;
width: 0;
height: 0;
border: 0 solid #000;
border-radius: 100%;
z-index: -1;
display: block;
margin-top: -65px;
margin-left: 100px;
opacity: 0;
}
.circled-button:hover::after {
content: '';
position: absolute;
width: 210px;
height: 210px;
border: 1px solid #c4161c;
border-radius: 100%;
margin-top: -169px;
margin-left: -7px;
opacity: 1;
}
input[type='radio']:checked+label.circled-button {
background: rgba(255, 255, 255, 0.9);
}
input[type='radio']:checked+label.circled-button::after {
content: '';
position: absolute;
width: 210px;
height: 210px;
border: 1px solid #c4161c;
border-radius: 100%;
margin-top: -167px;
margin-left: -5px;
opacity: 1;
}
.sec-options-wrapper {
margin-top: 130px;
text-align: center;
}
.sec-option {
display: inline-block;
width: 16%;
text-align: center;
}
.circled-button-small {
line-height: 1.2em;
font-weight: 400;
height: 140px;
width: 140px !important;
border-radius: 100%;
cursor: pointer;
transition: all 0.4s ease;
color: #c4161c;
}
.circled-button-small:hover {
background: rgba(255, 255, 255, 0.9);
}
input[type='radio']:checked+label.circled-button-small {
background: #c4161c;
border-color: #c4161c;
padding: 84px 0 1px 1px;
color: #fff;
}
.button.go {
margin-top: 50px;
padding: 3px 35px !important;
border: 0 !important;
background: #c4161c;
color: #fff;
border-bottom: 5px solid #ca0813 !important;
font-size: 17px;
border-top-left-radius: 2px;
border-top-right-radius: 2px;
font-weight: 300;
transition: all 0.4s ease;
}
.button.go:hover {
background: #e9272c !important;
}
#footer {
padding-top: 7.5px !important;
padding-bottom: 0;
background: #fff;
padding: 7.5px 10px;
position: fixed;
width: 100%;
bottom: 0;
z-index: 999999;
}
.button-gray {
font-weight: 300;
font-size: 17px;
padding: 2px 5px;
width: 160px !important;
display: inline-block;
margin-right: 30px;
background: #c4161c;
color: #fff !important;
border-bottom: 3px solid #OOO;
text-decoration: none !important;
}
.button-gray:after {
content: ' >';
}
.button-gray:last-child {
margin-right: 0 !important;
}
#crowdpolicy {
position: absolute;
line-height: 1em;
color: #000;
margin-top: -30px;
font-size: 10px;
right: 35px;
}
#crowdpolicy img {
position: absolute;
width: 25px;
top: -3px;
margin-left: 6px;
}
hr.line {
border-color: #000 !important;
margin-bottom: 20px !important;
}
.new .circled-button {
font-weight: 400;
color: #c4161c;
line-height: 1em;
letter-spacing: 1px;
height: 140px;
width: 140px;
border-radius: 100%;
border: 2px solid #fff !important;
background: rgba(255, 255, 255, 0.6);
padding-top: 18%;
font-size: 13px;
cursor: pointer;
transition: all 0.4s ease;
display: inline-block;
text-align: center;
margin: 0 20px;
margin-bottom: 10px;
text-decoration: none !important;
}
.new .circled-button::after {
transition: all 0.4s ease;
content: '';
position: absolute;
width: 0;
height: 0;
border: 0 solid #000;
border-radius: 100%;
z-index: -1;
display: block;
margin-top: -45px;
margin-left: 65px;
opacity: 0;
}
.new .circled-button:hover::after {
content: '';
position: absolute;
width: 150px;
height: 150px;
border: 1px solid #c4161c;
border-radius: 100%;
margin-top: -117px;
margin-left: -7px;
opacity: 1;
}
.new .circled-button.active {
background: rgba(255, 255, 255, 0.9);
}
.new .circled-button.active::after {
content: '';
position: absolute;
width: 150px;
height: 150px;
border: 1px solid #c4161c;
border-radius: 100%;
margin-top: -117px;
margin-left: -7px;
opacity: 1;
}
.new .circled-button.active {
background: #c4161c;
color: #fff;
}
.page #main {
height: auto !important;
}
body.page-template-page-new {
background-color: rgba(255, 255, 255, 0.7);
background-blend-mode: lighter;
}
.acf-form {
text-align: center;
}
.acf-field .acf-label label {
display: inline-block !important;
font-weight: 400 !important;
font-size: 17px !important;
line-height: 1.4em;
margin: 0 0 3px;
color: #c4161c !important;
background: #fff;
padding: 0 15px;
border-radius: 10px;
}
.acf-fields>.acf-field {
margin: 0;
padding: 15px 12px;
border-top: none !important;
} ul.acf-radio-list li label {
padding: 3px 20px;
font-weight: 300;
font-size: 16px;
background: #cfd8dc;
border-bottom: 3px solid #c4161c !important;
cursor: pointer;
}
ul.acf-hl.acf-radio-list li,
ul.acf-hl.acf-checkbox-list li {
margin-right: 10px !important;
clear: none;
float: none;
display: inline-block;
margin-bottom: 13px;
}
.acf-field .acf-label label+input[type='radio']:checked {
background: #91a4ad !important;
color: #fff !important;
border-color: #cfd8dc !important;
}
.acf-field input[type='text'],
.acf-field input[type='email'] {
width: 70% !important;
border: 2px solid #fff !important;
background: RGBA(252, 252, 253, 0.8) !important;
border-radius: 4px !important;
}
.acf-field textarea {
border: 2px solid #fff !important;
background: RGBA(252, 252, 253, 0.8) !important;
border-radius: 4px !important;
width: 70% !important;
}
.acf-google-map {
position: relative;
border: #dfdfdf solid 1px;
background: #fff;
width: 70% !important;
text-align: center;
margin: auto !important;
}
.acf-input .acf-google-map {
width: 95% !important;
}
.acf-field input.search[type='text'] {
width: 100% !important;
padding-left: 10px !important;
}
.acf-google-map .title {
position: relative;
border-bottom: none !important;
padding: 0 !important;
border-radius: 3px !important;
}
.acf-google-map .canvas {
margin-top: 15px !important;
border: 1px solid #9c9a97 !important;
background: #e9e5dc !important;
}
.acf-google-map {
position: relative;
border: none !important;
background: none !important;
}
.acf-icon.acf-icon-location.grey.acf-soh-target {
opacity: 1 !important;
display: block;
z-index: 9999;
visibility: visible !important;
top: 3px !important;
width: 25px;
height: 25px;
}
.acf-form-submit .button.button-primary.button-large {
font-weight: 400;
color: #c4161c;
line-height: 1em;
letter-spacing: 1px;
height: 60px;
width: 260px;
border: 2px solid #fff !important;
background: rgba(255, 255, 255, 0.6);
padding-top: 0;
font-size: 20px;
cursor: pointer;
transition: all 0.4s ease;
display: inline-block;
text-align: center;
margin: 0 20px;
margin-bottom: 10px;
text-decoration: none !important;
text-transform: uppercase;
word-break: break-word;
padding: 10px;
}
ul.acf-radio-list li label input[type='radio']:checked+label {
background: #c4161c;
}
.fa.fa-check-circle.fa-4x.white {
font-size: 8em;
color: #c4161c;
background: #fff;
border-radius: 100%;
width: 112px !important;
padding-top: 2px;
padding-left: 1px;
}
a.go {
text-decoration: none !important;
}
.page-template-page-list .sec-options-wrapper {
margin-top: 30px;
text-align: center;
}
.count {
position: absolute;
width: 25px;
height: 25px;
padding-top: 3px;
border-radius: 100%;
background: #c4161c;
color: #fff;
text-align: center;
margin-top: -55px;
margin-left: 124px;
}
.search-area {
text-align: center;
margin-top: 40px;
}
.search-label {
font-size: 20px;
margin-bottom: 20px !important;
color: #c4161c;
width: 200px;
text-align: center;
margin: auto;
background: #fff;
padding: 5px;
border-radius: 8px;
font-weight: 100;
}
#search-list-box {
width: 60%;
border: 3px solid #fff;
border-radius: 3px;
background: RGBA(255, 255, 255, 0.8);
padding: 3px;
}
.search-area .button {
position: absolute;
margin-left: -30px;
margin-top: 5px;
width: 25px;
height: 25px;
border: none !important;
background: url(//hello.crowdapps.net/crete-plus/wp-content/themes/city-agenda-festival-creteplus/images/magnifier.png) no-repeat !important;
background-size: 23px !important;
cursor: pointer;
}
.acf-google-map .has-value {
background: rgba(255, 255, 255, 0.7);
border: 3px solid #fff;
border-radius: 3px;
}
.page-tempalte-page-list .sec-options-wrapper .circled-button-small {
padding-top: 40% !important;
}
.results-slider-outer {
margin-top: 50px;
margin-bottom: 65px;
}
.result {
margin: 5px;
padding: 10px;
background: #fff;
min-height: 300px;
color: #424242 !important;
z-index: 9999;
}
.slick-prev,
.slick-next {
font-size: 0;
position: absolute;
top: 50%;
display: block;
padding: 0;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
cursor: pointer;
color: transparent;
border: none;
outline: none;
background: transparent;
}
.slick-prev::before {
font-family: 'FontAwesome' !important;
content: '\f104' !important;
font-size: 35px !important;
cursor: pointer !important;
position: relative;
bottom: 10px;
}
.slick-next::before {
font-family: 'FontAwesome' !important;
content: '\f105' !important;
font-size: 35px !important;
cursor: pointer !important;
}
.slick-dots li button::before {
font-size: 12px !important;
opacity: 1 !important;
color: #fff !important;
border: 1px solid rgba(244, 86, 64, 0.5);
border-radius: 100%;
}
.slick-dots li.slick-active button::before {
color: #c4161c !important;
border: 1px solid #fff;
border-radius: 100%;
}
.acf-taxonomy-field .categorychecklist-holder {
border: #dfdfdf solid 0 !important;
}
ul.acf-checkbox-list li {
margin-right: 10px !important;
clear: none;
float: none;
display: inline-block;
margin-bottom: 16px !important;
}
ul.acf-checkbox-list li label {
padding: 3px 20px;
font-weight: 300;
font-size: 16px;
background: #cfd8dc;
border-bottom: 3px solid #c4161c !important;
cursor: pointer;
}
ul.acf-checkbox-list li input {
display: none !important;
}
.result .status {
font-size: 12px;
}
.result-title {
font-size: 18px;
margin-top: 5px;
font-weight: 300;
}
.results-body {
color: #424242;
font-size: 13px;
}
.result-more {
font-weight: 300;
font-size: 14px;
padding: 2px 15px;
display: inline-block;
background: #c4161c;
color: #fff !important;
border-bottom: 3px solid #000;
text-decoration: none !important;
text-align: center;
margin-top: 10px;
margin: auto;
}
.acf-field-repeater {
width: 70%;
margin: auto !important;
margin-bottom: 20px !important;
}
.acf-button.blue {
background-color: #c4161c !important;
border-color: #c4161c !important;
text-decoration: none !important;
}
.acf-repeater.disabled .acf-button.blue[disabled],
.acf-repeater.disabled .acf-button.blue.disabled {
background: #e9ecef !important;
border-color: #dfdfdf !important;
box-shadow: none !important;
color: #969696 !important;
}
.acf-icon.acf-icon-plus.small.acf-repeater-add-row {
margin-top: -2px !important;
text-decoration: none !important;
}
.acf-icon.acf-icon-minus.small.acf-repeater-remove-row {
margin-top: 20px !important;
text-decoration: none !important;
}
.result-top-image {
display: inline-block !important;
width: 100%;
margin-bottom: 10px;
margin-top: 10px;
}
.map .acf-map {
height: 123px !important;
margin: 0 !important;
border: none !important;
width: 123%;
margin-left: -20px !important;
margin-top: -30px !important;
}
.map .acf-map img {
max-width: inherit !important;
box-shadow: inset 0 -10px 20px #fff !important;
}
.full-map.map .acf-map {
width: 107% !important;
margin: 0 !important;
margin-left: -10px !important;
margin-right: -10px !important;
}
.button-gray.smaller {
font-size: 15px;
text-align: center;
width: auto !important;
font-weight: 400 !important;
}
.button-gray.smaller:after {
display: none !important;
}
.request-item {
margin-top: 30px;
padding: 10px;
background: #fff;
padding-bottom: 30px;
}
.request-inner {
padding: 0 10px;
}
.request-item .result-top-image {
margin-top: 0 !important;
}
.request-category {
margin-top: 15px;
}
.request-category ul li:first-child {
font-weight: 600;
margin-left: 0 !important;
}
.request-category ul li a {
color: #424242 !important;
}
.request-category ul li {
display: inline-block !important;
margin: 0 5px;
color: #424242;
}
.request-title {
font-size: 26px;
font-weight: 300;
color: #424242;
}
.request-metadata-wrapper {
margin-top: 30px;
}
.request-metadata {
color: #424242;
margin-bottom: 5px;
}
.right-meta {
float: right;
font-weight: 400;
color: #000 !important;
}
.request-status {
width: 35px;
height: 35px;
position: absolute;
right: 0;
margin-top: -25px;
border-radius: 100%;
z-index: 999;
}
.request-status.not-solved {
background: #c4161c;
}
.request-status.not-solved::after {
content: '\f071';
font-family: 'FontAwesome';
position: absolute;
font-size: 23px;
color: #ffafb2;
top: 0;
left: 6.5px;
}
.request-status.solved {
background: #50ae55;
}
.request-status.solved::after {
content: '\f00c';
font-family: 'FontAwesome';
position: absolute;
font-size: 26px;
color: #dffe9e;
top: -1px;
left: 4px;
}
.request-status.on-progress {
background: #eda435;
}
.request-status.on-progress::after {
content: '\f017';
font-family: 'FontAwesome';
position: absolute;
font-size: 27px;
color: #ffdf93;
top: -1.5px;
left: 6px;
}
#mini-map {
margin-top: 55px;
height: 250px;
}
.single-request #bg-map {
opacity: 0.2;
}
.request-body {
margin-top: 60px !important;
padding: 10px; padding-bottom: 1px;
}
ul.acf-checkbox-list li label.active {
background: #c4161c !important;
border-color: #fff !important;
}
ul.acf-radio-list li label.active {
background: #c4161c !important;
border-color: #fff !important;
}
.result date {
float: right;
font-size: 12px;
font-weight: 500;
}
.result date.above {
float: right;
font-size: 12px;
font-weight: 500;
margin-top: -28px;
z-index: 9999;
margin-right: -10px;
}
.bottom_menu_class ul li {
display: inline-block !important;
margin-right: 20px;
}
.bottom_menu_class ul li a {
font-weight: 400;
font-size: 16px;
padding: 2px 5px;
display: inline-block;
margin-right: 30px;
text-decoration: none !important;
color: #c4161c !important;
}
.bottom_menu_class ul li a:last-child {
margin-right: 0 !important;
}
.bottom_menu_class ul li a:after {
content: ' >';
}
.page article {
padding: 20px;
background: #fff !important;
padding-top: 1px;
margin-top: 10px;
margin-bottom: 30px !important;
}
.circled-button::before {
content: '';
position: absolute;
width: 100px;
height: 100px;
margin-top: -105px;
margin-left: 5px;
background-position: center !important;
}
.icon-1:before {
content: '\f11e';
margin-left: 35px;
display: inline-block;
font-family: 'Downloaded';
font-style: normal;
font-weight: 400;
font-variant: normal;
line-height: 1;
text-decoration: inherit;
text-rendering: optimizeLegibility;
text-transform: none;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;
font-size: 90px;
}
.icon-2:before {
content: '\f128';
margin-left: 22px;
display: inline-block;
font-family: 'Downloaded';
font-style: normal;
font-weight: 400;
font-variant: normal;
line-height: 1;
text-decoration: inherit;
text-rendering: optimizeLegibility;
text-transform: none;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;
font-size: 90px;
} .icon-3:before {
content: '\f10e';
font-size: 60px;
display: inline-block;
font-family: 'Downloaded';
font-style: normal;
font-weight: 400;
font-variant: normal;
line-height: 1;
text-decoration: inherit;
text-rendering: optimizeLegibility;
text-transform: none;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;
margin-top: -65px;
}
.icon-4:before {
content: '\f150';
font-size: 60px;
margin-top: -65px;
margin-left: -17px !important;
display: inline-block;
font-family: 'Downloaded';
font-style: normal;
font-weight: 400;
font-variant: normal;
line-height: 1;
text-decoration: inherit;
text-rendering: optimizeLegibility;
text-transform: none;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;
}
.icon-5:before {
content: '\f14a';
font-size: 72px;
margin-left: -8px;
margin-top: -68px;
display: inline-block;
font-family: 'Downloaded';
font-style: normal;
font-weight: 400;
font-variant: normal;
line-height: 1;
text-decoration: inherit;
text-rendering: optimizeLegibility;
text-transform: none;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;
}
.icon-6:before {
content: '\f13a';
margin-left: -20px;
margin-top: -67px;
font-size: 60px;
display: inline-block;
font-family: 'Downloaded';
font-style: normal;
font-weight: 400;
font-variant: normal;
line-height: 1;
text-decoration: inherit;
text-rendering: optimizeLegibility;
text-transform: none;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;
}
.icon-7:before {
content: '\f117';
margin-left: 20px;
margin-top: -67px;
font-size: 60px;
display: inline-block;
font-family: 'Downloaded';
font-style: normal;
font-weight: 400;
font-variant: normal;
line-height: 1;
text-decoration: inherit;
text-rendering: optimizeLegibility;
text-transform: none;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;
}
div#enviroment.icon-7 {
font-size: 13px;
}
.new .circled-button::before {
position: absolute;
width: 75px;
height: 75px;
margin-top: -75px;
margin-left: 0;
background-position: center !important;
background-size: 60px;
}
.new .circled-button.icon-1.active:before {
margin-left: 11px;
}
.new .circled-button.icon-1:before {
content: '\f11e';
margin-left: 25px;
display: inline-block;
font-family: 'Downloaded';
font-style: normal;
font-weight: 400;
font-variant: normal;
line-height: 1;
text-decoration: inherit;
text-rendering: optimizeLegibility;
text-transform: none;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;
font-size: 60px;
margin-top: -70px;
}
.new .circled-button.icon-2:before {
content: '\f128';
margin-left: 12px;
display: inline-block;
font-family: 'Downloaded';
font-style: normal;
font-weight: 400;
font-variant: normal;
line-height: 1;
text-decoration: inherit;
text-rendering: optimizeLegibility;
text-transform: none;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;
font-size: 60px;
margin-top: -70px;
margin-left: 18px;
}
.new .icon-1::before {
margin-left: 10px;
}
.new .icon-2::before {
margin-left: 15px;
}
.themes {
display: none;
}
.themes.show {
display: block !important;
}
.onoffswitch {
position: relative;
width: 150px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
}
.onoffswitch-checkbox {
display: none;
}
.onoffswitch-label {
display: block;
overflow: hidden;
cursor: pointer;
border: 2px solid;
border-radius: 50px;
}
.onoffswitch-inner {
display: block;
width: 200%;
margin-left: -100%;
transition: margin 0.3s ease-in 0;
}
.onoffswitch-inner:before,
.onoffswitch-inner:after {
display: block;
float: left;
width: 50%;
height: 45px;
padding: 0;
line-height: 45px;
font-size: 14px;
color: #fff;
font-family: Trebuchet, Arial, sans-serif;
font-weight: 700;
box-sizing: border-box;
}
.onoffswitch-inner:before {
content: '';
padding-left: 10px;
background-color: #b82e37;
color: #b82e37;
}
.onoffswitch-inner:after {
content: '';
padding-right: 10px;
background-color: #b82e37;
color: #b82e37;
text-align: right;
}
.onoffswitch-switch {
display: block;
width: 35px;
margin: 5px;
background: #fff;
position: absolute;
top: 0;
bottom: 0;
right: 101px;
border: 2px solid;
border-radius: 50px;
transition: all 0.3s ease-in 0;
}
.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner {
margin-left: 0;
}
.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch {
right: 0;
}
@media screen and (max-width: 960px) {
#container {
width: auto;
margin: auto;
}
.row.top-row {
width: auto;
margin: 0 !important;
}
.sec-option {
display: inline-block;
width: 40%;
text-align: center;
margin-bottom: 10px;
}
}
@media screen and (max-width: 414px) {
.sec-option {
display: inline-block;
width: 40%;
text-align: center;
margin-bottom: 10px;
}
.sec-option:last-child {
margin-top: -20px;
}
#menu-bottom-menu {
position: relative;
top: -20px;
}
body {
margin-top: -46px !important;
}
#current-meta {
display: none !important;
}
#branding,
#city-agenda-logo,
#logo {
width: 60px;
margin-top: -10px;
position: absolute;
top: 10px;
left: 50%;
margin-left: -30px;
}
#main #container {
padding-top: 17vh !important;
opacity: 1 !important;
}
#header {
height: 85px;
width: 100%;
}
#site-description {
margin-left: -150px !important;
margin-top: 30px !important;
}
#disqus_thread {
padding: 20px;
background: #fff;
}
ul.acf-checkbox-list li {
margin-right: 10px !important;
clear: none;
float: none;
display: inline-block;
margin-bottom: 15px !important;
}
.acf-form-submit {
margin-bottom: 30px;
}
.new .circled-button {
padding-top: 36%;
}
hr.line {
display: none !important;
}
.results-slider-outer {
padding: 25px;
}
.map .acf-map {
height: 123px !important;
margin: 0 !important;
border: none !important;
width: 100% !important;
margin-left: 0 !important;
margin-top: 0 !important;
}
.full-map.map .acf-map {
width: 100% !important;
margin: 0 !important;
margin-left: 0 !important;
margin-right: 0 !important;
}
.slick-prev,
.slick-next {
display: none !important;
}
.what-is {
margin-bottom: 30px;
padding: 30px;
}
}
h4.red {
color: #c4161c;
}
.what-is h4.red {
margin-bottom: 30px;
}
.what-is {
margin-bottom: 30px;
padding: 15px;
background: #fff;
}
.what-is li {
list-style: initial;
margin-left: 11px;
margin-bottom: 25px;
}
.page-template-page-fullmap #main {
height: auto !important;
position: absolute;
margin: auto;
width: 100%;
bottom: 0;
}
.page-template-page-fullmap #bg-map {
width: 100vw;
height: 100vh;
position: fixed !important;
z-index: 1;
opacity: 1;
}
.change-to-map {
padding: 5px;
border: 2px solid #c4161c;
background: #c4161c;
color: #fff !important;
font-size: 32px;
text-decoration: none !important;
font-weight: 300;
position: absolute;
right: 0;
margin-top: -100px;
transition: all 0.4s ease;
}
.change-to-map:hover {
border: 2px solid #ca0813;
background: #c4161c;
color: #fff;
}
.right-fixed-feedback {
padding: 7px 14px;
color: #fff !important;
text-decoration: none !important;
background: #c4161c;
transform: rotate(90deg);
position: fixed;
top: 150px;
right: -37px;
}
.fa.fa-pencil-square-o {
transform: rotate(-90deg);
}
.col-md-6 img {
max-width: 100%;
}
.page-template-page-list .circled-button-small {
border: 2px solid;
background: #fff;
padding-top: 52%;
} ul.acf-radio-list li label,
ul.acf-checkbox-list li label {
display: inline;
margin: 2px 0;
background-color: #c4161c;
color: #f5f5f5;
}
.weather {
top: -85px;
position: relative;
right: -108px;
}
.location_name {
display: none;
}
.time_temperature {
margin: -67px -34px 2px 56px !important;
}
svg.climacon g {
fill: #fff !important;
}
.axon-icon {
background: rgba(255, 255, 255, 0.8);
text-align: center;
}
.sec-option a {
margin: auto;
text-align: center;
width: 140px;
height: 140px;
display: inline-block;
text-decoration: none !important;
}
footer .inner-container {
width: 100%;
margin: auto;
position: relative;
top: 5px;
}
.home #main,
.error404 #main {
height: 96vh;
z-index: 9999 !important;
position: relative;
opacity: 1 !important;
}
.title-404 {
font-size: 165px;
font-weight: 100;
color: #c4161c;
}
a.red-button {
padding: 3px 20px;
font-weight: 300;
font-size: 16px;
background: #c4161c;
border-bottom: 3px solid #a94442 !important;
cursor: pointer;
color: #fff !important;
text-decoration: none !important;
margin-top: 20px;
}
.theme-wrapper {
padding: 10px 20px;
background: #fff;
margin-bottom: 50px;
}
h1.theme-title {
text-align: center;
font-weight: 100;
color: #c4161c;
margin-bottom: 40px;
}
.theme-content {
text-align: justify;
} @font-face {
font-family: 'Downloaded';
src: url(http://hello.crowdapps.net/crete-plus/wp-content/themes/city-agenda-festival-creteplus/fonts/Downloaded_418c17f86a6c468ba1c136d81ea262f1.eot);
src: url(http://hello.crowdapps.net/crete-plus/wp-content/themes/city-agenda-festival-creteplus/fonts/Downloaded_418c17f86a6c468ba1c136d81ea262f1.eot?#iefix) format('embedded-opentype'),
url(data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAADsQAA0AAAAAW0QAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAA69AAAABsAAAAcd1Eg809TLzIAAAGgAAAASgAAAGBA3l18Y21hcAAAAlwAAABCAAABQgAP9PtjdnQgAAACoAAAAAQAAAAEABEBRGdhc3AAADrsAAAACAAAAAj//wADZ2x5ZgAAA1AAADU9AABRUKrUOSZoZWFkAAABMAAAADAAAAA2BtaQgmhoZWEAAAFgAAAAIAAAACQD8gG7aG10eAAAAewAAABwAAAAsAmZAvFsb2NhAAACpAAAAKoAAACqQ3summ1heHAAAAGAAAAAHwAAACAAqAF1bmFtZQAAOJAAAAErAAACHySDyjNwb3N0AAA5vAAAAS0AAANSBnzAMnjaY2BkYGAA4uPKi7fG89t8ZeBmYgCBS/c0WGD0/2//tzOxMh4DcjkYwNIAS+QMLHjaY2BkYGA89n87gx4Tw/9v//8zsTIARVAACwCpfwaueNpjYGRgYAhhdGEQYgABJiBmZACJOTDogQQAFFcBHwB42mNgYWJgnMDAysDA6MOYxsDA4A6lvzJIMrQwMDAxsHIywIEAgskQkOaawtDwkeFjAOOB/wcY9BiPMXgChRmRlCgwMAIAE64L7wAAeNpjYmAQZAACJihmsGWAAa3/f4CkARCnADEXWMydIQEuH8ig/f8/lJ3JkMbAyWD8/y+YFwPSDcQiQDE5qAphoAotBm8wH2wjAyMDA1C9BthaEPv7/98M2gyicPM1GFiBtgqAXWDKoAkWswEA/KsSh3jaY2BgYGaAYBkGRgYQsAHyGMF8FgYFIM0ChED+x4D//4Ekw////MxQlQyMbAwwJgMjE5BgYkAFjAzDHgAAk4QG/AAAABEBRAAAACoAKgAqAPwBPgGiAlgC1AOmA9gEDAQ4BEwFRAW6Bi4HxghQCMoI8AkqCZAKMgqECtoLGAwkDYIN4A4cDvQPJg90D6gP/hB6ESoR1hIOEq4S6BM8E94UqhTQFOwVLBWSFfYWBBZQFp4XhhhEGKQZfBoUGzAb/ByQHLYdEB2OHbgeTB82H4Qfth/wIGwgviIOIt4jTiOCJGYlSiY8JtonXie4J9ooUCioAAB42q28C5gkxXUmmiciMyLf70dVdb2ru6qruqdf1dU1M/2YHpgRzXNg0IwYPAgE0iCEkEAvFkboogdYQsZiVwaMLFhLO2v7AsJCtrHw7orWw/72asHrtQHh+63kFb77eT+BtevVFfd6V66+J6Kquwewrnfvd6sqMyMjIzMjI06c8/8nTpZClEBRlIfgmEIVrsw8Ccrsyte4qvz1wpNM+/crX6ME��[    ��[                    ��X            ��X    �[            ��[     @      ��[            /                  ���            �      @      ��             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Ro5TicyUuFsKvPUlDV7S8qOFBbMCbbQDCzNsSxMstXkNUsZDhQk3Iq1zg5FQljZ+Y3NFRXaOgjoQWLO+G3wuRPDp9L/9ouVKZuVqTIto0DJufxZz0vsR35r+R9WNyxV/HJurUmObxcENre2sNFVnZtSKhUGSin598wvQ7dUYAB42l3NR1IUABgF4ekxIJgVVMw5gOD8YQhm0ggipvISbtx5P2+mFvbKt+mqt/kGw8Hhfv8azP8Ng//37fAdMuQIRznGcaY4wTQznOQUpznDWc5xngtcZJY5LnGZK8xzlWtc5wY3ucVt7nCXe9znAQ95xGOesMAiT1limWeMCJKiGbPCKmus85wXvOQVr3nDWzbYZIttdpjwjl32eM8+HzjgI5/4zBe+Tv388X0So5ENm7Zs27Fdsat2za7bDbtpt+y23bGTfw390A/90A/90A/90A/90A/90A/90A/90E/91E/91E/91E/91E/91E/91E/91E/91C/90i/90i/90i/90i/90i/90i/90i/90m/91m/91m/91m/91m/91m/91m/91m/91h+P/gAt+8LnAAAAAAAAAf//AAJ42mNgYGBkAIKLUy68BtGX7mkwQ2kWAFUDBtkA),
url(http://hello.crowdapps.net/crete-plus/wp-content/themes/city-agenda-festival-creteplus/fonts/Downloaded_418c17f86a6c468ba1c136d81ea262f1.woff) format('woff'),
url(http://hello.crowdapps.net/crete-plus/wp-content/themes/city-agenda-festival-creteplus/fonts/Downloaded_418c17f86a6c468ba1c136d81ea262f1.ttf) format('truetype'),
url(http://hello.crowdapps.net/crete-plus/wp-content/themes/city-agenda-festival-creteplus/fonts/Downloaded_418c17f86a6c468ba1c136d81ea262f1.svg#Downloaded) format('svg');
font-weight: 400;
font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
@font-face {
font-family: 'Downloaded';
src: url(http://hello.crowdapps.net/crete-plus/wp-content/themes/city-agenda-festival-creteplus/fonts/Downloaded_418c17f86a6c468ba1c136d81ea262f1.svg#Downloaded) format('svg');
}
}
[data-icon]:before {
content: attr(data-icon);
}
[data-icon]:before,
.icons8-active-directory:before,
.icons8-building-filled:before,
.icons8-bullish:before,
.icons8-calendar:before,
.icons8-calendar-2:before,
.icons8-calendar-28:before,
.icons8-chat:before,
.icons8-clinic-filled:before,
.icons8-cloud-filled:before,
.icons8-collapse-arrow:before,
.icons8-conference-filled:before,
.icons8-cutlery:before,
.icons8-data-backup-filled:before,
.icons8-deciduous-tree:before,
.icons8-deciduous-tree-2:before,
.icons8-doctors-bag-filled:before,
.icons8-document-filled:before,
.icons8-euro:before,
.icons8-external:before,
.icons8-family:before,
.icons8-film:before,
.icons8-film-2:before,
.icons8-globe-bulb:before,
.icons8-globe-earth:before,
.icons8-hand-planting:before,
.icons8-high-priority:before,
.icons8-high-priority-filled:before,
.icons8-hub:before,
.icons8-idea:before,
.icons8-idea-filled:before,
.icons8-import-filled:before,
.icons8-inspection-filled:before,
.icons8-library:before,
.icons8-line-chart:before,
.icons8-literature:before,
.icons8-marker-filled:before,
.icons8-market-square:before,
.icons8-meal:before,
.icons8-megaphone-filled:before,
.icons8-money-box-filled:before,
.icons8-news-filled:before,
.icons8-note-filled:before,
.icons8-ok:before,
.icons8-open-folder-filled:before,
.icons8-open-in-browser-filled:before,
.icons8-organization:before,
.icons8-play-filled:before,
.icons8-point-objects:before,
.icons8-point-of-interest-filled:before,
.icons8-potted-plant:before,
.icons8-reading:before,
.icons8-recycle-sign:before,
.icons8-roadblock:before,
.icons8-rocket-filled:before,
.icons8-safety-collection-place:before,
.icons8-school:before,
.icons8-school-filled:before,
.icons8-search:before,
.icons8-shopping-bag:before,
.icons8-smartphone-tablet:before,
.icons8-source-code-filled:before,
.icons8-statistics:before,
.icons8-students:before,
.icons8-support:before,
.icons8-synchronize:before,
.icons8-synchronize-2:before,
.icons8-template:before,
.icons8-template-filled:before,
.icons8-theatre-mask:before,
.icons8-theatre-mask-filled:before,
.icons8-treatment-plan-filled:before,
.icons8-true-false:before,
.icons8-two-tickets:before,
.icons8-under-construction:before,
.icons8-unhcr:before,
.icons8-user-group-filled:before,
.icons8-user-groups:before,
.icons8-user-male:before,
.icons8-video-call-filled:before,
.icons8-voice-presentation-filled:before,
.icons8-worker:before {
display: inline-block;
font-family: 'Downloaded';
font-style: normal;
font-weight: 400;
font-variant: normal;
line-height: 1;
text-decoration: inherit;
text-rendering: optimizeLegibility;
text-transform: none;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;
}
.icons8-active-directory:before {
content: '\f100';
}
.icons8-building-filled:before {
content: '\f101';
}
.icons8-bullish:before {
content: '\f102';
}
.icons8-calendar:before {
content: '\f103';
}
.icons8-calendar-2:before {
content: '\f104';
}
.icons8-calendar-28:before {
content: '\f105';
}
.icons8-chat:before {
content: '\f106';
}
.icons8-clinic-filled:before {
content: '\f107';
}
.icons8-cloud-filled:before {
content: '\f108';
}
.icons8-collapse-arrow:before {
content: '\f109';
}
.icons8-conference-filled:before {
content: '\f10a';
}
.icons8-cutlery:before {
content: '\f10b';
}
.icons8-data-backup-filled:before {
content: '\f10c';
}
.icons8-deciduous-tree:before {
content: '\f10d';
}
.icons8-deciduous-tree-2:before {
content: '\f10e';
}
.icons8-doctors-bag-filled:before {
content: '\f10f';
}
.icons8-document-filled:before {
content: '\f110';
}
.icons8-euro:before {
content: '\f111';
}
.icons8-external:before {
content: '\f112';
}
.icons8-family:before {
content: '\f113';
}
.icons8-film:before {
content: '\f114';
}
.icons8-film-2:before {
content: '\f115';
}
.icons8-globe-bulb:before {
content: '\f116';
}
.icons8-globe-earth:before {
content: '\f117';
}
.icons8-hand-planting:before {
content: '\f118';
}
.icons8-high-priority:before {
content: '\f119';
}
.icons8-high-priority-filled:before {
content: '\f11a';
}
.icons8-hub:before {
content: '\f11b';
}
.icons8-idea:before {
content: '\f11c';
}
.icons8-idea-filled:before {
content: '\f11d';
}
.icons8-import-filled:before {
content: '\f11e';
}
.icons8-inspection-filled:before {
content: '\f11f';
}
.icons8-library:before {
content: '\f120';
}
.icons8-line-chart:before {
content: '\f121';
}
.icons8-literature:before {
content: '\f122';
}
.icons8-marker-filled:before {
content: '\f123';
}
.icons8-market-square:before {
content: '\f124';
}
.icons8-meal:before {
content: '\f125';
}
.icons8-megaphone-filled:before {
content: '\f126';
}
.icons8-money-box-filled:before {
content: '\f127';
}
.icons8-news-filled:before {
content: '\f128';
}
.icons8-note-filled:before {
content: '\f129';
}
.icons8-ok:before {
content: '\f12a';
}
.icons8-open-folder-filled:before {
content: '\f12b';
}
.icons8-open-in-browser-filled:before {
content: '\f12c';
}
.icons8-organization:before {
content: '\f12d';
}
.icons8-play-filled:before {
content: '\f12e';
}
.icons8-point-objects:before {
content: '\f12f';
}
.icons8-point-of-interest-filled:before {
content: '\f130';
}
.icons8-potted-plant:before {
content: '\f131';
}
.icons8-reading:before {
content: '\f132';
}
.icons8-recycle-sign:before {
content: '\f133';
}
.icons8-roadblock:before {
content: '\f134';
}
.icons8-rocket-filled:before {
content: '\f135';
}
.icons8-safety-collection-place:before {
content: '\f136';
}
.icons8-school:before {
content: '\f137';
}
.icons8-school-filled:before {
content: '\f138';
}
.icons8-search:before {
content: '\f139';
}
.icons8-shopping-bag:before {
content: '\f13a';
}
.icons8-smartphone-tablet:before {
content: '\f13b';
}
.icons8-source-code-filled:before {
content: '\f13c';
}
.icons8-statistics:before {
content: '\f13d';
}
.icons8-students:before {
content: '\f13e';
}
.icons8-support:before {
content: '\f13f';
}
.icons8-synchronize:before {
content: '\f140';
}
.icons8-synchronize-2:before {
content: '\f141';
}
.icons8-template:before {
content: '\f142';
}
.icons8-template-filled:before {
content: '\f143';
}
.icons8-theatre-mask:before {
content: '\f144';
}
.icons8-theatre-mask-filled:before {
content: '\f145';
}
.icons8-treatment-plan-filled:before {
content: '\f146';
}
.icons8-true-false:before {
content: '\f147';
}
.icons8-two-tickets:before {
content: '\f148';
}
.icons8-under-construction:before {
content: '\f149';
}
.icons8-unhcr:before {
content: '\f14a';
}
.icons8-user-group-filled:before {
content: '\f14b';
}
.icons8-user-groups:before {
content: '\f14c';
}
.icons8-user-male:before {
content: '\f14d';
}
.icons8-video-call-filled:before {
content: '\f14e';
}
.icons8-voice-presentation-filled:before {
content: '\f14f';
}
.icons8-worker:before {
content: '\f150';
}
.slick-slider {
margin-bottom: 30px;
}
a.acf-icon.grey {
transition: all 0.4s ease;
}
a.acf-icon.grey:hover {
border-color: transparent;
background: #c4161c !important;
color: #fff !important;
text-decoration: none !important;
}
.axon-icon:hover {
background: #003366 !important;
color: #fff !important;
}
.single-request #main {
height: auto;
margin-bottom: 0;
}
.request-item-wrapper {
margin-bottom: 30px;
}
.acf-field.acf-field-repeater.acf-field-5661a9a2ff1ab.image-upload label[for='acf-field_5661a9a2ff1ab'] {
display: none !important;
}
.acf-hl>li.acf-fr {
float: none !important;
}
a.acf-button.blue.acf-repeater-add-row {
font-size: 17px;
padding: 5px 20px;
height: auto;
}
p.asterisk-white {
display: block !important;
font-weight: 400 !important;
font-size: 13px !important;
line-height: 1.4em;
color: #c4161c !important;
background: #fff;
padding: 3px 15px;
border-radius: 10px;
float: none !important;
margin: auto;
text-align: center;
width: 295px;
margin-top: 15px;
}
a#supported-by {
position: absolute;
margin-top: -43px;
left: 50%;
margin-left: -15px;
}
small.supported-legend {
position: absolute;
line-height: 1em;
text-align: right;
font-size: 10px;
color: #000;
margin-left: -107px;
width: 100px;
margin-top: 12px;
}
a#supported-by img {
width: 100px;
}
body.page-template-page-new div#container {
margin-bottom: 50px;
}
.home .icon-1.circled-button {
margin-right: 40px;
}
.home .icon-2.circled-button {
margin-left: 40px;
}
.single-request div#container {
margin-bottom: 100px;
}
.fetch-by-status {
position: fixed;
right: -92px;
top: 300px;
transition: all 0.4s ease;
}
a.fetch-status {
padding: 5px 10px;
font-size: 16px;
display: block;
color: #fff !important;
text-decoration: none !important;
transition: all 0.4s ease;
}
a.fetch-status .fa {
margin-right: 10px;
}
a.fetch-status.done {
background: #5cb85c;
}
a.fetch-status.done:hover {
margin-left: -100px;
}
a.fetch-status.ongoing {
background: #f0ad4e;
}
a.fetch-status.ongoing:hover {
margin-left: -100px;
}
a.fetch-status.rejected {
background: #d9534f;
}
a.fetch-status.rejected:hover {
margin-left: -100px;
}
button.slick-arrow {
height: 36px;
width: 36px;
background: #c4161c !important;
color: #fff;
border-radius: 100%;
}
.slick-prev {
left: -40px !important;
}
button.slick-next.slick-arrow {
right: -40px !important;
}
.image-gallery {
display: block;
margin-bottom: 50px !important;
}
.image-gallery img {
max-width: 100%;
}
.row.aligncenter.posted {
background: #fff;
padding: 30px;
}
section#comments {
padding: 10px;
background: rgba(255, 255, 255, 0.4);
margin-top: 35px;
}
h3#reply-title {
font-size: 26px;
font-weight: 300;
color: #424242;
text-align: center;
display: inline-block;
padding: 5px 15px;
border-radius: 4px;
background: #fff;
}
#comments div#respond {
text-align: center;
}
p.comment-notes {
margin-bottom: 50px !important;
display: block !important;
font-weight: 400 !important;
font-size: 13px !important;
line-height: 1.4em;
color: #c4161c !important;
background: #fff;
padding: 3px 15px;
border-radius: 10px;
float: none !important;
margin: auto;
text-align: center;
width: 455px;
margin-top: 5px;
}
#commentform {
text-align: center;
}
#commentform label {
display: inline-block;
text-align: center;
font-weight: 400 !important;
font-size: 17px !important;
line-height: 1.4em;
margin: 0 0 3px;
color: #c4161c !important;
background: #fff;
padding: 0 15px;
border-radius: 10px;
margin-bottom: 10px;
}
#commentform input {
text-align: center;
margin: auto;
display: block;
width: 70%;
border: 2px solid #f5f5f5 !important;
background: RGBA(252, 252, 253, 0.8) !important;
border-radius: 4px !important;
margin-bottom: 30px;
outline: none !important;
}
textarea#comment {
border: 2px solid #f5f5f5 !important;
background: RGBA(252, 252, 253, 0.8) !important;
border-radius: 4px !important;
width: 70% !important;
display: block;
margin: auto;
outline: none !important;
}
p#form-allowed-tags {
text-align: center;
display: block;
margin-bottom: 10px;
display: none !important;
}
p#form-allowed-tags code {
text-align: center;
display: block;
width: 70%;
margin-top: 10px;
margin: auto;
}
.form-submit input#submit {
background-color: #c4161c !important;
border-color: #c4161c !important;
text-decoration: none !important;
color: #fff;
margin-top: 25px !important;
border-radius: 0 !important;
padding: 3px 20px;
font-weight: 300;
font-size: 16px;
}
li.comment {
padding: 10px;
background: #fff;
border-radius: 5px;
margin-bottom: 10px;
}
.comment-author.vcard {
padding: 10px;
border-bottom: 1px solid #c4161c;
margin-bottom: 10px;
}
img.avatar {
border-radius: 10px;
margin-right: 10px;
}
cite a.url {
color: #c4161c;
}
em.comment-awaiting-moderation {
padding: 5px 10px;
background: #c4161c;
width: 100%;
font-weight: 300 !important;
display: block;
color: #fff;
text-align: center;
}
.comment-meta.commentmetadata a,
.reply a {
color: #c4161c !important;
}
.comment-meta.commentmetadata {
margin-left: 10px;
font-size: 12px;
top: 10px;
margin-bottom: 15px;
}
.comment-body p {
margin-left: 10px;
}
.reply {
text-align: right;
margin-right: 10px;
margin-bottom: 5px;
}
a#cancel-comment-reply-link {
display: block;
background-color: #c4161c !important;
border-color: #c4161c !important;
text-decoration: none !important;
color: #fff;
margin-top: 25px !important;
border-radius: 0 !important;
padding: 3px 20px;
font-weight: 300;
font-size: 16px;
}
h3.comments-title {
font-size: 26px;
font-weight: 300;
color: #424242;
}
p.logged-in-as {
padding: 5px 10px;
width: 70%;
margin: auto;
margin-bottom: 10px;
background: #fff;
border-radius: 4px;
}
p.logged-in-as a {
color: #c4161c !important;
}
.children li.comment.odd {
margin-top: 10px;
background: #f5f5f5;
}
.comment ul.children {
margin-left: 25px;
}
#input_2_3 {
width: 100%;
}
input#gform_submit_button_2 {
padding: 3px 20px;
font-weight: 300;
font-size: 16px;
background: #c4161c;
border: 3px solid #c4161c !important;
cursor: pointer;
color: #fff;
}
h1.entry-title {
font-weight: 100;
}
.gform_wrapper .ginput_complex input[type='text'],
.gform_wrapper .ginput_complex input[type='url'],
.gform_wrapper .ginput_complex input[type='email'],
.gform_wrapper .ginput_complex input[type='tel'],
.gform_wrapper .ginput_complex input[type='number'],
.gform_wrapper .ginput_complex input[type='password'],
.gform_wrapper .top_label input.medium,
.gform_wrapper .top_label select.medium,
.gform_wrapper textarea {
border: 2px solid #f0f0f0;
border-radius: 5px;
}
label.gfield_label {
display: inline-block !important;
font-weight: 400 !important;
font-size: 17px !important;
line-height: 1.4em;
margin: 0 0 3px;
color: #c4161c !important;
background: #fff;
padding: 0 15px;
border-radius: 10px;
}
.gform_wrapper .ginput_complex label {
font-weight: 400 !important;
font-size: 12px !important;
line-height: 1.4em;
margin: 0 0 3px;
color: #c4161c !important;
background: #fff;
padding: 0 15px;
border-radius: 10px;
}
span.acf-spinner {
background: rgba(244, 86, 64, 0.65);
position: absolute;
width: 100%;
top: 0;
left: 0;
height: 100%;
z-index: 9999;
}
span.acf-spinner:before {
content: '\f1ce';
-webkit-animation: fa-spin 1s infinite linear;
animation: fa-spin 1s infinite linear;
display: block;
z-index: 9999;
position: absolute;
font-size: 50px;
color: #fff;
font-family: 'FontAwesome';
top: 68%;
left: 50%;
margin-left: -28px;
}
span.acf-spinner:after {
content: 'Παρακαλούμε περιμένετε';
display: block;
z-index: 9999;
position: absolute;
font-size: 20px;
color: #fff;
top: 72%;
left: 50%;
margin-left: -100px;
}
ol {
list-style-type: decimal;
}
ol li {
list-style-type: decimal;
}
ul ol {
margin-left: 20px;
}
a.acf-button.button.button-primary {
background-color: #c4161c !important;
border-color: #c4161c !important;
text-decoration: none !important;
color: #fff !important;
font-size: 17px;
padding: 5px 20px;
height: auto;
border: #bbb solid 1px;
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25) inset;
position: relative;
display: inline-block;
border-radius: 3px;
cursor: pointer;
}
.acf-actions li {
float: none !important;
margin-left: 5px;
}
.request-metadata.admin-observations {
margin-top: 20px;
}
.request-metadata.admin-observations .box-meta {
margin-top: 10px;
padding: 20px;
border: 3px dashed #c4161c;
color: #424241;
padding-bottom: 10px;
text-align: left;
}
.video-meta iframe {
width: 373px;
height: 302px;
}
.video-item {
margin-top: 30px;
padding: 10px;
padding-bottom: 30px;
}
a.acf-button.button {
background-color: #c4161c !important;
border-color: #c4161c !important;
text-decoration: none !important;
color: #fff !important;
font-size: 17px;
padding: 5px 20px;
height: auto;
border: #bbb solid 1px;
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25) inset;
position: relative;
display: inline-block;
border-radius: 3px;
cursor: pointer;
}
.acf-file-uploader {
position: relative;
margin: 10px 10px -6px -79px;
background-color: RGBA(252, 252, 253, 0.8) !important;
border-color: #fff !important;
text-decoration: none !important;
color: #fff !important;
font-size: 17px;
padding: 5px 20px;
height: auto;
border: #bbb solid 1px;
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25) inset;
position: relative;
display: inline-block;
border-radius: 3px;
cursor: pointer;
margin: 11px 12px 10px 14px;
}
.acf-file-uploader .file-wrap {
border: #dfdfdf solid 1px;
min-height: 85px;
position: relative;
background: #fff;
width: 900px;
margin-left: 91px;
}
a.result-more.print {
border-color: #d9534f;
}
.acf-field .acf-label p.description {
padding: 5px 20px !important;
background: #fff;
color: #c4161c;
font-weight: 400;
font-size: 13px;
display: inline-block;
border-radius: 20px;
}
.show-on-print {
display: none;
margin-bottom: 25px;
}
ol {
padding-left: 25px;
}
input.gform_button {
font-weight: 300;
font-size: 14px;
padding: 2px 15px;
display: inline-block;
background: #c4161c;
color: #fff !important;
border-bottom: 3px solid #9a3628 !important;
text-decoration: none !important;
text-align: center;
margin-top: 10px;
margin: auto;
border: 1px solid #c4161c;
}
div.disabled {
display: none !important;
}
.results-code span {
letter-spacing: 0.2em;
font-weight: 300;
margin-left: 4px;
}
.acf-image-uploader .view {
float: none !important;
}
@media print {
.show-on-print {
display: block !important;
width: 800px;
margin: auto;
margin-bottom: 25px;
}
#header,
#footer,
#nav,
.row.new,
hr.line,
a.button-gray.smaller,
section#comments,
.right-fixed-feedback,
.fetch-by-status,
a.result-more.print,
#bg-map {
display: none !important;
}
.col-md-5 {
width: 41.66666667%;
display: inline-block !important;
}
.col-md-7 {
width: 55.33333333%;
display: inline-block !important;
}
.request-item-wrapper {
margin-top: -40px;
}
a[href]:after {
content: none !important;
}
}
@media print and (color) {
* {
-webkit-print-color-adjust: exact;
print-color-adjust: exact;
}
}
.info-box {
margin-top: 40px !important;
background: rgba(255, 255, 255, 0.7);
padding: 10px;
max-width: 400px;
margin: auto;
}
.acf-field.acf-field-oembed .description {
display: block !important;
width: 70% !important;
margin: auto !important;
}
.acf-oembed {
width: 70% !important;
margin: auto;
}
.video-frame iframe {
width: 100%;
min-height: 240px;
}
.latest-requests {
padding: 5px;
border: 2px solid #c4161c;
background: #c4161c;
color: #fff !important;
font-size: 14px;
text-decoration: none !important;
font-weight: 300;
position: absolute;
right: 0;
margin-top: -265px;
transition: all 0.4s ease;
transform: rotate(90deg);
margin-right: -54px;
}
.st-menu {
position: absolute;
top: 0;
left: initial !important;
right: 0 !important;
z-index: 99999 !important;
visibility: hidden;
width: 300px;
height: 100% !important;
background: #c4161c !important;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.st-menu ul li a {
color: #fff !important;
font-weight: 300 !important;
text-decoration: none !important;
}
a.icon.alert {
margin-bottom: 0px !important;
margin-top: 0px !important;
}
#reply-title small {
display: block;
font-weight: 300 !important;
color: #000 !important;
line-height: 1.5em;
}
nav .request-type {
font-size: 80%;
color: #000;
}
#city-agenda-logo a {
text-decoration: none !important;
}
div#logo {
text-align: center;
font-size: 20px;
line-height: 1em;
color: #fff;
font-weight: 100;
letter-spacing: 0.05em;
top: -7px;
text-decoration: none !important;
}
div#logo b {
letter-spacing: 0.3em;
text-align: center;
padding-left: 7px;
} @import url(http://hello.crowdapps.net/crete-plus/wp-content/themes/city-agenda-festival-creteplus/style_2.css);
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
font-size: 100%;
font: inherit;
padding: 0;
border: 0;
margin: 0;
vertical-align: baseline;
font-family: 'Roboto Condensed', sans-serif;
}
body {
line-height: 1;
background-size: cover;
-webkit-print-color-adjust: exact;
}
ol,
ul {
list-style: none;
}
blockquote,
q {
quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display: block;
}
.clear {
clear: both;
}
.sticky {
position: sticky;
}
.bypostauthor {}
.wp-caption {}
.wp-caption-text {}
.gallery-caption {}
.alignright {
text-align: right;
}
.alignleft {
text-align: left;
}
.aligncenter {
text-align: center;
}
#header {
padding: 10px;
background: #fff;
position: fixed !important;
z-index: 999999;
width: 100%;
height: 90px;
}
#main {
height: 100vh;
z-index: 9999 !important;
position: relative;
opacity: 1 !important;
}
.home #main #container {
padding-top: 0vh !important;
opacity: 1 !important;
}
#main #container {
padding-top: 17vh !important;
opacity: 1 !important;
}
.page-template-page-home-php #main #container {
padding-top: 0 !important;
opacity: 1 !important;
}
#bg-map {
width: 100vw;
height: 100vh;
position: fixed !important;
z-index: 1;
opacity: 0.6;
}
#container {
width: 960px;
margin: auto;
}
#branding,
#city-agenda-logo,
#logo {
width: 90px;
margin-top: 0px;
position: relative;
top: 1px;
}
header div#container {
position: relative;
top: 12px;
}
#site-description {
width: 600px;
text-align: center;
margin: auto;
position: absolute; left: 50%;
margin-left: -240px; color: #003366;
font-weight: 300;
font-size: 18.2px;
}
#current-meta {
float: right;
margin-top: 5px; color: #003366;
font-weight: 300;
line-height: 1.3em;
}
.home-inner {
display: inline-block !important;
width: 100%;
margin-top: 10px;
}
.circled-button-input {
display: none;
visibility: hidden;
}
.circled-button {
font-weight: 400;
color: #c4161c;
line-height: 1em;
letter-spacing: 2.15px;
height: 200px;
width: 200px;
border-radius: 100%;
padding-top: 28%;
font-size: 16px;
cursor: pointer;
transition: all 0.4s ease;
margin: auto;
text-decoration: none !important;
border: 2px solid #fff !important;
background: rgba(255, 255, 255, 0.6);
}
a.circle-link {
text-decoration: none !important;
}
.circled-button:hover {
background: rgba(255, 255, 255, 0.9);
}
.circled-button:after {
transition: all 0.4s ease;
content: '';
position: absolute;
width: 0;
height: 0;
border: 0 solid #000;
border-radius: 100%;
z-index: -1;
display: block;
margin-top: -65px;
margin-left: 100px;
opacity: 0;
}
.circled-button:hover::after {
content: '';
position: absolute;
width: 210px;
height: 210px;
border: 1px solid #c4161c;
border-radius: 100%;
margin-top: -169px;
margin-left: -7px;
opacity: 1;
}
input[type='radio']:checked+label.circled-button {
background: rgba(255, 255, 255, 0.9);
}
input[type='radio']:checked+label.circled-button::after {
content: '';
position: absolute;
width: 210px;
height: 210px;
border: 1px solid #c4161c;
border-radius: 100%;
margin-top: -167px;
margin-left: -5px;
opacity: 1;
}
.sec-options-wrapper {
margin-top: 130px;
text-align: center;
}
.sec-option {
display: inline-block;
width: 16%;
text-align: center;
}
.circled-button-small {
line-height: 1.2em;
font-weight: 400;
height: 140px;
width: 140px !important;
border-radius: 100%;
cursor: pointer;
transition: all 0.4s ease;
color: #003366;
}
.circled-button-small:hover {
background: rgba(255, 255, 255, 0.9);
}
input[type='radio']:checked+label.circled-button-small {
background: #c4161c;
border-color: #c4161c;
padding: 84px 0 1px 1px;
color: #fff;
}
.button.go {
margin-top: 50px;
padding: 3px 35px !important;
border: 0 !important;
background: #c4161c;
color: #fff;
border-bottom: 5px solid #ca0813 !important;
font-size: 17px;
border-top-left-radius: 2px;
border-top-right-radius: 2px;
font-weight: 300;
transition: all 0.4s ease;
}
.button.go:hover {
background: #e9272c !important;
}
#footer {
padding-top: 7.5px !important;
padding-bottom: 0;
background: #c8d3de;
padding: 7.5px 10px;
position: fixed;
width: 100%;
bottom: 0;
z-index: 999999;
}
.button-gray {
font-weight: 300;
font-size: 17px;
padding: 2px 5px;
width: 160px !important;
display: inline-block;
margin-right: 30px;
background: #003366;
color: #fff !important;
border-bottom: 3px solid #OOO;
text-decoration: none !important;
}
.button-gray:after {
content: ' >';
}
.button-gray:last-child {
margin-right: 0 !important;
}
#crowdpolicy {
position: absolute;
line-height: 1em;
color: #003366;
margin-top: -30px;
font-size: 10px;
right: 35px;
}
#crowdpolicy img {
position: absolute;
width: 25px;
top: -3px;
margin-left: 6px;
}
hr.line {
border-color: #000 !important;
margin-bottom: 20px !important;
}
.new .circled-button {
font-weight: 400;
color: #003366;
line-height: 1em;
letter-spacing: 1px;
height: 140px;
width: 140px;
border-radius: 100%;
border: 2px solid #fff !important;
background: rgba(255, 255, 255, 0.6);
padding-top: 18%;
font-size: 13px;
cursor: pointer;
transition: all 0.4s ease;
display: inline-block;
text-align: center;
margin: 0 20px;
margin-bottom: 10px;
text-decoration: none !important;
}
.new .circled-button::after {
transition: all 0.4s ease;
content: '';
position: absolute;
width: 0;
height: 0;
border: 0 solid #000;
border-radius: 100%;
z-index: -1;
display: block;
margin-top: -45px;
margin-left: 65px;
opacity: 0;
}
.new .circled-button:hover::after {
content: '';
position: absolute;
width: 150px;
height: 150px;
border: 1px solid #4671b6;
border-radius: 100%;
margin-top: -117px;
margin-left: -7px;
opacity: 1;
}
.new .circled-button.active {
background: rgba(255, 255, 255, 0.9);
}
.new .circled-button.active::after {
content: '';
position: absolute;
width: 150px;
height: 150px;
border: 1px solid #4671b6;
border-radius: 100%;
margin-top: -117px;
margin-left: -7px;
opacity: 1;
}
.new .circled-button.active {
background: #003366;
color: #fff;
}
.page #main {
height: auto !important;
}
body.page-template-page-new {
background-color: rgba(255, 255, 255, 0.7);
background-blend-mode: lighter;
}
.acf-form {
text-align: center;
}
.acf-field .acf-label label {
display: inline-block !important;
font-weight: 400 !important;
font-size: 17px !important;
line-height: 1.4em;
margin: 0 0 3px;
color: #003366 !important;
background: #fff;
padding: 0 15px;
border-radius: 10px;
margin-left: 30% !important;
margin-right: 30% !important;
}
.acf-fields>.acf-field {
margin: 0;
padding: 15px 12px;
border-top: none !important;
} ul.acf-radio-list li label {
padding: 3px 20px;
font-weight: 300;
font-size: 16px;
background: #cfd8dc;
border-bottom: 3px solid #c4161c !important;
cursor: pointer;
}
ul.acf-hl.acf-radio-list li,
ul.acf-hl.acf-checkbox-list li {
margin-right: 10px !important;
clear: none;
float: none;
display: inline-block;
margin-bottom: 13px;
}
.acf-field .acf-label label+input[type='radio']:checked {
background: #91a4ad !important;
color: #fff !important;
border-color: #cfd8dc !important;
}
.acf-field input[type='text'],
.acf-field input[type='email'],
.acf-field input[type='password'],
.acf-field input[type='url'],
.acf-taxonomy-field.acf-soh,
.acf-field.acf-field-wysiwyg .acf-input {
width: 70% !important;
border: 2px solid #fff !important;
background: RGBA(252, 252, 253, 0.8) !important;
border-radius: 4px !important;
margin: auto;
}
.acf-field textarea {
border: 2px solid #fff !important;
background: RGBA(252, 252, 253, 0.8) !important;
border-radius: 4px !important;
width: 70% !important;
}
.acf-google-map {
position: relative;
border: #dfdfdf solid 1px;
background: #fff;
width: 70% !important;
text-align: center;
margin: auto !important;
}
.acf-input .acf-google-map {
width: 95% !important;
}
.acf-field input.search[type='text'] {
width: 100% !important;
padding-left: 10px !important;
}
.acf-google-map .title {
position: relative;
border-bottom: none !important;
padding: 0 !important;
border-radius: 3px !important;
}
.acf-google-map .canvas {
margin-top: 15px !important;
border: 1px solid #9c9a97 !important;
background: #e9e5dc !important;
}
.acf-google-map {
position: relative;
border: none !important;
background: none !important;
}
.acf-icon.acf-icon-location.grey.acf-soh-target {
opacity: 1 !important;
display: block;
z-index: 9999;
visibility: visible !important;
top: 3px !important;
width: 25px;
height: 25px;
}
.acf-form-submit .button.button-primary.button-large {
font-weight: 400;
color: #003366;
line-height: 1em;
letter-spacing: 1px;
height: 60px;
width: 260px;
border: 2px solid #fff !important;
background: rgba(255, 255, 255, 0.6);
padding-top: 0;
font-size: 20px;
cursor: pointer;
transition: all 0.4s ease;
display: inline-block;
text-align: center;
margin: 0 20px;
margin-bottom: 10px;
text-decoration: none !important;
text-transform: uppercase;
word-break: break-word;
padding: 10px;
}
ul.acf-radio-list li label input[type='radio']:checked+label {
background: #c4161c;
}
.fa.fa-check-circle.fa-4x.white {
font-size: 8em;
color: #c4161c;
background: #fff;
border-radius: 100%;
width: 112px !important;
padding-top: 2px;
padding-left: 1px;
}
a.go {
text-decoration: none !important;
}
.page-template-page-list .sec-options-wrapper {
margin-top: 30px;
text-align: center;
}
.count {
position: absolute;
width: 25px;
height: 25px;
padding-top: 3px;
border-radius: 100%;
background: #003366;
color: #fff;
text-align: center;
margin-top: -55px;
margin-left: 124px;
}
.search-area {
text-align: center;
margin-top: 40px;
}
.search-label {
font-size: 20px;
margin-bottom: 20px !important;
color: #c4161c;
width: 200px;
text-align: center;
margin: auto;
background: #fff;
padding: 5px;
border-radius: 8px;
font-weight: 100;
}
#search-list-box {
width: 60%;
border: 3px solid #fff;
border-radius: 3px;
background: RGBA(255, 255, 255, 0.8);
padding: 3px;
}
.search-area .button {
position: absolute;
margin-left: -30px;
margin-top: 5px;
width: 25px;
height: 25px;
border: none !important;
background: url(//hello.crowdapps.net/crete-plus/wp-content/themes/city-agenda-festival-creteplus/images/magnifier.png) no-repeat !important;
background-size: 23px !important;
cursor: pointer;
}
.acf-google-map .has-value {
background: rgba(255, 255, 255, 0.7);
border: 3px solid #fff;
border-radius: 3px;
}
.page-tempalte-page-list .sec-options-wrapper .circled-button-small {
padding-top: 40% !important;
}
.results-slider-outer {
margin-top: 50px;
margin-bottom: 65px;
}
.result {
margin: 5px;
padding: 10px;
background: #fff;
min-height: 300px;
color: #424242 !important;
z-index: 9999;
}
.slick-prev::before {
font-family: 'FontAwesome' !important;
content: '\f104' !important;
font-size: 35px !important;
cursor: pointer !important;
}
.slick-next::before {
font-family: 'FontAwesome' !important;
content: '\f105' !important;
font-size: 35px !important;
cursor: pointer !important;
position: relative;
bottom: 10px;
}
.slick-dots li button::before {
font-size: 12px !important;
opacity: 1 !important;
color: #fff !important;
border: 1px solid rgba(244, 86, 64, 0.5);
border-radius: 100%;
}
.slick-dots li.slick-active button::before {
color: #003366 !important;
border: 1px solid #fff;
border-radius: 100%;
}
.acf-taxonomy-field .categorychecklist-holder {
border: #dfdfdf solid 0 !important;
}
ul.acf-checkbox-list li {
margin-right: 10px !important;
clear: none;
float: none;
display: inline-block;
margin-bottom: 16px !important;
}
ul.acf-checkbox-list li label {
padding: 3px 20px;
font-weight: 300;
font-size: 16px;
background: #cfd8dc;
border-bottom: 3px solid #003366 !important;
cursor: pointer;
}
ul.acf-checkbox-list li input {
display: none !important;
}
.result .status {
font-size: 12px;
}
.result-title {
font-size: 18px;
margin-top: 5px;
font-weight: 300;
}
.results-body {
color: #424242;
font-size: 13px;
padding-bottom: 20px;
}
.result-more {
font-weight: 300;
font-size: 14px;
padding: 2px 15px;
display: inline-block;
background: #003366;
color: #fff !important;
border-bottom: 3px solid #003366;
text-decoration: none !important;
text-align: center;
margin-top: 10px;
margin: auto;
}
.acf-field-repeater {
width: 70%;
margin: auto !important;
margin-bottom: 20px !important;
}
.acf-button.blue {
background-color: #c4161c !important;
border-color: #c4161c !important;
text-decoration: none !important;
}
.acf-repeater.disabled .acf-button.blue[disabled],
.acf-repeater.disabled .acf-button.blue.disabled {
background: #e9ecef !important;
border-color: #dfdfdf !important;
box-shadow: none !important;
color: #969696 !important;
}
.acf-icon.acf-icon-plus.small.acf-repeater-add-row {
margin-top: -2px !important;
text-decoration: none !important;
}
.acf-icon.acf-icon-minus.small.acf-repeater-remove-row {
margin-top: 20px !important;
text-decoration: none !important;
}
.result-top-image {
display: inline-block !important;
width: 100%;
max-height: 278px;
max-height: 205px;
margin-bottom: 10px;
margin-top: 10px;
width: auto !important;
max-width: 100%;
}
.map .acf-map {
height: 123px !important;
margin: 0 !important;
border: none !important;
width: 123%;
margin-left: -20px !important;
margin-top: -30px !important;
}
.map .acf-map img {
max-width: inherit !important;
box-shadow: inset 0 -10px 20px #fff !important;
}
.full-map.map .acf-map {
width: 107% !important;
margin: 0 !important;
margin-left: -10px !important;
margin-right: -10px !important;
}
.button-gray.smaller {
font-size: 15px;
text-align: center;
width: auto !important;
font-weight: 400 !important;
}
.button-gray.smaller:after {
display: none !important;
}
.request-item {
margin-top: 30px;
padding: 10px;
background: #fff;
padding-bottom: 30px;
}
.request-inner {
padding: 0 10px;
}
.request-item .result-top-image {
margin-top: 0 !important;
}
.request-category {
margin-top: 15px;
}
.request-category ul li:first-child {
font-weight: 600;
margin-left: 0 !important;
}
.request-category ul li a {
color: #424242 !important;
}
.request-category ul li {
display: inline-block !important;
margin: 0 5px;
color: #424242;
}
.request-title {
font-size: 26px;
font-weight: 300;
color: #424242;
}
.request-metadata-wrapper {
margin-top: 30px;
}
.request-metadata {
color: #424242;
margin-bottom: 5px;
}
.right-meta {
float: right;
font-weight: 400;
color: #000 !important;
}
.request-status {
width: 35px;
height: 35px;
position: absolute;
right: 0;
margin-top: -25px;
border-radius: 100%;
z-index: 999;
}
.request-status.not-solved {
background: #c4161c;
}
.request-status.not-solved::after {
content: '\f071';
font-family: 'FontAwesome';
position: absolute;
font-size: 23px;
color: #fff;
top: 0;
left: 6.5px;
}
.request-status.solved {
background: #50ae55;
}
.request-status.solved::after {
content: '\f00c';
font-family: 'FontAwesome';
position: absolute;
font-size: 26px;
color: #fff;
top: -1px;
left: 4px;
}
.request-status.on-progress {
background: #eda435;
}
.request-status.on-progress::after {
content: '\f017';
font-family: 'FontAwesome';
position: absolute;
font-size: 27px;
color: #fff;
top: -1.5px;
left: 6px;
}
#mini-map {
margin-top: 55px;
height: 250px;
}
.single-request #bg-map {
opacity: 0.2;
}
.request-body {
margin-top: 30px !important;
padding: 10px; padding-bottom: 1px;
}
ul.acf-checkbox-list li label.active {
background: #c4161c !important;
border-color: #fff !important;
}
ul.acf-radio-list li label.active {
background: #c4161c !important;
border-color: #fff !important;
}
.result date {
float: right;
font-size: 12px;
font-weight: 500;
}
.result date.above {
float: right;
font-size: 12px;
font-weight: 500;
margin-top: -28px;
z-index: 9999;
margin-right: -10px;
}
.bottom_menu_class ul li {
display: inline-block !important;
margin-right: 20px;
}
.bottom_menu_class ul li a {
font-weight: 400;
font-size: 16px;
padding: 2px 5px;
display: inline-block;
margin-right: 30px;
text-decoration: none !important; color: #003366 !important;
}
.bottom_menu_class ul li a:last-child {
margin-right: 0 !important;
}
.bottom_menu_class ul li a:after {
content: ' >';
}
.page article {
padding: 20px;
background: #fff !important;
padding-top: 1px;
margin-top: 10px;
margin-bottom: 30px !important;
}
.circled-button::before {
content: '';
position: absolute;
width: 100px;
height: 100px;
margin-top: -105px;
margin-left: 5px;
background-position: center !important;
}
.icon-1:before {
content: '\f11e';
margin-left: 15px;
display: inline-block;
font-family: 'Downloaded';
font-style: normal;
font-weight: 400;
font-variant: normal;
line-height: 1;
text-decoration: inherit;
text-rendering: optimizeLegibility;
text-transform: none;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;
font-size: 90px;
}
.icon-2:before {
content: '\f128';
margin-left: 22px;
display: inline-block;
font-family: 'Downloaded';
font-style: normal;
font-weight: 400;
font-variant: normal;
line-height: 1;
text-decoration: inherit;
text-rendering: optimizeLegibility;
text-transform: none;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;
font-size: 90px;
} .icon-3:before {
content: '\f10e';
font-size: 60px;
display: inline-block;
font-family: 'Downloaded';
font-style: normal;
font-weight: 400;
font-variant: normal;
line-height: 1;
text-decoration: inherit;
text-rendering: optimizeLegibility;
text-transform: none;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;
margin-top: -65px;
}
.icon-4:before {
content: '\f150';
font-size: 60px;
margin-top: -65px;
margin-left: -17px !important;
display: inline-block;
font-family: 'Downloaded';
font-style: normal;
font-weight: 400;
font-variant: normal;
line-height: 1;
text-decoration: inherit;
text-rendering: optimizeLegibility;
text-transform: none;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;
}
.icon-5:before {
content: '\f14a';
font-size: 72px;
margin-left: -8px;
margin-top: -68px;
display: inline-block;
font-family: 'Downloaded';
font-style: normal;
font-weight: 400;
font-variant: normal;
line-height: 1;
text-decoration: inherit;
text-rendering: optimizeLegibility;
text-transform: none;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;
}
.icon-6:before {
content: '\f13a';
margin-left: -20px;
margin-top: -67px;
font-size: 60px;
display: inline-block;
font-family: 'Downloaded';
font-style: normal;
font-weight: 400;
font-variant: normal;
line-height: 1;
text-decoration: inherit;
text-rendering: optimizeLegibility;
text-transform: none;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;
}
.icon-7:before {
content: '\f117';
margin-left: 20px;
margin-top: -67px;
font-size: 60px;
display: inline-block;
font-family: 'Downloaded';
font-style: normal;
font-weight: 400;
font-variant: normal;
line-height: 1;
text-decoration: inherit;
text-rendering: optimizeLegibility;
text-transform: none;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;
}
div#enviroment.icon-7 {
font-size: 13px;
}
.new .circled-button::before {
position: absolute;
width: 75px;
height: 75px;
margin-top: -75px;
margin-left: 0;
background-position: center !important;
background-size: 60px;
}
.new .circled-button.icon-1.active:before {
margin-left: 11px;
}
.new .circled-button.icon-1:before {
content: '\f11e';
margin-left: 10px;
display: inline-block;
font-family: 'Downloaded';
font-style: normal;
font-weight: 400;
font-variant: normal;
line-height: 1;
text-decoration: inherit;
text-rendering: optimizeLegibility;
text-transform: none;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;
font-size: 60px;
margin-top: -70px;
}
.new .circled-button.icon-2:before {
content: '\f128';
margin-left: 12px;
display: inline-block;
font-family: 'Downloaded';
font-style: normal;
font-weight: 400;
font-variant: normal;
line-height: 1;
text-decoration: inherit;
text-rendering: optimizeLegibility;
text-transform: none;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;
font-size: 60px;
margin-top: -70px;
margin-left: 18px;
}
.new .icon-1::before {
margin-left: 10px;
}
.new .icon-2::before {
margin-left: 15px;
}
.themes {
display: none;
}
.themes.show {
display: block !important;
}
.onoffswitch {
position: relative;
width: 150px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
}
.onoffswitch-checkbox {
display: none;
}
.onoffswitch-label {
display: block;
overflow: hidden;
cursor: pointer;
border: 2px solid;
border-radius: 50px;
}
.onoffswitch-inner {
display: block;
width: 200%;
margin-left: -100%;
transition: margin 0.3s ease-in 0;
}
.onoffswitch-inner:before,
.onoffswitch-inner:after {
display: block;
float: left;
width: 50%;
height: 45px;
padding: 0;
line-height: 45px;
font-size: 14px;
color: #fff;
font-family: Trebuchet, Arial, sans-serif;
font-weight: 700;
box-sizing: border-box;
}
.onoffswitch-inner:before {
content: '';
padding-left: 10px;
background-color: #b82e37;
color: #b82e37;
}
.onoffswitch-inner:after {
content: '';
padding-right: 10px;
background-color: #b82e37;
color: #b82e37;
text-align: right;
}
.onoffswitch-switch {
display: block;
width: 35px;
margin: 5px;
background: #fff;
position: absolute;
top: 0;
bottom: 0;
right: 101px;
border: 2px solid;
border-radius: 50px;
transition: all 0.3s ease-in 0;
}
.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner {
margin-left: 0;
}
.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch {
right: 0;
}
@media screen and (max-width: 960px) {
#container {
width: auto;
margin: auto;
}
.row.top-row {
width: auto;
margin: 0 !important;
}
.sec-option {
display: inline-block;
width: 40%;
text-align: center;
margin-bottom: 10px;
}
}
@media screen and (max-width: 414px) {
.sec-option {
display: inline-block;
width: 40%;
text-align: center;
margin-bottom: 10px;
}
.sec-option:last-child {
margin-top: -20px;
}
#menu-bottom-menu {
position: relative;
top: -20px;
}
body {
margin-top: -46px !important;
}
#current-meta {
display: none !important;
}
#branding,
#city-agenda-logo,
#logo {
width: 60px;
margin-top: -10px;
position: absolute;
top: 10px;
left: 50%;
margin-left: -30px;
}
#main #container {
padding-top: 17vh !important;
opacity: 1 !important;
}
#header {
height: 85px;
width: 100%;
}
#site-description {
margin-left: -150px !important;
margin-top: 30px !important;
}
#disqus_thread {
padding: 20px;
background: #fff;
}
ul.acf-checkbox-list li {
margin-right: 10px !important;
clear: none;
float: none;
display: inline-block;
margin-bottom: 15px !important;
}
.acf-form-submit {
margin-bottom: 30px;
}
.new .circled-button {
padding-top: 36%;
}
hr.line {
display: none !important;
}
.results-slider-outer {
padding: 25px;
}
.map .acf-map {
height: 123px !important;
margin: 0 !important;
border: none !important;
width: 100% !important;
margin-left: 0 !important;
margin-top: 0 !important;
}
.full-map.map .acf-map {
width: 100% !important;
margin: 0 !important;
margin-left: 0 !important;
margin-right: 0 !important;
}
.slick-prev,
.slick-next {
display: none !important;
}
.what-is {
margin-bottom: 30px;
padding: 30px;
}
}
h4.red {
color: #c4161c;
}
.red {
text-align: center;
}
.what-is h4.red {
margin-bottom: 60px;
}
.what-is {
margin-bottom: 30px;
padding: 15px;
background: #fff;
}
.what-is li {
list-style: initial;
margin-left: 11px;
margin-bottom: 25px;
}
.page-template-page-fullmap #main {
height: auto !important;
position: absolute;
margin: auto;
width: 100%;
bottom: 0;
}
.page-template-page-fullmap #bg-map {
width: 100vw;
height: 100vh;
position: fixed !important;
z-index: 1;
opacity: 1;
}
.change-to-map {
padding: 5px;
border: 2px solid #c4161c;
background: #c4161c;
color: #fff !important;
font-size: 32px;
text-decoration: none !important;
font-weight: 300;
position: fixed;
right: 0;
top: 100px;
transition: all 0.4s ease;
}
.change-to-map:hover {
border: 2px solid #ca0813;
background: #c4161c;
color: #fff;
}
.right-fixed-feedback {
padding: 7px 14px;
color: #fff !important;
text-decoration: none !important;
background: #c4161c;
transform: rotate(90deg);
position: fixed;
top: 150px;
right: -37px;
}
.fa.fa-pencil-square-o {
transform: rotate(-90deg);
}
.col-md-6 img {
max-width: 100%;
}
.page-template-page-list .circled-button-small {
border: 2px solid;
background: #fff;
padding-top: 0% !important;
} ul.acf-radio-list li label,
ul.acf-checkbox-list li label {
display: inline;
margin: 2px 0;
background-color: #c4161c;
color: #f5f5f5;
}
.weather {
top: -85px;
position: relative;
right: -108px;
}
.location_name {
display: none;
}
.time_temperature {
margin: -67px -34px 2px 56px !important;
}
svg.climacon g {
fill: #fff !important;
}
.axon-icon {
background: rgba(255, 255, 255, 0.8);
text-align: center;
}
.sec-option a {
margin: auto;
text-align: center;
width: 140px;
height: 140px;
display: inline-block;
text-decoration: none !important;
}
footer .inner-container {
width: 100%;
margin: auto;
position: relative;
top: 5px;
}
.home #main,
.error404 #main {
height: 96vh;
z-index: 9999 !important;
position: relative;
opacity: 1 !important;
}
.page-template-page-list.home #main {
padding-top: 17vh;
}
.title-404 {
font-size: 165px;
font-weight: 100;
color: #003366;
}
a.red-button {
padding: 3px 20px;
font-weight: 300;
font-size: 16px;
background: #003366;
border-bottom: 3px solid #003366 !important;
cursor: pointer;
color: #fff !important;
text-decoration: none !important;
margin-top: 20px;
}
.theme-wrapper {
padding: 10px 20px;
background: #fff;
margin-bottom: 50px;
}
h1.theme-title {
text-align: center;
font-weight: 100;
color: #c4161c;
margin-bottom: 40px;
}
.theme-content {
text-align: justify;
} .blue {
color: #003366;
margin-bottom: 30px;
}
.blue p {
margin: 0;
font-size: 16px;
}
.external-links {
display: flex;
display: -webkit-flex;
justify-content: space-around;
-webkit-justify-content: space-around;
flex-wrap: wrap;
-webkit-flex-wrap: wrap;
color: #003366;
}
.external-links a:link,
.external-links a:visited {
color: #003366;
}
.link {
min-width: 330px;
font-size: 16px;
width: 31%;
height: 70px;
display: flex;
display: -webkit-flex;
background-color: #c9d3dd;
margin-top: 20px;
align-items: center;
-webkit-align-items: center;
justify-content: center;
-webkit-justify-content: center;
border-radius: 4px;
}
.link p {
max-width: 190px;
margin: 0;
font-size: 16px;
color: #04539e;
}
.link img {
width: inherit;
height: 50px;
}
.full-gray {
background-color: #e1e7ed;
padding: 60px 0;
margin-top: 30px;
border-radius: 15px;
}
.blue h1 {
color: #003366;
}   .full-gray-content {
display: flex;
display: -webkit-flex;
justify-content: space-between;
-webkit-justify-content: space-between;
}
.content-wrapper {
text-align: center;
max-width: 1180px;
margin: 0 auto;
padding: 0 30px;
} @font-face {
font-family: 'Downloaded';
src: url(http://hello.crowdapps.net/crete-plus/wp-content/themes/city-agenda-festival-creteplus/fonts/Downloaded_418c17f86a6c468ba1c136d81ea262f1.eot);
src: url(http://hello.crowdapps.net/crete-plus/wp-content/themes/city-agenda-festival-creteplus/fonts/Downloaded_418c17f86a6c468ba1c136d81ea262f1.eot?#iefix) format('embedded-opentype'),
url(data:application/x-font-woff;charset=utf-8;base64,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),
url(http://hello.crowdapps.net/crete-plus/wp-content/themes/city-agenda-festival-creteplus/fonts/Downloaded_418c17f86a6c468ba1c136d81ea262f1.woff) format('woff'),
url(http://hello.crowdapps.net/crete-plus/wp-content/themes/city-agenda-festival-creteplus/fonts/Downloaded_418c17f86a6c468ba1c136d81ea262f1.ttf) format('truetype'),
url(http://hello.crowdapps.net/crete-plus/wp-content/themes/city-agenda-festival-creteplus/fonts/Downloaded_418c17f86a6c468ba1c136d81ea262f1.svg#Downloaded) format('svg');
font-weight: 400;
font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
@font-face {
font-family: 'Downloaded';
src: url(http://hello.crowdapps.net/crete-plus/wp-content/themes/city-agenda-festival-creteplus/fonts/Downloaded_418c17f86a6c468ba1c136d81ea262f1.svg#Downloaded) format('svg');
}
}
[data-icon]:before {
content: attr(data-icon);
}
[data-icon]:before,
.icons8-active-directory:before,
.icons8-building-filled:before,
.icons8-bullish:before,
.icons8-calendar:before,
.icons8-calendar-2:before,
.icons8-calendar-28:before,
.icons8-chat:before,
.icons8-clinic-filled:before,
.icons8-cloud-filled:before,
.icons8-collapse-arrow:before,
.icons8-conference-filled:before,
.icons8-cutlery:before,
.icons8-data-backup-filled:before,
.icons8-deciduous-tree:before,
.icons8-deciduous-tree-2:before,
.icons8-doctors-bag-filled:before,
.icons8-document-filled:before,
.icons8-euro:before,
.icons8-external:before,
.icons8-family:before,
.icons8-film:before,
.icons8-film-2:before,
.icons8-globe-bulb:before,
.icons8-globe-earth:before,
.icons8-hand-planting:before,
.icons8-high-priority:before,
.icons8-high-priority-filled:before,
.icons8-hub:before,
.icons8-idea:before,
.icons8-idea-filled:before,
.icons8-import-filled:before,
.icons8-inspection-filled:before,
.icons8-library:before,
.icons8-line-chart:before,
.icons8-literature:before,
.icons8-marker-filled:before,
.icons8-market-square:before,
.icons8-meal:before,
.icons8-megaphone-filled:before,
.icons8-money-box-filled:before,
.icons8-news-filled:before,
.icons8-note-filled:before,
.icons8-ok:before,
.icons8-open-folder-filled:before,
.icons8-open-in-browser-filled:before,
.icons8-organization:before,
.icons8-play-filled:before,
.icons8-point-objects:before,
.icons8-point-of-interest-filled:before,
.icons8-potted-plant:before,
.icons8-reading:before,
.icons8-recycle-sign:before,
.icons8-roadblock:before,
.icons8-rocket-filled:before,
.icons8-safety-collection-place:before,
.icons8-school:before,
.icons8-school-filled:before,
.icons8-search:before,
.icons8-shopping-bag:before,
.icons8-smartphone-tablet:before,
.icons8-source-code-filled:before,
.icons8-statistics:before,
.icons8-students:before,
.icons8-support:before,
.icons8-synchronize:before,
.icons8-synchronize-2:before,
.icons8-template:before,
.icons8-template-filled:before,
.icons8-theatre-mask:before,
.icons8-theatre-mask-filled:before,
.icons8-treatment-plan-filled:before,
.icons8-true-false:before,
.icons8-two-tickets:before,
.icons8-under-construction:before,
.icons8-unhcr:before,
.icons8-user-group-filled:before,
.icons8-user-groups:before,
.icons8-user-male:before,
.icons8-video-call-filled:before,
.icons8-voice-presentation-filled:before,
.icons8-worker:before {
display: inline-block;
font-family: 'Downloaded';
font-style: normal;
font-weight: 400;
font-variant: normal;
line-height: 1;
text-decoration: inherit;
text-rendering: optimizeLegibility;
text-transform: none;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;
}
.icons8-active-directory:before {
content: '\f100';
}
.icons8-building-filled:before {
content: '\f101';
}
.icons8-bullish:before {
content: '\f102';
}
.icons8-calendar:before {
content: '\f103';
}
.icons8-calendar-2:before {
content: '\f104';
}
.icons8-calendar-28:before {
content: '\f105';
}
.icons8-chat:before {
content: '\f106';
}
.icons8-clinic-filled:before {
content: '\f107';
}
.icons8-cloud-filled:before {
content: '\f108';
}
.icons8-collapse-arrow:before {
content: '\f109';
}
.icons8-conference-filled:before {
content: '\f10a';
}
.icons8-cutlery:before {
content: '\f10b';
}
.icons8-data-backup-filled:before {
content: '\f10c';
}
.icons8-deciduous-tree:before {
content: '\f10d';
}
.icons8-deciduous-tree-2:before {
content: '\f10e';
}
.icons8-doctors-bag-filled:before {
content: '\f10f';
}
.icons8-document-filled:before {
content: '\f110';
}
.icons8-euro:before {
content: '\f111';
}
.icons8-external:before {
content: '\f112';
}
.icons8-family:before {
content: '\f113';
}
.icons8-film:before {
content: '\f114';
}
.icons8-film-2:before {
content: '\f115';
}
.icons8-globe-bulb:before {
content: '\f116';
}
.icons8-globe-earth:before {
content: '\f117';
}
.icons8-hand-planting:before {
content: '\f118';
}
.icons8-high-priority:before {
content: '\f119';
}
.icons8-high-priority-filled:before {
content: '\f11a';
}
.icons8-hub:before {
content: '\f11b';
}
.icons8-idea:before {
content: '\f11c';
}
.icons8-idea-filled:before {
content: '\f11d';
}
.icons8-import-filled:before {
content: '\f11e';
}
.icons8-inspection-filled:before {
content: '\f11f';
}
.icons8-library:before {
content: '\f120';
}
.icons8-line-chart:before {
content: '\f121';
}
.icons8-literature:before {
content: '\f122';
}
.icons8-marker-filled:before {
content: '\f123';
}
.icons8-market-square:before {
content: '\f124';
}
.icons8-meal:before {
content: '\f125';
}
.icons8-megaphone-filled:before {
content: '\f126';
}
.icons8-money-box-filled:before {
content: '\f127';
}
.icons8-news-filled:before {
content: '\f128';
}
.icons8-note-filled:before {
content: '\f129';
}
.icons8-ok:before {
content: '\f12a';
}
.icons8-open-folder-filled:before {
content: '\f12b';
}
.icons8-open-in-browser-filled:before {
content: '\f12c';
}
.icons8-organization:before {
content: '\f12d';
}
.icons8-play-filled:before {
content: '\f12e';
}
.icons8-point-objects:before {
content: '\f12f';
}
.icons8-point-of-interest-filled:before {
content: '\f130';
}
.icons8-potted-plant:before {
content: '\f131';
}
.icons8-reading:before {
content: '\f132';
}
.icons8-recycle-sign:before {
content: '\f133';
}
.icons8-roadblock:before {
content: '\f134';
}
.icons8-rocket-filled:before {
content: '\f135';
}
.icons8-safety-collection-place:before {
content: '\f136';
}
.icons8-school:before {
content: '\f137';
}
.icons8-school-filled:before {
content: '\f138';
}
.icons8-search:before {
content: '\f139';
}
.icons8-shopping-bag:before {
content: '\f13a';
}
.icons8-smartphone-tablet:before {
content: '\f13b';
}
.icons8-source-code-filled:before {
content: '\f13c';
}
.icons8-statistics:before {
content: '\f13d';
}
.icons8-students:before {
content: '\f13e';
}
.icons8-support:before {
content: '\f13f';
}
.icons8-synchronize:before {
content: '\f140';
}
.icons8-synchronize-2:before {
content: '\f141';
}
.icons8-template:before {
content: '\f142';
}
.icons8-template-filled:before {
content: '\f143';
}
.icons8-theatre-mask:before {
content: '\f144';
}
.icons8-theatre-mask-filled:before {
content: '\f145';
}
.icons8-treatment-plan-filled:before {
content: '\f146';
}
.icons8-true-false:before {
content: '\f147';
}
.icons8-two-tickets:before {
content: '\f148';
}
.icons8-under-construction:before {
content: '\f149';
}
.icons8-unhcr:before {
content: '\f14a';
}
.icons8-user-group-filled:before {
content: '\f14b';
}
.icons8-user-groups:before {
content: '\f14c';
}
.icons8-user-male:before {
content: '\f14d';
}
.icons8-video-call-filled:before {
content: '\f14e';
}
.icons8-voice-presentation-filled:before {
content: '\f14f';
}
.icons8-worker:before {
content: '\f150';
}
.slick-slider {
margin-bottom: 30px;
}
a.acf-icon.grey {
transition: all 0.4s ease;
}
a.acf-icon.grey:hover {
border-color: transparent;
background: #c4161c !important;
color: #fff !important;
text-decoration: none !important;
}
.axon-icon:hover {
background: #c4161c;
color: #fff !important;
}
.single-request #main {
height: auto;
margin-bottom: 0;
}
.request-item-wrapper {
margin-bottom: 30px;
}
.acf-field.acf-field-repeater.acf-field-5661a9a2ff1ab.image-upload label[for='acf-field_5661a9a2ff1ab'] {
display: none !important;
}
.acf-hl>li.acf-fr {
float: none !important;
}
a.acf-button.blue.acf-repeater-add-row {
font-size: 17px;
padding: 5px 20px;
height: auto;
}
p.asterisk-white {
display: block !important;
font-weight: 400 !important;
font-size: 13px !important;
line-height: 1.4em;
color: #003366 !important;
background: #fff;
padding: 3px 15px;
border-radius: 10px;
float: none !important;
margin: auto;
text-align: center;
width: 295px;
margin-top: 15px;
}
a#supported-by {
position: absolute;
margin-top: -43px;
left: 50%;
}
small.supported-legend {
position: absolute;
line-height: 1em;
text-align: right;
font-size: 10px;
color: #000;
margin-left: -107px;
width: 100px;
margin-top: 12px;
}
a#supported-by img {
width: 100px;
}
body.page-template-page-new div#container {
margin-bottom: 50px;
}
.home .icon-1.circled-button {
margin-right: 40px;
}
.home .icon-2.circled-button {
margin-left: 40px;
z-index: 999999;
}
.single-request div#container {
margin-bottom: 100px;
}
.fetch-by-status {
position: fixed;
right: -92px;
top: 300px;
transition: all 0.4s ease;
}
a.fetch-status {
padding: 5px 10px;
font-size: 16px;
display: block;
color: #fff !important;
text-decoration: none !important;
transition: all 0.4s ease;
}
a.fetch-status .fa {
margin-right: 10px;
}
a.fetch-status.done {
background: #5cb85c;
}
a.fetch-status.done:hover {
margin-left: -100px;
}
a.fetch-status.ongoing {
background: #f0ad4e;
}
a.fetch-status.ongoing:hover {
margin-left: -100px;
}
a.fetch-status.rejected {
background: #d9534f;
}
a.fetch-status.rejected:hover {
margin-left: -100px;
}
button.slick-arrow {
height: 36px;
width: 36px;
background: #003366 !important;
color: #fff;
border-radius: 100%;
}
.slick-prev {
left: -40px !important;
}
button.slick-next.slick-arrow {
right: -40px !important;
}
.image-gallery {
display: block;
margin-bottom: 50px !important;
}
.image-gallery img {
max-width: 100%;
}
.row.aligncenter.posted {
background: #fff;
padding: 30px;
}
section#comments {
padding: 10px;
background: rgba(255, 255, 255, 0.4);
margin-top: 35px;
}
h3#reply-title {
font-size: 26px;
font-weight: 300;
color: #424242;
text-align: center;
display: inline-block;
padding: 5px 15px;
border-radius: 4px;
background: #fff;
}
#comments div#respond {
text-align: center;
}
p.comment-notes {
margin-bottom: 50px !important;
display: block !important;
font-weight: 400 !important;
font-size: 13px !important;
line-height: 1.4em;
color: #c4161c !important;
background: #fff;
padding: 3px 15px;
border-radius: 10px;
float: none !important;
margin: auto;
text-align: center;
width: 455px;
margin-top: 5px;
}
#commentform {
text-align: center;
}
#commentform label {
display: inline-block;
text-align: center;
font-weight: 400 !important;
font-size: 17px !important;
line-height: 1.4em;
margin: 0 0 3px;
color: #c4161c !important;
background: #fff;
padding: 0 15px;
border-radius: 10px;
margin-bottom: 10px;
}
#commentform input {
text-align: center;
margin: auto;
display: block;
width: 70%;
border: 2px solid #f5f5f5 !important;
background: RGBA(252, 252, 253, 0.8) !important;
border-radius: 4px !important;
margin-bottom: 30px;
outline: none !important;
}
textarea#comment {
border: 2px solid #f5f5f5 !important;
background: RGBA(252, 252, 253, 0.8) !important;
border-radius: 4px !important;
width: 70% !important;
display: block;
margin: auto;
outline: none !important;
}
p#form-allowed-tags {
text-align: center;
display: block;
margin-bottom: 10px;
display: none !important;
}
p#form-allowed-tags code {
text-align: center;
display: block;
width: 70%;
margin-top: 10px;
margin: auto;
}
.form-submit input#submit {
background-color: #003366 !important;
border-color: #003366 !important;
text-decoration: none !important;
color: #fff;
margin-top: 25px !important;
border-radius: 0 !important;
padding: 3px 20px;
font-weight: 300;
font-size: 16px;
}
li.comment {
padding: 10px;
background: #fff;
border-radius: 5px;
margin-bottom: 10px;
}
.comment-author.vcard {
padding: 10px;
border-bottom: 1px solid #c4161c;
margin-bottom: 10px;
}
img.avatar {
border-radius: 10px;
margin-right: 10px;
}
cite a.url {
color: #c4161c;
}
em.comment-awaiting-moderation {
padding: 5px 10px;
background: #c4161c;
width: 100%;
font-weight: 300 !important;
display: block;
color: #fff;
text-align: center;
}
.comment-meta.commentmetadata a,
.reply a {
color: #c4161c !important;
}
.comment-meta.commentmetadata {
margin-left: 10px;
font-size: 12px;
top: 10px;
margin-bottom: 15px;
}
.comment-body p {
margin-left: 10px;
}
.reply {
text-align: right;
margin-right: 10px;
margin-bottom: 5px;
}
a#cancel-comment-reply-link {
display: block;
background-color: #c4161c !important;
border-color: #c4161c !important;
text-decoration: none !important;
color: #fff;
margin-top: 25px !important;
border-radius: 0 !important;
padding: 3px 20px;
font-weight: 300;
font-size: 16px;
}
h3.comments-title {
font-size: 26px;
font-weight: 300;
color: #424242;
}
p.logged-in-as {
padding: 5px 10px;
width: 70%;
margin: auto;
margin-bottom: 10px;
background: #fff;
border-radius: 4px;
}
p.logged-in-as a {
color: #003366 !important;
}
.children li.comment.odd {
margin-top: 10px;
background: #f5f5f5;
}
.comment ul.children {
margin-left: 25px;
}
#input_2_3 {
width: 100%;
}
input#gform_submit_button_2 {
padding: 3px 20px;
font-weight: 300;
font-size: 16px;
background: #003366;
border: 3px solid #003366 !important;
cursor: pointer;
color: #fff;
}
h1.entry-title {
font-weight: 100;
}
.gform_wrapper .ginput_complex input[type='text'],
.gform_wrapper .ginput_complex input[type='url'],
.gform_wrapper .ginput_complex input[type='email'],
.gform_wrapper .ginput_complex input[type='tel'],
.gform_wrapper .ginput_complex input[type='number'],
.gform_wrapper .ginput_complex input[type='password'],
.gform_wrapper .top_label input.medium,
.gform_wrapper .top_label select.medium,
.gform_wrapper textarea {
border: 2px solid #f0f0f0;
border-radius: 5px;
}
label.gfield_label {
display: inline-block !important;
font-weight: 400 !important;
font-size: 17px !important;
line-height: 1.4em;
margin: 0 0 3px;
color: #003366 !important;
background: #fff;
padding: 0 15px;
border-radius: 10px;
}
.gform_wrapper .ginput_complex label {
font-weight: 400 !important;
font-size: 12px !important;
line-height: 1.4em;
margin: 0 0 3px;
color: #003366 !important;
background: #fff;
padding: 0 15px;
border-radius: 10px;
}
span.acf-spinner {
background: rgba(244, 86, 64, 0.65);
position: absolute;
width: 100%;
top: 0;
left: 0;
height: 100%;
z-index: 9999;
}
span.acf-spinner:before {
content: '\f1ce';
-webkit-animation: fa-spin 1s infinite linear;
animation: fa-spin 1s infinite linear;
display: block;
z-index: 9999;
position: absolute;
font-size: 50px;
color: #fff;
font-family: 'FontAwesome';
top: 68%;
left: 50%;
margin-left: -28px;
}
span.acf-spinner:after {
content: 'Παρακαλούμε περιμένετε';
display: block;
z-index: 9999;
position: absolute;
font-size: 20px;
color: #fff;
top: 72%;
left: 50%;
margin-left: -100px;
}
ol {
list-style-type: decimal;
}
ol li {
list-style-type: decimal;
}
ul ol {
margin-left: 20px;
}
a.acf-button.button.button-primary {
background-color: #003366 !important;
border-color: #003366 !important;
text-decoration: none !important;
color: #fff !important;
font-size: 17px;
padding: 5px 20px;
height: auto;
border: #bbb solid 1px;
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25) inset;
position: relative;
display: inline-block;
border-radius: 3px;
cursor: pointer;
}
.acf-actions li {
float: none !important;
margin-left: 5px;
}
.request-metadata.admin-observations {
margin-top: 20px;
}
.request-metadata.admin-observations .box-meta {
margin-top: 10px;
padding: 20px;
border: 3px dashed #c4161c;
color: #424241;
padding-bottom: 10px;
text-align: left;
}
.video-meta iframe {
width: 373px;
height: 302px;
}
.video-item {
margin-top: 30px;
padding: 10px;
padding-bottom: 30px;
}
a.acf-button.button {
background-color: #003366 !important;
border-color: #003366 !important;
text-decoration: none !important;
color: #fff !important;
font-size: 17px;
padding: 5px 20px;
height: auto;
border: #bbb solid 1px;
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25) inset;
position: relative;
display: inline-block;
border-radius: 3px;
cursor: pointer;
}
.acf-file-uploader {
position: relative;
margin: 10px 10px -6px -79px;
background-color: RGBA(252, 252, 253, 0.8) !important;
border-color: #fff !important;
text-decoration: none !important;
color: #fff !important;
font-size: 17px;
padding: 5px 20px;
height: auto;
border: #bbb solid 1px;
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25) inset;
position: relative;
display: inline-block;
border-radius: 3px;
cursor: pointer;
margin: 11px 12px 10px 14px;
}
.acf-file-uploader .file-wrap {
border: #dfdfdf solid 1px;
min-height: 85px;
position: relative;
background: #fff;
width: 900px;
margin-left: 91px;
}
a.result-more.print {
border-color: #d9534f;
}
.acf-field .acf-label p.description {
padding: 5px 20px !important;
background: #fff;
color: #003366;
font-weight: 400;
font-size: 13px;
display: inline-block;
border-radius: 20px;
}
.show-on-print {
display: none;
margin-bottom: 25px;
}
ol {
padding-left: 25px;
}
input.gform_button {
font-weight: 300;
font-size: 14px;
padding: 2px 15px;
display: inline-block;
background: #003366;
color: #fff !important;
border-bottom: 3px solid #003366 !important;
text-decoration: none !important;
text-align: center;
margin-top: 10px;
margin: auto;
border: 1px solid #003366;
}
div.disabled {
display: none !important;
}
.results-code span {
letter-spacing: 0.2em;
font-weight: 300;
margin-left: 4px;
}
.acf-image-uploader .view {
float: none !important;
}
@media print {
.show-on-print {
display: block !important;
width: 800px;
margin: auto;
margin-bottom: 25px;
}
#header,
#footer,
#nav,
.row.new,
hr.line,
a.button-gray.smaller,
section#comments,
.right-fixed-feedback,
.fetch-by-status,
a.result-more.print,
#bg-map {
display: none !important;
}
.col-md-5 {
width: 41.66666667%;
display: inline-block !important;
}
.col-md-7 {
width: 55.33333333%;
display: inline-block !important;
}
.request-item-wrapper {
margin-top: -40px;
}
a[href]:after {
content: none !important;
}
}
@media print and (color) {
* {
-webkit-print-color-adjust: exact;
print-color-adjust: exact;
}
}
.info-box {
margin-top: 40px !important;
background: rgba(255, 255, 255, 0.7);
padding: 10px;
max-width: 400px;
margin: auto;
}
.acf-field.acf-field-oembed .description {
display: block !important;
width: 70% !important;
margin: auto !important;
}
.acf-oembed {
width: 70% !important;
margin: auto;
}
.video-frame iframe {
width: 100%;
min-height: 240px;
}
.latest-requests {
padding: 5px;
border: 2px solid #c4161c;
background: #c4161c;
color: #fff !important;
font-size: 14px;
text-decoration: none !important;
font-weight: 300;
position: absolute;
right: 0;
margin-top: -265px;
transition: all 0.4s ease;
transform: rotate(90deg);
margin-right: -54px;
}
.st-menu {
position: absolute;
top: 0;
left: initial !important;
right: 0 !important;
z-index: 99999 !important;
visibility: hidden;
width: 300px;
height: 100% !important;
background: #c4161c !important;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.st-menu ul li a {
color: #fff !important;
font-weight: 300 !important;
text-decoration: none !important;
}
a.icon.alert {
margin-bottom: 0px !important;
margin-top: 0px !important;
}
#reply-title small {
display: block;
font-weight: 300 !important;
color: #000 !important;
line-height: 1.5em;
}
nav .request-type {
font-size: 80%;
color: #000;
}
#city-agenda-logo a {
text-decoration: none !important;
}
div#logo {
text-align: center;
font-size: 20px;
line-height: 1em; color: #c4161c;
font-weight: 100;
letter-spacing: 0.05em;
top: -7px;
text-decoration: none !important;
}
div#logo b {
letter-spacing: 0.3em;
text-align: center;
padding-left: 3px;
font-weight: 400;
font-size: 35px;
font-family: 'Roboto';
}
.page-template-page-new-bot .addthis-smartlayers {
display: none !important;
}
body.page-template-page-new-bot {
background: #fff !important;
}
.page-template-page-new-bot .acf-field input[type='text'],
.page-template-page-new-bot .acf-field input[type='email'],
.page-template-page-new-bot .acf-field textarea {
border: 1px solid #c4161c !important;
width: 95% !important;
min-width: 95% !important;
}
.page-template-page-new input.acf-button.button.button-primary.button-large {
border: 1px solid #003366 !important;
}
input.acf-button.button.button-primary.button-large {
border: 1px solid #003366 !important;
width: auto !important;
}
.page-template-page-new-bot .acf-oembed .title input[type='text'] {
border: 0px solid #c4161c !important;
}
.page-template-page-new-bot .acf-field .acf-label label,
.page-template-page-new-bot .acf-field .acf-label p.description,
.page-template-page-new-bot p.asterisk-white,
.page-template-page-new-bot .acf-form-submit .button.button-primary.button-large {
color: #c4161c !important;
}
.page-template-page-new-bot ul.acf-radio-list li label {
background: #c4161c !important;
color: #fff !important;
border-bottom-color: #c4161c !important;
}
.page-template-page-new-bot ul.acf-checkbox-list li label {
background: #fff !important;
color: #c4161c !important;
border: 1px solid #c4161c !important;
border-radius: 100px;
}
.page-template-page-new-bot ul.acf-checkbox-list li label.active {
background: #c4161c !important;
color: #fff !important;
}
.page-template-page-new-bot a.acf-button.button.button-primary {
background: #fff !important;
color: #c4161c !important;
border: 1px solid #c4161c !important;
border-radius: 100px;
}
.page-template-page-new-bot a.acf-button.button {
background: #fff !important;
color: #c4161c !important;
border: 1px solid #c4161c !important;
border-radius: 100px;
}
.page-template-page-new-bot .acf-google-map .canvas {
display: none !important;
}
.page-template-page-new-bot .fa.fa-check-circle.fa-4x.white {
font-size: 9em;
color: #c4161c;
}
i.fa.fa-times.fa-4x.white {
font-size: 8em;
background: #c4161c;
border-radius: 100%;
width: 112px !important;
color: #fff;
padding-left: 0px;
}
i.fa.fa-times.fa-4x.white::before {
position: relative;
top: -2px;
}
.page-template-page-new-bot .acf-form-submit .button.button-primary.button-large:hover,
.page-template-page-new-bot .acf-form-submit .button.button-primary.button-large:active,
.page-template-page-new-bot .acf-form-submit .button.button-primary.button-large:focus {
background: #c4161c !important;
color: #fff !important;
}
.page-template-page-new-bot .acf-error-message {
background: #c4161c !important;
}
.page-template-page-new-bot .acf-field .acf-error-message:after {
border-top-color: #c4161c !important;
}
.page-template-page-new-bot span.acf-spinner {
background: rgba(0, 132, 255, 0.65);
}
.page-template-page-new-bot span.acf-spinner::before {
top: 65%;
}
img#botakis-moustache {
border-radius: 100%;
padding: 17px;
position: relative;
top: -23px;
width: 90px !important;
left: -10px;
}
.btn.botakis-call {
display: inline-block;
padding: 0.375rem 1rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
text-align: center;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
border-radius: 0.25rem;
}
.btn.botakis-call {
background: #c4161c;
border: solid 2px #fff;
border-radius: 3px;
display: inline-block;
font-size: 12px;
color: #fff !important;
letter-spacing: 1px;
line-height: 13px;
padding: 12px 24px;
text-decoration: none !important;
cursor: pointer;
}
.sp_Rpdhff5qMBd_2x {
background-image: url(http://hello.crowdapps.net/crete-plus/wp-content/themes/city-agenda-festival-creteplus/images/facebook-messenger.svg);
background-size: 17px 34px;
background-repeat: no-repeat;
display: inline-block;
height: 16px;
width: 16px;
}
._h2g {
top: -1px;
vertical-align: middle;
}
._h2g {
margin-right: 4px;
}
.sp_Rpdhff5qMBd_2x.sx_f65798 {
background-position: 0 -17px;
}
.botakis-section {
margin-top: 7%;
padding: 20px;
text-align: center;
} .effect-moveleft {
background: #f4f3f1;
}
.effect-moveleft .cont {
transition: transform 0.4s;
transform-origin: 50% 50%;
}
.effect-moveleft .cont::after {
background: rgba(255, 255, 255, 0.6);
}
.effect-moveleft.animate .cont {
transform: translateX(-50%) rotateY(45deg) translateZ(-50px);
} .no-csstransforms3d .effect-moveleft.animate .cont {
left: -75%;
} .effect-moveleft .outer-nav a {
color: #e86a32;
opacity: 0;
transform: translateX(100px) translateZ(-1000px);
transition: transform 0.4s, opacity 0.4s;
}
.effect-moveleft .outer-nav a:hover {
color: #333;
}
.effect-moveleft.animate .outer-nav a {
opacity: 1;
transform: translateX(0) translateZ(0);
}
.effect-moveleft.animate .outer-nav a:nth-child(2) {
transition-delay: 0.04s;
}
.effect-moveleft.animate .outer-nav a:nth-child(3) {
transition-delay: 0.08s;
}
.effect-moveleft.animate .outer-nav a:nth-child(4) {
transition-delay: 0.12s;
}
.effect-moveleft.animate .outer-nav a:nth-child(5) {
transition-delay: 0.16s;
}
.effect-moveleft.animate .outer-nav a:nth-child(6) {
transition-delay: 0.2s;
}
.effect-moveleft.animate .outer-nav a:nth-child(7) {
transition-delay: 0.24s;
}
@font-face {
font-family: 'typicons';
src: url(http://hello.crowdapps.net/crete-plus/wp-content/themes/city-agenda-festival-creteplus/fonts/typicons.eot);
src: url(http://hello.crowdapps.net/crete-plus/wp-content/themes/city-agenda-festival-creteplus/fonts/typicons.eot?#iefix) format('embedded-opentype'),
url(http://hello.crowdapps.net/crete-plus/wp-content/themes/city-agenda-festival-creteplus/fonts/typicons.woff) format('woff'),
url(http://hello.crowdapps.net/crete-plus/wp-content/themes/city-agenda-festival-creteplus/fonts/typicons.ttf) format('truetype'),
url(http://hello.crowdapps.net/crete-plus/wp-content/themes/city-agenda-festival-creteplus/fonts/typicons.svg#typicons) format('svg');
font-weight: normal;
font-style: normal;
}
.perspective {
width: 100%;
height: 100%;
}
.perspective {
position: relative;
}
.wrapper {
position: relative;
}
.component {
margin: 0 auto;
width: 60%;
text-align: justify;
font-size: 1.5em;
} .perspective.modalview {
position: fixed;
-webkit-perspective: 1500px;
perspective: 1500px;
}
.modalview .cont {
position: absolute;
overflow: hidden;
width: 100%;
height: 100%;
cursor: pointer;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.modalview .wrapper {
-webkit-transform: translateZ(-1px); }
.animate .cont::after {
opacity: 1;
height: 101%;
-webkit-transition: opacity 0.3s;
transition: opacity 0.3s;
} .outer-nav {
position: absolute;
height: auto;
font-size: 2em;
display: none;
}
.outer-nav.vertical {
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.outer-nav.horizontal {
left: 50%;
width: 75%;
max-width: 1000px;
text-align: center;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
.outer-nav.left {
left: 25%;
}
.outer-nav.right {
right: 25%;
}
.outer-nav.top {
top: 25%;
}
.outer-nav.bottom {
bottom: 25%;
}
.outer-nav a {
display: inline-block;
white-space: nowrap;
font-weight: 300;
margin: 0 0 30px 0;
color: #fff;
-webkit-transition: color 0.3s;
transition: color 0.3s;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.outer-nav a:hover {
color: #c4161c;
text-decoration: none !important;
}
.cont {
z-index: 10;
-webkit-transform: translateZ(0) translateX(0) rotateY(0deg); transform: translateZ(0) translateX(0) rotateY(0deg);
}
.cont::after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 0px;
opacity: 0; -webkit-transition: opacity 0.4s, height 0s 0.4s;
transition: opacity 0.4s, height 0s 0.4s;
}
.outer-nav.vertical a {
display: block;
}
.outer-nav.horizontal a {
margin: 15px 20px;
}
.outer-nav a::before {
display: inline-block;
font-family: 'typicons';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
margin-right: 10px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.icon-news::before {
content: '\e600';
}
.icon-home::before {
content: '\e08a';
}
.icon-image::before {
content: '\e08c';
}
.icon-comment::before {
content: '\e0b8';
}
.icon-upload::before {
content: '\e603';
}
.icon-star::before {
content: '\e604';
}
.icon-mail::before {
content: '\e0a5';
}
.icon-lock::before {
content: '\e606';
}
.icon-chart-pie::before {
content: '\e044';
}
.icon-location::before {
content: '\e0a0';
}
.icon-power::before {
content: '\e0d3';
}
.icon-spanner::before {
content: '\e103';
}  .effect-airbnb {
background: #b8b6b4;
}
.effect-airbnb .cont {
-webkit-transition: -webkit-transform 0.4s;
transition: transform 0.4s;
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
}
.effect-airbnb.animate .cont {
-webkit-transform: translateZ(-1500px) translateX(100%) rotateY(-45deg);
transform: translateZ(-1500px) translateX(100%) rotateY(-45deg);
}
.no-csstransforms3d .effect-airbnb.animate .cont {
left: 75%;
}
.effect-airbnb .outer-nav a {
opacity: 0;
-webkit-transform: translateX(-150px);
transform: translateX(-150px);
-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
transition: transform 0.4s, opacity 0.4s;
}
.effect-airbnb.animate .outer-nav a {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
.effect-airbnb.animate .outer-nav a:nth-child(2) {
-webkit-transition-delay: 0.04s;
transition-delay: 0.04s;
}
.effect-airbnb.animate .outer-nav a:nth-child(3) {
-webkit-transition-delay: 0.08s;
transition-delay: 0.08s;
}
.effect-airbnb.animate .outer-nav a:nth-child(4) {
-webkit-transition-delay: 0.12s;
transition-delay: 0.12s;
}
.effect-airbnb.animate .outer-nav a:nth-child(5) {
-webkit-transition-delay: 0.16s;
transition-delay: 0.16s;
}
.effect-airbnb.animate .outer-nav a:nth-child(6) {
-webkit-transition-delay: 0.2s;
transition-delay: 0.2s;
}
.effect-airbnb.animate .outer-nav a:nth-child(7) {
-webkit-transition-delay: 0.24s;
transition-delay: 0.24s;
} .effect-moveleft {
background: #f4f3f1;
}
.effect-moveleft .cont {
-webkit-transition: -webkit-transform 0.4s;
transition: transform 0.4s;
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
}
.effect-moveleft .cont::after {
background: rgba(255, 255, 255, 0.6);
}
.effect-moveleft.animate .cont {
-webkit-transform: translateX(-50%) rotateY(45deg) translateZ(-50px);
transform: translateX(-50%) rotateY(45deg) translateZ(-50px);
}
.no-csstransforms3d .effect-moveleft.animate .cont {
left: -75%;
}
.effect-moveleft .outer-nav div.greeting-modal {
opacity: 0;
-webkit-transform: translateX(100px) translateZ(-1000px);
transform: translateX(100px) translateZ(-1000px);
-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
transition: transform 0.4s, opacity 0.4s;
}
.outer-nav div.greeting-modal {
opacity: 0;
transition: all 0.4s ease;
}
.modalview.animate .outer-nav div.greeting-modal {
opacity: 1;
transition: all 0.4s ease;
}
.effect-moveleft .outer-nav a {
color: #e86a32;
opacity: 0;
-webkit-transform: translateX(100px) translateZ(-1000px);
transform: translateX(100px) translateZ(-1000px);
-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
transition: transform 0.4s, opacity 0.4s;
}
.effect-moveleft .outer-nav a:hover {
color: #333;
}
.effect-moveleft.animate .outer-nav a {
opacity: 1;
-webkit-transform: translateX(0) translateZ(0);
transform: translateX(0) translateZ(0);
}
.effect-moveleft.animate .outer-nav a:nth-child(2) {
-webkit-transition-delay: 0.04s;
transition-delay: 0.04s;
}
.effect-moveleft.animate .outer-nav a:nth-child(3) {
-webkit-transition-delay: 0.08s;
transition-delay: 0.08s;
}
.effect-moveleft.animate .outer-nav a:nth-child(4) {
-webkit-transition-delay: 0.12s;
transition-delay: 0.12s;
}
.effect-moveleft.animate .outer-nav a:nth-child(5) {
-webkit-transition-delay: 0.16s;
transition-delay: 0.16s;
}
.effect-moveleft.animate .outer-nav a:nth-child(6) {
-webkit-transition-delay: 0.2s;
transition-delay: 0.2s;
}
.effect-moveleft.animate .outer-nav a:nth-child(7) {
-webkit-transition-delay: 0.24s;
transition-delay: 0.24s;
} .effect-rotateleft .cont {
-webkit-transition: -webkit-transform 0.4s;
transition: transform 0.4s;
-webkit-transform-origin: 0% 50%;
transform-origin: 0% 50%;
}
.effect-rotateleft .cont::after {
background: rgba(255, 255, 255, 0.6);
}
.effect-rotateleft.animate .cont {
-webkit-transform: translateZ(-1800px) translateX(-50%) rotateY(45deg);
transform: translateZ(-1800px) translateX(-50%) rotateY(45deg);
}
.no-csstransforms3d .effect-rotateleft.animate .cont {
left: -75%;
}
.effect-rotateleft .outer-nav a {
opacity: 0;
-webkit-transform: translateX(350px) translateZ(-1000px);
transform: translateX(350px) translateZ(-1000px);
-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
transition: transform 0.4s, opacity 0.4s;
}
.effect-rotateleft.animate .outer-nav a {
opacity: 1;
-webkit-transform: translateX(0) translateZ(0);
transform: translateX(0) translateZ(0);
}
.effect-rotateleft.animate .outer-nav a:nth-child(2) {
-webkit-transition-delay: 0.04s;
transition-delay: 0.04s;
}
.effect-rotateleft.animate .outer-nav a:nth-child(3) {
-webkit-transition-delay: 0.08s;
transition-delay: 0.08s;
}
.effect-rotateleft.animate .outer-nav a:nth-child(4) {
-webkit-transition-delay: 0.08s;
transition-delay: 0.08s;
}
.effect-rotateleft.animate .outer-nav a:nth-child(5) {
-webkit-transition-delay: 0.16s;
transition-delay: 0.16s;
}
.effect-rotateleft.animate .outer-nav a:nth-child(6) {
-webkit-transition-delay: 0.2s;
transition-delay: 0.2s;
}
.effect-rotateleft.animate .outer-nav a:nth-child(7) {
-webkit-transition-delay: 0.24s;
transition-delay: 0.24s;
} .effect-movedown {
background: #34495e;
}
.effect-movedown .cont {
-webkit-transition: -webkit-transform 0.4s;
transition: transform 0.4s;
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
}
.effect-movedown .cont::after {
background: rgba(52, 73, 94, 0.5);
}
.effect-movedown.animate .cont {
-webkit-transform: translateY(100%) translateZ(-1500px);
transform: translateY(100%) translateZ(-1500px);
}
.no-csstransforms3d .effect-movedown.animate .cont {
top: 75%;
}
.effect-movedown .outer-nav a {
opacity: 0;
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
transition: transform 0.4s, opacity 0.4s;
}
.effect-movedown .outer-nav a:hover {
color: #ed8151;
}
.effect-movedown.animate .outer-nav a {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
.effect-movedown.animate .outer-nav a:nth-child(2) {
-webkit-transition-delay: 0.04s;
transition-delay: 0.04s;
}
.effect-movedown.animate .outer-nav a:nth-child(3) {
-webkit-transition-delay: 0.08s;
transition-delay: 0.08s;
}
.effect-movedown.animate .outer-nav a:nth-child(4) {
-webkit-transition-delay: 0.12s;
transition-delay: 0.12s;
}
.effect-movedown.animate .outer-nav a:nth-child(5) {
-webkit-transition-delay: 0.16s;
transition-delay: 0.16s;
}
.effect-movedown.animate .outer-nav a:nth-child(6) {
-webkit-transition-delay: 0.2s;
transition-delay: 0.2s;
}
.effect-movedown.animate .outer-nav a:nth-child(7) {
-webkit-transition-delay: 0.24s;
transition-delay: 0.24s;
} .effect-rotatetop {
background: #edcdbb;
}
.effect-rotatetop .cont {
-webkit-transition: -webkit-transform 0.4s;
transition: transform 0.4s;
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
}
.effect-rotatetop .cont::after {
background: rgba(94, 59, 43, 0.6);
}
.effect-rotatetop.animate .cont {
-webkit-transform: translateZ(-1500px) translateY(-50%) rotateX(-45deg);
transform: translateZ(-1500px) translateY(-50%) rotateX(-45deg);
}
.no-csstransforms3d .effect-rotatetop.animate .cont {
top: -75%;
}
.effect-rotatetop .outer-nav a {
opacity: 0;
color: #ed8151;
-webkit-transform: translateY(200px) translateZ(-1000px);
transform: translateY(200px) translateZ(-1000px);
-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
transition: transform 0.4s, opacity 0.4s;
}
.effect-rotatetop .outer-nav a:hover {
color: #777;
}
.effect-rotatetop.animate .outer-nav a {
opacity: 1;
-webkit-transform: translateY(0) translateZ(0);
transform: translateY(0) translateZ(0);
}
.effect-rotatetop.animate .outer-nav a:nth-child(2) {
-webkit-transition-delay: 0.04s;
transition-delay: 0.04s;
}
.effect-rotatetop.animate .outer-nav a:nth-child(3) {
-webkit-transition-delay: 0.08s;
transition-delay: 0.08s;
}
.effect-rotatetop.animate .outer-nav a:nth-child(4) {
-webkit-transition-delay: 0.12s;
transition-delay: 0.12s;
}
.effect-rotatetop.animate .outer-nav a:nth-child(5) {
-webkit-transition-delay: 0.16s;
transition-delay: 0.16s;
}
.effect-rotatetop.animate .outer-nav a:nth-child(6) {
-webkit-transition-delay: 0.2s;
transition-delay: 0.2s;
}
.effect-rotatetop.animate .outer-nav a:nth-child(7) {
-webkit-transition-delay: 0.24s;
transition-delay: 0.24s;
} .effect-laydown {
background: #b8b6b4;
}
.effect-laydown .cont {
-webkit-transition: -webkit-transform 0.4s;
transition: transform 0.4s;
-webkit-transform-origin: 50% 150%;
transform-origin: 50% 150%;
}
.effect-laydown.animate .cont {
-webkit-transform: translateZ(-1500px) rotateX(80deg);
transform: translateZ(-1500px) rotateX(80deg);
}
.no-csstransforms3d .effect-laydown.animate .cont {
top: 75%;
}
.effect-laydown .outer-nav a {
opacity: 0;
-webkit-transform: translateY(-200px) translateZ(-1000px);
transform: translateY(-200px) translateZ(-1000px);
-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
transition: transform 0.4s, opacity 0.4s;
}
.effect-laydown.animate .outer-nav a {
opacity: 1;
-webkit-transform: translateY(0) translateZ(0);
transform: translateY(0) translateZ(0);
}
.effect-laydown.animate .outer-nav a:nth-child(7) {
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.effect-laydown.animate .outer-nav a:nth-child(6) {
-webkit-transition-delay: 0.04s;
transition-delay: 0.04s;
}
.effect-laydown.animate .outer-nav a:nth-child(5) {
-webkit-transition-delay: 0.08s;
transition-delay: 0.08s;
}
.effect-laydown.animate .outer-nav a:nth-child(4) {
-webkit-transition-delay: 0.12s;
transition-delay: 0.12s;
}
.effect-laydown.animate .outer-nav a:nth-child(3) {
-webkit-transition-delay: 0.16s;
transition-delay: 0.16s;
}
.effect-laydown.animate .outer-nav a:nth-child(2) {
-webkit-transition-delay: 0.2s;
transition-delay: 0.2s;
}
.effect-laydown.animate .outer-nav a:first-child {
-webkit-transition-delay: 0.24s;
transition-delay: 0.24s;
}
button#showMenu {
background: none;
color: #fff !important;
border: solid 1px #fff;
border-radius: 3px;
display: inline-block;
font-size: 12px;
letter-spacing: 1px;
line-height: 12px;
text-transform: uppercase;
padding: 12px 24px;
position: absolute;
} @media screen and (max-width: 77em) {
.outer-nav.top {
top: 15%;
}
.outer-nav.bottom {
bottom: 15%;
}
}
@media screen and (max-width: 36.625em),
screen and (max-height: 41.75em) {
.outer-nav.top {
top: 5%;
}
.outer-nav.bottom {
bottom: 5%;
}
.outer-nav.horizontal {
font-size: 1.7em;
width: 6.2em;
}
.outer-nav.horizontal a {
display: block;
text-align: left;
} .effect-rotatetop .outer-nav.horizontal {
width: 95%;
bottom: auto;
top: 50%;
}
.effect-rotatetop .outer-nav.horizontal a {
display: inline-block;
}
}
@media screen and (max-width: 31em),
screen and (max-height: 36.2em) {
.outer-nav.horizontal,
.outer-nav.vertical {
font-size: 1.2em;
width: 6.8em;
}
.outer-nav.right {
right: auto;
left: 50%;
}
}
@media screen and (max-height: 31.6em) {
.outer-nav a {
margin-bottom: 20px;
}
}
.greeting-modal {
position: relative;
top: -40px;
margin-top: -40px;
margin-bottom: 40px;
line-height: 25px;
font-size: 24px;
font-weight: 100;
color: #fff;
}
img#botakis-moustache.greeting {
position: relative;
display: inherit;
text-align: center;
margin: auto;
border-radius: 100%;
background: #fff;
-webkit-animation: ripple 0.6s linear infinite;
animation: ripple 0.6s linear infinite;
}
@-webkit-keyframes ripple {
0% {
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1),
0 0 0 20px rgba(255, 255, 255, 0.1),
0 0 0 40px rgba(255, 255, 255, 0.1),
0 0 0 60px rgba(255, 255, 255, 0.1);
}
100% {
box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1),
0 0 0 40px rgba(255, 255, 255, 0.1),
0 0 0 60px rgba(255, 255, 255, 0.1),
0 0 0 80px rgba(255, 255, 255, 0);
}
}
@keyframes ripple {
0% {
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1),
0 0 0 20px rgba(255, 255, 255, 0.1),
0 0 0 40px rgba(255, 255, 255, 0.1),
0 0 0 60px rgba(255, 255, 255, 0.1);
}
100% {
box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1),
0 0 0 40px rgba(255, 255, 255, 0.1),
0 0 0 60px rgba(255, 255, 255, 0.1),
0 0 0 80px rgba(255, 255, 255, 0);
}
}
@-webkit-keyframes ripple-blue {
0% {
box-shadow: 0 0 0 0 rgba(0, 132, 255, 0.1),
0 0 0 20px rgba(0, 132, 255, 0.1), 0 0 0 40px rgba(0, 132, 255, 0.1),
0 0 0 60px rgba(0, 132, 255, 0.1);
}
100% {
box-shadow: 0 0 0 20px rgba(0, 132, 255, 0.1),
0 0 0 40px rgba(0, 132, 255, 0.1), 0 0 0 60px rgba(0, 132, 255 0.1),
0 0 0 80px rgba(0, 132, 255, 0);
}
}
@keyframes ripple-blue {
0% {
box-shadow: 0 0 0 0 rgba(0, 132, 255, 0.1),
0 0 0 20px rgba(0, 132, 255, 0.1), 0 0 0 40px rgba(0, 132, 255, 0.1),
0 0 0 60px rgba(0, 132, 255, 0.1);
}
100% {
box-shadow: 0 0 0 20px rgba(0, 132, 255, 0.1),
0 0 0 40px rgba(0, 132, 255, 0.1), 0 0 0 60px rgba(0, 132, 255, 0.1),
0 0 0 80px rgba(0, 132, 255, 0);
}
}
.page-template #footer,
.single #footer {}
.archive #container,
.single #container,
.page-template #container {
padding-bottom: 65px;
}
.page-template-admin header#header {
top: 0px;
}
nav#admin-menu {
background: #fff;
text-align: center;
margin-bottom: 30px;
box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.2);
}
a.admin-menu-item {
font-size: 20px;
font-weight: 100;
padding: 15px 2%;
display: inline-block;
text-decoration: none !important;
transition: all 0.4s ease;
color: #c4161c;
}
a.admin-menu-item span.typcn {
font-size: 24px;
}
a.admin-menu-item.active {
background: #c4161c;
color: #fff;
}
.chart-title {
color: #c4161c;
margin-bottom: 25px;
font-weight: 100;
font-size: 20px;
}
.chart {
text-align: center;
background: #fff;
padding: 20px;
box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.2);
min-height: 380px !important;
}
.charts {
margin-top: 70px;
margin-left: 0px !important;
margin-right: 0px !important;
}
.piece-1 {
fill: #00afff;
background: #00afff;
}
.piece-2 {
fill: #c6d8ff;
background: #c6d8ff;
}
.piece-3 {
fill: #d3bdb0;
background: #d3bdb0;
}
.piece-4 {
fill: #083d77;
background: #083d77;
}
.piece-5 {
fill: #a7bed3;
background: #a7bed3;
}
.ct-series.not-solved,
i.legend-sprite.not-solved {
fill: #d9534f;
background: #d9534f;
}
.ct-series.on-progress,
i.legend-sprite.on-progress {
fill: #f0ad4e;
background: #f0ad4e;
}
.ct-series.solved,
i.legend-sprite.solved {
fill: #5cb85c;
background: #5cb85c;
}
.chart-legend {
margin-top: 15px;
}
.chart-legend span {
margin-left: 10px;
margin-top: 5px;
display: inline-block;
}
i.legend-sprite {
padding: 0px 10px;
}
.ct-series-a .ct-line,
.ct-series-a .ct-point {
stroke: #c4161c !important;
}
.ct-series-a .ct-area,
.ct-series-a .ct-slice-pie {
fill: #c4161c !important;
}
.ct-label {
fill: rgba(0, 0, 0, 0.4);
color: rgba(0, 0, 0, 0.4);
font-size: 14px !important;
line-height: 1;
position: relative;
left: 0px;
}
table.md-table {
background: #fff !important;
color: #000;
}
.md-table-pagination {
background: rgba(255, 255, 255, 0.35) !important;
}
td.bigger.md-cell {
width: 125px;
padding-right: 0px !important;
text-align: center;
}
th.bigger.md-column.ng-isolate-scope {
text-align: center;
}
input[type='search'] {
border: none;
margin-left: 10px;
width: 100%;
margin-right: 10px;
outline: none !important;
background: none;
color: #fff !important;
}
md-toolbar.md-table-toolbar.md-primary i {
color: #fff;
}
md-toolbar.md-table-toolbar .md-toolbar-tools md-icon {
color: rgb(255, 255, 255);
}
input[type='search']::-webkit-input-placeholder,
input[type='search']:-moz-placeholder,
input[type='search']:-ms-input-placeholder,
input[type='search']:-moz-placeholder {
color: #fff !important;
}
.md-select-menu-container.md-active {
z-index: 9999;
}
md-toolbar.md-table-toolbar,
md-table-container,
.md-table-pagination {
max-width: 65% !important;
margin: auto;
}
md-table-container {
max-width: calc(65% + 1px) !important;
}
@media screen and (max-width: 1480px) {
md-toolbar.md-table-toolbar,
md-table-container,
.md-table-pagination {
max-width: 85% !important;
margin: auto;
}
md-table-container {
max-width: calc(85% + 1px) !important;
}
.edit-request {
max-width: 85% !important;
}
}
md-toolbar.md-default-theme:not(.md-menu-toolbar),
md-toolbar:not(.md-menu-toolbar) {
background-color: #c4161c !important;
color: rgba(255, 255, 255, 1) !important;
}
td.request-table-status.md-cell {
text-transform: capitalize;
}
md-table-pagination.md-table-pagination.ng-isolate-scope * {
font-size: 14px;
}
button.md-raised i.material-icons.ng-scope {
position: relative;
top: 7px;
}
.edit-request {
max-width: 65%;
margin: auto;
background: #fff;
padding: 20px;
}
a.md-raised.md-button i {
position: relative;
top: 7px;
}
.page-template-admin span.acf-spinner {
display: none !important;
}
md-toolbar.md-table-toolbar .md-toolbar-tools md-icon {
color: rgb(255, 255, 255) !important;
}
md-tooltip {
z-index: 9999 !important;
margin-top: -10px !important;
}
.md-button.md-default-theme.md-primary.md-raised,
.md-button.md-primary.md-raised,
.md-button.md-default-theme.md-primary.md-fab,
.md-button.md-primary.md-fab {
color: rgb(255, 255, 255) !important;
background-color: rgb(190, 57, 39) !important;
}
.page-template-admin .acf-field.acf-field-wysiwyg.acf-field-56ceeb52665f6 {
display: none;
}
.page-template-admin .acf-field input[type='text'],
.page-template-admin .acf-field input[type='email'],
.page-template-admin .acf-field textarea {
background: #f1f1f1 !important;
padding: 10px;
border-radius: 5px !important;
outline: none;
}
.page-template-admin .acf-field.acf-field-google-map {
width: 74% !important;
margin: auto;
}
.page-template-admin .acf-field.acf-field-wysiwyg.acf-field--post-content {
max-width: 70%;
margin: auto;
}
.page-template-admin .acf-field.acf-field-wysiwyg.acf-field--post-content textarea {
width: 100% !important;
}
.page-template-admin div#message.updated {
padding: 20px;
text-align: center;
background: #4caf50;
color: #fff;
text-transform: uppercase;
font-size: 18pt;
border-radius: 5px;
padding-bottom: 15px;
margin-bottom: 30px;
}
.page-template-admin .button-group {
margin: auto;
display: inline-block;
position: absolute;
left: 50%;
margin-left: -202px;
width: 405px;
text-align: center;
}
a.md-raised.left.md-button {
margin-right: -1px;
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
}
a.md-raised.right.md-button {
margin-left: -1px;
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
}
a.md-raised.middle.md-button {
margin: 0px;
border-radius: 0px !important;
}
.beautiful-message {
background: #fff;
text-align: center;
margin-bottom: 30px;
box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.2);
padding: 27px;
color: #c4161c;
font-weight: 100;
font-size: 25px;
margin-top: 150px;
}
.modalview.animate .outer-nav {
display: block;
}
.page-template-admin {
background: rgb(214, 144, 135) !important;
}
.page-template-admin #main {
height: auto !important;
background: rgb(214, 144, 135) !important;
}
.page-template-admin .acf-field.acf-field-text.acf-field-56606ff9de0ec,
.page-template-admin .acf-field.acf-field-textarea.acf-field-5660700ede0ed {
display: none;
}
button.md-button.active {
background: #40a3ff !important;
color: #fff !important;
}
.progress-requests {
padding: 50px;
background: #fff !important;
}
md-input-container.md-input-has-value label {
color: #fff !important;
font-weight: 400;
}
md-select.md-default-theme .md-select-value,
md-select .md-select-value {
border-bottom-color: rgba(255, 255, 255, 0.7);
}
md-select.md-default-theme .md-select-value.md-select-placeholder,
md-select .md-select-value.md-select-placeholder {
color: rgba(255, 255, 255, 0.8);
}
.ct-series-a .ct-bar {
stroke: #c4161c !important;
}
.page-id-96 #comments {
display: none !important;
}
article#post-96 {
max-width: 40%;
text-align: center;
margin: auto;
background: #c4161c !important;
color: #fff !important;
padding: 30px;
padding-top: 10px;
border-radius: 60px;
box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.2);
}
.tml-login .tml-rememberme-wrap,
.tml-login .tml-submit-wrap {
display: block !important;
}
.tml .tml-action-links {
display: none !important;
}
.tml-login .tml-submit-wrap {
margin: 0px !important;
}
.tml-login .tml-submit-wrap input {
display: block;
width: 100% !important;
background: #fff;
border: none;
padding: 5px 10px;
color: #c4161c;
}
input#user_login,
input#user_pass {
background: none;
border: none;
border-bottom: 1px solid;
outline: none !important;
padding-left: 10px;
}
div#theme-my-login {
margin-top: 30px;
}
p.guide-comment {
text-align: center;
margin: 111px;
}
div#comment-view md-content {
padding: 10px;
}
.icon-label {
position: absolute;
width: 130px;
line-height: 1.2em;
margin-top: 77px;
text-align: center;
margin-left: 3px;
text-transform: capitalize;
vertical-align: text-bottom;
height: 48px;
font-size: 14px;
}
.icon-placeholder {
position: absolute;
font-size: 40px !important;
width: 120px;
text-align: center;
margin-left: -60px;
margin-top: 15px;
}
.sec-options-wrapper.bottom {
margin-top: 0px;
position: fixed;
width: 100%;
bottom: 50px;
padding: 15px;
background: rgba(255, 255, 255, 0.9);
}
.sec-options-wrapper.bottom .circled-button-small {
background: none !important;
height: 115px;
color: #c4161c !important;
}
.sec-options-wrapper.bottom .sec-option a {
height: auto !important;
display: table;
border-right: 1px solid #c4161c !important;
padding: 0px 23px;
color: #c4161c !important;
}
.sec-options-wrapper.bottom .sec-option:last-child a,
.sec-options-wrapper.bottom .sec-option:nth-last-child(2) a {
border-right: 0px solid !important;
}
#botakis .icon-placeholder {
height: 40px;
background-size: 30px;
background-position: center;
margin-top: 22px;
}
#botakis .icon-label {
position: absolute;
width: 135px;
line-height: 1.2em;
margin-top: 50px;
text-align: center;
margin-left: 3px;
text-transform: capitalize;
vertical-align: text-bottom;
height: 48px;
font-size: 16px;
}
#botakis {
transition: animation 0.4s ease;
animation: ripple-blue 0s linear infinite;
-webkit-animation: ripple-blue 0s linear infinite;
}
#botakis:hover {
animation: ripple-blue 0.6s linear infinite;
transition: animation 0.4s ease;
}
.sec-options-wrapper.bottom div#botakis.circled-button-small {
background: #c4161c !important;
border-radius: 6px !important;
color: #fff !important;
}
.page-template-page-list .icon-placeholder {
margin-top: 25px;
}
.search-wrapper {
padding: 10px;
background: rgba(158, 158, 158, 0.3);
}
.search-wrapper input[type='search'].search-comment {
width: 84%;
padding: 5px 15px;
border-radius: 6px;
background: #fff;
color: #000 !important;
}
h3.comment-approved {
display: inline-table;
padding: 5px 15px;
margin-bottom: 5px !important;
background: #43a047;
color: #fff !important;
border-radius: 5px;
}
h3.comment-pending {
display: inline-table;
padding: 5px 15px;
margin-bottom: 5px !important;
background: #fdd835;
color: #000 !important;
border-radius: 5px;
}
th {
outline: none !important;
}
.single-request.admin-bar #bg-map,
.page-template-page-list.admin-bar #bg-map {
width: 100vw;
height: 100% !important;
position: fixed !important;
z-index: 1;
}
.admin-comment-item {
padding-bottom: 15px !important;
padding-top: 15px !important;
border-bottom: 1px solid #dedede;
}
.admin-comment-item:last-child {
border-bottom: 0px solid #dedede !important;
}
.edit-request input[checked='checked']+span {
color: #fff !important;
background: #c4161c;
padding: 10px;
} @media screen and (max-width: 414px) {
.circled-button {
font-weight: 400;
color: #c4161c;
line-height: 1em;
letter-spacing: 2.15px;
height: 130px;
width: 130px;
border-radius: 100%;
padding-top: 46%;
font-size: 11px;
cursor: pointer;
transition: all 0.4s ease;
margin: auto !important;
text-decoration: none !important;
border: 2px solid #fff !important;
background: rgba(255, 255, 255, 0.6);
}
.icon-1:before {
content: '\f11e';
margin-left: 0px;
display: inline-block;
font-family: 'Downloaded';
font-style: normal;
font-weight: 400;
font-variant: normal;
line-height: 1;
text-decoration: inherit;
text-rendering: optimizeLegibility;
text-transform: none;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;
font-size: 60px;
margin-top: -70px;
}
.icon-2:before {
content: '\f128';
margin-left: 5px;
display: inline-block;
font-family: 'Downloaded';
font-style: normal;
font-weight: 400;
font-variant: normal;
line-height: 1;
text-decoration: inherit;
text-rendering: optimizeLegibility;
text-transform: none;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;
font-size: 60px;
margin-top: -70px;
}
.change-to-map,
.fetch-by-status {
display: none;
}
.circled-button:hover::after {
content: '';
position: absolute;
width: 140px;
height: 140px;
border: 1px solid #c4161c;
border-radius: 100%;
margin-top: -111px;
margin-left: -7px;
opacity: 1;
}
.icon-placeholder {
position: relative;
font-size: 20px !important;
width: auto;
margin-left: 0px;
margin: 0px;
display: inline !important;
float: left;
}
.icon-label {
position: relative;
width: auto;
line-height: 1em;
margin-top: 0px;
text-align: left;
margin-left: 0px;
text-transform: capitalize;
vertical-align: text-bottom;
height: auto;
font-size: 14px;
display: inline !important;
}
.sec-options-wrapper.bottom {
margin-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
}
.sec-options-wrapper.bottom .circled-button-small {
background: none !important;
height: auto;
color: #c4161c !important;
width: auto !important;
}
.sec-options-wrapper.bottom .sec-option a {
height: auto !important;
display: inline-block;
border-right: 0px solid #c4161c !important;
padding: 0px 23px;
color: #c4161c !important;
width: 90% !important;
}
.sec-option {
display: block;
width: 100%;
text-align: center;
margin-bottom: 10px;
padding-bottom: 15px;
border-bottom: 1px solid #c4161c;
}
#botakis .icon-label {
position: relative;
width: 100%;
line-height: 1.2em;
margin-top: 0px;
text-align: center;
margin-left: 3px;
text-transform: capitalize;
vertical-align: text-bottom;
height: auto;
font-size: 16px;
}
.sec-option:last-child {
margin-top: 0px;
padding-bottom: 10px;
}
.sec-options-wrapper.bottom div#botakis.circled-button-small {
background: #c4161c !important;
border-radius: 6px !important;
color: #fff !important;
position: relative;
padding: 20px;
padding-left: 50px;
}
#botakis .icon-placeholder {
height: 40px;
background-size: 30px;
background-position: center;
margin-top: 11px;
width: 35px;
position: absolute;
float: left;
margin-left: -50px;
}
.sec-options-wrapper.bottom .sec-option:last-child a {
border-right: 0px solid !important;
width: 100% !important;
}
.new .circled-button {
padding-top: 47.5% !important;
}
.page-template-page-list .circled-button-small {
border: 0px solid;
background: #fff;
padding: 10px 30px !important;
width: 100% !important;
height: auto !important;
border-radius: 0px;
margin-bottom: 0px;
margin-top: 0px !important;
}
.page-template-page-list .sec-option {
margin-bottom: 0px;
padding-bottom: 5px;
border-bottom: 0px;
}
.page-template-page-list .icon-placeholder {
margin-top: initial;
}
.count {
position: relative;
width: 25px;
height: 25px;
padding-top: 2px;
border-radius: 100%;
background: #c4161c;
color: #fff;
text-align: center;
margin-top: -33px;
margin-left: 0px;
display: inline-block;
float: right;
right: 25px;
border: 1px solid #fff;
}
.search-label {
font-size: 20px;
margin-bottom: 20px !important;
color: #c4161c;
width: 90%;
}
#search-list-box {
width: 90%;
}
.request-status {
width: 35px;
height: 35px;
position: absolute;
margin-top: -30px;
border-radius: 100%;
z-index: 999;
left: 35px;
}
.page-template-page-list {
overflow-x: hidden;
}
.row.new {
margin: 0px;
}
p.comment-notes {
width: auto;
margin-top: 5px;
}
.button-gray.smaller {
font-size: 17px;
text-align: center;
width: 100% !important;
font-weight: 400 !important;
margin-top: 20px;
padding: 10px;
margin-bottom: 10px;
}
}
@media screen and (max-width: 320px) {
#botakis .icon-label {
position: relative;
width: 100%;
line-height: 1.2em;
margin-top: 0px;
text-align: center;
margin-left: 0px;
text-transform: capitalize;
vertical-align: text-bottom;
height: auto;
font-size: 14px;
}
.sec-options-wrapper.bottom .sec-option a {
height: auto !important;
display: inline-block;
border-right: 0px solid #c4161c !important;
padding: 0px 0px;
color: #c4161c !important;
width: 95% !important;
}
small.supported-legend {
position: absolute;
line-height: 1em;
text-align: right;
font-size: 10px;
color: #000;
margin-left: -107px;
width: 100px;
margin-top: 12px;
display: none;
}
img#botakis-moustache {
border-radius: 100%;
padding: 17px;
position: relative;
top: -23px;
width: 90px !important;
left: -65px;
}
.circled-button {
padding-top: 63%;
font-size: 11px;
}
.sec-option {
padding-bottom: 10px;
}
.icon-placeholder {
margin-left: 5px;
}
}
div#home-filters {
width: 100%;
position: fixed;
display: block;
bottom: 50px; background: #003366;
z-index: 99999;
text-align: center;
padding-top: 10px;
color: #fff !important;
}
md-select.md-default-theme:not([disabled]):focus .md-select-value,
md-select:not([disabled]):focus .md-select-value {
color: #fff !important;
}
.mb-input-has-value .mb-input-focused {
color: #fff !important;
}
md-input-container.md-input-has-value label:not(.md-no-float) {
text-align: left;
transform-origin: left 34px !important;
}
.home #home-filters md-input-container {
margin: 18px !important;
font-size: 17px !important;
}
.home #home-filters .md-select-value>span:not(.md-select-icon) .md-text,
.home .md-select-value .md-select-icon:after {
color: #fff !important;
}
.sub-header {
width: 100%;
position: fixed;
display: block; background: #003366;
margin-top: 70px;
z-index: 999999;
text-align: center;
padding: 7px;
}
.sub-header ul {
margin: 0px !important;
}
.sub-header li {
display: inline-block;
margin: 0px 10px;
}
.sub-header li a {
text-decoration: none !important;
font-size: 16px;
color: rgba(255, 255, 255, 0.7);
color: #fff;
transition: all 0.4s ease;
padding: 5px;
}
.sub-header li a:hover,
.sub-header li.current_page_item a {
color: #fff !important;
}
.home-marker-description {
position: absolute;
width: 400px; height: 350px; background: white;
z-index: 9999;
top: 150px;
left: 15vw;
}
.home-marker-description:hover md-icon#arrow-left {
left: -50px;
opacity: 1;
}
.home-marker-description:hover md-icon#arrow-right {
right: -50px;
opacity: 1;
}
md-icon#arrow-left {
position: absolute; top: calc(100% - 60%);
left: -5px;
opacity: 0;
transition: all 0.4s ease;
width: 50px;
height: 50px;
cursor: pointer;
outline: none !important;
}
md-icon#arrow-right {
position: absolute; top: calc(100% - 60%);
right: -5px;
opacity: 0;
transition: all 0.4s ease;
width: 50px;
height: 50px;
cursor: pointer;
outline: none !important;
}
#arrow-left i.material-icons,
#arrow-right i.material-icons {
font-size: 50px;
outline: none !important;
}
.home-marker-description {
box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
border-radius: 8px;
font-weight: 300;
padding: 25px;
padding-top: 5px;
color: #fff !important;
}
.home-marker-description h3 {
font-weight: 200;
} a.request-more {
padding: 10px;
display: block;
text-align: center;
text-decoration: none !important;
color: #fff !important;
font-size: 17px;
margin-left: 70px;
position: absolute;
bottom: 10px;
width: 50%;
background: #003366;
transition: all 0.4s ease;
}
a.request-more:hover {
background: #4671b6;
}
.marker-pill {
display: inline-block;
padding: 2px 8px;
margin-bottom: 10px;
background: #003366;
border-radius: 100px;
}
.marker-pill md-icon.material-icons i {
font-size: 17px !important;
color: #fff !important;
top: -4px;
position: relative;
left: 3px;
}
div#list-view-btn {
box-shadow: 0 4px 25px rgba(0, 0, 0, 0.3);
position: fixed;
padding: 0px 10px;
background: #eaeaea;
top: 120px;
z-index: 9999; right: 0px;
cursor: pointer !important;
transition: all 0.4s ease;
outline: none !important;
}
div#list-view-btn.open {
right: calc(305px - 0px);
transition: all 0.4s ease;
}
div#list-view {
width: 300px;
height: 100%;
position: fixed;
right: 0px;
z-index: 99999; background: #eaeaea;
right: -300px;
transition: all 0.4s ease;
}
div#list-view.open {
transition: all 0.4s ease;
right: 0;
}
.list-view-header {
margin-top: 30px;
text-align: center;
font-size: 20px;
padding: 15px;
border-bottom: 1px solid #003366; color: #003366;
font-weight: 400;
}
.list-view-item {
padding: 10px 20px;
border-bottom: 1px solid #d66151;
color: #fff !important;
transition: all 0.4s ease;
cursor: pointer;
outline: none !important;
}
.list-view-item:hover { background: #4671b6;
}
.list-view-item.active { background: #003366;
}
.list-view-item-header {
font-size: 17px;
margin-bottom: 5px;
color: black;
} .list-view-item-pill {
display: inline-block;
margin-bottom: 5px;
padding: 2px 10px;
background: #ededed;
border: 1px solid #ededed;
border-radius: 100px;
color: black;
}
.list-view-item {
border: 1px solid white;
border-radius: 10px;
margin: 5px;
background: white;
}
.acf-url i {
position: relative !important;
top: 4px;
left: 23px !important;
opacity: 0.5;
color: #a9a9a9;
}
.acf-fields.acf-form-fields.-top {
margin-bottom: 40px;
}
.page-template-page-new-team .acf-field.acf-field-wysiwyg .acf-input {
width: 100% !important;
}
h1.teams-title {
text-align: center;
padding: 30px;
background: #fff;
margin: 20px 0px;
margin-bottom: 50px;
}
.team {
padding: 10px;
background: #fff;
width: 45%;
height: 300px;
overflow: hidden;
display: inline-block;
margin: 20px;
}
.team-pill.marker-pill {
color: #fff;
padding-right: 15px;
margin-right: 5px;
}
h3.team-title {
font-weight: 200;
margin-top: 5px;
}
.team-logo {
width: 45%;
display: inline-block;
margin-bottom: 15px;
vertical-align: top;
max-height: 155px;
text-align: center;
}
.team-logo img {
width: auto;
display: inline-block;
margin: auto;
max-height: 155px;
}
.team-meta {
display: inline-block;
margin-left: 15px;
position: relative;
top: 0px;
max-width: 50%;
}
.interest {
display: inline-block;
padding: 3px 10px;
margin-bottom: 10px;
background: #d66151;
border-radius: 100px;
color: #fff;
margin-right: 5px;
}
a.team-link {
margin-left: -10px;
margin-right: -10px;
display: block;
text-align: center;
position: relative;
padding: 10px;
font-size: 18px; background: #c4161c;
color: #fff !important;
letter-spacing: 0.05em;
top: 5px;
text-decoration: none !important;
}
.team-profile {
margin-top: 0px;
padding: 20px;
background: #fff;
padding-left: 0px;
padding-top: 0px;
padding-bottom: 0px;
margin-bottom: 40px;
}
.team-information {
padding-right: 20px;
text-align: center;
border-right: 1px solid #ccc;
background: #003366;
color: #fff;
padding-left: 20px;
padding-top: 5px;
padding-bottom: 20px;
display: inline-block;
}
.team-profile .team-description {
text-align: left;
margin-top: 20px;
}
.team-profile h3.team-name {
margin-bottom: 30px;
}
.team-profile .team-logo {
width: 100%;
display: block;
margin-bottom: 25px;
background: #eaeaea;
}
.team-profile .team-pill.marker-pill {
background: #eaeaea;
}
.team-socials {
margin-top: 15px;
}
.team-socials a.social {
width: 30px;
height: 30px;
display: inline-block;
margin: 5px;
color: #fff !important;
text-decoration: none !important;
background: #d66151;
font-size: 20px;
border-radius: 100%;
}
.team-requests {
display: inline-block;
vertical-align: top;
padding: 20px;
}
.team-requests.flex {
width: 58%;
}
.team-no-posts {
padding: 100px;
text-align: center;
}
i.material-icons.very-big {
font-size: 300px;
opacity: 0.04;
margin-top: 30px;
}
.header_menu_class {
margin: auto;
display: inline-block;
}
.user-action-button {
padding: 5px;
position: relative;
top: -2px;
left: 10px;
background: #fff;
width: 34px;
height: 33px;
text-align: center;
border-radius: 100%;
display: inline;
cursor: pointer;
outline: none !important;
}
.user-action-button:hover,
.user-action-button.active {
box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2),
0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
}
.user-dialog nav {
width: 200px;
background: #003366;
}
.user-dialog nav a {
width: 100%;
display: block;
color: #fff !important;
text-decoration: none !important;
padding: 10px;
text-align: center;
font-size: 17px;
transition: all 0.4s ease;
cursor: pointer;
}
.user-dialog nav a:hover {
background: #4671b6;
}
.user-dialog nav a i {
float: left;
}
.user-dialog {
position: absolute;
display: inline-block;
margin-top: 44px;
margin-left: -25px;
opacity: 0;
transition: all 0.4s ease;
z-index: 0;
}
.user-dialog.active {
position: absolute;
display: inline-block;
margin-top: 53px;
margin-left: -25px;
opacity: 1;
z-index: 99999;
}
.user-dialog::before {
position: absolute;
left: 5px;
top: -12px;
width: 0;
height: 0;
content: '';
border-left: 12px solid transparent;
border-right: 12px solid transparent; border-bottom: 12px solid #003366;
}
.team-action {
padding-bottom: 10px;
padding-top: 10px;
border-bottom: 1px solid #9e9e9e;
}
.team-action-image-wrapper img {
width: 100%;
box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2),
0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
}
.team-action-image-wrapper,
.team-action-body {
display: inline-block !important;
max-width: 65%;
vertical-align: top;
margin-left: 10px;
}
.team-action-body .list-view-item-header {
margin-left: 13px;
}
.team-action-body .list-view-item-header a {
color: #c4161c;
}
a.edit-profile {
background: #fff !important;
color: #757575 !important;
}
.view.show-if-value.acf-soh {
margin: auto;
}
.user-updated {
border: 1px solid #fff;
padding: 10px;
}
.single,
.page {
height: auto;
}
.acf-fields input[type='file'] {
display: inline-flex;
text-align: center !important;
}
.logo-placeholder {
font-size: 70px;
text-align: center;
padding: 25px;
padding-top: 35px;
background: #e4e4e4;
}
.teams .team-description {
min-height: 55px;
margin-bottom: 15px;
}
.logo-placeholder i {
font-size: 70px;
text-align: center;
}
.team-profile .team-logo {
max-height: 100% !important;
}
.team-profile .team-logo img {
width: 100%;
display: inline-block;
margin: auto;
max-height: 100% !important;
}
.team-information {
min-width: 370px;
}
.event-placeholder {
text-align: center;
padding: 20px;
padding-top: 15px;
background: #e4e4e4;
}
.event-placeholder i {
color: rgba(117, 117, 117, 0.3);
font-size: 60px;
}
a.volunteer-participate {
display: block;
text-align: center;
background: #003366;
color: #fff;
padding: 10px;
font-size: 20px;
letter-spacing: 0.15em;
text-decoration: none !important;
transition: all 0.4s ease;
}
a.volunteer-participate:hover {
background: #4671b6;
color: #fff !important;
} .social-login p {
padding: 5px 20px !important;
background: #fff;
color: #c4161c !important;
font-weight: 400;
font-size: 13px;
display: inherit;
border-radius: 20px;
max-width: 500px;
text-align: center;
margin: auto !important;
}
.social-login {
text-align: center;
}
.tml .mo-openid-app-icons>p {
margin-bottom: 20px !important;
}
.social-login .mo-openid-app-icons>p {
margin: auto !important;
}
.social-login .mo-openid-app-icons {
display: block !important;
}
.social-login .mo-openid-app-icons>a {
box-shadow: inset 0 -1px 0 rgba(15, 15, 15, 0) !important;
display: inline-flex !important;
}
.social-login a.btn.btn-block.btn-social {
margin: 20px !important;
padding-left: 45px;
}
.home-marker-description.role-0 {
background: #ffffff;
color: #c4161c !important;
}
.home-marker-description.role-2 {
background: #083d77 !important;
color: #fff !important;
}
.home-marker-description.role-3 {
background: white !important;
color: #3c3834 !important;
}
.home-marker-description.role-3 .marker-pill {
color: #fff !important;
}
.home-marker-description.role-0 .marker-pill {
color: black !important; }
.home-marker-description.role-0::before {
content: 'Δράση Δήμου';
position: absolute;
right: 10px;
top: -15px;
padding: 5px 10px;
background: #c4161c;
color: #fff !important;
}
.bottom_menu_class ul li:hover ul.sub-menu {
display: block;
transition: all 0.4s ease;
margin-top: -170px;
opacity: 1;
}
.bottom_menu_class ul.sub-menu {
max-width: 260px;
position: absolute;
padding: 10px;
background: #fff;
margin-top: -200px;
min-height: 145px;
transition: all 0.4s ease;
display: none;
opacity: 0;
}
.bottom_menu_class ul.sub-menu li {
vertical-align: super;
}
.bottom_menu_class ul.sub-menu li,
.bottom_menu_class ul.sub-menu li a {
display: block !important;
}
.request-master-type {
padding: 5px 20px;
display: inline;
letter-spacing: 0.05em;
background: #003366;
color: #fff;
position: absolute;
top: 40px;
right: 5px;
}
.files li {
list-style: none;
}
.circle-guide {
margin: auto;
width: 704px;
height: 403px;
background: transparent url(http://hello.crowdapps.net/participation-antiparos/wp-content/themes/deliberations_version2/images/components/arrow_black.png) repeat scroll 0% 0%;
margin-top: 65px;
margin-bottom: 30px;
}
#ideas-sugg-item {
position: absolute;
max-width: 194px;
padding: 120px 0px 0px !important;
background: transparent url(http://hello.crowdapps.net/participation-antiparos/wp-content/themes/deliberations_version2/images/components/ideas_sugg.png) no-repeat scroll 0% 0%;
border: medium none !important;
left: 50%;
margin-left: -93px;
margin-top: -45px;
transition: all 0.4s ease;
}
#comments-item {
position: absolute;
max-width: 176px;
padding: 110px 0px 0px !important;
background: transparent url(http://hello.crowdapps.net/participation-antiparos/wp-content/themes/deliberations_version2/images/components/comment.png) no-repeat scroll 0% 0%;
border: medium none !important;
left: 75%;
margin-left: 10px; background-position: center 45px;
transition: all 0.4s ease;
}
#rating-item {
position: absolute;
max-width: 176px;
padding-top: 0px;
padding-right: 0px;
padding-left: 0px;
background: transparent url(http://hello.crowdapps.net/participation-antiparos/wp-content/themes/deliberations_version2/images/components/rate.png) no-repeat scroll center 80%;
border: medium none !important;
left: 51.3%;
margin-left: -100px;
margin-top: 180px;
padding-bottom: 140px !important;
background-size: 100px;
}
#politic-item {
position: absolute;
max-width: 176px;
padding: 70px 0px 0px !important;
background: transparent url(http://hello.crowdapps.net/participation-antiparos/wp-content/themes/deliberations_version2/images/components/texts.png) no-repeat scroll 0% 0%;
border: medium none !important;
margin-left: -70px; background-position: center top;
transition: all 0.4s ease;
}
.circle-guide .gray {
margin: 0px;
font-size: 21px;
color: #636261 !important;
line-height: 1em !important;
margin-bottom: 7px;
text-align: center;
}
.circle-guide p {
font-size: 12px;
line-height: 1.2em !important;
margin: 0px;
color: #636261;
text-align: center;
}
.metrics {
margin-top: 100px;
}
i.legend-sprite.legend-team {
background: #00afff;
margin-right: 5px;
}
i.legend-sprite.volunteer {
background: #c6d8ff;
margin-right: 5px;
}
i.legend-sprite.volunteer-municipality {
background: #d3bdb0;
margin-right: 5px;
}
.team.role-volunteer-municipality {
background: #083d77 !important;
color: #fff !important;
}
.teams-wrapper .filter {
margin-top: -50px;
padding: 20px;
background: #003366;
text-align: center;
margin-bottom: 30px;
}
.teams-wrapper .filter .md-text {
color: #fff;
}
.teams-wrapper .filter md-select-menu.md-default-theme md-content md-option,
.teams-wrapper .filter md-select-menu md-content md-option {
color: rgba(33, 33, 33, 0.87) !important;
}
.team-information.flex-40 {
min-height: 645px;
}
.logged-in li#menu-item-122 {
display: none !important;
}
.request-body ul li {
list-style: disc;
margin-left: 25px;
margin-bottom: 10px;
}
.request-body ol li {
margin-left: 15px;
margin-bottom: 10px;
list-style-type: decimal;
padding-left: 10px;
}
.slick-slider,
.slick-list {
max-height: 500px !important;
}
.pac-container {
z-index: 99999 !important;
}
ul.slick-dots * {
color: #003366 !important;
font-size: 20px;
} ul.slick-dots li {
display: inline-block !important;
margin: 0 5px;
}
ul.acf-checkbox-list li input {
display: inline !important;
}
.home-marker-description.ui-draggable.ui-draggable-handle.role-3 {
box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
border-radius: 8px;
font-weight: 300;
}
.request-more {
border-radius: 8px 8px 8px 8px;
}
#list-view-btn {
border-radius: 5px;
}
.marker-pill md-icon.material-icons i {
color: black !important;
}
.marker-pill.ng-binding {
background-color: #eaeaea;
}
.marker-pill {
color: black !important;
}
.marker-pill {
color: black;
}
.home-marker-description.role-3 .marker-pill {
color: black !important;
}
.menu {
text-align: center;
}
#home-filters {
width: 40% !important;
margin-left: 30%;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
}
#footer {
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.7);
}
.sub-header {
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.7);
}
#branding img {
position: absolute;
margin-left: -70px;
margin-top: -15px;
height: 45px;
}
.closed {
height: auto;
}
div#home-filters.closed-filter {
width: 82px !important;
background: #eaeaea;
margin-left: 70% !important;
transition: all 0.4s ease !important;
box-shadow: 0 4px 8px 0 black;
padding: 5px;
}
div#home-filters.opened-filter {
transition: all 0.4s ease !important;
}
.filter-button {
background: #eaeaea;
color: #003366;
padding: 5px 0px 5px 5px;
border-radius: 5px;
}
a.show-extra.filter-button {
text-decoration: none;
}
div#home-filters>a:hover {
color: black !important;
}
div#home-filters.closed-filter>a.show-extra.filter-button>i.material-icons {
transform: rotate(180deg) !important; }
.display-list {
display: inline-block;
vertical-align: middle;
}
div#list-view-btn.open>i.material-icons {
transform: scaleX(-1);
}
.inf-more {
float: right;
color: black;
}
div.home-marker-description.ui-draggable.ui-draggable-handle.role-3.closed>a.show-extra>i.material-icons.inf-more {
transform: scaleY(-1) !important;
}
.list-view-item.active>.list-view-item-header.ng-binding {
color: white;
}
md-checkbox.md-default-theme:not(.md-checked) .md-icon,
md-checkbox:not(.md-checked) .md-icon {
border-color: white !important;
}
.list-view-wrapper {
overflow: auto;
height: 100%;
}
.teams-wrapper md-radio-button {
display: inline-grid;
margin: 0px 10px;
}
.md-off {
border-color: #fff !important;
}
md-radio-button.md-default-theme .md-on,
md-radio-button .md-on {
background-color: rgba(255, 255, 255, 1);
}
.col-md-6.map {
overflow: hidden;
position: relative;
left: 5px;
top: 8px;
max-width: 125px;
height: 160px;
padding: 0px;
}
.map .acf-map {
height: 160px !important;
margin-top: 0px !important;
margin-left: 0px !important;
width: 100% !important;
}
.col-md-6.image-wrapper {
height: 205px;
background-size: cover;
background-position: center;
margin-left: 15px;
display: inline-block;
max-width: 160px;
margin-top: 25px;
margin-bottom: 20px;
}
div#list-view-btn i.material-icons {
position: relative; }
div#home-filters md-datepicker md-icon.md-datepicker-calendar-icon.ng-scope {
color: #fff !important;
}
div#home-filters md-datepicker .md-datepicker-input {
color: #fff;
border-bottom-color: #edbabb !important;
border-bottom: 1px solid #edbabb !important;
padding-bottom: 5px;
}
.md-datepicker-calendar-pane.md-pane-open {
z-index: 999999 !important;
}
.md-datepicker-calendar-pane.md-pane-open .md-calendar-day-header th {
padding-top: 14px !important;
}
.md-default-theme .md-datepicker-triangle-button .md-datepicker-expand-triangle,
.md-datepicker-triangle-button .md-datepicker-expand-triangle {
border-top-color: rgb(255, 255, 255) !important;
}
div#home-filters md-datepicker .md-datepicker-input::-webkit-input-placeholder { color: #fff;
}
div#home-filters md-datepicker .md-datepicker-input::-moz-placeholder { color: #fff;
}
div#home-filters md-datepicker .md-datepicker-input:-ms-input-placeholder { color: #fff;
}
div#home-filters md-datepicker .md-datepicker-input:-moz-placeholder { color: #fff;
}
md-input-container.datepickers {
width: auto;
max-width: initial !important;
}
md-input-container.datepickers>* {
display: inline-block;
margin: 0px 5px;
}
._md-datepicker-floating-label>md-datepicker .md-datepicker-input-container {
border: none;
background: none !important;
}
.post-header {
text-align: center;
margin-bottom: 40px;
color: #c4161c;
}
.post-section {
text-align: center;
}
.post-body {
padding: 0;
width: 90%;
display: block;
text-align: justify;
margin: auto;
}
.request-body.post-body>h2 {
font-size: 25px;
}
.blog-post {
margin: 15px 0px;
padding: 10px; color: #424242 !important;
z-index: 9999;   height: 250px; }
p.comment-form-url.comment-form-attachment {
display: none;
}
.home-marker-description .marker-pill.date {
color: #fff !important;
}
.home-marker-description .marker-pill.date md-icon.material-icons i {
color: white !important;
}
.result-title-blog {
font-size: 18px;
font-weight: 300;
margin: 0;
}
.entry-date-blog {
margin: 0;
}
.results-body-blog {
font-size: 14px !important;
text-align: justify;
}
.no-margin {
margin: 0 !important;
}
.entry-content.post-section>img {
float: left;
margin-right: 30px;
}
.single-article {
margin: 5px;
padding: 10px;
color: #424242 !important;
z-index: 9999;
}
.back {
box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5) !important;
background: rgba(255, 255, 255, 1) !important;
border-radius: 3px;
}
#post-105,
#post-141 {
box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5) !important;
background: rgba(255, 255, 255, 1) !important;
border-radius: 3px;
}
.slick-dots {
position: absolute;
bottom: -25px;
display: block;
width: 100%;
padding: 0;
margin: 0;
list-style: none;
text-align: center;
}
.slick-dots li {
position: relative;
display: inline-block;
width: 20px;
height: 20px;
margin: 0 5px;
padding: 0;
cursor: pointer;
}
.slick-dots li button {
font-size: 0;
line-height: 0;
display: block;
width: 20px;
height: 20px;
padding: 5px;
cursor: pointer;
color: transparent;
border: 0;
outline: none;
background: transparent;
}
.slick-dots li button:before {
font-family: 'slick';
font-size: 6px;
line-height: 20px;
position: absolute;
top: 0;
left: 0;
width: 20px;
height: 20px;
content: '•';
text-align: center;
opacity: 0.25;
color: black;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-dots li button::before {
font-size: 30px !important;
opacity: 1 !important;
color: #fff !important;
border: 1px solid rgba(0, 51, 102, 0.5);
border-radius: 100%;
}
.slick-dots li.slick-active button::before {
color: #003366 !important;
border: 1px solid #003366;
border-radius: 100%;
}
.home .results-slider.slick-initialized.slick-slider {
display: none;
}
.icon-placeholder::before {
font-size: 34px;
}