/* Custom CSS
------------------------------------------------------------ */
/* Fonts */
b, strong {
	color: #222222;
}
p {
    margin: 0 0 25px;
}
.site-footer p {
	margin: 0;
}

h3 {
	font-weight: 300 !important;
}
.white-h3 {
	color: #ffffff !important;
}


h1.entry-title, .content .taxonomy-description h1 {
	text-transform: lowercase;
	text-align: center;
}
h1.entry-title::after, .content .taxonomy-description h1 {
    border-bottom: 2px solid #d2e2e2;
    content: "";
    display: block;
    margin: 0 auto 40px;
    padding-bottom: 10px;
    width: 25%;
}

#ez-home-middle-1 h3 {
    font-size: 2rem;
}

.taxonomy-description h2 {
	font-weight: 300;
	color: #222222;
}
.content .taxonomy-description p {
	padding: 0;
}

.content .taxonomy-description ul {
    margin: 0 0 0 30px;
    padding: 5px 0 20px 0;
}

.taxonomy-description {
	margin: 0;
	border-bottom: 0;
}

h4.widget-title::after {
    border-bottom: 2px solid #d2e2e2;
    content: "";
    display: block;
    margin: 0 auto 30px;
    padding-bottom: 10px;
    width: 25%;
}
#ez-home-container-wrap h3 {
	color: #222222;
}
hr {
	border: 0;
	height: 1px;
	background: #d2e2e2;
}
.far {
	color: #d2e2e2;
	font-size: 32px;
}
.services-icon {
	font-size: 64px;
	color: #ffffff;
	background: #d60404;
	display: block !important;
	text-align: center;
	line-height: 90px !important;
    z-index: 3;
    position: relative;
}
.home-icon {
	color: #ffffff;
	background: #D2E2E2;
	display: block !important;
    text-align: center;
    font-size: 80px;
    line-height: 120px !important;
    z-index: 3;
    position: relative;
}
@media only screen and (min-width: 800px) {
	.one-sixth {
    max-width: 120px;
}
}

/* Responsive Menu */
@media only screen and (max-width: 839px) {
.nav-primary a {
    padding: 10px 15px 10px 15px !important;
    font-size: 1.4rem;
    text-transform: uppercase;
    border-bottom: 1px solid #DDDDDD !important;
}
}

/* Home Page */
#ez-home-slider-container-wrap {
    margin: 0 0 0;
}
#ez-home-bottom-1, #ez-home-top-1 {
	margin-top: 20px;
}

#ez-home-middle-1 {
	text-align: center;
}

#ez-home-bottom-1 {
	text-align: center;
	margin-bottom: 40px;
}

.genesis-club-posts.thirds .entry {
    width: 32%;
    display: inline-block;
    margin-right: 2%;
}

#ez-home-container-wrap img {
	margin: auto;
	text-align: center;
}

/* General Styling */
.site-header {
		opacity: .95;
}

/* Gallery Ape */
.wpape_gallery_button {
	display: none;
}
.mfp-title {
	display: none;
}

#wpape_gallery_5b4d625af0b60 .wpapeLinkIcon, #wpape_gallery_5b4d625af0b60 .wpapeLinkIcon:hover {
	padding: 145px !important;

}
#wpape_gallery_5b4d625af0b60 .fa {
	display: inline;
}
.thumbnail-overlay {
    background: rgba(255, 255, 255, 0.3) !important;
}

/* Genesis Portfolio Pro */
.genesis-pro-portfolio .pro-portfolio {
	padding: 0 !important;
}

.genesis-pro-portfolio .pro-portfolio .entry-header .entry-title {
    margin: 0 0 10px !important;
    font-size: 1.4rem !important;
}

img.portfolio-image:hover, img.entry-image.attachment-portfolio:hover {
	opacity: 0.7;
}

/* Site Footer */
.site-footer a .fab {
	padding: 0 0 0 4px;
	font-size: 18px;
}

/* Contact Form */
.wpcf7-not-valid-tip, .post-password-form label, 
.wpcf7-form {
	font-size:11px !important;
	text-transform:uppercase;
}
.wpcf7-not-valid-tip {
	background:#222222 !important;
	color:#FFF !important;
	border:none !important;
	padding-left:10px !important;
	padding-right:10px !important;
		width:90%;
	max-width:90%;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #d60404;
}


input[type="radio"], 
input[type="checkbox"] {
	display:inherit !important;
	width:inherit !important;	
}
input[type="checkbox"] {
	-webkit-appearance: checkbox!important;
}
.wpcf7-form input, textarea {
	padding: 10px;
	outline: none;
	margin: 0;
	width:90%;
	max-width:90%;
		border: 1px solid #DDDDDD;
}
.wpcf7 form p {
    color: #222222;
}

button, input[type="button"], input[type="submit"] {
	border: none;
	background-color:#d2e2e2;
	color: #FFFFFF;
	padding:8px 12px;
	font-size:12px;
	text-transform:uppercase;
	letter-spacing:0.5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width:auto;
}
button:hover, input[type="submit"]:hover, input[type="button"]:hover, button:focus, input[type="submit"]:focus, input[type="button"]:focus {
	background-color:#222222;
	color:#FFFFFF;
	border:none;
}

/* Home page Contact Form */
.wpcf7 .cf7-hpForm {
	width:50%;
	max-width:50%;
	margin: 0 auto !important;
	background: rgba(0, 0, 0, 0.2);
	padding: 12px;
	
}
.wpcf7 .cf7-hpForm p, .wpcf7 .cf7-slForm p {
	color: #ffffff !important;
}

.wpcf7 .cf7-hpForm button, .wpcf7 .cf7-hpForm input[type="button"], .wpcf7 .cf7-hpForm input[type="submit"] {
	background-color:#222222;
}

.wpcf7 .cf7-hpForm button:hover, .wpcf7 .cf7-hpForm input[type="submit"]:hover, .wpcf7 .cf7-hpForm input[type="button"]:hover, .wpcf7 .cf7-hpForm button:focus, .wpcf7 .cf7-hpForm input[type="submit"]:focus, .wpcf7 .cf7-hpForm input[type="button"]:focus {
	background-color:#d2e2e2;
	color:#222222;
}

/* Slider Contact Form */
.wpcf7 .cf7-slForm {
	width:300px;
	max-width:300px;
	
	margin: 0 auto !important;
	background: rgba(0, 0, 0, 0.2);
	padding: 16px;
	border: 1px solid #222222;
	text-align: center;
}
.wpcf7 .cf7-slForm button, .wpcf7 .cf7-slForm input[type="button"], .wpcf7 .cf7-slForm input[type="submit"] {
	background-color:#222222;
	padding: 8px 30px;
}
.wpcf7 .cf7-slForm p {
	margin: 0 0 15px !important;
}
.contact-cta {
	font-size: 2rem;
	color: #d2e2e2e2;
}

/* Layerslider */
.ls-v6 .ls-nav-prev:after, .ls-v6 .ls-nav-next:after {
    border-top: 3px solid rgba(0,0,0,0.75) !important;
}

.ls-v6 .ls-nav-next:after  {
    border-right: 3px solid rgba(0,0,0,0.75) !important;
}

.ls-v6 .ls-nav-prev:after {
    left: 20px;
    border-left: 3px solid rgba(0,0,0,0.75) !important;
}
.ls-v6 .ls-bottom-slidebuttons a {
    border-radius: 10px;
    border: 2px solid rgba(0,0,0,0.75) !important;
}

/* Utility Bar */
.content {
    margin: 30px;
}

.site-header {
	margin-top: 32px;
}

.wrap {
	max-width: 1140px;
	margin: 0 auto;
}

.utility-bar {
	background-color: #d2e2e2;
	border-bottom: 1px solid #ddd;
	color: #222222;
	padding: 4px 0 2px 0;
	position: fixed;
	width: 100%;
	z-index: 9999;
}

.utility-bar a {
	color: #222222 !important;
}

.utility-bar a:hover {
	color: #ed1c24;
	text-decoration: none;
}

.utility-bar .dynamik-widget-area {
	background: transparent;
	color: #222222;
	width: 50%;
}

.utility-bar .dynamik-widget-area p {
	margin-bottom: 0;
		font-size: 1.6rem !important;
}

#utility_bar_left {
	float: left;
padding-left: 20px;
}

#utility_bar_right {
	float: right;
	text-align: right;
padding-right: 20px;
}

.utility-bar .dynamik-widget-area p {
    color: #222222;
}

@media only screen and (max-width: 1140px) {

	.utility-bar {
		padding-left: 3%;
		padding-right: 3%;
	}

}

@media only screen and (max-width: 568px) {

	#utility_bar_left, #utility_bar_right {
		float: none;
		text-align: center;
	}
	
	#utility_bar_left {
		margin-bottom: 10px;
	}

	.utility-bar .dynamik-widget-area {
		width: 100%;
	}

}

a[href^=tel] { 
	color: inherit; 
	text-decoration: none; 
}

/* Custom Responsive CSS
------------------------------------------------------------ */
@media only screen and (max-width: 1140px) {

}

@media only screen and (min-width: 840px) and (max-width: 1140px) {

}

@media only screen and (min-width: 480px) and (max-width: 1140px) {

}

@media only screen and (max-width: 839px) {
.site-header {
	position: relative;
	z-index: 1;
}
.admin-bar .site-header {
	top: 0;
}
.nav-secondary {
	margin-top: 0;
}
#ez-feature-top-container .ez-widget-area {
	padding-bottom: 0;
}
.freshly-home-banner {
	margin-bottom: 20px;
}
.content-sidebar .sidebar-primary,
.content-sidebar-sidebar .sidebar-primary,
.sidebar-content-sidebar .sidebar-primary,
.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary,
.sidebar-content-sidebar .sidebar-secondary {
	border-left: none;
}

.ez-home-wrap.clearfix {
	padding: 0 20px 0 20px;
}

.wpcf7 .cf7-hpForm {
	width:80%;
	max-width:80%;
}

#ez-home-middle-container {
	background: #FFFFFF url(https://designdc.com.au/wp-content/uploads/dynamik-gen/theme/images/design-dc-middle.jpg) center center no repeat ;
	background-size: auto;
	background-attachment: scroll;
	margin: 0;
	padding: 100px 20px;
}

.site-inner {
    margin: 0px auto 0px;
    padding: 0;
    overflow: hidden;
    clear: both;
}

body.override .content-sidebar-wrap, body.override .content {
    width: 95%;
margin: 10px
}

.content .taxonomy-description h1 {
    margin: 0 0 40px 0;
    padding-bottom: 10px;
    width: 100%;
}
}

@media only screen and (min-width: 480px) and (max-width: 839px) {
.site-header .genesis-nav-menu {
	padding-bottom: 10px;
}
}

@media only screen and (max-width: 479px) {
.freshly-home-banner {
	font-size: 22px;
	font-size: 2.2rem;
}
#ez-home-container-wrap .post {
	background: none;
	padding: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.content h1.entry-title {
	font-size: 28px;
	font-size: 2.8rem;
}
}