.one_half {width:50%;}.one_third {width:33.33%;}.two_third {width:66.66%;}.one_fourth {width:25%;}.three_fourth {width:75%;}.one_fifth {width:20%;}.two_fifth {width:40%;}.three_fifth {width:60%;}.four_fifth {width:80%;}.one_sixth {width: 16.66%;}.five_sixth {width: 83.33%;}.one_half, .one_third, .two_third, .one_fourth, .three_fourth,.one_fifth,.two_fifth, .three_fifth, .four_fifth,.one_sixth, .five_sixth {display:inline-block;box-sizing:border-box;vertical-align:top;}.socialbox, .socialbox li {margin:0;padding:0;} ul.socialbox li {display:inline-block;list-style:none;}
.social_icon li {width:32px; height:32px; margin:2px;overflow:hidden;}
.social_icon a {border-radius: 5px;display:inline-block; background: none no-repeat scroll center center #DAE1E4; width:100%; height:100%;}
.social_icon a img, .social_svg a img, .social_svg a svg { height: auto; margin: 6px; width: 20px; }
.social_svg path, .social_svg rect, .social_svg circle, .social_svg polygon, .social_svg text {fill:#fff;}
.social_icon .socialbox_email1 a, .social_icon .socialbox_phone1 a, .social_icon .socialbox_fax1 a, .social_icon .socialbox_addr1 a{background-color:#dae1e4;}
.social_icon .socialbox_email2 a, .social_icon .socialbox_phone2 a, .social_icon .socialbox_fax2 a, .social_icon .socialbox_addr2 a{background-color:#cae1f1;}
.social_icon .socialbox_email3 a, .social_icon .socialbox_phone3 a, .social_icon .socialbox_fax3 a, .social_icon .socialbox_addr3 a{background-color:#4292cb;}
.social_icon .socialbox_email4 a, .social_icon .socialbox_phone4 a, .social_icon .socialbox_fax4 a, .social_icon .socialbox_addr4 a{background-color:#f8e396;}
.social_icon .socialbox_email5 a, .social_icon .socialbox_phone5 a, .social_icon .socialbox_fax5 a, .social_icon .socialbox_addr5 a{background-color:#5ba445;}
.social_icon .socialbox_email6 a, .social_icon .socialbox_phone6 a, .social_icon .socialbox_fax6 a, .social_icon .socialbox_addr6 a{background-color:#e25d4c;}
.social_icon .socialbox_email7 a, .social_icon .socialbox_phone7 a, .social_icon .socialbox_fax7 a, .social_icon .socialbox_addr7 a{background-color:#f2923b;}
.social_icon .socialbox_rss a {background-color:#F36F24;} .social_icon .socialbox_facebook a {background-color:#3B579D;} .social_icon .socialbox_twitter a {background-color:#55ACEE;} .social_icon .socialbox_linkedin a {background-color:#007BB6;} .social_icon .socialbox_etsy a {background-color:#D15600;} .social_icon .socialbox_youtube a {background-color:#cd201f;} #youtube-lozenge path {fill: #fff;}
.social_icon .socialbox_googleplus a {background-color:#dd4b39;} .social_icon .socialbox_instagram a {background-color:#555;} .social_icon .socialbox_pinterest a {background-color:#CB2027;} #pinterest-p {fill:#fff;} .social_icon .socialbox_flickr a {background-color:#eee;} #flickr_pink {fill:#FF0084;} #flickr_blue {fill:#0063DC;} .social_icon .socialbox_vimeo a {background-color:#1AB7EA;}.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
width: 1px;
margin: 0;
padding: 0;
border: 0;
}
.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 {
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 .ajax-loader {
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;
}
.wpcf7 form.submitting .ajax-loader {
visibility: visible;
}
.wpcf7 .ajax-loader::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 .ajax-loader::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;
}