/**
Theme Name: Elevate360
Author: Elevate360
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
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: elevate360
Template: astra

*/

/*-------------------------------
#HEADER
---------------------------------*/
.custom-header {
    position: absolute !important;
    background: transparent;
    z-index: 999;
}
.custom-nav-menu #elementor-navmenu .menu-item-has-children > a:after{
    top: 1em;
    font-weight: 900;
}
.custom-nav-menu #elementor-navmenu .sub-menu a{
    text-transform: Capitalize;
}
.custom-nav-menu ul li:not(:last-child) {
    margin-right: 0.5em;
}
.custom-nav-menu ul ul {
    background: #fff;
    overflow: hidden;
}
.custom-nav-menu ul ul a {
    width: 250px !important;
    font-size: 13px;
    border-bottom: 1px solid rgba(0,0,0,0.12);
}
.custom-nav-menu ul ul a:focus{
    outline: none !important;
}
.custom-nav-menu ul.sub-menu:before{
    border-color: rgba(245, 245, 245, 0);
	border-bottom-color: #f5f5f5;
	border-width: 23px;
	margin-left: -23px;
}
.custom-nav-menu ul.sub-menu:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

p {
    margin-bottom: 10px;
}
/*-------------------------------
#FOOTER
---------------------------------*/
.page-id-37 .custom-action {
    display: none;
}
.custom-footer ul.menu {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 14px;
}
.custom-footer ul.menu a {
    color: #888; 
    font-size: 14px;
    font-weight: 300;
}
.custom-subft a {
    color: #3487bf;
    font-size: 14px;
    outline: none;
}
.custom-footer ul.menu a:hover,
.custom-footer ul.menu a:focus {
    text-decoration: underline;
}

/*-------------------------------
#BLOG SINGLE
---------------------------------*/
.post-content {
    margin-bottom: 13px;
    padding: 6px 12px;
}
.post-content .content {
    background-size: cover;
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 3px;
    height: 200px;
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease,-webkit-transform .2s ease;
}
.post-content .content:hover {
    -webkit-transform: translate(0,-5px);
    -ms-transform: translate(0,-5px);
    transform: translate(0,-5px);
}
.post-content .content .cat {
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 10;
    padding: 7px 9px 6px;
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    line-height: 13px;
    font-weight: 400;
}
.post-content .content .cat-General {
    background-color: #72c1f4;
}
.post-content .content .cat-Development {
    background-color: #da687b;
}
.post-content .post-details {
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 60px 20px 62px;
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.03)),color-stop(46%,rgba(0,0,0,.6)),to(rgba(0,0,0,.76)));
    background-image: linear-gradient(180deg,rgba(0,0,0,.03),rgba(0,0,0,.6) 46%,rgba(0,0,0,.76));
}
.post-content .ft-title {
    display: block;
    margin-bottom: 4px;
    padding-right: 20px;
    color: #fff;
    font-size: 20px;
    line-height: 25px;
    font-weight: 300;
    text-align: left;
}
.post-content .ft-date {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 20px 15px;
}
.post-content .ft-date span {
    color: hsla(0,0%,100%,.7);
    font-size: 14px;
    display: block;
    float: right;
}
/*-------------------------------
#BLOG SINGLE
---------------------------------*/
.single-post .ast-container {
    max-width: 100% !important;
    margin: auto !important;
    padding: 0 !important;
}
.single-post .ast-container .content-area {
    padding: 0 !important;
    margin: auto !important;
    width: 100% !important;
}
.single-post .ast-container .single-banner{
    background-color: #6ec1e4;
    background-attachment: fixed;
    background-size:cover;
    min-height: 300px;
}
.single-content {
    width: 940px;
    margin: auto;    
    padding-top: 4em;
    padding-bottom: 4em;
}
.single-content h1.title {
    text-align: center;
    font-size: 50px;
    color: #222;
}
.single-content h5.category {
    text-align: center;
    margin-top: 10px;
}
.single-content h5.cat-Development {
    color:#da687b;
}
.single-content h5.cat-General {
    color: #72c1f4;
} 
.single-content h5.category:after {
    background-image: url(imgs/divider.png);
    background-repeat: no-repeat;
    background-size: 100%;
    content: '';
    display: block;
    height: 6px;
    width: 300px;
    margin: 2rem auto 2rem;
}
.single-content article {
    color: #888;
    padding: 0 !important;
    margin: 0 !important;
    max-width: 700px;
    margin: auto !important;
}
.single-content article ul, 
.single-content article ol{
    font-size: 14px;
    color: #000;
}
.single-content article a {
    font-size: 14px;
}
.single-content article .entry-header,
.single-content .post-navigation,
.single-content #comments {
    display: none;
}
.single-content .entry-content p {
    margin-bottom: 5px !important;
}

/*-------------------------------
#PRICE SHORTCODE
---------------------------------*/
.price-container {
    display: flex;
}
.price-content {
    width: 400px;
    padding: 0 15px;
    margin: auto;
}
.price-box {
    color: #6b6b6b;
    font-size: 14px;
    display: block;
    min-height: 300px;
    margin: 29px auto;
    padding-top: 47px;
    padding-right: 35px;
    padding-left: 35px;
    border-top-style: solid;
    border-top-width: 8px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: -1px 18px 19px 0 rgba(0,0,0,.07), 0 0 3px 0 rgba(0,0,0,.11), 0 4px 10px 0 rgba(0,0,0,.08);
}
.price-box h3 {
    color: #222;
    text-transform: Uppercase;
    line-height: 45px;
}
.price-box h4 {
    color: #6b6b6b;
    margin-bottom: 5px;
}
.price-box p {
    margin-bottom: 20px;
    color: #6b6b6b;
    font-size: 11px;
    line-height: 20px;
}
.price-content:nth-child(1) .price-box {
    border-top-color: #3487bf;
}
.price-content:nth-child(2) .price-box {
    border-top-color: #72c1f4;
}
.price-content:nth-child(3) .price-box {
    border-top-color: rgba(114,193,244,.5);
}
.price-box ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.price-box .price-list{
    padding-top: 20px;
    border-top: 1px solid #d2d4d6;
}
.price-list li:before {
    content: '';
    color: #2D4CBE;
    font-family: 'fontawesome';
    font-size: 16px;
    margin-right: 10px;
    width: 20px;
    display: inline-block;
}
.price-list li.checked:before {
    content:"\f00c";
}
.price-box .btn {
    display: flex;
}
.price-box a.btn-green {
    font-size: 16px;
    display: block;
    color: #fff;
    width: 100%;
    padding: 15px 20px;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#329b69),to(#329b69));
    background-image: linear-gradient(180deg,#329b69,#329b69);
    box-shadow: 0 0 1px 0 rgba(0,0,0,.32);
    -webkit-transition: box-shadow .2s ease,-webkit-transform .2s cubic-bezier(.86,0,.07,1);
    transition: box-shadow .2s ease,-webkit-transform .2s cubic-bezier(.86,0,.07,1);
    transition: transform .2s cubic-bezier(.86,0,.07,1),box-shadow .2s ease;
    transition: transform .2s cubic-bezier(.86,0,.07,1),box-shadow .2s ease,-webkit-transform .2s cubic-bezier(.86,0,.07,1);
    text-align: center;
    letter-spacing: .5px;
    margin-top: 35px;
    margin-bottom: 30px;
}
.price-box a.btn-green:hover {
    box-shadow: 0 3px 3px 0 rgba(0,0,0,.33);
    -webkit-transform: translate(0,-2px);
    -ms-transform: translate(0,-2px);
    transform: translate(0,-2px);
}

/*-------------------------------
#CONTACT PAGE / FORM 7
---------------------------------*/

.wpcf7 form>p {
    margin-bottom: 10px !important;
}
input[type=email], 
input[type=number], 
input[type=password], 
input[type=reset], 
input[type=search], 
input[type=tel], 
input[type=text], 
input[type=url], 
select{
    border-radius: 0 !important;
    font-size: 18px !important;
    height: 60px !important;
    padding: 0 15px !important;
}
textarea {
    border-radius: 0 !important;
    font-size: 18px  !important;
    height: 150px;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    padding: 10px 15px !important;
}
.wpcf7-submit {
    font-family: Arial,'Helvetica Neue',Helvetica,sans-serif;
    font-size: 18px;
    display: block;
    padding: 2px !important;
    margin: auto;
    min-width: 200px;
    border-radius: 100px !important;
    background-color: #329b69 !important;
    -webkit-transition: all 250ms cubic-bezier(.86,0,.07,1);
    transition: all 250ms cubic-bezier(.86,0,.07,1);
}
.wpcf7 .wpcf7-submit:hover {
    box-shadow: 0 3px 2px 0 rgba(51,51,51,.2);
    transform: translate(0,-3px);
}

/*-------------------------------
# SLICK CAROUSEL
-------------------------------*/

.slick-dots {
    position: absolute;
    bottom: 0;
    text-align: center;
    margin: auto;
    padding: 0;
    width: 100%;
}
.slick-dots li {
	list-style: none;
	display: inline-block;
	margin: 0 6px;
}
.slick-dots li button {
    background: transparent;
    width: 10px !important;
    height: 10px;
    text-indent: 9999px !important;
    border: 1px solid #fff;
    border-radius: 100%;
    padding: 0;
}
.slick-dots li button:hover,
.slick-dots li button:focus,
.slick-dots li.slick-active button{
	background-color: #fff;
}
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide{	
    display: block;
    outline: none;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


/*-------------------------------
#RESPONSIVE TABLE / MOBILE
---------------------------------*/
@media (min-width: 910px) {
        
    .custom-nav-menu ul ul {
        border-radius: 11px;
    }
    
    .menu-btn a {
        min-width: 130px;
        margin-right: 20px;
        padding: 5px 20px !important;
        background-color: #329b69 !important;
        text-align: center;
    }
}
@media (max-width: 909px) {
    .eldropdown-toggle:after {
        border: none !important;
    }
    .eldropdown-toggle {
        background-color: transparent !important;
    }
    .custom-header .elementor-element-bb5e5af{
        position: absolute;
        z-index: 999;
    }
    .custom-header .elementor-element-5464b5e{
        position: absolute;
        width: 100%;
    }
    .custom-nav-menu .elementor-menu-toggle{
        padding: 0;
        margin: 0;
        background: transparent !important;
        border: none;
        font-size: 30px;
        top: -10px;
        position: relative;
        left: -10px;
        outline: none !important;
    }
    .custom-nav-menu #elementor-menu.eltoggled-on {
        background-color: #468fbe !important;
    }
}
@media (min-width: 768px){
    .post-content {
        width: 33.33333333%;
        float: left;
    }
}
@media (max-width: 768px){
	.price-container {
		flex-direction: column;
	}
}
@media (min-width: 480px) and (max-width: 767px) {
    .post-content {
        width: 50%;
        float: left;
    }
}