.toolkits-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.toolkits-col {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
    width: 100%;
    flex: 1 1 auto;
}

@media only screen and (max-width: 757px) and (min-width: 576px) {
    .item.toolkits-col-4 {
        width: 50%;
    }
}

@media only screen and (min-width: 768px) {
    .toolkits-col-4 {
        width: 33.333%;
    }
}

.toolkit-item {
    display: flex;
    flex: 1 1 auto;
    margin-bottom: 20px;
    min-height: 140px;
}

.toolkit-item .toolkit-item {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    min-height: 140px;
}

.toolkit-icon-wrap {
    display: inline-block;
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 50%;
    box-shadow: 0 0 28px rgba(0, 0, 0, 0.2);
    padding: 10px;
    border: 1px solid transparent;
}

.toolkit-icon-wrap img {
    max-width: 100%;
    vertical-align: middle;
}

.toolkit-item-content {
    margin-left: 20px;
    overflow: hidden;
}

.toolkit-item-content .toolkit-header,
.toolkits-checkbox-wrapper.toolkits-row {
    margin-bottom: 10px;
}

.toolkit-header h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px!important;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
}

.toolkits-search-wrapper.toolkits-row,
.toolkits-checkbox-wrapper.toolkits-row {
    justify-content: center;
}


/* @media only screen and (min-width: 768px) {
    .toolkits-search-wrapper.toolkits-row .toolkits-col-4 {
        width: 100%;
        max-width: 33.333%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%
    }
    .toolkits-checkbox-wrapper .toolkits-col-8 {
        width: 100%;
        max-width: 66.66666%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666%;
        flex: 0 0 66.66666%
    }
} */

.toolkits-search-wrap {
    display: flex;
    margin-bottom: 20px;
}

.toolkits-search-wrap input {
    position: relative;
    display: block;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
    line-height: 1.5;
    height: 40px;
}

.toolkits-button-wrap {
    text-align: center;
    margin-bottom: 20px;
}

.toolkits-button-wrap button,
.toolkits-button-wrap button:hover,
.toolkits-button-wrap button:active,
.toolkits-button-wrap button:focus {
    background-color: transparent;
    border: none;
    outline: none;
    color: #428bca;
}

.slide-enter-active,
.slide-leave-enter {
    transition: opacity 0.25s;
}

.slide-enter,
.slide-leave-to {
    opacity: 0;
}

.toolkits-checkbox-wrap {
    display: flex;
    flex-wrap: wrap;
}

.toolkits-checkbox-wrap .checkbox-btn {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}


/* @media only screen and (min-width: 768px) {
    .toolkits-checkbox-wrap .checkbox-btn {
        max-width: 33.333%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%
    }
} */

.toolkits-checkbox-wrap .checkbox-btn label {
    display: block;
    margin-bottom: 0;
    width: 100%;
}

.toolkits-checkbox-wrap .checkbox-btn label input {
    display: none;
}

.toolkits-checkbox-wrap .checkbox-btn label span {
    width: 100%;
    padding: 6px 12px 6px 20px;
    /* border: 1px solid #D0D0D0; */
    overflow: hidden;
    color: #000;
    text-align: left;
    font-weight: normal;
    display: inline-block;
    cursor: pointer;
    border-left: 4px solid transparent;
}

.toolkits-checkbox-wrap .checkbox-btn label input:checked+span {
    /* background-color: #428bca;
    color: #fff; */
    border-color: #428bca;
}

.toolkits-checkbox-wrap .checkbox-btn label input:checked+span,
.toolkits-checkbox-wrap .checkbox-btn label span:hover {
    /* background-color: #428bca;
    color: #fff; */
    color: #428bca;
}

.toolkits-checkbox-wrap {
    margin-bottom: 20px;
}

.toolkit-item:hover,
.toolkit-item:hover h3,
.toolkit-item:hover .toolkit-cat *,
.toolkit-item:hover .toolkit-cat * {
    text-decoration: none !important;
}

.toolkit-item:hover .toolkit-cat *,
.toolkit-item .toolkit-cat * {
    color: #5f667e !important;
    font-size: 12px;
}

.toolkit-item:hover .toolkit-icon-wrap {
    border-color: rgb(100, 66, 255);
}

.toolkits-section {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
    justify-content: center;
}

.toolkits-section-col {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}

@media only screen and (min-width: 768px) {
    .toolkits-section-col-sidebar {
        width: 25%;
        position: sticky;
        position: -webkit-sticky;
        top: 70px;
        align-self: flex-start;
    }
    .toolkits-section-col-main {
        width: 75%;
        border-left: 1px solid #ccc;
    }
}

.toolkits-section-col-sidebar {
    flex-direction: column;
    flex-shrink: 1;
}

.toolkits-checkbox-wrapper .toolkits-checkbox-wrap {
    flex-direction: column;
    align-items: center;
    flex-shrink: 1;
}

.no-results {
    max-width: 100%;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
}

.no-results h4 {
    text-align: center;
    font-weight: bold;
    font-size: 22px;
}

.automation-row {
    display: flex;
    margin-left: -20px;
    margin-right: -20px;
    justify-content: center;
    align-items: flex-start;
    flex-direction: row;
}

@media only screen and (min-width: 768px) {
    .automation-row {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media only screen and (min-width: 992px) {
    .automation-row {
        padding-top: 200px;
        padding-bottom: 110px;
    }
}

@media only screen and (max-width: 767px) {
    .automation-row {
		display: table!important;
        padding-top: 40px;
        padding-bottom: 60px;
    }
}

.automation-col {
    position: relative;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    flex: 1 1 auto;
    display: flex;
}
.automation-row {
	margin-right: 0!important;
	padding-left: 20px!important;
	padding-right: 20px!important;
	margin-left: 0!important;
}
@media only screen and (min-width: 768px) {
    .automation-col {
        flex-direction: column;
        justify-content: flex-start;
    }
}

@media only screen and (min-width: 768px) {
    .automation-col {
        flex-direction: column;
    }
}

@media only screen and (min-width: 768px) {
    .col-3 {
        width: 25%;
    }
    .col-9 {
        width: 75%;
    }
}

@media only screen and (max-width: 767px) {
    .automation-row,
    .automation-col {
        flex-direction: column;
    }
    .automation-col+.automation-col {
        padding-top: 40px;
    }
}

.automation-sidebar .widget+.widget {
    margin-top: 30px;
}

.automation-sidebar .widget h4 {
    font-size: 1.5rem;
}

.automation-sidebar .widget .widgettitle {
    margin-top: 0;
    margin-bottom: 1.5rem;
    line-height: 1.5rem;
	font-weight: 700;
}

.automation-sidebar .widget ul {
    margin-top: 0;
    list-style: none;
    padding-left: 0;
}

.automation-sidebar .widget ul li {
    margin-bottom: 1.5rem;
}

.automation-sidebar .widget ul li:only-child,
.automation-sidebar .widget ul li:last-child {
    margin-bottom: 0;
}

.site_btn,
.site-btn {
    display: inline-block;
    font-size: 12px;
    padding: 13px 31px 13px 31px !important;
    font-style: normal !important;
    text-align: center;
    vertical-align: middle;
    margin-top: 1px;
    margin-bottom: 1px;
    cursor: pointer;
    background-image: none;
    border-style: solid;
    border-radius: 2px;
    outline: none;
    white-space: pre-wrap;
    -webkit-text-stroke: 0px;
    transition: color 200ms ease-in-out, background-color 200ms ease-in-out, border-color 200ms ease-in-out;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    font-size: 18px !important;
    padding: 16px 30px 16px 30px !important;
    border-radius: 8px;
    color: #ffffff !important;
    background: radial-gradient( circle at left top, rgb(12, 180, 206), rgb(0, 108, 255) 100%);
    -o-border-image: radial-gradient( circle at left top, rgb(12, 180, 206), rgb(0, 108, 255) 100%);
    border-image: radial-gradient( circle at left top, rgb(12, 180, 206), rgb(0, 108, 255) 100%);
    -o-border-image: none !important;
    border-image: none !important;
    transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    border: 0 !important;
    line-height: 1.4;
}

.site-btn:hover,
.site_btn:hover {
    background: radial-gradient( circle at left top, rgb(2, 129, 241), rgb(100, 65, 255) 100%) !important;
    -o-border-image: radial-gradient( circle at left top, rgb(2, 129, 241), rgb(100, 65, 255) 100%) !important;
    border-image: radial-gradient( circle at left top, rgb(2, 129, 241), rgb(100, 65, 255) 100%) !important;
    border: 0 !important;
}

.automation_tootlkit-template-default #masthead {
	opacity: 1!important;
}

.automation-container {
	width: 100%;
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
}
/* @media only screen and (max-width: 600px) {
	.automation-container {
		padding-left: 20px;
		padding-right: 20px;
	}
} */
.automation-row {
	margin-right: 0;
}
.automation-row {
	display: grid!important;
	grid-template-columns: repeat(12, 1fr);
	gap: 40px;
}
.automation-col {
	grid-column: span 12;
	width: 100%!important;
}
@media only screen and (min-width: 769px) {
	
	.automation-col.col-9 {
		grid-column: span 9;
	}
	.automation-col.col-3 {
		grid-column: span 3;
	}
}
.toolkits-col-12 .result-title {
	margin-top: 0!important;
	margin-bottom: 40px;
	font-weight: 700;
	color: #000;
}
.toolkits-col-12 .result-title * {
	-webkit-text-fill-color: transparent !important;
    -webkit-background-clip: text !important;
    background: linear-gradient(to right , rgb(80, 167, 247) , rgb(21, 76, 188) 50% , rgb(98, 13, 228) 100%);
}
.single-automation_tootlkit .entry-content ul {
	margin-left: 40px;
	list-style: disc;
}
@media only screen and (min-width: 768px) {
	.automation-sidebar {
		margin-top: 180px;
	}
}
@media only screen and (max-width: 600px) {
	.automation-row {
		display: table!important;
		padding-top: 100px!important;
	}
}