/*

Theme Name: Design Web

Author: Design Web - Sean Harrington

Author URI: http://designweblouisville.com

Description: Theme created by Design Web

Version: 1.0.0

Last Updated Aug 4 2022

*/

@import url("https://fonts.googleapis.com/css?family=Lato:400,700|Poppins:900|Roboto+Slab");

/*--------------------------------------------------------------

# Normalize

--------------------------------------------------------------*/

html {

font-family: sans-serif;

-webkit-text-size-adjust: 100%;

-ms-text-size-adjust: 100%;

}

* {

box-sizing: border-box;

}

body {

margin: 0;

font-size: 16px;

line-height: 1.1em;

font-family: 'Lato', sans-serif;

color: #2d2d2d;

min-width: 319px;

}

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 {

background-color: transparent;

}

a:active,

a:hover {

outline: 0;

}

abbr[title] {

border-bottom: 1px dotted;

}

b,

strong {

font-weight: bold;

}

dfn {

font-style: italic;

}

h1 {

font-size: 2em;

margin: 0.67em 0;

font-family: 'Poppins', sans-serif;

}

h2 {

font-family: 'Poppins', sans-serif;

}

h3, h4 {

font-family: 'Roboto Slab', serif;

}

h1, h2, h3, h4 {

margin: 0;

line-height: 1.2em;

}

p {

line-height: 1.4em;

}

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-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;

}

html {

box-sizing: border-box;

}

*,

*:before,

*:after {

/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */

box-sizing: inherit;

}

body {

background: #fff;

/* Fallback for when there is no custom background color defined. */

}

ul,

ol {

margin: 0;

}

ul {

list-style: none;

padding-left: 0;

}

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;

/* Make sure images are scaled correctly. */

max-width: 100%;

/* Adhere to container width. */

}

a {

transition: .2s ease all;

}

a:focus {

outline: thin dotted;

}

a:hover,

a:active {

outline: 0;

}

.clearfix {

clear: both;

}

/*--------------------------------------------------------------

# Accessibility

--------------------------------------------------------------*/

/* Text meant only for screen readers. */

.screen-reader-text {

clip: rect(1px, 1px, 1px, 1px);

position: absolute !important;

height: 1px;

width: 1px;

overflow: hidden;

}

.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;

/* Above WP toolbar. */

}

/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {

outline: 0;

}

/*--------------------------------------------------------------

# 404 / Site Info Page

--------------------------------------------------------------*/

.error-404 {

margin: 0 auto;

max-width: 1170px;

min-height: 50vh;

padding: 20px;

text-align: center;

}

.error-404 h1 {

font-size: 3em;

}

.error-404 h2 {

font-size: 6em;

margin: 0;

padding: 0;

}

/*--------------------------------------------------------------

# Social Media Spritesheet

--------------------------------------------------------------*/

.socialmedia > h2 {

display: inline-block;

font-size: 0.9em;

vertical-align: middle;

}

.socialmedia > ul {

display: inline-block;

padding-left: 15px;

vertical-align: middle;

}

.socialmedia li {

display: inline-block;

}

.socialmedia a {

background-image: url("/wp-content/themes/designweb/img/socialspritesheet.png");

display: block;

height: 32px;

text-indent: -9999px;

width: 32px;

background-repeat: no-repeat;

}

.socialmedia .fb a {

background-position: -39px 0;

}

.socialmedia .tw a {

background-position: -71px 0;

}

.socialmedia .ig a {

background-position: 0 0;

}

.socialmedia .fb a:hover {

background-position: -39px -37px;

}

.socialmedia .tw a:hover {

background-position: -71px -37px;

}

.socialmedia .ig a:hover {

background-position: 0 -37px;

}

/*--------------------------------------------------------------

# Header

--------------------------------------------------------------*/

.menu-toggle {

background-color: #056937;

border: 0 none;

color: #fff;

cursor: pointer;

font-size: 1.5em;

font-weight: bold;

line-height: 1.2em;

margin: 10px auto;

max-width: 300px;

outline: 0 none;

padding: 10px;

text-align: center;

transition: all 0.3s ease 0s;

width: 100%;

}

.arrowmove {

position: relative;

transition: .3s ease all;

right: 0;

}

.menu-toggle:hover .arrowmove {

right: 20px;

}

nav#site-navigation .nav-menu > li > a {

color: #555;

font-size: 1.1em;

padding: 10px 0;

text-decoration: none;

text-transform: uppercase;

border-bottom: 3px solid #fff;

}

nav#site-navigation .nav-menu > li.current_page_item > a {

color: #3db54a;

}

nav#site-navigation .nav-menu > li > a:hover {

border-bottom: 2px solid #3db54a;

}

.topbluebar, .bluefootbar {

background-color: #056937;

color: #fff;

display: block;

text-align: center;

width: 100%;

}

.topbluebar p, .bluefootbar p {

font-size: 1em;

font-weight: 300;

line-height: 1.3em;

margin: 0;

padding: 8px 10px 5px;

text-transform: uppercase;

}

.topbluebar p, .topbluebar img {

display: inline-block;

vertical-align: middle;

}

.topbluebar a {

color: #fff;

text-decoration: none;

}

.topbluebar img {

box-sizing: border-box;

max-height: 30px;

padding: 3px 0;

}

.site-branding {

margin: 0 auto;

max-width: 270px;

padding: 10px;

}

.site-branding > img {

display: block;

width: 100%;

}

.closebutton {

border: 2px solid #fff;

font-size: 0.9em;

margin-top: 20px;

padding: 5px 10px;

margin-bottom: 50px;

display: block;

transition: .2 ease all;

}

.breadcrumbs {

background-color: #eee;

background-image: url("../images/breadcrumbbg.jpg");

padding: 30px 10px;

}

.breadcrumbs .limitedcontent > div {

display: inline-block;

vertical-align: middle;

width: 49.5%;

}

.breadcrumbs a {

color: #fff;

text-decoration: none;

}

.breads {

color: #fff;

text-align: right;

}

.currentpage > h2 {

color: #fff;

font-size: 1.7em;

font-weight: 300;

}

/*--------------------------------------------------------------

# Footer

--------------------------------------------------------------*/

.footcol {

text-align: center;

line-height: 1.3em;

}

.footcol a {

color: #1d1d1d;

text-decoration: none;

}

.footcol a:hover {

text-decoration: underline;

}

#bottom {

background: #f2f2f2;

font-size: 13px;

padding: 30px 0;

position: relative;

z-index: 1;

}

.copyright {

margin-bottom: 0 !important;

text-align: center;

}

/* top footer social icons */

.social-icons {

display: block;

margin: 0 auto 24px;

text-align: center;

}

div[class|="social-icon"] {

display: inline-block;

height: 37px;

margin: 0 3px 6px;

overflow: hidden;

position: relative;

width: 37px;

}

div[class|="social-icon"] a {

background: #585858;

display: block;

height: 100%;

position: relative;

width: 100%;

}

div[class|="social-icon"] a:before {

content: '';

height: 100% !important;

margin-top: 1px;

position: absolute;

top: 100%;

width: 100%;

z-index: 0;

}

.social-icon-twitter a:before {

background: #2ea9e4;

}

.social-icon-facebook a:before {

background: #3c5a98;

}

.social-icon-pinterest a:before {

background: #cb2028;

}

.social-icon-youtube a:before {

background: #df3434;

}

.social-icon-vimeo a:before {

background: #0ec4ef;

}

.social-icon-flickr a:before {

background: #ff0084;

}

.social-icon-linkedin a:before {

background: #006699;

}

.social-icon-rss a:before {

background: #fd6804;

}

div[class|="social-icon"] a {

display: block;

-moz-transition: all 0.2s ease-in-out;

-ms-transition: all 0.2s ease-in-out;

-o-transition: all 0.2s ease-in-out;

-webkit-transition: all 0.2s ease-in-out;

transition: all 0.2s ease-in-out;

}

div[class|="social-icon"] a:hover {

margin-top: -38px;

}

div[class|="social-icon"] a:hover img {

margin-top: 1px;

}

div[class|="social-icon"] a img {

position: relative;

z-index: 1;

}

.copyright a {

color: #1d1d1d;

text-decoration: none;

}

.copyright a:hover {

text-decoration: underline;

}

.circle {

background: #585858 none repeat scroll 0 0;

border-radius: 100%;

display: block;

height: 78px;

margin: 0 auto 20px;

position: relative;

width: 78px;

border: 5px solid #585858;

transition: .2s ease all;

}

.circlewrap {

border: 2px solid #585858;

border-radius: 100%;

display: block;

height: 78px;

margin: -5px;

padding: 10px;

width: 78px;

}

.footcol {

color: #1d1d1d;

}

.footcol h4 {

font-family: Lato,sans-serif;

font-size: 18px;

line-height: 20px;

margin-bottom: 20px;

text-transform: uppercase;

}

.footcol ul li a::before {

background: rgba(0, 0, 0, 0) url("../images/icon_arrow4_grey.png") no-repeat scroll 0 50%;

content: "";

display: inline-block;

height: 15px;

width: 16px;

vertical-align: middle;

}

.footcol ul li a {

vertical-align: middle;

display: inline-block;

padding: 10px 16px 10px 16px;

position: relative;

transition: all 0.2s ease-in-out 0s;

}

.footcol ul li {

background: rgba(0, 0, 0, 0) none repeat scroll 0 0;

border-top: 1px solid #bbbbbb;

margin: 0;

padding: 3px 0 4px;

}

.footcol ul {

list-style: outside none none;

margin: -3px 0 0;

padding: 0;

}

.footcol ul li:first-child {

border: medium none;

}

.footcol > p {

padding: 0 20px;

}

.sponsorlogo img {

display: block;

margin: 0 auto;

padding: 10px 50px;

max-width: 250px;

}

.upcity > img {

padding: 20px;

}

.circleicon {

display: inline-block;

height: 36px;

line-height: 100%;

text-align: center;

width: 36px;

background-image: url("../images/footericons.png");

margin-top: 8px;

transition: .2s ease all;

}

.circle:hover .circleicon {

filter: brightness(0.7);

}

.circle:hover .circlewrap {

border: 2px solid #666;

}

.circle:hover {

border: 5px solid #fff;

}

.circleposts {

background-position: -20px -19px;

}

.circleabout {

background-position: -70px -22px;

}

.circleemail {

background-position: -124px -22px;

}

/*--------------------------------------------------------------

# Page Content

--------------------------------------------------------------*/

.limitedcontent {

max-width: 1170px;

margin: 0 auto;

}

.topbanner, .abouttopvid {

position: relative;

background-repeat: no-repeat;

background-position: center -100px;

background-size: cover;

-webkit-box-shadow: inset 0 7px 9px -7px rgba(0, 0, 0, 0.4);

box-shadow: inset 0 7px 9px -7px rgba(0, 0, 0, 0.7);

background-color: #ccc;

overflow: hidden;

z-index: 2;

}

.abouttopvid h1 {

font-weight: 300;

left: 0;

position: absolute;

right: 0;

/* text-align: center; */

top: 20%;

text-transform: uppercase;

padding: 13% 10px 10px 10px !important;

}

.centerblock {

color: #fff;

display: block;

line-height: 2em;

margin: 0 auto;

max-width: 1170px;

padding: 0 10px;

position:relative;

z-index: 2;

}

.ghostbut {

color: #fff;

display: inline-block;

font-weight: 900;

margin: 5px;

padding: 15px;

text-align: center;

text-decoration: none;

text-transform: uppercase;

border: 1px solid #fff;

background-color: #056937;

}

.ghostbut:hover {

background-color: #FFF;

color: #1d1d1d;

}

.ghostbutb, .blognav > a {

color: #1d1d1d;

display: inline-block;

font-weight: 300;

margin: 5px;

padding: 15px;

text-align: center;

text-decoration: none;

text-transform: uppercase;

border: 1px solid #1d1d1d;

}

.ghostbutb:hover, .blognav > a:hover {

background-color: #1d1d1d;

color: #fff;

}

.centerblock h2 {

margin: 0;

padding: 20px 0;

text-transform: uppercase;

font-size: 1.7em;

text-shadow: 0 0 10px #000;

}

.centerblock > h3 {

font-size: 1.2em;

margin: 0 auto;

max-width: 750px;

padding: 10px;

line-height: 1.4em;

}

.centerblock h2 span {

color: #056937;

}

.topbanner video, .abouttopvid video {

position: absolute;

left: 50%;

min-width: 100%;

min-height: 100%;

width: auto;

height: auto;

z-index: -100;

background-repeat: no-repeat;

background-size: cover;

transition: 1s opacity;

max-height: 1200px;

}

.topbanner video {

transform: translateX(-50%) translateY(-50%);

top: 50%;

}

.abouttopvid video {

transform: translateX(-50%);

}

.centerblock h1 {

display: block;

font-weight: bold;

line-height: 1.1em;

margin: 0;

padding-top: 20%;

position: relative;

text-transform: uppercase;

text-shadow: 0 0 10px #000;

}

.portfoliotext {

line-height: 1.3em;

padding: 20px;

text-align: center;

}

.portfolioinner {

position: relative;

}

.portfoliotext h2 a {

color: #056937;

font-size: 1.5em;

font-weight: bold;

line-height: 1.2em;

text-decoration: none;

text-transform: uppercase;

}

.portfoliotext h2 a:hover {

color: #2c2c2c;

}

.portfoliotext > p {

font-size: 0.8em;

}

.portfoliotext p a {

color: #056937;

font-size: 1.4em;

font-weight: bold;

text-decoration: none;

}

.bluetext {

color: #056937;

font-weight: bold;

}

.callout {

padding: 50px 10px 60px;

text-align: center;

}

hr {

border: 0 none;

display: block;

height: 2px;

max-width: 100px;

}

hr.smallbar {

background-color: #ccc;

margin: 0 auto;

text-align: center;

}

hr.thickbar {

background-color: #fff;

margin: 10px auto;

text-align: right;

}

.callout > h2 {

font-size: 2em;

padding: 5px 0;

text-transform: uppercase;

}

.callout > h3 {

color: #056937;

font-size: 1.5em;

font-weight: normal;

padding: 5px 0 20px;

}

.callout > p {

font-size: 1.3em;

padding-top: 15px;

line-height: 1.5em;

margin: 0;

}

.mobilefriends, .sitestext, .socialsect {

background-repeat: no-repeat;

color: #fff;

}
.mobilefriends h3, .sitestext h3, .socialsect h3, .questionsect h3 {

font-weight: normal;

padding-bottom: 10px;

}

.mobilefriends p, .sitestext p, .socialsect p, .questionsect p {

line-height: 1.5em;

}

.mobilefriends a, .sitestext a, .socialsect a, .questionsect a {

margin: 20px 0 10px;

}

.latestprojects > h2, .questionssect > h2 {

font-size: 3em;

padding: 55px 10px 0;

text-align: center;

text-transform: uppercase;

}

.latestprojects > h3, .questionssect > h3 {

font-size: 1.5em;

font-weight: normal;

padding: 10px 10px 30px;

text-align: center;

}

.customsites {

background-color: #3db54a;

padding: 50px 10px 0;

position: relative;

}

.sitesimg {

border: 20px solid #2c2c2c;

border-radius: 15px;

position: relative;

z-index: 1;

max-height: 400px;

max-width: 500px;

overflow:hidden;

}

.sitesimg > img {

display: block;

width: 100%;

}

.socialsect {

position: relative;

z-index: 1;
	background-size:cover;

}

.portfoliotext p a:hover {

color: #2c2c2c;

}

.aboutmain > h2 {

font-size: 2.25em;

font-weight: 400;

line-height: 1.6em;

text-align: center;

text-transform: uppercase;

}

.aboutmain h3 {

font-weight: 300;

text-align: center;

text-transform: uppercase;

}

.aboutmain {

padding: 70px 10px 80px;

}

.abouthr {

background-color: #2c2c2c;

margin-bottom: 20px;

margin-top: 50px;

max-width: 500px;

}

.iconlines img {

background-color: #fff;

display: block;

margin: -55px auto 0;

padding: 10px 20px;

}

.becomeapart {

background-color: #2f2933;

color: #fff;

}

.becomeapart .leftcontent > h3 {

font-size: 1.1em;

font-weight: 300;

padding-bottom: 5px;

}

.becomeapart .leftcontent > h2 {

color: #3db54a;

font-size: 1.6em;

font-weight: 900;

text-transform: uppercase;

}

.becomeapart .leftcontent > hr {

background-color: #fff;

margin: 15px 0 10px;

}

.becomeapart .leftcontent > p {

font-size: 0.9em;

padding-bottom: 20px;

}

.whatcanwedo {

background-color: #1d1d1d;

color: #fff;

}

.whatcanwedo .leftcontent {

vertical-align: bottom;

}

.whatcanwedo .rightcontent {

padding: 50px 10px;

}

.whatcanwedo .rightcontent > h2 {

font-size: 1.7em;

font-weight: 400;

text-transform: uppercase;

padding-bottom: 50px;

}

.accordioncontent {

display: block;

}

.accclick h3 {

background-color: #056937;

display: inline-block;

font-family: poppins;

font-size: 1em;

font-weight: 500;

line-height: 1em;

margin-left: -3px;

padding: 12px;

text-transform: uppercase;

vertical-align: middle;

width: calc(100% - 42px);

-webkit-transition: all .4s ease;

-moz-transition: all .4s ease;

-ms-transition: all .4s ease;

-o-transition: all .4s ease;

transition: all .4s ease;

}

.accclick span::before {

background-color: #2f364f;

content: "+";

display: inline-block;

font-size: 2em;

font-weight: 900;

padding: 11px;

vertical-align: middle;

-webkit-transition: all .4s ease;

-moz-transition: all .4s ease;

-ms-transition: all .4s ease;

-o-transition: all .4s ease;

transition: all .4s ease;

}

.opened .accclick h3 {

background-color: #099247;

}

.opened .accclick > span::before {

background-color: #3db54a;

color: #1d1d1d;

content: "-";

min-width: 40px;

text-align: center;

}

.acccont {

max-height: 0;

margin: 5px;

padding: 10px 5px;

overflow: hidden;

transition-property: all;

transition-duration: .6s;

transition-timing-function: cubic-bezier(0, 1, 0.5, 1);

-webkit-transition-property: all;

-webkit-transition-duration: .6s;

-webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);

}

.accclick {

cursor: pointer;

border: 1px solid #1d1d1d;

}

.accclick:hover {

border: 1px solid #ff5e6a;

box-shadow: 0 0 5px #ff5e6a;

}

.acccont.openacc {

max-height: 500px;

transition-property: all;

transition-duration: 12s;

transition-timing-function: cubic-bezier(0, 1, 0.5, 1);

-webkit-transition-property: all;

-webkit-transition-duration: 12s;

-webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);

}

.acccont > p {

font-size: 0.9em;

}

.acccont > a {

color: #3db54a;

font-size: 1.3em;

padding: 10px 0;

text-decoration: none;

text-transform: uppercase;

display: block;

}

.acccont > a:hover {

text-decoration: underline;

}

.becomeapart .leftcontent {

padding: 20px;

}

.closebutton > a {

border-bottom: 0 none !important;

transition: .2 ease all;

}

.closebutton:hover {

background-color: #fff;

}

.closebutton:hover a {

color: #2c2c2c !important;

}

.servicesboxes > a {

color: #1d1d1d;

padding: 40px 20px;

text-align: center;

text-decoration: none;

background-color: #f1f1f1;

display: block;

}

.packageprice > h2 {

font-size: 2em;

font-weight: 600;

text-align: center;

text-transform: uppercase;

}

.packageprice.limitedcontent > p {

margin: 0 auto;

max-width: 600px;

padding: 20px 10px 50px;

text-align: center;

}

.sbimg {

height: 115px;

padding: 20px 0;

width: auto;

}

.servicesboxes > a:hover {

background-color: #2f2933;

color: #fff;

}

.serviceboxescontent > h3 {

font-family: poppins;

font-weight: 600;

text-transform: uppercase;

padding-bottom: 10px;

}

.shortline {

background-color: #21c2f8;

max-width: 50px;

}

.serviceboxescontent > p {

font-size: 0.8em;

margin: 0 auto;

padding: 10px 25px;

line-height: 1.7em;

min-height: 120px;

}

.headerbluebar {

background-color: #21c2f8;

color: #fff;

padding: 50px 10px;

text-align: center;

}

.headerbluebar > h2 {

font-size: 2.75em;

font-weight: 900;

text-transform: uppercase;

}

.headerbluebar > h3 {

font-weight: 200;

padding: 5px;

}

.services .accclick > h3 {

background-color: #fff;

padding: 11px;

}

.services .accclick span::before {

background-color: #ccc;

}

.services .acccont > a {

color: #21C2F8;

}

.services .opened .accclick > span::before {

background-color: #21C2F8;

}

.servicesoffer .rightcontent > h2 {

font-size: 1.8em;

font-weight: 900;

text-transform: uppercase;

}

.servicesoffer .rightcontent > h3 {

font-weight: 300;

padding: 10px 0;

}

.servicesoffer .rightcontent hr {

background-color: #ccc;

margin: 10px 0;

}

.servicesoffer .rightcontent > p {

font-size: 0.9em;

padding-bottom: 20px;

}

.bluequote {

background-color: #337ae2;

color: #fff;

padding: 40px 10px;

text-align: center;

}

.topservices .rightsection > h2 {

font-size: 1.7em;

font-weight: 600;

text-transform: uppercase;

}

.topservices.limitedcontent {

padding: 70px 10px;

}

.bluequote blockquote {

font-size: 2em;

font-weight: 900;

line-height: 1.4em;

}

.bluequote span {

display: block;

font-size: 0.7em;

padding-top: 10px;

}

.quoteline {

background-color: #21c2f8;

margin-top: 25px;

padding-top: 2px;

}

.servicesoffer.limitedcontent {

padding: 60px 10px 0;

}

.packageprice.limitedcontent ul li h3 {

padding: 20px;

text-align: center;

}

.packageprice > ul > li:nth-of-type(3) h4 {

background-color: #337ae2;

}

.packageprice.limitedcontent ul ul li {

padding: 10px;

text-align: center;

background-color: #f6f6f6;

border: 1px solid #fff;

min-height:70px;

}

.packageprice.limitedcontent ul ul li:nth-of-type(even), .beginheader h3 {

background-color: #eaebec;

}

.beginheader, .middleheader h3 {

border-bottom: 0 none !important;

}

.middleheader, .beginheader, .noborderb {

padding: 0 !important;

}

.middleheader h3 {

background-color: #34495e;

color: #fff;

}

.packageprice ul {

padding-left: 0 !important;

margin-left: 0;

}

.noborder {

background-color: #eaebec;

border-bottom-color: #eaebec !important;

font-size: 2.75em;

padding: 10px;

text-align: center;

}

.noborder h4 {

font-weight: 100;

font-family: poppins;

}

.noborderb h4 span {

display: inline-block;

font-size: 0.6em;

vertical-align: top;

}

.noborderb {

border-top-color: #34495e !important;

background-color: #34495e !important;

color: #fff;

}

.middleheader {

background-color: #34495e;

color: #fff;

text-align: center;

}

.packageprice > ul > li > ul > li:last-of-type {

background-color: #fff;

}

.noborderb > h4 {

font-family: poppins;

font-size: 2.75em;

font-weight: 100;

padding: 10px;

text-align: center;

}

.packageprice ul a {

background-color: #337ae2;

color: #fff;

display: block;

margin: 10px auto 0;

max-width: 150px;

padding: 10px;

text-decoration: none;

border: 1px solid #fff;

}

.packageprice ul a:hover {

background-color: #fff;

border: 1px solid #337ae2;

color: #337ae2;

}

.portfolio-posts .post-body {

padding: 30px 20px;

}

.portfolio-posts .post-header {

background-repeat: no-repeat;

background-size: cover;

min-height: 450px;

transition: .3s ease all;

position: relative;

}

.portfolio-posts .post-header:hover .datalayer {

opacity: 1;

}

.datalayer {

background-color: rgba(39, 186, 184, 0.85);

bottom: 0;

left: 0;

position: absolute;

right: 0;

top: 0;

text-align: center;

opacity: 0;

transition: .2s ease all;

}

.datalayer h2 {

padding-top: 10%;

}

.datalayer h2 a, .datalayer h3 a, .datalayer h2, .datalayer h3 {

color: #fff;

text-decoration: none;

}

.datalayer h2 a:hover, .datalayer h3 a:hover {

color: #ccc;

}

.portfolio-posts .post-body h3 {

font-size: .9em;

font-weight: 300;

}

.portfolio-posts .post-body h2 a, .portfolio-posts .post-body h3 a {

color: #1d1d1d;

text-decoration: none;

}

.portfolio-posts .post-body h2 a:hover, .portfolio-posts .post-body h3 a:hover {

color: #34495e;

}

.portfolio-posts .post-body h2 a {

font-size: 1.4em;

font-weight: 500;

line-height: 1.2em;

}

.portfolio-posts .post-body h2, .portfolio-posts .post-body h3 {

display: block;

padding: 5px 0 10px;

}

.portfolio-posts .post-body > h4 {

border-bottom: 1px solid #ccc;

border-top: 1px solid #ccc;

display: block;

font-size: 0.8em;

font-weight: 100;

padding: 7px 0;

margin: 7px 0;

}

.ghostlinks > a {

border: 2px solid #34495e;

display: inline-block;

margin-top: 10px;

padding: 10px;

background-color: #fff;

color: #34495e;

font-weight: 900;

text-decoration: none;

}

.ghostlinks > a:nth-of-type(2) {

margin-left: 10px;

}

.ghostlinks > a:hover {

background-color: #34495e;

color: #fff;

}

.topblogpimg {

background-position: center center;

background-repeat: no-repeat;

background-size: contain;

min-height: 350px;

}

.postthumb {

display: block;

width: 100%;

}

.postthumb img {

display: block;

height: auto;

margin: 0 auto;

width: 100%;

}

.bottomnewstext > h2 {

font-size: 2em;

font-weight: 600;

line-height: 1.4em;

text-transform: capitalize;

}

.bottomnewstext {

padding: 50px;

}

.bottomnewstext > span {

color: #03cce8;

display: block;

font-weight: 900;

padding: 10px 0;

}

.site-content.blog {

background-color: #f1f1f1;

}

.blog .newsrow > li {

background-color: #fff;

margin: 20px auto;

max-width: 800px;

}

.topintbanner {

color: #fff;

padding: 75px 10px;

text-align: center;

}

.topintbanner > h2 {

font-family: roboto slab;

font-size: 2em;

letter-spacing: 0.4em;

line-height: 1.2em;

text-transform: uppercase;

}

.topintbanner > h3 {

font-family: poppins;

font-size: 5em;

font-weight: 900;

line-height: 1.5em;

text-transform: uppercase;

}

.topintbanner > h4 {

font-size: 1.6em;

font-weight: 300;

}

.bottomnewstext > a {

background-color: #1d1d1d;

color: #fff;

display: block;

max-width: 150px;

padding: 10px;

text-align: center;

text-decoration: none;

border: 1px solid #1d1d1d;

}

.bottomnewstext > a:hover {

background-color: #fff;

color: #1d1d1d;

}

.bottomnewstext > p {

line-height: 1.7em;

padding-bottom: 15px;

}

.fb-share-button.fb_iframe_widget {

margin-top: 30px;

}

.single-post .entry-title {

border-bottom: 1px solid #ccc;

font-size: 2.5em;

margin: 20px auto;

max-width: 800px;

padding: 20px 0;

text-align: center;

}

.single-post .entry-title {

border-bottom: 1px solid #ccc;

font-size: 2.5em;

margin: 20px auto;

max-width: 800px;

padding: 20px 0;

text-align: center;

}

.single-post .postthumb img {

max-height: 550px;

width: auto;

}

main.portfoliosingle {

background-color: #f1f1f1;

}

.portfoliosingle .entry-content {

background-color: #fff;

margin: 0 auto;

/* max-width: 800px; */

padding: 20px;

}

.entry-content > p {

line-height: 1.6em;

}

.mapimgwrap > div {

min-height: 500px;

}

.infoboxa {

color: #01ccec;

display: block;

font-size: 1.4em;

font-weight: 900;

padding-top: 10px;

text-decoration: none;

text-transform: uppercase;

}

.infoboxa:hover {

color: #1d1d1d;

}

.infoboxint {

padding: 20px 30px 10px;

}

.contactform {

padding: 20px 10px;

}
.halfform input, .fullform textarea, .halfform select, .halfform textarea.wpcf7-form-control.wpcf7-textarea {

border: 2px solid #dedede;

color: #1d1d1d;

display: block;

padding: 10px;

transition: .2s ease all;

background-color: #eee;

}

.halfform input, .halfform select, .halfform textarea.wpcf7-form-control.wpcf7-textarea {

width: 98%;

}

.fullform textarea, .fullform textarea.wpcf7-form-control.wpcf7-textarea {

width: 99%;

}

.halfform input:focus, .fullform textarea:focus, .halfform select:focus, .fullform text:focus {

border-bottom: 2px dashed #ff0000;

background-color: #fff;

}

.halfform > label, .fullform > label {

display: block;

font-size: 1 em;

line-height: 1.2em;

padding-bottom: 8px;

text-transform: uppercase;

}

.halfform label span  {

color: #01ccec;

}

.wpcf7-form-control.wpcf7-submit {

background-color: #34495e;

box-shadow: none;

color: #fff;

display: block;

font-size: 1em;

font-weight: 900;

outline: medium none;

padding: 10px;

text-transform: uppercase;

transition: all 0.3s ease 0s;

width: 99%;

border: 2px solid #34495e;

}

.wpcf7-form-control.wpcf7-submit:hover {

color: #34495e;

background-color: #fff;

}

.contcirc {

background-color: #1ad6b1;

border: 10px solid #1abc9c;

border-radius: 100%;

display: block;

height: 130px;

margin: 30px auto;

padding: 37px 0;

width: 130px;

transition: .3s ease all;

}

.contactcircs li:hover .contcirc {

background-color: #1abc9c;

border: 10px solid #1ad6b1;

}

.contactcircs.limitedcontent li {

text-align: center;

padding: 15px;

}

.contactcircs.limitedcontent h2 {

font-size: 1.4em;

font-weight: 500;

}

.contactemail {

color: #1d1d1d;

text-decoration: none;

}

.contactemail:hover {

color: #ccc;

text-decoration: underline;

}

.contactcircs li div span {

font-size: 1.1em;

line-height: 1.5em;

}

.contactcircs.limitedcontent {

padding: 50px 10px;

}

.blognav > a {

display: inline-block;

vertical-align: top;

width: calc(50% - 11px);

}

.blognav > a:nth-of-type(2) {

text-align: right;

}

.blognav > a:first-of-type {

text-align: left;

}

.blogsingle > .limitedcontent, .archive .blogsingle {

padding: 30px 10px;

}

.entry-meta {

padding: 20px 0;

}

.entry-meta a {

text-decoration: none;

}

.aligncenter {

display: block;

margin: 0 auto;

text-align: center;

}

.alignleft {

display: block;

margin: 0;

text-align: left;

}

.alignright {

display: block;

margin: 0;

text-align: right;

}

.posted-on {

display: block;

padding: 5px 0;

}

.posted-on a {

color: #4078FF;

font-weight: 900;

font-size: 1.5em;

}

.byline a {

color: #1d1d1d;

font-weight: 300;

}

.archive .blogsingle article {

padding: 20px 0;

}

.avatarpic, .byline {

display: inline-block;

padding: 5px;

vertical-align: middle;

}

.avatarpic img {

border-radius: 100%;

display: block;

}

.byline {

font-weight: 600;

}

.sharebuttons .fb-share-button, .sharebuttons .twittersharer {

display: inline-block;

vertical-align: top;

margin: 5px;

}

.fourohfourimg {

margin: 20px auto;

}

.tertcta {

text-align: center;

color: #fff;

padding: 50px 10px;

text-transform: uppercase;

background-position: center center;

background-repeat: no-repeat;

background-size: cover;

}

.tertlist .leftcontent li {

padding: 5px 0;

}

.tertlist .leftcontent > ul {

list-style: outside none url("../images/checkmark.png");

padding-left: 20px;

}

.tertintro.limitedcontent > h2 {

font-weight: 300;

}

.tertcta h2 {

font-size: 2em;

line-height: 1.3em;

font-weight: 300;

}

.tertcta h3 {

font-size: 3.5em;

font-weight: 900;

line-height: 1.3em;

padding-bottom: 30px;

}

.toptertbanner {

background-position: center center;

background-repeat: no-repeat;

background-size: cover;

min-height: 300px;

padding: 50px 10px;

}

.tertbannertext {

color: #fff;

text-shadow: 0 0 2px #1d1d1d;

}

.tertintro.limitedcontent {

padding: 30px 10px;

}

.tertlist {

background-color: #f1f1f1;

padding: 40px 10px;

}

.tertlist .leftcontent > h2 {

font-size: 2em;

font-weight: 400;

line-height: 1.2em;

}

.tertlist .leftcontent > h3 {

font-family: poppins;

font-size: 1.5em;

line-height: 1.2em;

}

.tertlist .leftcontent {

padding-right: 40px;

}

.blogsingle .entry-content img {

display: block;

margin: 0 auto;

padding: 10px;

}

.ghostlinks.intpage > a {

display: block;

text-align: center;

}

.upcity > img {

display: block;

margin: 0 auto;

max-width: 200px;

}

.contactform.limitedcontent > h2 {

border-bottom: 1px solid #ccc;

font-size: 2em;

margin: 10px auto;

max-width: 320px;

padding: 10px;

text-align: center;

text-transform: uppercase;

}

.siteinfo.limitedcontent {

padding: 20px;

}

.portfolioimage img {

width: 100%;

box-shadow: 0 0 5px #333;

transform: rotate(4deg);

-webkit-transform: rotate(4deg);

-ms-transform: rotate(4deg);

transition: .3s ease all;

}

li:nth-of-type(4) .portfolioimage img, li:nth-of-type(5) .portfolioimage img, li:nth-of-type(6) .portfolioimage img {

transform: rotate(-4deg);

-webkit-transform: rotate(-4deg);

-ms-transform: rotate(-4deg);

}

li .portfolioimage img:hover {

transform: rotate(0deg);

-webkit-transform: rotate(0deg);

-ms-transform: rotate(0deg);

}

#packages img {

max-height: 13px;

}

.projectlist {

margin: 0 auto;

max-width: 1600px;

}

.questionsect {

background-position: right center;

background-size: cover;

padding: 50px 10px;

font-weight: bold;

color: #fff;

z-index: 2;
	width:100%;

}

.questionsect .leftside {

max-width: 800px;

}

.questionsect a {

color: #ccc;

font-weight: 900;

text-decoration: none;

}

.questionsect a:hover {

color: #1c1c1c;

}

.questionsect ul {

font-size: 1.3em;

line-height: 1.2em;

}

.questionsect .leftside h3 {

font-size: 1.2em;

font-weight: 900;

line-height: 1.2em;

}

.awardslogo img {

max-width: 200px;

}

.contactcircs.limitedcontent a {

color: #1abc9c;

font-weight: bold;

text-decoration: none;

}

.tertintro p a, .tertlist a {

color: #056937;

font-weight: bold;

text-decoration: none;

}

.questionsect li img {

display: block;

height: auto;

margin: 10px auto 20px;

width: 60px;

}

.questionsect li h3 {

text-align: center;

}

.questionsect .thickbar {

margin: 0 auto;

text-align: center;

}

.questionsect > .limitedcontent > h2, .questionsect > .limitedcontent > h3 {

text-align: center;

}

.questionsect > .limitedcontent > h3 {

padding-bottom: 40px;

}

.awardwinner {

background-color: #056937;

padding: 20px 10px;

color: #fff;

}

.awardwinner img {

max-height: 150px;

}

.evenmorelimitedcontent {

max-width: 700px;

margin: 0 auto;

}

@media (min-width: 1170px) {

.blogsingle .flexhalves span {

width: calc(100% - 220px);

}

}

@media (max-width: 1169px) {

.blogsingle .flexhalves span {

width: 45%;

}

}

.blogsingle .flexhalves img {

max-width: 200px;

width: 50%;

}

.blogsingle .flexhalves {

display: flex;

justify-content: space-between;

align-items: center;

flex-wrap: wrap;

}

/*--------------------------------------------------------------

# Responsive

--------------------------------------------------------------*/

@media (min-width: 1170px) {

header nav.main-navigation {

display: inline-block;

vertical-align: middle;

width: calc(100% - 301px);

}

.site-branding {

display: inline-block;

vertical-align: middle;

}

nav#site-navigation .nav-menu > li {

display: inline-block;

vertical-align: top;

width: 14.5%;

text-align: center;

}

.topbanner {

min-height: 800px;

height: 90vh;

}

.projectlist > li {

display: inline-block;

padding: 2px;

vertical-align: top;

width: calc(33.3% - 4px);

}

.portfoliotext {

transition: .3s ease all;

}

.mobilefriends {

background-position: right bottom;

background-size: cover;

min-height: 650px;
	width:100%;

}

.centerblock a, .mobilefriends a {

margin: 10px;

padding: 15px 25px;

}

.sitesimg {

bottom: 0;

max-height: 400px;

max-width: 500px;

overflow-y: scroll;

position: absolute;

right: 5%;

width: 30%;

overflow-y: scroll;

}

.menu.nav-menu {

text-align: right;

}

.sitesimg {

margin-bottom: -50px;

}

.mobilefriends, .sitestext, .socialsect {

padding: 70px 10px 150px;

}

	@media (min-width:1367px) {
.mobilefriends, .socialsect, .questionsect {

background-attachment: fixed;

}
	}
	
.mobilefriends p, .sitestext p, .socialsect p, .questionsect p {

max-width: 500px;

}

hr.thickbar {

margin: 10px 0;

}

.rightarea {

margin-left: 60%;

}

.menu-toggle {

display: none !important;

}

.closebutton {

display: none !important;

}

.footcol {

display: inline-block;

margin: 30px;

vertical-align: top;

width: calc(33.33% - 64px);

}

.packageprice ul {

margin-left: -4px;

}

.twocol {

display: inline-block;

vertical-align: top;

width: calc(50% - 28px);

}

.twocol:first-of-type {

margin-right: 50px;

}

.leftcontent, .rightcontent {

display: inline-block;

vertical-align: top;

width: calc(50% - 5px);

}

.becomeapart .rightcontent > img {

display: block;

height: 100%;

}

.becomeapart .leftcontent {

padding: 40px 60px 40px 10px;

}

.abouttopvid {

min-height: 600px;

}

.whatcanwedo .leftcontent > img {

margin-bottom: -3px;

}

.whatcanwedo .rightcontent {

min-height: 720px;

}

.servicesboxes > a {

display: inline-block;

margin-left: -3px;

vertical-align: top;

width: calc(20% - 1px);

border-right: 1px solid #ccc;

}

.servicesboxes > a:nth-of-type(-n+5) {

border-bottom: 1px solid #ccc;

}

.topservices .leftsection, .topservices .rightsection {

display: inline-block;

vertical-align: top;

width: calc(50% - 4px);

}

.topservices .rightsection {

padding-left: 20px;

}

.packageprice > ul > li {

display: inline-block;

vertical-align: top;

width: calc(25% - 4px);

}

/*.packageprice > ul > li:nth-of-type(3) h3 {

margin-top: -20px;

padding: 30px 20px;

}*/

.portfolio-posts .post-inner {

border-bottom: 1px solid #ccc;

border-left: 1px solid #ccc;

border-right: 1px solid #ccc;

}

.post-header, .post-body {

display: inline-block;

vertical-align: top;

}

.post-header {

width: calc(40% - 3px);

}

.post-body {

width: calc(60% - 3px);

}

.portfolio-posts .post-header {

background-position: left top;

}

.halfform {

display: inline-block;

vertical-align: top;

width: calc(50% - 3px);

}


.contactcircs.limitedcontent li {

display: inline-block;

vertical-align: top;

width: calc(25% - 4px);

}

.tertbannertext {

float: right;

max-width: 320px;

}

.packageprice.limitedcontent {

padding: 50px 10px;

}

.hideondt {

display: none;

}

.centerblock h1 {

font-size: 4em;

}

.questionsect li {

display: inline-block;

padding: 10px 20px 10px 0;

vertical-align: top;

width: calc(25% - 4px);

}

.mobilefriends h2, .sitestext h2, .socialsect h2, .questionsect h2 {

font-size: 4em;

text-transform: uppercase;

}

.onefourth {

display: inline-block;

width: calc(25% - 24px);

vertical-align: middle;

}

.threefourths {

display: inline-block;

width: calc(75% - 24px);

vertical-align: middle;

}

.onefourth {

margin-right: 20px;

}

.threefourths {

margin-left: 20px;

}

}

@media (max-width: 1169px) {

body {

font-size: 14px;

}

.awardwinner img {

margin: 0 auto;

display: block;

}

.packageprice.limitedcontent {

padding: 20px 10px;

max-width: 400px;

}

.mobilefriends h2, .sitestext h2, .socialsect h2, .questionsect h2 {

font-size: 3em;

text-transform: uppercase;

}

.abouttopvid {

min-height: 450px;

}

.topbanner {

min-height: 600px;

height: 90vh;

}

.mobilefriends {

background-position: center bottom;

min-height: 600px;

background-size:cover;

}

.sitesimg {

margin: 0 auto -50px;

}

.portfoliotext > p:nth-of-type(2) {

display: none;

}

.portfoliotext {

padding: 10px;

}

.portfoliotext > h2 {

font-size: 1em;

}

.portfolio-posts .post-header {

background-position: center top;

}

.mobilefriends, .sitestext, .socialsect {

padding: 70px 10px 50px;

}

.sitestext, .rightarea {

text-align: center;

}

.socialsect .limitedcontent, .mobilefriends .limitedcontent {

background-color: rgba(0, 0, 0, 0.85);

padding: 20px;

}

.menu-primary-container {

background-color: #f1f1f1;

min-height: 100vh;

padding: 50px;

position: fixed;

right: -200vw;

top: 0;

transition: 1s ease all;

width: 100%;

z-index: 99;

}

.menu-primary-container.showmenu {

padding-top: 10%;

right: 0;

}

.menu-primary-container.showmenu .nav-menu > li:first-of-type::before {

background-image: url("../images/Designweb502-Logo-clear-7162021.png");

background-position: center center;

background-repeat: no-repeat;

background-size: contain;

content: "";

display: block;

height: 90px;

margin-top: 20px;

width: 100%;

}

ul#primary-menu {

overflow-y: auto;

display: block;

max-height: 100vh;

padding-bottom: 20px;

}

.menu-toggle {

display: block !important;

}

nav#site-navigation .nav-menu > li > a {

color: #2c2c2c;

display: block;

font-size: 1.5em;

line-height: 1.4em;

padding: 10px;

text-align: center;

text-decoration: none;

text-transform: uppercase;

width: 100%;

border-bottom: 2px solid #056937;

}

.footcol {

padding: 20px 0;

}

.whatcanwedo .leftcontent > img {

margin-bottom: -2px;

}

.whatcanwedo .leftcontent {

background-color: #000;

}

/* .packageprice > ul > li:first-of-type {

display: none;

}

*/

.topservices .rightsection > h2, .servicesoffer .rightcontent > h2 {

padding-top: 20px;

}

.packageprice > ul > li:nth-of-type(n+2) {

margin-bottom: 10px;

}

.tertlist .rightcontent > img, .topservices .leftsection > img, .servicesoffer .leftcontent > img {

margin: 0 auto;

max-width: 300px;

padding: 15px;

display: block;

}

h2, h3, .centerblock h1 {

text-align: center;

}

.centerblock > div {

text-align: center;

}

.tertiary .ghostbut, .tertiary .ghostbutb {

display: block;

margin: 10px auto;

max-width: 200px;

}

.tertbannertext h1, .tertbannertext p {

text-align: center;

}

.mobilehide {

display: none;

}

.centerblock h1 {

font-size: 2.5em;

}

.portfolioimage img {

width: 90%;

margin: 10px auto;

display: block;

}

}

@media (max-width: 1169px) and (min-width: 500px) {

.projectlist > li {

padding: 2px;

vertical-align: top;

width: calc(50% - 4px);

display: inline-block;

}

.servicesboxes > a {

display: inline-block;

margin-left: -3px;

vertical-align: top;

width: calc(50% - 1px);

border-right: 1px solid #ccc;

}

}

@media (max-width: 1169px) and (min-width: 650px) {

.post-header, .post-body {

display: inline-block;

vertical-align: top;

width: calc(50% - 4px);

}

.contactcircs.limitedcontent li {

display: inline-block;

vertical-align: top;

width: calc(50% - 4px);

}

}

@media (max-width: 1600px) and (min-width: 1199px) {

.servicesboxes > a {

min-height: 460px;

}

}

@media (max-width: 400px) {

.questionsect {

background-position: 530px center;

}

.portfolioimage {

width: 90%;

margin: 0 auto;

}

}

.videowrapper {

position: relative;

padding-bottom: 56.25%;

/* 16:9 */

padding-top: 25px;

height: 0;

}

.videowrapper iframe {

position: absolute;

top: 0;

left: 0;

width: 100%;

height: 100%;

}

.liststyle ul {

line-height: 1.2em;

padding: 10px;

list-style: disc inside;

}

.liststyle li {

padding: 5px 0;

}

.awardwinner a {

margin-top: 20px;

}

.statefairvid .wp-video {

margin: 20px auto;

border: 2px solid #ccc;

}

#gallery-2 {

display: flex;

flex-wrap: wrap;

justify-content: space-around;

align-items: center;

}

#gallery-2 figure {

flex-grow: 1;

flex-shrink: 1;

}

#gallery-2 figure a {

display: block;

}

#gallery-2 figure a img {

width: 100%;

}

@media (min-width: 1240px) {

#gallery-2 figure {

flex-basis: calc(33% - 80px);

}

}

@media (max-width: 1239px) {

#gallery-2 figure {

flex-basis: 100%;

}

}

.overlay.homeoverlay {

position: absolute;

top: 0;

bottom: 0;

left: 0;

right: 0;

background-color: rgba(0,0,0,.7);

}

.archive.category .page-title {

text-align: center;

text-transform: uppercase;

}

.tertintro .ghostbutb {

margin: 40px auto;

display: table;

}

.taxonomy-description {

padding-top: 40px;

padding-bottom: 40px;

}

.archive .blogsingle article .entry-header h2 {

display: block;

padding-bottom: 20px;

text-align: center;

}



img.fullsiteimg {

    margin: 0 auto;

    display: block;

}