/*
Theme Name: Divi Child Theme
Version: 1.0.0
Description: Basic Child Theme
Author: Nazmul Haque
Template: Divi
Author URL: 
*/
 
/*------- Theme Customizations ------- */
textarea{
	resize: vertical;
}
.container {
    width: 85%;
    max-width: 1440px;
}
.single-post .container #content-area,
.category .container #content-area,
.tag .container #content-area {
    width: 80%;
    max-width: 1080px;
	margin-left: 10%;
}
.et_header_style_split #et-top-navigation nav>ul,
.et_header_style_left #et-top-navigation nav>ul{
	padding-bottom: 26px !important;
}
.et_header_style_split #et-top-navigation nav>ul>li>a,
.et_header_style_left #et-top-navigation nav>ul>li>a{
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}
#et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before, 
.et_pb_module.et_pb_menu .et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before {
    content: '\4d';
}
@media only screen and (max-width: 980px){
	.mobile_menu_bar:before{
		color: #dd1e32 !important;
	}
}
#top-menu li {
    padding: 0 16px;
}
#top-menu li a {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}
#top-menu-nav>ul>li>a:hover {
	color: #DD1E32 !important;
}
#top-menu li li a:hover {
    background-color: #DD1E32;
	padding: 6px 20px;
	color: #ffffff !important;;
}
#top-menu li.donate-btn a {
	background-color: #DD1E32;
	color: #ffffff;
    font-size: 18px;
	padding: 10px 15px;
    border-radius: 18px;
}
#top-menu li.donate-btn a:hover {
	color: #ffffff !important;
}
.et_pb_scroll_top.et-pb-icon {
    background: #DD1E32;
}
li.centered-inline-logo-wrap {
	min-width: 160px !important;
}
.home-banner-sec.et_pb_section {
	padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.home-banner-sec .et_pb_row {
	padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.home-rent-btn-sec.et_pb_section {
	padding-top: 1% !important;
	padding-bottom: 0px !important;
}
#popmake-2596 .et_pb_module.et_pb_text {
    min-height: 60px;
}
#popmake-2596 .et_pb_module.et_pb_image {
    min-height: 250px;
    display: flex;
    align-items: center;
}
/*===================== grid blog start =====================*/
.blog-gallery {
  display: flex;
  justify-content: center;
}
.slick-wrapper {
  background-color: aqua;
  width: 100%;
  overflow: hidden;
}
.slide-bg {
  background-size: cover;
  background-position: center;
  background-color: rebeccapurple;
}
.slide-item {
  color: #fff;
  display: flex !important;
  height: 200px;
  border: 1px solid white;
  position: relative;
}
.slide-item .post-content {
  position: absolute;
  top: 60%;
  padding: 0 10px;
  color: #fff;
}
.slide-item .post-content h2.entry-title {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: normal;
  text-transform: capitalize;
  font-weight: 700;
  color: #fff;
}
.slide-item .post-content .entry-content {
  display: block;
  font-size: 12px;
  line-height: 1.4;
}
.slide-item .post-content .post-meta-date p {
  font-size: 12px;
  text-transform: capitalize;
  line-height: normal;
}
.slide-item .post-content .post-meta-date p span {
  font-style: italic;
}
.slick-wrapper a{
  display: block !important;
  text-decoration: none;
}
.slick-prev:before, .slick-next:before{
	background: #AF114F !important;
    color: #ffffff !important;
    font-size: 30px !important;
	font-family: 'FontAwesome' !important;
}
.slick-prev:before { content: "\f177" !important; }
.slick-next:before { content: "\f178" !important; }

.slick-wrapper:hover button.slick-prev,
.slick-wrapper:hover button.slick-next {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  visibility: visible;
  opacity: 1;
  z-index: 99;
  transition: .3s;
}
[class^="slick-prev"], 
[class^="slick-next"] {
  width: 44px;
  opacity: 0;
  visibility: hidden;
}
.slick-wrapper button.slick-prev {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
          left: 5%;
}
.slick-wrapper button.slick-next {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
          right: 5%;
}
/*==================== grid blog end ===================*/
@media only screen and (min-width: 981px){
	.et_header_style_split .et-fixed-header #et-top-navigation {
		padding: 16px 0 0 0 !important;
	}
}
/*==================== Start Divi default blog style custom CSS ====================*/

/* blog page style */
#main-content {
    background-color: #f0f0f0 !important;
}
#page-container #left-area {
    width: 70%;
}
#page-container #sidebar {
    width: 30%;
}
#page-container #left-area article {
    background-color: #ffffff !important;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 40px;
}
#page-container #left-area article h2.entry-title,
#page-container #left-area article p.post-meta,
#page-container #left-area article .entry-content{
/*     padding: 0px 16px 20px 12px; */
}
.archive #page-container #left-area,
.search #page-container #left-area {
    width: 84%;
/* 	margin-left: 8%; */
}
.post-template-default #page-container #left-area article {
	background-color: #ffffff !important;
	padding: 20px;
}
#main-content .container:before {
 	display: none;
}
.et_right_sidebar #page-container #sidebar {
    padding-left: 0px;
}
#page-container #sidebar .et_pb_widget {
    display: block;
    background: #fff;
    width: 100%;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1);
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
    margin: 0 0 24px;
    overflow: hidden;
}
#page-container #sidebar .et_pb_widget .widgettitle {
    background: #243E8C;
    padding: 15px 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}
#page-container #sidebar .et_pb_widget li {
    border-bottom: 1px solid rgba(0,0,0,.1);
    margin: 0;
    padding: 15px 20px;
    font-size: 12px;
    line-height: 1.3em;
}
#page-container #sidebar .et_pb_widget li:last-child {
    border: 0;
}
#page-container #sidebar .et_pb_widget a {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3em;
}
#page-container #sidebar .tagcloud a {
    font-size: 14px !important;
    margin: 6px 0px;
}
#page-container #sidebar .rpwwt-widget ul li {
    margin: 0;
}
.single-post .et_pb_post .et_post_meta_wrapper img {
    width: 100%;
}
.et_pb_image_container img, .et_pb_post a img{
	height: 500px;
	object-fit: cover;
	object-position: top;
}
@media only screen and (max-width: 980px){
	.slider-latest-blog-sec .et_pb_post a img {
		height: 20% !important;
	}
}

/* === Style WP-PageNavi Pagination === */

/* Center the pagination */
.wp-pagenavi { text-align:center; }

/* Add a border */
.wp-pagenavi span, .wp-pagenavi a, .wp-pagenavi :last-child { 
    border: 1px solid #bbb !important; 
    padding: 6px 12px; 
    margin: 0;  
}
.wp-pagenavi span, .wp-pagenavi a { border-right: none !important; }

/* Style the default text */
.wp-pagenavi span, .wp-pagenavi a { 
    font-weight: bold !important; 
    color: #999 !important
}

/* Style the current / hovered page link */
.wp-pagenavi span.current,
.wp-pagenavi a:hover { 
    color: #ffffff !important; 
    background-color: #243e8c !important; 
}

/* Style the page count text */
.wp-pagenavi :first-child { color: #666 !important; }

/* Add text to the "next" link */
.wp-pagenavi .nextpostslink:before { content: 'Next '; }
.wp-pagenavi .previouspostslink:after { content: ' Prev'; }

@media only screen and (max-width: 980px){

}
/*=================== End Divi default blog style custom CSS =====================*/

/*=================== Start Divi builder blog style custom CSS =====================*/
.et_pb_widget_area_left {
    padding-right: 0px;
    border-right: none;
}
.sidebar_post_widget.et_pb_widget_area .et_pb_widget {
    display: block;
    background: #fff;
    width: 100%;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1);
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
    margin: 0 0 24px;
    overflow: hidden;
}
.sidebar_post_widget.et_pb_widget_area .et_pb_widget .widgettitle {
    background: #243E8C;
    padding: 15px 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}
.sidebar_post_widget.et_pb_widget_area .et_pb_widget li {
    border-bottom: 1px solid rgba(0,0,0,.1);
    margin: 0;
    padding: 15px 20px;
    font-size: 12px;
    line-height: 1.3em;
}
.sidebar_post_widget.et_pb_widget_area .et_pb_widget li:last-child {
    border: 0;
}
.sidebar_post_widget.et_pb_widget_area .et_pb_widget a {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3em;
}
.sidebar_post_widget.et_pb_widget_area .tagcloud a {
	font-size: 14px !important;
	margin: 6px 0px;
}
.sidebar_post_widget.et_pb_widget_area .rpwwt-widget ul li {
	margin: 0;
}
.main_blog_post_sec.et_pb_posts .et_pb_post {
    background: #fff;
    padding-bottom: 30px;
}
.main_blog_post_sec.et_pb_posts .et_pb_post h2.entry-title {
    padding: 0px 16px 20px 12px;
}
.main_blog_post_sec.et_pb_posts .et_pb_post p.post-meta {
    padding: 0px 16px 20px 12px;
}
.main_blog_post_sec.et_pb_posts .et_pb_post p.post-meta a {
	color: #282828 !important;
}
.main_blog_post_sec.et_pb_posts .et_pb_post .post-content {
    padding: 0px 16px 20px 12px;
}
.main_blog_post_sec.et_pb_posts a.more-link {
    font-family: Poppins;
    font-size: 24px;
    font-weight: bold;
    color: #dd1e32!important;
    text-transform: capitalize;
    margin-top: 23px;
    padding-right: 20px;
    display: inline-block;
    float: right;
}
.et_pb_image_container img, .et_pb_post a img{
    height: 500px;
    object-fit: cover;
    object-position: top;
}
.st-post-tags {
	margin-top: 20px;
}

/*=================== End Divi builder blog style custom CSS =====================*/
.et_pb_text_0 h1.title{
	color: #243E8C;
}
.et_pb_text_0 h1.title span{
	color: #DD1E32!important;
}
.column-title {
    font-weight: 600;
    font-size: 40px;
    line-height: 1.2em;
    margin-bottom: 27px;
}
.xs-title {
    font-size: 20px;
    color: #DD1E32;
    display: block;
    font-weight: 500;
    margin-bottom: 15px;
    line-height: 9px;
}
.popup-video-area{
	position: relative;
}
/*.popup-video-area .et_pb_code_inner .video-play-btn,*/
.popup-video-area .et_pb_code_inner .video-play-btn:before {
	position: absolute;
	font-weight: 700;
	width: 70px;
    height: 70px;
    font-size: 60px;
    color: #DD1E32;
    background-color: #fff;
    border: 20px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    top: 35%;
    left: 0;
    left: -55px;
}
#footer-widgets .footer-widget .et_pb_widget h4.title {
    font-weight: 700;
    font-size: 26px;
    color: #ffffff;
    margin-bottom: 10px;
}
#footer-widgets .footer-widget li {
    padding-left: 0px;
}
#footer-widgets .footer-widget li:before{
    display: none;
}
#footer-widgets .footer-widget .widget_recent_entries ul li{
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid rgba(255,255,255,.1);
}
#footer-widgets .footer-widget .widget_recent_entries ul li:last-child{
    border-bottom: none;
}
#footer-widgets .footer-widget img#about-image{
    margin: 0px;
}
#footer-widgets .footer-widget .widget_aboutmewidget{
    text-align: justify;
}
#footer-widgets .footer-widget .widget_aboutmewidget h4.title{
    font-family: 'Lobster', cursive;
	font-size: 24px;
}
#footer-bottom .container #footer-info{
    float: none;
    text-align: center;
}
.page-template-default.tml-action-login #et-main-area #main-content .container #content-area #sidebar,
.page-template-default.tml-action-dashboard #et-main-area #main-content .container #content-area #sidebar{
	display: none;
}
.entry-content .tml .tml-field {
    width: 70%;
	padding: 10px;
}

/* new blog page degin */
.latest-blog-post-sec .latest-blog-heading{
	border-radius: 5px 5px 0px 0px;
	border-top: 5px solid #DD1E32;
	border-bottom: 1px solid #E5E5E5;
	padding: 15px 0px;
}
.latest-blog-post-sec .latest-blog-heading .et_pb_text_inner h1{
	padding: 0px 20px;
	font-weight: 700;
	font-size: 36px;
	text-transform: uppercase;
	color: #243E8C;
}
.latest-blog-post-sec .latest-blog-heading .et_pb_text_inner h1 span{
	font-weight: 700;
	font-size: 24px;
	text-transform: capitalize;
	color: #DD1E32;
}
.latest-blog-post-sec .et_pb_row.et_pb_row_1 {
    padding: 2px 0 !important;
}
.latest-blog-post-sec .et_pb_posts article h2.entry-title,
.latest-blog-post-sec .et_pb_posts article p.post-meta,
.latest-blog-post-sec .et_pb_posts article .post-content{
    padding: 0px 20px;
}
.latest-blog-post-sec .et_pb_posts article .post-content a.more-link{
	background: #243E8C !important;
	padding: 6px 10px;
	text-transform: uppercase;
	font-weight: 700;
	color: #ffffff !important;;
	font-size: 12px;
	letter-spacing: 1px;
    line-height: 1em;
	display: inline-block;
	float: right;
}
.latest-blog-post-sec .et_pb_post {
    margin-bottom: 0px !important;
}
.latest-blog-post-sec .et_pb_fh_post_carousel_description {
    padding: 5px 5px;
}
.latest-blog-post-sec .et_pb_fh_post_carousel_description .et_pb_fh_post_carousel_title {
    font-size: 18px;
	min-height: 100px !important;
	max-height: 200px !important;
}
.latest-blog-post-sec .et_pb_fh_post_carousel_description .et_pb_fh_post_carousel_content {
	display: none;
}
.latest-blog-post-sec .owl-carousel .owl-item .et_pb_fh_post_carousel_image img {
	height: 150px !important;
}
@media only screen and (max-width: 980px){
	.latest-blog-post-sec .owl-carousel .owl-item .et_pb_fh_post_carousel_image img {
		height: 250px !important;
	}
}
.latest-blog-post-sec .blog-post-slider{
	border-radius: 0px 0px 5px 5px;
}
.latest-blog-post-sec.et_pb_section{
	padding-bottom: 2%;
}
.grid-blog-module-sec .blog-heading-title .et_pb_text_inner h1{
	background-color: #ffffff;
	padding: 10px 20px 10px;
	border-radius: 5px 5px 0px 0px;
	border-top: 5px solid #DD1E32;
	font-weight: 700;
	font-size: 36px;
	text-transform: uppercase;
	color: #243E8C;
}
.grid-blog-module-sec .blog-heading-title .et_pb_text_inner h1 span{
	font-weight: 700;
	font-size: 24px;
	text-transform: capitalize;
	color: #DD1E32;
}
.grid-blog-module-sec .blog-heading-title{
	border-bottom: 1px solid #E5E5E5;
	margin-bottom: 2px !important;
}
.grid-blog-module-sec.et_pb_section{
	padding-top: 2% !important;
}
.grid-blog-module-sec .et_pb_blog_grid_wrapper article.et_pb_post .post-content a.more-link{
	color: #fff;
    background: #636789;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 15px;
    padding: .3em .5em !important;
    border: 2px solid #636789;
	display: inline-block;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.grid-blog-module-sec .et_pb_blog_grid_wrapper article.et_pb_post .post-content a.more-link:hover{
	color: #636789;
    background: #fff;
}
.footer-widget .widget_newsletterwidget .tnp-widget input.tnp-submit {
	background-color: #DD1E32;
	cursor: pointer;
}
.footer-widget .widget_newsletterwidgetminimal .tnp-widget-minimal input.tnp-submit {
	margin-top: 10px;
	background-color: #DD1E32;
	cursor: pointer;
}
.pum-theme-flat-popup .popmake-content .et_pb_section{
	padding: 0;
}
.pum-theme-flat-popup .popmake-content .et_pb_section .tnp-subscription input.tnp-submit {
	background-color: #243E8C;
    color: #fff;
    width: 100%;
	cursor: pointer;
}
.pum-theme-448 .pum-title, .pum-theme-flat-popup .pum-title {
	padding-top: 10px;
}
#popmake-7681 .popmake-title {
	padding-top: 10px;
}
#popmake-7681 .tnp-subscription input.tnp-submit {
	background-color: #ED1C24;
    color: #ffffff;
    width: 100%;
	border-radius: 5px;
	cursor: pointer;
}
#popmake-907 .popmake-title {
	padding-top: 10px;
}
#popmake-907 .popmake-content .et_pb_section{
	padding: 0;
}
#popmake-907 .tnp-subscription input.tnp-submit {
	background-color: #ED1C24;
    color: #ffffff;
    width: 100%;
	border-radius: 5px;
	cursor: pointer;
}
.home-grid-blog-sec.et_pb_section{
	padding-top: 5px !important;
}
.home-grid-blog-sec .et_pb_row{
	width: 100%;
    max-width: 100%;
}
.home-grid-blog-sec h1.home_sec_blog_title span.color1{
	color: #243E8C;
	font-size: 40px;
}
.home-grid-blog-sec h1.home_sec_blog_title span.color2{
	color: #DD1E32;
	font-size: 40px;
}

/*   About Section Start */
.popup-video-item a .rounded-play-btn{
  display: block;
  width: 73px;
  height: 73px;
  background: #FFFFFF;
  position: absolute;
  padding: 24px 0px;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  color: #FF7718;
  margin: auto;
  left: 0;
  /*right: 0;*/
  top: 50%;
  /*bottom: 0;*/
}
.popup-video-item a .rounded-play-btn:before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 20px solid rgba(235, 28, 56, 0.3);
  border-radius: 50%;
  content: '';
  -webkit-animation: move 3s  infinite ease-in-out;
          animation: move 3s  infinite ease-in-out;
}

@-webkit-keyframes move {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg); }
  40% {
    -webkit-transform: scale(1.5) rotate(0.1deg);
            transform: scale(1.5) rotate(0.1deg); }
}

@keyframes move {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg); }
  40% {
    -webkit-transform: scale(1.5) rotate(0.1deg);
            transform: scale(1.5) rotate(0.1deg); }
}
/* About Section End */
.blog-video-module-sec.et_pb_section{
	padding: 2% 0 !important;
}
body.page-template-default.edd-page.edd-checkout #page-container #sidebar {
	display: none;
}
#popmake-932 .popmake-content .et_pb_section{
	padding: 2% 0 !important;
}
#popmake-1153 .popmake-content .et_pb_section{
	padding: 2% 0 !important;
}
#popmake-1153 .tnp-subscription input.tnp-submit {
    background-color: #ED1C24;
    color: #fff;
    width: 100%;
    border-radius: 5px;
    cursor: pointer;
}
#popmake-1153 .et_pb_section .et_pb_button {
	background-color: #DF1148;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	border: 2px solid #cd5c5c;
	width: 100%;
}
#popmake-1153 .et_pb_section .et_pb_button:hover {
	background-color: #DF1148;
	font-size: 14px;
	color: #ffffff;
	border: 2px solid #cd5c5c;
	border-radius: 3px;
	width: 100%;
}
#popmake-1153 .et_pb_section .et_pb_button:after{
	display: none;
}
select#gtranslate_selector {
    border: 2px solid #DD1E32;
    color: #0e0c0d;
    font-weight: 700;
	cursor: pointer;
}
select#gtranslate_selector option {
    color: #0e0c0d;
    font-weight: 700;
}
.mult-language{
	padding: 0 0 20px 0;
}
.mult-language ul{
	font-size: 22px;
	color: #DD1E32;
	font-weight: bold;
    text-transform: uppercase;
}
.mult-language select#lang_choice_1 {
    padding: 5px;
    font-size: 18px;
    border: 3px solid red;
}

/* 404 page css */
.et_pb_image_3 {
    text-align: center !important;
}

.sidebar_post_widget .et_pb_widget iframe,
#sidebar .et_pb_widget iframe{
	border: 0 !important;
}
.blog #page-container #sidebar .et_pb_widget .widgettitle,
#page-container .sidebar_post_widget.et_pb_widget_area .et_pb_widget .popular-posts h2,
.post-template-default #page-container #sidebar .et_pb_widget .widgettitle,
.post-template-default #page-container #sidebar .et_pb_widget .popular-posts h2{
    background: #243E8C;
    padding: 15px 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}
.sidebar_post_widget.et_pb_widget_area .et_pb_widget.widget_multicolumncategorywidget li {
	border-bottom: 1px solid rgba(0,0,0,.1);
    margin: 0;
    padding: 10px 0px;
    font-size: 12px;
    line-height: 1.3em;
}
.widget_multicolumncategorywidget ul.mccw-col-first {
    padding-right: 1.4em !important;
}
.widget_multicolumncategorywidget ul.mccw-col-first li {
    padding-left: 10px !important;
}
.widget_a2a_follow_widget .addtoany_list{
	line-height: 60px !important;
}
#pum-2596 .et_pb_row {
    width: 90%;
    max-width: 90%;
}
#popmake-2596 .et_pb_section .et_pb_button {
	border: 2px solid #DD1E32;
	color: #243E8C;
	font-size: 16px;
}
#popmake-2596 .et_pb_section .et_pb_button:hover {
	color: #243E8C;
}
html.pum-open.pum-open-overlay-disabled.pum-open-scrollable .pum-overlay.pum-active {
    position: fixed !important;
}
.pum-theme-2688, .pum-theme-promotional-popup-theme {
    background-color: rgba( 0, 0, 0, 0.75 ) !important;
}

#et_pb_contact_form_02 [data-id="email_update"] .et_pb_contact_field_options_wrapper .et_pb_contact_field_options_title {
    margin-bottom: 0;
 	display: none;
}
#et_pb_contact_form_02 p[data-id="email"],
#et_pb_contact_form_02 p[data-id="mobile_phone"] {
    margin-bottom: 1%;
}
.et_pb_contact p input, .et_pb_contact p textarea {
	background: #e4e4e4;
}
.tnp-field input[type="submit"] {
    position: inherit;
}
.footer-widget .tnp-subscription input.tnp-submit {
    background: #c00b2a;
    border: 2px solid #c00b2a;
    cursor: pointer;
	width: 100%;
}
.home-sec-recent-blog .et_pb_blog_grid .et_pb_post {
    height: 610px;
}
.home-sec-recent-blog .et_pb_blog_grid .et_pb_image_container img {
	border-bottom: 1px solid #f1f1f1;
    height: 260px;
}
.contact_form_02 .et_pb_contact p input, .contact_form_02 .et_pb_contact p textarea {
    background: #ffffff;
    border-radius: 5px;
}
.contact_form_02 .et_pb_contact p input[type=checkbox]+label, 
.contact_form_02 .et_pb_contact p input[type=radio]+label {
	color: #ffffff;
}
.contact_form_02 .et_pb_contact_right .et_pb_contact_captcha_question {
	color: #ffffff;
}
.contact_form_02 .et_pb_contact_right p:not(.has-background):last-of-type {
    color: #fff;
}
.contact_form_02 .et_pb_contact {
	background: #4c4c84;
	padding: 24px;
}

/* ===================== Mobile Version ======================= */
@media only screen and (max-width: 980px){
	.sidebar_post_widget.et_pb_widget_area .et_pb_widget.widget_multicolumncategorywidget ul.mccw-col-last li a {
		margin-left: 10px;
	}
}