/* eb-infobox-encilha Starts */ .eb-infobox-wrapper.eb-infobox-encilha { transition: background 0.5s, border 0.5s, border-radius 0.5s, box-shadow 0.5s ; } .eb-infobox-wrapper.eb-infobox-encilha:before{ transition: background 0.5s, opacity 0.5s, filter 0.5s; } .eb-infobox-wrapper.eb-infobox-encilha .infobox-wrapper-inner { flex-direction: row; gap:10px; } .eb-infobox-wrapper.eb-infobox-encilha .icon-img-wrapper { align-self: flex-start; margin-top: 33px; } .eb-infobox-wrapper.eb-infobox-encilha .number-or-icon { padding: 0px; border-top-left-radius: 20px; border-bottom-right-radius: 20px; } .eb-infobox-wrapper.eb-infobox-encilha .number-or-icon > span{ color: rgba(255,132,74,1); } .eb-infobox-wrapper.eb-infobox-encilha .icon-img-wrapper .eb-infobox-icon-data-selector { font-size:15px; height:15px; width:15px; display:flex; justify-content:center; align-items:center; } .eb-infobox-wrapper.eb-infobox-encilha .contents-wrapper { flex: 1; text-align: left; text-align: left; } .eb-infobox-wrapper.eb-infobox-encilha .title { font-family: Work Sans; font-size: 50px; font-weight: 600; text-transform: uppercase; padding-top: 10px; padding-bottom: 10px; color: #fff; } .wp-admin .eb-parent-eb-infobox-encilha { display: block; opacity: 1; } .eb-parent-eb-infobox-encilha { display: block; } /* Css for Animation */ body:not(.wp-admin) .eb-parent-eb-infobox-encilha.eb_animation { visibility: hidden; opacity: 0; transition: ease-in 1000ms; } body:not(.wp-admin) .eb-parent-eb-infobox-encilha.eb_animation.eb__animated { visibility: visible; opacity: 1; } .eb-parent-eb-infobox-encilha.eb_animation.eb__animated { animation-duration: 1000ms; animation-delay: 0ms; }  @media(max-width: 1024px){ .eb-infobox-wrapper.eb-infobox-encilha .title { font-size: 25px; } .editor-styles-wrapper.wp-embed-responsive .eb-parent-eb-infobox-encilha { display: block; opacity: 1; } .eb-parent-eb-infobox-encilha { display: block; } } @media(max-width: 767px){ .editor-styles-wrapper.wp-embed-responsive .eb-parent-eb-infobox-encilha { display: block; opacity: 1; } .eb-parent-eb-infobox-encilha { display: block; } }/* =eb-infobox-encilha= Ends *//* eb-button-group-5bdf3ta Starts */ .eb-button-group-wrapper.eb-button-group-5bdf3ta{ display: flex; flex-direction: row; align-items: flex-start; justify-content: flex-start; position: relative; } .eb-button-group-wrapper.eb-button-group-5bdf3ta .eb-button-parent { padding-top: 10px; padding-right: 25px; padding-left: 25px; padding-bottom: 10px; width:200px; margin:20px; text-align: center; cursor: pointer; } .eb-button-group-wrapper.eb-button-group-5bdf3ta .eb-button-parent .eb-button-text { font-family: Work Sans; font-size: 16px; text-transform: uppercase; } .eb-button-group-wrapper.eb-button-group-5bdf3ta.preset-4 { width: fit-content; margin: auto 0; } .eb-button-group-wrapper.eb-button-group-5bdf3ta .eb-button-parent.eb-button-one { border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; background-color: #7967ff; transition: border 0.5s, border-radius 0.5s, box-shadow 0.5s ; background-color: rgba(0,142,206,1); transition: 0.5s; } .eb-button-group-wrapper.eb-button-group-5bdf3ta .eb-button-parent.eb-button-one:hover, .eb-button-group-wrapper.eb-button-group-5bdf3ta .eb-button-parent.eb-button-one:focus { background-color: #513fd4; background-color: rgba(255,132,74,1); } .eb-button-group-wrapper.eb-button-group-5bdf3ta .eb-button-parent.eb-button-one .eb-button-one-text { color: #fff; } .eb-button-group-wrapper.eb-button-group-5bdf3ta .eb-button-parent.eb-button-one:hover .eb-button-one-text { color: undefined; } .eb-button-group-wrapper.eb-button-group-5bdf3ta .eb-button-parent.eb-button-two { border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; margin:20px; background-color: #309bff; transition: border 0.5s, border-radius 0.5s, box-shadow 0.5s ; background-color: rgba(255,132,74,1); transition: 0.5s; } .eb-button-group-wrapper.eb-button-group-5bdf3ta .eb-button-parent.eb-button-two:hover, .eb-button-group-wrapper.eb-button-group-5bdf3ta .eb-button-parent.eb-button-two:focus { background-color: #2587e2; background-color: rgba(0,142,206,1); } .eb-button-group-wrapper.eb-button-group-5bdf3ta .eb-button-parent.eb-button-two .eb-button-two-text { color: #fff; } .eb-button-group-wrapper.eb-button-group-5bdf3ta .eb-button-parent.eb-button-two:hover .eb-button-two-text { color: undefined; } .eb-button-group-wrapper.eb-button-group-5bdf3ta .eb-button-group__midldeInner span { font-size: 14px; height:30px; width:30px; line-height:30px; ; background: #fff; color: #000; } .wp-admin .eb-parent-eb-button-group-5bdf3ta { display: block; opacity: 1; } .eb-parent-eb-button-group-5bdf3ta { display: block; }  @media(max-width: 1024px){ .editor-styles-wrapper.wp-embed-responsive .eb-parent-eb-button-group-5bdf3ta { display: block; opacity: 1; } .eb-parent-eb-button-group-5bdf3ta { display: block; } } @media(max-width: 767px){ .editor-styles-wrapper.wp-embed-responsive .eb-parent-eb-button-group-5bdf3ta { display: block; opacity: 1; } .eb-parent-eb-button-group-5bdf3ta { display: block; } }/* =eb-button-group-5bdf3ta= Ends *//* eb-flipbox-hr3w5j2 Starts */ .eb-flipbox-container.eb-flipbox-hr3w5j2 .eb-flipbox-items-container { align-items: center; } .eb-flipbox-align-center .eb-flipper { margin-right: auto !important; margin-left: auto !important; } .eb-flipbox-align-right .eb-flipper { margin-left: auto !important; } .eb-flipbox-container.eb-flipbox-hr3w5j2{ margin-top: 28px; margin-bottom: 28px; width: 100%; overflow: hidden; } .eb-flipbox-container.eb-flipbox-hr3w5j2 .eb-flipbox-front-title, .eb-flipbox-container.eb-flipbox-hr3w5j2 .eb-flipbox-back-title { width: 100%; text-align: center; } .eb-flipbox-container.eb-flipbox-hr3w5j2 .eb-flipbox-front-title { color: rgba(71,71,71,1); } .eb-flipbox-container.eb-flipbox-hr3w5j2 .eb-flipbox-back-title { color: rgba(255,255,255,1); } .eb-flipbox-container.eb-flipbox-hr3w5j2 .eb-flipbox-front-content, .eb-flipbox-container.eb-flipbox-hr3w5j2 .eb-flipbox-back-content { font-size: 21px; width: 100%; text-align: center; margin: 10px 0; } .eb-flipbox-container.eb-flipbox-hr3w5j2 .eb-flipbox-front-content { color: #ffffff; } .eb-flipbox-container.eb-flipbox-hr3w5j2 .eb-flipbox-back-content { color: #ffffff; } .eb-flipbox-container.eb-flipbox-hr3w5j2 .eb-flipper { transition: 0.6s; min-height:310px; max-width:600px; } .eb-flipbox-container.eb-flipbox-hr3w5j2 .eb-flipper.back-is-selected { transform: rotateY(-180deg); } .eb-flipbox-container.eb-flipbox-hr3w5j2 .eb-flipper .eb-flipbox-front { background-image: linear-gradient(90deg, rgba(255,255,255,1) 0% , rgba(255,255,255,1) 100%); background-color: #7967ff; min-height:310px; max-width:600px; display: flex; justify-content: center; align-items: center; height: auto; width: 100%; z-index: 1; transition: background 0.5s, border 0.5s, border-radius 0.5s, box-shadow 0.5s ; } .eb-flipbox-container.eb-flipbox-hr3w5j2 .eb-flipper .eb-flipbox-front:before{ transition: background 0.5s, opacity 0.5s, filter 0.5s; } .eb-flipbox-container.eb-flipbox-hr3w5j2 .eb-flipbox-front .eb-flipbox-front-image-container { display: none; justify-content: center; } .eb-flipbox-container.eb-flipbox-hr3w5j2 .eb-flipbox-front .eb-flipbox-front-image-container img { height:100px; width:100px; } .eb-flipbox-container.eb-flipbox-hr3w5j2 .eb-flipbox-icon-front { font-size:50px; color: rgba(255,132,74,1); background: transparent; width: 100%; text-align:center; display: block; transition: border 0.5s, border-radius 0.5s, box-shadow 0.5s ; } .eb-flipbox-container.eb-flipbox-hr3w5j2 .eb-flipbox-icon-back { font-size:50px; color: #ffffff; background: transparent; width: 100%; text-align: center; display: none; transition: border 0.5s, border-radius 0.5s, box-shadow 0.5s ; } .eb-flipbox-container.eb-flipbox-hr3w5j2 .eb-flipper .eb-flipbox-back { background-image: linear-gradient(90deg, rgba(255,81,0,1) 0% , rgba(255,152,104,1) 100%); background-color: #3074ff; min-height:310px; max-width:600px; display: flex; flex-direction: column; justify-content: center; align-items: center; height: auto; width: 100%; transform: false; transition: background 0.5s, border 0.5s, border-radius 0.5s, box-shadow 0.5s ; cursor: default; } .eb-flipbox-container.eb-flipbox-hr3w5j2 .eb-flipper .eb-flipbox-back:before{ transition: background 0.5s, opacity 0.5s, filter 0.5s; } .eb-flipbox-container.eb-flipbox-hr3w5j2 .eb-flipper .eb-flipbox-front, .eb-flipbox-container.eb-flipbox-hr3w5j2 .eb-flipper .eb-flipbox-back{ position: absolute; } .eb-flipbox-container.eb-flipbox-hr3w5j2 .eb-flipbox-back .eb-flipbox-back-image-container { display: none; justify-content: center; } .eb-flipbox-container.eb-flipbox-hr3w5j2 .eb-flipbox-back .eb-flipbox-back-image-container img { height:100px; width:100px; } .wp-admin .eb-parent-eb-flipbox-hr3w5j2 { display: block; opacity: 1; } .eb-parent-eb-flipbox-hr3w5j2 { display: block; }  @media(max-width: 1024px){ .editor-styles-wrapper.wp-embed-responsive .eb-parent-eb-flipbox-hr3w5j2 { display: block; opacity: 1; } .eb-parent-eb-flipbox-hr3w5j2 { display: block; } } @media(max-width: 767px){ .editor-styles-wrapper.wp-embed-responsive .eb-parent-eb-flipbox-hr3w5j2 { display: block; opacity: 1; } .eb-parent-eb-flipbox-hr3w5j2 { display: block; } }/* =eb-flipbox-hr3w5j2= Ends *//* eb-flipbox-uosijib Starts */ .eb-flipbox-container.eb-flipbox-uosijib .eb-flipbox-items-container { align-items: center; } .eb-flipbox-align-center .eb-flipper { margin-right: auto !important; margin-left: auto !important; } .eb-flipbox-align-right .eb-flipper { margin-left: auto !important; } .eb-flipbox-container.eb-flipbox-uosijib{ margin-top: 28px; margin-bottom: 28px; width: 100%; overflow: hidden; } .eb-flipbox-container.eb-flipbox-uosijib .eb-flipbox-front-title, .eb-flipbox-container.eb-flipbox-uosijib .eb-flipbox-back-title { width: 100%; text-align: center; } .eb-flipbox-container.eb-flipbox-uosijib .eb-flipbox-front-title { color: rgba(71,71,71,1); } .eb-flipbox-container.eb-flipbox-uosijib .eb-flipbox-back-title { color: rgba(255,255,255,1); } .eb-flipbox-container.eb-flipbox-uosijib .eb-flipbox-front-content, .eb-flipbox-container.eb-flipbox-uosijib .eb-flipbox-back-content { font-size: 21px; width: 100%; text-align: center; margin: 10px 0; } .eb-flipbox-container.eb-flipbox-uosijib .eb-flipbox-front-content { color: #ffffff; } .eb-flipbox-container.eb-flipbox-uosijib .eb-flipbox-back-content { color: #ffffff; } .eb-flipbox-container.eb-flipbox-uosijib .eb-flipper { transition: 0.6s; min-height:310px; max-width:600px; } .eb-flipbox-container.eb-flipbox-uosijib .eb-flipper.back-is-selected { transform: rotateY(-180deg); } .eb-flipbox-container.eb-flipbox-uosijib .eb-flipper .eb-flipbox-front { background-image: linear-gradient(90deg, rgba(255,255,255,1) 0% , rgba(255,255,255,1) 100%); background-color: #7967ff; min-height:310px; max-width:600px; display: flex; justify-content: center; align-items: center; height: auto; width: 100%; z-index: 1; transition: background 0.5s, border 0.5s, border-radius 0.5s, box-shadow 0.5s ; } .eb-flipbox-container.eb-flipbox-uosijib .eb-flipper .eb-flipbox-front:before{ transition: background 0.5s, opacity 0.5s, filter 0.5s; } .eb-flipbox-container.eb-flipbox-uosijib .eb-flipbox-front .eb-flipbox-front-image-container { display: none; justify-content: center; } .eb-flipbox-container.eb-flipbox-uosijib .eb-flipbox-front .eb-flipbox-front-image-container img { height:100px; width:100px; } .eb-flipbox-container.eb-flipbox-uosijib .eb-flipbox-icon-front { font-size:50px; color: rgba(255,132,74,1); background: transparent; width: 100%; text-align:center; display: block; transition: border 0.5s, border-radius 0.5s, box-shadow 0.5s ; } .eb-flipbox-container.eb-flipbox-uosijib .eb-flipbox-icon-back { font-size:50px; color: #ffffff; background: transparent; width: 100%; text-align: center; display: none; transition: border 0.5s, border-radius 0.5s, box-shadow 0.5s ; } .eb-flipbox-container.eb-flipbox-uosijib .eb-flipper .eb-flipbox-back { background-image: linear-gradient(90deg, rgba(255,81,0,1) 0% , rgba(255,152,104,1) 100%); background-color: #3074ff; min-height:310px; max-width:600px; display: flex; flex-direction: column; justify-content: center; align-items: center; height: auto; width: 100%; transform: false; transition: background 0.5s, border 0.5s, border-radius 0.5s, box-shadow 0.5s ; cursor: default; } .eb-flipbox-container.eb-flipbox-uosijib .eb-flipper .eb-flipbox-back:before{ transition: background 0.5s, opacity 0.5s, filter 0.5s; } .eb-flipbox-container.eb-flipbox-uosijib .eb-flipper .eb-flipbox-front, .eb-flipbox-container.eb-flipbox-uosijib .eb-flipper .eb-flipbox-back{ position: absolute; } .eb-flipbox-container.eb-flipbox-uosijib .eb-flipbox-back .eb-flipbox-back-image-container { display: none; justify-content: center; } .eb-flipbox-container.eb-flipbox-uosijib .eb-flipbox-back .eb-flipbox-back-image-container img { height:100px; width:100px; } .wp-admin .eb-parent-eb-flipbox-uosijib { display: block; opacity: 1; } .eb-parent-eb-flipbox-uosijib { display: block; }  @media(max-width: 1024px){ .editor-styles-wrapper.wp-embed-responsive .eb-parent-eb-flipbox-uosijib { display: block; opacity: 1; } .eb-parent-eb-flipbox-uosijib { display: block; } } @media(max-width: 767px){ .editor-styles-wrapper.wp-embed-responsive .eb-parent-eb-flipbox-uosijib { display: block; opacity: 1; } .eb-parent-eb-flipbox-uosijib { display: block; } }/* =eb-flipbox-uosijib= Ends *//* eb-flipbox-34oa8eu Starts */ .eb-flipbox-container.eb-flipbox-34oa8eu .eb-flipbox-items-container { align-items: center; } .eb-flipbox-align-center .eb-flipper { margin-right: auto !important; margin-left: auto !important; } .eb-flipbox-align-right .eb-flipper { margin-left: auto !important; } .eb-flipbox-container.eb-flipbox-34oa8eu{ margin-top: 28px; margin-bottom: 28px; width: 100%; overflow: hidden; } .eb-flipbox-container.eb-flipbox-34oa8eu .eb-flipbox-front-title, .eb-flipbox-container.eb-flipbox-34oa8eu .eb-flipbox-back-title { width: 100%; text-align: center; } .eb-flipbox-container.eb-flipbox-34oa8eu .eb-flipbox-front-title { color: rgba(71,71,71,1); } .eb-flipbox-container.eb-flipbox-34oa8eu .eb-flipbox-back-title { color: rgba(255,255,255,1); } .eb-flipbox-container.eb-flipbox-34oa8eu .eb-flipbox-front-content, .eb-flipbox-container.eb-flipbox-34oa8eu .eb-flipbox-back-content { font-size: 21px; width: 100%; text-align: center; margin: 10px 0; } .eb-flipbox-container.eb-flipbox-34oa8eu .eb-flipbox-front-content { color: #ffffff; } .eb-flipbox-container.eb-flipbox-34oa8eu .eb-flipbox-back-content { color: #ffffff; } .eb-flipbox-container.eb-flipbox-34oa8eu .eb-flipper { transition: 0.6s; min-height:310px; max-width:600px; } .eb-flipbox-container.eb-flipbox-34oa8eu .eb-flipper.back-is-selected { transform: rotateY(-180deg); } .eb-flipbox-container.eb-flipbox-34oa8eu .eb-flipper .eb-flipbox-front { background-image: linear-gradient(90deg, rgba(255,255,255,1) 0% , rgba(255,255,255,1) 100%); background-color: #7967ff; min-height:310px; max-width:600px; display: flex; justify-content: center; align-items: center; height: auto; width: 100%; z-index: 1; transition: background 0.5s, border 0.5s, border-radius 0.5s, box-shadow 0.5s ; } .eb-flipbox-container.eb-flipbox-34oa8eu .eb-flipper .eb-flipbox-front:before{ transition: background 0.5s, opacity 0.5s, filter 0.5s; } .eb-flipbox-container.eb-flipbox-34oa8eu .eb-flipbox-front .eb-flipbox-front-image-container { display: none; justify-content: center; } .eb-flipbox-container.eb-flipbox-34oa8eu .eb-flipbox-front .eb-flipbox-front-image-container img { height:100px; width:100px; } .eb-flipbox-container.eb-flipbox-34oa8eu .eb-flipbox-icon-front { font-size:50px; color: rgba(255,132,74,1); background: transparent; width: 100%; text-align:center; display: block; transition: border 0.5s, border-radius 0.5s, box-shadow 0.5s ; } .eb-flipbox-container.eb-flipbox-34oa8eu .eb-flipbox-icon-back { font-size:50px; color: #ffffff; background: transparent; width: 100%; text-align: center; display: none; transition: border 0.5s, border-radius 0.5s, box-shadow 0.5s ; } .eb-flipbox-container.eb-flipbox-34oa8eu .eb-flipper .eb-flipbox-back { background-image: linear-gradient(90deg, rgba(255,81,0,1) 0% , rgba(255,152,104,1) 100%); background-color: #3074ff; min-height:310px; max-width:600px; display: flex; flex-direction: column; justify-content: center; align-items: center; height: auto; width: 100%; transform: false; transition: background 0.5s, border 0.5s, border-radius 0.5s, box-shadow 0.5s ; cursor: default; } .eb-flipbox-container.eb-flipbox-34oa8eu .eb-flipper .eb-flipbox-back:before{ transition: background 0.5s, opacity 0.5s, filter 0.5s; } .eb-flipbox-container.eb-flipbox-34oa8eu .eb-flipper .eb-flipbox-front, .eb-flipbox-container.eb-flipbox-34oa8eu .eb-flipper .eb-flipbox-back{ position: absolute; } .eb-flipbox-container.eb-flipbox-34oa8eu .eb-flipbox-back .eb-flipbox-back-image-container { display: none; justify-content: center; } .eb-flipbox-container.eb-flipbox-34oa8eu .eb-flipbox-back .eb-flipbox-back-image-container img { height:100px; width:100px; } .wp-admin .eb-parent-eb-flipbox-34oa8eu { display: block; opacity: 1; } .eb-parent-eb-flipbox-34oa8eu { display: block; }  @media(max-width: 1024px){ .editor-styles-wrapper.wp-embed-responsive .eb-parent-eb-flipbox-34oa8eu { display: block; opacity: 1; } .eb-parent-eb-flipbox-34oa8eu { display: block; } } @media(max-width: 767px){ .editor-styles-wrapper.wp-embed-responsive .eb-parent-eb-flipbox-34oa8eu { display: block; opacity: 1; } .eb-parent-eb-flipbox-34oa8eu { display: block; } }/* =eb-flipbox-34oa8eu= Ends *//* eb-infobox-trhtnr7 Starts */ .eb-infobox-wrapper.eb-infobox-trhtnr7 { transition: background 0.5s, border 0.5s, border-radius 0.5s, box-shadow 0.5s ; } .eb-infobox-wrapper.eb-infobox-trhtnr7:before{ transition: background 0.5s, opacity 0.5s, filter 0.5s; } .eb-infobox-wrapper.eb-infobox-trhtnr7 .infobox-wrapper-inner { flex-direction: column; gap:20px; } .eb-infobox-wrapper.eb-infobox-trhtnr7 .icon-img-wrapper { align-self: center; margin-top: 15px; } .eb-infobox-wrapper.eb-infobox-trhtnr7 .number-or-icon { padding: 20px; border-top-left-radius: 20px; border-bottom-right-radius: 20px; } .eb-infobox-wrapper.eb-infobox-trhtnr7 .number-or-icon > span{ color: #fff; } .eb-infobox-wrapper.eb-infobox-trhtnr7 .icon-img-wrapper .eb-infobox-icon-data-selector { font-size:50px; height:50px; width:50px; display:flex; justify-content:center; align-items:center; } .eb-infobox-wrapper.eb-infobox-trhtnr7 .contents-wrapper { flex: 1; text-align: center; text-align: center; } .eb-infobox-wrapper.eb-infobox-trhtnr7 .title { font-size: 26px; padding-top: 10px; padding-bottom: 10px; color: #fff; } .eb-infobox-wrapper.eb-infobox-trhtnr7 .description { font-size: 20px; padding-top: 10px; padding-bottom: 50px; color: #fff; } .wp-admin .eb-parent-eb-infobox-trhtnr7 { display: block; opacity: 1; } .eb-parent-eb-infobox-trhtnr7 { display: block; }  @media(max-width: 1024px){ .editor-styles-wrapper.wp-embed-responsive .eb-parent-eb-infobox-trhtnr7 { display: block; opacity: 1; } .eb-parent-eb-infobox-trhtnr7 { display: block; } } @media(max-width: 767px){ .editor-styles-wrapper.wp-embed-responsive .eb-parent-eb-infobox-trhtnr7 { display: block; opacity: 1; } .eb-parent-eb-infobox-trhtnr7 { display: block; } }/* =eb-infobox-trhtnr7= Ends *//* eb-infobox-6c642bj Starts */ .eb-infobox-wrapper.eb-infobox-6c642bj { transition: background 0.5s, border 0.5s, border-radius 0.5s, box-shadow 0.5s ; } .eb-infobox-wrapper.eb-infobox-6c642bj:before{ transition: background 0.5s, opacity 0.5s, filter 0.5s; } .eb-infobox-wrapper.eb-infobox-6c642bj .infobox-wrapper-inner { flex-direction: column; gap:20px; } .eb-infobox-wrapper.eb-infobox-6c642bj .icon-img-wrapper { align-self: center; margin-top: 15px; } .eb-infobox-wrapper.eb-infobox-6c642bj .number-or-icon { padding: 20px; border-top-left-radius: 20px; border-bottom-right-radius: 20px; } .eb-infobox-wrapper.eb-infobox-6c642bj .number-or-icon > span{ color: #fff; } .eb-infobox-wrapper.eb-infobox-6c642bj .icon-img-wrapper .eb-infobox-icon-data-selector { font-size:50px; height:50px; width:50px; display:flex; justify-content:center; align-items:center; } .eb-infobox-wrapper.eb-infobox-6c642bj .contents-wrapper { flex: 1; text-align: center; text-align: center; } .eb-infobox-wrapper.eb-infobox-6c642bj .title { font-size: 26px; padding-top: 10px; padding-bottom: 10px; color: #fff; } .eb-infobox-wrapper.eb-infobox-6c642bj .description { font-size: 20px; padding-top: 10px; padding-bottom: 50px; color: #fff; } .wp-admin .eb-parent-eb-infobox-6c642bj { display: block; opacity: 1; } .eb-parent-eb-infobox-6c642bj { display: block; }  @media(max-width: 1024px){ .editor-styles-wrapper.wp-embed-responsive .eb-parent-eb-infobox-6c642bj { display: block; opacity: 1; } .eb-parent-eb-infobox-6c642bj { display: block; } } @media(max-width: 767px){ .editor-styles-wrapper.wp-embed-responsive .eb-parent-eb-infobox-6c642bj { display: block; opacity: 1; } .eb-parent-eb-infobox-6c642bj { display: block; } }/* =eb-infobox-6c642bj= Ends *//* eb-infobox-h8864bj Starts */ .eb-infobox-wrapper.eb-infobox-h8864bj { transition: background 0.5s, border 0.5s, border-radius 0.5s, box-shadow 0.5s ; } .eb-infobox-wrapper.eb-infobox-h8864bj:before{ transition: background 0.5s, opacity 0.5s, filter 0.5s; } .eb-infobox-wrapper.eb-infobox-h8864bj .infobox-wrapper-inner { flex-direction: column; gap:20px; } .eb-infobox-wrapper.eb-infobox-h8864bj .icon-img-wrapper { align-self: center; margin-top: 15px; } .eb-infobox-wrapper.eb-infobox-h8864bj .number-or-icon { padding: 20px; border-top-left-radius: 20px; border-bottom-right-radius: 20px; } .eb-infobox-wrapper.eb-infobox-h8864bj .number-or-icon > span{ color: #fff; } .eb-infobox-wrapper.eb-infobox-h8864bj .icon-img-wrapper .eb-infobox-icon-data-selector { font-size:50px; height:50px; width:50px; display:flex; justify-content:center; align-items:center; } .eb-infobox-wrapper.eb-infobox-h8864bj .contents-wrapper { flex: 1; text-align: center; text-align: center; } .eb-infobox-wrapper.eb-infobox-h8864bj .title { font-size: 26px; padding-top: 10px; padding-bottom: 10px; color: #fff; } .eb-infobox-wrapper.eb-infobox-h8864bj .description { font-size: 20px; padding-top: 10px; padding-bottom: 50px; color: #fff; } .wp-admin .eb-parent-eb-infobox-h8864bj { display: block; opacity: 1; } .eb-parent-eb-infobox-h8864bj { display: block; }  @media(max-width: 1024px){ .editor-styles-wrapper.wp-embed-responsive .eb-parent-eb-infobox-h8864bj { display: block; opacity: 1; } .eb-parent-eb-infobox-h8864bj { display: block; } } @media(max-width: 767px){ .editor-styles-wrapper.wp-embed-responsive .eb-parent-eb-infobox-h8864bj { display: block; opacity: 1; } .eb-parent-eb-infobox-h8864bj { display: block; } }/* =eb-infobox-h8864bj= Ends *//* eb-button-nqa6fbe Starts */ .eb-button-wrapper.eb-button-nqa6fbe { margin-top: 28px; margin-right: 0px; margin-left: 0px; margin-bottom: 28px; } .eb-button-wrapper.eb-button-nqa6fbe.eb-button-alignment { align-items: flex-start; } .eb-button-wrapper.eb-button-nqa6fbe .eb-button { justify-content: flex-start; } .eb-button-wrapper.eb-button-nqa6fbe .eb-button-anchor { background-color: rgba(255,132,74,1); border-radius: 0px; font-family: Mulish; padding-top: 12px; padding-right: 40px; padding-left: 40px; padding-bottom: 12px; transition: all 0.3s, background 0.5s, border 0.5s, border-radius 0.5s, box-shadow 0.5s ; } .eb-button-wrapper.eb-button-nqa6fbe .eb-button-anchor:before { background-color: rgba(255,132,74,1); } .eb-button-wrapper.eb-button-nqa6fbe .eb-button-anchor:hover { background-color: rgba(255,117,48,1); } .wp-admin .eb-parent-eb-button-nqa6fbe { display: block; opacity: 1; } .eb-parent-eb-button-nqa6fbe { display: block; } /* Css for Animation */ body:not(.wp-admin) .eb-parent-eb-button-nqa6fbe.eb_animation { visibility: hidden; opacity: 0; transition: ease-in 1000ms; } body:not(.wp-admin) .eb-parent-eb-button-nqa6fbe.eb_animation.eb__animated { visibility: visible; opacity: 1; } .eb-parent-eb-button-nqa6fbe.eb_animation.eb__animated { animation-duration: 1000ms; animation-delay: 0ms; }  @media(max-width: 1024px){ .editor-styles-wrapper.wp-embed-responsive .eb-parent-eb-button-nqa6fbe { display: block; opacity: 1; } .eb-parent-eb-button-nqa6fbe { display: block; } } @media(max-width: 767px){ .editor-styles-wrapper.wp-embed-responsive .eb-parent-eb-button-nqa6fbe { display: block; opacity: 1; } .eb-parent-eb-button-nqa6fbe { display: block; } }/* =eb-button-nqa6fbe= Ends *//* eb-button-v5k0ehu Starts */ .eb-button-wrapper.eb-button-v5k0ehu { margin-top: 28px; margin-right: 0px; margin-left: 0px; margin-bottom: 28px; } .eb-button-wrapper.eb-button-v5k0ehu.eb-button-alignment { align-items: flex-start; } .eb-button-wrapper.eb-button-v5k0ehu .eb-button { justify-content: flex-start; } .eb-button-wrapper.eb-button-v5k0ehu .eb-button-anchor { background-color: rgba(255,132,74,1); border-radius: 0px; font-family: Poppins; padding-top: 12px; padding-right: 40px; padding-left: 40px; padding-bottom: 12px; transition: all 0.3s, background 0.5s, border 0.5s, border-radius 0.5s, box-shadow 0.5s ; } .eb-button-wrapper.eb-button-v5k0ehu .eb-button-anchor:before { background-color: rgba(255,132,74,1); } .eb-button-wrapper.eb-button-v5k0ehu .eb-button-anchor:hover { background-color: rgba(255,117,48,1); } .wp-admin .eb-parent-eb-button-v5k0ehu { display: block; opacity: 1; } .eb-parent-eb-button-v5k0ehu { display: block; } /* Css for Animation */ body:not(.wp-admin) .eb-parent-eb-button-v5k0ehu.eb_animation { visibility: hidden; opacity: 0; transition: ease-in 1000ms; } body:not(.wp-admin) .eb-parent-eb-button-v5k0ehu.eb_animation.eb__animated { visibility: visible; opacity: 1; } .eb-parent-eb-button-v5k0ehu.eb_animation.eb__animated { animation-duration: 1000ms; animation-delay: 0ms; }  @media(max-width: 1024px){ .editor-styles-wrapper.wp-embed-responsive .eb-parent-eb-button-v5k0ehu { display: block; opacity: 1; } .eb-parent-eb-button-v5k0ehu { display: block; } } @media(max-width: 767px){ .editor-styles-wrapper.wp-embed-responsive .eb-parent-eb-button-v5k0ehu { display: block; opacity: 1; } .eb-parent-eb-button-v5k0ehu { display: block; } }/* =eb-button-v5k0ehu= Ends *//* eb-counter-99y8qvi Starts */ .eb-counter-wrapper.eb-counter-99y8qvi .eb-counter-title, .eb-counter-wrapper.eb-counter-99y8qvi h4.eb-counter-number { margin: 0; padding: 0; } .eb-counter-wrapper.eb-counter-99y8qvi > * { position: relative; } .eb-counter-wrapper.eb-counter-99y8qvi{ overflow:hidden; display: flex; flex-direction:column; transition:background 0.5s, border 0.5s, border-radius 0.5s, box-shadow 0.5s ; } .eb-counter-wrapper.eb-counter-99y8qvi .counter-contents-wrapper{ display:flex; flex:1; text-align: center; flex-direction: column; gap:20px; } .eb-counter-wrapper.eb-counter-99y8qvi:before{ transition:background 0.5s, opacity 0.5s, filter 0.5s; } .eb-counter-wrapper.eb-counter-99y8qvi .eb-counter-number{ font-family: Poppins; font-size: 35px; color : #fff; } .eb-counter-wrapper.eb-counter-99y8qvi .eb-counter-title{ font-family: Poppins; font-size: 23px; text-transform: uppercase; color : #fff; } .wp-admin .eb-parent-eb-counter-99y8qvi { display: block; opacity: 1; } .eb-parent-eb-counter-99y8qvi { display: block; }  @media(max-width: 1024px){ .eb-counter-wrapper.eb-counter-99y8qvi .eb-counter-number{ font-size: 25px; } .eb-counter-wrapper.eb-counter-99y8qvi .eb-counter-title{ font-size: 20px; } .editor-styles-wrapper.wp-embed-responsive .eb-parent-eb-counter-99y8qvi { display: block; opacity: 1; } .eb-parent-eb-counter-99y8qvi { display: block; } } @media(max-width: 767px){ .editor-styles-wrapper.wp-embed-responsive .eb-parent-eb-counter-99y8qvi { display: block; opacity: 1; } .eb-parent-eb-counter-99y8qvi { display: block; } }/* =eb-counter-99y8qvi= Ends *//* eb-counter-7k7trez Starts */ .eb-counter-wrapper.eb-counter-7k7trez .eb-counter-title, .eb-counter-wrapper.eb-counter-7k7trez h4.eb-counter-number { margin: 0; padding: 0; } .eb-counter-wrapper.eb-counter-7k7trez > * { position: relative; } .eb-counter-wrapper.eb-counter-7k7trez{ overflow:hidden; display: flex; flex-direction:column; transition:background 0.5s, border 0.5s, border-radius 0.5s, box-shadow 0.5s ; } .eb-counter-wrapper.eb-counter-7k7trez .counter-contents-wrapper{ display:flex; flex:1; text-align: center; flex-direction: column; gap:20px; } .eb-counter-wrapper.eb-counter-7k7trez:before{ transition:background 0.5s, opacity 0.5s, filter 0.5s; } .eb-counter-wrapper.eb-counter-7k7trez .eb-counter-number{ font-family: Poppins; font-size: 35px; color : #fff; } .eb-counter-wrapper.eb-counter-7k7trez .eb-counter-title{ font-family: Poppins; font-size: 23px; text-transform: uppercase; color : #fff; } .wp-admin .eb-parent-eb-counter-7k7trez { display: block; opacity: 1; } .eb-parent-eb-counter-7k7trez { display: block; }  @media(max-width: 1024px){ .eb-counter-wrapper.eb-counter-7k7trez .eb-counter-number{ font-size: 25px; } .eb-counter-wrapper.eb-counter-7k7trez .eb-counter-title{ font-size: 20px; } .editor-styles-wrapper.wp-embed-responsive .eb-parent-eb-counter-7k7trez { display: block; opacity: 1; } .eb-parent-eb-counter-7k7trez { display: block; } } @media(max-width: 767px){ .editor-styles-wrapper.wp-embed-responsive .eb-parent-eb-counter-7k7trez { display: block; opacity: 1; } .eb-parent-eb-counter-7k7trez { display: block; } }/* =eb-counter-7k7trez= Ends *//* eb-counter-8hr4cz9 Starts */ .eb-counter-wrapper.eb-counter-8hr4cz9 .eb-counter-title, .eb-counter-wrapper.eb-counter-8hr4cz9 h4.eb-counter-number { margin: 0; padding: 0; } .eb-counter-wrapper.eb-counter-8hr4cz9 > * { position: relative; } .eb-counter-wrapper.eb-counter-8hr4cz9{ overflow:hidden; display: flex; flex-direction:column; transition:background 0.5s, border 0.5s, border-radius 0.5s, box-shadow 0.5s ; } .eb-counter-wrapper.eb-counter-8hr4cz9 .counter-contents-wrapper{ display:flex; flex:1; text-align: center; flex-direction: column; gap:20px; } .eb-counter-wrapper.eb-counter-8hr4cz9:before{ transition:background 0.5s, opacity 0.5s, filter 0.5s; } .eb-counter-wrapper.eb-counter-8hr4cz9 .eb-counter-number{ font-family: Poppins; font-size: 35px; color : #fff; } .eb-counter-wrapper.eb-counter-8hr4cz9 .eb-counter-title{ font-family: Poppins; font-size: 23px; text-transform: uppercase; color : #fff; } .wp-admin .eb-parent-eb-counter-8hr4cz9 { display: block; opacity: 1; } .eb-parent-eb-counter-8hr4cz9 { display: block; }  @media(max-width: 1024px){ .eb-counter-wrapper.eb-counter-8hr4cz9 .eb-counter-number{ font-size: 25px; } .eb-counter-wrapper.eb-counter-8hr4cz9 .eb-counter-title{ font-size: 20px; } .editor-styles-wrapper.wp-embed-responsive .eb-parent-eb-counter-8hr4cz9 { display: block; opacity: 1; } .eb-parent-eb-counter-8hr4cz9 { display: block; } } @media(max-width: 767px){ .editor-styles-wrapper.wp-embed-responsive .eb-parent-eb-counter-8hr4cz9 { display: block; opacity: 1; } .eb-parent-eb-counter-8hr4cz9 { display: block; } }/* =eb-counter-8hr4cz9= Ends *//* eb-counter-eiso4qu Starts */ .eb-counter-wrapper.eb-counter-eiso4qu .eb-counter-title, .eb-counter-wrapper.eb-counter-eiso4qu h4.eb-counter-number { margin: 0; padding: 0; } .eb-counter-wrapper.eb-counter-eiso4qu > * { position: relative; } .eb-counter-wrapper.eb-counter-eiso4qu{ overflow:hidden; display: flex; flex-direction:column; transition:background 0.5s, border 0.5s, border-radius 0.5s, box-shadow 0.5s ; } .eb-counter-wrapper.eb-counter-eiso4qu .counter-contents-wrapper{ display:flex; flex:1; text-align: center; flex-direction: column; gap:20px; } .eb-counter-wrapper.eb-counter-eiso4qu:before{ transition:background 0.5s, opacity 0.5s, filter 0.5s; } .eb-counter-wrapper.eb-counter-eiso4qu .eb-counter-number{ font-family: Poppins; font-size: 35px; color : #fff; } .eb-counter-wrapper.eb-counter-eiso4qu .eb-counter-title{ font-family: Poppins; font-size: 23px; text-transform: uppercase; color : #fff; } .wp-admin .eb-parent-eb-counter-eiso4qu { display: block; opacity: 1; } .eb-parent-eb-counter-eiso4qu { display: block; }  @media(max-width: 1024px){ .eb-counter-wrapper.eb-counter-eiso4qu .eb-counter-number{ font-size: 25px; } .eb-counter-wrapper.eb-counter-eiso4qu .eb-counter-title{ font-size: 20px; } .editor-styles-wrapper.wp-embed-responsive .eb-parent-eb-counter-eiso4qu { display: block; opacity: 1; } .eb-parent-eb-counter-eiso4qu { display: block; } } @media(max-width: 767px){ .editor-styles-wrapper.wp-embed-responsive .eb-parent-eb-counter-eiso4qu { display: block; opacity: 1; } .eb-parent-eb-counter-eiso4qu { display: block; } }/* =eb-counter-eiso4qu= Ends *//* eb-button-4mh4u68 Starts */ .eb-button-wrapper.eb-button-4mh4u68 { margin-top: 28px; margin-right: 0px; margin-left: 0px; margin-bottom: 28px; } .eb-button-wrapper.eb-button-4mh4u68.eb-button-alignment { align-items: center; } .eb-button-wrapper.eb-button-4mh4u68 .eb-button { justify-content: center; } .eb-button-wrapper.eb-button-4mh4u68 .eb-button-anchor { background-color: rgba(247,247,247,0); border-radius: 0px; border-width: 2px; border-color: rgba(255,255,255,1); border-style: solid; padding-top: 12px; padding-right: 25px; padding-left: 25px; padding-bottom: 12px; transition: all 0.3s, background 0.2s, border 0.5s, border-radius 0s, box-shadow 0.5s ; } .eb-button-wrapper.eb-button-4mh4u68 .eb-button-anchor:hover { background-color: rgba(255,255,255,0); border-radius: 0px; } .wp-admin .eb-parent-eb-button-4mh4u68 { display: block; opacity: 1; } .eb-parent-eb-button-4mh4u68 { display: block; }  @media(max-width: 1024px){ .eb-button-wrapper.eb-button-4mh4u68 .eb-button-anchor { font-size: 14px; padding-top: 8px; padding-right: 15px; padding-left: 15px; padding-bottom: 8px; } .editor-styles-wrapper.wp-embed-responsive .eb-parent-eb-button-4mh4u68 { display: block; opacity: 1; } .eb-parent-eb-button-4mh4u68 { display: block; } } @media(max-width: 767px){ .eb-button-wrapper.eb-button-4mh4u68 .eb-button-anchor { font-size: 15px; } .editor-styles-wrapper.wp-embed-responsive .eb-parent-eb-button-4mh4u68 { display: block; opacity: 1; } .eb-parent-eb-button-4mh4u68 { display: block; } }/* =eb-button-4mh4u68= Ends *//* eb-post-grid-ynonq2y Starts */ .eb-post-grid-wrapper.eb-post-grid-ynonq2y{ display: grid; position: relative; grid-template-columns: repeat(2, minmax(0, 1fr)); gap:1px; margin: 0px; padding: 0px; transition: background 0.5s, border 0.5s, border-radius 0.5s, box-shadow 0.5s ; } .eb-post-grid-wrapper.eb-post-grid-ynonq2y .ebpg-post-grid-column { padding: 0px; border-radius: 0px; box-shadow: rgba(197,197,197,1) 0px 0px 0px 0px ; transition: background 0.5s, border 0.5s, border-radius 0.5s, box-shadow 0.5s ; } .eb-post-grid-wrapper.eb-post-grid-ynonq2y .ebpg-post-grid-column:hover { box-shadow: rgba(197,197,197,1) 0px 0px 0px 0px ; } .eb-post-grid-wrapper.eb-post-grid-ynonq2y.style-5 .ebpg-grid-post-holder .ebpg-entry-wrapper { justify-content: flex-start; } .eb-post-grid-wrapper.eb-post-grid-ynonq2y .ebpg-entry-thumbnail { margin-top: 0px; margin-right: 0px; margin-left: 0px; } .eb-post-grid-wrapper.eb-post-grid-ynonq2y .ebpg-entry-thumbnail img { height:299px; border-radius: 0px; } .eb-post-grid-wrapper.eb-post-grid-ynonq2y .ebpg-grid-post-holder .ebpg-entry-thumbnail:after { background-color: rgba(0,0,0,0.41) } .eb-post-grid-wrapper.eb-post-grid-ynonq2y .ebpg-grid-post-holder .ebpg-entry-thumbnail:hover:after, .eb-post-grid-wrapper.eb-post-grid-ynonq2y.style-5 .ebpg-grid-post-holder:hover .ebpg-entry-thumbnail:after { background-color: rgba(6,80,136,0.62) } .eb-post-grid-wrapper.eb-post-grid-ynonq2y .ebpg-entry-title { text-align: left; font-family: Poppins; font-size: 20px; font-weight: 500; text-transform: uppercase; margin-top: 15px; margin-right: 15px; margin-left: 15px; margin-bottom: 5px; } .eb-post-grid-wrapper.eb-post-grid-ynonq2y .ebpg-entry-title a { color: var(--ast-global-color-4); font-family: Poppins; font-size: 20px; font-weight: 500; text-transform: uppercase; } .eb-post-grid-wrapper.eb-post-grid-ynonq2y .ebpg-entry-title a:hover { color: #333333; } .eb-post-grid-wrapper.eb-post-grid-ynonq2y .ebpg-grid-post-excerpt p { color: #333333; text-align: left; font-size: 15px; margin-top: 0px; margin-right: 0px; margin-left: 0px; margin-bottom: 10px; } .eb-post-grid-wrapper.eb-post-grid-ynonq2y .ebpg-readmore-btn { text-align: left; } .eb-post-grid-wrapper.eb-post-grid-ynonq2y .ebpg-readmore-btn a { color: #3d8fd4; background-color: undefined; font-size: 13px; margin-top: 0px; margin-right: 0px; margin-left: 0px; margin-bottom: 10px; padding-top: 0px; padding-right: 0px; padding-left: 0px; padding-bottom: 0px; } .eb-post-grid-wrapper.eb-post-grid-ynonq2y .ebpg-readmore-btn a:hover { color: #333333; color: undefined; } .eb-post-grid-wrapper.eb-post-grid-ynonq2y .ebpg-author-avatar img { border-radius: 50px; } .eb-post-grid-wrapper.eb-post-grid-ynonq2y .ebpg-posted-on { color: #ffffff; font-size: 13px; } .eb-post-grid-wrapper.eb-post-grid-ynonq2y .ebpg-posted-by { color: #3d8fd4; font-size: 13px; } .eb-post-grid-wrapper.eb-post-grid-ynonq2y .ebpg-posted-by a { color: #3d8fd4; font-size: 13px; } .eb-post-grid-wrapper.eb-post-grid-ynonq2y .ebpg-posted-by a:hover { color: #549edc; } .eb-post-grid-wrapper.eb-post-grid-ynonq2y .ebpg-meta a { color: #ffffff; background-color: #c668f2; font-size: 13px; } .eb-post-grid-wrapper.eb-post-grid-ynonq2y .ebpg-meta a:hover { color: #ffffff; background-color: #ac61d0; } .eb-post-grid-wrapper.eb-post-grid-ynonq2y .ebpg-categories-meta a { color: #ffffff; background-color: #d18df1; font-size: 13px; } .eb-post-grid-wrapper.eb-post-grid-ynonq2y .ebpg-categories-meta a:hover { color: #ffffff; background-color: #ac61d0; } .eb-post-grid-wrapper.eb-post-grid-ynonq2y .ebpg-tags-meta a { color: #ffffff; background-color: #3f6ddc; font-size: 13px; } .eb-post-grid-wrapper.eb-post-grid-ynonq2y .ebpg-tags-meta a:hover { color: #ffffff; background-color: #2d59c3; } .eb-post-grid-wrapper.eb-post-grid-ynonq2y .ebpg-read-time { color: #333333; font-size: 13px; } .eb-post-grid-wrapper.eb-post-grid-ynonq2y .ebpg-header-meta { justify-content: left; margin-top: 0px; margin-right: 15px; margin-left: 15px; margin-bottom: 15px; } .eb-post-grid-wrapper.eb-post-grid-ynonq2y .ebpg-header-meta .ebpg-entry-meta-items { justify-content: left; } .eb-post-grid-wrapper.eb-post-grid-ynonq2y .ebpg-header-meta .ebpg-author-avatar, .eb-post-grid-wrapper.eb-post-grid-ynonq2y .ebpg-header-meta .ebpg-entry-meta-items > * { margin-right:10px; } .eb-post-grid-wrapper.eb-post-grid-ynonq2y .ebpg-footer-meta { justify-content: left; margin-top: 0px; margin-right: 15px; margin-left: 15px; margin-bottom: 15px; } .eb-post-grid-wrapper.eb-post-grid-ynonq2y .ebpg-footer-meta .ebpg-entry-meta-items { justify-content: left; } .eb-post-grid-wrapper.eb-post-grid-ynonq2y .ebpg-footer-meta .ebpg-author-avatar, .eb-post-grid-wrapper.eb-post-grid-ynonq2y .ebpg-footer-meta .ebpg-entry-meta-items > * { margin-right:10px; } .eb-post-grid-wrapper.eb-post-grid-ynonq2y .ebpg-pagination { text-align: center; } .eb-post-grid-wrapper.eb-post-grid-ynonq2y .ebpg-pagination button { color: #333333; background-color: #e3e3e3; padding-top: 5px; padding-right: 10px; padding-left: 10px; padding-bottom: 5px; margin-top: 10px; margin-right: 5px; margin-left: 5px; margin-bottom: 10px; font-size: 14px; border-radius: 4px; border-width: 1px; border-color: #c3c3c3; border-style: solid; transition: border 0.5s, border-radius 0.5s, box-shadow 0.5s ; } .eb-post-grid-wrapper.eb-post-grid-ynonq2y .ebpg-pagination button:hover { color: #ffffff; background-color: #d18df1; } .eb-post-grid-wrapper.eb-post-grid-ynonq2y .ebpg-pagination button.ebpg-pagination-item.active { color: #ffffff; background-color: #d18df1; } .wp-admin .eb-parent-eb-post-grid-ynonq2y { display: block; opacity: 1; } .eb-parent-eb-post-grid-ynonq2y { display: block; }  @media(max-width: 1024px){ .eb-post-grid-wrapper.eb-post-grid-ynonq2y{ grid-template-columns: repeat( 2, minmax(0, 1fr) ); } .eb-post-grid-wrapper.eb-post-grid-ynonq2y .ebpg-entry-thumbnail img { height:224px; } .eb-post-grid-wrapper.eb-post-grid-ynonq2y .ebpg-header-meta .ebpg-author-avatar, .eb-post-grid-wrapper.eb-post-grid-ynonq2y .ebpg-header-meta .ebpg-entry-meta-items > * { } .eb-post-grid-wrapper.eb-post-grid-ynonq2y .ebpg-footer-meta .ebpg-author-avatar, .eb-post-grid-wrapper.eb-post-grid-ynonq2y .ebpg-footer-meta .ebpg-entry-meta-items > * { } .editor-styles-wrapper.wp-embed-responsive .eb-parent-eb-post-grid-ynonq2y { display: block; opacity: 1; } .eb-parent-eb-post-grid-ynonq2y { display: block; } } @media(max-width: 767px){ .eb-post-grid-wrapper.eb-post-grid-ynonq2y{ grid-template-columns: repeat( 1, minmax(0, 1fr) ); } .eb-post-grid-wrapper.eb-post-grid-ynonq2y .ebpg-header-meta .ebpg-author-avatar, .eb-post-grid-wrapper.eb-post-grid-ynonq2y .ebpg-header-meta .ebpg-entry-meta-items > * { } .eb-post-grid-wrapper.eb-post-grid-ynonq2y .ebpg-footer-meta .ebpg-author-avatar, .eb-post-grid-wrapper.eb-post-grid-ynonq2y .ebpg-footer-meta .ebpg-entry-meta-items > * { } .editor-styles-wrapper.wp-embed-responsive .eb-parent-eb-post-grid-ynonq2y { display: block; opacity: 1; } .eb-parent-eb-post-grid-ynonq2y { display: block; } }/* =eb-post-grid-ynonq2y= Ends */