/*
 Theme Name:   Divi Child
 Description:  Divi Child Theme
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  divi-child
*/

.homepage_header .header-content {
    padding-top: 100px;
    padding-bottom: 100px;
}

.homepage_header .header-content .et_pb_module_header {
    position: relative;
    display: block;
    line-height: 70px;
    text-align: left;
    max-width: 750px;
    padding-left: 25px;
    margin-bottom: 25px;
    object-position: 0;
}

.homepage_header .header-content .et_pb_module_header:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    content: "";
    background-color: #87946b;
    height: 100%;
    transition-delay: .5s;
    transition: all .7s ease;
}

.dct_header {
    position: relative;
    background-color: #fff;
    max-width: 700px;
    width: 100%;
    z-index: 5;
    text-align: center;
    margin: 0 auto;
    padding: 48px 0;
    box-shadow: 0 27px 50px rgb(0 0 0 / 5%);
}

.dct_header .et_pb_text_inner h1, .dct_header.ctgr .et_pb_text_inner {
    position: relative;
    font-size: 60px;
    color: #1a2940;
    line-height: 70px;
    padding-bottom: 0;
    font-weight: 500;
    margin-bottom: 10px;
}

.dct_gp_header .et_pb_fullwidth_header_container .header-content {
	padding: 20px 0px;
	position: relative;
	background-color: rgba(255, 255, 255, 0.6);
	z-index: 5;
	text-align: center;
	margin: 0 auto !important;
	box-shadow: 0 27px 50px rgba(0, 0, 0, 0.05);
}

.dct_gp_header .et_pb_fullwidth_header_container .header-content .et_pb_module_header {
	position: relative;
	font-size: 50px;
	color: #1a2940 !important;
	line-height: 70px;
	letter-spacing: 1px;
	padding-bottom: 0;
	font-weight: 500;
}

.dc_title .et_pb_text_inner h2 {
    position: relative;
    display: block;
    font-size: 35px;
    line-height: 1.2em;
    font-weight: 700;
    padding-left: 25px;
}

.dc_title .et_pb_text_inner h2:before {
    position: absolute;
    left: 0;
    top: 5%;
    height: 90%;
    width: 5px;
    background-color: #87946b;
    content: "";
}

.dct_s_title .et_pb_text_inner h2 {
    position: relative;
    display: block;
    font-size: 36px;
    padding-bottom: 0px;
    display: inline-block;
    line-height: 1.2em;
    color: #1a2940;
    font-weight: 700;
    padding-left: 20px;
}

.dct_s_title .et_pb_text_inner h2:before {
    position: absolute;
    left: 0;
    top: 5%;
    height: 90%;
    width: 5px;
    background-color: #87946b;
    content: "";
}

.dc_s_title .et_pb_text_inner h4 {
    display: inline-block;
}

.dc_s_title .et_pb_text_inner h4 {
    position: relative;
    font-size: 1.3em;
    margin-bottom: 12px;
    line-height: 25px;
    padding-left: 15px;
    color: #1a2940;
    font-weight: 600;
}

.dc_s_title .et_pb_text_inner h4:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 25px;
    width: 5px;
    background-color: #87946b;
    content: "";
}

/* Blog Details and Sidebar */

.single-post .et_pb_post .et_post_meta_wrapper .entry-title,
.single-project .project .et_main_title .entry-title {
	position: relative;
	font-size: 22px;
	margin-bottom: 12px;
	padding-bottom: 0;
	line-height: 25px;
	text-transform: uppercase;
	padding-left: 18px;
	color: #1a2940;
	font-weight: 600
}

.single-post #left-area .post-meta {
	padding-left: 17px
}

.single-post .et_pb_post .et_post_meta_wrapper .entry-title:before,
.single-project .project .et_main_title .entry-title:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 25px;
	width: 5px;
	background-color: #87946b;
	content: ""
}


.single-post .et-l .et_pb_post_title .et_pb_title_container {
	position: relative;
	background-color: rgba(255, 255, 255, .7);
	width: 100%;
	z-index: 5;
	text-align: center;
	margin: 0 auto;
	padding: 30px 0;
	box-shadow: 0 27px 50px rgba(0, 0, 0, .05)
}

.single-post .et-l .et_pb_post_title .et_pb_title_container h1 {
	position: relative;
	font-size: 30px;
	color: #1a2940;
	text-transform: uppercase;
	padding-bottom: 0;
	font-weight: 600;
	margin-bottom: 10px;
	line-height: 50px
}

.single-project .project .et_main_title .et_project_categories {
	display: block;
	padding-left: 17px
}

#main-content .container::before {
	background-color: transparent
}

.single-post #main-content,
.single-project #main-content {
	background-color: #f7f7f7
}

.single-project .nav-single .nav-next a,
.single-project .nav-single .nav-previous a {
	color: #fff
}

.single-project .nav-single .nav-next a span,
.single-project .nav-single .nav-previous a span {
	color: #fff;
	font-size: 20px
}

.single-project .nav-single {
	margin-bottom: 40px
}

.single-project .nav-single .nav-next,
.single-project .nav-single .nav-previous {
	position: relative;
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	font-weight: 500;
	border-color: #87946b;
	padding: 5px 15px;
	background-color: #87946b;
	overflow: hidden;
	transition: all .3s linear;
	border-radius: 3px;
	text-transform: uppercase;
	font-weight: 600
}

#sidebar .et_pb_widget .widgettitle {
	position: relative;
	font-size: 1.3em;
	margin-bottom: 12px;
	line-height: 25px;
	padding-left: 20px;
	color: #1a2940;
	font-weight: 600
}

#sidebar .et_pb_widget .widgettitle:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 25px;
	width: 5px;
	background-color: #87946b;
	content: ""
}

#sidebar ul {
	position: relative;
	margin-bottom: 60px
}

#sidebar ul li {
	position: relative;
	margin-bottom: 0px
}

#sidebar ul li::before {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 4px;
	background-color: #1a2940;
	content: "";
	opacity: 0;
	z-index: 10;
	visibility: hidden;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

#sidebar ul li a {
	position: relative;
	font-size: 18px;
	font-weight: 400;
	color: #1a2940;
	line-height: 26px;
	padding: 15px 25px;
	padding-left: 25px;
	display: block;
	padding-left: 45px;
	border-radius: 3px;
	background-color: #fff;
	z-index: 9;
	overflow: hidden;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

#sidebar ul li a::before {
	position: absolute;
	left: 22px;
	top: 15px;
	font-size: 18px;
	line-height: 26px;
	color: var(--color-1);
	font-weight: 900;
	content: "\45";
	font-family: ETmodules!important;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.dct_blog_detail .dc_side .et_pb_text_inner {
	background-color: #1a2940;
	display: table;
	width: 100%
}

.dct_blog_detail .dc_side,
.dct_blog_detail .dc_side_1,
.dct_blog_detail .et_pb_image {
	margin-bottom: 0!important
}

.dct_blog_detail .dc_side .et_pb_text_inner h3 {
	position: relative;
	padding: 40px 40px;
	position: relative;
	display: block;
	text-align: center;
	font-size: 1.3em;
	line-height: 25px;
	color: #fff;
	font-weight: 600
}

.dct_blog_detail .et_pb_image .et_pb_image_wrap,
.dct_blog_detail .et_pb_image .et_pb_image_wrap img {
	width: 100%
}

.dct_blog_detail .dc_side_1 h2 {
	position: relative;
	background-color: #87946b;
	padding: 25px 25px 50px;
	font-size: 20px;
	line-height: 25px;
	color: #fff;
	font-weight: 400;
	text-align: center
}

.dct_blog_detail .dc_no .et_pb_text_inner {
	position: relative;
	padding: 34px 0px 35px;
	background: #fff;
	border-bottom: 3px solid #1a2940
}

.dct_blog_detail .dc_no .et_pb_text_inner h4 {
	position: relative;
	display: inline-block;
	font-size: 24px;
	text-align: center;
	width: 100%;
	color: #222;
	padding-bottom: 0;
	font-weight: 700
}

.dct_blog_detail .dc_no .et_pb_text_inner h4:before {
	content: "\e090";
	font-family: ETmodules!important;
	margin-right: 20px;
	color: #fff;
	font-size: 15px;
	background: #87946b;
	padding: 10px;
	border-radius: 50%
}

/** Portfolio v1  **/

.dct_ptf_v1 .et_pb_portfolio_item .meta .post-meta,
.dct_ptf_v1 .et_pb_portfolio_item .meta .et_pb_module_header {
	margin-top: 0 !important;
	width: auto;
}

.dct_ptf_v1 .et_pb_portfolio_item .et_portfolio_image,
.dct_ptf_v1 .et_pb_portfolio_item .et_pb_portfolio_image {
	position: relative;
	display: block;
}

.dct_ptf_v1 .et_pb_portfolio_item .et_portfolio_image:before,
.dct_ptf_v1 .et_pb_portfolio_item .et_pb_portfolio_image:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 90%;
	height: 90%;
	text-align: center;
	content: "";
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 50%;
	z-index: 1;
	opacity: 0;
	transition: all 0.5s ease 0s;
}

.dct_ptf_v1 .et_pb_portfolio_item .et_portfolio_image:before,
.dct_ptf_v1 .et_pb_portfolio_item .et_pb_portfolio_image:before {
	border: 0;
	border-radius: inherit;
	/*transform: scaleX(0);*/
}

.dct_ptf_v1 .et_pb_portfolio_item:hover .et_portfolio_image:before,
.dct_ptf_v1 .et_pb_portfolio_item:hover .et_pb_portfolio_image:before {
	transform: scaleX(1);
	opacity: 1;
}

.dct_ptf_v1 .et_pb_portfolio_item .et_portfolio_image:after,
.dct_ptf_v1 .et_pb_portfolio_item .et_pb_portfolio_image:after {
	background-color: #fff;
	border-radius: 50%;
	bottom: 0;
	color: #87946b;
	content: "\30";
	font-family: ETmodules !important;
	font-size: 18px;
	height: 60px;
	left: 0;
	line-height: 60px;
	margin: auto;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	transform: scale(3);
	/*transition: all 0.5s ease 0s;*/
	width: 60px;
	opacity: 0;
	z-index: 2;
}

.dct_ptf_v1 .et_pb_portfolio_item:hover .et_portfolio_image:after,
.dct_ptf_v1 .et_pb_portfolio_item:hover .et_pb_portfolio_image:after {
	transform: scale(1);
	opacity: 1;
}

.dct_ptf_v1 .et_pb_portfolio_item .et_portfolio_image .et_overlay {
	background-color: transparent;
	border: none;
}

.dct_ptf_v1 .et_pb_portfolio_item .et_portfolio_image .et_overlay:before {
	display: none;
}

.dct_ptf_v1 .et_pb_portfolio_item .et_pb_module_header {
	bottom: auto !important;
	top: 15px;
	padding: 10px !important;
	font-size: 15px;
}

.dct_ptf_v1 .et_pb_portfolio_item .et_pb_module_header,
.dct_ptf_v1 .et_pb_portfolio_item .post-meta {
	background: #87946b;
	padding: 0 30px;
	position: absolute;
	color: #fff;
	bottom: 15px;
	left: -100%;
	z-index: 1;
	/*transition: all 0.3s ease 0.2s;*/
}

.dct_ptf_v1 .et_pb_portfolio_item .et_portfolio_image img {
	width: 90%;
	height: auto;
	transform: scale(1);
	/*transition: all 2s ease 0s;*/
}

.dct_ptf_v1 .et_pb_portfolio_item:hover .et_portfolio_image img {
	/*transform: scale(1.2);*/
}

.dct_ptf_v1 .et_pb_portfolio_item .post-meta,
.dct_ptf_v1 .et_pb_portfolio_item .post-meta a {
	color: #fff;
}

.dct_ptf_v1 .et_pb_portfolio_item:hover .et_pb_module_header,
.dct_ptf_v1 .et_pb_portfolio_item:hover .post-meta {
	left: 0;
}

.dct_ptf_v1 .et_pb_portfolio_item {
	overflow: hidden;
	position: relative;
}

.dct_ptf_v1 .et_pb_portfolio_filters li a.active {
	background-color: #23242c;
	color: #fff;
}

.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 15px;
	color: #23242c;
	border-width:0px;
	border-radius: 25px!important;
	margin:5px;
	box-shadow: 1px 2px rgba(0,0,0,0.3);
}

@media (max-width: 767px) {
	.et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters li {
  		width: auto!important;
	}
}

.dct_ptf_v1 .et_pb_portfolio_filters li a:hover {
	background-color: #87946b;
	color: #fff;
}

.dct_ptf_v1 .et_pb_portfolio_item .post-meta {
	background: #87946b;
}

.dct_abt_b .et_pb_blurb_content {
	padding-bottom: 30px;
	position: relative;
	min-height: 250px;
	background-color: #fff;
	padding: 50px 40px;
	padding-left: 40px;
	padding-left: 110px;
	overflow: hidden;
	box-shadow: 0 0 40px rgba(0, 0, 0, .1)
}

.dct_abt_b .et_pb_blurb_content:before {
	position: absolute;
	left: -20px;
	top: 30px;
	height: 100px;
	width: 100px;
	background-color: #f3f4f5;
	content: "";
	border-radius: 50%
}

.dct_abt_b .et_pb_blurb_content .et_pb_main_blurb_image {
	position: absolute;
	left: 10px;
	top: 50px
}

.dct_abt_b .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon {
	position: relative;
	font-size: 54px;
	line-height: 1em;
	color: #1a2940
}

.dct_abt_b .et_pb_blurb_content {
	max-width: 100%
}

.dct_abt_b .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
	line-height: 25px;
	color: #1a2940;
	display: inline-block;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.dct_abt_b .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
	position: relative;
	font-size: 15px;
	line-height: 28px;
	color: #555;
	font-weight: 300;
	margin-bottom: 20px
}

.dct_abt_b .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description a {
	font-size: 15px;
	color: #87946b;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-top: 20px;
	display: inline-block;
	text-decoration: underline;
	transition: all .3s ease;
	cursor: pointer
}

.dct_abt_b .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description a:hover {
	color: #87946b;
}

.dct_abt_b .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description a:before {
	display: inline-block;
	float: right;
	margin-left: 5px;
	content: "\35";
	font-family: ETmodules!important;
	color: #1a2940;
	font-size: 18px
}

#main_footer .et_pb_text .et_pb_text_inner h2 {
    padding-bottom: 0px;
    position: relative;
    display: block;
    font-size: 20px;
    display: inline-block;
    line-height: 1.2em;
    color: #fff;
    font-weight: 700;
    padding-left: 20px;
}

/** Blog  **/

.dct_blog .et_pb_post:last-child,
.dct_blog .et_pb_post:nth-child(2n + 2) {
	margin-right: 0 !important;
}

.dct_blog .et_pb_post:nth-child(2n + 1) {
	clear: both;
}

.dct_blog .et_pb_post {
	width: 47%;
	margin-right: 6% !important;
	cursor: pointer;
	float: left;
}

.dct_blog .et_pb_post .entry-featured-image-url {
	position: relative;
	overflow: hidden;
}

.dct_blog .et_pb_post .entry-featured-image-url:before {
/*	background-color: rgba(0, 0, 0, 0.7);*/
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	/*transform: scale(0);
	transition: all 0.5s ease 0s;*/
	width: 100%;
	z-index: 1;
}

/*.dct_blog .et_pb_post:hover .entry-featured-image-url:before {
	transform: scale(1);
}*/

.dct_blog .et_pb_post .entry-featured-image-url img {
	width: 100%;
	/*transform: scale(1);
	transition: all 0.5s ease 0s;*/
	max-width: 100%;
	vertical-align: middle;
}

/*.dct_blog .et_pb_post:hover .entry-featured-image-url img {
	transform: scale(1.5);
}*/

.dct_blog .et_pb_post .post-meta .published {
	background-color: #87946b;
	color: #fff;
	font-weight: 600;
	left: 0;
	padding: 5px 10px;
	position: absolute;
	text-transform: uppercase;
	top: 50%;
	transform: translate(0, -50%);
	z-index: 1;
	transition: 0.5s;
	opacity: 0;
}

.dct_blog .et_pb_post:hover .post-meta .published {
	opacity: 1;
}

.dct_blog .et_pb_post .entry-title,
.dct_blog .et_pb_post .post-content,
.dct_blog .et_pb_post .post-meta {
	transition: 0.5s;
}

.dct_blog .et_pb_post:hover {
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}

.dct_blog .et_pb_post .more-link {
	z-index: 1;
	position: relative;
	font-size: 16px;
	line-height: 20px;
	display: inline-block;
	color: #fff;
	margin-bottom: 25px;
	margin-top: 20px;
	font-weight: 500;
	border-color: #87946b;
	padding: 12px 25px;
	background-color: #87946b;
	overflow: hidden;
	transition: all 0.3s linear;
	border-radius: 3px;
	text-transform: uppercase;
}

.dct_blog .et_pb_post .more-link:before {
	position: absolute;
	left: 0;
	margin-left: 0;
	top: 0;
	opacity: 1;
	display: block;
	visibility: visible !important;
	height: 100%;
	width: 100%;
	content: "";
	z-index: -1;
	background-color: #87946b;
	/*-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right;
	-webkit-transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
	-moz-transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
	-o-transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
	transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
	transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
	transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
	transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
	-webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
	-moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
	-o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
	transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);*/
}

/*.dct_blog .et_pb_post .more-link:hover:before {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	transform-origin: bottom left;
}*/

.dct_blog .et_pb_post .more-link:hover {
	padding: 12px 25px !important;
	color: #fff;
	background: 0 0;
	border-radius: 3px !important;
	-webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.dct_blog .et_pb_post .entry-title {
	/*color: var(--color-2);*/
	font-size: 18px;
	font-weight: 700;
	padding-left: 25px;
	/*transition: all 0.5s ease 0s;*/
}

.dct_blog .et_pb_post:hover .entry-title {
	color: #87946b;
}

.dct_blog .et_pb_post .post-meta {
	padding-left: 25px;
}

.dct_blog .et_pb_post .post-content {
	padding-left: 25px;
	padding-top: 5px;
}

.dct_blog .et_pb_post .post-meta a {
	position: relative;
	display: inline-block;
	text-transform: uppercase;
}

/*.dct_blog .et_pb_post .entry-featured-image-url::after {
	content: "\e059";
	font-family: ETmodules !important;
	position: absolute;
	font-size: 20px;
	width: 40px;
	height: 40px;
	border: 1px dashed #fff;
	border-radius: 50%;
	line-height: 40px;
	text-align: center;
	color: #fff;
	left: 50%;
	top: 50%;
	-moz-transform: translateY(-50%) translateX(-50%) scale(0);
	-o-transform: translateY(-50%) translateX(-50%) scale(0);
	-ms-transform: translateY(-50%) translateX(-50%) scale(0);
	-webkit-transform: translateY(-50%) translateX(-50%) scale(0);
	transform: translateY(-50%) translateX(-50%) scale(0);
	z-index: 2;
	transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	opacity: 0;
}

.dct_blog .et_pb_post:hover .entry-featured-image-url::after {
	-moz-transform: translateY(-50%) translateX(-50%) scale(1);
	-o-transform: translateY(-50%) translateX(-50%) scale(1);
	-ms-transform: translateY(-50%) translateX(-50%) scale(1);
	-webkit-transform: translateY(-50%) translateX(-50%) scale(1);
	transform: translateY(-50%) translateX(-50%) scale(1);
	opacity: 1;
}*/

.dct_blog.ctg .et_pb_post .post-meta .published {
	top: 50px;
}

.dct_s_contact .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 34px;
	color: #fff;
	padding-left: 20px;
	font-weight: 600;
	margin-bottom: 15px;
	padding-bottom: 0;
	text-transform: uppercase
}

.dct_s_contact .et_pb_blurb .et_pb_blurb_content {
	max-width: 100%
}

.dct_s_contact .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 34px;
	width: 5px;
	background-color: #87946b;
	content: ""
}

.dct_s_contact .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
	font-size: 16px;
	line-height: 26px;
	color: rgba(255, 255, 255, .65);
	padding-left: 20px;
	font-weight: 400;
	margin-bottom: 35px
}

@media only screen and (max-width: 767px) {
	.dct_blog .et_pb_post {
		width: 100%;
	}
	.dct_blog .et_pb_post {
		margin-bottom: 60px;
	}
}

@media only screen and (max-width: 1199px) {
	.dct_blog .et_pb_post .post-meta .published {
		top: 10%;
	}
	.dct_blog .et_pb_post .entry-title {
		margin-bottom: 15px;
		line-height: 25px;
	}
}


#main_footer .et_pb_text .et_pb_text_inner h2:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 90%;
    width: 5px;
    background-color: #87946b;
    content: "";
}

#main_footer .et_pb_text .et_pb_text_inner ul {
    margin: 0;
    padding: 0;
}

#main_footer .et_pb_text .et_pb_text_inner ul li {
    list-style: none;
    position: relative;
    padding-left: 26px;
    margin-bottom: 10px;
    color: #fff;
}

#main_footer .et_pb_text .et_pb_text_inner ul li:before {
    position: absolute;
    left: 0;
    content: "\35";
    font-family: ETmodules!important;
    color: #87946b;
}

#main_footer .et_pb_text .et_pb_text_inner ul li a {
    color: #fff;
    transition: .5s;
}

#main_footer .et_pb_text .et_pb_text_inner ul li a:hover {
    color: #87946b;
}

.et_pb_scroll_top.et-pb-icon {
    right: 30px;
    bottom: 30px;
    padding: 8px;
    border-radius: 5px;
    background: #87946b;
    font-size: 32px;
    transition: all .1s ease-in-out;
}

@media only screen and (min-width: 981px)
{
	.et_pb_portfolio_filters ul li {
		display: inline-block;
		float: none !important;
		margin-left: 10px;
	}
	
	.et_pb_portfolio_filters ul {
		text-align: center;
	}
}

@media only screen and (max-width: 480px) {
	.dct_s_title .et_pb_text_inner h2 {
		padding-left: 10px;
	}
	.dct_gp_header .et_pb_fullwidth_header_container .header-content .et_pb_module_header {
		font-size: 30px !important;
		line-height: 40px !important;
	}
}