/*
Theme Name: VoteStart
Theme URI: https://votestart.qodeinteractive.com/
Description: Political Campaign Theme
Author: Mikado Themes
Author URI: http://themeforest.net/user/mikado-themes
Text Domain: votestart
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Version: 1.2
License: GNU General Public License
License URI: licence/GPL.txt

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/

.wpcf7-form-control.wpcf7-text {
    margin-bottom: 16px !important;
}

.mkdf-share-button {
    display: none;
}

.owl-theme .owl-nav { 
    display: none !important;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 0px 3px !important;
}

.owl-theme .owl-dots {
    background: rgba(0, 0, 0, 0.6);
    border-radius: 25px;
    display: block;
    margin: 0 46%;
    position: relative;
    width: 52px;
}

.owl-theme .owl-dots .owl-dot span {
    background: rgba(255, 255, 255, 0.4) !important;
}

.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span {
    background: rgba(255, 255, 255, 1) !important;
}

.mkdf-container ul li {
    padding: 0px 0px 24px 12px !important;
    list-style-position: outside;
    margin-left: 30px !important;
}

.mkdf-container ol {
    counter-reset:li; 
    margin-left: 4px !important;
}

.mkdf-container ol li {
    padding: 0px 0px 24px 12px !important;
    list-style-position: outside;
    margin-left: 30px !important;
    position: relative;
}

.mkdf-containerol > li:before {
    content:counter(li); /* Use the counter as content */
	counter-increment:li; /* Increment the counter by 1 */
	/* Position and style the number */
	position:absolute;
	top:-6px;
	left:-2em;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	width:2em;
	/* Some space between the number and the content in browsers that support
	   generated content but not positioning it (Camino 2 is one example) */
	margin-right:8px;
	padding:4px;
    box-shadow:
        0 0 0 1px #FF1100,
        0 0 0 2px #0048FF;
    margin: 1px;
    padding: 1px;
	color:#000;
	background:#fff;
	font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 200%;
	text-align:center;
}

@media (max-width: 767px) {

    .addtoany_list {
        display: grid !important;
        justify-content: space-evenly;
        grid-template-columns: repeat(5, 1fr);
    }
    
    .addtoany_list a {
        text-align: center;
    }

    .mkdf-share-button {
        position: fixed;
        width: 48px;
        right: 25px;
        bottom: 25px;
        margin: 0;
        z-index: 10000;
        border: 0;
        background: transparent;
        padding: 0;
        cursor: pointer;
        transition: all 0.25s ease-in;
        display: block;
    }

    .mkdf-share-button .open {
        display: block;
    }

    .mkdf-share-button .close {
        display: none;
    }

    .single-post .mkdf-sidebar-holder {
        position: fixed;
        z-index: 100;
        bottom: -500px;
        transition: bottom 0.25s ease-in;
        background-color: #fff;
        left: -24px;
        padding: 0 24px;
    }

    .single-post .mkdf-btn.mkdf-btn-simple {
        width: 100%;
    }
    .single-post .mkdf-btn-simple .mkdf-btn-text {
        padding: 16px 0;
        width: 100% !important;
    }
    
    .overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        z-index: 90;
        background-color: rgba(0, 0, 0, 0.6);
    }

    .single-post .mkdf-sidebar-holder.mkdf-grid-col-4.show {
        bottom: 0;
    }

    .wpb_wrapper:has(.mkdf-banner-holder),
    .mkdf-banner-holder  {
        min-height: 320px;
    }

    .mkdf-banner-holder .mkdf-banner-text-holder {
        padding: 56px 24px !important;
    }

    .mobile-flip {
        flex-direction: column-reverse;
    }

    .component-padding {
        padding: 56px 24px !important;
    }

    .mkdf-blog-holder.mkdf-blog-single article .mkdf-post-text {
        padding: 24px 24px !important;
    }

    .mkdf-container-inner {
        width: 100% !important;
    }

    .vc_row {
        margin: 0 !important;
    }
    
    .vc_column_container>.vc_column-inner {
        padding: 0 !important;
    }

    .form-container {
        padding: 24px;
    }

    .mkdf-sidebar-holder {
        margin-left: 24px;
    }

    .mkdf-mobile-header-holder .mkdf-grid {
        width: 90%;
    }

    .mkdf-row-grid-section-wrapper {
        margin: 56px 0px 0px!important;
    }

    .mkdf-row-grid-section-wrapper:last-of-type {
        margin: 56px 0px !important;
    }
    .mkdf-row-grid-section {
        width: 100% !important;
    }

    .mkdf-blog-holder-inner {
        padding: 0px 24px;
    }

    .mkdf-related-posts-holder .mkdf-related-post {
        padding: 0 !important;
    }
    
    .mkdf-blog-holder.mkdf-blog-indent article,
    .mkdf-related-posts-holder .mkdf-related-post-inner {
        border: 1px solid var(--neutral-black-10, rgba(0, 0, 0, 0.10));
        margin: 16px 0px !important;
    }

    .mkdf-related-posts-holder .mkdf-related-posts-inner {
        margin: 0 !important;
    }


    .mkdf-blog-holder.mkdf-blog-indent article .mkdf-post-title {
        margin: 10px 0 6px !important;
    }

    .mkdf-related-posts-holder {
        padding: 0 24px !important;
    }
}

@media (min-width: 992px) {
    .vc_col-md-6 {
        width: 33.33333333% !important;
    }
    .owl-carousel {
        display: unset !important;
    }
    .mkdf-blog-holder.mkdf-blog-single article .mkdf-post-text {
        padding: 51px 0px 80px 58px !important;
    }

    .mkdf-related-posts-holder {
        padding: 0 0 0 60px !important;
    }
}

@media only screen and (max-width: 1024px) {
    .mkdf-related-posts-holder .mkdf-related-post {
        width: 30.33% !important;
    }
}

@media only screen and (min-width: 1025px) {
    .custom-height {
        max-height: unset !important;
        overflow: hidden;
    }

    .mkdf-blog-holder-inner {
        padding: unset;
    }

    .mkdf-blog-holder.mkdf-blog-indent article,
    .mkdf-related-posts-holder .mkdf-related-post-inner {
        border: 1px solid var(--neutral-black-10, rgba(0, 0, 0, 0.10));
        margin: 40px 0 20px !important;
    }
}

@media only screen and (max-width: 1439px) {
    .mkdf-page-header {
        display: none !important;
    }

    .mkdf-mobile-header {
        display: block !important;
    }
}

.wpcf7-response-output {
    color: #fff;
}

.wpb_wrapper:has(.mkdf-banner-holder),
.mkdf-banner-holder  {
    height: 100%;
}

.jvrc-border {
    padding: 10px;
    background: linear-gradient(315deg,#FF1100,#0048FF);
}

.no-padding > .vc_column-inner,
.mkdf-row-grid-section-wrapper.mkdf-content-aligment-left {
    padding: 0 !important;
    margin: 0 !important;
}

.mkdf-btn {
    font-size: 16px !important;
}

.mkdf-btn-solid,
.wp-block-button .wp-block-button__link {
    border-radius: 0px;
    color: #ffffff;
    padding: 24px 40px;
    background: linear-gradient(315deg,#FF1100,#0048FF);
    background-color: #000 !important;
    border: 3px solid #fff !important;
    transition: unset !important;
}

.mkdf-btn-solid:hover,
.wp-block-button .wp-block-button__link:hover {
    background: unset;
    background-color: #000 !important;
    border: 3px solid #000 !important;
}

.mkdf-btn.mkdf-btn-simple {
    background: linear-gradient(315deg,#FF1100,#0048FF);
    padding: 2px !important;
}

.mkdf-btn-simple .mkdf-btn-text {
    background-color: #fff;
    padding: 16px 40px;
}

.mkdf-btn.mkdf-btn-simple:hover .mkdf-btn-text {
    background: linear-gradient(315deg,#FF1100,#0048FF);
    color: #fff;
}

.social-icons {
    column-gap: 30px;
}

.component-margin {
    margin: 80px;
}

@media (min-width: 767px) {
    .component-padding {
        padding: 80px !important;
    }
}

@media (min-width: 1024px) {
    .mkdf-footer-column-2,
    .mkdf-footer-column-3,
    .mkdf-footer-column-4 {
        margin: 90px 0px 15px !important;
    }
}

.sen-body-l {
    /* Body L */
    font-family: Sen;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 36px */
    letter-spacing: -0.48px;
}

.sen-bold {
    color: var(--Neutral-Black, #000);

    /* Body L */
    font-family: Sen;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 36px */
    letter-spacing: -0.48px;
}

.download-assets > .mkdf-btn-simple .mkdf-btn-text {
    width: 210px;
    text-align: center;
}

.download-assets > .mkdf-btn {
    margin-bottom: 8px;
}

.mkdf-blog-holder article .mkdf-post-text {
    background-color: transparent !important;
}

.mkdf-post-heading {
    display: none;
}

.mkdf-container-inner {
    padding-top: 0px !important;
}

.mkdf-blog-holder.mkdf-blog-single article .mkdf-post-info-category a,
.mkdf-related-posts-holder .mkdf-post-info-category a,
.mkdf-blog-holder article .mkdf-post-info-category a {
    background-color: #000;
    color: var(--Neutral-White, #FFF);

    /* Overline */
    font-family: Poppins, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 12px */
    letter-spacing: 2.4px;
    text-transform: uppercase;
}

blockquote {
    background: 
        linear-gradient(270deg, #D31709 0%, #0C42CB 100%) top,
        linear-gradient(270deg, #D31709 0%, #0C42CB 100%) bottom !important;
    background-repeat: no-repeat !important;
    background-size: 100% 3px !important;
    padding: 40px 0px 40px 50px !important;
}

blockquote > p > span {
    color: #000  !important;

    /* Body L */
    font-family: Sen !important;
    font-size: 24px !important;
    font-style: normal;
    font-weight: 700 !important;
    line-height: 150% !important; /* 36px */
    letter-spacing: -0.48px !important;
}

blockquote > p > i > span {
    color: rgba(0, 0, 0, 0.6);  
    text-align: right;
    
    /* Body XS */
    display: block;
    width: 100%;
    font-family: Sen;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
    letter-spacing: -0.28px;
    margin-top: 10px;
}

.mkdf-blog-holder.mkdf-blog-indent article:hover,
.mkdf-related-posts-holder .mkdf-related-post-inner:hover {
    border: 1px solid var(--neutral-black-10, rgba(0, 0, 0, 0.10));
    background: var(--Neutral-White, #FFF);

    /* shadow-card */
    box-shadow: 0px 16px 40px 0px rgba(0, 0, 0, 0.15);
}

.form-container {
    padding: 80px;
}
.form-row {
    display:flex;
    align-items: end;
}

.form-input {
    flex: 1;
    margin: 5px;
}

.mkdf-page-footer .widget {
    color: #fff;
}

p {

    /* Body S */
    font-family: Sen;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    letter-spacing: -0.32px;
}

.mkdf-page-footer p {
    color: var(--Neutral-White, #FFF);
}

.mkdf-page-footer .widget .mkdf-widget-title {
    padding-bottom: 0px !important;
}

#nav_menu-4,
#nav_menu-5,
#block-27 {
    margin-top: 0px !important;
}

.wpb_row {
    margin-bottom: 80px !important;
}

.mkdf-row-grid-section-wrapper {
    margin: 40px 0;
}

.mkdf-logo-wrapper a {
    height: unset !important;
}

.mkdf-main-menu>ul>li>a>span.item_outer .item_text {
    font-size: 18px !important;
}

.vc_row-has-fill>.vc_column_container>.vc_column-inner {
    padding: 0px !important;
}

.mkdf-logo-wrapper a img  {
    height: auto !important;
    width: 256px !important;
}

p a {
    position: relative;
}

p a:before {
    content: "";
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    height: 2px;
    background: linear-gradient(277deg,  #D31709 0%, #0C42CB 100%);
}

p a:hover {
    background: linear-gradient(277deg,  #D31709 0%, #0C42CB 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.mkdf-blog-holder.mkdf-blog-indent article .mkdf-post-title {
    margin: 20px 0 10px !important;
}

.mkdf-mobile-header .mkdf-mobile-menu-opener.mkdf-mobile-menu-opener-predefined .mkdf-mobile-menu-icon>span {
    background: linear-gradient(315deg,#FF1100,#0048FF) !important;
}

.mkdf-banner-subtitle {
    font-family: "Poppins", sans-serif !important;
    font-weight: 400 !important;
    margin-bottom: 16px !important;
    font-size: 12px !important;
    letter-spacing: 2.4px !important;
    display: block;
}


#mkdf-back-to-top {
    display: none;
}
.mkdf-related-posts-holder .mkdf-related-post {
    padding:0 !important;
    margin-right: 23px !important;
    width:30.33% !important;
}

.mkdf-related-posts-holder .mkdf-related-post:last-of-type {
    padding: 0 !important;
    margin-right: 0px !important;
}

.mkdf-related-posts-holder .mkdf-post-info-date {
    font-family: Sen;
    margin-top: 16px;
}

.mkdf-related-posts-holder .mkdf-related-post-text {
    padding: 20px 16px 16px!important;
}

.mkdf-related-posts-holder .mkdf-related-post .mkdf-post-title {
    margin: 16px 0 !important;
    line-height: 18px !important;
}