.archive .cvwp-video-player {
	height: 5px !important;
	margin-bottom: 20px!important;
}
.ast-article-single .cvwp-video-player {
	display:none;
}
.archive .paragraph{
	margin-top: 20px !important;
}

.site-title,.site-title a {font-weight:600;color:#2b2b2b;} 
.ast-separate-container #primary, .ast-separate-container.ast-left-sidebar #primary, .ast-separate-container.ast-right-sidebar #primary { margin: 0em 0; padding: 0; }
.ast-site-identity { padding: 2.5em 0; } 
.main-header-menu > .menu-item > a { font-size:18px; } 
.ast-archive-description { display:none;} 

#contact {margin-top: 60px;} 
.category-blog figure{
	margin-bottom: 20px;
}
.ast-the-content-more-link { 
	margin-top: 30px; 
}
.ast-the-content-more-link a{ 
	background-color: #0274be;
	color: white;
	font-weight: 500;
	padding: 20px; 
	border: 1px solid; 
	text-transform: uppercase;
}
.bt-download a{ 
	background-color: red;
	color: white;
	font-weight: 500;
	padding: 20px; 
	border: 1px solid; 
	text-transform: uppercase;
}
.ast-load-more {
	border: 2px solid #000 !important;
	background-color: black;
	color: white;
	font-weight: 600;
	text-transform: uppercase;
}


.elementor-social-icons-wrapper{
	margin-top: 30px;
}

/*bloig post list*/
ol.romano {
  counter-reset: list;
}
ol.romano > li {
  list-style: none;
}
ol.romano > li:before {
  content: "(" counter(list, lower-alpha) ") ";
  counter-increment: list;
}
.indented { margin-left: 20px }

/* Remove blue background */
.elementor-element-c84025b,
.elementor-element-c84025b .elementor-widget-container,
.mc4wp-form,
div:has(> .mc4wp-form) {
  background-color: transparent !important;
  background: transparent !important;
}

/* Email input field */
.mc4wp-form input[type="email"] {
  background-color: #FFFDFA !important;
  border: 1px solid #2D6A4F !important;
  color: #2A1F14 !important;
  padding: 10px 14px !important;
  border-radius: 6px !important;
  width: 100% !important;
}

/* Placeholder text */
.mc4wp-form input[type="email"]::placeholder {
  color: #8B7355 !important;
}

/* Label text */
.mc4wp-form label {
  color: #FFFDFA !important;
}

/* Sign up button */
.mc4wp-form input[type="submit"] {
  background-color: #B8912A !important;
  color: #FFFDFA !important;
  border: none !important;
  padding: 10px 28px !important;
  border-radius: 30px !important;
  cursor: pointer !important;
  font-weight: 600 !important;
  margin-top: 8px !important;
}

/* Button hover */
.mc4wp-form input[type="submit"]:hover {
  background-color: #A0522D !important;
}
/* Contact form Send button */
.elementor-button[type="submit"] {
  background-color: #B8912A !important;
  color: #FFFDFA !important;
  border: none !important;
  border-radius: 30px !important;
  font-weight: 600 !important;
}

.elementor-button[type="submit"]:hover {
  background-color: #A0522D !important;
}
