/* eb-image-gallery-xk3n05k Starts */ .eb-gallery-img-wrapper.eb-image-gallery-xk3n05k{ gap:0px; padding-bottom: 20px; transition:background 0.5s, border 0.5s, border-radius 0.5s, box-shadow 0.5s ; } .eb-gallery-img-wrapper.eb-image-gallery-xk3n05k.grid{ display: flex; flex-wrap: wrap; justify-content: center; } .eb-gallery-img-wrapper.eb-image-gallery-xk3n05k.grid .eb-gallery-img-content { width: calc((100% / 1) - 0px); box-sizing: border-box; } .eb-gallery-img-wrapper.eb-image-gallery-xk3n05k.masonry{ columns: 1; } .eb-gallery-img-wrapper.eb-image-gallery-xk3n05k.masonry .eb-gallery-img-content{ margin-bottom: 0px; } .eb-gallery-img-wrapper.eb-image-gallery-xk3n05k.grid .eb-gallery-img-content img { max-height:40em; max-width:80%; } .eb-gallery-img-wrapper.eb-image-gallery-xk3n05k .eb-gallery-img-content img { border-radius: 15px; transition: border 0.5s, border-radius 0.5s, box-shadow 0.5s ; } .eb-gallery-img-wrapper.eb-image-gallery-xk3n05k .eb-gallery-img-content .eb-gallery-img-caption { color: var(--contrast); background-color: rgba(255,255,255,0.89); text-align: center; margin-top: 0px; margin-right: 0px; margin-left: 0px; margin-bottom: 0px; padding-top: 10px; padding-right: 10px; padding-left: 10px; padding-bottom: 15px; font-size: 16px; width:100%; } .eb-gallery-img-wrapper.eb-image-gallery-xk3n05k.caption-style-2 .eb-gallery-link-wrapper:after { background-color: rgba(0 0 0 / 0.7); } .eb-parent-eb-image-gallery-xk3n05k .eb-img-gallery-filter-item { margin-top: 0px; margin-right: 5px; margin-left: 5px; margin-bottom: 0px; padding-top: 5px; padding-right: 10px; padding-left: 10px; padding-bottom: 5px; font-size: 13px; transition: border 0.5s, border-radius 0.5s, box-shadow 0.5s ; color: var(--eb-global-primary-color); background-color: var(--eb-global-background-color); } .eb-parent-eb-image-gallery-xk3n05k .eb-img-gallery-filter-item:hover { color: var(--eb-global-button-text-color); background-color: var(--eb-global-primary-color); } .eb-parent-eb-image-gallery-xk3n05k .eb-img-gallery-filter-item.is-checked { color: var(--eb-global-button-text-color); background-color: var(--eb-global-primary-color); } .eb-gallery-img-wrapper.eb-image-gallery-xk3n05k.eb-filterable-img-gallery .eb-gallery-img-content { margin: calc(0px / 2); width: calc(100% / 1 - 0px); } .wp-admin .eb-parent-eb-image-gallery-xk3n05k { display: block; opacity: 1; } .eb-parent-eb-image-gallery-xk3n05k { display: block; }  @media(max-width: 1024px){ .eb-gallery-img-wrapper.eb-image-gallery-xk3n05k{ gap:0px; } .eb-gallery-img-wrapper.eb-image-gallery-xk3n05k.grid .eb-gallery-img-content { width: calc((100% / 1) - 0px); } .eb-gallery-img-wrapper.eb-image-gallery-xk3n05k.masonry{ columns: 1; } .eb-gallery-img-wrapper.eb-image-gallery-xk3n05k.masonry .eb-gallery-img-content{ margin-bottom: 0px; } .eb-gallery-img-wrapper.eb-image-gallery-xk3n05k .eb-gallery-img-content .eb-gallery-img-caption { width:100%; } .editor-styles-wrapper.wp-embed-responsive .eb-parent-eb-image-gallery-xk3n05k { display: block; opacity: 1; } .eb-parent-eb-image-gallery-xk3n05k { display: block; } } @media(max-width: 767px){ .eb-gallery-img-wrapper.eb-image-gallery-xk3n05k{ gap:0px; margin: 0px; } .eb-gallery-img-wrapper.eb-image-gallery-xk3n05k.grid .eb-gallery-img-content { width: calc((100% / 1) - 0px); } .eb-gallery-img-wrapper.eb-image-gallery-xk3n05k.masonry{ columns: 1; } .eb-gallery-img-wrapper.eb-image-gallery-xk3n05k.masonry .eb-gallery-img-content{ margin-bottom: 0px; } .eb-gallery-img-wrapper.eb-image-gallery-xk3n05k.grid .eb-gallery-img-content img { max-height:100%; max-width:100%; } .eb-gallery-img-wrapper.eb-image-gallery-xk3n05k .eb-gallery-img-content .eb-gallery-img-caption { width:100%; } .editor-styles-wrapper.wp-embed-responsive .eb-parent-eb-image-gallery-xk3n05k { display: block; opacity: 1; } .eb-parent-eb-image-gallery-xk3n05k { display: block; } }/* =eb-image-gallery-xk3n05k= Ends *//* eb-social-share-3fdvpes Starts */ div.eb-social-share-wrapper ul { margin: 0; padding:0; } .eb-social-share-3fdvpes.eb-social-share-wrapper { position:relative; padding: 20px; transition: background 0.5s, border 0.5s, border-radius 0.5s, box-shadow 0.5s ; } .eb-social-share-3fdvpes.eb-social-share-wrapper:before{ transition: background 0.5s, opacity 0.5s, filter 0.5s; } .eb-social-share-3fdvpes.eb-social-share-wrapper ul.eb-social-shares { list-style: none; flex-wrap: wrap; align-items: center; justify-content: center; column-gap:10px; display: flex; } .eb-social-share-3fdvpes.eb-social-share-wrapper ul.eb-social-shares li a { box-sizing:border-box; text-decoration: none; cursor: pointer; display: flex; justify-content: center; align-items: center; margin: 0px 0; border-radius: 50%; transition: color 0.5s, background-color 0.5s, border 0.5s, border-radius 0.5s, box-shadow 0.5s ; height: 50px; width: 50px; font-size: 20px; } .eb-social-share-3fdvpes.eb-social-share-wrapper.eb-social-share-floating ul.eb-social-shares { display: inline-block; position: fixed; left: 0; top: 35%; transform: translate(0, -50px); overflow: auto; -ms-overflow-style: none; /* IE and Edge */ scrollbar-width: none; /* Firefox */ max-height: 200px; } ul.eb-social-shares::-webkit-scrollbar { display: none; } .eb-social-share-3fdvpes.eb-social-share-wrapper.eb-social-share-floating ul.eb-social-shares .eb-social-share-text { width: 0; overflow: hidden; white-space: nowrap; transition: all 0.4s; } .eb-social-share-3fdvpes.eb-social-share-wrapper.eb-social-share-floating ul.eb-social-shares li a .eb-social-share-icon { width: 20px; text-align: center; } .eb-social-share-3fdvpes.eb-social-share-wrapper ul.eb-social-shares li a .eb-social-share-icon { width: 20px; height: 20px; text-align: center; } .eb-social-share-3fdvpes.eb-social-share-wrapper.eb-social-share-floating ul.eb-social-shares li a { display: inline-flex; } .eb-social-share-3fdvpes.eb-social-share-wrapper.eb-social-share-floating ul.eb-social-shares li a.eb-slide-out .eb-social-share-text { width: 100px; } .eb-social-share-3fdvpes.eb-social-share-wrapper ul.eb-social-shares li:hover a { background:undefined; color:undefined; } .eb-social-share-3fdvpes.eb-social-share-wrapper ul.eb-social-shares li span.eb-social-share-text:before { content: ""; width: 1px; height: 20px; background-color: #fff; opacity: .5; display: inline-block; vertical-align: middle; margin: 0 10px; } .eb-social-share-3fdvpes.eb-social-share-wrapper.eb-social-share-floating.eb-social-share-circular ul.eb-social-shares li a.eb-slide-out { height: unset; width: unset; border-radius: 50px } .eb-social-share-3fdvpes.eb-social-share-wrapper.eb-social-share-floating.eb-social-share-circular ul.eb-social-shares li a.eb-slide-out i { height: 50px; width: 50px; display: flex; align-items: center; justify-content: center; } .wp-admin .eb-parent-eb-social-share-3fdvpes { display: block; opacity: 1; } .eb-parent-eb-social-share-3fdvpes { display: block; }  @media(max-width: 1024px){ .eb-social-share-3fdvpes.eb-social-share-wrapper.eb-social-share-floating ul.eb-social-shares { max-height: 200px; } .eb-social-share-3fdvpes.eb-social-share-wrapper.eb-social-share-floating ul.eb-social-shares li a.eb-slide-out .eb-social-share-text { width: 100px; } .eb-social-share-3fdvpes.eb-social-share-wrapper ul.eb-social-shares li a { font-size: ; margin: 0; } .eb-social-share-3fdvpes.eb-social-share-wrapper ul.eb-social-shares li a .eb-social-share-icon { width: ; height: ; text-align: center; } .editor-styles-wrapper.wp-embed-responsive .eb-parent-eb-social-share-3fdvpes { display: block; opacity: 1; } .eb-parent-eb-social-share-3fdvpes { display: block; } } @media(max-width: 767px){ .eb-social-share-3fdvpes.eb-social-share-wrapper ul.eb-social-shares { column-gap:30px; row-gap:15px; } .eb-social-share-3fdvpes.eb-social-share-wrapper.eb-social-share-floating ul.eb-social-shares { max-height: 200px; } .eb-social-share-3fdvpes.eb-social-share-wrapper.eb-social-share-floating ul.eb-social-shares li a.eb-slide-out .eb-social-share-text { width: 100px; } .eb-social-share-3fdvpes.eb-social-share-wrapper ul.eb-social-shares li a { font-size: ; margin: 0; } .eb-social-share-3fdvpes.eb-social-share-wrapper ul.eb-social-shares li a .eb-social-share-icon { width: ; height: ; text-align: center; } .editor-styles-wrapper.wp-embed-responsive .eb-parent-eb-social-share-3fdvpes { display: block; opacity: 1; } .eb-parent-eb-social-share-3fdvpes { display: block; } }/* =eb-social-share-3fdvpes= Ends */