.free-blog-post-navigation-container:after, .free-blog-related-posts-container:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    width: 0;
}

.free-blog-related-posts .et_pb_column {
    float: left;
    position: relative;
    z-index: 2;
    min-height: 1px;
}
.free-blog-post-navigation-container {
	padding-bottom: 30px;
}
.free-blog-related-posts-container .et_pb_column:last-child {
    margin-right: 0!important;
}

@media only screen and (max-width: 980px) {
	.free-blog-related-posts-container .et_pb_column {
		width: 100%;
	}
}

@media only screen and (min-width: 981px) {
	.free-blog-related-posts-container .et_pb_column_1_3 {
		width: 31.3333%!important;
	}
	.free-blog-related-posts-container .et_pb_column {
		margin-right: 3%!important;
	}
}

/* ================= */
/* Blog Post Navigation */
/* ================= */

.free-du-blog-1 article.et_pb_post {
    margin-bottom: 10px!important;
    padding-bottom: 20px!important;
}
@media screen and (max-width: 980px) {
	.free-du-blog-1 article.et_pb_post {
		padding-bottom: 42px!important;
	}
}

.free-blog-post-navigation-hide .free-blog-post-navigation-background-color, .free-blog-post-related-posts-hide .free-blog-related-posts-background-color {
    display: none!important;
}

.free-blog-post-navigation-prev {
    float: left;
    max-width: 500px;
    text-align: left;
    margin-bottom: 30px;
    padding-right: 15px;
}
.free-blog-post-navigation-next {
    float: right;
    max-width: 500px;
    text-align: right;
    margin-bottom: 30px;
    padding-left: 15px;
}
.free-blog-post-navigation-prev a, .free-blog-post-navigation-next a {
    color: #999;
}
.free-blog-post-navigation-prev a:hover, .free-blog-post-navigation-next a:hover {
    opacity: 0.75;
}
.post-navigation-previous:before, .post-navigation-next:after {
    font-family: 'ETmodules';
    font-size: 1.2em;
    top: 0.2em;
    position: relative;
}
.post-navigation-previous:before {
    content: "\23";
    margin-right: 8px;
}
.post-navigation-next:after {
    content: "\24";
    margin-left: 8px;
}

.free-blog-post-navigation-container h4 {
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-bottom: 2px solid #555;
    padding-bottom: 5px;
    margin-bottom: 8px;
}
.free-blog-post-navigation-container {
    padding-top: 0!important;
}



/* ===================== */
/* Blog Post Comment Form */
/* ===================== */

.free-du-blog-1 .free-blog-comment-container .et_pb_row {
    padding: 35px 0 15px 0;
}

.free-du-blog-1 #comment-wrap {
    padding-top: 0;
}

/* =================== */
/* Blog Post Related Posts */
/* =================== */

.free-du-blog-1 .free-blog-related-posts .free-blog-list-2 .et_pb_post:after, .free-blog-slider-1 .et_pb_slide:after {
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(250,250,250,0) 1%, rgba(0,0,0,0.51) 78%, rgba(0,0,0,0.8) 100%);
    content: '';
    display: block;
    position: absolute!important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    opacity: 1;
    visibility: visible;
    z-index: 1;
    pointer-events: none;
}
.free-du-blog-1 .free-blog-related-posts .free-blog-list-2 .et_pb_image_container {
    position: absolute!important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0!important;
    z-index: 0;
}
.free-du-blog-1 .free-blog-related-posts .free-blog-list-2 .et_pb_post .entry-featured-image-url, .free-du-blog-1 .free-blog-related-posts .free-blog-list-2 .entry-featured-image-url img {
    height: 100%!important;
    width: 100%!important;
}
.free-du-blog-1 .free-blog-related-posts .free-blog-list-2 .et_pb_post {
    position: relative;
    overflow: hidden!important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.free-du-blog-1 .free-blog-related-posts .free-blog-list-2 .entry-title, .free-du-blog-1 .free-blog-related-posts .free-blog-list-2 .post-meta {
    color: #fff!important;
    z-index: 2;
    font-weight: 700;
    margin: 0!important;
}
.free-du-blog-1 .free-blog-related-posts .et_pb_post .entry-title {
	line-height: 1.3;
}	
.free-du-blog-1 .free-blog-related-posts .free-blog-list-2 .post-meta {
    font-size: 11px!important;
    line-height: 1.7em!important;
    margin-top: 3px!important;
}
.free-du-blog-1 .free-blog-related-posts .free-blog-list-2.free-hover .et_pb_post:hover .entry-featured-image-url img {
    transform: scale(1.1);
}
.free-du-blog-1 .free-blog-related-posts .free-blog-list-2 .entry-featured-image-url img {
    transition: all 0.4s ease;
}
.free-du-blog-1 .free-blog-related-posts .free-blog-list-2.free-blog-background-solid .et_pb_post:after {
    background: rgba(0,0,0,0.5)!important;
}
.free-du-blog-1 .free-blog-related-posts .free-blog-list-2.free-blog-all-center .et_pb_post {
    justify-content: center!important;
    text-align: center!important;
}
.free-du-blog-1 .free-blog-related-posts .free-blog-list-2.free-blog-title-center .et_link_content, .free-du-blog-1 .free-blog-related-posts .free-blog-list-2.free-blog-all-center .et_link_content {
	text-align: center;
}

.free-du-blog-1 .free-blog-related-posts-background-color {
    padding-bottom: 35px;
    padding-top: 23px;
    background: #151515;
}

.free-du-blog-1 .free-blog-related-posts .et_pb_post .entry-title, .free-du-blog-1 .free-blog-related-posts .et_pb_post .post-meta {
    padding-left: 3px;
    padding-right: 3px;
}

.free-du-blog-1 .free-blog-related-posts .et_pb_column_1_3 {
    margin-bottom: 0!important;
}
.free-du-blog-1 .free-blog-related-posts .entry-featured-image-url img {
    height: 100%!important;
    width: 100%!important;
    object-fit: cover;
}
.free-du-blog-1 .free-blog-related-posts .entry-featured-image-url {
    height: 215px;
    width: 100%;
}
.free-du-blog-1 .free-blog-related-posts .et_pb_post {
    border: none;
    box-shadow: 0 0 30px rgba(0,0,0,0.25);
    overflow: hidden;
    margin-bottom: 38px!important;
    padding: 19px;
    background-color: #fff;
    word-wrap: break-word;
}
.free-du-blog-1 .free-blog-related-posts .et_pb_gutters1 .et_pb_post {
    margin-bottom: 0!important;
}
.free-du-blog-1 .free-blog-related-posts .et_pb_post .entry-title {
    font-size: 20px!important;
    font-weight: 700;
    padding-bottom: 0!important;
}
.free-du-blog-1 .free-blog-related-posts .et_pb_post .post-meta {
    font-size: 13px;
    color: #aaa;
    padding-top: 6px;
}
.free-du-blog-1 .free-blog-related-posts .et_pb_image_container {
    margin-bottom: 23px;
}
.free-du-blog-1 .free-blog-related-posts .free-blog-list-2 .et_pb_post {
    padding: 25px 22px!important;
    height: 235px;
}

.free-du-blog-1 .free-blog-related-posts-title {
    padding: 30px 0;
}
.free-du-blog-1 .free-blog-related-posts .free-blog-related-posts-title h2 {
    font-weight: 700;
    padding-bottom: 0;
    color: #fff;
}
.free-du-blog-1 .free-blog-related-posts .free-blog-list-2 h3 {
    color: #fff!important;
    z-index: 2;
    font-weight: 700;
    margin: 0!important;
}

@media screen and (min-width: 981px) {
    .free-du-blog-1 .free-blog-related-posts .et_pb_column_1_3:nth-child(3n) {
        margin-right: 0!important;
    }
}

@media screen and (max-width: 980px) and (min-width: 621px) {
    .free-du-blog-1 .free-blog-related-posts .et_pb_column_1_3 {
        width: 47.25%!important;
        margin-right: 5.5%;
    }
    .free-du-blog-1 .free-blog-related-posts .et_pb_column_1_3:nth-child(2n) {
        margin-right: 0!important;
    }
    .free-du-blog-1 .free-blog-related-posts .et_pb_gutters1 .et_pb_column_1_3 {
        width: 50%!important;
        margin-right: 0;
    }
}



/* =================== */
/* Blog Post Style 1 (Main) */
/* =================== */

@media screen and (min-width: 981px) {
    .free-body-blog-sidebar-move-to-footer .free-blog-sidebar-move-to-footer {
		display: none!important;
	}
}
@media screen and (max-width: 980px) {
    .free-body-blog-sidebar-move-to-footer .free-du-blog-1 #sidebar {
		display: none!important;
	}    
	.free-body-blog-sidebar-move-to-footer .free-du-blog-1 .free-blog-sidebar-move-to-footer #sidebar {
		display: block!important;
	}
}

.free-du-blog-1 .free-blog-post-header-content .post-meta, .free-du-blog-1 .free-blog-post-header-content .post-meta a {
    font-size: 0px!important;
}
.free-du-blog-1 .free-blog-post-header-content .post-meta span, .free-du-blog-1 .free-blog-post-header-content .post-meta a {
	font-size: 14px!important;
}
.free-du-blog-1 .free-blog-post-header-content .post-meta span:before {
    content: '|';
    display: inline-block;
    margin-left: 4px;
    margin-right: 4px;
}
.free-du-blog-1 .free-blog-post-header-content .post-meta span:first-child:before {
	display: none;
}

.single.et_pb_pagebuilder_layout.et_full_width_page #main-content .free-blog-post-header .container {
	padding-top: 58px;
}
.single.et_pb_pagebuilder_layout.et_full_width_page.et_transparent_nav #main-content .free-blog-post-header .container {
	padding-top: 0;
}

.free-du-blog-1 .free-blog-post-featured img {
	width: 100%!important;
}
.free-du-blog-1 .free-background-overlay:before, .free-du-blog-1 .free-background-overlay-light:before {
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
}
.free-du-blog-1 .free-background-overlay:before {
    background-color: rgba(0,0,0,0.65);
}
.free-du-blog-1 .free-background-overlay-light:before {
    background-color: rgba(250, 250, 250, 0.9);
}
.free-du-blog-1#main-content .container:before {
    display: none!important;
}
.et_right_sidebar .free-du-blog-1 #sidebar {
    padding-left: 0!important;
}
.et_left_sidebar .free-du-blog-1 #sidebar {
    padding-right: 0!important;
}
.free-du-blog-1 .comment-reply-title {
    font-weight: 700;
}
.free-du-blog-1 .et_pb_row {
    width: 100%;
}
.single.et_pb_pagebuilder_layout.et_full_width_page .free-du-blog-1 .et_pb_row {
    width: 80%;
}
.free-du-blog-1 .free-blog-post-header .et_pb_row, .free-du-blog-1 .free-blog-post-header.et_pb_section {
    padding: 0;
}

.free-du-blog-1 .free-blog-comment-container, .free-du-blog-1 .free-blog-related-posts-container, .free-du-blog-1 .container.free-blog-related-posts, .free-du-blog-1 .container.free-blog-post-navigation {
    padding: 0!important;
}

.free-du-blog-1 .free-blog-post-header {
   position: relative;
   overflow: hidden;
   background: #151515;
   padding-bottom: 0;
}
.free-du-blog-1 .free-blog-post-header .container {
   z-index: 1;
}
.free-du-blog-1 .free-blog-post-header-content {
    padding-top: 30px;
    padding-bottom: 98px;
    margin: auto;
}
.free-du-blog-1 .free-blog-post-header-content .entry-title {
    font-weight: 700;
    font-size: 38px;
    line-height: 1.2em;
    color: #fff;
}
.free-du-blog-1 .free-blog-post-header-content .post-meta, .free-du-blog-1 .free-blog-post-header-content .post-meta a {
    color: rgba(255,255,255,0.78) !important;
}
.free-du-blog-1 .free-blog-post-header-featured-wrapper, .free-du-blog-1 .free-blog-post-header-featured-scale {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    overflow: hidden;
}
.free-du-blog-1 .free-blog-post-header-featured {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    filter: blur(35px);
    -webkit-filter: blur(35px);
}
.free-du-blog-1 .free-blog-post-header-featured-scale {
    transform: scale(1.3);
}
.free-du-blog-1 .free-blog-post-header-featured.et_parallax_bg {
    top: auto;
    background-position: top center;
}

.single.et_pb_pagebuilder_layout.et_full_width_page .free-du-blog-1 .free-blog-post-featured {
    padding-top: 58px!important;
}

.free-du-blog-1 .free-blog-post-featured > * {
    margin-top: -110px;
    box-shadow: 0px 6px 35px rgba(0,0,0,0.25);
    border: 6px solid #FFF;
    margin-bottom: 30px;
}
.free-du-blog-1 .free-blog-post-featured .et_post_gallery {
    box-shadow: none;
}
.free-du-blog-1 .et_pb_post .entry-content {
    padding-top: 0;
}

.free-du-blog-1 .free-blog-post-featured .et_post_gallery .et_gallery_item {
    margin: 0!important;
    width: 33.33%!important;
}
@media screen and (max-width: 767px) {
    .free-du-blog-1 .free-blog-post-featured .et_post_gallery .et_gallery_item {
        width: 50%!important;
    }
}
@media screen and (max-width: 621px) {
    .free-du-blog-1 .free-blog-post-header-content .entry-title {
        font-size: 32px;
    }
}
@media screen and (max-width: 479px) {
    .free-du-blog-1 .free-blog-post-featured .et_post_gallery .et_gallery_item {
        width: 100%!important;
    }
}



/* ============== */
/* Blog Post Style 2 */
/* ============== */

.free-blog-post-style-2 .free-du-blog-1 .free-blog-post-header-featured {
    filter: blur(0px);
    -webkit-filter: blur(0px);
    background-position: top center;
}
.free-blog-post-style-2 .free-du-blog-1 .free-blog-post-header-featured-scale {
    transform: scale(1);
}

.free-blog-post-style-2 .free-du-blog-1 .free-blog-post-featured > * {
    margin-top: -150px;
}
.free-blog-post-style-2 .free-du-blog-1 .free-blog-post-featured > img {
    display: none;
}

.free-blog-post-style-2 .free-du-blog-1 .free-blog-post-header-content {
    padding-top: 150px;
    padding-bottom: 208px;
    text-align: center;
}



/* ============== */
/* Blog Post Style 3 */
/* ============== */

.free-blog-post-style-3 .free-du-blog-1 .free-blog-post-header-featured {
    filter: blur(0px);
    -webkit-filter: blur(0px);
    background-position: top center;
}
.free-blog-post-style-3 .free-du-blog-1 .free-blog-post-header-featured-scale {
    transform: scale(1);
}

.free-blog-post-style-3 .free-du-blog-1 .free-blog-post-featured > * {
    margin-top: 0px;
    box-shadow: none;
    border: none;
}
.free-blog-post-style-3 .free-du-blog-1 .free-blog-post-featured > img {
    display: none;
}

.free-blog-post-style-3 .free-du-blog-1 .free-blog-post-header-content {
    padding-top: 280px;
    padding-bottom: 38px;
    max-width: 700px;
    margin-left: 0;
}
.free-blog-post-style-3 .free-du-blog-1 .free-background-overlay:before {
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(250,250,250,0) 1%, rgba(0,0,0,0.51) 78%, rgba(0,0,0,0.8) 100%);
}



/* ============== */
/* Blog Post Style 4 */
/* ============== */

.free-blog-post-style-4 .free-du-blog-1 .free-blog-post-header-featured-wrapper {
    position: relative;
    padding: 20%;
	min-height: 400px;
}
.free-blog-post-style-4 .free-du-blog-1 .free-blog-post-header-featured {
    filter: blur(0px);
    -webkit-filter: blur(0px);
    background-position: top center;
}
.free-blog-post-style-4 .free-du-blog-1 .free-blog-post-header-featured-scale {
    transform: scale(1);
}
.free-blog-post-style-4 .free-du-blog-1 .free-blog-post-featured > * {
    margin-top: 0px;
    box-shadow: none;
    border: none;
}
.free-blog-post-style-4 .free-du-blog-1 .free-blog-post-featured > img {
    display: none;
}
.free-blog-post-style-4 .free-du-blog-1 .free-background-overlay:before {
    background: transparent;
}
.free-blog-post-style-4 .free-du-blog-1 .free-blog-post-header {
    background: #fff;
}
.free-blog-post-style-4 .free-du-blog-1 .free-blog-post-header-content .entry-title {
    color: #151515;
    font-weight: 800;
    text-transform: uppercase;
}
.free-blog-post-style-4 .free-du-blog-1 .free-blog-post-header-content .post-meta, .free-blog-post-style-4 .free-du-blog-1 .free-blog-post-header-content .post-meta a {
    color: rgba(15,15,15,0.78)!important
}
.free-blog-post-style-4 .free-du-blog-1 .free-blog-post-header-content {
    text-align: center;
    padding-top: 0px;
    padding-bottom: 53px;
}



/* ============== */
/* Blog Post Style 5 */
/* ============== */

.free-blog-post-style-5 .free-du-blog-1 .free-blog-post-header-featured-wrapper {
    position: relative;
    padding: 20%;
}
.free-blog-post-style-5 .free-du-blog-1 .free-blog-post-header-featured-wrapper {
    max-width: 1140px;
    margin: auto;
    width: 80%;
}
.free-blog-post-style-5 .free-du-blog-1 .free-blog-post-header-featured {
    filter: blur(0px);
    -webkit-filter: blur(0px);
    background-position: top center;
}
.free-blog-post-style-5 .free-du-blog-1 .free-blog-post-header-featured-scale {
    transform: scale(1);
}
.free-blog-post-style-5 .free-du-blog-1 .free-blog-post-featured > * {
    margin-top: 0px;
    box-shadow: none;
    border: none;
}
.free-blog-post-style-5 .free-du-blog-1 .free-blog-post-featured > img {
    display: none;
}
.free-blog-post-style-5 .free-du-blog-1 .free-background-overlay:before {
    background: transparent;
}
.free-blog-post-style-5 .free-du-blog-1 .free-blog-post-header {
    background: #fff;
}
.free-blog-post-style-5 .free-du-blog-1 .free-blog-post-header-content .entry-title {
    color: #151515;
    font-weight: 800;
    text-transform: uppercase;
}
.free-blog-post-style-5 .free-du-blog-1 .free-blog-post-header-content .post-meta, .free-blog-post-style-5 .free-du-blog-1 .free-blog-post-header-content .post-meta a {
    color: rgba(15,15,15,0.78)!important
}
.free-blog-post-style-5 .free-du-blog-1 .free-blog-post-header-content {
    text-align: center;
    padding-top: 0px;
    padding-bottom: 53px;
    max-width: 700px;
}


/* ============================== */
/* Blog Post Customizer Setting Override*/
/* ============================== */

.free-blog-post-header-custom #main-content.free-du-blog-1 .free-blog-post-header-featured-overlay-none.free-background-overlay:before {
    background: transparent;
}
.free-blog-post-header-custom #main-content.free-du-blog-1 .free-blog-post-header-featured-overlay-solid.free-background-overlay:before {
    background: rgba(0,0,0,0.65);
}
.free-blog-post-header-custom #main-content.free-du-blog-1 .free-blog-post-header-featured-overlay-gradient.free-background-overlay:before {
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(250,250,250,0) 1%, rgba(0,0,0,0.51) 78%, rgba(0,0,0,0.8) 100%);
}

.free-blog-post-header-custom.free-blog-post-header-content-center .free-du-blog-1 .free-blog-post-header-content {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.free-blog-post-header-custom.free-blog-post-header-content-left .free-du-blog-1 .free-blog-post-header-content {
    margin-left: 0;
    margin-right: auto;
    text-align: left;
}
.free-blog-post-header-custom.free-blog-post-header-content-right .free-du-blog-1 .free-blog-post-header-content {
    margin-left: auto;
    margin-right: 0;
    text-align: right;
}

.free-blog-post-header-custom.free-blog-post-header-featured-hide .free-du-blog-1 .free-blog-post-header-featured-wrapper {
    display: none!important;
}

.free-blog-post-featured-image-custom .free-du-blog-1 .free-blog-post-featured>* {
    box-shadow: none;
}
.free-blog-post-featured-image-custom.free-blog-post-featured-image-box-shadow .free-du-blog-1 .free-blog-post-featured>* {
    box-shadow: 0px 6px 35px rgba(0,0,0,0.25);
}
.free-blog-post-featured-image-custom.free-blog-post-featured-image-hide .free-du-blog-1 .free-blog-post-featured>img {
    display: none;
}
.free-blog-post-featured-image-custom.free-blog-post-featured-image-show .free-du-blog-1 .free-blog-post-featured>img {
    display: block;
}

.free-blog-post-sidebar-hide .free-du-blog-1 #sidebar {
    display: none!important;
}
.free-blog-post-sidebar-hide .free-du-blog-1 #left-area {
    width: 100%!important;
    padding-left: 0!important;
    padding-right: 0!important;
}
body{font-weight:400}body.et_pb_button_helper_class .et_pb_button{font-weight:500}#footer-info{letter-spacing:0;text-transform:none;font-variant:normal}.et-fb div.preloader{display:none!important}div.preloader{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#fff;z-index:100011;height:100%;width:100%;overflow:hidden!important;display:flex;align-items:center;justify-content:center}.preloader .status svg{height:70px;width:70px}svg.preloader path,svg.preloader circle,svg.preloader rect{fill:var(--gcid-primary-color,#BDC8D5);stroke:var(--gcid-primary-color,#BDC8D5)}svg.preloader .none,svg.preloader .none *{fill:none!important}svg.preloader.nostroke *{stroke:none!important}.preloader .status svg.preloader7{transform:scale(1);transform-origin:center;width:auto;height:auto}div.preloader img.dtb_custom_preloader_img{width:250px}span.et_pb_scroll_top.et-pb-icon{background:#2a313b;color:#fff;padding:5px;font-size:30px;right:0;bottom:100px}span.et_pb_scroll_top.et-pb-icon.et-visible{transition-duration:.3s;transition-timing-function:ease-in-out;transition-property:background,color,padding,font-size,transform,border}a.btt_link{position:absolute;top:-5px;bottom:-5px;right:-5px;left:-5px}span.et_pb_scroll_top:before{content:'2'}span.et_pb_scroll_top.et-pb-icon:hover{background:var(--gcid-primary-color,#00B5CF);color:#fff}span.et_pb_scroll_top.et-pb-icon{box-shadow:0 8px 20px rgba(0,0,0,.2)}.pulse,.grow,.shrink,.buzz,.move_down,.move_up{transform:perspective(1px) translateZ(0);transition:all .3s ease-in-out!important}.jello:hover{animation:jello .9s both}.wobble:hover{animation:wobble .82s cubic-bezier(.36,.07,.19,.97) both}.heartbeat:hover{animation:heartbeat 1.5s ease-in-out infinite both}.pulse:hover{animation:pulse 1s ease-in-out infinite both}.grow:hover{transform:scale(1.1)}.shrink:hover{transform:scale(.9)}.move_up:hover{transform:translateY(-8px)}.move_down:hover{transform:translateY(8px)}@keyframes jello{0%,100%{transform:scale3d(1,1,1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}}@keyframes wobble{16.65%{transform:translateX(5px)}33.3%{transform:translateX(-4px)}49.95%{transform:translateX(3px)}66.6%{transform:translateX(-2px)}83.25%{transform:translateX(1px)}100%{transform:translateX(0)}}@keyframes heartbeat{from{transform:scale(1);transform-origin:center center;animation-timing-function:ease-out}10%{transform:scale(.91);animation-timing-function:ease-in}17%{transform:scale(.98);animation-timing-function:ease-out}33%{transform:scale(.87);animation-timing-function:ease-in}45%{transform:scale(1);animation-timing-function:ease-out}}@keyframes pulse{25%{transform:scale(1.1)}75%{transform:scale(.9)}}.et-social-icon a.move_up:hover{transform:translateY(-2px)}.et-social-icon a.move_down:hover{transform:translateY(2px)}@media only screen and (min-width:981px) and (max-width:980px){#logo,.logo_container,#main-header,.container{transition:all .4s ease-in-out}#et_mobile_nav_menu{display:none!important}#top-menu,nav#top-menu-nav{display:block!important}#et-secondary-nav,#et-secondary-menu,#et-info .et-social-icons{display:inline-block!important}#et-info{padding-top:0}#top-header .container{padding-top:.75em}.et_fixed_nav #page-container #main-header,.et_fixed_nav #page-container #top-header{position:fixed}.et_hide_primary_logo #main-header:not(.et-fixed-header) .centered-inline-logo-wrap,.et_hide_fixed_logo #main-header.et-fixed-header .centered-inline-logo-wrap,.et_header_style_centered.et_hide_primary_logo #main-header:not(.et-fixed-header) .logo_container,.et_header_style_centered.et_hide_fixed_logo #main-header.et-fixed-header .logo_container,.et_header_style_split.et_hide_primary_logo #main-header:not(.et-fixed-header) .logo_container,.et_header_style_split.et_hide_fixed_logo #main-header.et-fixed-header .logo_container{height:0;padding:0;opacity:0}.et_pb_fullwidth_menu.dtb-menu .et_pb_menu__menu,.et_pb_menu.dtb-menu .et_pb_menu__menu{display:flex}.dtb-menu .et_mobile_nav_menu{display:none;float:right}.et_pb_fullwidth_menu--style-inline_centered_logo.dtb-menu>div>.et_pb_menu__logo-wrap,.et_pb_menu--style-inline_centered_logo.dtb-menu>div>.et_pb_menu__logo-wrap{display:none}.et_header_style_centered nav#top-menu-nav{display:inline-block}.et_header_style_centered.et_hide_primary_logo #main-header:not(.et-fixed-header) .logo_container,.et_header_style_centered.et_hide_fixed_logo #main-header.et-fixed-header .logo_container{height:18px}.et_header_style_centered #main-header{padding:0}.et_header_style_centered #logo{max-height:100%}.et_header_style_centered #page-container #main-header:not(.et-fixed-header) .logo_container{height:100px;max-height:none}.et_header_style_centered header#main-header.et-fixed-header .logo_container{height:100px;max-height:none}.et_header_style_centered.et_hide_primary_logo #page-container #main-header:not(.et-fixed-header) .logo_container,.et_header_style_centered.et_hide_fixed_logo #page-container #main-header.et-fixed-header .logo_container{height:18px}.et_header_style_centered #et_top_search{display:inline-block!important;float:none;margin:3px 0 0 22px}.et_hide_primary_logo #main-header:not(.et-fixed-header) .logo_container,.et_hide_fixed_logo #main-header.et-fixed-header .logo_container{height:0;opacity:0;transition:all .4s ease-in-out}}.et_pb_fullwidth_menu--without-logo.dtb-menu .et_pb_menu__menu>nav>ul>li,.et_pb_menu--without-logo.dtb-menu .et_pb_menu__menu>nav>ul>li{margin-top:0}.dtb-menu.et_pb_module{z-index:3}#main-header{box-shadow:none!important;box-shadow:0 1px 0 rgba(0,0,0,.1)!important}#page-container #main-header.et-fixed-header{box-shadow:none!important;box-shadow:0 0 7px rgba(0,0,0,.1)!important}#top-header{box-shadow:none}#et-info-email,#et-info-phone,.et-cart-info span,#et-secondary-nav>li>a{font-weight:600;letter-spacing:0;text-transform:none;font-variant:normal}#et-info a,#et-secondary-menu>ul>li>a{color:#fff;position:relative}#et-info a:hover,#et-secondary-menu>ul>li>a:hover{opacity:1;color:#fff}#et-info a:after,#et-secondary-menu>ul:not(.et-social-icons)>li>a:before{content:'';display:block;position:absolute;top:-.8em;bottom:0;right:-.75em;left:-.75em;transition:all .3s ease-in-out;z-index:-1}#et-info a:after{bottom:-.65em}#et-info a:hover:after,#et-secondary-menu>ul>li>a:hover:before{background:rgba(0,0,0,0)}@media (min-width:981px){#main-header{transition:all .3s ease-in-out;height:auto}#wpadminbar{z-index:200001}#main-header.et-fixed-header{top:0!important;z-index:200000}#top-header.et-fixed-header{top:0!important;box-shadow:none}.admin-bar #main-header.et-fixed-header{top:32px!important}.et_header_style_left.et-fixed-header #et-top-navigation{padding-top:30px!important}}#main-header,#top-header{transition:all .3s ease-in-out!important}.et_link_content,.et_audio_content,.et_pb_audio_module_content,.et_quote_content{width:100%}::-webkit-scrollbar{width:5px;box-shadow:inset 0 0 9px rgba(0,0,0,.1)}::-webkit-scrollbar-thumb{-webkit-border-radius:0;border-radius:0}::-webkit-scrollbar-thumb:window-inactive{opacity:.5}::-webkit-scrollbar-thumb{background:#2a313b}::-webkit-scrollbar-thumb:window-inactive{background:#2a313b}::-webkit-scrollbar{background:#f4f4f4}.dtb_layout_placeholder{height:150px;display:flex;align-items:center;justify-content:center;background:#ccc;color:white}.dtb_layout_placeholder>h3{color:white}div[class^=count-]{display:inline-block}#moving-bg1 canvas.dtb-particles,#moving-bg2 canvas.dtb-particles{position:absolute;top:0;left:0;bottom:0;z-index:1;display:block;opacity:0}#moving-bg1 canvas.dtb-particles.dtb-loaded,#moving-bg2 canvas.dtb-particles.dtb-loaded{opacity:1;transition:opacity .5s ease-in}
/* ================= */
/* Archive CSS START */
/* ================= */

/* ------------ */
/* Divi 5 Start */
/* ------------ */

.free-archive-blog .et_pb_gutters1 .et_pb_column {
    margin-bottom: 0;
}
.free-archive-blog .et_pb_column_4_4 {
    width: 100%;
}

@media screen and (min-width: 981px) {
    .et_pb_gutters2 .et_pb_column_1_2, .et_pb_gutters2.et_pb_row .et_pb_column_1_2 {
        width: 48.5%;
    }
    .et_pb_gutters2 .et_pb_column_1_3, .et_pb_gutters2.et_pb_row .et_pb_column_1_3 {
        width: 31.333%;
    }
    .et_pb_gutters2 .et_pb_column, .et_pb_gutters2.et_pb_row .et_pb_column {
        margin-right: 3%;
    }
	.et_pb_row {
        padding: 2% 0;
    }
    .et_pb_gutters1 .et_pb_column_1_4, .et_pb_gutters1.et_pb_row .et_pb_column_1_4 {
        width: 25%;
    }
    .et_pb_gutters1 .et_pb_column, .et_pb_gutters1.et_pb_row .et_pb_column {
        margin-right: 0;
    }
}
@media screen and (max-width: 980px) {
    .et_pb_column {
		width: 100%;
        margin-bottom: 30px;
    }
    .et_pb_column .et_pb_row_inner, .et_pb_row {
        padding: 30px 0;
    }
    .et_pb_gutters1 .et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4, .et_pb_gutters1 .et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4, .et_pb_gutters1 .et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4, .et_pb_gutters1 .et_pb_row_4col>.et_pb_column.et_pb_column_1_4, .et_pb_gutters1.et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4, .et_pb_gutters1.et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4, .et_pb_gutters1.et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4, .et_pb_gutters1.et_pb_row_4col>.et_pb_column.et_pb_column_1_4 {
        width: 50%;
        margin-right: 0;
    }
}

.et_pb_column {
    float: left;
    position: relative;
    z-index: 9;
    background-position: center;
    background-size: cover;
}

.et_pb_row:after, .et_pb_row_inner:after, .et_pb_slides:after {
    display: block;
    visibility: hidden;
    clear: both;
    width: 0;
    height: 0;
    line-height: 0;
    content: ".";
}

/* ------------ */
/* Divi 5 End */
/* ------------ */




/* ----------------------------------------------------------- */
/* Replace et_pb_blog_grid CSS to free-archive-blog-individual */
/* ----------------------------------------------------------- */
.free-archive-blog-individual {
	position: relative;
}

.free-archive-blog-individual .et_pb_post {
	padding: 19px;
	border: 1px solid #d8d8d8;
	background-color: #fff;
	word-wrap: break-word;
}

.free-archive-blog-individual .et_pb_image_container {
	position: relative;
}

.free-archive-blog-individual .et_main_video_container,
	.free-archive-blog-individual .et_audio_content,
		.free-archive-blog-individual .et_pb_post .et_pb_slider {
	margin: -20px -20px 29px;
}

.free-archive-blog-individual .et_pb_image_container img {
	min-width: 100%;
	max-width: 100%;
	height: auto;
}

.free-archive-blog-individual .et_pb_no_thumb h2,
.free-archive-blog-individual .et_pb_no_thumb .entry-title {
	margin-top: 0;
}

.free-archive-blog-individual .et_audio_content {
	margin-bottom: 0;
}

.free-archive-blog-individual h2 {
	font-size: 18px;
}

.free-archive-blog-individual .et_main_video_overlay:hover:before {
	background: rgba(0, 0, 0, 0.6);
}

.free-archive-blog-individual .et_audio_content h2 {
	margin-top: 0;
	margin-bottom: 9px;
}
.free-archive-blog-individual .et_quote_content {
	padding: 35px 30px 32px;
}
.free-archive-blog-individual .et_link_content,
	.free-archive-blog-individual .et_audio_content {
	padding: 35px 20px;
}
.free-archive-blog-individual .et_quote_content blockquote p,
	.free-archive-blog-individual .et_link_content h2,
		.free-archive-blog-individual .et_audio_content h2 {
	font-size: 18px;
	line-height: 26px;
}
.free-archive-blog-individual .et_quote_content blockquote cite,
	.free-archive-blog-individual .et_link_content a.et_link_main_url {
	font-size: 14px;
}
.free-archive-blog-individual .et_link_content {
	margin: -20px -20px 19px;
}

.free-archive-blog-individual .et_quote_content {
	margin: -20px -20px 19px;
}
.free-archive-blog-individual .et_audio_content {
	margin-bottom: 19px;
}
.free-archive-blog-individual .et_audio_container .mejs-container .mejs-controls .mejs-time span {
	font-size: 14px;
}
.et_pb_row .free-archive-blog-individual .et_pb_post .et_pb_slide {
	min-height: 180px;
}
@media screen and (min-width: 981px) and (max-width: 1100px) {
	.free-archive-blog-individual .et_quote_content {
		padding: 35px 25px 32px;
	}
	.free-archive-blog-individual .et_pb_post .et_pb_slide {
		min-height: 155px;
	}
}
@media screen and (max-width: 980px) {
	.free-archive-blog-individual .et_audio_container .mejs-container .mejs-controls .mejs-time span {
		font-size: 18px;
	}
}
@media screen and (min-width: 768px) and (max-width: 980px) {
	.free-archive-blog-individual .et_quote_content {
		padding: 35px 30px !important;
	}
	.free-archive-blog-individual .et_quote_content blockquote p {
		font-size: 20px !important;
		line-height: 26px !important;
	}
	.free-archive-blog-individual .et_quote_content blockquote cite {
		font-size: 14px !important;
	}
	.free-archive-blog-individual .et_link_content h2 {
		font-size: 20px !important;
		line-height: 26px !important;
	}

	.free-archive-blog-individual .et_link_content a.et_link_main_url {
		font-size: 14px !important;
	}
	.free-archive-blog-individual > .et_pb_gallery_post_type > .et_pb_slides > .et_pb_post .et_pb_slide {
		min-height: 182px !important;
	}
	.free-archive-blog-individual .et_audio_content h2 {
		font-size: 20px !important;
		line-height: 26px !important;
	}
}
@media screen and (max-width: 767px) {
	.free-archive-blog-individual .et_quote_content {
		padding: 35px 30px !important;
	}
	.free-archive-blog-individual .et_quote_content blockquote p {
		font-size: 20px !important;
		line-height: 26px !important;
	}
	.free-archive-blog-individual .et_quote_content blockquote cite {
		font-size: 14px !important;
	}
	.free-archive-blog-individual .et_pb_post > .et_pb_gallery_post_type > .et_pb_slides > .et_pb_slide {
		min-height: 222px !important;
	}
}
@media screen and (max-width: 479px) {
	.free-archive-blog-individual h2 {
		padding-bottom: 0;
		font-size: 16px;
	}
	.free-archive-blog-individual .et_pb_post.format-quote > *,
	.free-archive-blog-individual .et_pb_post.format-link > *,
	.free-archive-blog-individual .et_main_video_container,
	.free-archive-blog-individual .et_audio_content,
	.free-archive-blog-individual .et_pb_post .et_pb_slider {
		display: block;
	}

	.free-archive-blog-individual .et_pb_post > .et_pb_image_container,
	.free-archive-blog-individual .et_pb_post > h2,
	.free-archive-blog-individual .et_pb_post > .post-meta {
		display: block;
	}

	.free-archive-blog-individual .et_pb_post .post-meta {
		display: block !important;
		padding: 0;
	}
	.free-archive-blog-individual .et_quote_content,
	.free-archive-blog-individual .et_link_content {
		padding: 35px 20px !important;
	}
	.free-archive-blog-individual > .et_pb_gallery_post_type > .et_pb_slides > .et_pb_post .et_pb_slide {
		min-height: 156px !important;
	}
}


/* --------------------------------------------- */
/* Archive Text Color With Main Color Background */
/* --------------------------------------------- */
.free-archive-blog-text-secondary-color-light .free-archive-blog .free-text-secondary-color,
	.free-archive-blog-text-secondary-color-light .free-archive-blog .free-text-category-secondary-color a {
	color: #fff!important;
}
.free-archive-blog-text-secondary-color-dark .free-archive-blog .free-text-secondary-color,
	.free-archive-blog-text-secondary-color-dark .free-archive-blog .free-text-category-secondary-color a {
	color: #151515!important;
}

.free-archive-blog-text-secondary-color-light.free-archive-blog-pagination-style-1 .free-archive-blog-pagination li.active a,
	.free-archive-blog-text-secondary-color-light.free-archive-blog-pagination-style-2 .free-archive-blog-pagination li.active a,
		.free-archive-blog-text-secondary-color-light.free-archive-blog-pagination-style-3 .free-archive-blog-pagination li.active a,
			.free-archive-blog-text-secondary-color-light.free-archive-blog-pagination-style-4 .free-archive-blog-pagination .free-next-link-wrapper a,
				.free-archive-blog-text-secondary-color-light.free-archive-blog-pagination-style-5 .free-archive-blog-pagination .free-next-link-wrapper a {
	color: #fff!important;
}
.free-archive-blog-text-secondary-color-dark.free-archive-blog-pagination-style-1 .free-archive-blog-pagination li.active a,
	.free-archive-blog-text-secondary-color-dark.free-archive-blog-pagination-style-2 .free-archive-blog-pagination li.active a,
		.free-archive-blog-text-secondary-color-dark.free-archive-blog-pagination-style-3 .free-archive-blog-pagination li.active a,
			.free-archive-blog-text-secondary-color-dark.free-archive-blog-pagination-style-4 .free-archive-blog-pagination .free-next-link-wrapper a,
				.free-archive-blog-text-secondary-color-dark.free-archive-blog-pagination-style-5 .free-archive-blog-pagination .free-next-link-wrapper a,
					.free-archive-blog-text-secondary-color-dark .free-archive-blog .free-text-main-color {
	color: #151515!important;
}

/* ------------ */
/* Archive Blog */
/* ------------ */
#main-content.free-archive-wrapper .entry {
	margin-bottom: 50px;
}
#main-content .free-archive-blog .et_pb_post .post-meta {
	padding-bottom: 15px;
}
#main-content .free-archive-blog .free-archive-blog-individual .et_pb_post .post-meta {
	padding-bottom: 8px;
}
#main-content .free-archive-blog .free-blog-list-2 .et_pb_post .post-meta {
	padding-bottom: 0;
}
#main-content .free-archive-blog .et_pb_post .entry-title {
	padding-bottom: 10px;
}
#main-content .free-archive-blog .free-blog-list-2 .et_pb_post .entry-title {
	padding-bottom: 6px;
}
#main-content .free-archive-blog .et_pb_post .post-meta, #main-content .free-archive-blog .et_pb_post .post-meta span, #main-content .free-archive-blog .et_pb_post .post-meta a {
    line-height: 1.4em!important;
}


/* ------------------- */
/* Archive Breadcrumbs */
/* ------------------- */
.free-breadcrumbs-sep:before {
    content: '/';
    font-size: 0.8em;
    position: relative;
    top: -1px;
    padding: 0 3px;
    opacity: 0.5;
}

html.et-fb-root-ancestor .free-breadcrumbs-text-module p {
	padding-bottom: 0;
}



/* --------------- */
/* Archive Sidebar */
/* --------------- */
@media screen and (min-width: 1425px) {
	.free-archive-wrapper #sidebar {
		padding-top: 28px;
	}
}
@media screen and (min-width: 981px) {
	.free-archive-wrapper #sidebar {
		padding-top: 2%;
		padding-bottom: 2%;
	}
}

.free-no-sidebar:before {
	display: none!important;
}


/* ----------------------- */
/* Archive Blog Pagination */
/* ----------------------- */

/* General Blog Pagination Design */
.free-archive-blog-pagination {
	padding-bottom: 36px;
}
.free-archive-blog-pagination .free-archive-blog-pages {
	font-size: 14px;
    margin-right: 12px;
	color: #888;
	margin-bottom: 12px;
    display: inline-block;
}
.free-archive-blog-pagination li a:hover {
    opacity: 0.8;
}
.free-archive-blog-pagination li a, .free-archive-blog-pagination li .free-excess {
    font-size: 14px;
    color: #151515;
    font-weight: 600;
	line-height: 1;
	display: block;
}
.free-archive-blog-pagination li.active {
	pointer-events: none;
}
.free-archive-blog-pagination ul {
    display: inline-block;
    padding: 0!important;
    font-size: 0;
}
.free-archive-blog-pagination li {
    list-style: none;
    display: inline-block;
	line-height: 1;
	position: relative;
}

/* Blog Pagination Style 1 */
.free-archive-blog-pagination-style-1 .free-archive-blog-pagination li {
	margin: 0 1px;
}
.free-archive-blog-pagination-style-1 .free-archive-blog-pagination li a, .free-archive-blog-pagination-style-1 .free-archive-blog-pagination li .free-excess {
    padding: 8px 11px;
}
.free-archive-blog-pagination-style-1 .free-archive-blog-pagination li.active {
    border-radius: 100px;
}

/* Blog Pagination Style 2 */
.free-archive-blog-pagination-style-2 .free-archive-blog-pagination li {
	margin: 2px;
	background: #efefef;
	border-bottom: 2px solid #f7208c;
}
.free-archive-blog-pagination-style-2 .free-archive-blog-pagination li a, .free-archive-blog-pagination-style-2 .free-archive-blog-pagination li .free-excess {
    padding: 9px 12px;
}
.free-archive-blog-pagination-style-2 .free-archive-blog-pagination li.active a {
    color: #fff;
}

/* Blog Pagination Style 3 */
.free-archive-blog-pagination-style-3 .free-archive-blog-pagination li {
	margin: 3px;
	border: 1px solid  rgba(0,0,0,0.12);
	border-radius: 100px;
}
.free-archive-blog-pagination-style-3 .free-archive-blog-pagination li a, .free-archive-blog-pagination-style-3 .free-archive-blog-pagination li .free-excess {
    padding: 9px 21px;
}
.free-archive-blog-pagination-style-3 .free-archive-blog-pagination li.active a {
    color: #fff;
}

/* Blog Pagination Style 4 */
.free-archive-blog-pagination-style-4 .free-archive-blog-pagination li {
	margin: 2px 8px;
	border-bottom: 3px solid #eaeaea;
}
.free-archive-blog-pagination-style-4 .free-archive-blog-pagination li a, .free-archive-blog-pagination-style-4 .free-archive-blog-pagination li .free-excess {
    padding: 11px 8px;
	font-weight: 400;
}
.free-archive-blog-pagination-style-4 .free-archive-blog-pagination li.active a, .free-archive-blog-pagination-style-4 .free-archive-blog-pagination li.active .free-excess {
	font-weight: 700;
}
.free-archive-blog-pagination-style-4 .free-archive-blog-pagination .free-previous-link-wrapper, .free-archive-blog-pagination-style-4 .free-archive-blog-pagination .free-next-link-wrapper {
	border: none;
    border-radius: 100px;
    position: relative;
    top: 2px;
}
.free-archive-blog-pagination-style-4 .free-archive-blog-pagination .free-previous-link-wrapper a, .free-archive-blog-pagination-style-4 .free-archive-blog-pagination .free-next-link-wrapper a {
    padding: 8px 12px;
    color: #fff;
}
.free-archive-blog-pagination-style-4 .free-archive-blog-pagination .free-previous-link-wrapper {
    background: #eaeaea;
}
.free-archive-blog-pagination-style-4 .free-archive-blog-pagination .free-previous-link-wrapper a {
	color: #151515;
}

/* Blog Pagination Style 5 */
.free-archive-blog-pagination-style-5 .free-archive-blog-pagination li {
	margin: 2px 0px;
	border-bottom: 3px solid #eaeaea;
}
.free-archive-blog-pagination-style-5 .free-archive-blog-pagination li a, .free-archive-blog-pagination-style-5 .free-archive-blog-pagination li .free-excess {
    padding: 11px 14px;
	font-weight: 400;
}
.free-archive-blog-pagination-style-5 .free-archive-blog-pagination li.active a, .free-archive-blog-pagination-style-5 .free-archive-blog-pagination li.active .free-excess {
	font-weight: 700;
}
.free-archive-blog-pagination-style-5 .free-archive-blog-pagination .free-previous-link-wrapper, .free-archive-blog-pagination-style-5 .free-archive-blog-pagination .free-next-link-wrapper {
	border: none;
    border-radius: 100px;
    position: relative;
    top: 2px;
}
.free-archive-blog-pagination-style-5 .free-archive-blog-pagination .free-previous-link-wrapper a, .free-archive-blog-pagination-style-5 .free-archive-blog-pagination .free-next-link-wrapper a {
    padding: 8px 12px;
    color: #fff;
}
.free-archive-blog-pagination-style-5 .free-archive-blog-pagination .free-previous-link-wrapper {
    background: #eaeaea;
	margin-right: 12px;
}
.free-archive-blog-pagination-style-5 .free-archive-blog-pagination .free-previous-link-wrapper a {
	color: #151515;
}
.free-archive-blog-pagination-style-5 .free-archive-blog-pagination .free-next-link-wrapper {
	margin-left: 12px;
}
.free-archive-blog-pagination-style-5 .free-archive-blog-pagination li.active:after {
	content: '';
    width: 0px;
    height: 0px;
    border: 4px solid #f7208c;
    border-radius: 100px;
    display: inline-block;
    transform: rotate(90deg);
    bottom: -6px;
    position: absolute;
    left: 14px;
}
.free-archive-blog-pagination-style-5 .free-archive-blog-pagination .free-archive-blog-pages {
    margin-right: 20px;
}

/* =============== */
/* Archive CSS END */
/* =============== */


/* ================= */
/* Sidebar CSS START */
/* ================= */

/* --------------------- */
/* General Sidebar Design */
/* -------------------- */

.et_pb_module.et_pb_widget_area .et_pb_widget, #sidebar .et_pb_widget {
    margin-bottom: 30px!important;
}

.et_pb_module.et_pb_widget_area {
	border: none;
}

.free-sidebar-custom-style #main-content .container:before {
    display: none!important;
}
.free-sidebar-custom-style.et_right_sidebar #sidebar, .free-sidebar-custom-style #main-content .et_pb_module.et_pb_widget_area.et_pb_widget_area_right {
    padding-left: 0!important;
}
.free-sidebar-custom-style.et_left_sidebar #sidebar, .free-sidebar-custom-style #main-content .et_pb_module.et_pb_widget_area.et_pb_widget_area_left {
    padding-right: 0!important;
}

.free-sidebar-custom-style #main-content .et_pb_widget li {
    border-bottom: 1px dotted #ccc;
    padding: 0 0 8px 0;
}

.free-sidebar-custom-style #main-content .et_pb_widget.widget_categories li.cat-item {
    text-align: right!important;
    color: #c3c3c3!important;
}
.free-sidebar-custom-style #main-content .et_pb_widget.widget_categories li.cat-item a {
    text-align: left!important;
    float: left!important;
}
.free-sidebar-custom-style #main-content .et_pb_widget.widget_categories li.cat-item:after {
	content: " ";
	display: block; 
	height: 0; 
	clear: both;
}

.free-sidebar-custom-style #main-content .et_pb_widget li.cat-item a:before {
    content: "";
    float: left;
    margin-top: 9px;
    margin-right: 12px;
    width: 6px;
    height: 6px;
    border: 1px solid #ffd200;
    border-radius: 50%;
    box-sizing: border-box;
}

html .free-sidebar-custom-style #main-content .et_pb_widget.widget_categories li.cat-item:last-child {
    margin-bottom: 0!important;
}

.free-sidebar-custom-style #main-content .widgettitle, .free-sidebar-custom-style #main-content .wp-block-heading {
	line-height: 1.2em;
}


/* ------------------------ */
/* Sidebar Customizer Design */
/* ------------------------ */

/* Sidebar Style 1 */
.free-sidebar-style-1 #main-content .widgettitle, .free-sidebar-style-1 #main-content .wp-block-heading {
	border-bottom: 1px solid #d7d7d7;
	padding-bottom: 13px;
	background: transparent;
	text-align: center;
	position: relative;
	margin-bottom: 18px;
	display: block;
	font-size: 18px;
	font-weight: 700;
	color: #151515;
}
.free-sidebar-style-1 #main-content .widgettitle:after, .free-sidebar-style-1 #main-content .wp-block-heading:after {
	content: '';
	height: 2px;
	width: 65px;
	display: block;
	margin: auto;
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
}
.free-sidebar-style-1 #main-content .et_pb_widget {
	margin-bottom: 42px;
}
.free-sidebar-style-1 #main-content .et_pb_widget:before {
	display: none;
}

/* Sidebar Style 2 */
.free-sidebar-style-2 #main-content .widgettitle, .free-sidebar-style-2 #main-content .wp-block-heading {
	display: inline-block;
	transform: skewX(-15deg);
	padding: 5px 13px 5px 13px;
	position: relative;
	text-align: left;
	margin-bottom: 18px;
	border: none;
	font-size: 15px;
	font-weight: 700;
	color: #fff;
}
.free-sidebar-style-2 #main-content .widgettitle:after, .free-sidebar-style-2 #main-content .wp-block-heading:after {
	display: none;
}
.free-sidebar-style-2 #main-content .et_pb_widget:before {
	content: '';
	background: #555;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 15px;
	width: 100%;
	height: 1px;
	z-index: 0;
}
.free-sidebar-style-2 #main-content .et_pb_widget {
	position: relative;
	margin-bottom: 38px;
}

/* Sidebar Style 3 */
.free-sidebar-style-3 #main-content .widgettitle, .free-sidebar-style-3 #main-content .wp-block-heading {
	border-bottom: 1px solid #d7d7d7;
	padding-bottom: 13px;
	text-align: left;
	position: relative;
	margin-bottom: 18px;
	display: block;
	font-size: 17px;
	font-weight: 700;
	color: #151515;
}
.free-sidebar-style-3 #main-content .et_pb_widget {
	padding: 25px;
	background: #f5f5f5;
}
.free-sidebar-style-3.free-sidebar-custom-style #main-content .et_pb_widget li:last-child {
    border-bottom: none;
}

/* Sidebar Style 4 */
.free-sidebar-style-4 #main-content .widgettitle, .free-sidebar-style-4 #main-content .wp-block-heading {
	padding: 13px 20px 13px 20px;
	position: relative;
	text-align: left;
	margin-bottom: 18px;
	border: none;
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	display: block;
	margin: -20px -20px 20px -20px;
}
.free-sidebar-style-4 #main-content .et_pb_widget {
	padding: 20px;
	box-shadow: 0 10px 25px 0 rgba(0,0,0,0.08);
	transition: all 0.3s ease;
	background: #fff;
}
.free-sidebar-style-4 #main-content .et_pb_widget:hover {
	box-shadow: 0 18px 42px 0 rgba(0,0,0,0.12);
}
.free-sidebar-style-4.free-sidebar-custom-style #main-content .et_pb_widget li:last-child {
    border-bottom: none;
	margin-bottom: 0;
}

/* Sidebar Style 5 */
.free-sidebar-style-5 #main-content .widgettitle, .free-sidebar-style-5 #main-content .wp-block-heading {
	padding: 13px 20px 13px 20px;
    position: relative;
    text-align: left;
    margin-bottom: 18px;
    border: none;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    display: block;
}
.free-sidebar-style-5.et_right_sidebar #main-content .widgettitle,
	.free-sidebar-style-5 #main-content .et_pb_module.et_pb_widget_area.et_pb_widget_area_right .widgettitle,
.free-sidebar-style-5.et_right_sidebar #main-content .wp-block-heading,
	.free-sidebar-style-5 #main-content .et_pb_module.et_pb_widget_area.et_pb_widget_area_right .wp-block-heading {
	border-radius: 0 100px 100px 0;
}
.free-sidebar-style-5.et_left_sidebar #main-content .widgettitle,
	.free-sidebar-style-5 #main-content .et_pb_module.et_pb_widget_area.et_pb_widget_area_left .widgettitle,
.free-sidebar-style-5.et_left_sidebar #main-content .wp-block-heading,
	.free-sidebar-style-5 #main-content .et_pb_module.et_pb_widget_area.et_pb_widget_area_left .wp-block-heading {
	border-radius: 100px 0 0 100px;
}
.free-sidebar-style-5.free-sidebar-custom-style #main-content .container:before {
    display: block!important;
}
.free-sidebar-style-5.free-sidebar-custom-style #main-content .container.free-archive-blog-pagination-wrapper:before, .free-sidebar-style-5.free-sidebar-custom-style #main-content.free-du-blog-1 .container:before {
	display: none!important;
}
.free-sidebar-style-5.free-sidebar-custom-style #main-content.free-du-blog-1 .container.free-blog-post-content:before {
	display: block!important;
}
.free-sidebar-style-5.free-sidebar-custom-style.et_no_sidebar #main-content.free-du-blog-1>.container:before,
	.free-sidebar-style-5.free-sidebar-custom-style.et_full_width_page #main-content.free-du-blog-1>.container:before,
		.free-sidebar-style-5.free-sidebar-custom-style #main-content .container.free-no-sidebar:before,
			.free-sidebar-style-5.free-sidebar-custom-style.free-blog-post-sidebar-hide #main-content.free-du-blog-1>.container:before {
	display: none!important;
}
.free-sidebar-style-5.free-sidebar-custom-style #main-content.free-du-blog-1>.container {
    border-bottom: 1px solid #ddd;
}
.free-sidebar-style-5.free-sidebar-custom-style .free-du-blog-1 .container.free-blog-post-navigation {
    padding-top: 26px!important;
}

@media screen and (min-width: 981px) {
	.free-sidebar-style-5.free-sidebar-custom-style.et_right_sidebar #sidebar,
		.free-sidebar-style-5.free-sidebar-custom-style #main-content .et_pb_module.et_pb_widget_area.et_pb_widget_area_right {
		padding-left: 30px!important;
	}
	.free-sidebar-style-5.free-sidebar-custom-style.et_left_sidebar #sidebar,
		.free-sidebar-style-5.free-sidebar-custom-style #main-content .et_pb_module.et_pb_widget_area.et_pb_widget_area_left {
		padding-right: 30px!important;
	}
	.free-sidebar-style-5 #main-content .widgettitle, .free-sidebar-style-5 #main-content .wp-block-heading {
		padding: 13px 30px 13px 30px;
		margin: 0px -30px 16px -30px;
	}
	.free-sidebar-style-5 .et_pb_widget_area_left {
		border-right: 1px solid rgba(0,0,0,.1);
	}
	.free-sidebar-style-5 .et_pb_widget_area_right {
		border-left: 1px solid rgba(0,0,0,.1);
	}
}

/* Sidebar Style 6 */
.free-sidebar-style-6 #main-content .widgettitle, .free-sidebar-style-6 #main-content .wp-block-heading {
    padding-bottom: 13px;
    text-align: left;
    position: relative;
    margin-bottom: 12px;
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #151515;
}
.free-sidebar-style-6 #sidebar:before, .free-sidebar-style-6 #main-content .et_pb_module.et_pb_widget_area:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 1500px;
    height: 100%;
    background: #f5f5f5;
    z-index: -1;
}
.free-sidebar-style-6 #sidebar, .free-sidebar-style-6 #main-content .et_pb_module.et_pb_widget_area {
    position: relative;
	padding: 30px 0px;
	margin-bottom: 58px;
	z-index: 1;
}
.free-sidebar-style-6.free-sidebar-custom-style.et_right_sidebar #sidebar:before,
	.free-sidebar-style-6.free-sidebar-custom-style #main-content .et_pb_module.et_pb_widget_area.et_pb_widget_area_right:before {
	left: 0;
}
.free-sidebar-style-6.free-sidebar-custom-style.et_left_sidebar #sidebar:before,
	.free-sidebar-style-6.free-sidebar-custom-style #main-content .et_pb_module.et_pb_widget_area.et_pb_widget_area_left:before {
	right: 0;
}
.free-sidebar-style-6.et_right_sidebar #main-content .et_pb_widget,
	.free-sidebar-style-6 #main-content .et_pb_module.et_pb_widget_area.et_pb_widget_area_right .et_pb_widget {
	padding: 30px 0px 0px 32px;
}
.free-sidebar-style-6.et_left_sidebar #main-content .et_pb_widget,
	.free-sidebar-style-6 #main-content .et_pb_module.et_pb_widget_area.et_pb_widget_area_left .et_pb_widget {
	padding: 30px 32px 0px 0px;
}


/* ================= */
/* Sidebar CSS END */
/* ================= */


/* ------------- */
/* Miscellaneous */
/* ------------- */

#main-content {
    overflow: hidden!important;
    width: 100%;
}

.free-background-overlay:before, .free-background-overlay-light:before {
  position: absolute;
  content:" ";
  top:0;
  left:0;
  width:100%;
  height:100%;
  display: block;
  z-index:0;
}
.free-background-overlay:before {
  background-color: rgba(0,0,0,0.65);
}
.free-background-overlay-light:before {
    background-color: rgba(250, 250, 250, 0.9);
}
html.et_fb_preview_active--wireframe_preview .free-background-overlay:before, html.et-fb-preview--wireframe .free-background-overlay:before,
	html.et_fb_preview_active--wireframe_preview .free-background-overlay-light:before, html.et-fb-preview--wireframe .free-background-overlay-light:before {
	display: none!important;
}
.et_pb_section_parallax:before {
    z-index: 1!important;
}
.et_pb_section_parallax .et_pb_row {
    z-index: 2!important;
}

html.et_fb_preview_active--responsive_preview .et_pb_section .et_pb_row .et_pb_column .free-blog-list-3 .et_pb_post,
	html.et-fb-preview--tablet .et_pb_section .et_pb_row .et_pb_column .free-blog-list-3 .et_pb_post,
		html.et-fb-preview--phone .et_pb_section .et_pb_row .et_pb_column .free-blog-list-3 .et_pb_post {
    margin-bottom: 0!important;
}
html.et_fb_preview_active--responsive_preview--tablet_preview .et_pb_section .et_pb_row .et_pb_column .free-blog-list-3.free-blog-biggest .et_pb_post,
	html.et-fb-preview--tablet .et_pb_section .et_pb_row .et_pb_column .free-blog-list-3.free-blog-biggest .et_pb_post {
        margin-bottom: 60px!important;
}

.free-blog-list-1 .et_pb_post {
    position: relative;
}
.free-blog-list-1 .entry-title {
    margin-bottom: 10px;
    padding-bottom: 0!important;
}
.free-blog-list-1 .entry-title:before {
    content: '';
    display: block;
    width: 47px;
    height: 5px;
    margin: 0 0 20px;
}
.free-blog-list-1 .post-meta {
    padding-left: 23px!important;
    position: relative;
}
.free-blog-list-1 .post-meta:before {
    content: "\7d";
    font-family: "ETmodules";
    font-weight: 800;
    position: absolute;
    left: 2px;
}
.free-blog-list-1 .post-content {
    margin-top: 12px;
}
.free-blog-list-1 .et_pb_image_container {
    margin-bottom: 30px!important;
}

.free-blog-no-border-top.free-blog-list-1 .entry-title:before {
    display: none!important;
}

.free-blog-no-padding .et_pb_image_container, .free-blog-no-padding .et_main_video_container {
    margin: 0 0 23px!important;
}
.free-blog-list-1.free-blog-no-padding .et_pb_image_container {
    margin: 0 0 30px!important;
}
.free-blog-no-padding .et_pb_post {
    padding: 0!important;
}
.free-blog-no-padding .post-meta:before {
    left: 1px!important;
}

.free-blog-list-2 .et_pb_post:after, .free-blog-slider-1 .et_pb_slide:after {
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(250,250,250,0) 1%, rgba(0,0,0,0.51) 78%, rgba(0,0,0,0.8) 100%);
    content: '';
    display: block;
    position: absolute!important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    opacity: 1;
    visibility: visible;
    z-index: 1;
    pointer-events: none;
}
.free-blog-list-2.free-blog-background-solid .et_pb_post:after {
    background: rgba(0,0,0,0.5)!important;
}
.free-blog-list-2.free-blog-border .et_pb_post:after {
    outline: 4px double rgba(255, 255, 255, 0.76);
    outline-offset: -25px;
}
.free-blog-list-2 .et_pb_post {
    position: relative;
    height: 300px;
    overflow: hidden!important;
    padding: 35px 40px!important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.free-blog-list-2.free-blog-border .et_pb_post {
    padding: 50px!important;
}
.free-blog-list-2.free-blog-all-center .et_pb_post {
    justify-content: center!important;
    text-align: center!important;
}
.et_pb_gutters1 .free-blog-list-2 .et_pb_post {
    margin: 0!important;
}
.free-blog-list-2 .et_pb_video_overlay_hover {
	background: transparent!important;
    padding: 35px 40px!important;
}
.free-blog-list-2 .et_pb_video_overlay, .free-blog-list-2 .fluid-width-video-wrapper, .free-blog-list-2 .et_pb_post .et_pb_slider,
	.free-blog-list-2 .et_quote_content {
	transition: all 0.4s ease;
}
.free-blog-list-2 .et_pb_video_play {
    font-size: 45px;
    margin: 0;
    line-height: 1em;
    position: absolute;
    top: 32px;
    left: 40px;
    right: auto;
    transform: translateY(0);
}
.free-blog-list-2 .et_main_video_container {
    pointer-events: none;
}
.free-blog-list-2 .fluid-width-video-wrapper {
	padding: 0!important;
}
.free-blog-list-2 .et_pb_post .et-pb-slider-arrows, .free-blog-list-2 .et_pb_post .et-pb-controllers {
	display: none;
}
.free-blog-list-2 .et_pb_image_container, .free-blog-list-2 .entry-featured-image-url, .free-blog-list-2 .et_main_video_container,
	.free-blog-list-2 .fluid-width-video-wrapper, .free-blog-list-2 .et_pb_post .et_pb_slider, .free-blog-list-2 .et_pb_post .et_pb_slide,
		.free-blog-list-2 .et_pb_post .et_audio_content, .free-blog-list-2 .et_quote_content, .free-blog-list-2 .et_link_content {
    position: absolute!important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0!important;
    z-index: 0;
}
.free-blog-list-2 .et_pb_post .et_audio_content, .free-blog-list-2 .et_link_content {
	z-index: 2;
	padding: 35px 40px!important;
	text-align: left;
}
.free-blog-list-2 .et_pb_post .et_audio_content h2, .free-blog-list-2 .et_link_content h2 {
	margin-bottom: 18px!important;
	line-height: 1.3!important;
}
.free-blog-list-2 .et_link_content {
    text-align: left;
}
.free-blog-list-2.free-blog-title-center .et_link_content, .free-blog-list-2.free-blog-all-center .et_link_content {
	text-align: center;
}
.free-blog-list-2 .et_pb_post .et_audio_container {
	margin-left: -10px;
}
.free-blog-list-2 .et_pb_post .et_audio_container .mejs-controls {
	top: 0;
}
.free-blog-list-2 .et_pb_post .entry-featured-image-url, .free-blog-list-2 .entry-featured-image-url img {
    height: 100%!important;
    width: 100%!important;
}
.free-blog-list-2 .entry-featured-image-url img {
    object-fit: cover;
    transition: all 0.4s ease;
}
.free-blog-list-2 h2, .free-blog-list-2 .post-meta {
    color: #fff!important;
    z-index: 2;
    font-weight: 700;
    margin: 0!important;
}
.free-blog-list-2 h2, .free-blog-list-2 .et_audio_content h2 {
    font-size: 23px!important;
}
.free-blog-list-2 .post-meta {
    font-size: 11px!important;
    line-height: 1.7em!important;
    margin-top: 3px!important;
}
.free-blog-list-2 h2 a {
    display: block;
}
.free-blog-list-2 .post-meta a {
    color: #fff!important;
}
.free-blog-list-2 .post-content>*:not(a) {
    display: none!important;
}
.free-blog-list-2 .et_pb_post .more-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: transparent!important;
    background: transparent!important;
}
.free-blog-list-2 .column.size-1of1 {
    width: 100%;
}
.free-blog-list-2.free-blog-medium .et_pb_post {
    height: 500px!important;
}
.free-blog-list-2.free-blog-medium h2 {
    font-size: 28px!important;
}
.free-blog-list-2.free-blog-big .et_pb_post {
    height: 600px!important;
}
.free-blog-list-2.free-blog-big h2 {
    font-size: 32px!important;
}
.free-blog-list-2.free-blog-title-center h2 {
    position: absolute!important;
    transform: translate(-50%, -50%)!important;
    left: 50%!important;
    top: 50%!important;
    bottom: auto!important;
    right: auto!important;
    text-align: center;
    width: 100%!important;
    max-width: 520px!important;
    padding-left: 25px;
    padding-right: 25px;
}
.free-blog-list-2.free-blog-title-center .post-meta {
    text-align: center;
}

.free-blog-list-2 .et_main_video_container .fluid-width-video-wrapper > *, .free-blog-list-3 .et_main_video_container .fluid-width-video-wrapper > *,
	.free-blog-half .et_main_video_container .fluid-width-video-wrapper > * {
	display: none!important;
}
.free-blog-list-3.free-blog-big .et_main_video_container .fluid-width-video-wrapper > *, .free-blog-list-3.free-blog-biggest .et_main_video_container .fluid-width-video-wrapper > * {
	display: block!important;
}

.free-blog-list-2 .et_main_video_container, .free-blog-list-3 .et_main_video_container, .free-blog-half .et_main_video_container {
	pointer-events: none;
}
.free-blog-list-3.free-blog-big .et_main_video_container, .free-blog-list-3.free-blog-biggest .et_main_video_container {
	pointer-events: auto;
}

.free-blog-list-3.free-border-bottom .et_pb_post {
    border-bottom: 1px solid #DEDEDE!important;
}
.free-blog-list-3.free-border-bottom .et_pb_post:last-child {
    border-bottom: none!important;
}
.free-blog-list-3 .et_main_video_container {
	float: left;
	margin: 0!important;
}
.free-blog-list-3 .et_main_video_container .et_pb_video_overlay_hover, .free-blog-half .et_main_video_container .et_pb_video_overlay_hover {
	display: none;
}
.free-blog-list-3.free-blog-big .et_main_video_container .et_pb_video_overlay_hover, .free-blog-list-3.free-blog-biggest .et_main_video_container .et_pb_video_overlay_hover {
	display: block;
}
.free-blog-list-3 .et_pb_post .entry-featured-image-url img, .free-blog-list-3 .et_main_video_container {
    object-fit: cover;
    width: 60px!important;
    height: 50px!important;
    min-width: 0!important;
}
.free-blog-list-3.free-blog-medium .et_pb_post .entry-featured-image-url img, .free-blog-list-3.free-blog-medium .et_main_video_container {
    width: 110px!important;
    height: 73px!important;
}
.free-blog-list-3.free-blog-big .et_pb_post .entry-featured-image-url img, .free-blog-list-3.free-blog-big .et_main_video_container {
    width: 270px!important;
    height: 180px!important;
}
.free-blog-list-3 .et_pb_post .entry-featured-image-url {
    float: left!important;
    margin-right: 16px!important;
	margin-bottom: 0!important;
}
.free-blog-list-3.free-blog-medium .et_pb_post .entry-featured-image-url {
    margin-right: 22px!important;
}
.free-blog-list-3.free-blog-big .et_pb_post .entry-featured-image-url {
    margin-right: 30px!important;
}
.free-blog-list-3 .post-content {
    display: none!important;
}
.free-blog-list-3.free-blog-big .post-content, .free-blog-list-3.free-blog-biggest .post-content {
    display: block!important;
}
.free-blog-list-3 .et_pb_image_container {
    margin: 0!important;
}
.free-blog-list-3 h2 {
    margin-top: 2px!important;
    font-size: 15px!important;
    font-weight: 700;
    line-height: 1.3!important;
    padding-bottom: 8px!important;
    margin-left: 76px!important;
}
.free-blog-list-3.free-blog-big h2 {
    font-size: 21px!important;
    padding-bottom: 10px!important;
    margin-top: 6px!important;
}
.free-blog-list-3 .post-meta {
    color: #b4b4b4!important;
    font-size: 11px!important;
    line-height: 1.5!important;
    margin-left: 76px!important;
}
.free-blog-list-3.free-blog-medium h2, .free-blog-list-3.free-blog-medium .post-meta {
    margin-left: 132px!important;
}
.free-blog-list-3.free-blog-big h2, .free-blog-list-3.free-blog-big .post-meta, .free-blog-list-3.free-blog-big .post-content {
    margin-left: 300px!important;
}
.free-blog-list-3 .et_pb_no_thumb h2, .free-blog-list-3 .et_pb_no_thumb .post-meta,
    .free-blog-list-3.free-blog-medium .et_pb_no_thumb h2, .free-blog-list-3.free-blog-medium .et_pb_no_thumb .post-meta,
        .free-blog-list-3.free-blog-big .et_pb_no_thumb h2, .free-blog-list-3.free-blog-big .et_pb_no_thumb .post-meta, .free-blog-list-3.free-blog-big .et_pb_no_thumb .post-content {
    margin-left: 0px!important;
}
.free-blog-list-3.free-blog-biggest .et_pb_no_thumb h2, .free-blog-list-3.free-blog-biggest .et_pb_no_thumb .post-meta, .free-blog-list-3.free-blog-biggest .et_pb_no_thumb .post-content {
    width: 100%!important;
}
.free-blog-list-3.free-blog-biggest .et_pb_no_thumb .post-content {
    padding-bottom: 38px!important;
    padding-top: 16px!important;
}
.free-blog-list-3.free-blog-biggest .et_pb_no_thumb h2 {
    padding-top: 38px!important;
    padding-bottom: 10px!important;
}
.free-blog-list-3.free-blog-big .post-meta, .free-blog-list-3.free-blog-biggest .post-meta {
    margin-bottom: 12px!important;
}
.free-blog-list-3.free-blog-big .post-content {
    font-size: 15px!important;
}
.free-blog-list-3 .post-meta a {
    color: #b4b4b4!important;
}
.et_pb_column .et_pb_blog_grid.free-blog-list-3 .column.size-1of2, .et_pb_column .free-blog-list-3 .et_pb_blog_grid .column.size-1of2 {
    margin-bottom: 0!important;
}
.et_pb_section .et_pb_row .et_pb_column .free-blog-list-3 .et_pb_post {
    margin-bottom: 0!important;
    padding: 12px 0!important;
}
.et_pb_section .et_pb_row .et_pb_column .free-blog-list-3 .et_pb_post:first-child {
    padding-top: 0!important;
}
.et_pb_section .et_pb_row .et_pb_column .free-blog-list-3.free-blog-big .et_pb_post {
    padding: 17px 0!important;
}
.free-blog-list-3.free-blog-big.et_pb_blog_grid, .free-blog-list-3.free-blog-big .et_pb_blog_grid {
    margin-top: -17px!important;
}
.et_pb_section .et_pb_row .et_pb_column .free-blog-list-3.free-blog-big .column {
    width: 100%!important;
    margin: 0!important;
}
.et_pb_section .et_pb_row .et_pb_column .free-blog-list-3.free-blog-biggest .et_pb_post {
    padding: 0!important;
}

.free-blog-list-3.free-blog-biggest .et_pb_post {
    box-shadow: 0 0 50px rgba(0,0,0,.1);
    background-color: #fff;
    transition: all 0.3s ease;
    top: 0;
}
.free-blog-list-3.free-blog-biggest h2 {
    font-size: 30px!important;
}
.free-blog-list-3.free-blog-biggest.free-hover .et_pb_post:hover {
    top: -5px!important;
    box-shadow: 0 15px 50px rgba(0,0,0,.18)!important;
}
.free-blog-list-3.free-blog-biggest .et_pb_post .post-content .more-link {
    transition: all 0.3s ease;
}
.free-blog-list-3.free-blog-biggest .et_pb_post .post-content .more-link:hover {
    opacity: 0.76!important;
}
.free-blog-list-3.free-blog-biggest .et_pb_post {
    position: relative!important;
}



/* --------------------- */
/* Different Screen Size */
/* --------------------- */

@media screen and (max-width: 980px) {
    .free-blog-list-3.free-blog-biggest h2 {
        font-size: 23px!important;
    }
}


@media screen and (max-width: 767px) {
	.free-blog-list-2 .et_pb_video_play {
		top: 30px;
		left: 25px;
	}
    .free-blog-slider-1 .et_pb_slides .et_pb_container {
        height: 350px!important;
    }

    .free-blog-list-2.free-blog-medium .et_pb_post , .free-blog-list-2.free-blog-big .et_pb_post {
        height: 300px!important;
    }
    .free-blog-list-2.free-blog-medium h2, .free-blog-list-2.free-blog-big h2 {
        font-size: 23px!important;
    }
    .free-blog-list-2 .et_pb_post, .free-blog-list-2 .et_pb_video_overlay_hover, .free-blog-list-2 .et_pb_post .et_audio_content,
		.free-blog-list-2 .et_link_content {
        padding: 30px 25px!important;
    }
    .free-blog-list-2.free-blog-border .et_pb_post {
        padding: 35px!important;
    }
    .free-blog-list-2.free-blog-border .et_pb_post:after {
        outline-offset: -20px!important;
    }
}

@media screen and (min-width: 701px) {
    .free-blog-list-3.free-blog-biggest h2 {
        padding-top: 50px!important;
        padding-bottom: 10px!important;
    }
    .free-blog-list-3.free-blog-biggest .post-content {
        padding-bottom: 50px!important;
        padding-top: 4px!important;
    }
    .free-blog-list-3.free-blog-biggest .et_pb_post {
        position: relative!important;
    }
    .free-blog-list-3.free-blog-biggest h2, .free-blog-list-3.free-blog-biggest .post-meta, .free-blog-list-3.free-blog-biggest .post-content {
        width: 50.1%!important;
        float: right!important;
        padding-left: 55px!important;
        padding-right: 55px!important;
    }
	.free-blog-list-3.free-blog-biggest .et_main_video_container {
		height: 100%!important;
	}
    .free-blog-list-3.free-blog-biggest .et_pb_post .entry-featured-image-url, .free-blog-list-3.free-blog-biggest .et_main_video_container  {
        position: absolute!important;
        width: 50%!important;
        top: 0!important;
        bottom: 0!important;
    }
    .free-blog-list-3.free-blog-biggest .et_pb_post .entry-featured-image-url img, .free-blog-list-3.free-blog-biggest .et_main_video_container > * {
        height: 100%!important;
        width: 100%!important;
        object-fit: cover!important;
    }
    .et_pb_section .et_pb_row .et_pb_column .free-blog-list-3.free-blog-biggest .et_pb_post {
        margin-bottom: 60px!important;
    }
}

@media screen and (max-width: 700px) {
    .free-blog-list-3.free-blog-big .et_pb_post .entry-featured-image-url {
        float: none!important;
        margin-right: 0!important;
        margin-bottom: 21px!important;
    }
    .free-blog-list-3.free-blog-big .et_pb_post .entry-featured-image-url img {
        width: 100%!important;
        height: auto!important;
    }
    .free-blog-list-3.free-blog-big h2, .free-blog-list-3.free-blog-big .post-meta, .free-blog-list-3.free-blog-big .post-content {
        margin-left: 0px!important;
    }
    .et_pb_section .et_pb_row .et_pb_column .free-blog-list-3.free-blog-big .et_pb_post {
        padding: 21px 0!important;
    }
    .free-blog-list-3.free-blog-big .post-content {
        font-size: 14px!important;
    }

    .free-blog-list-3.free-blog-biggest .et_pb_post .entry-featured-image-url, .free-blog-list-3.free-blog-biggest .et_main_video_container {
        float: none!important;
        margin-right: 0!important;
        margin-bottom: 21px!important;
    }
    .free-blog-list-3.free-blog-biggest .et_pb_post .entry-featured-image-url img, .free-blog-list-3.free-blog-biggest .et_main_video_container {
        width: 100%!important;
        height: auto!important;
    }
    .free-blog-list-3.free-blog-biggest h2, .free-blog-list-3.free-blog-biggest .post-meta, .free-blog-list-3.free-blog-biggest .post-content {
        margin-left: 0px!important;
        padding-left: 25px!important;
        padding-right: 25px!important;
    }
    .et_pb_section .et_pb_row .et_pb_column .free-blog-list-3.free-blog-biggest .et_pb_post {
        padding: 0 0 28px 0!important;
        margin-bottom: 30px!important;
    }
    .et_pb_section .et_pb_row .et_pb_column .free-blog-list-3.free-blog-biggest .et_pb_no_thumb.et_pb_post {
        padding: 0!important;
    }
    .free-blog-list-3.free-blog-biggest .post-content {
        font-size: 14px!important;
    }
}
/* ==================== */
/* Archive Post Styling */
/* ==================== */
.free-archive-blog .et_pb_row {
	width: 100%;
}
.free-archive-blog .et_pb_post {
	position: relative;
}
.free-archive-blog .et_pb_post .entry-title {
    font-weight: 700!important;
	font-size: 30px;
	line-height: 1.3em;
}
.free-archive-blog .et_pb_post .post-meta, .free-archive-blog .et_pb_post .post-meta a {
	color: #aaa!important;
    font-size: 0px!important;
	line-height: 1.4em;
}
.free-archive-blog .et_pb_post .post-meta span, .free-archive-blog .et_pb_post .post-meta a {
	font-size: 13px!important;
}
.free-archive-blog .et_pb_post .post-meta span:before {
    content: '-';
    display: inline-block;
    margin-left: 4px;
    margin-right: 4px;
}
.free-archive-blog .et_pb_post .post-meta span:first-child:before {
	display: none;
}

.free-archive-blog .et_pb_post .entry-title, .free-archive-blog .et_pb_post .post-meta, .free-archive-blog .et_pb_post .post-content {
	padding-left: 8px;
	padding-right: 8px;
}

.free-archive-blog .et_pb_post {
	border: none;
}
.free-archive-blog .et_pb_post .more-link {
    margin: 28px 0 8px 0;
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
    padding: 12px 20px;
	letter-spacing: 2px;
	transition: all 0.3s ease;
}
.free-archive-blog .et_pb_post .more-link:hover {
    opacity: 0.9;
}

.free-archive-blog .free-archive-blog-text-wrapper {
    padding: 30px 30px 12px 30px;
    width: 85%;
	margin: 0 auto 0 auto;
    position: relative;
    z-index: 10;
    text-align: center;
    background: #fff;
}
.free-archive-blog .et_pb_post.has-post-thumbnail .free-archive-blog-text-wrapper, .free-archive-blog .et_pb_post.format-video .free-archive-blog-text-wrapper {
	margin: -100px auto 0 auto;
}

@media screen and (max-width: 580px) {
	.free-archive-blog .et_pb_post .entry-title {
		font-size: 22px;
	}
	.free-archive-blog .free-archive-blog-text-wrapper {
	    padding: 25px 18px 12px 18px;
	}
}
