/*margin-top for the text in animated switch slider*/
#mkdf-animated-switch-slider .mkdf-switch-slide div.mkdf-text-bottom {
    margin-top: 25vh;
}
/*border width of the text in animated switch slider*/
#mkdf-animated-switch-slider .mkdf-item-background-text .mkdf-background-text-holder{
    -webkit-text-stroke-width: 5px;
}
/*hover color of the links in the footer*/
footer .mkdf-footer-top-holder .widget a:hover, footer .mkdf-footer-bottom-holder .widget a:hover {
    color: #ff5e14;
}
/*additional text color and font size in the title area*/
.mkdf-title-holder.mkdf-standard-type .mkdf-page-title-additional-text {
    color: white;
    font-size: 20px;
}
/*subtitle text color and font size in the title area*/
.mkdf-title-holder .mkdf-title-wrapper .mkdf-page-subtitle {
    color: white;
    font-size: 20px;
}
/*background color and padding of the 1% on each side of the title area*/
.mkdf-title-inner .mkdf-grid { 
  background-color: rgba(0,0,0,0.5) !important; 
  padding: 1% !important; 
}
/*changing the order of the pricing table items*/
.mkdf-price-table .mkdf-pt-inner ul li.mkdf-pt-prices {
display:flex !important;
}
.mkdf-price-table .mkdf-pt-inner ul li.mkdf-pt-prices .mkdf-pt-price {
order:2 !important;
}
.mkdf-price-table .mkdf-pt-inner ul li.mkdf-pt-prices .mkdf-pt-value {
order:1 !important;
}
.mkdf-price-table .mkdf-pt-inner ul li.mkdf-pt-prices .mkdf-pt-mark {
order:3 !important;
}
/*button padding on animated switch slider*/
#mkdf-animated-switch-slider .mkdf-switch-slide .mkdf-text-bottom .mkdf-btn-holder{
    padding:0 20px 25px 20px;
}
/*logo height*/
.mkdf-page-header .mkdf-menu-area .mkdf-logo-wrapper a {
    max-height: 100px;
}
/*adding border bottom on testimonials*/
.mkdf-testimonials-holder.mkdf-testimonials-standard .mkdf-testimonial-content {
border-bottom: 4px solid #3f74ee !important;
}
/*price table border bottom*/
.mkdf-price-table .mkdf-pt-inner {
border-bottom: 4px solid #3f74ee !important;
}
.mkdf-iwt.mkdf-iwt-boxed {
    border-bottom: 4px solid #3f74ee !important;
}
/*height of the footer bottom area*/

.mkdf-page-footer .mkdf-footer-bottom-holder{
    height: 100px;
}
/*link color when the status is :link*/
.customid.elementor-widget-text-editor a:link{
    color: #ff5e14 !important;
}
.mkdf-iwt .mkdf-iwt-title-text {
     color: #ff5e14;
}
/*margin-right of 20% added in blog text holder*/
.mkdf-blog-holder article.format-quote .mkdf-post-text .mkdf-post-text-inner {
margin-right: 20%;
}
.mkdf-blog-holder article.format-quote .mkdf-post-content:after {
width: 60px;
}
/*hidding page title on the page with id 10263 */
.page-id-10263 .mkdf-title-holder.mkdf-centered-type .mkdf-page-title {
display: none;
}
/*font size and alignment for page subtitle*/
.page-id-10263 .mkdf-title-holder .mkdf-title-wrapper .mkdf-page-subtitle {
font-size: 40px;
text-align: left;
}
/*changing the font size in animated text for mobile and tablet devices*/
@media only screen and (max-width: 1024px) {
    #mkdf-animated-switch-slider .mkdf-content-holder .mkdf-text-bottom .mkdf-item-lower-subtitle, 
    #mkdf-animated-switch-slider .mkdf-content-holder .mkdf-text-bottom .mkdf-item-lower-title {
        display: block;
    }
    #mkdf-animated-switch-slider .mkdf-content-holder .mkdf-text-bottom .mkdf-item-lower-subtitle{
        font-size: 12px;
    }
    #mkdf-animated-switch-slider .mkdf-content-holder .mkdf-text-bottom .mkdf-item-lower-title {

    font-size: 20px;
    }
}
/*the color of the links within the p tag*/
p a {
color: #ff5e14!important;
}
/*the hover color of the links within the p tag*/
p a:hover {
color: #f00!important;
}
/*subtitle adjustment on smaller screens*/
@media only screen and (max-width: 680px) {
.mkdf-title-holder.mkdf-centered-type h2.mkdf-page-subtitle {
    display: block;
    width: 100%;
    line-height: 1em;
}
}
/*enables small title to show on mobile on sliders*/
@media only screen and (max-width: 680px) {
#mkdf-animated-switch-slider .mkdf-switch-slide .mkdf-text-top .mkdf-upper-subtitle {
    display: initial !important;
}    
}
/* Changes background color on the first + link within the Animated Switch Slider on the homepage */
.plus-button-changed #mkdf-animated-switch-slider .mkdf-switch-slide[data-index="1"] .mkdf-text-bottom .mkdf-btn-holder a:after {
    background-color: #00235a;
}
/* Moves gray header title background shading left justified on innerpages*/
.mkdf-title-inner .mkdf-grid {
    float:left;
}
/* Changes color of blog archive blocks*/
.mkdf-blog-holder article.format-quote .mkdf-post-text{
    background-color: #4fafeb;
}
/* Disconnects portfolio items from their pages*/
.mkdf-portfolio-list-holder.mkdf-pl-gallery-overlay .mkdf-pli-link,
.mkdf-portfolio-list-holder.mkdf-pl-gallery-overlay.mkdf-pl-light-skin article .mkdf-pli-text>a,
.mkdf-portfolio-list-holder.mkdf-pl-gallery-overlay.mkdf-pl-light-skin article .mkdf-pli-text .mkdf-pli-category-holder a{
    pointer-events: none;
}
#text-11 p {
    margin: 0;
	  text-align: center;
}
/* removes single blog page webdevusa ad*/
body.single-post .aioseo-author-bio-compact {
    display:none !important;
}
/* Changes link color to black */
.aioseo-html-sitemap a {
    color: black !important;
}
/* Changes blue title on Blog page to white */
.page-id-1174 #mkdf-animated-switch-slider .mkdf-switch-slide:nth-of-type(4) .mkdf-content-holder .mkdf-item-text-holder .mkdf-item-title h2 {
    color: white;
}
.page-id-10263 .mkdf-title-holder.mkdf-centered-type.mkdf-title-va-header-bottom.mkdf-has-bg-image.mkdf-bg-parallax {
    background-size: cover;
}
@media only screen and (min-width: 1500px){
	.mkdf-has-bg-image.mkdf-bg-parallax.mkdf-title-with-background-text {
    background-size: cover;
}
}
