/*!
Theme Name: valdoweb
Theme URI: http://valdoweb.com/
Author: Valdoweb
Author URI: http://valdoweb.com/
Description: Theme made by Valdoweb.
Version: 1.0.0
Text Domain: vw
*/
a, body, span {
    font-weight: 300;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%}
body {
    margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden], template {
    display: none;
}
a {
    background-color: transparent;
}
a:active, a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b, optgroup, strong {
    font-weight: 700;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: .67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -.5em;
}
sub {
    bottom: -.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre, textarea {
    overflow: auto;
}
code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button, select {
    text-transform: none;
}
button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled], html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto;
}
input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}
legend {
    border: 0;
    padding: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td, th {
    padding: 0;
}
.site-header {
    position: relative;
    position: fixed;
    z-index: 1014;
    top: 20px;
    left: 12px;
}
.fixed-header .site-header {
    opacity: .95;
}
.logo {
    display: block;
    width: 170px;
    margin: 17px 5px;
}
.logo img {
    width: 100%;
    display: block;
}
@media only screen and (min-width:400px) {
    .logo {
    width: 220px;
    margin: 13px 7px;
}
}@media only screen and (min-width:600px) {
    .logo {
    width: 300px;
    margin: 7px;
}
}.main-navigation {
    float: left;
}
.site-branding {
    float: left;
    margin-left: 2px;
    background-color: #fff;
    height: 54px;
}
.nav-container {
    position: fixed;
    z-index: 1012;
    width: 40%;
    left: -40%;
    text-align: center;
    -webkit-transition: linear all .2s;
    transition: linear all .2s;
}
.nav-container .primary-menu {
    margin-top: 134px;
    padding: 0;
}
.nav-container .primary-menu li {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-transition: linear all .3s;
    transition: linear all .3s;
}
.nav-container .primary-menu li:first-child {
    margin-left: auto;
}
.nav-container .primary-menu li:last-child {
    margin-right: auto;
}
.nav-container .primary-menu a {
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background-color: #e84a5f;
    opacity: .9;
    padding: 25px;
    margin: 0 1px 1px 0;
}
.nav-container .primary-menu a:hover {
    opacity: .7;
}
.front-page .primary-menu {
    margin-top: 76px;
}
.fixed-header .primary-menu li {
    opacity: .95;
}
.gallery-item:hover, .so-widget-sow-image a:hover {
    opacity: .8;
}
.menu-toggle {
    position: relative;
    cursor: pointer;
    height: 54px;
    width: 76px;
    background-color: #e84a5f;
    z-index: 1013;
}
.menu-toggle:hover .burger {
    right: 20px;
    left: 20px;
}
.menu-toggle .burger, .menu-toggle .burger::after, .menu-toggle .burger::before {
    position: absolute;
    height: 2px;
    background: #fff;
    display: block;
    content: '';
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    right: 0;
    left: 0;
}
.menu-toggle .burger {
    right: 18px;
    left: 18px;
    top: 26px;
}
.menu-toggle .burger::after {
    top: -14px;
}
.menu-toggle .burger::before {
    bottom: -14px;
}
.menu-open .burger {
    background-color: transparent;
}
.site-footer, body {
    background-color: #e6e6e6;
}
.menu-open .burger:before {
    top: 0!important;
    bottom: -14px!important;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.menu-open .burger:after {
    -webkit-transform: translateY(-12px)rotate(-45deg);
    -ms-transform: translateY(-12px)rotate(-45deg);
    transform: translateY(-12px)rotate(-45deg);
    top: 12px!important;
}
.menu-open .nav-container {
    left: 12px;
}
.post-thumbnail {
    display: block;
    width: 100%}
.page-single article {
    padding-top: 75px;
}
.page-single article h1 {
    margin: 0;
    text-align: center;
    padding-top: 2px;
    padding-bottom: 8px;
    color: #fff;
}
a, body, span {
    color: #323232;
}
.page-single article .first, .page-single article .second {
    margin-top: 20px;
}
@media only screen and (min-width:1050px) {
    .nav-container .primary-menu a {
    font-size: 24px;
}
.page-single article .first {
    float: left;
    clear: none;
    text-align: inherit;
    width: 65.6666666666667%;
    margin-left: 0;
    margin-right: 3%}
.page-single article .first:after, .page-single article .first:before {
    content: '';
    display: table;
}
.page-single article .first:after {
    clear: both;
}
.page-single article .first:last-child {
    margin-right: 0;
}
}@media only screen and (min-width:1410px) {
    .page-single article .first {
    float: left;
    clear: none;
    text-align: inherit;
    width: 57.0833333333333%;
    margin-left: 0;
    margin-right: 3%}
.page-single article .first:after, .page-single article .first:before {
    content: '';
    display: table;
}
.page-single article .first:after {
    clear: both;
}
.page-single article .first:last-child {
    margin-right: 0;
}
}@media only screen and (min-width:1050px) {
    .page-single article .second {
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.3333333333333%;
    margin-left: 0;
    margin-right: 3%}
.page-single article .second:after, .page-single article .second:before {
    content: '';
    display: table;
}
.page-single article .second:after {
    clear: both;
}
.page-single article .second:last-child {
    margin-right: 0;
}
}@media only screen and (min-width:1410px) {
    .page-single article .second {
    float: left;
    clear: none;
    text-align: inherit;
    width: 39.9166666666667%;
    margin-left: 0;
    margin-right: 3%}
.page-single article .second:after, .page-single article .second:before {
    content: '';
    display: table;
}
.page-single article .second:after {
    clear: both;
}
.page-single article .second:last-child {
    margin-right: 0;
}
}.site-footer {
    padding: 25px;
    text-align: center;
}
.site-footer .footer-list {
    display: inline-block;
    list-style: none;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.site-footer .footer-list li {
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 10px;
}
.site-footer .footer-list li:last-child {
    border: 0;
}
@media only screen and (min-width:800px) {
    .site-footer .footer-list li {
    float: left;
    border-right: 1px solid rgba(30, 30, 30, .3);
    padding-bottom: 0;
}
}article .container .content .text, main {
    padding-bottom: 50px;
}
.site-footer .footer-list li a, .site-footer .footer-list li span {
    font-size: 15px;
    display: block;
    line-height: .9em;
    text-transform: uppercase;
}
@media only screen and (min-width:600px) {
    .site-footer .footer-list li a, .site-footer .footer-list li span {
    font-size: 13px;
}
}body {
    font-family: Roboto, sans-serif;
    font-size: 18px;
}
.front-page .article01 .home-intro .name, h1, h2, h3 {
    font-family: "Roboto Condensed", sans-serif;
}
a, span {
    text-decoration: none;
}
p {
    margin: 0 0 18px;
}
article {
    min-height: 60vh;
    width: 100%}
article .single-title {
    background-color: #e84a5f;
    margin: 0 12px;
}
article .container {
    overflow: hidden;
}
article .container .content {
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0;
    margin-right: 3%;
    margin-top: 5px;
}
.container:after, .front-page .article01 .home-intro .intro-img:after, article .container .content:after {
    clear: both;
}
article .container .content:after, article .container .content:before {
    content: '';
    display: table;
}
article .container .content:last-child {
    margin-right: 0;
}
main {
    margin-bottom: 20px;
    min-height: 85vh;
    background-color: #fff;
}
.container {
    width: auto;
    max-width: 2000px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 25px;
    padding-right: 25px;
}
.container:after, .container:before {
    content: '';
    display: table;
}
.so-widget-sow-image a {
    display: block;
}
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
    display: block;
    margin: 5px 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.alignleft, a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    max-width: 96%;
    padding: 0;
    font-size: 13px;
}
.wp-caption.alignleft, .wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0;
    height: auto;
    margin: 0;
    width: 100%;
    padding: 0;
}
.wp-caption p.wp-caption-text {
    margin: 0;
    padding: 0;
    word-break: break-all;
    text-align: justify;
}
.gallery-item {
    margin: 0 0 30px;
    -webkit-transition: opacity .3s linear;
    transition: opacity .3s linear;
}
@media only screen and (min-width:600px) {
    .gallery-item {
    float: left;
    width: 32%;
    margin: 0 1% 1% 0;
}
}@media only screen and (min-width:1050px) {
    .gallery-item {
    width: 49%}
}.gallery-item img {
    width: 100%;
    height: auto;
}
.front-page .article01 {
    position: relative;
    z-index: 0;
    height: 100vh;
}
.front-page .article01 .container, .front-page .article01 .content {
    height: 100vh;
}
.front-page .article01 .video-container {
    position: absolute;
    z-index: -1;
    top: 54px;
    left: 0;
    bottom: 0;
    right: 0;
}
.front-page .article01 .home-intro {
    height: 100vh;
    z-index: 1;
    text-align: center;
    color: #fff;
    display: table;
    width: 100%}
.front-page .article01 .home-intro .cell {
    display: table-cell;
    vertical-align: middle;
}
.front-page .article01 .home-intro .tagline {
    font-size: 22px;
    margin-bottom: 20px;
}
.front-page .article01 .home-intro .name {
    font-size: 44px;
    font-weight: 700;
    text-transform: uppercase;
}
.front-page .article01 .home-intro .name .c1 {
    color: #b63c38;
}
.front-page .article01 .home-intro .name .c2 {
    color: #3274a3;
}
.front-page .article01 .home-intro .name .c3 {
    color: #78a94e;
}
.front-page .article01 .home-intro .name .c4 {
    color: #ceb535;
}
.front-page .article01 .home-intro .intro-img {
    max-width: 1440px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    width: 80%;
    margin-bottom: 25px;
}
.front-page .article01 .home-intro .intro-img:after, .front-page .article01 .home-intro .intro-img:before {
    content: '';
    display: table;
}
@media only screen and (min-width:800px) {
    .front-page .article01 .home-intro .intro-img {
    width: 70%}
}@media only screen and (min-width:1050px) {
    .front-page .article01 .home-intro .intro-img {
    width: 65%}
}.front-page .article01 .home-intro .horizontal-line {
    margin-bottom: 10px;
    width: 38%;
    border: 0;
    height: 1px;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0)0, #fff 50%, rgba(255, 255, 255, 0)100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0)0, #fff 50%, rgba(255, 255, 255, 0)100%);
}
.front-page .article01 .background-container, .front-page .article01 .white-arrow, .front-page .article02 .white-arrow {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.front-page .article01 .white-arrow, .front-page .article02 .white-arrow {
    z-index: 2;
    background-image: url(img/white-arrow.svg);
    width: 100%;
    height: 30px;
}
.front-page .article01 .background-container {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: url(img/home-background.jpg);
}
.front-page .article01 .white-arrow {
    position: absolute;
    bottom: 0;
}
.front-page .article02 {
    position: relative;
}
.front-page .article02 .white-arrow {
    position: absolute;
    bottom: 0;
}
.front-page .article03 {
    position: relative;
}
.wpcf7 p {
    margin: 0;
    padding: 0;
}
.ct-element {
    margin-bottom: 10px;
}
.ct-element .ct-label {
    margin-bottom: 2px;
}
.acceptance {
    text-decoration: underline;
}
input[type=text], input[type=password], input[type=date], input[type=datetime], input[type=email], input[type=tel], input[type=time], input[type=url], input[type=number], input[type=search], textarea {
    width: 100%;
    border: 1px solid #bcbcbc;
    border-radius: 2px;
    display: block;
    margin: 0 0 12px;
    padding: 4px;
    height: 30px;
}
textarea {
    height: auto;
}
input[type=submit] {
    padding: 12px;
    background-color: #c8c8c8;
    border: 0;
    color: #323232;
    border-radius: 2px;
    -webkit-transition: linear all .1s;
    transition: linear all .1s;
    text-transform: uppercase;
}
input[type=submit]:hover {
    background-color: #323232;
    border: 0;
    color: #e6e6e6;
    cursor: pointer;
}