.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;
}
.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 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;
}html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
border: 0;
font-family: inherit;
font-size: 100%;
font-style: inherit;
font-weight: inherit;
margin: 0;
outline: 0;
padding: 0;
vertical-align: baseline;
}
html {
font-size: 62.5%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body {
background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
display: block;
}
ol, ul {
list-style: none;
}
table { border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
font-weight: normal;
text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}
a:focus {
outline: thin dotted;
}
a:hover,
a:active { outline: 0;
}
a img {
border: 0;
} body,
button,
input,
select,
textarea {
color: #2d2d2d;
font-family: 'Lato', sans-serif;
font-size: 16px;
font-size: 1.6rem;
line-height: 1.5;
} h1,h2,h3,h4,h5,h6 {
clear: both;
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
} p {
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: bold;
}
dd {
margin: 0 1.5em 1.5em;
}
b, strong {
font-weight: 700;
}
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;
font-size: 15px;
font-size: 1.5rem;
line-height: 1.6;
margin-bottom: 1.6em;
padding: 1.6em;
overflow: auto;
max-width: 100%;
}
code, kbd, tt, var {
font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark, ins {
background: #fff9c0;
text-decoration: none;
}
sup,
sub {
font-size: 75%;
height: 0;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
bottom: 1ex;
}
sub {
top: .5ex;
}
small {
font-size: 75%;
}
big {
font-size: 125%;
}
figure {
margin: 0;
}
table {
margin: 0 0 1.5em;
width: 100%;
}
th {
font-weight: bold;
}
button,
input,
select,
textarea {
font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button,
input {
line-height: normal; *overflow: visible; }
button,
html input[type="button"],
input[type="reset"] {
border: 1px solid #ccc;
border-color: #ccc #ccc #bbb #ccc;
border-radius: 3px;
background: #e6e6e6;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
-moz-box-shadow:    inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
box-shadow:         inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
color: rgba(0, 0, 0, .8);
cursor: pointer; -webkit-appearance: button; font-size: 12px;
font-size: 1.2rem;
line-height: 1;
padding: .6em 1em .4em;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover {
border-color: #ccc #bbb #aaa #bbb;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
-moz-box-shadow:    inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
box-shadow:         inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active {
border-color: #aaa #bbb #bbb #bbb;
-webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
-moz-box-shadow:    inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
box-shadow:         inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box; padding: 0; }
input[type="search"] {
-webkit-appearance: textfield; -webkit-box-sizing: content-box; -moz-box-sizing:    content-box;
box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { border: 0;
padding: 0;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
textarea {
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
color: #111;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"] {
padding: 3px;
}
textarea {
overflow: auto; padding-left: 3px;
vertical-align: top; width: 98%;
} a {
color: #1ebcea;
text-decoration: none;
}
a:visited {
color: #1ebcea;
}
a:hover,
a:focus,
a:active {
color: #28323c;
} .alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin: 0 auto;
} .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.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-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } .clear:before,
.clear:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
content: '';
display: table;
}
.clear:after,
[class*="content"]:after,
[class*="site"]:after {
clear: both;
} body {
border-top: 4px solid #1ebcea;
}
#page {
color: #525252;
margin: 0 auto 20px auto;
padding: 0 10px;
width: 940px;
overflow: hidden;
}
.site-header {
border-bottom: 1px solid #bdbdbd;
margin: 40px 0;
padding: 0 0 40px 0;
overflow: hidden;
}
.site-title {
float: left;
}
.site-title a {
background: url(//imotionconsulting.com.ar/wpcore/wp-content/themes/imotion/images/site-logo.png) no-repeat;
clear: none;
display: block;
float: left;
font-size: 0;
height: 40px;
width: 164px;
}
.site-slider {
clear: both;
margin-bottom: 40px;
}
.section-title, article h3 {
border-bottom: 1px solid #bdbdbd;
font-family: 'Rokkitt', sans-serif;
font-size: 36px;
font-weight: 700;
margin-bottom: 20px;
width: 940px;
}
.section-intro {
clear: both;
float: left;
font-size: 48px;
font-weight: 700;
line-height: 54px;
margin-bottom: 48px;
letter-spacing: -1px;
}
.portfolio-container {
clear: both;
float: left;
width: 960px;
overflow: hidden;
position: relative;
left: -20px;
}
.portfolio-container .portfolio {
clear: none;
float: left;
margin: 0 0 20px 20px;
width: auto;
}
.portfolio .entry-item {
color: #fff;
display: block;
font-size: 18px;
font-weight: 700;
padding: 30px 10px;
position: absolute;
bottom: 6px;
left: 0;
opacity: 0;
text-align: center;
text-decoration: none;
width: 280px;
transition: all 0.25s ease;
}
.portfolio:hover .entry-item {
background: #1ebcea;
opacity: 1;
} .navigation-main {
display: block;
float: right;
}
.navigation-main ul {
list-style: none;
margin: 10px 0 0 0;
padding-left: 0;
}
.navigation-main li {
float: left;
padding-left: 40px;
position: relative;
}
.navigation-main a {
color: #2d2d2d;
display: block;
font-family: 'Rokkitt', sans-serif;
font-size: 18px;
font-weight: 700;
text-decoration: none;
text-transform: uppercase;
transition: all 0.25s ease;
}
.navigation-main li:hover > a,
.navigation-main li.current_page_item a,
.navigation-main li.current-menu-item a {
color: #1ebcea;
} .navigation-footer {
float: left;
}
.navigation-footer ul {
list-style: none;
margin: 0 0 0 0;
padding-left: 0;
}
.navigation-footer li {
float: left;
padding-right: 10px;
position: relative;
}
.navigation-footer a {
color: #2d2d2d;
display: block;
font-size: 14px;
font-weight: 700;
text-decoration: none;
transition: all 0.25s ease;
}
.navigation-footer li:hover > a {
color: #1ebcea;
} .menu-toggle {
display: none;
cursor: pointer;
}
.main-small-navigation ul {
display: none;
}
@media screen and (max-width: 600px) {
.menu-toggle,
.main-small-navigation ul.nav-menu.toggled-on {
display: block;
}
.navigation-main ul {
display: none;
}
} .sticky {
}
.hentry {
margin: 0;
}
.byline {
display: none;
}
.single .byline,
.group-blog .byline {
display: inline;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
}
.entry-content {
float: left;
width: 620px;
margin: 0 20px 0 0;
}
article h4 {
font-family: 'Rokkitt', sans-serif;
font-size: 14px;
font-weight: 700;
}
.entry-content-full {
width: 940px;
}
.entry-description {
float: right;
width: 300px;
}
.entry-description h2 {
font-size: 24px;
line-height: 28px;
margin-bottom: 18px;
} .wpcf7 input[type="text"], input[type="email"], textarea {
margin-bottom: 20px;
padding: 10px;
}
.wpcf7 input[type="text"], input[type="email"] {
float: left;
margin-right: 20px;
width: 278px;
}
.wpcf7 textarea {
max-width: 918px;
width: 918px;
}
.wpcf7 .last {
margin-right: 0 !important;
}
.wpcf7 input[type="text"]:hover, input[type="email"]:hover, textarea:hover {
border: 1px solid #bdbdbd;
}
.wpcf7 input[type="text"]:focus, input[type="email"]:focus, textarea:focus {
border: 1px solid #1ebcea;
outline: none;
}
.wpcf7 input[type="submit"] {
background: #bdbdbd;
border: none;
color: #fff;
float: right;
font-size: 18px;
font-weight: 700;
padding: 15px 40px;
}
.wpcf7 input[type="submit"]:hover {
background: #1ebcea;
cursor: pointer;
} .blog .format-aside .entry-title,
.archive .format-aside .entry-title {
display: none;
} .site-footer {
border-top: 1px solid #bdbdbd;
clear: both;
margin: 40px 0 0 0;
padding: 20px 0 0 0;
overflow: hidden;
}
.site-footer p {
font-size: 14px;
}
.site-info {
clear: both;
float: left;
}
.site-social {
float: right;
}
.site-social ul li {
float: left;
list-style: none;
margin-left: 5px;
margin-top: 0;
}
.site-social ul li a {
display: block;
font-size: 0px;
height: 18px;
width: 18px;
}
.social-facebook {
background: url(//imotionconsulting.com.ar/wpcore/wp-content/themes/imotion/images/site-social-icons.png) top left no-repeat;	
}
.social-facebook:hover {
background: url(//imotionconsulting.com.ar/wpcore/wp-content/themes/imotion/images/site-social-icons.png) bottom left no-repeat;	
}
.social-twitter {
background: url(//imotionconsulting.com.ar/wpcore/wp-content/themes/imotion/images/site-social-icons.png) top center no-repeat;	
}
.social-twitter:hover {
background: url(//imotionconsulting.com.ar/wpcore/wp-content/themes/imotion/images/site-social-icons.png) bottom center no-repeat;	
}
.social-vimeo {
background: url(//imotionconsulting.com.ar/wpcore/wp-content/themes/imotion/images/site-social-icons.png) top right no-repeat;	
}
.social-vimeo:hover {
background: url(//imotionconsulting.com.ar/wpcore/wp-content/themes/imotion/images/site-social-icons.png) bottom right no-repeat;	
} .site-header img,
.entry-content img,
.comment-content img,
.widget img {
max-width: 100%; }
.site-header img,
.entry-content img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"] {
height: auto; }
.site-header img,
.entry-content img,
img.size-full {
max-width: 100%;
width: auto; }
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
}
.wp-caption {
border: 1px solid #ccc;
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin: 1.2% auto 0;
max-width: 98%;
}
.wp-caption-text {
text-align: center;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.site-content .gallery {
margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-content .gallery a img {
border: none;
height: auto;
max-width: 90%;
}
.site-content .gallery dd {
margin: 0;
}
.site-content .gallery-columns-4 .gallery-item {
}
.site-content .gallery-columns-4 .gallery-item img {
} embed,
iframe,
object {
max-width: 100%;
} .site-content [class*="navigation"] {
margin: 0 0 1.5em;
overflow: hidden;
}
[class*="navigation"] .previous {
float: left;
width: 50%;
}
[class*="navigation"] .next {
float: right;
text-align: right;
width: 50%;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
} .widget {
margin: 0 0 1.5em;
} .widget select {
max-width: 100%;
} .widget_search .submit {
display: none;
}  .infinite-scroll .navigation-paging, .infinite-scroll.neverending .site-footer { display: none;
} .infinity-end.neverending .site-footer {
display: block;
}