html {
line-height: 1.15;
-webkit-text-size-adjust: 100%;
}  body {
margin: 0;
} main {
display: block;
} h1 {
font-size: 2em;
margin: 0.67em 0;
}  hr {
box-sizing: content-box;
height: 0;
overflow: visible;
} pre {
font-family: monospace, monospace;
font-size: 1em;
}  a {
background-color: transparent;
} abbr[title] {
border-bottom: none;
text-decoration: underline;
text-decoration: underline dotted;
} b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-family: monospace, monospace;
font-size: 1em;
} small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  img {
border-style: none;
}  button,
input,
optgroup,
select,
textarea {
font-family: inherit;
font-size: 100%;
line-height: 1.15;
margin: 0;
} button,
input {
overflow: visible;
} button,
select {
text-transform: none;
} button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
} button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal;
} progress {
vertical-align: baseline;
} textarea {
overflow: auto;
} [type="checkbox"],
[type="radio"] {
box-sizing: border-box;
padding: 0;
} [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
} [type="search"] {
-webkit-appearance: textfield;
outline-offset: -2px;
} [type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}  details {
display: block;
} summary {
display: list-item;
}  template {
display: none;
} [hidden] {
display: none;
}  *,
*::before,
*::after {
box-sizing: inherit;
}
html {
box-sizing: border-box;
}  body,
button,
input,
select,
optgroup,
textarea {
color: #404040;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 1rem;
line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
}
p {
margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", courier, monospace;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code,
kbd,
tt,
var {
font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
} body {
background: #fff;
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul,
ol {
margin: 0 0 1.5em 3em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: 700;
}
dd {
margin: 0 1.5em 1.5em;
} embed,
iframe,
object {
max-width: 100%;
}
img {
height: auto;
max-width: 100%;
}
figure {
margin: 1em 0;
}
table {
margin: 0 0 1.5em;
width: 100%;
} a {
color: #4169e1;
}
a:visited {
color: #800080;
}
a:hover,
a:focus,
a:active {
color: #191970;
}
a:focus {
outline: thin dotted;
}
a:hover,
a:active {
outline: 0;
} button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: 1px solid;
border-color: #ccc #ccc #bbb;
border-radius: 3px;
background: #e6e6e6;
color: rgba(0, 0, 0, 0.8);
line-height: 1;
padding: 0.6em 1em 0.4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
color: #111;
}
select {
border: 1px solid #ccc;
}
textarea {
width: 100%;
}   .main-navigation {
display: block;
width: 100%;
}
.main-navigation ul {
display: none;
list-style: none;
margin: 0;
padding-left: 0;
}
.main-navigation ul ul {
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
float: left;
position: absolute;
top: 100%;
left: -999em;
z-index: 99999;
}
.main-navigation ul ul ul {
left: -999em;
top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
display: block;
left: auto;
}
.main-navigation ul ul a {
width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: auto;
}
.main-navigation li {
position: relative;
}
.main-navigation a {
display: block;
text-decoration: none;
} .menu-toggle,
.main-navigation.toggled ul {
display: block;
}
@media screen and (min-width: 37.5em) {
.menu-toggle {
display: none;
}
.main-navigation ul {
display: flex;
}
}
.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
text-align: end;
flex: 1 0 50%;
} .sticky {
display: block;
}
.post,
.page {
margin: 0 0 1.5em;
}
.updated:not(.published) {
display: none;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
} .widget {
margin: 0 0 1.5em;
}
.widget select {
max-width: 100%;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} .custom-logo-link {
display: inline-block;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
} .gallery {
margin-bottom: 1.5em;
display: grid;
grid-gap: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
width: 100%;
}
.gallery-columns-2 {
grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
display: block;
}   .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
display: none;
} .infinity-end.neverending .site-footer {
display: block;
}   .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: #21759b;
display: block;
font-size: 0.875rem;
font-weight: 700;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
} #primary[tabindex="-1"]:focus {
outline: 0;
} .alignleft { float: left; margin-right: 1.5em;
margin-bottom: 1.5em;
}
.alignright { float: right; margin-left: 1.5em;
margin-bottom: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 1.5em;
}
body{
font-family: 'Lexend Exa', sans-serif;
}
.no-link-style{
text-decoration: none;
}
.container{
width: 1240px;
margin: 0 auto;
max-width: 100%;
}
#converto-header-main {
padding: 20px 0px;
border-bottom: 1px solid #eee;
}
.header-inner-wrapper {
display: flex;
}
.header-inner-wrapper .left-side-header{
flex-basis: 20%;
}
.header-inner-wrapper .right-side-header {
flex-basis: 80%;
display: flex;
flex-direction: column;
align-content: flex-end;
align-items: flex-end;
}
.header-inner-wrapper .header-social{
display: flex;
}
.header-inner-wrapper .header-social a{
margin: 0px 10px;
margin-right: 0px;
}
.header-inner-wrapper .header-social .e-mail-header{
color: #848484;
font-size: 13px;
font-weight: 200;
margin-left: 15px;
margin-top: 5px;
}
.header-inner-wrapper .header-social .e-mail-header a {
font-weight: 500;
color: #848484;
margin-left: 0;
}
.menu-header {
margin-top: 15px;
display: flex;
}
.menu-header a {
font-size: 15px;
color: #000;
letter-spacing: 2px;
text-transform: uppercase;
font-weight: 200;
padding-left: 10px;
display: flex;
flex-direction: column;
align-items: center;
}
.menu-header a span.overliner {
width: 0%;
border: 0.5px solid #fff;
transition: all 0.3s;
transition-timing-function: ease;
}
.menu-header a:hover{
font-weight: 600;
}
.menu-header a:hover span.overliner {
width: 100%;
border: 0.5px solid #000;    
} .inwrapper-home {
display: flex;
flex-direction: row;
align-items: center;
}
.homepage-block-introduction {
background-size: cover;
background-position-y: center;
padding: 40px 0px;
}
.left-home-intro h2 {
font-size: 85px;
color: #000;
letter-spacing: 1px;
font-weight: 800;
line-height: 75px;
margin-bottom: 0;
}
.left-home-intro h4 {
font-size: 48px;
line-height: 48px;
color: #000;
font-weight: 200;
letter-spacing: 2px;
margin-top: 7px;
margin-bottom: 10px;
}
.cta-intro-up-text {
margin-top: 40px;
display: block;
font-size: 20px;
text-transform: uppercase;
color: #000;
font-weight: 400;
margin-bottom: 5px;
}
.cta-btn a{
display: block;
background: #c87616;
color: #fff;
text-decoration: none;
padding: 10px;
border-radius: 5px;
text-transform: uppercase;
font-weight: 100;
letter-spacing: 2px;
text-align: center;
}
.right-home-intro {
flex-basis: 45%;
padding: 20px;
}
.left-home-intro {
flex-basis: 55%;
}
.inner-intro-text {
max-width: 100%;
width: 480px;
}
.blk-under-intro {
padding: 40px 0px;
border-bottom: 1px solid #eee;
font-size: 19px;
color: #000;
font-weight: 400;
letter-spacing: 2px;
}
.text-under-intro {
width: 860px;
max-width: 100%;
}
.cta-intro-down-text {
text-transform: uppercase;
text-decoration: underline;
font-weight: 300;
letter-spacing: 2px;
font-size: 12px;
color: #000;
margin-top: 12px;
}
.btns-under-intro a.orange-btn{
background: #c87616;
color: #fff;
padding: 10px 25px;
font-size: 14px;
text-decoration: none;
margin-right: 5px;
border-radius: 3px;
letter-spacing: 2px;
text-transform: uppercase;	
}
.btns-under-intro a.black-btn{
background: #000;
color: #fff;
padding: 10px 25px;
font-size: 14px;
text-decoration: none;
margin-right: 5px;
border-radius: 3px;
letter-spacing: 2px;
text-transform: uppercase;	
}
.wrapper-one-pager-pages{
display: flex;
flex-direction: column;
}
.wrapper-one-page {
padding: 30px 0px;
}
#menu-liitu-gaselliklubiga {
order: 6;
background: #000;
padding: 80px 0px;
}
#menu-liitu-gaselliklubiga .big-title-widget h1 {
font-size: 30px;
letter-spacing: 2px;
color: #fff;
line-height: 40px;
}
.big-title-widget{
text-align: center;	
}
.big-title-widget h1{
font-size: 40px;
font-weight: 800;
letter-spacing: 3px;
color: #000;
text-transform: uppercase;
margin-bottom: 0;	
}
.big-title-widget .subtitle-big-widget {
color: #969393;
letter-spacing: 1px;
font-size: 16px;
font-weight: 300;
}
.service-one {
display: flex;
margin: 40px 0px;
align-items: center;
justify-content: center;
align-content: center;
}
.wrap-service-image{
flex-basis: 30%;
}
.wrap-service-content{
padding-left: 40px;
flex-basis: 60%;
}
.service-title{
font-size: 30px;
color: #000;
letter-spacing: 3px;
text-transform: uppercase;
font-weight: 600;
line-height: 34px;
}
.service-description p {
line-height: 20px;
font-size: 16px;
color: #777777;
font-weight: 200;
letter-spacing: 2px;
}
.service-list-item svg {
background: #c87617;
border-radius: 50px;
margin-right: 10px;
position: relative;
top: 2px;
}
.service-list-item {
color: #949494;
font-size: 13px;
font-weight: 300;
letter-spacing: 2px;
padding: 2px 0px;
}
.services-wrapper-all .service-one:nth-child(even) .wrap-service-image{
order: 1;
}
.services-wrapper-all .service-one:nth-child(even) .wrap-service-content {
padding-left: 0px;
padding-right: 40px;
}
#menu-agentuur {
padding: 0;
color: #fff;
overflow: hidden;	
}
.agency-block-widget {
display: flex;
text-align: left;
}
.left-agency-orange {
position: relative;
left: -50%;
padding-left: 50%;
margin-right: -50%;
background: #c87616;
}
.title-agency{
font-size: 31px;
font-weight: 800;
padding-top: 50px;
margin-bottom: 10px;
letter-spacing: 4px;
}
.desc-agency{
font-size: 16px;
letter-spacing: 2px;
padding-right: 50px;
font-weight: 200;
line-height: 20px;
padding-bottom: 50px;
}
.right-agency-black {
padding-left: 50px;
background: #000;
position: relative;
right: -50%;
margin-left: -50%;
padding-right: 50%;
}
.agency-info-block {
padding: 120px 0px;
position: relative;
left: -50%;
padding-left: 50%;
margin-right: -100%;
background-size: cover;
}
.agency-info-block .content-agency-info-title{
font-size: 36px;
letter-spacing: 1px;
font-weight: 800;
color: #000;
line-height: 44px;
}
.agency-info-block .content-agency-info-title b{
text-decoration: underline;
font-weight: 300;
color: #c87616;
}
.content-agency-info-desc {
width: 40%;
color: #787575;
font-weight: 300;
letter-spacing: 3px;
margin-top: 30px;
}
.social-media-title {
color: #000;
letter-spacing: 3px;
font-weight: 600;
margin-bottom: 10px;
font-size: 20px;
}
.big-social-media-icons a{
display: inline-block;
}
.big-social-media-icons a img{
width: 48px;
height: 48px;
}
.contact-social-block {
display: flex;
padding: 60px 0px;
}
.contact-social-left{
flex-basis: 45%;
}
.contact-social-right {
flex-basis: 55%;
padding-left: 50px;
border-left: 1px solid #c87616;
color: #000;
}
.contact-us-title {
color: #C87616;
font-size: 36px;
letter-spacing: 4px;
padding-right: 10px;
line-height: 44px;
font-weight: 600;
}
.contact-us-desc {
color: #626262;
font-size: 12px;
font-weight: 200;
letter-spacing: 2px;
margin-top: 15px;
padding-right: 45px;
margin-bottom: 20px;
}
.cta-btn-social a {
background: #000;
display: inline-block;
color: #fff;
padding: 5px 45px;
text-decoration: none;
border-radius: 3px;
letter-spacing: 3px;
}
.partners-list-clients {
display: flex;
flex-wrap: nowrap;
flex-direction: row;
align-content: center;
justify-content: center;
align-items: center;
margin: 40px 0px;
}
.partners-logo-image {
text-align: center;
padding: 10px 20px;
}
.partners-logo-image img {
opacity: 0.5;
filter: grayscale(1);
}
#menu-kontakt{
background:#eee;
}
#menu-kontakt #gform_fields_1 {
display: flex;
flex-wrap: wrap;
align-items: flex-start;
justify-content: space-between;
align-content: center;
flex-direction: row-reverse;
padding: 50px 0px;
padding-bottom: 10px;
}
#menu-kontakt #gform_fields_1 > fieldset {
flex-basis: 50%;
}
#menu-kontakt #gform_fields_1 .spacer.gfield{
display: none;
}
#menu-kontakt #gform_fields_1 > div {
flex-basis: 48%;
font-family: 'Lexend Exa', sans-serif;   
}
#menu-kontakt #gform_fields_1 div.ginput_container_text input, #menu-kontakt #gform_fields_1 div.ginput_container_email input, #menu-kontakt #gform_fields_1 .ginput_container_textarea textarea {
width: 100%;
background: #fff;
margin-bottom: 20px;
font-size: 20px;
font-weight: 300;
letter-spacing: 3px;
padding: 10px 15px;
border-radius: 3px;
border: 1px solid #f5f5f5;
color: #CCC;
box-shadow: 0px 1px 5px 0px #00000017;
outline: none;
resize: none;
max-height: 180px;   
font-family: 'Lexend Exa', sans-serif;	 
}
#menu-kontakt #gform_fields_1 div.ginput_container_text input::placeholder, #menu-kontakt #gform_fields_1 div.ginput_container_email input::placeholder, #menu-kontakt #gform_fields_1 .ginput_container_textarea textarea::placeholder {
color: #CECECE;
}
.left-side-input .gfield_label{
display: none;
}
.gform_footer.top_label{
width: 48%;
}
input#gform_submit_button_1 {
width: 100%;
padding: 18px 0px;
text-align: center;
background: #C87616;
color: #fff;
text-transform: uppercase;
letter-spacing: 4px;
font-weight: 600;
border: 0;
font-size: 18px;
font-family: 'Lexend Exa', sans-serif;   
cursor: pointer;
}
#menu-kontakt #gform_fields_1 fieldset .gfield_label{
font-size: 25px;
font-weight: 600;
display: block;
margin-bottom: 20px;
}
#menu-kontakt #gform_fields_1 fieldset {
border: 0;
font-size: 17px;
font-weight: 300;
letter-spacing: 2px;
color: #000;
}
input[type=radio]{
display: none !important;
}
input[type=radio] + label {
background: url(//converto.ee/wp-content/themes/converto-theme/assets/radio-button-2.svg);
background-repeat: no-repeat;
padding: 11px;
padding-left: 35px;
position: relative;
right: 0px;
background-position-x: left;
background-position-y: -55px;
display: block;
line-height: 12px;
margin-bottom: 5px;
transition: all .0s ease-in; 
cursor: pointer;   
}
.gfield_description.validation_message.gfield_validation_message{
margin-top: -10px;
padding: 0;
background: none;
border: 0;
margin-bottom: 15px;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: bold;
color: #c94f4f;
}
.gform_wrapper .gfield_error [aria-invalid=true] {
border: 1px solid #c02b0a !important;
}
.gform_wrapper .gform_validation_errors {	
background: #c94f4f;
border-radius: 3px;
border: 0;
color: #fff;
margin-top: 30px;
}
.gform_wrapper .gform_validation_errors>h2 {
color: #ffffff;
text-align: center;
text-transform: uppercase;
letter-spacing: 2px;
}
.gform_confirmation_message_1.gform_confirmation_message {
text-align: center;
font-size: 24px;
letter-spacing: 3px;
font-weight: 600;
width: 640px;
margin: 0 auto;
margin-top: 50px;
padding: 20px 40px;
max-width: 100%;
}
input[type=radio]:checked + label{
background-position-y: 3px;
transition: all .2s ease-in; 
}
input[type=radio]:checked{
}
.contact-form-wrapper {
padding-bottom: 80px;
}
.wrapper-gasell-form {
width: 640px;
max-width: 100%;
margin: 40px auto;
text-align: center;
font-family: 'Lexend Exa', sans-serif;	
}
.wrapper-gasell-form input[type="text"]{
font-family: 'Lexend Exa', sans-serif;
letter-spacing: 2px;
font-size: 18px !important;
padding: 10px 15px !important;
outline: none;
border: 0;
}
.wrapper-gasell-form input[type="submit"]{
width: 100%;
padding: 18px 0px;
text-align: center;
background: #C87616;
color: #fff;
text-transform: uppercase;
letter-spacing: 4px;
font-weight: 600;
border: 0;
font-size: 18px;
font-family: 'Lexend Exa', sans-serif;
cursor: pointer;	
}
.wrapper-gasell-form .gform_footer.top_label {
width: 100%;
}
.wrapper-gasell-form .gfield_description.validation_message.gfield_validation_message {
margin-top: 10px;
margin-bottom: 0px;
}
.gasell-social {
text-align: center;
}
footer {
text-align: center;
background: #000;
color: #545454;
font-size: 12px;
border-top: 1px solid rgba(84, 84, 84, 0.49);
padding: 20px 0px;
}
.post, .page {
margin-bottom: 0;
}
#converto-header-main.sticky .menu-header{
position: fixed;
width: 100%;
text-align: center;
background: rgba(255, 255, 255, 0.88);
top: 0px;
left: 0px;
padding: 10px 40px;
display: flex;
z-index: 99;
margin-top: 0;
border-bottom: 1px solid #eee;
align-items: center;
justify-content: center;
}
@media only screen and (max-width: 760px) {
.header-inner-wrapper {
display: flex;
flex-direction: column;
align-items: center;
}
.header-inner-wrapper .right-side-header {
flex-basis: 100%;
display: flex;
flex-direction: column;
align-content: center;
align-items: center;
}	
.header-inner-wrapper .header-social .e-mail-header {
color: #848484;
font-size: 13px;
font-weight: 200;
margin-left: 15px;
margin-top: 5px;
flex-basis: 100%;
text-align: center;
}	
.header-inner-wrapper .header-social {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
}
.menu-header {
margin-top: 15px;
display: flex;
flex-direction: column;
}	
.inwrapper-home {
display: flex;
flex-direction: column-reverse;
align-items: center;
justify-content: center;
align-content: center;
}
.left-home-intro h4 {
font-size: 24px;
line-height: 29px;
color: #000;
font-weight: 200;
letter-spacing: 2px;
margin-top: 7px;
margin-bottom: 10px;
text-align: center;
}	
.left-home-intro h2 {
font-size: 40px;
color: #000;
letter-spacing: 4px;
font-weight: 800;
line-height: 40px;
margin-bottom: 0;
text-align: center;
padding: 0px 20px;
margin-top: 0;
}
.cta-intro-up-text {
margin-top: 20px;
display: block;
font-size: 17px;
text-transform: uppercase;
color: #000;
font-weight: 400;
margin-bottom: 5px;
text-align: center;
padding: 0px 20px;
}	
.cta-btn a {
display: inline-block;
background: #c87616;
color: #fff;
text-decoration: none;
padding: 10px 45px;
border-radius: 5px;
text-transform: uppercase;
font-weight: 100;
letter-spacing: 2px;
text-align: center;
}	
.cta-btn.orange {
padding: 0px 40px;
text-align: center;
}
.cta-intro-down-text {
text-transform: uppercase;
text-decoration: underline;
font-weight: 300;
letter-spacing: 2px;
font-size: 12px;
color: #000;
margin-top: 10px;
text-align: center;
padding: 0px 80px;
}	
.right-agency-black {
padding-left: 0;
background: #000;
position: relative;
right: 0;
margin-left: 0;
padding-right: 0;
padding: 0px 40px;
text-align: center;		
}
.left-agency-orange {
position: relative;
left: 0;
margin-right: 0;
background: #c87616;
padding: 0px 40px;
text-align: center;
}
.agency-block-widget {
display: flex;
text-align: left;
flex-direction: column;
}
.agency-info-block {
padding: 120px 0px;
position: relative;
left: 0;
padding-left: 0;
margin-right: 0;
background-size: cover;
}	
.services-wrapper-all .service-one:nth-child(even) .wrap-service-image {
order: 0;
}	
.text-under-intro {
width: 860px;
max-width: 100%;
text-align: center;
padding: 0px 40px;
font-size: 15px;
line-height: 20px;
}
.btns-under-intro {
display: flex;
flex-direction: column;
align-items: center;
padding: 0px 40px;
}
.btns-under-intro a {
width: 100%;
text-align: center;
margin-bottom: 10px;
}
.big-title-widget h1 {
font-size: 30px;
font-weight: 800;
letter-spacing: 3px;
color: #000;
text-transform: uppercase;
margin-bottom: 0;
line-height: 35px;
padding: 0px 40px;
}	
.big-title-widget .subtitle-big-widget {
color: #969393;
letter-spacing: 1px;
font-size: 14px;
font-weight: 300;
padding: 0px 40px;
margin-top: 10px;
}
.service-one {
display: flex;
margin: 40px 0px;
align-items: center;
justify-content: center;
align-content: center;
flex-direction: column;
}	
.wrap-service-image {
flex-basis: 20%;
text-align: center;
margin-bottom: 20px;
padding: 0px 80px;
}	
.desc-agency {
padding-right: 0;
}	
.services-wrapper-all .service-one:nth-child(even) .wrap-service-content {
padding-left: 0;
padding-right: 0;
padding: 0px 40px !important;
flex-basis: 100%;
}	
.service-title {
font-size: 26px;
color: #000;
letter-spacing: 3px;
text-transform: uppercase;
font-weight: 600;
line-height: 27px;
text-align: center;
}
.agency-info-block .content-agency-info-title {
font-size: 28px;
letter-spacing: 1px;
font-weight: 800;
color: #000;
line-height: 33px;
text-align: center;
}	
.content-agency-info-desc {
width: 100%;
color: #787575;
font-weight: 300;
letter-spacing: 3px;
margin-top: 30px;
padding: 0px 40px;
text-align: center;
}	
.contact-social-block {
display: flex;
padding: 60px 0px;
flex-direction: column;
align-items: center;
justify-content: center;
align-content: center;
text-align: center;
}
.contact-social-right {
flex-basis: 100%;
border-left: 1px solid #c87616;
color: #000;
padding: 0px 40px;
border-left: 0;
}	
.container{
overflow:hidden;
}
.wrap-service-content {
padding-left: 0;
flex-basis: 60%;
padding: 0px 40px;
}	
.contact-social-left {
flex-basis: 100%;
margin-bottom: 20px;
}	
.partners-list-clients {
display: flex;
flex-wrap: wrap;
flex-direction: row;
align-content: center;
justify-content: center;
align-items: center;
margin: 40px 0px;
}
.partners-logo-image {
text-align: center;
padding: 10px 20px;
flex-basis: 40%;
}	
.agency-info-block .content-agency-info-title {
padding: 0px 20px;
}
#menu-kontakt #gform_fields_1 {
display: flex;
flex-wrap: wrap;
align-items: flex-start;
justify-content: space-between;
align-content: center;
flex-direction: column-reverse;
padding: 50px 20px;
padding-bottom: 10px;    
}
#menu-kontakt #gform_fields_1 div.ginput_container_text input, #menu-kontakt #gform_fields_1 div.ginput_container_email input, #menu-kontakt #gform_fields_1 .ginput_container_textarea textarea {
font-size: 12px;
}
.gform_footer.top_label {
width: 100%;
padding: 0px 20px !important;
}	
input#gform_submit_button_1 {
padding: 10px 0px;
font-size: 16px;
}	
.gform_wrapper.gravity-theme .gfield-choice-input+label {
line-height: 18px;
}
input[type=radio] + label {
background-position-y: -50px;
}	
input[type=radio]:checked + label{
background-position-y: 7px;
}	
.wrapper-gasell-form {
padding: 0px 20px;
}	
.wrapper-gasell-form input[type="submit"] {
width: 100%;
padding: 12px 0px;
font-size: 16px;
}	
.wrapper-gasell-form .gform_footer.top_label {
width: 100%;
padding: 0px !important;
margin-top: 10px;
}	
}