.search-form {
	text-align: center;
	margin-bottom: 20px;
}

#toolbar-item-user-tray {
  z-index: 10000;
}

.sf-menu {
  z-index: 100 !important;
  position: relative;
}


/*video apge gride */
.maingalgrid {
	padding: 20px !important; 
}


.field--name-field-smart-date .field__label {
	color: #dc6b3b;
		margin-bottom: 30px;
}


.galtitle {
	margin-top: 8px !important; 
	line-height: 15px !important;
	font-size: 13px !important;
}

/* end */


/* white bg */
.col-12  {
	background: white;
}

[dir="ltr"] body.gin--vertical-toolbar, [dir="ltr"] body.gin--horizontal-toolbar, [dir="ltr"] body.gin--classic-toolbar {
    padding: 0px !important;
}

.gal-title {
    text-align: center; 
}

.gal-title {
	    font-size: 20px; 
	    font-weight: bold; 
}


.gal-photo, .gal-photo img {
    width: 100%;
    height: 250px !important;
    margin: 0 auto;
    object-fit: cover;
  overflow: hidden;
}

.gal-photo img {
    transition: transform 0.3s ease-in-out; /* Smooth transition for zoom effect */
    display: block; /* Remove any default space below the image */
    width: 100%;  /* Make image fill the container */
    height: auto; /* Keep aspect ratio of the image */
}

.gal-photo img {

}

.gal-photo:hover img {
    transform: scale(1.1); /* Adjust the scale value to control the zoom level */
}




.blazy .media--blazy img.b-blur, .blazy .media--blazy img.media__element, .blazy .grid figure {
    margin: 0;
    margin: 0 auto;
}


 a  {
  color: #e06737;
  text-decoration: none;
   transition: .3s;
}

.region-content {
  background: white;
padding-bottom: 30px;
	
}

footer .region-footer {
	margin-top: 40px;
}



.webform-submission-form {
  width: 60vw;
  margin: 0 auto;
  background: wthie;
  padding: 20px;

  border: 2px solid #f15e23; /* Solid blue border */
    border-radius: 10px; /* Rounded corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow effect */



}


.form-item, .form-actions {
    margin-top: 1em;
    padding-bottom: 1em !important;
}


.admin-toolbar__logo {
    background-image: url('/sites/default/files/sinergiasign_0.png');
    background-size: contain;
    width: 30px;
    height: 30px;
}


.admin-toolbar__logo img {
height: 0px;
}

.secondmenu .menu ul li:first-child {

}



#superfish-secondary-menu ul {
  background: white;
  top: 53px;
}

p {
    padding-bottom: 1rem;
    margin-bottom: 0px !important;
}

.responsive-menu-toggle-icon:before, .responsive-menu-toggle-icon:after, .responsive-menu-toggle-icon span.icon {

}

#toggle-icon .label::before {
    content: '' !important; /* Unicode character for trigram */
}

.responsive-menu-block {
  position: absolute;
  top: 10px;
    /*  display: none; */
}

h1,h2,h3,h4,h5,h6,p,a,div {
	    font-family: "proxima-nova" !important; 
}

body {
    overflow-x: hidden;
}

a:hover {
  color: purple;
}


.bigorange-title,bigorange-title a, h1, h1 a, .front-blog-title, .front-blog-title a {
    font-size: 40px !important;
    color: #e06737 !important;
    font-weight: 600;
    line-height: 40px;
    padding-bottom: 15px;
}

.translate-hover {
 opacity: 0.7;
}


#translate > a { 
pointer-events: none;
/*  border: 1px solid white; 
  color: transparent !important;
*/  
}

.front-request {

}



#donate-link > a {
  padding: 5px 15px;
   border: 1px solid #e06737;
  background: white;
  color: #e06737 !important;
  border-radius: 7px;
  transition: .3s;
}


#translate a {
color: transparent !important;
}

.translate {
    background: url('/sites/default/files/newassets/google-translate1.png') no-repeat right;
  background-size: contain;
    -webkit-appearance: none; /* For WebKit browsers */
    -moz-appearance: none; /* For Mozilla browsers */
    appearance: none; /* Standard syntax */
    background-color: transparent; /* Making the background transparent */
  width: 120px;
}




#gtranslate_selector {
  cursor: pointer !important;
}

.block-gtranslate-block {
  position: absolute;
  top: 10px;
  right: 44vw;
}

.gtranslate  {
    opacity: 0 !important;   
}

#donate-link > a:hover {
  padding: 5px 15px; 
  border: 1px solid white;
  background: #e06737;
  color: white !important;
  border-radius: 7px;
}


#block-bootstrap5-content > article > div > div > div.block.block-block-content.block-block-contentd97450cf-745d-415c-b500-dabe5dd7f8a1 {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 50px;
  width: 50%;
  border-right: 4px solid #e06737;
  float: left;
  background: white;
    margin-top: 40px;
    
        display: flex;
    justify-content: right;
}

.event-front-view {
  width: 50%;
  float: right;
  padding-left: 40px;
  padding-bottom: 0px;
  
    padding-top: 50px !important;
    margin-top: 40px;
    float: left;
}

.front-blog-title {
    font-size: 30px;
    font-weight: bold;
    padding-left: 40px;
    background: white;
}

.graybg {
  background: #f2f2f2;
}

.service-pic {
    overflow: hidden; 
    display: inline-block; 
margin-bottom: 10px;
    width:100%;  
    height: 160px; 
  transition: .3s;
}

.service-learnmore a:hover {
opacity: 0.7 ;
}

.service-pic img {
    transition: transform 0.3s ease-in-out; /* Smooth transition for zoom effect */
    display: block; /* Remove any default space below the image */
    width: 100%;  /* Make image fill the container */
    height: auto; /* Keep aspect ratio of the image */
}

.service-pic:hover img {
    transform: scale(1.1); /* Adjust the scale value to control the zoom level */
}



.service-learnmore a {
  color: #e06737;
  text-decoration: none;
  font-size: 14px;
}

.our-services-view {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 0px;
}

.front-blog-view {
    padding-top: 40px;
    padding-bottom: 0px;
    background: white;
}


.blogfront-fullcont {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 40px;
    border: 0px solid #ddd;
    border-radius: 8px;
    flex-wrap: wrap;
    background: white;
}

.leftside {
  
}

.rightside {
    flex: 1;

    padding: 0px 0px 0px 30px;
}

.blogkfront-img {
    width: 300px;
}

.blogkfront-img img {
  width: 400px;
  height: auto;
  margin-bottom: 30px;
}



.blogfront-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0px;
    color: #333;
}

.blogfront-title a {
color: black;
  text-decoration: none;
}


.blogfront-date {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
}

.blogfront-boty {
    font-size: 16px;
    color: #444;
    margin-bottom: 20px;
}

.readmore-btn {
    padding: 10px 20px;
    background-color: #e06737;
    color: white;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
  display: block;
  width: 140px;
  transition: .3s;
  text-transform: uppercase;
}

.readmore-btn:hover {
    opacity: 0.7;
}



.our-services-view .view-content {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  align-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
  flex-wrap: wrap;
}

.service-front {
display: flex;
  flex-direction: column;
  width: 250px;
      margin-bottom: 30px;
        margin-left: 10px;
  margin-right: 10px;
}

.service-title a,
.service-title {
  color: black;
  text-decoration: none;
  text-align: center;
  font-size: 20px;
  
    margin-bottom: 5px;

transition: .3s;
}

.service-title a:hover {
  color: #e06737;
}



  .orange-sectiontitle {
    font-size: 40px;
    color: #e06737;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
  }



.toolbar-tray-open:not(.toolbar-vertical) .layout-container,body:not(.toolbar-tray-open) .layout-container {
    margin-right: 0em !important;
    margin-left: 0em !important;
}

.content-header {
    display: none;
}

.footer-social img {
    filter: brightness(1) invert(0);
}

.footer-social img:hover {
    filter: brightness(0) invert(.5);
}



.social-btns img {
    width: 28px;
    height: auto;
    margin-right: 5px;
    transition: .3s;
}

.social-header {
  position: absolute;
  top: 12px;
  right: 21vw;
}


.social-header img {
    filter: brightness(0) invert(1);
}

.social-header img:hover {
    filter: brightness(1) invert(0);
}

.region-sidebar-first, .region-sidebar-second, .region-footer, .region-content {
    padding: 0px !important;
}

.page-content {
    margin-top: 0rem !important;
}

#-menu {
    display: none;
}

.sitelogo,
.footerlogo{
    margin: 0 auto;
    text-align: center;
    margin: 20px 0px 0px 0px;
}

.logo {
	transition: .3s;
}

.logo a:hover {
  opacity: .7;
}



.sitelogo img,
.footerlogo img {
    height: 50px;
    width: auto;
}



.translate {
  height: 30px;	
}

.mainmenu {
    background-color: #e06737;
    width: 100vw;
    list-style-type: none;
    font-weight: 600;
}


.menu li {
    list-style: none;
}


.mainmenu .menu {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: nowrap;
      padding: 10px 10px !important;
  width: 60vw;
  margin-left: 7vw;
}

.mainmenu .menu a {
    color: white !important;
    color: inherit;
    text-decoration: none;
  transition: .3s;
}

.mainmenu .menu a:hover {
  opacity: 0.7;
}


.secondmenu .menu{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    background-color: white;
    width: 100%;
    list-style-type: none;
    padding: 5px 10px !important;
    
margin: 0px !important;
}

ul.sf-menu .sf-depth-2 a {
padding: 16px 24px !important;
}

ul.sf-menu a,ul.sf-menu span.nolink {
    padding: 1em 4vw !important;
}


.secondmenu .menu a {
    font-weight: 600;
    color: black !important;
    color: inherit;
    text-decoration: none;
  transition: .3s;
}
.secondmenu .menu a:hover {
color: #e06737 !important;
}



/* search */


/* Style the input field */
.search-block-form .form-search {
    background: none; /* Removes background */
    border: none; /* Removes border */
    border-bottom: 1px solid white; /* Adds underline */
    color: white; /* Sets text color */
    border-radius: 0; /* Removes border radius */
}

/* Remove focus outline */
.search-block-form .form-search:focus {
    outline: none;
    box-shadow: none;
}

.searchblock {
    position:absolute;
    top: 7px;
    right: 8vw;
    width: 140px;
}

/* Style the search button */
.search-block-form .form-submit {
/*    background: url('https://www.sinergiany.org/sites/default/files/magglass.png') no-repeat; */
    background-size: contain;
    border: none;
    position: absolute;
    right: 0;
    top: 7px;
    height: 20px;
    width: auto;
    cursor: pointer;
}

/* Hide the default button text */
.search-block-form .form-submit {
    color: transparent;
    background-color: transparent;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    width: 10px;
    display: none !important;
}

/* Position the input and button container */
.search-block-form .js-form-item {
    position: relative; /* Sets relative positioning */
}


/* Style for the placeholder text */
#edit-keys::placeholder {
    color: white;
  font-size: 13px;
  text-align: center;
}

/* Style for the input text when user starts typing */
#edit-keys {
    color: white; /* Text color */
    font-style: normal; /* Text style */
}


/* Adjust the padding to prevent text overlap with the button */
.search-block-form .form-search {
    padding-right: 0px; /* Adds padding to the right */
    padding-bottom: 0px;
}


/* search end */



/* blog */

.blogdate {
  margin-bottom: 20px;
  position: relative; 
  top: -0px;
}

.pagination {
	margin-bottom: 0px;
}


.view-blog-list {
  width: 90vw;
  margin: 0 auto;
}

.blog-entry {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

.blog-entry-image {
   /* flex: 0 0 30%;  Adjust as needed */
    margin-right: 20px;
}

.blog-entry-content {
    flex: 1;
}

.blog-entry-title {
    margin-top: 0;
    color: #333;
    font-size: 1.5em;
      text-decoration: none;
   transition: .3s;
}

.blog-entry-title a {
  color: #e06737 !important;
}

.blog-entry-title a:hover {
  color: purple !important;
}

.blog-entry-date {
    color: #666;
    font-style: italic;
}

.blog-entry-body {
    /* Additional styling for the body content */
}


/* blog */


/* vid gallery */

.video-gallery-entry {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

.finalfooter {
	margin-bottom: 40px;
}

.video-gallery-thumbnail {
    /* Adjust as needed, similar to blog-entry-image */
    margin-right: 20px;
}

.video-gallery-thumbnail img {
width: 400px;
	max-width: 100%;
	height: auto;
}

.video-gallery-content {
    flex: 1;
}

.video-gallery-title {
    margin-top: 0;
    color: #333;
    font-size: 1.5em;
    text-decoration: none;
    transition: .3s;
}

.video-gallery-title a {
    color: #e06737 !important;
}

.video-gallery-title a:hover {
    color: purple !important;
}

.video-gallery-body {
    /* Additional styling for the body content */
}


/* vid end */
