/*
 Theme Name:   Accelerate Child
 Description:  Accelerate Child Theme
 Author:       Vishal Pokala
 Template:     accelerate
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  acceleratechild
*/
*:focus{
	outline: none;
}
:root {
    --side-padding: 190px;
}
::placeholder { 
    color: #000;
    opacity: 1; 
    font-weight: 400;
}
:-ms-input-placeholder {
    color: #000;
} 
::-ms-input-placeholder {
    color: #000;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,.main-navigation li{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
}
body{
    background: #ffffff;
}
body, body a{
    color: #000;
    font-weight: 400;
}
h1,h2,h3,h4,h5,h6{
    font-weight: 700;
    padding-bottom: 0;
    line-height: 1;
}
b,strong{
    font-weight: 700;
}
p{
    margin-bottom: 20px;
}
p,span{
    font-size: 23px;
    line-height: 36px;
    color: #58595b;
}
.entry-content ul{
    list-style: disc;
    padding: 0 0 0 23px;
}
.entry-content ul, .entry-content ol{
    margin-bottom: 15px;
}
.wp-block-columns,.wp-block-image{
    margin-bottom: 0;
}
ul li{
    font-size: 23px;
    line-height: 1;
    color: #58595b;
    padding-bottom: 10px;
}
ul li::marker{
    color: #58595b;
}
ul.c-black li{
    color: #000000;
}
.wp-block-separator.has-background:not(.is-style-dots){
    opacity: 1;
    margin-left: var(--side-padding);
    margin-right: var(--side-padding);
}
hr, .wp-block-separator{
    border-color: #000000;
}
img{
    margin-bottom: 0;
}
.side-padding{
    padding: 0 var(--side-padding);
}
.mb-0{
    margin-bottom: 0;
}
.mb-10{
    margin-bottom: 10px;
}
.mb-15{
    margin-bottom: 15px;
}
.mb-20{
    margin-bottom: 20px;
}
.mb-25{
    margin-bottom: 25px;
}
.mb-30{
    margin-bottom: 30px;
}
.mb-35{
    margin-bottom: 35px;
}
.mb-40{
    margin-bottom: 40px;
}
.mb-50{
    margin-bottom: 50px;
}
.mb-100{
    margin-bottom: 100px;
}
.mt-80{
    margin-top: 80px;
}
.mt-50{
    margin-top: 50px;
}
.mt-40{
    margin-top: 40px;
}
.mt-20{
    margin-top: 20px;
}
.mt-30{
    margin-top: 30px;
}
.ml-10{
    margin-left: 10px;
}
.ml-20{
    margin-left: 20px;
}
.mr-10{
    margin-right: 10px;
}
.mr-20{
    margin-right: 20px;
}
.inner-wrap{
    max-width: 1342px;
    padding: 0 90px;
    background: #fff;
}
.d-inline{
    display: inline-block;
}
.d-flex{
    display: flex;
} 
.d-inlineflex{
    display: inline-flex;
} 
.flex-wrap{
    flex-wrap: wrap;
} 
.align-items-center{
    align-items: center;
}
.justify-content-center{
    justify-content: center;
}
.justify-content-between{
    justify-content: space-between;
}
.justify-content-end{
    justify-content: flex-end;
}
.align-self-center{
    align-self: center;
}
.flex-direction-column{
    flex-direction: column;
}
.center{
    text-align: center;
}
.semibold{
    font-weight: 600;
}
.black{
    font-weight: 900;
}
.black a{
    font-weight: 900;
}
.bold{
    font-weight: 700;
}
.regular{
    font-weight: 400;
}
.light{
    font-weight: 300;
}
.ft-90{
    font-size: 80px;
}
.ft-80{
    font-size: 80px;
}
.ft-76{
    font-size: 76px;
}
.ft-72{
    font-size: 72px;
}
.ft-60{
    font-size: 60px;
}
.ft-55{
    font-size: 55px;
}
.ft-50{
    font-size: 50px;
}
.ft-48{
    font-size: 48px;
}
.ft-46{
    font-size: 46px;
}
.ft-45{
    font-size: 45px;
}
.ft-40{
    font-size: 40px;
}
.ft-38{
    font-size: 38px;
}
.ft-35{
    font-size: 35px;
}
.ft-30{
    font-size: 30px;
}
.ft-25{
    font-size: 24px;
}
.ft-24{
    font-size: 24px;
    line-height: 28px;
}
.ft-22{
    font-size: 22px;
}
.ft-20{
    font-size: 20px;
    line-height: 22px;
}
.ft-18{
    font-size: 18px;
    line-height: 24px;
}
.ft-12{
    font-size: 12px;
    line-height: 15px;
}
.lh1{
    line-height: 1;
}
.lh2{
    line-height: 1.2;
}
.lh3{
    line-height: 1.3;
}
.lh4{
    line-height: 1.4;
}
.lh5{
    line-height: 1.5;
}
.c-white{
    color: #ffffff;
}
.c-black{
    color: #000000;
}
.bg-black{
    background-color: #000000;
}
.bg-white{
    background-color: #ffffff;
}
.no-margin{
    margin-bottom: 0;
}
.ft-24 a{
    color: #1343DD;
    text-decoration: underline;
}
.uppercase{
    text-transform: uppercase;
}
.lowercase{
    text-transform: lowercase;
}
.strong strong{
    font-size: 30px;
    font-weight: 400;
}
.wp-block-button__link{
    font-size: 27px;
    line-height: 1.2;
    font-weight: 700;
}
#page{
    border: 0 !important;;
    box-shadow: none;
}
#main{
    padding-top: 0;
}
.page .entry-title{
    display: none;
}
a#scroll-up{
    background-color: #99ad67;
}
#header-text-nav-container{
    border-bottom: 0;
    background-color: #ffffff;
}
.footer-socket-wrapper .copyright,#header-logo-image{
    float: none;
    max-width: 100%;
}
#header-logo-image{
    max-width: 305px;
}
input[type="text"], input[type="email"], input[type="password"], input[type="url"], textarea, select{
    margin-bottom: 5px;
    color: #000;
    border: 1px solid #000;
    padding: 10px 25px 10px 10px;
    margin-right: 10px;
    background-color: #ffffff;
    font-weight: 400;
}
.wpcf7-list-item{
    display: block;
    margin: 0;
}
.wpcf7-list-item:not(.last),.wpcf7-list-item.last.first{
    margin-bottom: 15px;
}
.wpcf7-list-item label{
    display: flex;
}
.wpcf7-list-item-label{
    font-size: 18px;
    line-height: 18px;
    color: #000000;
}
.accelerate-button, input[type="reset"], input[type="button"], input[type="submit"], button{
    background-color: #a75231;
    color: #ffffff;
    line-height: 1.1;
    font-size: 23px;
    padding: 15px 25px;
    border-radius: 5px;
    font-weight: 700;
}
.accelerate-button:hover, input[type="reset"]:hover, input[type="button"]:hover, input[type="submit"]:hover, button:hover{
    background-color: #ffc519;
    color: #000000;
}
.wpcf7-not-valid-tip{
    font-size: 12px;
    line-height: 1;
}
th, td, .wp-block-table th, .wp-block-table td{
    border: 1px solid #000000;
}
.wpcf7-form-control-wrap{
    position: unset;
}
.main-navigation li{
    padding-bottom: 0;
}
.main-navigation ul li ul li{
    border: none;
}
.main-navigation .menunav-menu,.footer-menu .menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.main-navigation .menunav-menu li,.footer-menu .menu li,.footer-socket-wrapper .footer-menu {
    float: none;
}
.footer-socket-wrapper{
    border-top: none !important;
    background-color: transparent;
}
#content .post, #content .page{
    padding-bottom: 0;
}
.no-index{
    z-index: -1;
}
.full-image img{
    width: 100%;
}
#page,#header-text-nav-container{
    background-color: #eaeaea;
}
@media screen and (max-width: 1024px) {
    .site-header .menu-toggle {
        display: block;
        background: #99ad67;
        color: #fff;
        padding: 10px;
    }
    .inner-wrap{
        padding: 0 20px;
        width: 100%;
    }
    .main-navigation .menunav-menu {
        display: none;
    }
    .site-header .menu-toggle:before{
        color: #ffffff;
    }
    .main-small-navigation{
        padding: 0;
    }
    .main-small-navigation li{
        position: relative;
        padding-bottom: 0;
        line-height: 24px !important;
    }
    .main-small-navigation ul > .current_page_item, .main-small-navigation ul > .current-menu-item,.main-small-navigation li:hover > a{
        background: #99ad67;
        color: #ffffff;
    }
    .main-small-navigation ul > .current_page_item a, .main-small-navigation ul > .current-menu-item a{
        color: #ffffff;
    }
    .sub-toggle, .sub-menu .sub-toggle{
        top: 14px;
        line-height: 0;
        transform: rotate(180deg);
    }
    .sub-toggle.active{
        transform: rotate(0deg);
    }
    .main-small-navigation a{
        border-bottom: none;
        padding: 14px 20px;
    }
    .tab-none{
        display: none;
    }
    .wp-block-column:not(:only-child).tab-full{
        flex-basis: 100% !important;
        margin-left: 0;
    }
    .ft-40,.ft-46{
        font-size: 30px;
    }
    .ft-55,.ft-76{
        font-size: 40px;
    }
    .ft-22 a,.ft-22{
        font-size: 18px;
    }
}
@media screen and (max-width: 767px) {
    .ft-50{
        font-size: 25px;
    }
    .ft-35{
        font-size: 20px;
    }
    .mb-50{
        margin-bottom: 25px;
    }
    .mt-80{
        margin-top: 40px;
    }
    .inner-wrap .inner-wrap{
        padding: 0;
    }
    .wp-block-columns .wp-block-column{
        margin-bottom: 25px;
    }
    .accelerate-button, input[type="reset"], input[type="button"], input[type="submit"], button{
        font-size: 16px;
        padding: 8px 20px;
    }
}
/*sitestyles*/
.bg-red{
    background-color: #cf5529;
}
.full-image img{
    height: 392px;
}
.c.red{
    color: #c1512b;
}
.c-green{
    color: #99ad67;
}
.c-grey{
    color: #58595b;
}
.home-3col .wp-block-column,.bottom-text figure{
    position: relative;
}
.home-3col .wp-block-column:not(:last-child)::after{
    content: "";
    height: 100%;
    width: 1px;
    background-color: #000000;
    position: absolute;
    right: -1rem;
    top: 0;
}
.home-3col-img .wp-block-image,.home-3col-img .wp-block-image img{
    height: 100%;
}
.is-style-outline>.wp-block-button__link:not(.has-text-color), .wp-block-button__link.is-style-outline:not(.has-text-color){
    color: #fff;
    border-color: #fff;
}
.bottom-text figure figcaption{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(203, 63, 15, 0.7);
    margin: 0;
    font-size: 72px;
    color: #ffffff;
    line-height: 1.3;
    padding: 20px 0;
}
.bottom-text figure figcaption a{
    text-transform: uppercase;
    text-align: center;
    border: 1px solid #ffffff;
    color: #ffffff;
    width: 70%;
    padding: 10px 0;
    display: block;
    margin: 0 auto;
    font-size: 15px;
}
.no-side-padding{
    margin-left: -90px;
    margin-right: -90px;
}
.left-padding{
    padding-left: 90px;
    z-index: 1;
}
.ft-22 a{
    font-size: 22px;
}
.right-padding{
    padding-right: 90px;
}
.bg-green-gradiant{
    position: relative;
}
.bg-green-gradiant::after{
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: linear-gradient(90deg,#99ad67 0%,#99ad67 55%, transparent 100%);
    position: absolute;
    top: 0;
    left: 0;
}
#header-text-nav-wrap{
    padding: 10px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#header-text-nav-wrap:after{
	content:none;
}
.main-navigation{
    background-color: #99ad67;
}
.main-navigation ul li ul{
	width: 260px;
}
.main-navigation ul:not(.sub-menu) > li:not(:last-child) > a::after{
    content: '';
    width: 3px;
    height: 18px;
    background-color: #ffffff;
    display: inline-block;
    position: absolute;
    right: -7px;
    top: 50%;
    transform: translateY(-50%);
} 
.main-navigation a{
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    padding: 20px;
}
.main-navigation a:hover, .main-navigation ul li.current-menu-item a, .main-navigation ul li.current_page_ancestor a, .main-navigation ul li.current-menu-ancestor a, .main-navigation ul li.current_page_item a, .main-navigation ul li:hover > a{
    background-color: transparent;
    color: #fff200;
    position: relative;
}
.main-navigation ul li ul li a, .main-navigation ul li.current-menu-item ul li a, .main-navigation ul li ul li.current-menu-item a, .main-navigation ul li.current_page_ancestor ul li a, .main-navigation ul li.current-menu-ancestor ul li a, .main-navigation ul li.current_page_item ul li a{
    color: #ffffff;
    font-size: 12px;
    background-color: transparent;
    padding: 10px;
}
.main-navigation ul li ul{
    padding: 15px;
    background-color: #6a7b42;
}
.main-navigation ul li ul li a:hover, .main-navigation ul li ul li:hover > a, .main-navigation ul li.current-menu-item ul li a:hover{
    background-color: transparent;
    color: #fff200;
}
.footer-logo{
    text-align: center;
    position: relative;
}
.footer-social,.footer-brochur{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.footer-brochur{
    left: 0;
	padding-top: 15px;
	width: 30%
}
.footer-brochur h3{
	color: #fff;
	font-size: 21px;
    line-height: 1.2;
}
.footer-social .social-title{
    font-size: 18px;
    color: #ffffff;
}
.footer-social a{
    margin-left: 20px;
}
.footer-menu{
    padding-bottom: 25px;
    padding-top: 25px;
}
.footer-menu.main-navigation{
    background-color: transparent;
}
.copyright{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.copyright .copy,.copyright .copy a{
    font-size: 12px;
    color: #ffffff;
}
.copyright .copy a:hover{
    text-decoration: underline;
    color: #c1512b;
}
.copyright .seperator{
    width: 3px;
    height: 18px;
    background-color: #ffffff;
}
div#n2-ss-1 .nextend-arrow img{
    width: 132px !important;
}
.mc-main caption, .mc-main.list .my-calendar-month{
    caption-side: bottom;
    margin-top: 15px;
}
.my-calendar-header a,.my-calendar-footer a{
    color: #007bff;
}
.my-calendar-header a:hover,.my-calendar-footer a:hover{
    color: #0056b3;
}
.mc-main th abbr, .mc-main .event-time abbr{
    font-weight: 700;
}
.custom-logo-link:focus{
	outline: none;
}
.footer-menu a:hover, .footer-menu ul li.current-menu-ancestor a, .footer-menu ul li.current-menu-item a, .footer-menu ul li.current_page_ancestor a, .footer-menu ul li.current_page_item a, .footer-menu ul li:hover>a{
    color: #fff200 !important;
}
.entry-meta{
	display: none;
}
.blog #primary,.blog #secondary,.single #primary,.single #secondary{
	padding-top: 50px;
}
.post-featured-image img{
	width: 100%;
}
.post-featured-image {
	padding: 20px 0;
}
.wp-block-gallery.columns-3 .blocks-gallery-item{
	padding-bottom: 0;
}
.main-navigation li{
	line-height: 1;
}
.single .entry-content li{
	line-height: 36px;
}
.single .post .entry-title{
	margin-bottom: 30px;
}
input[type="submit"]{
	line-height: 1;
    font-size: 18px;
    padding: 10px 24px;
    font-weight: 400;
}
.wp-block-button__link {
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
	background-color: #cc5826;
	color: #ffffff;
}
.wp-block-button__link:hover {
	background-color: #ffc519;
    color: #000000;
}
ol li{
	color: #58595b;
}
@media screen and (max-width: 1024px) {
    .bottom-text figure figcaption{
        font-size: 45px;
        padding: 25px 0;
    }
    div#n2-ss-1 .nextend-arrow img {
        width: 70px !important;
    }
    div#n2-ss-1 .n2-font-ae778a5fcd6b8bd28c1fc4f8da4c8058-hover{
        font-size: 40px !important;
    }
    .footer-logo{
        text-align: left;
    }
    .footer-menu.main-navigation{
        display: none;
    }
    .copyright .seperator{
        display: none
    }
    .copyright .copy{
        flex-basis: 33%;
    }
    .no-side-padding{
        margin-left: -20px;
        margin-right: -20px;
    }
	.footer-brochur{
        position: relative;
        text-align: center;
		transform: none;
    	padding-bottom: 10px;
		width: 100%;
    	margin: 0 auto;
    }
	.footer-social{
		top: 80%;
	}
}
@media screen and (max-width: 767px) {
    .bottom-text figure figcaption{
        font-size: 30px;
    }
    div#n2-ss-1 .n2-font-ae778a5fcd6b8bd28c1fc4f8da4c8058-hover{
        font-size: 30px !important;
    }
    .copyright .copy{
        flex-basis: 100%;
    }
    .footer-logo{
        text-align: center;
    }
    .footer-social{
        position: relative;
        text-align: center;
		transform: none;
    	padding-bottom: 10px;
    }
    .left-padding{
        padding-left: 0;
    }
    .right-padding{
        padding-right: 0;
    }
    .bg-green-gradiant .wp-block-columns .wp-block-column:first-child{
        padding: 30px 0;
    }
    .bg-green-gradiant .wp-block-columns .wp-block-column:last-child{
        display: none;
    }
    .bg-green-gradiant::after{
        background: #99ad67;
    }
	#header-text-nav-wrap{
		flex-direction: column;
	}
	#header-right-section{
		margin-top: 10px;
	}
	#header-right-section .has-text-color{
		margin-bottom: 0;
		font-size: 23px !important;
	}
}