@charset "utf-8";

:root {
--dark_gray: #575757;
--medium_gray: #747474;
--light_gray: #9B9B9B;
--mb: 10vw;
}
@font-face {
font-family: 'didotitalic';
src: url(//socratesint.com/wp-content/themes/socrates-custom/css/fonts/didot_italic-webfont.woff2) format('woff2'),
url(//socratesint.com/wp-content/themes/socrates-custom/css/fonts/didot_italic-webfont.woff) format('woff');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'didotregular';
src: url(//socratesint.com/wp-content/themes/socrates-custom/css/fonts/didot_regular-webfont.woff2) format('woff2'),
url(//socratesint.com/wp-content/themes/socrates-custom/css/fonts/didot_regular-webfont.woff) format('woff');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'avenirblack';
src: url(//socratesint.com/wp-content/themes/socrates-custom/css/fonts/avenir-black-webfont.woff2) format('woff2'),
url(//socratesint.com/wp-content/themes/socrates-custom/css/fonts/avenir-black-webfont.woff) format('woff');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'avenirbook';
src: url(//socratesint.com/wp-content/themes/socrates-custom/css/fonts/avenir-book-webfont.woff2) format('woff2'),
url(//socratesint.com/wp-content/themes/socrates-custom/css/fonts/avenir-book-webfont.woff) format('woff');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'avenirlight';
src: url(//socratesint.com/wp-content/themes/socrates-custom/css/fonts/avenir-light-webfont.woff2) format('woff2'),
url(//socratesint.com/wp-content/themes/socrates-custom/css/fonts/avenir-light-webfont.woff) format('woff');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'avenirmedium';
src: url(//socratesint.com/wp-content/themes/socrates-custom/css/fonts/avenir-medium-webfont.woff2) format('woff2'),
url(//socratesint.com/wp-content/themes/socrates-custom/css/fonts/avenir-medium-webfont.woff) format('woff');
font-weight: normal;
font-style: normal;
font-display: swap;
} * {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-tap-highlight-color: transparent;
-moz-text-size-adjust: none;
-webkit-text-size-adjust: none;
-ms-text-size-adjust: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-backface-visibility: hidden;
-moz-backface-visibility:    hidden;
-ms-backface-visibility:     hidden;
}
html, body {
width: 100%;
padding: 0;
margin: 0;
}
body {
padding: 0;
margin: 0;
font-size: 20px;
line-height: 26px;
font-family: 'avenirlight';
min-width: 320px;
color: #ffffff;
background-color: #000;
}
body { height: 100%;
width: 100%; }
body.loaded { height: auto;
overflow: auto;
}
body.hidescroll, body.menuOpen {
width: 100%;
height: 100%;
overflow: hidden !important;
} .no-touch body.menuOpen header.shrink .logo {
right: 8px;
}
.startpageOverlay
{
width: 100%;
height: 100vh; background-color: #000;
position: fixed;
display: block;
z-index: 14;
bottom:0px;
left: 0px;
transition: all 0.3s ease-out;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out; }
body.loaded .startpageOverlay{
top: -120%;
}
body.showpageeffect .startpageOverlay
{
height: 100vh;
top: 0px;
}
.endpageOverlay
{
width: 100%;
height: 100vh; background-color: #000;
position: fixed;
display: block;
z-index: 14;
top:0px;
left: 0px;
}
body.pagerefresheffect.loaded .endpageOverlay, body.loaded .endpageOverlay
{
height: 0vh;
transition: all 0.3s ease-out;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out; } section{
position: relative;
clear: both;
width: 100%;
}
*:focus, a:hover, a:active, a:focus {
outline: 0;
}
*:focus{
outline-style:none;
box-shadow:none;
}
button::-moz-focus-inner, select::-moz-focus-inner {
border: 0;
outline: 0;
}
figure{
padding: 0;
margin: 0;
}
a:not(.logo) {
color: #ffffff;
opacity: 1;
font-family: 'avenirblack';
text-decoration:none;
-webkit-transition: all .3s cubic-bezier(.16,.84,.44,1);
-moz-transition:    all .3s cubic-bezier(.16,.84,.44,1);
-o-transition:      all .3s cubic-bezier(.16,.84,.44,1);
transition:         all .3s cubic-bezier(.16,.84,.44,1);
transition-timing-function: cubic-bezier(0.16, 0.84, 0.44, 1);
}
.no-touch a:hover {
text-decoration:underline;
}
.textLink
{
font-size: 12px;
line-height: 15px;
text-transform: uppercase;
font-family: 'avenirbook' !important;
}
.textLink img{
margin-right: 10px;
}
.iconMove{
display: flex;
align-items: center;
justify-content: flex-end;
overflow: hidden;
}
.iconMove img{
vertical-align: middle;
display: inline-block;
margin-left: 5px;
width: 35px;
height: 35px;
transform: translateX(0px);
-webkit-transition: all .3s cubic-bezier(.16,.84,.44,1);
-moz-transition:    all .3s cubic-bezier(.16,.84,.44,1);
-o-transition:      all .3s cubic-bezier(.16,.84,.44,1);
transition:         all .3s cubic-bezier(.16,.84,.44,1);
transition-timing-function: cubic-bezier(0.16, 0.84, 0.44, 1);
}
.iconMove span{
font-size: 16px;
line-height: 20px;
width: 100%;
text-align: right;
position: absolute;
display: inline-block;
text-transform: uppercase;
font-family: 'avenirbook';
transform: translateX(-101%);
-webkit-transition: all .3s cubic-bezier(.16,.84,.44,1);
-moz-transition:    all .3s cubic-bezier(.16,.84,.44,1);
-o-transition:      all .3s cubic-bezier(.16,.84,.44,1);
transition:         all .3s cubic-bezier(.16,.84,.44,1);
transition-timing-function: cubic-bezier(0.16, 0.84, 0.44, 1);
}
.no-touch .iconMove:hover span{transform: translateX(0px);}
.no-touch .iconMove:hover img{transform: translateX(100%);}
.plusicon, .arrowicon, .BackBtn{
display: flex;
align-items: center;
justify-content: flex-start;
overflow: hidden;
position: relative;
width: 100px;
cursor: pointer;
}
.plusicon img, .arrowicon img, .plusicon svg, .BackBtn img{
vertical-align: middle;
display: inline-block;
margin-left: 5px;
width: 35px;
height: 35px;
transform: translateX(0px);
-webkit-transition: all .3s cubic-bezier(.16,.84,.44,1);
-moz-transition:    all .3s cubic-bezier(.16,.84,.44,1);
-o-transition:      all .3s cubic-bezier(.16,.84,.44,1);
transition:         all .3s cubic-bezier(.16,.84,.44,1);
transition-timing-function: cubic-bezier(0.16, 0.84, 0.44, 1);
}
.plusicon span, .arrowicon span, .BackBtn span{
font-size: 16px;
line-height: 20px;
position: absolute;
display: inline-block;
text-align: left;
text-transform: uppercase;
width: 100%;
font-family: 'avenirbook';
transform: translateX(100%);
-webkit-transition: all .3s cubic-bezier(.16,.84,.44,1);
-moz-transition:    all .3s cubic-bezier(.16,.84,.44,1);
-o-transition:      all .3s cubic-bezier(.16,.84,.44,1);
transition:         all .3s cubic-bezier(.16,.84,.44,1);
transition-timing-function: cubic-bezier(0.16, 0.84, 0.44, 1);
}
.arrowicon span
{
transform: translateX(-100%);
text-align: center;
}
.no-touch .plusicon:hover span, .no-touch .BackBtn:hover span{transform: translateX(0px);}
.no-touch .plusicon:hover img, .no-touch .plusicon:hover svg, .no-touch .BackBtn:hover img{transform: translateX(-50px);}
.no-touch .arrowicon:hover span{transform: translateX(0px);}
.no-touch .arrowicon:hover img{transform: translateX(80px);}
.touch .plusicon{
width: 150px;
}
.touch .plusicon span {
transform: translateX(50px);
}
.touch .plusicon img, .plusicon svg {
transform: translateX(0px);
}
img {
border: 0;
outline: none;
display: block;
min-height: 1px;
max-width: 100%;
height: auto
}
img::selection{
background: none;
}
.imgloader
{
width: 40px;
height: 40px;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
background-image: url(//socratesint.com/wp-content/themes/socrates-custom/images/ajax-loader.svg);
background-position: center center;
background-repeat: no-repeat;
background-size: 35px;
}
img[data-lazy-src] a:not(.logo) img{
opacity: 0;
-webkit-transition: all .5s ease-in-out;
transition: all .5s ease-in-out;
-o-transition: all .5s ease-in-out;
transition: all .5s ease-in-out;
transition: all .5s ease-in-out;
}
img.lazyloaded
{
opacity: 1;
}
img.lazyloaded ~ .imgloader
{
opacity: 0;
}
.slick-slide img, .HeroquoteBanner .imagePlace img, .logoSlide img
{
opacity: 0;
-webkit-transition: opacity .5s ease-in-out;
transition: opacity .5s ease-in-out;
-o-transition: opacity .5s ease-in-out;
transition: opacity .5s ease-in-out;
transition: opacity .5s ease-in-out;
}
.slick-slide img.lazyloaded, .HeroquoteBanner .imagePlace img.lazyloaded, .logoSlide img.lazyloaded
{
opacity: 1;
}
input { margin: 0; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; font-family: 'didotregular';}
em, i{font-family: 'didotitalic'; font-style: normal;}
h1, h2, h3, h4, h5, h6, p {
padding: 0;
margin: 0;
}
h1 {
font-size: 4.68vw ;
line-height: 4.94vw ;
margin-bottom: 20px;
}
h2 { font-size: 2.70vw ;
line-height: 3.125VW ;
margin-bottom:20px;
}
h3 {
font-size: 32px;
line-height: 38px;
margin-bottom: 15px;
}
h4 {
font-size: 30px;
line-height: 36px;
margin-bottom: 15px;
}
h5 {
font-size: 26px;
line-height: 32px;
margin-bottom: 15px;
}
h6 {
font-size: 22px;
line-height: 32px;
margin-bottom: 10px;
}
ul{
padding: 0 0 30px 30px;
margin: 0;
}
ol{
padding: 0 0 30px 30px;
margin: 0;
}
ul li{
position: relative;
padding: 5px 0 5px 0px;
}
ol li{
padding: 5px 0 5px 0px;
}
p { margin: 0; padding: 0 0 30px 0;}
hr {
padding: 0;
border: 0;
height: 1px;
width: 100%;
margin: 30px auto;
background-color: #fff;
}
strong, b { font-family: 'avenirblack'; font-weight: normal;}
img { height: auto }
input[type='text'],
input[type='email'],
input[type='tel'],
input[type='date'],
textarea{
width:100%;
}
input[type='text'],
input[type='tel'],
input[type='date'],
input[type='email'],
textarea,
select{
border: 0px;
border-bottom: 1px solid #fff;
font-size:16px!important;
line-height: 26px!important;
padding: 5px 0px !important;
margin: 0;
color: #fff;
font-family: 'avenirbook';
border-radius: 0;
-webkit-appearance: none;
-moz-appearance:    none;
appearance:        none;
background-color: transparent !important;
box-shadow: none !important;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
-webkit-text-fill-color: #fff;
-webkit-box-shadow: none;
transition: background-color 5000s ease-in-out 0s;
border-bottom: 1px solid #fff;
}
input[type='submit'], input[type=button], input[type=reset], button, .btn {
color:#ffffff;
font-family: 'didotregular';
text-transform: uppercase;
font-size:20px;
line-height: 24px;
text-decoration: none;
margin: 0;
padding: 17px;
border-radius: 0;
display: inline-block;
background-color: var(--dark_gray);
border: 0;
cursor: pointer;
text-align: center;
-webkit-appearance: none;
-moz-appearance:    none;
appearance:        none;
}
select {
background-image:url(//socratesint.com/wp-content/themes/socrates-custom/images/dd-arrow.png);
background-position: right center;
background-repeat: no-repeat;
border: 0;
border-radius: 0;
border:1px solid #ffffff;
background-color: transparent;
padding: 3px 32px 3px 15px;
height: 45px;
width:100%;
-webkit-appearance: none;
-moz-appearance:    none;
appearance:        none;
}
select option{
padding:10px 0;
display: block;
font-size: 16px;
}
select::-ms-expand {
display: none;
} textarea {
width: 100%;
font-family: 'avenirbook';
box-sizing: border-box;
color: #ffffff;
border: 0px;
border-bottom: 1px solid #fff;
background-color: transparent;
border-radius: 0;
resize: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder {
color:#ffffff;
opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder {
color:#ffffff;
opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder {
color:#ffffff;
opacity: 1;
}
input:-moz-placeholder,
textarea:-moz-placeholder,
input[type="text"]:-moz-placeholder {
color:#ffffff;
opacity: 1;
}
table {
width: 100% !important;
border: 0; }
table tr td {
padding: 12px 15px;
border-collapse: collapse;
}
table {
text-align: left;
margin-bottom: 20px;
border-left: 1px solid #ffffff;
border-top: 1px solid #ffffff;
border-collapse: collapse;
font-size: 20px;
}
table h1, table h2, table h3, table h4, table h5 {
margin: 0;
}
table th {
color: #fff;
padding: 15px;
text-align: left;
border-right: 1px solid #ffffff;
font-weight: 500;
border-bottom: 1px solid #ffffff;
word-wrap: break-word;
}
table td {
border-right: 1px solid #ffffff;
border-bottom: 1px solid #ffffff;
word-wrap: break-word;
}
.alignnone {
margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
display: block;
margin: 20px auto 20px auto;
}
.alignright {
float:right;
margin: 5px 0 20px 20px;
}
.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
a img.alignright {
float: right;
margin: 5px 0 20px 20px;
}
a img.alignnone {
margin: 5px 20px 20px 0;
}
a img.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
a img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption {
position: relative;
border: 1px solid #ffffff;
max-width: 96%; padding: 5px;
text-align: center;
}
.wp-caption.alignnone {
margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
margin: 5px 0 20px 20px;
}
.wp-caption img {
border: 0 none;
height: auto;
margin: 0;
max-width: none;
padding: 0;
width: 100%;
}
.wp-caption p.wp-caption-text {
font-size: 14px;
line-height: 20px;
background:#000;
margin: 10px 0 0 0;
padding: 5px;
}
blockquote
{
margin: 0;
padding: 0px;
position: relative;
font-size: 2.70vw ;
line-height: 3.125VW ;
font-family: 'didotregular';
}
blockquote p{
padding: 0;
}
blockquote em
{
font-family: 'didotitalic';
}
blockquote::before, blockquote::after
{
content: ' ';
display: block;
position: relative;
margin: 40px auto;
width: 30px;
height: 25px;
vertical-align: middle;
background-image: url(//socratesint.com/wp-content/themes/socrates-custom/images/start-quote.svg);
background-repeat: no-repeat;
background-position: center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
blockquote::after
{
transform: rotate(180deg);
}
.ajax-loader {
background-image: url(//socratesint.com/wp-content/themes/socrates-custom/images/ajax-loader.svg) !important;
background-color: #A5AAD6 ;
background-position: center center;
background-repeat: no-repeat;
background-size: 28px 28px;
width: 36px !important;
height: 36px !important;
margin: 0 0 0 -18px !important;
position: absolute;
bottom: -40px;
left: 50%;
} .breadcrumb
{
width: 100%;clear: both;padding-bottom: 30px;
}
.breadcrumb ul {
padding: 0;
list-style: none;
font-size: 17px;
line-height: 27px;
text-transform: lowercase;
}
.breadcrumb ul li {
display: inline;
}
.breadcrumb ul li+li:before, .breadcrumb ul li+li+li:before {
padding: 1px;
color: #9d9dcc;
content: "/\00a0";
}
.breadcrumb ul li a {
color: #9d9dcc;
text-decoration: none;
text-transform: lowercase;
}
.breadcrumb ul li a:hover {
color: #c80065;
text-decoration: underline;
}
.pagination a {
color: black;
float: left;
padding: 8px 16px;
text-decoration: none;
transition: background-color .3s;
}
.pagination a.active {
background-color: #4CAF50;
color: white;
}
.pagination a:hover:not(.active) {
background-color: #ddd;
} .box
{
position: relative;
}
.box:before{
content: "";
display: block;
padding-top: 100%; }
.imageHolder
{
position: absolute;
overflow: hidden;
left: 0;
top: 0;
right: 0;
bottom: 0;
background-color: #4d4d4d;
}
.OF-cover {
object-fit: cover;
font-family: 'object-fit: cover';
object-position: center center;
font-family: 'object-fit: cover; object-position: center center';
width: 100%;
height: 100%;
}
.fadeIn {
opacity: 0;
transition: opacity .8s ease .1s;
-webkit-transition: opacity .8s ease .1s;
-moz-transition: opacity .8s ease .1s;
-o-transition: opacity .8s ease .1s; }
.fadeIn.animateMe {
opacity: 1
}
.fadeInUp {
-webkit-transform: translateY(50px);
-moz-transform: translateY(50px);
transform: translateY(50px);
opacity: 0;
transition: opacity 1s ease .2s,transform 1s ease .2s;
-webkit-transition: opacity 1s ease .2s,transform 1s ease .2s;
-moz-transition: opacity 1s ease .2s,transform 1s ease .2s;
-o-transition: opacity 1s ease .2s,transform 1s ease .2s; }
.fadeInUp.animateMe {
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
transform: translateY(0px);
opacity: 1;
}
.animation{
-webkit-transition: all .3s cubic-bezier(.16,.84,.44,1);
-moz-transition:    all .3s cubic-bezier(.16,.84,.44,1);
-o-transition:      all .3s cubic-bezier(.16,.84,.44,1);
transition:         all .3s cubic-bezier(.16,.84,.44,1);
}
.flexNoWrap, .flexWrap, .flexStretch, .flexHorizontalCenter, .flexVerticalCenter, .flexRowReverse, .flexcolReverse, .flexGrow,
footer .centerBlock,.strips, header, #burgurMenu, .menuIcon,.mainMenu, .menu-main-menu-container, ul.mainMenu li a,
.pageIntro, .whatWeDo, .ourTeam, .ourTeam .teamOverlayInfo, .teamOverlayInfo h2, .fullSlideOverlayText h2,
.slidersWrapper, .slidersWrapper .col, .clientLogoSlider .slick-track, .logoSlide, .fullSlideOverlayText,
.cardBlock .overlay > div .cardTop, .cardBlock .overlay > div, .plusicon.morenews > div, .archieveFilter,
.alm-filter--inner, footer .centerBlock div.contact, .TextOnBG, .heroText, .heroText h1, .JobList .jobRow,
.blockSlider, .cardTop, .textLink, .ourClients, .workNameType, .ratingWrap, .Three_images_1M_2S, .imageTextRow,
.imageTextRow .textBlock, .Two_images_L, .Three_images_1L_2M, .Four_images_L_M_2S, .Four_images_L_M_2S .rightCol, .Three_images_2S_M_text,
.Three_images_2S_M_text .textBlock, .Three_images_2S_M_text .leftCol, .projectSlider
{
display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
}
.flexWrap, footer .centerBlock, .menu-main-menu-container, footer .centerBlock, footer .centerBlock div.contact,
.heroText h1, .workNameType, .ratingWrap, .Three_images_1M_2S, .imageTextRow, .Two_images_L, .Three_images_1L_2M, .Four_images_L_M_2S,
.Four_images_L_M_2S .rightCol, .Three_images_2S_M_text, .Three_images_2S_M_text .leftCol
{
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
flex-flow: row wrap;
}
.flexditection, .strips, .menuIcon, .mainMenu, .whatWeDo, .ourTeam .teamOverlayInfo, .teamOverlayInfo h2,
.fullSlideOverlayText h2, .slidersWrapper .col, .fullSlideOverlayText, .cardBlock .overlay > div, .TextOnBG{
flex-direction: column;
}
.flexStretch{
-webkit-box-align: stretch;
-webkit-align-items: stretch;
-ms-flex-align: stretch;
align-items: stretch;
}
.flexHorizontalCenter, header, .pageIntro, .whatWeDo, .ourTeam, .slidersWrapper,
.clientLogoSlider .slick-track, .logoSlide, .TextOnBG, .heroText, .fullSlideOverlayText
{
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.flexHorizontalbetween, .strips, .menuIcon, .cardBlock .overlay > div .cardTop,
.cardBlock .overlay > div, .archieveFilter, .alm-filter--inner, .cardTop, .workNameType
{
-webkit-box-pack: space-between;
-webkit-justify-content: space-between;
-ms-flex-pack: space-between;
justify-content: space-between;
}
.flexVerticalCenter, .strips, #burgurMenu, .whatWeDo, .ourTeam, .clientLogoSlider .slick-track, .logoSlide,.heroText, .pageIntro,
.fullSlideOverlayText, .cardBlock .overlay > div .cardTop, .plusicon.morenews > div, .archieveFilter, .textLink,
.ourClients, .imageTextRow .textBlock, .Three_images_2S_M_text .textBlock
{
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.flexRowReverse, .imageTextRow.reverse
{
-webkit-flex-flow: row-reverse wrap;
flex-flow: row-reverse wrap;
-ms-flex-flow: row-reverse wrap;
}
.flexcolReverse
{
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
}
.flexcolReverse .col
{
width: 100%;
}
.flexGrow
{
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
flex-flow: row wrap;
}
.flexGrow .col:last-child {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
.fluidVideo {
padding-bottom: 56.1%;
position: relative;
width: 100%;
margin-bottom: 20px;
}
.fluidVideo iframe {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
z-index: 1;
}
.gform_wrapper.gravity-theme .gfield_label
{
font-size: 14px!important;
color: #fff !important;
line-height: 20px!important;
letter-spacing: -0.1px!important;
font-weight: normal !important;
margin-bottom: 0px !important
}
.gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
border: 0px !important;
border-bottom: 1px solid #ff2e00  !important;
}
.gfmc-field div:not(.gchoice)
{
padding-bottom: 0px !important
}
.wpcf7-not-valid {
border: 1px solid #f00 !important;
}
span.wpcf7-not-valid-tip, div.wpcf7-validation-errors {
display: none !important;
}
div.wpcf7-mail-sent-ok {
background: #398f14;
color: #fff;
padding: 10px !important;
margin: 20px 0 !important;
text-align: center;
font-size: 18px;
line-height: 24px;
max-width: 560px;
margin: 20px auto 0 auto!important;
}
.wpcf7-mail-sent-ng{
max-width: 100%;
text-align: center;
margin: 20px auto 0 auto!important;
}
.col_1_1, .col_1_1_1, .col_1_1_1_1
{
margin: 0 auto;
width: 100%;
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: stretch;
-webkit-align-items: stretch;
-ms-flex-align: stretch;
align-items: stretch;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.col_1_1_1 .col{
width: 33.33%;
}
.col_1_1_1_1 .col{
width: 25%;
}
.col_1_1 .col{
width: 50%;
}
.col_1_1::after, .col_1_1_1::after, .centerBlock::after, .content_1130::after,
.col::after{
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0%;
}
.col{
position: relative;
width: 100%;
text-align: left;
}
.col_1_1 .col { width: 50%; padding: 0;}
.col_1_1_1 .col { width: 33.33%; padding: 0;}
.col_1_1 .col p:last-child{ padding-bottom: 0;}
.gchoice
{
position: relative;
}
.gchoice input[type="checkbox"],
.gchoice input[type="radio"] {
position: absolute;
opacity: 0;
z-index: -1;
}
.gchoice label {
position: relative;
display: inline-block;
padding: 0 0 0 2em;
height: 1.5em;
line-height: 1.5;
cursor: pointer;
}
.gchoice label::before,
.gchoice label::after {
position: absolute;
top: 0;
left: 0;
display: block;
width: 20px;
height: 20px;
}
.gchoice label::before {
content: " ";
border: 1px solid #00385b;
border-radius: 20%;
} .gchoice input[type="checkbox"] + label::after {
content: "\2714";
color: #00385b;
line-height: 1.5;
text-align: center;
} .gchoice input[type="radio"] + label::before {
border-radius: 50%;
}
.gchoice input[type=radio] + label::after {
content: " ";
top: 6px;
left: 6px;
width: 10px;
height: 10px;
background: #00385b;
border: 0 solid #00385b;
border-radius: 50%;
} .gchoice input[type="checkbox"]:checked + label::before,
.gchoice input[type="radio"]:checked + label::before {
background: transparent;
border-color: #00385b;
}
.gchoice input[type="checkbox"] + label::after,
.gchoice input[type=radio] + label::after {
-webkit-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
}
.gchoice input[type="checkbox"]:checked + label::after,
.gchoice input[type=radio]:checked + label::after {
-webkit-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
} .gchoice label::before,
.gchoice label::after {
-webkit-transition: .25s all ease;
-o-transition: .25s all ease;
transition: .25s all ease;
}
.resWrap
{
width: 100%;
overflow-x: auto;
overflow-y: hidden;
}
.entry .resWrap table{
min-width: 480px;
}
.cookielawinfo-row-cat-table
{margin-left: 0px!important}
.cli_pg_page_contaner div > p:last-of-type{
padding: 0px;
}
.cli_pg_page_contaner div + h3
{margin-top: 20px;}
table.cookielawinfo-classic, table.cookielawinfo-winter{font-family: 'proxima-nova', sans-serif !important;}
.gform_ajax_spinner {
border: 0 solid #fff;
border-left: 0 solid #000;
animation: spinner 1.1s infinite linear;
border-radius: 50%;
width: 40px !important;
height: 40px !important;
position: absolute  !important;
top: 25px;
left: 0px; }
img.gform_ajax_spinner[src=""]
{
content: '../images/ajax-loader.svg';
}
@keyframes spinner {
0% {
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}
}