/*
Theme Name: Voltron Data
Theme URI:
Author: 
Author URI: 
Description: Voltron Data theme is full of custom templates, menus, theme settings and many more options.
Version: 2.0
Tags: custom-logo, custom-menu, editor-style, featured-images, custom-templates, theme-options,
*/

.fw-600{
	font-weight: 600;
}
.lh-32{
	line-height: 32px;
}
.font-32{
	font-weight: 500;
	font-size: 32px;
	line-height: 40px;
}
.wpcf7 form .wpcf7-response-output{
	margin-left: 0 !important;
	margin-right: 0 !important;
}
footer.site-footer .wpcf7 form .wpcf7-response-output{
	margin: 0 !important;
}
.separator-gradient{
	width:100%;
	height:2px;
	background: linear-gradient(90deg, #8CFFAF 0%, #00B6AB 100%);
	margin: 2.5rem 0 3rem;
}
.news-item .news-image-wrp {
    height: 16rem;
	overflow: hidden;
}
.news-item .news-image-wrp img{
	height: 100%;
    object-fit: cover;
}
.news-item h3{
	line-height: 32px;
}
.feat-post:hover,
.news-item:hover{
	background-color: #005051;
}
.feat-post:hover .post-topics .topic,
.news-item:hover .post-topics .topic{
	border-color: #fff;
}
.list-topics {
    list-style: none;
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
    padding: 0;
}
.list-topics .topic{
	background: #DDE1EE;
    border-radius: 800px;
    padding: 8px 16px;
    text-decoration: none;
	display: inline-block;
	margin: 10px 5px;
	white-space: nowrap;
}
ul.list-topics li:first-child .topic{
	margin-left: 0;
}
.list-topics .topic:hover{
	background-color: #33CDD9;
	color: #fff;
}
.post-topics .topic {
    padding: 8px 16px;
    background-color: #005051;
    color: #fff;
    text-decoration: none;
    border-radius: 800px;
	margin: 0 10px 10px 0;
    display: inline-block;
	border: 1px solid transparent;
}
.load-more-btn {
    color: #005051;
    text-align: center;
    border: 2px solid #DDE1EE;
    padding: 16px 40px;
	cursor: pointer;
	background-color:  #fff;
}
.load-more-btn:hover{
	background-color:  #DDE1EE;
	text-decoration-line: underline;
}

/*Custom cursor animation*/
@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}

.spinner-wrp{
	display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 28px;
    max-width: 100%;
    max-height: 100%;
    align-items: center;
    justify-content: center;
	width: 40px;
    height: 40px;
	margin: auto;
}
.spinner{
	margin: 0;
    height: 100%;
    width: 100%;
    animation: rotate-simple 0.8s infinite linear;
    -webkit-animation: rotate-simple 0.8s infinite linear;
    border: 4px solid rgb(54,54,54);
    border-right-color: transparent;
    border-radius: 50%;
    box-sizing: border-box;
}
@-webkit-keyframes rotate-simple{
	0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}
	50%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}
	100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}
}
@keyframes rotate-simple{
	0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}
	50%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}
	100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}
}

#vesaContactModal .form-control {
    border-radius: 0;
    margin-top: 5px;
	border:0;
}
.voltron-modal .modal-content {
    background-color: #005051;
    color: #fff;
}
.voltron-modal .modal-body{
	padding: 2.2rem;
}
.voltron-modal .btn-close {
    position: absolute;
    right: 2.2rem;
    filter: invert(1);
    opacity: 1;
}
#vesaContactModal h3{
	width: 95%;
    line-height: normal;
    margin-bottom: 2rem;
}
#vesaContactModal label{
	display:block;
	cursor:pointer;
}
#vesaContactModal span.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
    display: block;
	margin: 0;
	font-size: 20px;
    line-height: 32px;
}
#vesaContactModal input[type="checkbox"]:checked:after {
    content: '';
    width: 14px;
    height: 14px;
    background: #33CDD9;
    position: absolute;
    border-radius: 50%;
    left: 3px;
    top: 3px;
}
#vesaContactModal input[type="checkbox"] {
	width: 24px;
    height: 24px;
    background-color: transparent;
    border-radius: 50%;
    vertical-align: middle;
    border: 2px solid #ddd;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    margin-right: 5px;
	position:relative;
}
#vesaContactModal .modal-btn {
    border: 1px solid #FFFFFF;
    padding: 9px 30px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.50s ease-in;
    color: #fff;
    margin-top: 10px;
	background-color: transparent;
}
#vesaContactModal .modal-btn:hover {
    background-color: #000;
}
.lab-article img {
    max-width: 100%;
    height: auto;
}
@media (min-width: 576px){
	#vesaContactModal .modal-dialog {
		max-width: 550px;
	}
}
@media(min-width: 768px){
	.list-topics.center {
		justify-content: center;
	}
	.feat-post img{
		height: 24rem;
		object-fit: cover;
	}
	.lab-article .wp-post-image{
		width: 100%;
		max-height: 400px;
		object-fit: cover;
		object-position: center;
	}
}
@media(max-width:767px){
	.main-menu ul li{
		padding: 15px 22px !important;
		font-size: 22px !important;
	}
}