body, button, input, select, textarea {
    color: #434343;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    word-break: break-word;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
    color: #231f20;
    font-family: 'Poppins', sans-serif;
	letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 40px;
    margin-top: 0;
}

h1 {
    font-size: 32px
}

h2 {
    font-size: 28px
}

h3 {
    font-size: 22px;
    margin-bottom: 20px;
}

h4 {
    color: #595959;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
}

h4e {
    color: #1a1a1a;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px;
}

h4l {
    color: #595959;
    font-size: 14px;
    font-weight: 200;
    margin-bottom: 2px;
}

h5 {
    color: #595959;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 20px;
}

h51 {
    color: #595959;
    font-size: 32px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 20px;
}

h6 {
    color: #595959;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 20px;
}

p {
    line-height: 1.8;
    margin: 0;
    margin-bottom: 20px;
}

dfn, cite, em, i {
    font-style: italic
}

em {
    color: #685f7b
}

blockquote {
    font-size: 20px;
    font-style: italic;
    margin: 30px 0 30px 0;
}

blockquote cite span {
    background: #bababa;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-style: normal;
    margin-left: 5px;
    padding: 3px 5px;
    text-transform: uppercase;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: ""
}

cite {
    color: #bababa;
    display: block;
    line-height: 40px;
}

address {
    line-height: 24px;
    margin: 0 0 20px;
}

pre {
    background-color: #ebebeb;
    border-left: solid 4px #F5908A;
    font-family: "Courier 10 Pitch",Courier,monospace;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 30px;
    max-width: 800px;
    overflow: auto;
    padding: 20px;
}

code, kbd, tt, var {
    font-family: Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;
    font-size: 14px;
}

abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark, ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%
}

html {
    box-sizing: border-box;
    height: 100%;
}

*, :before, :after {
    box-sizing: inherit
}

body {
    background: #fffff
}

.wac-body {
    height: 100%
}

body#tinymce {
    background: #ffffff
}

blockquote, q {
    font-style: italic;
    quotes: "" "";
}

hr {
    background-color: #e2e2e2;
    border: 0;
    height: 1px;
    margin: 40px 0;
}

a {
    color: #685f7b;
    text-decoration: none;
}

ul, ol, dl {
    line-height: 28px;
    margin: 0 0 20px 0;
    padding: 0;
}

ul li, ol li, dl dt {
    margin-bottom: 5px
}

ul {
    list-style: disc;
    list-style-position: inside;
}

ol {
    list-style: decimal;
    list-style-position: outside;
    margin-left: 18px;
}

dt {
    font-weight: 700
}

li > ul, li > ol, dt > dl {
    margin: 5px 0 5px 40px;
    margin-left: 30px;
}

dd {
    margin: 0 20px 20px
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    width: 100%;
}

table tbody tr:nth-of-type(even) {
    background-color: #f6f6f6
}

#wac-footer table tbody tr:nth-of-type(odd) {
    background-color: #2d2d2d
}

td, th {
    padding: 20px 10px;
    text-align: left;
}

th {
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
}

tfoot tr td {
    padding: 15px 0
}

embed, iframe, object {
    max-width: 100%
}



label {
    display: block;
    margin: 10px 0 5px 0;
}

.wac-button, button, input[type="button"], input[type="reset"], input[type="submit"] {
    -moz-transition: opacity .5s ease;
    -webkit-appearance: none;
    -webkit-transition: opacity .5s ease;
    background: #685f7b;
    border: solid 1px #685f7b;
    border-radius: 0;
    color: #ffffff;
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    line-height: normal;
    padding: 10px 20px 10px 20px;
    text-transform: uppercase;
    transition: opacity .5s ease;
    word-break: normal;
    font-size: 12px;
    letter-spacing: 2px
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="date"], input[type="datetime"], textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: none;
    border:none;
    border-bottom: solid 1px #231f20;
    border-radius: 0;
    box-sizing: border-box;
    color: #9e9e9e;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    padding: 5px 0 5px 0;
    width: 100%;
}

textarea {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    line-height: 22px;
    width: 100%;
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #ffffff;
    background-image: url('images/select-arrow.png');
    background-position: right center;
    background-position-x: 99%;
    background-repeat: no-repeat;
    border: solid 1px #d3d3d3;
    border-radius: 0;
    box-sizing: border-box;
    color: #9e9e9e;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    padding: 11px 10px;
    width: 100%;
}

@media all and (-webkit-min-device-pixel-ratio:1.5) { 
	select {
	    background-image: url('images/select-arrow@2x.png');
	    background-size: 12px 8px;
	}
}

.wac-support-button {
    background-color: #68a2a6;
    border-color: #68a2a6;
}

::-webkit-input-placeholder {
	color: #231f20;	
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;    
}

:-moz-placeholder {
    color: #231f20;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;        
}

::-moz-placeholder {
	color: #231f20;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;     
}

:-ms-input-placeholder {
    color: #231f20;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;    
}

.wac-search-form {
    position: relative
}

.wac-search-form input[type="search"] {
    padding-right: 60px
}

.wac-search-form .wac-search-submit {
    background: transparent;
    border: none;
    color: #6b6b6b;
    position: absolute;
    right: 0;
    padding: 6px 0;
    top: 0;
}

.wac-search-form .wac-search-submit:after {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    content: "\f002";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    transform: translate(0,0);
}

.wac-search-page input[type="search"], .wac-404-page input[type="search"] {
    width: 100%
}




.wac-main-navigation {
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    position: absolute;
    right: 4%;
    top: 50%;
    transform: translateY(-50%);
}

.wac-main-navigation .current_page_item > a, .wac-main-navigation .current-menu-item > a, .wac-main-navigation .current_page_ancestor > a {
    border-bottom: solid 2px #30bbc8
}

.wac-main-navigation .wac-button {
    background: none;
    border-color: #30bbc8;
}

.wac-main-navigation li {
    display: inline-block;
    margin: 0 0 0 26px;
    position: relative;
    text-align: left;
}

.wac-main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.wac-main-navigation ul li.menu-item-has-children:before, .wac-main-navigation ul li.page_item_has_children:before {
    -moz-osx-font-smoothing: grayscale;
    -ms-transform: translateY(-50%);
    -webkit-font-smoothing: antialiased;
    -webkit-transform: translateY(-50%);
    color: #ffffff;
    content: "\f107";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    font-size: 16px;
    position: absolute;
    right: 0;
    text-rendering: auto;
    top: 42%;
    transform: translate(0,0);
    transform: translateY(-50%);
}

.wac-main-navigation ul > li.menu-item-has-children, .wac-main-navigation ul > li.page_item_has_children {
    padding-right: 20px
}

.wac-main-navigation ul li:hover > ul {
    display: block
}

.wac-main-navigation ul ul {
    display: none;
    padding: 24px 0 10px;
    position: absolute;
    top: 24px;
    z-index: 99999;
}

.wac-main-navigation ul ul > li.menu-item-has-children, .wac-main-navigation ul ul > li.page_item_has_children {
    padding-right: 10px
}

.wac-main-navigation ul ul > li.menu-item-has-children:before, .wac-main-navigation ul ul > li.page_item_has_children:before {
    -moz-osx-font-smoothing: grayscale;
    -ms-transform: translateY(-50%);
    -webkit-font-smoothing: antialiased;
    -webkit-transform: translateY(-50%);
    color: #fff;
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    font-size: 16px;
    position: absolute;
    right: 20px;
    text-rendering: auto;
    top: 46%;
    transform: translate(0,0);
    transform: translateY(-50%);
}

.wac-main-navigation ul ul .current_page_item > a, .wac-main-navigation ul ul .current-menu-item > a, .wac-main-navigation ul ul .current_page_ancestor > a {
    border-bottom: none;
    padding-bottom: 0;
}

.wac-main-navigation ul ul li {
    background-color: rgba(69,69,69,0.8);
    margin-left: 0;
    padding: 6px 10px;
}

.wac-main-navigation ul ul li:hover > ul {
    display: block
}

.wac-main-navigation ul ul ul {
    display: none;
    left: 100%;
    padding-top: 0;
    top: 0;
}

.wac-main-navigation ul ul a {
    color: #ffffff;
    width: 200px;
}

.wac-main-navigation a {
    color: #ffffff;
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
}

#wac-mobile-toggle {
    -webkit-transform: translateY(-50%);
    color: #e1e1e1;
    display: none;
    font-size: 18px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

#wac-show-mobile-nav {
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    color: #ffffff;
    cursor: pointer;
    display: none;
    font-size: 20px;
    padding: 0;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}

#wac-mobile-nav {
    background-color: #282828;
    display: none;
    width: 100%;
}

#wac-mobile-nav .wac-sub-menu {
    color: #e6e6e6;
    float: right;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 42px;
}

#wac-mobile-nav div ul {
    list-style: none;
    margin-bottom: 0;
    width: 100%;
}

#wac-mobile-nav li {
    margin-bottom: 0
}

#wac-mobile-nav li ul {
    display: none;
    margin: 0;
}

#wac-mobile-nav li ul li a {
    padding-left: 40px
}

#wac-mobile-nav ul {
    padding-left: 0;
    text-align: left;
}

#wac-mobile-nav a {
    border-bottom: solid 1px #333333;
    color: #e6e6e6 !important;
    display: block;
    padding: 8px 20px 8px 20px;
    width: 100%;
}

#wac-footer-nav {
    text-align: center
}

#wac-footer-nav ul .wac-button {
    background: none;
    border: solid 1px #ffffff;
    margin-left: 10px;
}

#wac-footer-nav ul li {
    display: inline-block
}

#wac-footer-nav ul li a {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    padding: 8px 14px 8px 14px;
    text-transform: uppercase;
    letter-spacing: 1px
}

.pagination {
    padding: 30px 0 0 0
}

.nav-links {
    margin: 0;
    padding: 0;
    text-align: center;
}

.nav-links .current {
    background: #231f20;
    color: #ffffff;
    padding: 8px 10px;
}

.nav-links a.prev {
    display: none;
    float: left;
    margin-top: -10px;
}

.nav-links a.prev:after {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    content: "\f104";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    font-size: 20px;
    text-rendering: auto;
    transform: translate(0,0);
}

.nav-links a.next {
    display: none;
    float: right;
    margin-top: -10px;
}

.nav-links a.next:after {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    font-size: 20px;
    text-rendering: auto;
    transform: translate(0,0);
}

.nav-links a {
    background: #ffffff;
    color: #717171;
    line-height: 34px;
    padding: 8px 10px;
    text-decoration: none;
}

.screen-reader-text {
    clip: rect(1px,1px,1px,1px);
    height: 1px;
    overflow: hidden;
    position: absolute!important;
    width: 1px;
}

.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0,0,0,0.6);
    clip: auto!important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: 700;
    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: 10px 20px 20px 0;
}

.alignright {
    display: inline;
    float: right;
    margin: 10px 0 20px 20px;
}

.aligncenter {
    clear: both;
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}

.wac-sidebar-widgets {
    float: left;
    margin-right: 0;
    width: 28%;
}

.wac-sidebar-widgets .widget:last-of-type {
    margin-bottom: 0
}

.wac-sidebar-widgets a {
    color: #6b6b6b
}

#menu-what-we-do li {
    line-height: 58px;
    margin-bottom: 10px;
}

#menu-what-we-do li:nth-of-type(4) a {
    background-image: url(images/1.png)
}

#menu-what-we-do li:nth-of-type(2) a {
    background-image: url(images/2.png)
}

#menu-what-we-do li:nth-of-type(3) a {
    background-image: url(images/3.png)
}

#menu-what-we-do li:nth-of-type(1) a {
    background-image: url(images/4.png)
}

#menu-what-we-do li a {
    background-position: left center;
    background-repeat: no-repeat;
    color: #414141;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 20px 0 20px 60px;
    text-transform: uppercase;
}

#menu-what-we-do li.current-menu-item a {
    color: #231f20
}

@media all and (-webkit-min-device-pixel-ratio:1.5) { 
	#menu-what-we-do li:nth-of-type(1) a {
	    background-image: url(images/1@2x.png);
	    background-size: 46px 44px;
	}

	#menu-what-we-do li:nth-of-type(2) a {
	    background-image: url(images/2@2x.png);
	    background-size: 46px 44px;
	}

	#menu-what-we-do li:nth-of-type(3) a {
	    background-image: url(images/3@2x.png);
	    background-size: 46px 44px;
	}

	#menu-what-we-do li:nth-of-type(4) a {
	    background-image: url(images/4@2x.png);
	    background-size: 46px 44px;
	}
}

.wac-widget {
    margin: 0 0 40px
}

.wac-widget .widget-container h1, .wac-widget .widget-container h2, .wac-widget .widget-container h3, .wac-widget .widget-container h4, .wac-widget .widget-container h5, .wac-widget .widget-container h6 {
    font-family: 'Libre Baskerville'
}

.wac-widget .wac-widget-title {
    position: relative
}

.wac-widget .wac-widget-title span {
    position: relative;
    z-index: 1;
}

.wac-widget:last-of-type {
    margin-bottom: 0
}

.wac-widget .tagcloud a {
    border: solid 1px #cacaca;
    color: #a3a2a2;
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-size: 12px !important;
    font-style: italic;
    margin-bottom: 5px;
    margin-right: 1px;
    padding: 0 10px;
    padding: 6px 10px;
    position: relative;
    text-align: center;
}

.wac-widget select {
    max-width: 100%
}

.wac-widget ul, .wac-widget ol {
    list-style: none;
    margin-bottom: 0;
}

.widget_search .search-submit {
    display: none
}

.widget_calendar {
    width: 100%
}

.widget_calendar thead tr:nth-of-type(odd) {
    background-color: #ffffff
}

.widget_calendar tfoot #next {
    text-align: right
}

.widget_calendar tbody .pad {
    background: none
}

.widget_calendar tbody td {
    border: none;
    cursor: pointer;
    padding: 7px;
}

.widget_calendar tbody td:hover {
    color: #231f20
}

.widget_calendar tbody td:hover a {
    color: #231f20
}

.widget_calendar thead th {
    border: 1px solid none;
    padding: 7px;
}

.widget_calendar caption {
    font-size: 13px;
    letter-spacing: 1.5px;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.wp-calendar tr, .wp-calendar th {
    font-size: 12px;
    text-align: center;
}

#wac-footer .widget_calendar thead tr:nth-of-type(odd) {
    background-color: #242424
}

#wac-footer .widget_calendar tbody td:hover {
    background-color: #333333;
    color: #e6e6e6;
}

#wac-footer .widget_calendar tbody td:hover a {
    color: #e6e6e6
}

.wac-latest-post-image, .wac-recent-comments-avatar {
    width: 30%
}

.wac-latest-post-content, .wac-recent-comments-content {
    width: 66%
}

.widget_wac_recent_featured-post .wac-latest-post, .widget_wac_recent_posts .wac-latest-post, .widget_wac_recent_comments .wac-recent-comments {
    margin-bottom: 20px
}

.widget_wac_recent_featured-post .wac-latest-post:last-of-type, .widget_wac_recent_posts .wac-latest-post:last-of-type, .widget_wac_recent_comments .wac-recent-comments:last-of-type {
    margin-bottom: 0
}

.widget_wac_recent_featured-post .wac-latest-post-content span, .widget_wac_recent_posts .wac-latest-post-content span, .widget_wac_recent_comments .wac-recent-comments-content span {
    color: #a3a2a2;
    font-size: 10px;
    font-style: italic;
}

.widget_wac_recent_featured-post .wac-latest-post-content h4, .widget_wac_recent_posts .wac-latest-post-content h4, .widget_wac_recent_comments .wac-recent-comments-content h4 {
    color: #6b6b6b;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 0;
    text-transform: none;
}

#wac-footer .wac-widget .tagcloud a {
    border: solid 1px #e6e6e6;
    color: #e6e6e6;
}

.wac-connect-social-icons {
    text-align: center
}

.wac-connect-social-icons li {
    display: inline-block
}

.wac-connect-social-icons li a {
    color: #a3a2a2;
    font-size: 18px;
    padding: 0 4px 0 4px;
}


#wac-page {
    height: 100%
}

.wac-container {
    margin: 0 auto;
    position: relative;
    max-width: 1440px;
    padding: 0 4% 0 4%;
    overflow: hidden
}

.wac-content-area {
    float: right;
    width: 68%;
}

.wac-content {
    padding: 100px 0;
    overflow: hidden
}

#wac-page-intro {
    font-size: 18px;
    margin: 0 auto;
    padding: 100px 0 0 0;
}

.wac-post {
    margin-bottom: 40px;
    padding-bottom: 0;
}

.wac-post .wac-post-footer {
    margin-top: 40px
}

.wac-post .wac-post-footer ul {
    color: #afafaf;
    font-size: 12px;
    margin: 0 0 0 0;
}

.wac-post .wac-post-footer ul .wac-post-categories a {
    color: #685f7b
}

.wac-post .wac-post-footer ul li {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 20px;
}

.wac-post .wac-post-footer ul li a {
    color: #a3a2a2
}

.wac-post .wac-post-header img {
    margin-bottom: 30px
}

.wac-post .wac-post-header .wac-circle-thumbnail {
    overflow: hidden
}

.wac-post .wac-post-header .wac-circle-thumbnail img {
    border-radius: 100%
}

.wac-post .wac-post-header .wac-thumbnail img {
    margin-bottom: 0
}

.wac-post .wac-post-meta p {
    color: #a3a2a2;
    font-size: 12px;
    font-style: italic;
    margin-bottom: 10px;
}

.wac-post .wac-post-title {
    font-size: 20px;
    margin-bottom: 16px;
  
    color: #231f20;
}

.wac-post .wac-post-title a {
   color: #231f20;
}

.wac-post img {
    margin-bottom: 20px
}


.wac-page-links {
    clear: both;
    margin: 0 0 1.5em;
}



.wac-single-post #wac-post-tags {
    margin: 0 0 20px 0
}

.wac-single-post #wac-post-tags a {
    border: solid 1px #cacaca;
    color: #a3a2a2;
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-style: italic;
    margin: 2px 8px 2px 0;
    padding: 6px 10px;
}

.wac-post-footer {
    border-bottom: solid 1px #dddddd;
    border-top: solid 1px #dddddd;
    margin-bottom: 40px;
    padding: 10px 0 10px 0;
}

.wac-single-post .wac-post-footer ul {
    margin-top: 0
}

.wac-single-post .wac-post-footer ul li {
    margin-bottom: 0
}

.wac-related-post-container {
    margin: 40px 0 40px 0;
    overflow: hidden
}

.wac-related-post {
    margin-bottom: 0;
    width: 33.33%;
    float: left;
}

.wac-related-post .wac-video-container {
    height: 177px
}

.wac-related-post h5.wac-post-title {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0;
}

.wac-related-post .wac-post-header {
    margin-bottom: 10px
}

.wac-related-post .wac-post-footer {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 20px;
}

.wac-related-post .wac-post-meta p {
    color: #a3a2a2;
    font-size: 12px;
    font-style: italic;
    margin-bottom: 0;
}

.wac-related-post:nth-of-type(3) {
    margin-right: 0
}

.sticky {
    display: block;
    position: relative;
}

#wac-sharing-buttons li {
    display: inline-block;
    margin-right: 5px;
}

#wac-sharing-buttons a {
    -moz-transition: color .5s ease;
    -webkit-transition: color .5s ease;
    color: #231f20;
    font-size: 14px;
    padding: 0 5px 0 5px;
    transition: color .5s ease;
}

#wac-sharing-buttons .wac-twitter:hover {
    color: #4099FF
}

#wac-sharing-buttons .wac-facebook:hover {
    color: #335795
}

#wac-sharing-buttons .wac-linkedin:hover {
    color: #4A4A4A
}

#wac-sharing-buttons .wac-google-plus:hover {
    color: #D34836
}


.blog .format-aside .entry-title, .archive .format-aside .entry-title {
    display: none
}

.comments-area {
	padding: 40px; 
	background-color: #fbfbfb
}

.comments-area .comment-list {
    list-style: none;
    margin-bottom: 0;
    padding: 10px 0 10px 0;
}

.comments-area .comment-list .comment-metadata {
    margin-bottom: 10px
}

.comments-area .comment-list .children {
    margin-left: 40px
}

.comments-area .comment-list .children .comment-body {
    border-bottom: solid 1px #e2e2e2
}

.comments-area .comment-body {
    border-bottom: solid 1px #e2e2e2;
    margin-bottom: 0;
    padding-bottom: 20px;
    overflow: hidden;
}

.comments-area .comment-avatar {
    float: left;
    margin-right: 4%;
    width: 10%;
}

.comments-area .comment-avatar img {
    border-radius: 50%
}

.comments-area .comment-content {
    float: left;
    width: 71%;
}

.comments-area .comment-content .comment-date {
    color: #a3a2a2;
    font-size: 12px;
    font-style: italic;
    margin-bottom: 0;
}

.comments-area .comment-content h5 {
    margin-bottom: 0
}

.comments-area .comment-content a {
    word-wrap: break-word
}

.comments-area .comments-title {
    margin-bottom: 30px
}

.comments-area #commentform label {
    display: block
}

.comments-area #commentform .comment-form-author, .comments-area #commentform .comment-form-email, .comments-area #commentform .comment-form-url {
    float: left;
    margin-right: 4%;
    width: 30.66%;
}

.comments-area #commentform .comment-form-url {
    margin-right: 0
}

.comments-area #commentform .comment-form-comment textarea {
    height: 160px
}

.bypostauthor {
    display: block
}

.comments-area .comment-reply {
    float: left;
    text-align: right;
    width: 15%;
}

.comments-area .comment-respond {
    padding-top: 20px
}

#form-allowed-tags, #form-allowed-tags code {
    font-size: 12px
}

.comments-area #reply-title {
    font-size: 16px;
    position: relative;
}

.comment-form .form-submit {
    margin-bottom: 0
}

#wac-site-name {
    color: #ffffff;
    display: inline-block;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 0;
    text-decoration: none;
    text-transform: uppercase;
}

#wac-site-description {
    color: #a3a2a2;
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 0;
    text-transform: capitalize;
}

#wac-site-logo-container {
  
}

#wac-site-logo-container img {
    vertical-align: top
}

.wac-page-title {
    font-size: 24px;
    margin-bottom: 40px;
}

#wac-title-container {
    padding-top: 100px;
    padding-bottom: 60px;
    position: relative;
    z-index: 1;
}

#wac-title-container h1 {
    color: #000000;
    font-size: 46px;
    line-height: 60px;
    margin-bottom: 0
}

.wac-header {
    padding: 60px 4%;
    box-sizing: border-box;
    position: relative;
    z-index: 999;
    overflow: hidden
}

#wac-footer-container {
    background-color: #303030
}

#wac-footer-container #wac-footer {
    color: #e6e6e6 !important;
    padding: 60px 0 60px;
}


#wac-footer-container #wac-footer .column {
    padding: 1px
}

#wac-footer-container #wac-footer a, #wac-footer h1, #wac-footer h2, #wac-footer h3, #wac-footer h4, #wac-footer h5, #wac-footer h6 {
    color: #e6e6e6
}

#wac-lower-footer {
    clear: both;
    padding: 10px 0 0 0;
    position: relative;
    text-align: center;
}


#wac-lower-footer #wac-copyright {
    margin-bottom: 5px
}

/* BANNER
******************************************/

.wac-banner {
    background: url(images/banner-image.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 2200px;
    min-height: 1200px;
    position: relative;
    width: 100%;
}



/* BANNER OVERLAY
******************************************/

.wac-banner-overlay {
    background-color: rgba(255, 255, 255, 0);
    bottom: 0;
    left: 0;
    opacity: 0.2;
    position: absolute;
    right: 0;
    top: 0;
}

/* BANNER CONTENT
******************************************/

.wac-banner-content {
    color: #ffffff;
    position: absolute;
    bottom: 100px;
    width: 100%;
    z-index: 1;
}

.wac-banner-content * {
    color: #ffffff
}

.wac-banner-content *:last-child {
    margin-bottom: 0
}

.wac-banner-content h1 {
    font-size: 80px;
    font-weight: 700;
    line-height: 70px;
    margin-bottom: 40px;
}

.wac-banner-content h2 {
	font-size: 20px;
	letter-spacing: normal;
	font-weight: 500
}

.wac-banner-content h2 span {
	padding: 0 10px 0 10px 
}


.wac-banner-content .wac-button {
    border-color: #ffffff;
    border-width: 1px;
    background: none;
    color: #ffffff;
    font-size: 16px;
    margin: 10px 5px;
    padding: 14px 30px 14px 30px;
}

.wac-banner-content .wac-button:first-of-type {
    background-color: #30bbc8;
    border-color: #30bbc8;
}


/* PAGE BANNER
******************************************/

.wac-page-banner {
    background-image: url(images/banner-image-inner.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 0 0 0;
    position: relative;
}

.wac-page-banneret {
    background-image: url(images/banner-imageet.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 0 0 0;
    position: relative;
}

.wac-page-banneret2 {
    background-image: url(images/banner-imageet2.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 0 0 0;
    position: relative;
}

.wac-page-bannersp {
    background-image: url(images/banner-image-innersp.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 0 0 0;
    position: relative;
}


/* PORTFOLIO MAIN IMAGE
******************************************/

#wac-portfolio-main-image {
	float: left;
	width: 60%;
	background: #f8f8f8;
	padding: 0px 0px 0px 0px;	
	box-sizing: border-box
}

#wac-portfolio-main-image img {
 box-shadow: 0px 0px 0px #dddddd
}

/* PORTFOLIO CONTENT
******************************************/

.wac-portfolio-content {
	float: right;
    width: 34%;
}

/* PORTFOLIO HEADER
******************************************/

.wac-portfolio-header {
    background: #ffffff;
    padding: 2px 2px 2px 2px;
}

.wac-portfolio-header img {
	margin-bottom: 0px;
	box-shadow: 0px 0px 10px #fdfdfd
}

/* PORTFOLIO HEADER
******************************************/

.wac-portfolio-header2 {
    background: #ffffff;
    padding: 2px 2px 2px 2px;
}

.wac-portfolio-header2 img {
	margin-bottom: 0px;
	box-shadow: 0px 0px 10px #fdfdfd
}

/* PORTFOLIO HEADER
******************************************/

.wac-portfolio-header4 {
    background: #ffffff;
    padding: 2px 2px 2px 2px;
}

.wac-portfolio-header4 img {
	margin-bottom: 0px;
	box-shadow: 0px 0px 10px #fdfdfd
}

/* PORTFOLIO ITEMS
******************************************/

.wac-portfolio-items {
    margin-left: -1%;
    padding: 0;
    width: 100%;
}

.wac-portfolio-item {
   	display: inline-block;
    padding: 1%;
    width: 33%;
    position: relative;
}


.wac-portfolio-items4 {
    margin-left: -1%;
    padding: 0;
    width: 100%;
}

.wac-portfolio-item4 {
   	display: inline-block;
    padding: 1%;
    width: 24%;
    position: relative;
}

.wac-portfolio-items2 {
    margin-left: -1%;
    padding: 0;
    width: 100%;
}

.wac-portfolio-item2 {
   	display: inline-block;
    padding: 1%;
    width: 49%;
    position: relative;
}

/* PORTFOLIO SERVICES
******************************************/

.wac-portfolio-services {
	padding-top: 30px
}

.wac-portfolio-services .wac-button {
    background-color: #68a2a6;
    border-color: #68a2a6;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    margin-top: 20px;
}

.wac-portfolio-services h3 {
    margin-bottom: 30px;
}

.wac-portfolio-services a {
    color: #6b6b6b;
    display: block;
    margin-bottom: 12px;
}



/* GRAVITY FORMS
******************************************/

.gform_fields {
    margin-bottom: 0
}

.gform_body ul {
    list-style: none
}

.gform_body li {
    float: left;
    line-height: normal;
	width:  50%;
	margin-bottom: 60px
}

.gform_body li input {
	width: 95%
}

.gform_body li select {
    background-position-x: 96%
}

.gform_body li label {
    display: none
}

.gform_body #field_1_5 {
    width: 100%
}

.gform_body #field_1_5 textarea {
	height: 30px;
	width: 98%
}

.validation_message {
    display: none
}

.gfield_error textarea, .gfield_error input {
    border-color: #685f7b
}

.gform_button {
    background: #434343 !important;
    border-color: #434343 !important;
}

.gform_confirmation_wrapper {
    background: #53df77;
    border: none;
    color: #ffffff;
    padding: 1%;
}

.validation_error {
    background-color: #685f7b;
    color: #ffffff;
    margin: 1%;
    padding: 1%;
}


/* CONTACT
******************************************/

.wac-contact {
	overflow: hidden;
    background: #f8f8f8;
    padding: 100px 0 100px 0;
}

.wac-contact p {
    margin-bottom: 45px
}

.wac-contact p:last-of-type {
    margin-bottom: 40px
}

/* TESTIMONIALS
******************************************/

.wac-testimonial-container {
	background-color: #68a2a6;
	padding: 140px 0 160px 0;
	color: #ffffff
}

.wac-testimonial-container h2, .wac-testimonial-container cite {
	color: #ffffff
}

.wac-contact-left {
	width: 70%;
	float: left;
}

.wac-contact-right {
	float: right;
	width: 26%
}

/* RESPONSIVE
******************************************/

@media all and (max-width:960px) { 

	#wac-show-mobile-nav {
	    display: block
	}

	#wac-site-navigation, .wac-featured-slider, .wac-show-search {
	    display: none
	}
}

@media all and (max-width:768px) { 

	.wac-portfolio-filters button {
	    margin: 10px
	}

	.wac-social-links {
	    float: left;
	    left: 0;
	    position: relative;
	    top: 0;
	}

	.column, .gform_body li, .wac-content-area, .wac-sidebar-widgets, .wac-featured-category, .comments-area #commentform .comment-form-author, .comments-area #commentform .comment-form-email, .comments-area #commentform .comment-form-url, .wac-social-links, #wac-copyright, .wac-post-centered, .wac-page-centered, .wac-portfolio-item {
	    float: none;
	    width: 100% !important;
	}

	select, .gform_body li select {
	    background-position-x: 98%
	}

	.gform_body li {
	    padding: 1.5% 0 1.5% 0
	}

	.column {
	    margin-bottom: 20px
	}

	.wac-sidebar-widgets {
	    margin-top: 0;
	    padding-top: 0;
	}

	.gallery-item {
	    max-width: 50% !important
	}

	.wac-author-avatar, .wac-recent-comments-avatar {
	    text-align: center
	}

	.nav-links {
	    margin-bottom: 40px
	}

	.wac-post .wac-post-footer ul li {
	    margin-right: 10px
	}

	.wac-related-post .wac-post-header {
	    margin-bottom: 20px
	}

	.comments-area .comment-reply {
	    float: none;
	    margin-left: 14%;
	}

	.wac-banner {
		height: 400px
	}

	.wac-banner-content {
	    padding: 0 4% 0 4%
	}

	.wac-banner-content h1, #wac-title-container h1 {
	    font-size: 54px;
	    line-height: 1.2;
	    margin-bottom: 20px
	}

	.gform_wrapper {
	    margin-left: -1.5%;
	    padding: 40px 0 0 0;
	}

	.wac-portfolio-services {
	    margin-bottom: 0
	}

	.wac-portfolio-thumb {
	    float: none;
	    padding: 0;
	    text-align: center;
	    width: 100%;
	}

	.wac-portfolio-thumb:nth-of-type(1) {
	    margin-bottom: 20px
	}

	.wac-portfolio-item {
	    margin-bottom: 20px
	}


	#wac-site-logo-container {
	    width: 120px
	}

	.wac-banner {
	    background-attachment: scroll
	}

	.wac-portfolio-categories {
	    display: none
	}

	.wac-porfolio-title {
	    display: block
	}
}

@media all and (max-width:524px) { 


	.wac-banner-content h1, #wac-title-container h1 {
	    font-size: 46px;
	}

	.wac-banner-content .wac-button {
	    margin: 5px 5px;
	    padding: 10px 20px;
	}
	
	.wac-contact-left ,.wac-contact-right{
		float: none;
		width: 100%
	}
	
	.wac-contact-left {
		margin-bottom: 40px
	}
	
}

#breadcrumbs {
	color: #ffffff;
}

#breadcrumbs a {
	color: #ffffff
}
