/**
Theme Name: COACHED
Author: Brainstorm Force
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: coached
Template: astra
*/


/* <<<<<<<<< Font >>>>>>>>>>> */
@import url('https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap');

/* <<<<<<<<< Header nevigation >>>>>>>>>>> */

/* <<<<<<<<< Sticky nevigation >>>>>>>>>>> */
.fixed-header {
   position: fixed !important;
   top: 0;
   left: 0;
   width: 100%;
   transition: all  0.3s ease-in-out;
/*    background-color: #222222; */
}
.fixed-header .ast-primary-header-bar.ast-primary-header.main-header-bar.site-header-focus-item {
    background-color: rgb(255, 255, 255) !important;
}
.fixed-header .ast-site-identity {
    padding: 0em 0;
}
.fixed-header .site-logo-img .transparent-custom-logo img {
    width: 110px !important;
}
.fixed-header .ast-primary-header-bar .site-primary-header-wrap {
    min-height: 80px !important;
}
header.fixed-header .custom-logo-link img {
    max-width: 290px;
    width: 290px;
}
.fixed-header .wpr-sub-mega-menu {
    margin-top: -0.7em;
}
.fixed-header .ast-logo-title-inline .ast-site-identity {
    padding: 0em !important;
}
.custom-below-header-bar {
    background-color: #f7f7f7;
    color: #333;
    padding: 10px 20px;
    text-align: center;
    font-size: 16px;
    z-index: 999;
    position: fixed;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	margin-top: 80px;
    min-width: 100%;
}
.custom-below-header-bar{
	display:none !important;
}
.custom-below-header-bar.fixed-header-bottom {
	display:block !important;
	background: #1C274C;
	display: flex !important;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
	padding: 10px 0 !important;
}
.custom-below-header-bar.fixed-header-bottom .ast-container{
	display:block !important;
	background: #1C274C;
	display: flex !important;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
	min-width: 1320px !important;
}
.icon-text {
    display: flex;
    column-gap: 10px;
    text-align: left;
    color: white;
    font-size: 13px;
    font-weight: bold;
    align-content: center;
    flex-wrap: nowrap;
    align-items: center;
}
.top-bar-btn button {
    background-color: #FF9000;
    font-family: "Public Sans", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    border-radius: 30px 30px 30px 30px;
    padding: 10px 15px 10px 15px;
    font-size: 15px;
    display: flex;
    align-items: center;
    column-gap: 10px;
	color: white;
	border: 1px solid #FF9000;
}
.top-bar-btn button:hover {
    background-color: #FFFFFF;
    font-family: "Public Sans", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    border-radius: 30px 30px 30px 30px;
    padding: 10px 15px 10px 15px;
    font-size: 15px;
    display: flex;
    align-items: center;
    column-gap: 10px;
	color: #FF9000 !important;
	;
}
.hover-cls:hover p, .hover-cls:hover h3 {
    color: white !important;
}
a.top-bar-btn button img {
    width: 22px;
}
.custom-below-header-bar.fixed-header-bottom .container {
    min-width: 1380px !important;
}
.menu-item.menu-item-type-custom.menu-item-object-custom a.menu-link {
    color: #045cb4 !important;
}

/* bar */
.hero .hurrytimer-timer {
    background-color: #012257 !important;
    border-radius: 62px !important;
    padding: 20px !important;
}
a.map-link {
    color: #FF9000;
    text-decoration: underline;
}

/* <<<<<<<<< Footer CSS >>>>>>>>>>> */

img.scwd-logo {
    width: 97px;
    margin: 0 10px;
}
img.cahexia-logo {
    width: 56px;
    margin: 0 10px;
}
img.Boehringer112-logo {
    width: 152px;
    margin: 0 20px;
}
.footer-text {
    display: flex !important;
    align-items: center !important;
    justify-content: center;
}

/* <<<<<<<<< Paralax >>>>>>>>>>> */
.parallax-section {
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

/*--Indrajith Doranagoda--*/

.reg-form .e-n-tabs-heading {
    padding: 8px !important;
    background: #006699;
    border-radius: 40px;
}
input#rm-form-submit-btn {
    color: white !important;
    border-color: #ff9100 !important;
    background-color: #ff9100  !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
	border-radius: 28px !important;
}
input#rm-form-submit-btn:hover {
	color: #ff9100 !important;
    border-color: #ff9100 !important;
    background-color: white !important;
}
input#rm_submit_btn {
    color: white !important;
    border-color: #ff9100 !important;
    background-color: #ff9100 !important;
    border-top-left-radius: 28px !important;
    border-top-right-radius: 28px !important;
    border-bottom-right-radius: 28px !important;
    border-bottom-left-radius: 28px !important;
}
input#rm_submit_btn:hover{
	color: #ff9100!important;
    border-color: #ff9100 !important;
    background-color: white !important;
}
img.coached-logo {
    width: 150px;
    margin-right: 20px;
}
img.cahexia-logo.mascc-logo {
    width: 95px;
}

/*Lahiru - Contact form CSS*/
.two-by-two {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
}
.two-by-two label {
    font-weight: bold;
}
.msg label {
    font-weight: bold;
}
input.wpcf7-form-control.wpcf7-submit {
    color: white !important;
    border-color: #ff9100 !important;
    background-color: #ff9100 !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-radius: 28px !important;
    width: 100%;
    border: 1px solid #ff9100;
}
input.wpcf7-form-control.wpcf7-submit:hover{
    border-color: #ff9100 !important;
    color: #ff9100 !important;
    border-color: #ff9100 !important;
    background-color: white !important;   
}
textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    height: 100px;
}

/* <<<<<<<<< Video >>>>>>>>>>> */

.video-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
    column-gap: 30px;
}
h1.top-heading {
    font-family: "Public Sans", sans-serif !important;
    font-size: 30px;
    font-weight: 800;
    color: #069;
    padding-top: 6rem;
    padding-bottom: 1rem;
    margin-bottom: 40px;
    border-bottom: 1px solid;
    font-weight: 800;
}
h1.top-heading span.black {
    color: #000;
}
.video-embed-wrap {
    display: flex;
    justify-content: center;
    padding-bottom: 25px;
}
body .owl-carousel .owl-nav button.owl-next,body .owl-carousel .owl-nav button.owl-prev {
    padding: 0px 18px 5px 18px !important;
    font-size: 24px !important;
    background-color: #ff9000;
    color: white !important;
    border-radius: 42px;
}

/* <<<<<<<<< Responsive >>>>>>>>>>> */

/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {
  
  /* CSS */
  
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
  
  /* CSS */
  
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
  
    /*Lahiru - video page*/
    .video-embed-wrap iframe {
        height: 372px;
    }
    h1.top-heading {
        font-size: 25px;
    }
  
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  
    /*Lahiru - video page*/
    .video-embed-wrap iframe {
        height: 372px;
    }
    h1.top-heading {
        font-size: 25px;
    }
  
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
  
     .footer-text {
        flex-direction: column !important;
     }
	 /* 	Lahiru - Header CSS */
 	.custom-below-header-bar {
		display: none !important;
	}
	.custom-below-header-bar.fixed-header-bottom {
        display: none !important;
    }
    ul#ast-hf-mobile-menu {
        text-align: center !important;
    }
    /*LPS - Timer*/
    hurrytimer-timer-digit {
        font-size: 35px !important;
    }
    /*Lahiru - Contact form CSS*/
    .two-by-two {
        display: grid;
        grid-template-columns: 1fr;
    }
    /*Lahiru- video CSS*/
    .video-wrap {
        grid-template-columns: 1fr;
    }
    .video-embed-wrap iframe {
        height: 250px;
        width: 100% !important;
    }
    h1.top-heading {
        font-size: 25px;
    }
    .single-video div#content {
        padding: 0 10px;
    }
  
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
  
  	footer {
    	z-index: 999999;
		position:relartive;
	}
    .footer-text {
        flex-direction: column !important;
    }
    /* 	Lahiru - Header CSS */
 	.custom-below-header-bar {
		display: none !important;
	}
	.custom-below-header-bar.fixed-header-bottom {
        display: none !important;
    }
    ul#ast-hf-mobile-menu {
        text-align: center !important;
    }
    /*LPS - Timer*/
    hurrytimer-timer-digit {
        font-size: 35px !important;
    }
    /*Lahiru - Contact form CSS*/
    .two-by-two {
        display: grid;
        grid-template-columns: 1fr;
    }
    /*Lahiru- video CSS*/
    .video-wrap {
        grid-template-columns: 1fr;
    }
    .video-embed-wrap iframe {
        height: 250px;
        width: 100% !important;
    }
    h1.top-heading {
        font-size: 25px;
    }
    .single-video div#content {
        padding: 0 10px;
    }
  
}