/*
Theme Name: skool_orange
Text Domain: skool_orange
Version: 1.0
Tested up to: 61.0
Requires at least: 1.0
Requires PHP: 5.2.4
Description: Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-patterns, block-styles, wide-blocks, accessibility-ready
Author: the WordPress team
Author URI: https://wordpress.org/
Theme URI: https://wordpress.org/themes/twentytwenty/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
*/
.page_layout{
    padding: 50px 0px;
}
.single_post_wrap h2 {
    font-family: "Fredoka", sans-serif;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    color: #486857;
    margin: 0px 0px 30px 0px;
}
.single_post_wrap a {
    font-weight: 600;
    color: #486857;
}
.head_td.menu_side li.current_page_item a{
    color: #7c7e57;
}
.bg_olive{
    background-color: #c6cab2;
}

.primary_feature{
    width: 100%;
    height: 800px;
    margin: 50px 0px 0px 0px;
    display: block;
    position: relative;
    border-bottom: 10px solid #ff9e19;
}
.prim_text_block{
    position: absolute;
    height: 100%;
    width: 60%;
    display: table;
    z-index: 2;
    top: 0px;
    bottom: 0px;
    left: 100px;
    padding: 50px;
    background: linear-gradient(
        90deg,
        rgba(254, 250, 238, 1) 0%,
        rgba(254, 250, 238, 1) 45%,
        rgba(254, 250, 238, 0.85) 70%,
        rgba(254, 250, 238, 0) 100%
    );
}
.prim_text_block_tr{
    display: table-row;
}
.prim_text_block_td{
    display: table-cell;
    vertical-align: middle;
}
.prim_text_block_td p{
    max-width: 700px;
}
.top_wave{
    position: absolute;
    bottom: -2px;
    left: 0px;
    right: 0px;
    z-index: 3;
    width: 100%;
}


.prim_tbl{
    width: 100%;
    display: table;
    position: absolute;
    z-index: 1;
    top: 0px;
    bottom: 0px;
    left: 0px;
    height: 100%;
}
.prim_tr{
    display: table-row;
}
.prim_td{
    display: table-cell;
    vertical-align: middle;
}
.prim_td.left_side{
    width: 30%;
    background-color: #fefaee;
}
.prim_td.right_image{
    width: 70%;
    background-size: cover;
    background-position: center;
    background-image: url('img/new_blue.jpg');
}
.content_td.right_side.on_home table{
    width: 100%;
    margin: 0px 0px 50px 0px;
}
.content_td.right_side.on_home table td{
    border: 1px solid #000;
}
.content_td.right_side.on_home table td.what_td{
    width: 30%;
}
.content_td.right_side.on_home table td.price_td{
    width: 20%;
}


.mobile_menu,
.mob_trigger{
    display: none;
}
.footer_icon{
    width: 40px;
    height: auto;
    margin: 0px 5px 0px 0px;
}
.bg_yellow{
    background-color: #ff9e19;
}
.bot_logo{
  width: 100%;
  max-width: 350px;
  margin: 0px 0px 25px 0px;
}
#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
  width: 30px;
  height: 30px;
  position: relative;
  margin: 0px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon3 span {
	  display: block;
	  position: absolute;
	  height: 4px;
	  width: 100%;
	  background: #ff9e19;
	  border-radius: 9px;
	  opacity: 1;
	  left: 0;
	  -webkit-transform: rotate(0deg);
	  -moz-transform: rotate(0deg);
	  -o-transform: rotate(0deg);
	  transform: rotate(0deg);
	  -webkit-transition: .25s ease-in-out;
	  -moz-transition: .25s ease-in-out;
	  -o-transition: .25s ease-in-out;
	  transition: .25s ease-in-out;
}
.mob_trigger:hover #nav-icon1 span,
.mob_trigger:hover #nav-icon2 span,
.mob_trigger:hover #nav-icon3 span{
		background: #000;
}


.banmner_section_home .slick-dotted.slick-slider {
    margin-bottom: 0px;
}
.home_slider{
    margin: 30px 0px 0px 0px;
}

.cta_btn span {
    font-size: 18px;
    line-height: 17px;
    font-weight: bold;
}



.content_section  .nav-tabs .nav-link{
    background-color: #fff;
    padding: 15px 30px 17px;
    margin: 0px 10px;
    color: #221911;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    border-radius: 20px;
    box-shadow: 0 6px 0 0 #eeeeee;
}
.content_section .nav.nav-tabs .nav-item{
    display: inline-block;
    float: none;
}
.content_section .nav.nav-tabs{
    text-align: center;
    border: none;
    display: inline-block;
    width: 100%;
    padding: 30px 0px;
}
.content_section .nav-tabs .nav-link.active {
    background-color: #ff9e19;
    border: none;
      color: #221911;
    box-shadow: 0 6px 0 0 #815a20;
}

.meal_tbl{
    display: table;
    width: 100%;
    border-radius: 20px;
        box-shadow: 0 5px 25px 0 rgba(0, 0, 0, .1);
    overflow: hidden;
    text-align: left;
}
.meal_tr{
    display: table-row;
}
.meal_td{
    display: table-cell;
    padding: 30px;
    vertical-align: top;
}
.meal_td.lefter{
    width: 30%;
    /* background-image: linear-gradient(135deg, oklch(86% .13 145), oklch(78% .15 175));*/
    background-color: #682410;
}
.meal_td.righter{
    width: 70%;
    background-color: #fff;
}
.meal_td.lefter h3{
    margin: 0px;
    color: #fff;
    font-size: 50px;
    line-height: 50px;
}
.single_meal_item{
    display: inline-block;
    width: 100%;
    border-left: 5px solid #ff9e19;
    margin: 5px 0px 7px;
    padding: 0px 0px 0px 10px;
}
.meal_td.righter h4{
  font-family: "Fredoka", sans-serif;
  font-optical-sizing: auto;
  font-size: 25px;
  line-height: 25px;
  margin: 0px 0px 15px 0px;
}
.single_meal_item h5{
    font-family: "Fredoka", sans-serif;

    margin: 0px 0px 0px 0px;
}
.single_meal_item h6{
    margin: 0px 0px 0px 0px;
}

/* Icon 3 */

#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 10px;
}

#nav-icon3 span:nth-child(4) {
  top: 20px;
}

#nav-icon3.open span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%;
	background: #fff;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
				background: #8c704f;
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
				background: #8c704f;
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
	background: #fff;
}

.mob_trigger{
		display: none;
		position: fixed;
		z-index: 15;
		top: 26px;
		right: 20px;
}
.mobile_menu{
		position: fixed;
		text-align: center;
		display: none;
		top: 0px;
		width: 100%;
		height: 100%;
		z-index: 11;
		padding: 100px 0px 0px 0px;
		background-color: #ff9e19;
}
.mobile_menu ul{
		list-style: none;
    text-transform: uppercase;
		margin: 0px;
		padding: 0px;
}
.mobile_menu ul li a{
  color: #000;
  text-decoration: none;
  font-size: 25px;
  margin: 0px 0px 10px 0px;
  display: block;
  font-family: "Fredoka", sans-serif;
}
.mont{
    font-family: "Montserrat", sans-serif;
}
.bg_beige{
    background-color: #ffdeb5!important;
}
.wall_color{
  background-color: #e0dfda!important;
}
.bg_green{
    background-color: #ff9e19;
    color: #fff;
}
.bg_white{
    background-color: #fff;
    color: #000;
}
.big_cta_block.bg_white h2,
.big_cta_block.bg_white p{
    color: #000;
    text-shadow: 0px 0px 0px rgb(0 0 0 / 50%);
}
.the_header {
    padding: 10px 0px;
    background-color: #fff;
        border-bottom: 1px solid #e3d9d9;
    z-index: 5;
    min-height: 15px;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    transition: 0.5s;
}
a.white_card_td:hover{
    color: #2e190d;
}
.the_header.scrolled{

    box-shadow: 0 7px 10px 0 rgb(0 0 0 / 25%);
    transition: 0.5s;
}
.head_tbl {
    width: 100%;
    display: table;
    color: #fff;
}
.head_tr {
    display: table-row;
}
.head_td {
    display: table-cell;
    vertical-align: middle;
}
.head_td.logo_side{
    width: 22%;
}
.top_logo {
    width: 100%;

}
.head_td.menu_side{
    width: 78%;
    text-align: right;
}
.menu_side ul li ul.sub-menu {
    display: none;
    position: absolute;
    background-color: #575656;
    padding: 15px 15px 15px 15px;
    text-align: left;
    min-width: 130px;
    left: 0px;
    top: 65px;
}
.menu_side ul li ul li {
    margin: 0px;
    padding: 0px;
}
.head_td.menu_side ul li ul li a {
    margin: 0px;
    padding: 0px;
}
.head_td.menu_side ul li ul li a:hover{

}

.the_footer ul{
    list-style: none;
    margin: 0px 0px 20px 0px;
    padding: 0px;
}




.menu_side ul li:hover ul.sub-menu {
    display: block;
}


.head_td.menu_side ul {
    list-style: none;

    margin: 0px;
    padding: 0px;
}
.head_td.menu_side li {
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
        position: relative;
    font-weight: 400;
    font-style: normal;
    transition: 0.2s;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
.head_td.menu_side li a {
    color: #000;
    transition: 0.2s;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 15px;
    padding: 30px 10px;
    margin: 0px 0px 0px 0px;
}
.programme_tables table,
.review_block table{
    width: 100%;
    text-align: left;
}
.programme_tables table td,
.review_block table td{
    border: 1px solid #eee;
    padding: 10px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    vertical-align: top;
}
.programme_tables table td.time_slot,
.review_block table td.time_slot{
    width: 25%;
}
.review_block table td a{
    text-decoration: none;
    font-weight: bold;
}
.activities_cta{
    margin: 50px 0px 0px 0px;
    display: block;
}







.head_td.menu_side li.current_page_item a{
    color: #ff9e19;
    font-weight: bold;
}
.the_header.scrolled .head_td.menu_side li.cta_menu_btn a{
    color: #221911;
}
.blog_feat img{
    width: 100%;
    height: auto;
    border-radius: 20px;
    overflow: hidden;
}
.top_featured_news a,
.top_featured_news a:hover{
    color: #2e190d;
    text-decoration: none;
}

.card_me{

}
.card_me h4{
  font-family: "Fredoka", sans-serif;
font-optical-sizing: auto;
font-weight: 500;
font-style: normal;
font-size: 25px;
line-height: 25px;
margin: 20px 0px 15px 0px;
}


.head_td.menu_side li.cta_menu_btn a{
    background-color: #ff9e19;
    padding: 15px 30px;
    margin: 0px 0px 0px 20px;
    color: #221911;
    font-weight: bold;
    text-decoration: none;
    border-radius: 100px;
}


.slight_m_top{
    padding-top: 10px;
}

.hero_sub {
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 4px;
    font-size: 13px;
    margin-bottom: 20px;

}
.thumb_overlay {
    height: 70%;
    position: absolute;
    z-index: 1;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    opacity: 0.7;
    background-blend-mode: multiply;
    background-image: linear-gradient(to bottom, rgba(28, 33, 43, 0), #1c212b);
}
.home_feature{
    position: relative;
    background-position: center;
    background-size: cover;
    background-color: #fefcf3;
    padding: 196px 0px 100px;
    width: 100%;
}
.home_feature.secondary_banner{
    position: relative;
    background-position: center;
    background-size: cover;
    padding: 230px 0px 100px;
    width: 100%;
}

.banmner_section_home{
    padding: 70px 0px 100px;
    background-color: #fff;
}
.banmner_section_home img{
    width: 100%;
    height: auto;
    border-radius: 20px;
    overflow: hidden;
}









.home_feature h1,
.prim_text_block h1{
    font-family: "Fredoka", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    color: #584039;
    font-style: normal;
    font-size: 70px;
    line-height: 72px;
    position: relative;
    z-index: 1;
}
.the_gallery {
    display: inline-block;
    width: 100%;
}
.gal_cube {
    width: 20%;
    padding-top: 20%;
    border: 1px solid #fff;
    float: left;
    position: relative;
    background-size: cover;
    background-position: center;
}


.blog_feat{
    margin: 0px 0px 50px 0px;
}
.single_post_wrap h1{
  font-size: 60px;
  line-height: 50px;
      margin: 0px 0px 30px 0px;
}
.single_post_wrap .review_block{
    margin: 50px 0px 0px 0px;
}



.home_feature h1 span,
.content_td h2 span{
    /*color: #ff9e19;*/
}

.home_feature p,
.prim_text_block p{
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-style: normal;
    padding: 0px 0px 0px 0px;
    margin: 35px 0px 35px 0px;
    position: relative;
    z-index: 1;
}
.home_feature ul{
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-style: normal;
    margin: 35px 0px 40px 0px;
    position: relative;
    z-index: 1;
}
.home_feature a.cta_btn{
    position: relative;
    color: #fff;
    z-index: 1;
}
.cta_btn{
    background-color: #ff9e19;
    border-radius: 100px;
    text-transform: uppercase;
    font-size: 14px;
    padding: 15px 30px;
    margin: 0px 5px 0px 0px;
    color: #2d2825;
    font-weight: bold;
    display: inline-block;
    text-decoration: none;
    position: relative;
    z-index; 1;
    cursor: pointer;
    top: 0px;
    transition: 0.5s;
    box-shadow: 0 6px 0 0 #011638;
}
.cta_btn:hover{
    background: #2e190d;
    color: #fff;
}
.cta_btn.darker:hover{
    background: #ff9e19;
    color: #2d2825;
}
.cta_btn span.arrow_icon{
    font-size: 20px;
}
.profile_pic{
    width: 100%;
    padding-top: 140%;
    margin: 0px 0px 15px 0px;
    border-radius: 15px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-color: #444;
}
.profile_card{
    display: inline-block;
    width: 100%;
    padding: 30px 0px 0px 0px;
}

.gallery_page .profile_card{
    padding: 0px 0px 30px 0px;
}
.gallery_page .profile_pic {
    width: 100%;
    padding-top: 60%;
}






.profile_card h4,
.single_post_wrap h4{
    margin: 0px 0px 10px 0px;
    font-family: "Fredoka", sans-serif;
    font-optical-sizing: auto;
    color: #2e190d;
    font-weight: 500;
    font-style: normal;
    font-size: 25px;
    line-height: 25px;
}
.profile_card h5{
margin: 0px 0px 0px 0px;
text-transform: uppercase;
font-family: "Montserrat", sans-serif;
letter-spacing: 4px;
font-size: 13px;
}

a.cta_btn.darker{
    background: #0042ad;
    color: #fff;
}
a.cta_btn.whats{
    background-color: #25D366;
    color: #fff;
}
a.cta_btn:hover{
    color: #fff;
    text-decoration: none;
}
.stat_block{
    background-color: #fff;
    padding: 30px;
        box-shadow: 0 5px 25px 0 rgba(0, 0, 0, .1);
    margin: 30px 0px 0px 0px;
    border-radius: 20px;
    text-align: center;
}
.stat_block h4{
    font-family: "Fredoka", sans-serif;

    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 50px;
    line-height: 50px;
    margin: 0px 0px 15px 0px;
}


.txt_pink{
      color: #e27396;
}
.txt_yellow{
      color: #ff9e19;
}








.stat_block h5{
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 16px;
    margin: 0px 0px 0px 0px;
}

.parallax_banner {
    position: relative;
    height: 435px;
    width: 100%;
    background-color: #00b9e3;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.gal_img{
    width: 100%;
    padding: 30%;
    margin: 30px 0px 0px 0px;
    position: relative;
    background-color: #444;
}





.cov{
    background-size: cover;
    background-position: center;
}

.gallery_feature{
    position: relative;
    margin: 40px 0px 0px 0px;
    width: 100%;
    padding-top: 50%;
}
.gal_feat_left{
    position: absolute;
    top: 0%;
    left: 0%;
    width: 49%;
    height: 100%;
    background-color: #000;
    border-radius: 20px;
}
.gal_feat_right{
    position: absolute;
    top: 0%;
    right: 0%;
    width: 49%;
    height: 100%;
    border-radius: 20px;
}
.gal_cube_1{
    position: absolute;
    top: 0%;
    left: 0%;
    width: 48%;
    height: 48%;
    background-color: red;
    border-radius: 20px;
}
.gal_cube_2{
    position: absolute;
    top: 0%;
    right: 0%;
    width: 48%;
    height: 48%;
    background-color: red;
    border-radius: 20px;
}
.gal_cube_3{
    position: absolute;
    bottom: 0%;
    left: 0%;
    width: 48%;
    height: 48%;
    background-color: red;
    border-radius: 20px;
}
.gal_cube_4{
    position: absolute;
    bottom: 0%;
    right: 0%;
    width: 48%;
    height: 48%;
    background-color: red;
    border-radius: 20px;
}




















.content_section{
    padding: 100px 0px;
}
.content_section.center_text{
    text-align: center;
}
.content_section.left_text{
    text-align: left;
}


.content_tbl{
    display: table;
    width: 100%;
}
.content_tr{
    display: table-row;
}
.content_td{
    display: table-cell;
    vertical-align: middle;
    position: relative;
}
.content_td.left_side{
      width: 50%;
    padding: 0px 40px 0px 0px;
}
.content_td.right_side{
    width: 50%;
    padding: 0px 0px 0px 40px;
}




.smaller_left .content_td.left_side{
      width: 40%;
}
.smaller_left .content_td.right_side{
    width: 60%;
}











.content_td .cta_btn{
    margin: 0px 5px 0px 0px;
}
.big_cta_block{
    overflow: hidden;
    position: relative;
    color: #fff;
    padding: 100px;
    background-color: #00b9c3;
}
.content_section .big_cta_block h2{
    margin: 0px 0px 30px 0px;
    display: block;
}
.big_cta_block h2,
.big_cta_block p{
    position: relative;
    z-index: 1;
}
.
.big_cta_block .cta_btn{
    background-color: #f5e845;
    color: #000;
    font-weight: bold;
    position: relative;
    z-index: 1;
}




.big_cta_block h4{
    font-family: "Fredoka", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 25px;
    line-height: 25px;
    margin: 0px 0px 15px 0px;
}



.photo_block{
    position: relative;
    background-color: #fff;
    overflow: hidden;
    width: 100%;
    padding-top: 90%;
}
.smaller_left .photo_block{
    padding-top: 140%;
}
.map_block{
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 30%;
}
.map_block iframe{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

.photo_block{

}





.photo_block iframe{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}


.content_section h2,
.banmner_section_home h2{
    font-family: "Fredoka", sans-serif;
    font-optical-sizing: auto;
    color: #2e190d;
    font-weight: 500;
    font-style: normal;
    font-size: 60px;
    line-height: 60px;
    margin: 0px 0px 0px 0px;
}
.content_section p{
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
    font-style: normal;
    padding: 0px 0px 0px 0px;
    margin: 25px 0px 0px 0px;
}
.content_section p a{
    color: #7c7e57;
    font-weight: bold;
}





.content_section.center_text.bg_yellow .review_block p,
.content_section.center_text.bg_yellow .white_card_td p{
    color: #000;
}







.content_td.left_side.on_home p,
.content_td.right_side.on_home p{
    margin: 20px 0px 30px 0px;
}










.content_section .big_cta_block.round.cov p{
    margin: 0px 0px 30px 0px;
    display: block;
}
.quote_card{
    padding: 30px;
    margin: 30px 0px 0px 0px;
    background-color: #ff9e19;
    box-shadow: 0 25px 70px rgba(0, 0, 0, .08);
}

.form_card{
    padding: 30px;
    margin: 0px 0px 0px 0px;
    background-color: #f2d930;
    box-shadow: 0 25px 70px rgba(0, 0, 0, .08);
}
.form_card h4{
  font-family: "Fredoka", sans-serif;
      font-optical-sizing: auto;
      font-weight: 500;
      font-style: normal;
      font-size: 22px;
      line-height: 22px;
      margin: 0px 0px 15px 0px;
}
.form_card p{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}


.quote_card h4{
    font-family: "Fredoka", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 22px;
    line-height: 22px;
    margin: 0px 0px 15px 0px;
}
.quote_card p{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
.wpcf7-text,
.wpcf7-textarea{
    width: 100%;
    border-radius: 20px;
    margin: 0px 0px 10px 0px;
    border: 1px solid #6d6055;
    padding: 10px;
}
.wpcf7-form-control.wpcf7-submit{
  background-color: #2d1b0e;
  border-radius: 100px;
  text-transform: uppercase;
  font-size: 14px;
  padding: 15px 30px;
  margin: 0px 0px 0px 0px;
  color: #ffffff;
  font-weight: bold;
  display: inline-block;
  text-decoration: none;
  position: relative;
  border: none;
}
.form_card label{
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  margin: 0px 0px 5px 0px;
font-weight: bold;
  font-size: 13px;
}










.white_cards_wrap {
    display: block;
    margin-left: -15px;
    margin-right: -15px;
}
.white_card_tbl {
    width: 100%;
    display: table;
    min-height: 10px;
    border-spacing: 15px 0;
    margin: 0 0 20px 0;
}
.white_card_tr {
    display: table-row;
}
.white_card_td {
    display: table-cell;
    text-decoration: none;
    padding: 30px;
    width: 50%;
    border-radius: 20px;
    overflow: hidden;
    text-align: left;
    color: #4a5423;
    position: relative;
    background-color: #fff;
    vertical-align: top;
    box-shadow: 0 5px 25px 0 rgba(0, 0, 0, .1);
}
.review_block{
  text-decoration: none;
  padding: 30px;
  width: 50%;
  border-radius: 20px;
  width: 100%;
  overflow: hidden;
  color: #12192b;
  position: relative;
  background-color: #fff;
  vertical-align: top;
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, .1);
}
.review_block h5{
  font-family: "Fredoka", sans-serif;
font-optical-sizing: auto;
font-size: 25px;
line-height: 25px;
font-weight: 600;
font-style: normal;
padding: 0px 0px 0px 0px;
margin: 15px 0px 20px 0px;
color: #e27396;
}
.card_icons{
  text-align: center;
  width: 100%;
  display: block;
}
.white_card_td img{
    width: 100%;
    height: auto;
    margin: 0 auto;
    max-width: 70%;
}
.white_card_td.val img{
    max-width: 100%;
}

.four_col .white_card_td {
    width: 25%;
}
.three_col .white_card_td {
    width: 33.33%;
}
.full_col .white_card_td {
    width: 100%;
}

.white_card_td h4{
    font-family: "Fredoka", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 38px;
    line-height: 38px;
    margin: 15px 0px;
    color: #163c42;
}
.white_card_td h5{
    font-family: "Fredoka", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
    line-height: 20px;
    margin: 15px 0px 0px;
    color: #e27396;
}

.three_cards .white_card_td{
    width: 33.33%;
        text-align: center;
}
.content_td.left_side .photo_block{
    overflow: visible;
}
.content_td.left_side .photo_block .quote_card{
    width: 50%;
    position: absolute;
    bottom: -30px;
    right: -30px;
}





.round{
    border-radius: 20px;
}
.white_card_td p{
    font-size: 15px;
    line-height: 22px;
}
.content_section h3,
.pricing_table_section h4{
    font-family: "Fredoka", sans-serif;
    font-optical-sizing: auto;
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
    font-style: normal;
    padding: 0px 0px 0px 0px;
    margin: 20px 0px 20px 0px;
}
.pricing_table_section h4{
    font-weight: 500;
}


.pricing_table_section table td{
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    color: #000;
    font-style: normal;
    padding: 5px;
}









.content_section h3.count{
  font-size: 50px;
  line-height: 50px;
}
.content_section .white_cards_wrap{
    margin-top: 40px;
}
.content_section .white_card_tbl{
    margin: 0px 0px 15px 0px;
}







.the_footer{
    font-family: "Montserrat", sans-serif;
    background: #2e190d;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    padding: 50px 0;
}
.the_footer a{
    color: #ff9e19;
    text-decoration: none;
}
.copy{
    background: #2e190d;
    border-top: 1px solid #fff;
    font-family: "Fredoka", sans-serif;
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    padding: 25px 0px 50px 0px;
}
.copy a{
    text-decoration: none;
}


.contact_form_wrap{
    padding: 30px 0px 0px 0px;
}

@media (max-width: 1200px){

}
.top_mob_feat{
    display: none;
}
@media (max-width: 992px){
  .cta_btn{
      font-size: 13px;
      padding: 15px 25px;
    }
.top_mob_feat{
    display: block;
    width: 100%;
    height: auto;
}
  .prim_text_block h1 {
      font-size: 50px;
      line-height: 50px;
    }
  .prim_text_block {
      position: relative;
      width: 100%;
      height: inherit;
      display: block;
      left: 0px;
      z-index: 2;
      padding: 50px 25px 100px 25px;
  }
.prim_td.left_side,
.prim_td.right_image{
    display: none;
}
.prim_td.right_image {
    width: 100%;
}
.prim_tbl {
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
    top: 0px;
    bottom: 0px;
    left: 0px;
    height: inherit;
}
.primary_feature{
    height: inherit;
}




  .content_section .quote_card.round.bg_beige p{
      padding: 0px;
      margin: 0px;
  }
  .quote_card {
      margin: 0px 0px 0px 0px;
    }




  .contact_form_wrap {
    padding: 0px 0px 0px 0px;
}
  .content_td  .contact_form_wrap p{
      margin: 0px 0px 10px 0px;
  }
  .content_td.left_side.on_home p,
  .content_td.right_side.on_home p{
      margin: 20px 0px 25px 0px;
  }
  .content_td .cta_btn {
    margin: 10px 5px 0px 0px;
}
  .parallax_banner {
    height: 245px;
    background-attachment: local;
}
  .babies_food_side{
      padding: 0px 0px 30px 0px;
  }
  .meal_td.righter h4 {
    font-size: 21px;
    line-height: 21px;
  }
  .meal_td.lefter h3 {
      margin: 0px;
      color: #fff;
      font-size: 40px;
      line-height: 40px;
  }
  .content_section .nav-tabs .nav-link {
      width: 100%;
    }
    .content_section .nav.nav-tabs .nav-item {
        display: block;
        float: none;
        width: 100%;
                margin: 0px 0px 10px 0px;
    }

  .meal_tbl,
  .meal_tr,
  .meal_td.lefter{
      width: 100%;
      display: block;
  }
  .banmner_section_home {
    padding: 50px 0px;
    background-color: #fff;
}
  .content_section h2, .banmner_section_home h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .three_col .white_card_td {
    width: 100%;
}
  .smaller_left .content_td.right_side {
    width: 100%;
}
  .content_td.left_side {
    padding: 0px 0px 0px 0px;
}
  .smaller_left .content_td.left_side {
    width: 100%;
}
  .four_col .white_card_td {
    width: 100%;
}
  .mob_trigger {
    display: block;
  }
  .big_cta_block {
      padding: 40px;
  }
  .white_cards_wrap {
    margin-left: 0px;
    margin-right: 0px;
}
  .content_section {
    padding: 50px 0px;
}
  .white_card_td {
    display: block;
    padding: 25px;
    width: 100%;
    margin: 0px 0px 15px 0px;
  }
  .content_section .white_card_tbl {
    margin: 0px 0px 0px 0px;
}
  .content_tbl,
  .content_tr,
  .content_td,
  .content_td.left_side,
  .content_td.right_side{
      display: block;
      width: 100%;
  }
  .hero_sub {
    letter-spacing: 3px;
    font-size: 11px;
  }
  .home_feature {
    padding: 160px 0px 80px;
}
.content_td.right_side {
    padding: 40px 0px 0px 0px;
}
  .home_feature.secondary_banner {
    padding: 160px 0px 40px;
  }
  .home_feature p,
  .content_section p {
      font-size: 15px;
      line-height: 20px;
      margin: 20px 0px 25px 0px;
  }
  .home_feature h1,
  .content_section h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .content_section h2 br{
      display: none;
  }
  .top_logo {
    width: 100%;
    max-width: 250px;
}
  .head_td.logo_side {
    width: 100%;
}
.head_td.menu_side{
    display: none;
}
}
@media (max-width: 768px){

}
