.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
word-break: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
fieldset, form, label, legend,
caption, tfoot, thead,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin:0;
padding:0;
border:0;
outline: none;
font-size:100%;
vertical-align:baseline;
background:transparent;
}
body {
line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
display:block;
}
blockquote, q {
quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content:'';
content:none;
}
a {
margin:0;
padding:0;
font-size:100%;
outline: none;
vertical-align:baseline;
background:transparent;
}
ins {
background-color:#ff9;
color:#000;
text-decoration:none;
}
mark {
background-color:#ff9;
color:#000; 
font-style:italic;
font-weight:bold;
}
del {
text-decoration: line-through;
}
abbr[title], dfn[title] {
border-bottom:1px dotted;
cursor:help;
}
hr {
display:block;
height:1px;
border:0;   
border-top:1px solid #cccccc;
margin:1em 0;
padding:0;
}
input, select {
vertical-align:middle;
}
input:focus, textarea:focus
{
outline: none;
}.block {
display: block;
}
.hidden {
display: none;
}
.clear {
clear: both;
}
.float-left {
float: left;
}
.float-right {
float: right;
}
.line-height {
line-height: 0;
}
.clear-right {
clear: right;
}
.clear-left {
clear: left;
}
.overflow-hidden {
overflow: hidden;
}
.center-relative {
margin-left: auto;
margin-right: auto;
}
.center-absolute {
left: 50%;
}
.center-text, 
.center {
text-align: center;
}
.text-left, 
.left {
text-align: left;
}
.text-right, 
.right {
text-align: right;
}
.absolute {
position: absolute;
}
.fixed {
position: fixed;
}
.relative {
position: relative;
}
.margin-0 {
margin: 0 !important;
line-height: 0;
}
.top-0 {
margin-top: 0 !important;
}
.top-5 {
margin-top: 5px !important;	
}
.top-10 {
margin-top: 10px;	
}
.top-15 {
margin-top: 15px;	
}
.top-20 {
margin-top: 20px;
}
.top-25 {
margin-top: 25px;	
}
.top-30 {
margin-top: 30px;	
}
.top-50 {
margin-top: 50px;	
}
.top-60 {
margin-top: 60px;	
}
.top-70 {
margin-top: 70px;	
}
.top-75 {
margin-top: 75px;	
}
.top-80 {
margin-top: 80px;
}
.top-100 {
margin-top: 100px;	
}
.top-105 {
margin-top: 105px;	
}
.top-120 {
margin-top: 120px;
}
.top-150 {
margin-top: 150px;	
}
.top-200 {
margin-top: 200px;	
}
.top-negative-30 {
margin-top: -30px;
}
.left-35 {
margin-left:35px;
}
.right-35 {
margin-right:35px;
}
.bottom-0 {
margin-bottom: 0 !important;
}
.bottom-10 {
margin-bottom: 10px !important;
}
.bottom-20 {
margin-bottom: 20px !important;
}
.bottom-25 {
margin-bottom: 25px !important;
}
.bottom-30 {
margin-bottom: 30px !important;
}
.bottom-50 {
margin-bottom: 50px !important;
}
.bottom-100 {
margin-bottom: 100px !important;
}
.bottom-150 {
margin-bottom: 150px !important;
}
.bottom-200 {
margin-bottom: 200px !important;
}
.post-password-form {
text-align: center;
}
.post-password-form input[type="submit"] {
color: #ffffff;
margin-top: 30px;
border-radius: 50px;
padding: 15px 30px;
background-color: #000000;
text-transform: uppercase;
cursor: pointer;
border: 1px solid #000000;
transition: all .3s ease;
}
.post-password-form input[type="submit"]:hover {
background-color: #fff;
color: #000000;
}
.post-password-form input[name="post_password"] {
font-family: 'Roboto', serif;
font-size: 18px;
line-height: 25px;
font-weight: 300;
border: 0;
border-bottom: 1px solid;
height: 28px;
}
.post-password-form label {
font-size: 16px;
margin-top: 22px;
font-weight: 400;
display: block;
}
blockquote:not(.cocobasic-block-pullquote) {
font-weight: 300;
font-style: italic;
margin-top: 50px;
margin-bottom: 50px;
font-size: 24px;
line-height: 35px;
max-width: 400px;
margin-left: auto;
margin-right: auto;
position: relative;
}
blockquote:not(.cocobasic-block-pullquote) cite {
margin-top: 20px;
display: block;
font-weight: 400;
}
.wp-block-pullquote {
border-top: 4px solid #555d66;
border-bottom: 4px solid #555d66;
margin: 20px 0;  
}
@media only screen and ( min-width: 1020px ) { 
.alignwide {
margin-left: -5%;
margin-right: -5%;
width: 110%;
}
.alignfull {
margin-left: calc( -100vw / 2 + 100% / 2);
margin-right: calc( -100vw / 2 + 100% / 2);
width: 100vw;
max-width: none;    
}
.site-wrapper .alignfull img {
width: 100%;
}
}
iframe {
width: 100%;
}
.sticky {
border-top: 5px solid;
border-bottom: 5px solid;
text-align: center;
background-color: #f5f5f5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
padding: 20px 0;
}
h1 {
font-size: 38px;
line-height: 38px;    
}
h2 {
font-size: 34px;    
line-height: 34px;    
}
h3 {
font-size: 32px;  
line-height: 32px;    
}
h4 {
font-size: 30px;    
}
h5 {
font-size: 28px;   
}
h6 {
font-size: 26px;    
}
em {
font-style: italic;
}
ol {
list-style-type: decimal;
}
pre {
word-wrap: break-word;
white-space: pre-wrap;
}
table, 
th, 
td {
border:1px solid black;
padding: 10px;
vertical-align: middle;
}
sup {
vertical-align: super;
font-size: smaller;
}
sub {
vertical-align: sub;
font-size: smaller;
}
.single-content ol {
display: block;
list-style-type: decimal;
margin: 0 0 14px 17px;
}
.single-content ul {
display: block;
list-style-type: disc;
margin: 0 0 14px 17px;
}
.alignnone {
margin: 5px 0px 20px 0;
}
.aligncenter,
div.aligncenter {
display: block;
margin: 5px auto 5px auto;
}
.alignright {
float:right;
margin: 5px 0 20px 20px;
}
.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
.aligncenter {
display: block;
margin: 5px auto 5px auto;
}
a img.alignright {
float: right;
margin: 5px 0 20px 20px;
}
a img.alignnone {
margin: 20px 0px;
}
a img.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
a img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto
}
.wp-caption {
max-width: 100%;
}
.wp-caption.alignnone {
margin: 20px 0px;
}
.wp-caption.alignleft {
margin: 5px 20px 20px 0;
text-align: left;
}
.wp-caption.alignright {
margin: 5px 0 20px 20px;
text-align: right;
}
.wp-caption img {
width: auto;
height: auto;
max-width: 100%;
max-height: 100%;
}
.wp-caption .wp-caption-text {
font-size: 14px;
line-height: 17px;
margin: 0;
padding: 0 4px 5px;
font-style: italic;
text-align: center;
}
.wp-caption .wp-caption-text a {
font-weight: 700;
}
.gallery-caption {
font-size: 100%;
}
.bypostauthor {
font-size: 100%;
}
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; }.sm,.sm ul,.sm li{display:block;list-style:none;margin:0;padding:0;line-height:normal;direction:ltr;-webkit-tap-highlight-color:rgba(0,0,0,0);}
.sm-rtl,.sm-rtl ul,.sm-rtl li{direction:rtl;text-align:right;}
.sm>li>h1,.sm>li>h2,.sm>li>h3,.sm>li>h4,.sm>li>h5,.sm>li>h6{margin:0;padding:0;}
.sm ul{display:none;}
.sm li,.sm a{position:relative;}
.sm a{display:block;}
.sm a.disabled{cursor:not-allowed;}
.sm:after{content:"\00a0";display:block;height:0;font:0px/0 serif;clear:both;visibility:hidden;overflow:hidden;}
.sm,.sm *,.sm *:before,.sm *:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
.sm-clean {
background: #eeeeee;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
}
.sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active {
padding: 13px 20px; padding-right: 58px;
font-size: 18px;
font-weight: normal;
line-height: 17px;
text-decoration: none;
}
.sm-clean a.disabled {
color: #bbbbbb;
}
.sm-clean a span.sub-arrow {
position: absolute;
top: 50%;
margin-top: -17px;
left: auto;
right: 4px;
width: 34px;
height: 34px;
overflow: hidden;
font: bold 16px/34px monospace !important;
text-align: center;
text-shadow: none;
background: rgba(255, 255, 255, 0.5);
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
}
.sm-clean a.highlighted span.sub-arrow:before {
display: block;
content: '-';
}
.sm-clean > li:first-child > a, .sm-clean > li:first-child > :not(ul) a {
-webkit-border-radius: 5px 5px 0 0;
-moz-border-radius: 5px 5px 0 0;
-ms-border-radius: 5px 5px 0 0;
-o-border-radius: 5px 5px 0 0;
border-radius: 5px 5px 0 0;
}
.sm-clean > li:last-child > a, .sm-clean > li:last-child > *:not(ul) a, .sm-clean > li:last-child > ul,
.sm-clean > li:last-child > ul > li:last-child > a, .sm-clean > li:last-child > ul > li:last-child > *:not(ul) a, .sm-clean > li:last-child > ul > li:last-child > ul,
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul,
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul,
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul {
-webkit-border-radius: 0 0 5px 5px;
-moz-border-radius: 0 0 5px 5px;
-ms-border-radius: 0 0 5px 5px;
-o-border-radius: 0 0 5px 5px;
border-radius: 0 0 5px 5px;
}
.sm-clean > li:last-child > a.highlighted, .sm-clean > li:last-child > *:not(ul) a.highlighted,
.sm-clean > li:last-child > ul > li:last-child > a.highlighted, .sm-clean > li:last-child > ul > li:last-child > *:not(ul) a.highlighted,
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted,
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted,
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted {
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
}
.sm-clean li {
border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.sm-clean > li:first-child {
border-top: 0;
}
.sm-clean ul {
background: transparent;
}
.sm-clean ul a, .sm-clean ul a:hover, .sm-clean ul a:focus, .sm-clean ul a:active {
font-size: 16px;
}
.sm-clean ul ul a,
.sm-clean ul ul a:hover,
.sm-clean ul ul a:focus,
.sm-clean ul ul a:active {
border-left: 16px solid transparent;
}
.sm-clean ul ul ul a,
.sm-clean ul ul ul a:hover,
.sm-clean ul ul ul a:focus,
.sm-clean ul ul ul a:active {
border-left: 24px solid transparent;
}
.sm-clean ul ul ul ul a,
.sm-clean ul ul ul ul a:hover,
.sm-clean ul ul ul ul a:focus,
.sm-clean ul ul ul ul a:active {
border-left: 32px solid transparent;
}
.sm-clean ul ul ul ul ul a,
.sm-clean ul ul ul ul ul a:hover,
.sm-clean ul ul ul ul ul a:focus,
.sm-clean ul ul ul ul ul a:active {
border-left: 40px solid transparent;
}
@media (min-width: 1020px) {  .sm-clean ul {
position: absolute;
}
.sm-clean li {
float: left;
}
.sm-clean.sm-rtl li {
float: right;
}
.sm-clean ul li, .sm-clean.sm-rtl ul li, .sm-clean.sm-vertical li {
float: none;
}
.sm-clean a {
white-space: nowrap;
}
.sm-clean ul a, .sm-clean.sm-vertical a {
white-space: normal;
}
.sm-clean .sm-nowrap > li > a, .sm-clean .sm-nowrap > li > :not(ul) a {
white-space: nowrap;
} .sm-clean {
padding: 0 10px;
background: #eeeeee;
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
-ms-border-radius: 100px;
-o-border-radius: 100px;
border-radius: 100px;
}
.sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active, .sm-clean a.highlighted {
padding: 12px 12px;
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
-ms-border-radius: 0 !important;
-o-border-radius: 0 !important;
border-radius: 0 !important;
}
.sm-clean a.has-submenu {
padding-right: 24px;
}
.sm-clean a span.sub-arrow {
top: 0;
margin-top: 3px;
right: -3px;
width: 34px;
height: 34px;
background: transparent;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
}
.sm-clean a.highlighted span.sub-arrow:before {
display: none;
}
.sm-clean li {
border-top: 0;
}    
.sm-clean > li > ul:after {
top: -16px;
left: 31px;
border-width: 8px;
border-color: transparent transparent white transparent;
}
.sm-clean ul {
padding: 5px 0;
background: white;
}
.sm-clean ul a, .sm-clean ul a:hover, .sm-clean ul a:focus, .sm-clean ul a:active, .sm-clean ul a.highlighted {
border: 0 !important;
padding: 12px;
}
.sm-clean ul a.disabled {
background: white;
color: #cccccc;
}
.sm-clean ul a.has-submenu {
padding-right: 20px;
}
.sm-clean ul a span.sub-arrow {
right: 28px;
top: 0;
margin-top: 3px;
border: 0;
}
.sm-clean span.scroll-up,
.sm-clean span.scroll-down {
position: absolute;
display: none;
visibility: hidden;
overflow: hidden;
background: white;
height: 20px;
}
.sm-clean span.scroll-up:hover,
.sm-clean span.scroll-down:hover {
background: #eeeeee;
}
.sm-clean span.scroll-up:hover span.scroll-up-arrow, .sm-clean span.scroll-up:hover span.scroll-down-arrow {
border-color: transparent transparent #d23600 transparent;
}
.sm-clean span.scroll-down:hover span.scroll-down-arrow {
border-color: #d23600 transparent transparent transparent;
}
.sm-clean span.scroll-up-arrow, .sm-clean span.scroll-down-arrow {
position: absolute;
top: 0;
left: 50%;
margin-left: -6px;
width: 0;
height: 0;
overflow: hidden;
border-width: 6px;
border-style: dashed dashed solid dashed;
border-color: transparent transparent #555555 transparent;
}
.sm-clean span.scroll-down-arrow {
top: 8px;
border-style: solid dashed dashed dashed;
border-color: #555555 transparent transparent transparent;
}
.sm-clean.sm-rtl a.has-submenu {
padding-right: 12px;
padding-left: 24px;
}
.sm-clean.sm-rtl a span.sub-arrow {
right: auto;
left: 12px;
}
.sm-clean.sm-rtl.sm-vertical a.has-submenu {
padding: 10px 20px;
}
.sm-clean.sm-rtl.sm-vertical a span.sub-arrow {
right: auto;
left: 8px;
border-style: dashed solid dashed dashed;
border-color: transparent #555555 transparent transparent;
}
.sm-clean.sm-rtl > li > ul:before {
left: auto;
right: 30px;
}
.sm-clean.sm-rtl > li > ul:after {
left: auto;
right: 31px;
}
.sm-clean.sm-rtl ul a.has-submenu {
padding: 10px 20px !important;
}
.sm-clean.sm-rtl ul a span.sub-arrow {
right: auto;
left: 8px;
border-style: dashed solid dashed dashed;
border-color: transparent #555555 transparent transparent;
}
.sm-clean.sm-vertical {
padding: 10px 0;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
}
.sm-clean.sm-vertical a {
padding: 10px 20px;
}
.sm-clean.sm-vertical a:hover, .sm-clean.sm-vertical a:focus, .sm-clean.sm-vertical a:active, .sm-clean.sm-vertical a.highlighted {
background: white;
}
.sm-clean.sm-vertical a.disabled {
background: #eeeeee;
}
.sm-clean.sm-vertical a span.sub-arrow {
right: 8px;
top: 50%;
margin-top: -5px;
border-width: 5px;
border-style: dashed dashed dashed solid;
border-color: transparent transparent transparent #555555;
}
.sm-clean.sm-vertical > li > ul:before,
.sm-clean.sm-vertical > li > ul:after {
display: none;
}
.sm-clean.sm-vertical ul a {
padding: 10px 20px;
}
.sm-clean.sm-vertical ul a:hover, .sm-clean.sm-vertical ul a:focus, .sm-clean.sm-vertical ul a:active, .sm-clean.sm-vertical ul a.highlighted {
background: #eeeeee;
}
.sm-clean.sm-vertical ul a.disabled {
background: white;
}
}body {
font-family: 'Poppins', sans-serif;
font-size: 13px;
line-height: 27px;
font-weight: 400;
color: #fff;
background-color: #1e1e1e;
overflow-x: hidden;
}
body a {
text-decoration: none;
color: #ff1e5c;
-webkit-transition: color .2s ease;
transition: color .2s ease;
}
body a:hover {
color: #ff1e5c; 
}
blockquote:not(.cocobasic-block-pullquote) {
font-size: 24px;
line-height: 40px;
font-style: normal;
font-weight: 700;    
max-width: 450px;
}
.single-post blockquote:not(.cocobasic-block-pullquote) {
margin-right: 0;
}
blockquote:not(.cocobasic-block-pullquote):before {
content: '\201C';
font-size: 180px;
line-height: 100%;
font-family: 'Montserrat', sans-serif, Arial;
color: #ff1e5c;
text-align: center;
display: block;
font-weight: 700;
position: absolute;
left: -104px;
top: -9px;
}
body p, 
body pre {
margin-bottom: 13px;
}
.site-wrapper img {
max-width: 100%;
max-height: 100%;
width: auto;
height: auto;
}
.doc-loader {
position: fixed;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
z-index: 99999;
background-color: #080808;
}
.doc-loader img {
width: 64px;
height: 64px;
position: absolute;
top: 50%;    
left: 50%;
transform: translate(-50%, -50%);
}
.content-1170 {
width: 1170px;
}
.content-960 {
width: 1019px;    
}
.content-740 {
width: 740px;
}
.pagination-holder {
margin: 60px 0;
}
.section-wrapper {
position: relative;
padding: 75px 0;
} .header-holder {
z-index: 99 !important;
background-color: #060606;
width: 100% !important;
top: 0;
position: fixed;
-webkit-transform: translateZ(0);
-webkit-transition: background-color .3s linear;
transition: background-color .3s linear;
}
.transparent-menu.page-template-onepage .header-holder {
background-color: transparent; 
}
.transparent-menu.page-template-onepage .header-holder.is-sticky {
background-color: #060606;
}
.sticky-wrapper {
height: 77px !important;
}
.transparent-menu.page-template-onepage .sticky-wrapper {
height: 0 !important;
}
.admin-bar .header-holder {
top: 32px !important;
}
.menu-wrapper {
width: 98%;
max-width: 1450px;
min-height: 77px;
}
.header-logo {
line-height: 0;
font-size: 0;
float: left;
position: absolute;
transform: translateY(-50%);
top: 50%;
}
.header-logo img {
width: 120px;
height: 30px;
}
.menu-holder {
float: right;
max-width: 80%;
background-color: #060606;
}
@media screen and (min-width: 1020px) { 
.transparent-menu .menu-holder {
background-color: transparent !important; 
}
}
.toggle-holder {
display: none;
right: 10px;
z-index: 1;
position: absolute;
top: 50%;
transform: translateY(-50%);
}
#toggle:hover {
cursor: pointer;
}
#toggle div {
height: 3px;
margin-bottom: 6px;
background-color: #fff;
width: 22px;
}
#toggle .second-menu-line {
-webkit-transition: -webkit-transform 0.3s ease;
transition: transform 0.3s ease;    
-webkit-transform: translate3d(10px,0,0);
transform: translate3d(10px,0,0);
}
#toggle:hover .second-menu-line {
-webkit-transform: translate3d(0,0,0) !important;
transform: translate3d(0,0,0) !important;
}
#toggle.on .second-menu-line {
-webkit-transform: translate3d(-10px,0,0);
transform: translate3d(-10px,0,0);
}
#toggle .third-menu-line {        
margin-bottom: 5px;
}
.is-touch #toggle:hover .second-menu-line {
-webkit-transform: translate3d(10px,0,0) !important;
transform: translate3d(10px,0,0) !important;
}
.is-touch #toggle.on .second-menu-line {
-webkit-transform: translate3d(-10px,0,0) !important;
transform: translate3d(-10px,0,0) !important;
}
#header-main-menu {
display: inline-block;
}
.sm-clean .has-submenu {
padding-right: 35px !important;
}
body .site-wrapper .sm-clean a {
cursor: pointer;
color: #ffffff;
border: 0 !important;
}
.sm-clean a span.sub-arrow {
right: 3px;    
}
.sm-clean a.highlighted {
padding: 15px;
}
.sm-clean a, 
.sm-clean a:hover, 
.sm-clean a:focus, 
.sm-clean a:active {
font-size: 14px;
font-weight: 400;
-webkit-transition: color .3s ease, background-color .3s ease;
transition: color .3s ease, background-color .3s ease;
padding: 15px;
}
.sm-clean ul a, 
.sm-clean ul a:hover, 
.sm-clean ul a:focus, 
.sm-clean ul a:active {
font-size: 13px;
line-height: 15px;
padding: 10px;
padding-top: 10px !important;
padding-bottom: 10px !important;
}
.sm-clean {
background-color: transparent;        
padding: 15px 0;
}
body .sm-clean a:hover, 
body .main-menu.sm-clean .sub-menu li a:hover, 
body .sm-clean li.active a,
body .sm-clean li.current-page-ancestor > a, 
body .sm-clean li.current_page_ancestor > a, 
body .sm-clean li.current_page_item > a {
color: #ff1e5c !important;
}
.sm-clean li {
margin-right: 10px;
}
.sm-clean li:last-child {
margin-right: 0;
}
.sm-clean ul {    
background-color: #000;
}
.sm-clean a.has-submenu {
padding-right: 24px;
}
.sub-menu a, 
.children a {
padding-left: 15px !important;
}
.sub-menu .sub-menu, 
.children .children {
padding-top: 8px;
}
.sub-menu .sub-menu a, 
.children .children a, 
.sub-menu .sub-menu a:hover, 
.children .children a:hover {
padding-top: 10px !important;
}
@media (min-width: 925px) {
.sm-clean ul a span.sub-arrow {
margin-top: 0;
}
}
@media (max-width: 925px) {
.sm-clean ul {
background-color: transparent;
}    
}
.sm-clean > li:last-child > a, 
.sm-clean > li:last-child > *:not(ul) a, 
.sm-clean > li:last-child > ul, 
.sm-clean > li:last-child > ul > li:last-child > a, 
.sm-clean > li:last-child > ul > li:last-child > *:not(ul) a, 
.sm-clean > li:last-child > ul > li:last-child > ul, 
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > a, 
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, 
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul, 
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, 
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, 
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul, 
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, 
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, 
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul {
border-radius: 5px;
} @media (min-width: 1360px) {
.side-menu-layout.elementor-page .elementor-inner,
.side-menu-layout.left-menu-layout #content,    
.side-menu-layout.left-menu-layout footer {
margin-right: 0;
margin-left: auto;
}    
.side-menu-layout.elementor-page .elementor-inner,
.side-menu-layout.right-menu-layout #content,
.side-menu-layout.right-menu-layout footer {
margin-left: 0;
margin-right: auto;
}
.side-menu-layout.left-menu-layout .header-holder { 
left: 0;
}
.side-menu-layout.right-menu-layout .header-holder { 
right: 0;
}
.side-menu-layout.elementor-page .elementor-inner,
.side-menu-layout #content,
.side-menu-layout footer {
width: calc(100% - 300px);
}
.side-menu-layout .sticky-wrapper {
height: 0 !important;
}   
.side-menu-layout .header-holder {
width: 300px !important;
height: 100%;
overflow: auto;
min-height: 100vh;
}
.side-menu-layout .header-logo {
float: none;
position: relative;
top: 0;
transform: none;
margin-top: 50px;
margin-left: 50px;
}
.side-menu-layout .menu-holder {
float: none;
max-width: 100%;
margin-left: 50px;
margin-top: 100px;   
}
.side-menu-layout .menu-wrapper {
padding-bottom: 50px;
}
.side-menu-layout .sm-clean a, 
.side-menu-layout .sm-clean a:hover, 
.side-menu-layout .sm-clean a:focus, 
.side-menu-layout .sm-clean a:active {
padding: 10px;
padding-left: 0 !important;
}
.side-menu-layout .sm-clean a.has-submenu {
display: inline-block;
}
.side-menu-layout .sm-clean a span.sub-arrow {
margin-top: 0;
}
.side-menu-layout .sm-clean ul a span.sub-arrow {
right: 0;
}
.side-menu-layout .sm-clean a.highlighted span.sub-arrow:before {
display: block;
content: '-';
}
.side-menu-layout .sm-clean ul {
position: initial;
padding: 0;
}
.side-menu-layout .sm-clean li {
float: none;
margin: 0;
}  
} .blog .site-content {    
background-color: #fff;
}
.blog-holder {
width: 1170px;
max-width: 95%;
padding-top: 20px;
}
.blog-item-holder {
margin: 100px 0;
text-align: center;
margin-left: auto;
margin-right: auto;
}
.blog-item-holder.sticky, 
.blog-item-holder.status-sticky {    
background-color: #f1f1f1;
padding: 4% 8% 3% 8%;
display: table;
}
.blog-item-holder .post-thumbnail img {
-webkit-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
margin-bottom: 20px;
}
.blog-item-holder .post-thumbnail img:hover {
opacity: 0.8;
}
.blog-item-holder h2.entry-title {
display: block;
font-weight: 700;
font-size: 40px;
line-height: 44px;
padding-top: 0;
word-break: break-word;
max-width: 800px;
margin: 0 auto;
}
.blog-item-holder h2.entry-title a {
color: #000;
}
.blog-item-holder h2.entry-title a:hover {
color: #505050;
}
.blog-item-holder .cat-links ul {
list-style: none;
padding: 0;    
}
.blog-item-holder .cat-links ul li {
display: inline-block;
}
.blog-item-holder .cat-links ul li a:after {
content: ",";
padding-right: 5px;
}
.blog-item-holder .cat-links ul li:last-child a:after {
display: none
}
.blog-item-holder .cat-links ul a {
color: #ff1e5c;
text-transform: uppercase;
}
.blog-item-holder .entry-date.published, 
.blog-item-holder .cat-links {
display: inline-block;
font-size: 14px;
color: #828282;
margin-top: -10px;
}
.blog-item-holder .entry-date.published:after {   
content: "\2022";
display: inline-block;
margin: 0 7px 0 10px;
}
.more-posts-index-holder {
margin-top: 100px;
min-height: 1px;
padding-bottom: 20px;
}
.blog .more-posts, 
.blog .no-more-posts, 
.blog .more-posts-loading {
display: inline-block;
color: #fff !important;
background-color: #ff1e5c;
text-align: left;
padding-bottom: 17px;
padding-top: 17px;
padding-left: 40px;
padding-right: 35px;
cursor: pointer;
vertical-align: middle;
text-decoration: none;
-webkit-transition: all .2s linear;
transition: all .2s linear;
margin-bottom: 65px;
border-radius: 5px;
font-size: 16px;
}
.blog .more-posts:after, 
.blog .more-posts-loading:after, 
.blog .no-more-posts:after {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: "\f061";
margin-left: 25px;
-webkit-transition: transform .3s ease;
transition: transform .3s ease;
}
.blog .more-posts-loading:after {
content: "\f021";
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.blog .no-more-posts:after {
content: "\f00d";
}
.blog .more-posts:hover:after {
transform: rotate(90deg)
}
.blog .more-posts-loading {
opacity: 0.8;
}
.blog .more-posts, 
.blog .more-posts-loading {
cursor: pointer;   
}
.blog .no-more-posts {
cursor: auto;   
}
.blog .no-more-posts, 
.blog .more-posts-loading {
display: none;
} .section {
background-color: #1E1E1E;
overflow: hidden;
}
.section h2.entry-title, 
.page-template-default.page .section h1.entry-title {
font-size: 60px;
line-height: 70px;
text-align: center;
margin-bottom: 30px;
padding-bottom: 0;
font-weight: 200;
word-break: break-word;
}
.page .page-content {
background-color: #fff;
padding: 75px;    
}
.navigation.pagination {
text-align: center;
}
.navigation.pagination .prev, 
.navigation.pagination .next {
display: none;
}
.navigation.pagination a {
margin: 0 5px;
-webkit-transition: all .3s ease;
transition: all .3s ease;
display: inline-block;
width: 30px;
height: 30px;
line-height: 29px;
border-radius: 90%;
text-align: center;
}
.navigation.pagination a:hover {
color: #ff1e5c;
}
.navigation.pagination .current {
background-color: #ff1e5c;
color: #fff;
margin: 0 5px;
-webkit-transition: all .3s ease;
transition: all .3s ease;
display: inline-block;
width: 40px;
height: 40px;
line-height: 40px;
border-radius: 90%;
text-align: center;
}
.wp-link-pages {
font-size: 16px;
clear: both;
} .single .site-content {
background-color: #fff;
}
.single-post-header-content .image-slider-wrapper {
margin-bottom: 0;
}
.single-post-header-content {
margin-bottom: 45px;
}
.single .post-info-wrapper {
text-align: center;
margin-bottom: 30px;
font-size: 14px;
color: #828282;
}
.single .author-nickname {
text-transform: uppercase;
}
.single .post-info-wrapper a:hover {
color: #828282;
}
.single article {
padding-top: 95px;
}
.single h1.entry-title {
font-weight: 700;
font-size: 50px;
line-height: 60px;
margin-bottom: 10px;
word-break: break-word;
text-align: center;
color: #000;
}
.single .entry-info div, 
.single .entry-info .cat-links ul {
display: inline-block;
}
.single .entry-info div:after {
content: "\2022";
display: inline-block;
margin: 0 10px;
}
.single .entry-info div:last-of-type:after {
display: none;
}
.single .entry-info ul {
padding: 0;
margin: 0;
list-style: none;
}
.single .entry-info ul li {
display: inline-block;
text-transform: uppercase;
}
.single .entry-info .cat-links li:after {
content: ",";
padding-right: 5px;
color: #ff1e5c;
}
.single .entry-info .cat-links ul li:last-child:after {
display: none;
}
.single-post-featured-image {
text-align: center;
padding-top: 30px;
}
.single-post .single-content-wrapper {
width: 800px;
max-width: 95%;
}
.single .entry-content {
padding-top: 30px;
font-size: 17px;
line-height: 30px;
color: #000;
}
.tags-holder {
margin: 30px 0;
display: inline-block;
}
.tags-holder a {
color: #ff1e5c;
border: 1px solid #ff1e5c;
text-decoration: none;
margin-right: 20px;
margin-top: 10px;
margin-bottom: 10px;
display: inline-block;
padding: 5px 17px 5px 20px;
font-size: 10px;
text-transform: uppercase;
background-color: #ffffff;
border-radius: 50px;
-webkit-transition: all .3s ease;
transition: all .3s ease;
letter-spacing: 3px;
}
.tags-holder a:last-of-type {
margin-right: 0;
}
.tags-holder a:hover {
background-color: #ff1e5c;    
color: #fff !important;
}
.single .wp-link-pages span {
color: #191919;
}
.single .wp-link-pages {
color: #ff1e5c;
}
.single .nav-links {
padding: 40px 0;
position: relative;
}
.single .nav-links a {
color: #505050;
}
.single .nav-links a:hover {
color: #000 ;
}
.single .nav-previous {
display: inline-block;
text-align: right;
float: left;
width: 46%;
}
.single .nav-next {
display: inline-block;
float: right;
width: 46%;
text-align: left;
}
.nav-previous a, .nav-next a {    
font-weight: 400;
font-size: 20px;
line-height: 28px;
}
.single .nav-previous a {
float: right;
}
.single .nav-previous a[rel="prev"]:before {
content: "\f060";
display: block;
font: normal normal normal 14px/1 FontAwesome;
font-size: 13px;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
margin-bottom: 10px;
-webkit-transition: transform .3s ease;
transition: transform .3s ease;
}
.single .nav-previous a[rel="prev"]:hover:before {
transform: translateX(-10px);
}
.single .nav-next a {
float: left;  
}
.single .nav-next a[rel="next"]:before {
content: "\f061";
display: block;
font: normal normal normal 14px/1 FontAwesome;
font-size: 13px;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
margin-bottom: 10px;
-webkit-transition: transform .3s ease;
transition: transform .3s ease;
}
.single .nav-next a[rel="next"]:hover:before {
transform: translateX(10px);
}
.nav-links .cat-links ul {
margin: 10px 0 0 0;
padding: 0;
list-style: none;
line-height: 22px;
}
.nav-links .cat-links ul li {
display: inline-block;
}
.nav-links .cat-links a {    
font-size: 11px;
line-height: 22px;
letter-spacing: 5px;
text-transform: uppercase;
float: none;
}
.nav-links .cat-links li:after {
content: ",";
padding-right: 5px;
display: inline-block;
font-size: 11px;
line-height: 22px;
}
.nav-links .cat-links li:last-child:after {
display: none;
} #comments {
background-color: #fff;    
}
#comments-wrapper {
padding-top: 40px;
background: #f8f8f8;
margin-top: 40px;
}
.comment-form-holder {
padding-bottom: 50px;
}
.site-wrapper .comment-form-holder a {
color: #191919;
}
.comment-form-holder a:hover {
color: #ff1e5c;
}
ol.comments-list-holder {
padding-bottom: 40px;
margin: 0;
}
.comments-holder ol.comments-list-holder,
.comments-holder ul.children {
list-style-type: none;
padding-left: 0;
margin-left: 0;
}
.vcard img {
border-radius: 100px;
}
.comments-holder .comment-author-date-replay-holder {
margin-left: 110px;
padding-top: 8px;
padding-left: 0;
}
.comments-holder .pingback {
padding-bottom: 80px;
}
.comments-holder .pingback .comment-author-date-replay-holder, 
.comments-holder .pingback .comment-text {
margin-left: 0;
}
ul.comment-author-date-replay-holder li {
display: inline-block;
}
ul.comment-author-date-replay-holder li.comment-author {
max-width: 90%;
color: #191919;
font-size: 17px;
line-height: 25px;
font-weight: 700;
text-transform: uppercase;
}
.comment-date {
margin-left: 110px;
font-size: 12px;
line-height: 15px;
text-transform: uppercase;
letter-spacing: 1px;
color: #b5b5b5;
}
.pingback .comment-date {
margin-left: 0;
margin-top: 0;
}
.comment-reply {
float: right;
}
a.comment-reply-link {
text-decoration: none;
font-size: 12px;
position: relative;
padding-left: 0 !important;
font-weight: 600;
}
.comments-number {
font-size: 24px;
line-height: 25px;
color: #6f6f6f;
text-align: center;
}
.comment-content-holder {
margin-left: 50px;
}
.comment-content-holder {
width: 470px;
}
.comment-time-separator {
display: inline-block;
margin: 0 20px;
}
.comment-text {
clear: both;
font-size: 15px;
line-height: 25px;
margin-top: 30px;
display: block;
color: #818181;
}
.comment-text p {
display: inline;
}
.replay-at-author {
color: #ff1e5c;
margin-right: 8px;
font-weight: 700;
position: relative;
display: inline-block;
z-index: 0;
text-transform: uppercase;
}
#reply-title {
font-size: 17px;
color: #000;
}
#cancel-comment-reply-link {
font-size: 11px;
padding-left: 15px;
text-transform: uppercase;
}
.comment-time {
display: inline-block;
font-size: 14px;
}
.comment {
padding-bottom: 80px;
list-style: none;
margin: 0;
padding-left: 0;
}
.children .comment {    
padding-top: 80px;
padding-bottom: 0;
}
.comment:last-child {
padding-bottom: 0;
}
.logged-in-as {
margin-bottom: 50px;
font-size: 18px;
font-weight: 300;
}
#commentform #email,
#commentform #author,
#commentform #comment {
color: #191919;
border: 0;
border-bottom: 1px solid;
height: 28px;
font-size: 16px;
line-height: 24px;
font-family: 'Poppins', sans-serif;
font-weight: 300;
width: 100%;
padding: 0;
margin-bottom: 40px;
}
#commentform #email,
#commentform #author {
padding-bottom: 5px;
}
#commentform #email {
margin-bottom: 50px;
}
#commentform input[type=text]::placeholder,
#commentform input[type=email]::placeholder,
#commentform textarea::placeholder {
font-family: 'Poppins', sans-serif;
color: #191919;
font-weight: 300;
font-size: 16px;
line-height: 24px;
opacity: 1;        
}
#commentform input[type=text]::-webkit-input-placeholder,
#commentform input[type=email]::-webkit-input-placeholder, 
#commentform textarea::-webkit-input-placeholder {
font-family: 'Poppins', sans-serif;
color: #191919;
font-weight: 300;
font-size: 16px;
line-height: 24px;    
opacity: 1;    
}
#commentform input[type=text]:-ms-input-placeholder, 
#commentform input[type=email]:-ms-input-placeholder, 
#commentform textarea:-ms-input-placeholder {
font-family: 'Poppins', sans-serif;
color: #191919;
font-weight: 300;
font-size: 16px;
line-height: 24px;    
opacity: 1;    
}
#commentform #comment {
height: 150px;
}
.form-submit {
position: relative;
color: #ffffff;
font-size: 16px;
margin-bottom: 0;
}
.form-submit input[type=submit] {
font-family: 'Poppins', sans-serif;
display: inline-block;
font-weight: 300;
border: none;
color: #ffffff;
background-color: #191919;
text-align: center;
padding-bottom: 17px;
padding-top: 17px;
padding-left: 40px;
padding-right: 40px;
cursor: pointer;
vertical-align: middle;
font-size: 16px;
text-decoration: none;
-webkit-transition: all 0.2s linear;
transition: all 0.2s linear;
border-radius: 5px;
}
.form-submit input[type=submit]:hover {
background-color: #676767;
} body.archive, body.search {
background-color: #fff;
}
.search h1.entry-title, .archive h1.entry-title {
text-align: center;
display: table;
margin: 70px auto 0;
color: #fff;
background-color: #ff1e5c;
padding: 15px 25px;
border-radius: 50px;
font-size: 14px;
line-height: 20px;
text-transform: uppercase;
}
.search-no-results .results-holder {
margin-bottom: 50px;
text-align: center;
}
.archive .pagination-holder {
margin-top: 80px;
}
.error404 .error-text-404 {
padding-top: 10%;
font-size: 80px;
line-height: 100%;
font-weight: 100;
}
.error404 .error-text-help {
font-weight: 400;
max-width: 90%;
margin-left: auto;
margin-right: auto;
}
.error-search-holder {
margin-top: 50px;    
}
.error-text-home {
font-weight: 400;
padding-bottom: 10%;
margin-top: 50px;
}
.error-search-holder .search-field {
text-align: center;
}
.error-search-holder .search-field::-webkit-input-placeholder {    
text-align: center;    
}
.error-search-holder .search-field::placeholder {
text-align: center;
}
.error-search-holder .search-field:-ms-input-placeholder {
text-align: center;    
} .wpcf7-form {
max-width: 100%;
margin: 0 auto;
font-size: 22px;
color: #000;
}
.wpcf7-form p {
margin-bottom: 0 !important;
}
.wpcf7 input[type=text], 
.wpcf7 input[type=email], 
.wpcf7 textarea {
font-family: 'Poppins', sans-serif;
border: 0;
font-size: 16px;
padding: 5px 0;
width: 100%;
line-height: 25px;
color: #fff;
font-weight: 400;
margin-bottom: 35px;
text-indent: 10px;
background-color: transparent;
border-bottom: 1px solid;
}
.wpcf7 textarea {
height: 150px;
}
.wpcf7 input[type=text]::-webkit-input-placeholder,
.wpcf7 input[type=email]::-webkit-input-placeholder, 
.wpcf7 textarea::-webkit-input-placeholder {
font-family: 'Poppins', sans-serif;
color: #fff;
font-weight: 400;
font-size: 16px;
line-height: 25px;
opacity: 1;
}
.wpcf7 input[type=text]::placeholder, 
.wpcf7 input[type=email]::placeholder, 
.wpcf7 textarea::placeholder {
font-family: 'Poppins', sans-serif;
color: #fff;
font-weight: 400;
font-size: 16px;
line-height: 25px;
opacity: 1;
}
.wpcf7 input[type=text]:-ms-input-placeholder, 
.wpcf7 input[type=email]:-ms-input-placeholder, 
.wpcf7 textarea:-ms-input-placeholder {
font-family: 'Poppins', sans-serif;
color: #fff;
font-weight: 400;
font-size: 16px;
line-height: 25px;
opacity: 1;
}
.wpcf7 input[name="your-name"] {
margin-top: 0;    
}
.contact-submit-holder {
position: relative;
margin-bottom: 25px;
}
.wpcf7 input[type=submit] {
display: block;
border: 1px solid;
text-align: center;
cursor: pointer;
margin-bottom: 25px;
vertical-align: middle;
text-decoration: none;
background: transparent;
font-family: 'Poppins', sans-serif;
color: #fff;
background-color: transparent;
padding-bottom: 17px;
padding-top: 17px;
-webkit-transition: all .2s linear;
transition: all .2s linear;
font-size: 16px;
font-weight: 700;
width: 100%;
border-radius: 5px;
line-height: 27px;
}
.wpcf7 input[type=submit]:hover {
opacity: 0.5;
}
span.wpcf7-not-valid-tip {
font-size: 12px;
color: #fff;
}    
div.wpcf7-response-output {
margin: 0;
padding: 0.2em 1em;
font-size: 12px;
color: #fff;
text-align: center;
border: 2px solid;
}
div.wpcf7 .ajax-loader {
display: none !important;
} footer ul {
list-style: none;
padding-left: 0;
margin-left: 0;
}
.footer {
font-size: 16px;
line-height: 36px;
padding-top: 75px;
padding-bottom: 60px;
clear: both;
color: #fff;
text-align: center;
background-repeat: no-repeat;
background-size: auto;
background-position: center top;
background-color: #000;
}
.footer-content {
padding-top: 35px;
width: 900px;
max-width: 95%;
}
.footer-mail {
font-size: 46px;
margin-bottom: 35px;
line-height: 100%;
font-weight: 700;
}
.footer-number {
font-size: 24px;        
margin-bottom: 100px;
}
.footer-info {
font-size: 18px;
line-height: 24px;
color: #5b5b5b;
margin-bottom: 50px;
}
.social-holder {
margin-bottom: 35px;
}
.social-holder a {
font-size: 28px;
margin-right: 25px;
}
.social-holder a:last-of-type {
margin: 0;
}
.site-wrapper .footer a {
color: #fff;
}
.site-wrapper .footer a:hover {
color: #ff1e5c;
}
.search-field::-ms-clear {  
display: none; 
width: 0; 
height: 0; 
}
.search-field::-ms-reveal {  
display: none; 
width: 0; 
height: 0; 
}
.search-field::-webkit-search-decoration,
.search-field::-webkit-search-cancel-button,
.search-field::-webkit-search-results-button,
.search-field::-webkit-search-results-decoration { 
display: none; 
}
.search-field {
font-family: 'Poppins', serif;
color: #ffffff;
font-size: 14px;
line-height: 28px;
font-weight: 300;   
text-align: left;        
max-width: 350px;
width: 90%;
background-color: transparent;
border: 0;
border-bottom: 1px solid;
text-align: left;        
-webkit-appearance: none;        
}
.search-field::-webkit-input-placeholder {
font-family: 'Poppins', serif;
color: #ffffff;
font-size: 14px;
line-height: 28px;
font-weight: 300;   
opacity: 1;
text-align: left;    
}
.search-field::placeholder {
font-family: 'Poppins', serif;
color: #ffffff;
font-size: 14px;
line-height: 28px;
font-weight: 300;   
opacity: 1;
text-align: left;    
}
.search-field:-ms-input-placeholder {
font-family: 'Poppins', serif;
color: #ffffff;
font-size: 14px;
line-height: 28px;
font-weight: 300;   
opacity: 1;
text-align: left;    
}
ul#footer-sidebar li.widget {
width: 30.6%;
margin-right: 4%;
float: left;    
margin-bottom: 50px;
text-align: left;
}
ul#footer-sidebar li.widget:nth-child(3n) {
margin-right: 0;
}
ul#footer-sidebar li.widget:nth-child(3n+1) {
clear: left;
}
ul#footer-sidebar:after {
clear: both;
content: "";
display: block;
}
ul#footer-sidebar {
font-size: 14px;
line-height: 28px;
margin: 0;
}
h4.widgettitle {
font-size: 16px;
}
.tagcloud a {
font-size: 14px !important;
display: block;
}
.widget_recent_entries a {
border-bottom: 1px solid;
}
.widget_recent_entries span.post-date {
display: block;
font-size: 12px;
line-height: 100%;
margin-bottom: 20px;
}
ul#footer-sidebar li.widget select {
max-width: 100%;
} @media screen and (max-width: 1019px) { 
.content-1170, 
.content-960, 
.content-740 {
max-width: 95%;
}               
}
@media screen and (max-width: 1220px) {
blockquote:not(.cocobasic-block-pullquote)  {    
font-size: 17px;
line-height: 28px;    
}    
}
@media screen and (max-width: 1019px) {   
.sm-clean li {
margin-right: 8px;
}
.sm-clean a, 
.sm-clean a:hover, 
.sm-clean a:focus, 
.sm-clean a:active, 
.sm-clean a.highlighted {
padding: 15px 8px;
}
.blog-holder, 
.footer-content {
width: 100%;
}    
}
@media screen and (max-width: 1019px) {   
#header-main-menu {
padding-bottom: 70px;
}
.menu-wrapper {
width: 95%;
}
.main-menu ul {
width: 12em;
}        
.toggle-holder {
display: block;
}
.sm-clean li {
margin: 0 auto !important;
border: 0;
text-align: left;
}
.sm-clean a.has-submenu {
display: inline-block;
}
.menu-holder {
position: fixed;
text-align: center;
right: -100%;
top: 77px;
-webkit-transition: right .3s ease;
transition: right .3s ease;
height: 100%;
width: 300px;
overflow: auto;
max-width: 100%;
}   
.transparent-menu .menu-holder {
top: 0;
padding-top: 77px;
}
.header-holder {
-webkit-transform: none;
}
.menu-holder.show {
right: 0;
}
.sm-clean ul ul a, 
.sm-clean ul ul a:hover, 
.sm-clean ul ul a:focus, 
.sm-clean ul ul a:active {
border: none;
}
.sm-clean a span.sub-arrow {
background: transparent;
top: 17px;
}
.sm-clean a, 
.sm-clean a:hover, 
.sm-clean a:focus, 
.sm-clean a:active, 
.sm-clean a.highlighted {
padding: 10px 18px 10px 18px;
padding-left: 10px !important;
margin-bottom: 5px;
}     
.sub-menu .sub-menu, 
.children .children {
padding-top: 0px;
}
.wait-01s, 
.wait-02s, 
.wait-03s, 
.wait-04s, 
.wait-05s, 
.wait-06s, 
.wait-07s, 
.wait-08s, 
.wait-09s, 
.wait-10s, 
.wait-11s, 
.wait-12s,
.wait-13s, 
.wait-14s, 
.wait-15s {
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.single article {
padding-top: 15px;
}
.single h1.entry-title {    
font-size: 38px;
line-height: 44px;
}       
.single-post-header-content {
margin-bottom: 0;
}
.single-post .right-content-wrapper {
float: none;
width: 100%;
}
ul#footer-sidebar li.widget {
width: 100%;
margin-right: 0;
float: none;
margin-bottom: 30px;        
}
.blog-item-holder {
width: 100%;
padding: 5px 0;    
margin: 50px auto;
}
.blog-item-holder:first-of-type {
margin-top: 30px;
}
.blog-item-holder h2.entry-title {
max-width: 800px;
margin-left: auto;
margin-right: auto;
font-size: 30px;
line-height: 39px;
}   
ul#footer-sidebar li.widget {
width: 100%;
margin-right: 0;
float: none;
margin-bottom: 30px;        
}
.section-wrapper {
padding: 35px 0;
}
.section h2.entry-title, 
.page-template-default.page .section h1.entry-title {
font-size: 50px;
line-height: 50px;
}
.section-content-holder {
margin-top: 35px;
}
.blog-item-holder.sticky, 
.blog-item-holder.status-sticky {
padding: 20px 0 10px 0;
}
.footer {
padding-top: 5px;
padding-bottom: 35px;
}
}
@media screen and (max-width: 767px) {
.section-content-holder {
margin-top: 20px;
}
.one_half, 
.one_third, 
.one_fourth, 
.two_third, 
.three_fourth {
width: 100% !important;
float: none;
margin-right: 0;
margin-left: 0;
}
.blog-item-holder {
width: 100%;
margin-right: auto;
text-align: center;
float: none;
}
.footer {
padding-top: 20px;
padding-bottom: 40px;
}
.footer-mail {
font-size: 30px;
}
.site-content {
overflow: hidden;
}
blockquote:not(.cocobasic-block-pullquote) {
max-width: 100%;
margin-top: 70px;
}
blockquote:not(.cocobasic-block-pullquote):before {
position: relative;
left: 0;
font-size: 180px;
line-height: 37px;
}
}
@media screen and (max-width: 750px) {
ol.comments-list-holder {
margin-top: 0;
}
.comment, 
.children .comment {
padding-top: 50px;
padding-bottom: 0;
}
.comment-text {
margin: 0;
}    
}
@media screen and (max-width: 650px) {  
.blog-item-holder .entry-date.published, 
.blog-item-holder .cat-links, 
.single .entry-info div, 
.single .entry-info .cat-links ul {
display: block;
}
.blog-item-holder .entry-date.published:after, 
.single .entry-info div:after {
display: none;
}
#comments-wrapper {
padding-top: 0;
}   
.comment-text {    
font-size: 13px;
line-height: 23px;
}
.float-left.vcard {
float: none;
}    
.comments-holder .comment-author-date-replay-holder {
margin-left: 0;
line-height: 25px;
}
.comment-date {
margin-left: 0; 
margin-bottom: 25px; 
}    
}
@media screen and (max-width: 400px) {     
.footer-mail {
font-size: 20px;
}
}@font-face {
font-family: 'fontello';
src: url(//www.liebenauer-welsch.at/wp-content/themes/cardea-wp/font/fontello.eot?34627205);
src: url(//www.liebenauer-welsch.at/wp-content/themes/cardea-wp/font/fontello.eot?34627205#iefix) format('embedded-opentype'),
url(//www.liebenauer-welsch.at/wp-content/themes/cardea-wp/font/fontello.woff2?34627205) format('woff2'),
url(//www.liebenauer-welsch.at/wp-content/themes/cardea-wp/font/fontello.woff?34627205) format('woff'),
url(//www.liebenauer-welsch.at/wp-content/themes/cardea-wp/font/fontello.ttf?34627205) format('truetype'),
url(//www.liebenauer-welsch.at/wp-content/themes/cardea-wp/font/fontello.svg?34627205#fontello) format('svg');
font-weight: normal;
font-style: normal;
}   [class^="icon-"]:before, [class*=" icon-"]:before {
font-family: "fontello";
font-style: normal;
font-weight: bolder;
speak: none;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .4em;
text-align: center;  font-variant: normal;
text-transform: none; line-height: 1em;    font-size: 120%; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); 
}
.icon-mail:before { content: '\e800'; } .icon-phone:before { content: '\e801'; } .icon-mobile:before { content: '\e802'; } .icon-at:before { content: '\e803'; } .icon-email:before { content: '\e804'; } .icon-angle-down:before { content: '\f107'; } .icon-map-o:before { content: '\f278'; }