/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */
/** about us page **/
.ct-custom.elementor-widget-image-box,
.ct-custom .elementor-widget-container {
	height: 100%;
}

.ct-custom .elementor-widget-container {
	overflow: hidden;
}

.ct-custom .elementor-image-box-content {
	padding: 0 30px;
}

:root{
    --clr-posts-200: #f5f5f5;
    --clr-sidebar-400: #dfdfdf;  
    --clr-footer-500: #3c3c3c;
    --clr-primary-600: #616161;
    --clr-primary-900: #363636;
    --clr-neutral-1000: #212529;
    --clr-neutral-100: #fff;
    --clr-borders-300: #569;
    --clr-black-050: #00000;
    
    --ff-primary: 'roboto_condensedregular', 'Noticia Text', arial, helvetica, sans-serif;
    --ff-accent: 'kaushan', 'Noticia Text', georgia, serif;
    --ff-main: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
    }

    /*-----------------------------------------------------------------------------------*//*	
    Central content/*-----------------------------------------------------------------------------------*/


#main{
background: url("https://www.sakepilgrim.com/wordpress/Sntbimages/saketarus.png)") no-repeat bottom right;
padding-bottom: 100px;
}

    /* ---------[ Header]
#header-menu-1 {
  display: flex;
  align-items: center;
  height: 60px;
  min-width: 0;
  border: 3px solid #063970;
  border-radius: 10px 10px 10px 10px;
  padding: 5px;
  margin-top: 20px !important;
  -moz-box-shadow: inset 0px 6px 3px -3px var(--clr-neutral-100);
  -webkit-box-shadow: inset 0px 6px 3px -3px var(--clr-neutral-100);
  box-shadow: 0px -1px 1px #063970;}

#header-menu-1[class*="header-menu"] .menu {
  height: 40px;
  border: 2px solid;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
  border-color: #063970;
  border-radius: 10px 10px 10px 10px;
  padding: 10px;
}


--------- */


 /*-----------------------------------------------------------------------------------*//*	
    Sidebar/*-----------------------------------------------------------------------------------*/

#sidebar {
margin-bottom: 50px;
}


   /*-----------------------------------------------------------------------------------*//*	
    Footer/*-----------------------------------------------------------------------------------*/

[data-footer*="type-1"] .ct-footer [data-row*="middle"] {
background: url("https://www.sakepilgrim.com/wordpress/Sntbimages/kuralogobw.png)") no-repeat bottom 30px left 10px;
background-color: #3c3c3c;
background-size: 10rem;
}

    #profile {
    display: flex;
    padding-bottom: 6rem;
    padding-top: 30px;
    flex-wrap: wrap;
    gap: 2rem;
    }

    #profile H2{
    color: white;
    line-height: 1.9em;
    font-family: var(--ff-accent) !important;
			font-size:1rem;
    }

    #profile_meta_container {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    } 

#profilephoto{
    display: inline-block;
    width: 32%;
    height: auto;
    background-color: white;
    padding: 5px 5px 0px 5px;
    position: relative;
    border-radius: 50%;
    z-index: 1;
    }

   #profilephoto img{
    border-radius: 50%;
    }

[data-footer*="type-1"] .ct-footer {
        -moz-box-shadow: inset 0px 6px 3px -3px var(--clr-neutral-100);
        -webkit-box-shadow: inset 0px 6px 3px -3px var(--clr-neutral-100);
        box-shadow: 0px -2px 2px  var(--clr-footer-500);
}


 /*------Woo Commerce*------*/

    ul#product_specs {
        list-style: none;
        margin-left: 0px;
    }
    .spec h2, .spec p {
        display: inline;
        color: var(--clr-black-050);
        font-size: 14px;
    }

#product_specs_container {
  margin-inline: auto;
  width: var(--theme-container-width);
  max-width: var(--theme-block-max-width);
  position: relative;
  margin-left: 37.5%;
}
