/*
 Theme Name:   Tapas theme
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Salient Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     salient
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  salientchild
*/
/* @import url("../css/flaticon.css");*/
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700&display=swap');

#header-secondary-outer .nectar-center-text {
    text-align: left;
    padding: 0;
    font-size: 14px;
    line-height: 14px;
    width: auto;
    position: relative;
    left: auto;
    top: auto;
    grid-auto-columns: 50%;
    z-index: 10;
    -webkit-transform: translateX(0%) translateY(0%);
    transform: translateX(0%) translateY(0%);
}
#header-secondary-outer ul {    float: left;}
#header-secondary-outer nav{display:flex;width:100%; align-items:center;justify-content:flex-end;}
.nectar-center-text ul li {
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
    font-size: 12px;
    margin-right: 20px;
}
.nectar-center-text i {
    color: #ed3d96;
}
.slider-col .vc_column-inner{
    border: 10px solid #f7f7f7;
    padding: 0!important;
}
#header-outer[data-lhe="default"] #top nav .sf-menu > .current-menu-item > a:after {
    display: none;
    content: "\f067";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    margin-left: 4px;
}
.absolute_icon .nectar_icon_wrap {
    position: absolute;
    right: -8%; top:60px;
    opacity: 0.3;
}
.check_list ul{padding:0; margin:0;}
.check_list ul li{display:block; margin-right:10px; line-height:40px;}
.check_list ul li:before{  display: inline-block;
    content: "\f058"; color:#ef4e9c;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    margin-right: 10px;}
#service_row .col .iwithtext .iwt-icon img {
    width: 80px;
    font-size: 60px;
    line-height: 60px;
    padding-top: 10px;
    margin-right: 30px;
}
#service_row .col .iwithtext .iwt-text {
    padding-left: 105px;
}
#service_row .col .iwithtext .iwt-text p{font-size: 14px;
}
.service_box:before{content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 92%;
    background: #21304d}
.service_box:after {
    content: " ";
    position: absolute;
    top: 30px;
    right: 15px;visibility: visible;
    width: 1px;
    height: 65%;
    background: #21304d;
}
.service_nobox:after{display:none;}
.service_boxleft:after {
    content: " ";
    position: absolute;
    top: 30px;
    right: 15px;visibility: visible;
    width: 1px;
    height: 65%;
    background: #21304d;
}
#footer-widgets .container .row >div.call-widget {
    width: 100%!important;clear: both;
    float: left; padding-bottom: 40px;
}
#footer-outer .call-widget table i {
    display: inline-block;
    width: 85px;
    height: 85px;
    line-height: 85px;
    text-align: center;
    margin-right: 25px;
    font-size: 34px;
    border-radius: 50%;
    color: #fff;
    font-weight: normal;
    background: #08ab42;
}
#footer-outer .call-widget table td{vertical-align:top; font-size:16px; color:#fff;}
#footer-outer .call-widget p{color:#b8c3cb;}
#footer-outer .call-widget, #footer-outer .call-widget a, #footer-outer .call-widget h5{color:#fff;}
body .row .col h5.site_title {
    color: #fff;
    font-size: 24px;
    margin-left: 10px;
}
#footer-outer .widget ul li a:before{position: relative;
   display:inline-block;
    color: inherit; margin-right:10px;
    font:normal normal normal 14px/1 FontAwesome;
    font-weight: normal;
    line-height: normal;
    content: '\f105';
    font-size: 16px;
    left: 0;}
#footer-outer .widget table td {padding:6px;}

#footer-outer .widget h5, #footer-outer .widget h2, #footer-outer #footer-sidebar .col.span_4.second-col  h4 {
    font-size: 22px;text-transform:capitalize;
 color:#fff; font-weight:600;
}

#footer-outer #footer-sidebar .col.span_4.second-col  h5, #footer-outer #footer-sidebar .col.span_4.second-col  h4{text-align:center;}
.tnp-widget-minimal form{position:relative;}

#footer-outer #menu-social-menus {
    text-align: center;
}
#footer-outer #menu-social-menus li{
    display:inline-block;
}
#footer-outer #menu-social-menus li a:before{display:none;}
#footer-outer #menu-social-menus li a{
   display: inline-block;
    background-color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px; font-size:14px;
    margin: 0 4px;
    text-align: center;
    color: #333!important;
    border-radius: 50%;
}

.nectar-category-grid .nectar-category-grid-item .content .cat-heading{font-size:20px;    transform: translateY(-10px)!important;
}
.nectar-category-grid .nectar-category-grid-item .content {
   
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    height: 55px;
    background: rgba(0,0,0,.7);
    width: 100%;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    border-bottom: 5px solid #b98552;
    z-index: 1;padding:20px 0;
}
.nectar-category-grid .nectar-category-grid-item .inner:hover .content{ height:200px;}
.nectar-category-grid[data-alignment*="middle"] .nectar-category-grid-item .content[data-subtext="cat_item_count"][data-subtext-vis="on_hover"] .cat-heading, .nectar-category-grid[data-alignment*="middle"] .nectar-category-grid-item .content[data-subtext="custom"][data-subtext-vis="on_hover"] .cat-heading {
    transform: translateY(-10px);
}
.italic_title{font-style:italic;}
.normal_font{font-weight:500!important;}
.gray_gradient .row-bg-wrap {
    background: rgb(245,245,245);
    background: linear-gradient(180deg, rgba(245,245,245,1) 0%, rgba(245,245,245,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
}
#top {
    border-top: 2px dashed #b8b8b8;
    border-bottom: 2px dashed #b8b8b8;
}
body.material #header-secondary-outer nav >ul >li >a, body.material #header-secondary-outer #social li a {
    border-left: 0px;
    line-height: 32px;
    border-right: 2px dashed #b8b8b8;
    font-size: 18px;
    margin: 0;
    padding: 16px;
}
body.material #header-secondary-outer #social li a{border:0;}
body.material #header-secondary-outer #social li:last-child a{border-right: 2px dashed #b8b8b8;}
body.material #header-secondary-outer nav >.sf-menu, #header-secondary-outer #social{padding:0;}
body.material #header-secondary-outer nav >ul >li >a, body.material #header-secondary-outer #social li a{margin:0;}
body.material #header-secondary-outer #social li:first-child a{padding-left:16px;}
body.material #header-secondary-outer nav >ul >li:last-child > a{padding-right:16px;}
body.material #header-secondary-outer #social li a i{margin:0;}
.menu-title-text i,body.material #header-secondary-outer #social li a i {
    width: 30px; text-align:center;
    line-height: 30px;
    height: 30px;
    border-radius: 30px; font-size:16px;
    background: #707070;
    color: #fff;font-family: FontAwesome!important;
    font-weight: normal;
    font-style: normal;
}
body.material #header-secondary-outer #social li a {padding:16px 10px;}
.masonry-blog-item .inner-wrap, #search-results .result .inner-wrap{background:transparent;}
#carousel-blogs img.carousel-image {
    border-radius: 10px; margin-bottom:30px;
}
a.carousel-button.blog_button{background-color: rgb(132, 66, 67);    
padding:10px 34px 10px 20px
; text-transform:uppercase; position:relative;
    font-size: 12px; font-weight:500;
    color: #FFF;    -webkit-border-radius:10px;}
a.carousel-button.blog_button:before,.post .more-link span:before, .blog-recent .more-link span:before {
    content: "\e909";
    font-family: 'icomoon';
    display: block; font-weight:400;
    color: #fff;
    font-size: 20px;
   
   /* height: 30px; border-radius: 150px; border: 2px solid;
    text-align: center;
    width: 30px;*/
       -webkit-transform: translateY(-50%) translateX(4px);
    transform: translateY(-50%) translateX(4px);
    height: 28px;
    width: 28px;
    line-height: 28px;
   
    position: absolute;
     right:5px;
    margin-top: 11px;
}
#carousel-testimonial .owl-nav{top:-100px;
    z-index: 888;
    position: absolute;
    width: 100%;
    height: 40px;}
.owl-theme .owl-nav [class*=owl-]:hover{background:transparent;}
#carousel-testimonial .owl-nav button.owl-prev{left:auto; right:60px;}
#carousel-testimonial .owl-nav button.owl-next{right:0;}
body .nectar-button.see-through.more_btn {
    background: #fff!important;
}
#carousel-testimonial .owl-nav button {
    
top: 0px;
    border-radius: 40px!important;
    margin-top: 10px;
    z-index: 888;
    line-height: 30px;
    height: 40px;
    width: 40px;
    border: 2px solid #fff;
}
#carousel-testimonial .owl-nav button:hover{background:transparent;}
body  a.nectar-button.jumbo.see-through..more_btn:hover {
    color: #fff!important;   border-color: #fff!important;
    background: #444!important;
}
ul#menu-important-links li {
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
}#footer-outer .widget strong{display:block;}

#footer-outer .widget #menu-important-links li a:before{content:"|"; margin: 0 10px;}
#footer-outer .widget #menu-important-links li:first-child a:before{display:none;}
#menu-footer-menu li a{text-transform:uppercase; font-size:20px; font-weight:700; } #menu-footer-menu li {margin-bottom:16px!important; display:block;}
#menu-footer-menu{padding-left:40px; border-left:2px dashed ;}
#tsh_breadcrumbs .separator{
    font-size:20px;
   
  
}
#tsh_breadcrumbs{
    overflow:hidden;
    text-align: left;
    list-style:none;

    margin: 20px auto;
    width: 100%;
}
#tsh_breadcrumbs li{
    margin-right:20px; font-weight:500;
    display:inline-block;
    vertical-align:middle;
}
#tsh_breadcrumbs li.item-current{color:#844243}
.right_col{order:2;}
#about_row .owl-carousel .owl-stage{padding:0;}
#about_row .row-bg.using-bg-color {
    background: #f1e4d4;
   /* background: linear-gradient(180deg, rgba(241,228,212,1) 76%, rgba(255,255,255,1) 58%);*/
}
h5{font-weight:400;}
.row h2.number_circle {
    width: 60px;
    height: 60px;
    font-weight: 400;
    line-height: 60px!important;
}
.row .icon_col .iwithtext .iwt-icon img:not([srcset]) {
    width: 80px;
}
.icon_col .iwt-icon {
    position: relative;
}
.icon_col .iwithtext .iwt-text{padding:0; width:60%; font-weight:600; letter-spacing:0;}
.icon_col .nectar_icon_wrap {
    position: absolute;
    top: 48%;
    right: 25px;
}
.row .transform_uppercase{text-transform:uppercase!important;}
.team_img {
    width: 200px!important;
    height: 200px!important;
    border-radius: 200px;
}
body #faq_row div[data-style="minimal"] .toggle {
    background: #fff;
    border-radius: 10px;
    border: 0;
    padding: 10px 20px;
    margin-bottom: 20px;
}
body #faq_row div[data-style*="minimal"] .toggle h3 a {
    margin: 0;
}
body  #faq_row div[data-style*="minimal"] .toggle h3 a {
    background: #fff;
    color: #000;
    padding: 6px;
    line-height: 1.3rem;
    border-radius: 10px;
    margin-bottom: 0px;
    font-size: 18px;
    margin-bottom: 0px; font-weight:600;
    border: 0;
}
#faq_row div[data-style*="minimal"] .toggle h3 i {
    width: 20px;
    color: #fff!important;
    height: 20px;
    position: absolute;
    right: -10px;
    background: #3d3d3d;
    left: auto;
    top: 20%;
    margin-top: 0;
    border: 2px solid #3d3d3d!important;
    border-radius: 30px 30px;
    -ms-transition: border-color 0.15s ease;
    transition: border-color 0.15s ease;
    -webkit-transition: border-color 0.15s ease;
}
#faq_row div[data-style="minimal"] .toggle h3 i:before {
    top: 10px;
    left: 3px;
    margin-top: -2px;
    width: 10px;
    height: 2px;
    background-color: #fff!important;
}
#faq_row div[data-style="minimal"] .toggle h3 i:after {
    top: 4px;
    left: 9px;
    width: 2px;
    margin-left: -2px;
    height: 10px;
    background-color: #fff!important;
}
body .contact_col i {
    font-size: 12px!important;
    border-radius: 20px;width:30px!important;height:30px!important;line-height:30px!important;
    background: #3d3d3d!important;
}
input.wpcf7-form-control {
    margin-bottom: 15px;
    border-radius: 20px;
}
 textarea {
    margin-bottom: 15px;
    border-radius: 30px;
}
#testimonials_div {padding-bottom:70px;}
.testi_col {
    background: #fff;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 20px;
    border-radius: 20px; margin-bottom:30px;
}
.testi_col img{border-radius:100%; max-height:200px; max-width:200px;}
.journey_col {}
.journey_col .nectar-flickity[data-controls*="arrows_overlaid"] .flickity-prev-next-button.next{right:-8%;}
.journey_col .nectar-flickity[data-controls*="arrows_overlaid"] .flickity-prev-next-button svg{fill:#fff;}
.journey_col .nectar-flickity[data-controls*="arrows_overlaid"] .flickity-prev-next-button:before{
	background:#aadfb5;}
.journey_col .nectar-flickity[data-controls*="arrows_overlaid"] .flickity-prev-next-button.previous{left:-8%;}
.right_col .nectar-flickity[data-controls*="arrows_overlaid"] .flickity-prev-next-button.previous{left:-8%;}
.news_title .wpb_wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    justify-content: flex-start;
}
body .row .col .news_title h3 {
    white-space: nowrap;
    color: #824243;
    margin-right: 20px;
    font-size: 24px!important;
    margin-bottom: 0;
    line-height: 30px!important;
}
body .title_uppercase{text-transform:uppercase!important;}
#carousel-news h4 {
    margin: 0;
    font-size: 20px!important;
    text-align: left;
}
.day_col .nectar_icon_wrap {
    position: absolute;
    right: -10px;
    top: 25%; display:none;
}
#daycare_carousel .owl-carousel[data-desktop-cols] .owl-stage{padding:0;}
#daycare_carousel .owl-dots{display:none;}
#carousel-testimonial .item img {
    float: right;
    border-radius: 10px;
    margin-left: 20px;
}

#carousel-testimonial .item {
    background: #fff;
    padding: 30px;
    border-radius: 30px;
    float: left;
}
#carousel-testimonial .item h4{ bottom:30px; left:30px;}
#carousel-testimonial  .owl-nav button:before {
    content: "\f061";
    font-family: 'FontAwesome';
    display: block;
    color: #fff;
    font-size: 20px;
   
    text-align: center;
   
    position: relative;
    padding: 5px;
   z-index:333
}
#carousel-testimonial  .owl-nav .owl-prev:before {	content: "\f060";}
body  #faq_row div[data-style="minimal"] .toggle[data-inner-wrap="true"] > div .inner-toggle-wrap{padding-top:20px;}
@media only screen and (max-width: 999px){
.nectar-flickity.nectar-simple-slider[data-arrows="true"].arrow-position-overlapping .flickity-slider .cell {
    padding: 0 20px;
}
	#tsh_breadcrumbs{max-width:92%;}
body #header-outer {
    margin-bottom: 0;
    padding: 0;
}
	#header-secondary-outer{margin-top:10px;}
}
	#bigtitle_row .big_title{ line-height:70px!important;
	margin: 0;    padding: 0!important;}
@media only screen and (max-width: 690px){
	.right_col{order:0;}
#header-secondary-outer .container { max-width: 92%;	}
	.headingpad_0{padding:0!important;}
body.material #header-secondary-outer nav >ul >li >a, body.material #header-secondary-outer #social li a{padding:10px 5px; font-size:14px;}
.menu-title-text i{font-size:14px;}
#top{padding:16px 0;}
.row .col .slider_title , .row .col h4{
    font-size: 30px!important;
    line-height: 40px!important;
}
	.row .col .slider_title{padding:0!important; margin:0;}
#carousel-news h4 {		font-size: 18px!important; line-height:20px!important;}
#news_row .news_title {padding:10px 20px!important; max-width:90%;margin:0 auto;}
	#bigtitle_row .big_title{font-size:40px!important; line-height:50px!important;}
.container, .orbit-wrapper .slider-nav, .post-area.standard-minimal.full-width-content .post .inner-wrap{max-width: 92%;}
.journey_title {    font-size: 24px!important;}
	#testimonials_div{padding-bottom:40px;}
#home_services {
    border: 0!important;
    margin-top: 0px!important;
    padding: 0!important;
}
	body.material #header-secondary-outer nav >.sf-menu{margin:0!important;}
    #carousel-testimonial .owl-nav {
        top: auto;
        right: auto;
        left: 0;
        margin: auto;
        text-align: center;
		bottom: -60px;}
	#carousel-testimonial .item img {
    float: none;
    border-radius: 10px;
    margin-left: 0;
}
#carousel-testimonial .item h4{font-size:20px!important; position:relative;bottom:0; left:0;}
#footer-outer .widget ,#footer-outer .widget .wp-block-columns { margin-bottom: 10px;}
#footer-widgets .container .col { margin-bottom: 20px;}
#about_row .row-bg.using-bg-color {    background: #f1e4d4;}
	.row .title_uppercase{font-size:24px!important;}
}

.x-plus-enter-active { animation: 1s x-plus-enter; }
.x-plus-leave-active { animation: 1s x-plus-leave; }

@keyframes x-plus-enter {
  0% {
    clip-path: path('M-400 600L-400 -400L600 -400L600 600L-400 600ZM0.01 -0.02L-200 -0.02L-200 199.98L0.01 199.98L0.01 400L200.01 400L200.01 199.98L400 199.98L400 -0.02L200.01 -0.02L200.01 -200L0.01 -200L0.01 -0.02Z');
  }
  100% {
    clip-path: path('M-400 600L-400 -400L600 -400L600 600L-400 600ZM98.33 98.33L95 98.33L95 101.67L98.33 101.67L98.33 105L101.67 105L101.67 101.67L105 101.67L105 98.33L101.67 98.33L101.67 95L98.33 95L98.33 98.33Z');
  }
}

@keyframes x-plus-leave {
  0% {
    clip-path: path('M-400 600L-400 -400L600 -400L600 600L-400 600ZM96.79 95L95 96.79L98.2 100L95 103.2L96.79 105L100 101.79L103.2 105L105 103.2L101.79 100L105 96.79L103.2 95L100 98.2L96.79 95Z');
  }
  100% {
    clip-path: path('M-400 600L-400 -400L600 -400L600 600L-400 600ZM-92.31 -200L-200 -92.31L-7.69 100L-200 292.31L-92.31 400L100 207.69L292.31 400L400 292.31L207.69 100L400 -92.31L292.31 -200L100 -7.69L-92.31 -200Z');
  }
}
#home_blog .owl-item h5 {
    font-weight: 600;
    letter-spacing: .5px;
    margin-bottom: 10px;
}

#slider_row .home-banner__light-intro .home-banner__intro-text .subtitle, #slider_row .home-banner__light-intro .home-banner__intro-text .h1, #slider_row .home-banner__light-intro .home-banner__intro-text .home-banner__cta {
    opacity: 0;
}
#blog_row .post .post-meta{background:rgba(132, 66, 66,0.7);padding:6px;top:20px; border-radius:4px; border:0;color:#fff;z-index:2;display:none;}
#blog_row h2.title{font-size:20px!important; letter-spacing:0; line-height:1.6rem;}
#blog_row .post .post-content{padding:0!important}
.related-posts[data-style="material"] .grav-wrap{display:none;}
body .related-posts[data-style="material"] .article-content-wrap{padding-bottom:30px!important;}
body .related-posts h3.title {
    font-size: 20px!important;
    letter-spacing: 0;
    line-height: 1.6rem;
    color: #844243;
    text-transform: none!important;
}
#blog_row .post-featured-img img{border-radius:10px;}
#blog_row .content-inner{padding-bottom: 20px;
    border: 0;
    margin: 0;
    margin-bottom: 0px;
    padding-top: 20px;}
#sidebar .widget{padding:20px;margin-top: 30px;
    border-radius: 10px;}
.whatsapp_icon {
    position: fixed;
    right: 5pt;
    bottom: 90px;
    width: 50px;
    z-index: 99999999999;
    height: 50px;
    font-weight: 500;
    border-radius: 50px;
    text-align: center;
    background: #40c552;
    line-height: 50px;
    font-size: 20px;
}
body #footer-outer .whatsapp_icon i,  .whatsapp_icon i{font-size:34px; color:#fff;}
.journey_col .nectar-flickity[data-controls*="arrows_overlaid"] .flickity-prev-next-button{top:40%;}
@media only screen and (min-width: 768px){
#blog_row .posts-container article {
    flex: 49%;border-bottom: 1px dashed #ccc;
    padding: 15px;
}
#blog_row .posts-container {
    display: flex;
    flex-wrap: wrap;
}
#home_services h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 60px;
    min-height: 60px;
}
#home_services p {
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 200px;
}
}
.testi_col h5{font-weight:600;}
@media only screen and (max-width: 1000px){
.nectar-flickity[data-controls*="arrows_overlaid"] .flickity-prev-next-button{opacity:1!important; visibility:visible!important;}
}
@media only screen and (max-width: 768px){
#slider_row .home-banner__light-intro .home-banner__intro-text .subtitle, #slider_row .home-banner__light-intro .home-banner__intro-text .h1, #slider_row .home-banner__light-intro .home-banner__intro-text .home-banner__cta{display:none;}
	.right_col{order:0;}
	#aging_row .aging_title{padding-top:10px;}	
	.nectar-fancy-ul ul, .col_margin0{margin-bottom:0!important;}
	#vision_row .vision_box > .vc_column-inner{padding-top:60px!important;padding-bottom:60px!important;}
	
}
@media only screen and (min-width: 480px) and (max-width: 690px){
body .container, body .slider-nav, .post-area.standard-minimal.full-width-content .post .inner-wrap {
    max-width: 92%;
}
 .nectar-flickity[data-controls*="arrows_overlaid"] .flickity-prev-next-button.previous{left:0!important;}
.nectar-flickity[data-controls*="arrows_overlaid"] .flickity-prev-next-button.next{right:0!important;}
}
.select2-container {
    background: #fff;
    border-radius: 30px;
    border: 0!important;
    margin-bottom: 30px;
    padding: 6px;
}
.select2-container a{border:0!important;}
@media only screen and (max-width: 600px){
	.home-banner__video, #slider_row .home-banner{height:auto;}
	#slider_row .home-banner__intro-text .subtitle{font-size:20px; letter-spacing:0.4rem}
	.home-banner__intro-text .h1, .home-banner__intro-text h1{font-size:30px;}
	#tsh_breadcrumbs li{margin-right:10px; font-size:14px;}
.right_text {
    margin-top: 30px;
    margin-left: -25%;
}
body.material #header-secondary-outer nav >ul >li >a, body.material #header-secondary-outer #social li a{padding:5px 10px; font-size:14px;}
body.material #header-secondary-outer #social li a i{}
	#slider_row .home-banner{margin-bottom:2rem;}
 .nectar-flickity[data-controls*="arrows_overlaid"] .flickity-prev-next-button.previous{left:0!important;}
.nectar-flickity[data-controls*="arrows_overlaid"] .flickity-prev-next-button.next{right:0!important;}
	#header-secondary-outer[data-mobile="display_full"] #social{display:none!important;}
	.mobileicon .menu-title-text i{  display: none;}
	#header-secondary-outer nav{justify-content:center;}
}
#page-header-bg[data-post-hs="default_minimal"] #single-below-header{display:none;}
#home_services img, #about_row img, #tapas_do img {    border-radius: 10px;}
.post .more-link span, .blog-recent .more-link span {
    background-color: rgb(132, 66, 67);
    transition: all 0.45s cubic-bezier(0.25,1,0.33,1);
    -webkit-transition: all 0.45s cubic-bezier(0.25,1,0.33,1);
    width: auto;
    cursor: pointer;position:relative;
    padding: 8px 12px;
    border-radius: 10px!important;
    padding: 10px 34px 10px 20px;
    font-size: 12px;
    color: #FFF;
}
#home_service ul {    margin-bottom: 10px;    margin-left: 18px;}

