.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 [inert] {
opacity: 0.5;
}
.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;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.so-widget-sow-image-default-8b5b6f678277 .sow-image-container {
display: flex;
align-items: flex-start;
}
.so-widget-sow-image-default-8b5b6f678277 .sow-image-container > a {
display: inline-block;
max-width: 100%;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
.so-widget-sow-image-default-8b5b6f678277 .sow-image-container > a {
display: flex;
}
}
.so-widget-sow-image-default-8b5b6f678277 .sow-image-container .so-widget-image {
display: block;
height: auto;
max-width: 100%;
}html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust:     100%;
overflow-x: hidden;
}
body {
margin: 0;
overflow-x: hidden;
}
* { 
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
outline: medium none;
} 
article,
aside,
details,
figcaption,
figure,
footer,
header,
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 {
outline: 0;
text-decoration: none;
background-color: transparent;
}
a:active,
a:hover {
outline: 0;
text-decoration: none !important;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
h1 {
font-size: 2em;
margin: 0.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: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 1em 40px;
}
hr {
box-sizing: content-box;
height: 0;
}
pre {
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 #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
} body,
button,
input,
select,
textarea {
font-family: 'Source Sans Pro', Helvetica Neue, Helvetica, arial, sans-serif;
color: #404040;
font-size: 16px;
font-weight: 400;
line-height: 1.5; 
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: 300;
clear: both;
margin-top: 0;
margin-bottom: 20px;
}
h1 { font-size: 36px; line-height: 40px; }
h2 { font-size: 32px; line-height: 36px; }
h3 { font-size: 28px; line-height: 32px; }
h4 { font-size: 24px; line-height: 28px; }
h5 { font-size: 20px; line-height: 24px; }
h6 { font-size: 16px; line-height: 20px; }
h3.service-title {
font-size: 22px;
line-height: 24px;
font-weight: 400;
}
p {
margin-top: 0;
margin-bottom: 20px;
}
b,
strong {
font-weight: bold;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
border-left: 5px solid #222;
border-radius: 0 4px 4px 0;
background: #f5f5f5;
color: #999;
font-style: italic;
margin: 0 0 1em;
padding: 22px 20px 1px;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 15px;
font-size: 0.9375rem;
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;
font-size: 15px;
font-size: 0.9375rem;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
small {
font-size: 75%;
}
big {
font-size: 125%;
} html {
box-sizing: border-box;
}
*,
*:before,
*:after { box-sizing: inherit;
}
body {
background: #fff; }
blockquote:before,
blockquote:after,
q:before,
q:after {
content: "";
}
blockquote,
q {
quotes: "" "";
}
hr {
background-color: #ccc;
border: 0;
height: 1px; 
}
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;
}
img {
height: auto; max-width: 100%; }
table {
margin: 0 0 1.5em;
width: 100%;
} button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: 1px solid;
border-color: #039BE5;
-webkit-border-radius: 100px;
border-radius: 100px;
background: #039BE5;
box-shadow: none;
color: #FFF;
font-size: 13px;
line-height: 1;
padding: 1em 2em;
text-shadow: none;
text-transform: uppercase;
font-weight: 600;
letter-spacing: 0.2em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
border-color: #039BE5;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
border-color: #039BE5;
}
input[type="text"],
input[type="email"],
input[type="url"],
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="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
padding: 3px;
}
textarea {
padding-left: 3px;
width: 100%;
}  a {
color: #039BE5;
}
a:hover,
a:focus,
a:active {
color: #039BE5;
}
a:focus {
outline: 0;
}
a:hover,
a:active {
outline: 0;
} .main-navigation {
clear: both;
display: block;
float: left;
width: 100%;
}
.main-navigation ul {
list-style: none;
margin: 0;
padding-left: 0;
}
.main-navigation li {
float: left;
position: relative;
}
.main-navigation a {
color: #404040;
font-weight: 600;
line-height: 5.5rem;
padding: 0 20px;
display: block;
text-decoration: none;
}
.site-header-home .main-navigation a {
color: #fff;
}
h1.site-title a { color:#ffffff; }
.main-navigation ul ul {
background: #fff;
border-top: 4px solid #039be5;
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
padding: 12px;
float: left;
position: absolute;
top: 5.5rem;
right: -999em;
z-index: 99999;
}
.main-navigation ul ul ul {
right: -999em;
top: 0;
}
.main-navigation ul ul a {
color: #666 !important;
width: 185px;
font-weight: 400;
line-height: 18px;
padding: 10px 20px;
-webkit-transition: 0.25s ease-in-out;
-moz-transition: 0.25s ease-in-out;
-o-transition: 0.25s ease-in-out;
transition: 0.25s ease-in-out;
}
.main-navigation ul ul ul a {
color: #666 !important;
font-weight: 400;
line-height: 18px;
padding: 10px 20px;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a {
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
background: #f5f5f5;
-webkit-transition: 0.25s ease-in-out;
-moz-transition: 0.25s ease-in-out;
-o-transition: 0.25s ease-in-out;
transition: 0.25s ease-in-out;
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
right: 50%;
margin-right: -35%;
}
.main-navigation ul ul li:hover > ul {
right: 100%;
margin-right: 0;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
} .menu-toggle, .toggle-menu {
display: none;
}
@media screen and (max-width: 960px) {
.toggle-menu {
display: block;
letter-spacing: 0;
margin-top: 23px;
}
.navigation-container button:hover, .navigation-container input[type="button"]:hover, .navigation-container input[type="reset"]:hover, .navigation-container input[type="submit"]:hover { 
background: #039be5; 
}
.main-navigation ul {
display: none;
}
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
margin: 0 0 1.5em;
overflow: hidden;
}
.comment-navigation .nav-previous, 
.paging-navigation .nav-previous, 
.post-navigation .nav-previous, 
.posts-navigation .nav-previous {
border: 1px solid #e6e7e8;
color: #222;
display: block;
float: left;
line-height: 22px;
padding: 25px 15px;
text-align: center;
width: 49%;
}
.comment-navigation .nav-next, 
.paging-navigation .nav-next, 
.post-navigation .nav-next, 
.posts-navigation .nav-next {
border: 1px solid #e6e7e8;
color: #222;
display: block;
float: right;
line-height: 22px;
padding: 25px 15px;
text-align: center;
width: 49%;
}  .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}
.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-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } .alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
} .clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
content: "";
display: table;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
clear: both;
} .widget {
margin: 0 0 1.5em;
} .widget select {
max-width: 100%;
}
.widget-area {
padding-left: 20px;
}
.sidebar-left {
padding-left: 0;
padding-right: 20px;
}
.widget-area ul {
padding: 0;
margin: 0;
list-style: none;
}
.widget-area input[type="search"] {
width: 100%;
}
.widget-title {
font-size: 17px;
text-transform: uppercase;
font-weight: 500;
letter-spacing: 0.2em;
margin-bottom: 0;
} .widget_search .search-submit, .widget_product_search input[type="submit"] {
display: none;
}
.site-footer .widget-title {
font-size: 15px;
color: #fff;
font-weight: 600;
letter-spacing: 0.1em;
}
.site-footer .widget_nav_menu ul {
list-style: none;
margin: 0;
padding: 0;
}
.home-form-widget input {
width: 100%;
} .site-header {
border-bottom: 1px solid #ccc;
width: 100%;
z-index: 100;
height: 5.5rem;
}
.site-header-home {
position: absolute;
top: 0;
height: 5.5rem;
width: 100%;
z-index: 9;
padding-bottom: 15px;
} 
#page-entry-content, #blog-entry-content, #page-right-entry-content {
position: relative;
max-width: 1240px;
margin: 0 auto;
padding-bottom: 20px;
}
#page-entry-content:before, #blog-entry-content:before {
background-color: #ccc;
content: "";
height: 100%;
position: absolute;
right: 25%;
top: 0;
width: 1px;
}
#page-right-entry-content:before {
background-color: #ccc;
content: "";
height: 100%;
position: absolute;
left: 25%;
top: 0;
width: 1px;
}
.site-title {
margin-bottom: 0;
line-height: 5.5rem;
}
.site-title img {
display: block;
padding-top: 1.25rem;
max-height: 68px; 
}
.site-branding {
float: left;
max-width: 300px;
width: auto;
}
.navigation-container {
float: right;
width: auto;
padding-right: 20px;
}
#home-hero {
width: 100%;
height: 650px;
position: relative;
}
#home-hero-slider {
width: 100%;
position: relative;
}
.panel-row-style {
background-attachment: fixed;
background-position: center center;
background-size: cover;
}
#home-content .hentry {
margin-bottom: 0;
}
.slider-container {
padding: 225px 0;
}
.fullscreen-slider, .fullscreen-slider .slick-list, .fullscreen-slider .slick-slide, .fullscreen-slider .bldr-hero-content-container {
height: 750px; 
height: 100%;
height: 100vh;
}
.fullscreen-slider .bldr-hero-content-container {
padding: 0;
}
.hero-video {
background-size: cover;
height: auto !important;
width: 100%;
}
.hero-video video {
display: block;
width: 100%;
}
.bldr-hero-content-container {
height: 100%;
display: table;
width: 100%;
}
.bldr-hero-content {
display: table-cell;
vertical-align: middle;
text-align: center;
}
.bldr-hero-content h1 {
font-size: 50px;
line-height: 54px;
margin-bottom: 15px;
color: #fff;
}
.bldr-hero-content h2 {
font-size: 22px;
line-height: 26px;
color: #fff;
}
.bldr-hero-content {
margin-top: 5px;
}
.bldr-hero-bg {
background-position: center center;
background-size: cover;
bottom: 0;
float: none;
left: 0;
margin: 0;
min-height: 0;
position: absolute;
top: 0;
width: 100%;
}
.bldr-hero-content {
margin-left: auto;
margin-right: auto;
max-width: 970px;
padding-left: 40px;
padding-right: 40px;
position: relative;
text-align: center;
color: #fff !important;
}
#home-services, #home-clients, #home-testimonials, #home-projects, #home-blog, #home-team-members, #home-skills, #details { 
text-align: center;
padding: 30px 0;
}
#projects-entry-content .projects, .testimonials, .services, .clients, skills, .details, .team { 
margin-bottom: 30px;
}
.projects .tri-clear {
margin-bottom: 40px;
}
.client-carousel {
padding: 0 30px;
}
.client-container {
width: 255px;
height: 150px;
padding: 0 30px;
}
.client-container img {
max-height: 150px;
width: auto;
margin: 0 auto;
position: relative;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.testimonial {
background: #f5f5f5;
color: #666;
border-radius: 4px;
border: 1px solid #dadada;
padding: 30px;
font-size: 14px;
line-height: 22px;
text-align: justify;
margin-top: 30px;
margin-bottom: 30px;
}
.testimonial h3 {
font-size: 18px;
line-height: 22px;
font-weight: 600;
margin-bottom: 0;
}
.testimonial h4 {
font-size: 14px;
line-height: 18px;
margin-bottom: 0;
}
.testimonial img {
border-radius: 100%;
width: 80px;
height: 80px;
border: 1px solid #dadada;
display: block;
margin: -70px auto 10px;
}
.team-members {
text-align: center;
}
.services {
text-align: center;
}
.services .service-icon {
width: 70px;
height: 70px;
font-size: 34px;
line-height: 70px;
background: #039be5;
color: #fff;
border-radius: 100%;
text-align: center;
margin-bottom: 15px;
}
#home-cta p { 
margin: 0 auto 20px; 
max-width: 600px;
text-align: center;
}
#home-news h5 { margin-top:15px; } 
.columns .fa { font-size:50px; margin-bottom:25px; }
.columns a {
font-size: 14px;
letter-spacing: 0.1em;
text-transform: uppercase;
}
#home-content h3.widget-title {   
font-size: 28px;
line-height: 36px;
clear: both;
font-weight: 300;
margin-bottom: 20px;
margin-top: 0;
text-transform:none;
letter-spacing:0em; 
}
.single-service, .single-member {
margin-bottom: 40px;
}
.site-footer {
padding: 30px 0 20px;
background: #161b1f;
color: #6c7980;
font-size: 14px;  
}
.site-footer a {
color: #ccc;
}
.site-footer ul {
margin: 0 0 0 1em;
padding: 0;
}
.social-bar {
background: #fff;
border-top: 1px solid #dadada;
border-bottom: 1px solid #dadada;
padding: 20px 0 40px;
text-align: center;
font-size: 20px;
color: #888;	
}
.social-bar span {
float: left;
font-size: 22px;
margin-right: 2%;
text-align: right;
width: 48%;
} 
.social-bar .fa {
color: #888888;
font-size: 22px !important;
padding: 10px 7px 0;
}   
.social-media-icons {
float: left;
margin: 0;
text-align: center; 
padding-left: 0;
width: 100%;
}   
.social-media-icons li {
color: #888888; 
display: inline-block;
float: none;     
list-style: none outside none;
line-height: 0px !important;
} 
.social-media-icons .fa a {
font-size: 18px; !important;    
margin: 0 20px;
padding: 0 7px;
line-height: 0px !important;
display: inline-block !important;
-o-transition:.5s;
-ms-transition:.5s;
-moz-transition:.5s;
-webkit-transition:.5s; transition:.5s; 
}
.social-media-icons .fa:hover { color: #039BE5; }
.social-media-icons .fa:hover a { color: #039BE5; }
.social { 
margin: 1rem 0; 
}
.skills-bg {
border: 1px solid #ededed;
display: table;
height: 20px;
position: relative;
width: 100%;
} 
.skills-bg {
border: 1px solid #ededed;
display: table;
height: 10px;
position: relative;
width: 100%;
}
.skills-info ul {
padding: 0;
margin: 0;
}
.skills-info ul li {
list-style: none outside none;
margin-bottom: 5px;
}
.skills-bg span {
background: none repeat scroll 0 0 #039be5;
display: table;
height: 10px;
left: 0;
position: absolute;
top: 0;
}
.skill1, .skill2, .skill3, .skill4, .skill5 {
transition: all 0.7s ease-in-out 0s;
width: 0;
}
.skills-info p {
color: #9a9a9a;
font-size: 13px;
margin-bottom: 1px;
text-align: left;
max-width: 100%;
}
.skills-info p span { 
color: #6a6a6a;
float: right;
}
.skills-p p {
text-align:left;
font-size:16px;
}
.skills-info { display:block; margin-bottom: 20px; } .progressBar {
width: 400px;
height: 22px;
background-color: #ddd;
}
.progressBar div {
height: 100%;
color: #fff;
text-align: right;
line-height: 22px; width: 0;
background-color: #039be5;
} 
.details-odometer {
text-align: center;
}
.details-odometer .fa {
font-size: 36px;
margin-bottom: 20px;
color:#039be5; 
display:block; 
}
.skills-p {
text-align: left;
padding-top: 15px;
}
.columns .column { margin-bottom:15px; min-height:250px; } .sticky {
display: block;
}
.hentry {
margin: 0 0 1.5em;
}
.byline,
.updated:not(.published) {
display: none;
}
.single .byline,
.group-blog .byline {
display: inline;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
}
#blog-entry-content article {
border-bottom: 1px dotted #ccc;
padding: 20px 0 50px;
}
#blog-entry-content article:last-child {
border-bottom: none;
}
img.archive-img {
width: 100%;
padding: 4px;
border: 1px solid #ccc;
margin-bottom: 10px;
}
span.meta-block {
display: inline-block;
font-size: 13px;
font-weight: 500;
margin-right: 30px;
}
span.meta-block ul {
display: inline-block;
list-style: outside none none;
margin: 0;
padding: 0;
}
span.meta-block ul a {
color: #404040;
}
span.meta-block img {
border-radius: 100px;
margin-bottom: -9px;
margin-right: 10px;
width: 30px;
}
span.meta-block .fa {
display: inline-block;
font-size: 16px;
margin-right: 5px;
} .blog .format-aside .entry-title,
.archive .format-aside .entry-title {
display: none;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}
.comments-area ol {
list-style: outside none none;
margin: 0;
}
.comments-area ol.children {
margin-left: 1.5em;
}
#comments input {
width: 100%;
}
#comments {
border-top: 1px dotted #999;
padding-top: 20px;
}
#comments img.avatar {
border-radius: 100px;
}
.comment-form-author, .comment-form-email, .comment-form-url {
float: left;
font-size: 15px;
font-weight: 500;
text-transform: uppercase;
width: 33.2833%;
}
.comment-form-author, .comment-form-email {
padding-right: 0.5em;
}
.form-allowed-tags {
display: none;
}
#reply-title {
font-size: 24px;
font-weight: 600;
margin-bottom: 0;
}
.comment-form-comment {
font-size: 15px;
font-weight: 500;
text-transform: uppercase;
}
.comment-notes {
font-size: 13px;
font-style: italic;
}
#comments {
border-top: 1px dotted #999;
padding-top: 20px;
}
#commentform {
margin-bottom: 40px;
}
h2.comments-title {
font-size: 20px;
line-height: 24px;
margin-bottom: 20px;
padding-top: 5px;
}
ol.comment-list {
border-bottom: 1px dotted #999;
list-style: outside none none;
margin: 0 0 30px;
padding-bottom: 30px;
}
li.comment article {
background: none repeat scroll 0 0 #fff;
border: 1px solid #e6e7e8;
margin-bottom: 8px;
overflow: auto;
padding: 15px;
}
footer.comment-meta {
float: left;
text-align: center;
width: 30%;
}
div.comment-author {
font-size: 16px;
}
div.comment-author img {
display: block;
margin: 0 auto;
}
div.comment-content {
float: right;
font-size: 16px;
width: 70%;
}
.comment-metadata {
font-size: 12px;
}
div.reply {
display: block;
font-size: 15px;
overflow: auto;
padding-left: 30%;
width: 100%;
}
p.form-submit input.submit {
padding: 15px;
}  .infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer { display: none;
} .infinity-end.neverending .site-footer {
display: block;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} embed,
iframe,
object {
max-width: 100%;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin: 0 auto;
}
.wp-caption-text {
text-align: center;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
} .gallery {
margin-bottom: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-caption {
display: block;
}
.grid-block {
height: auto;
position: relative;
width: 100%;
}
.grid-block img {
display: block;
width: 100%;
}
.grid-block .caption .fa {
background: #f5f5f5;
background: rgba(255,255,255,0.8);
color: #222;
margin: 0 auto;
text-align: center;
padding-top: 17px;
display: block;
width: 50px;
height: 50px;
-webkit-border-radius: 100px;
border-radius: 100px;
}
.grid-block .caption a {
display: block;
position: relative;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);	
}
#projects-entry-content .grid-block .caption .fa {
position: relative;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);	
}
.caption {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
display: none;
height: 100%;
left: 0;
position: absolute;
top: 0;
bottom: 0;
right: 0;
width: 100%;
}  .bldr-panel {
width: auto !important;	
}
.widget .bldr-panel,
section .bldr-panel {
padding: 40px 40px 0;
margin:0 auto;
text-align: center;
width: 100%;
max-width: 1240px;
min-width: 855px;
margin: 0 auto;
overflow: hidden;  
} #home-content .panel-grid-cell section { 
padding: 40px 0; 
text-align: center;
width: 100%;
max-width: 1240px;
min-width: 855px;
margin: 0 auto;
overflow: hidden;  
} 
.so-panel { 
padding: 40px 0; 
text-align: center;
width: 100%;
max-width: 1240px; 
min-width: 0px; 
margin: 0 auto;
overflow: hidden;  
}
.panel-grid-cell .so-panel.widget {
padding: 25px;
}
#home-content .panel-grid-cell section button { 
margin-bottom:25px; 
}
#home-content .panel-grid { 
margin-bottom:0 !important; 
} 
*, *:after, *:before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
body {
margin: 0px;
}
[class*='col-'] {
float: left;
padding-right: 40px; }
.col-home {
float:left;
padding-right:0px;
width: 100%;
}
.grid {
width: 100%;
max-width: 1240px;
min-width: 855px;
margin: 0 auto;
overflow: hidden;
}
.grid-home {
width: 100%;
margin: 0 auto;
overflow: hidden;
}
.grid:after {
content: "";
display: table;
clear: both;
}
.grid-home:after {
content: "";
display: table;
clear: both;
}
.grid-pad {
padding-top: 20px;
padding-left: 40px; padding-right: 0px; }
.grid-home-pad {
padding-top: 0px;
padding-right: 0px; } 
.push-right, .page-left-sidebar {
float: right;
}
.header-overflow {
overflow: visible;
padding-top: 0 !important;
}
.overflow {
overflow: visible;
}
.tri-clear:nth-child(4), 
.tri-clear:nth-child(7), 
.tri-clear:nth-child(10), 
.tri-clear:nth-child(13), 
.tri-clear:nth-child(16), 
.tri-clear:nth-child(19), 
.tri-clear:nth-child(22), 
.tri-clear:nth-child(25) {
clear: both;
} .col-1-1 {
width: 100%;
}
.col-2-3, .col-8-12 {
width: 66.66%;
}
.col-1-2, .col-6-12 {
width: 50%;
}
.col-1-3, .col-4-12 {
width: 33.33%;
}
.col-1-4, .col-3-12 {
width: 25%;
}
.col-1-5 {
width: 20%;
}
.col-1-6, .col-2-12 {
width: 16.667%;
}
.col-1-7 {
width: 14.28%;
}
.col-1-8 {
width: 12.5%;
}
.col-1-9 {
width: 11.1%;
}
.col-1-10 {
width: 10%;
}
.col-1-11 {
width: 9.09%;
}
.col-1-12 {
width: 8.33%
} .col-11-12 {
width: 91.66%
}
.col-10-12 {
width: 83.333%;
}
.col-9-12 {
width: 75%;
}
.col-5-12 {
width: 41.66%;
}
.col-7-12 {
width: 58.33%
} .push-2-3, .push-8-12 {
margin-left: 66.66%;
}
.push-1-2, .push-6-12 {
margin-left: 50%;
}
.push-1-3, .push-4-12 {
margin-left: 33.33%;
}
.push-1-4, .push-3-12 {
margin-left: 25%;
}
.push-1-5 {
margin-left: 20%;
}
.push-1-6, .push-2-12 {
margin-left: 16.667%;
}
.push-1-7 {
margin-left: 14.28%;
}
.push-1-8 {
margin-left: 12.5%;
}
.push-1-9 {
margin-left: 11.1%;
}
.push-1-10 {
margin-left: 10%;
}
.push-1-11 {
margin-left: 9.09%;
}
.push-1-12 {
margin-left: 8.33%
}
@media handheld, only screen and (max-width: 867px) {
.widget .bldr-panel,
section .bldr-panel {
width: 100%;
min-width: 0;
margin-left: 0px;
margin-right: 0px;
padding-left: 10px; padding-right: 10px; }
.grid {
width: 100%;
min-width: 0;
margin-left: 0px;
margin-right: 0px;
padding-left: 20px; padding-right: 10px; }
#home-content .panel-grid-cell section { 
width: 100%;
min-width: 0;
margin-left: 0px;
margin-right: 0px;
padding-left: 10px; padding-right: 10px; }
.so-panel { 
width: 100%;
min-width: 0;
margin-left: 0px;
margin-right: 0px;
padding-left: 10px; padding-right: 10px; } 
[class*='col-'] {
width: auto;
float: none;
margin-left: 0px;
margin-right: 0px;
margin-top: 10px;
margin-bottom: 10px;
padding-left: 0px;
padding-right: 10px; }
.col-home {  
width: auto;
float: none;
margin:0; padding:0; 
} [class*='mobile-col-'] {
float: left;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 10px;
padding-left: 0px;
padding-right: 10px; padding-bottom: 0px;
}
.mobile-col-1-1 {
width: 100%;
}
.mobile-col-2-3, .mobile-col-8-12 {
width: 66.66%;
}
.mobile-col-1-2, .mobile-col-6-12 {
width: 50%;
}
.mobile-col-1-3, .mobile-col-4-12 {
width: 33.33%;
}
.mobile-col-1-4, .mobile-col-3-12 {
width: 25%;
}
.mobile-col-1-5 {
width: 20%;
}
.mobile-col-1-6, .mobile-col-2-12 {
width: 16.667%;
}
.mobile-col-1-7 {
width: 14.28%;
}
.mobile-col-1-8 {
width: 12.5%;
}
.mobile-col-1-9 {
width: 11.1%;
}
.mobile-col-1-10 {
width: 10%;
}
.mobile-col-1-11 {
width: 9.09%;
}
.mobile-col-1-12 {
width: 8.33%
} .mobile-col-11-12 {
width: 91.66%
}
.mobile-col-10-12 {
width: 83.333%;
}
.mobile-col-9-12 {
width: 75%;
}
.mobile-col-5-12 {
width: 41.66%;
}
.mobile-col-7-12 {
width: 58.33%
}
.hide-on-mobile {
display: none !important;
width: 0;
height: 0;
}
.site-branding {
max-width: 70%;
}
#page-entry-content:before, 
#blog-entry-content:before,
#page-right-entry-content:before {
width: 0;
}
.testimonial {
margin-bottom: 60px;
}
.widget-area {
padding-left: 0;
}
.widget-area input[type="search"] {
width: 97%;
}
.comment-navigation .nav-previous, 
.paging-navigation .nav-previous, 
.post-navigation .nav-previous, 
.posts-navigation .nav-previous,
.comment-navigation .nav-next, 
.paging-navigation .nav-next, 
.post-navigation .nav-next, 
.posts-navigation .nav-next {
width: 100%;
margin-bottom: 10px;
}
#home-hero {
height: 350px;
}
.bldr-hero-content h1 {
font-size: 24px;
line-height: 28px;
}
.bldr-hero-content h2 {
display: none !important;
}
.panel-row-style {
background-attachment: scroll;
}
}