/* CUSTOM CORE CLASSES */ .is-style-custombuttondesign .wp-block-button__link { font-family: "DM Sans", sans-serif; font-size: 18px; font-weight: 500; background-color: var(--wp--preset--color--primary); color: var(--wp--preset--color--base); border-radius: 0px; } .is-style-custombuttondesign:hover .wp-block-button__link { background-color: var(--wp--preset--color--base); color: var(--wp--preset--color--primary); } .is-style-custombuttondesign2 .wp-block-button__link { font-family: "DM Sans", sans-serif; font-size: 18px; font-weight: 500; background-color: var(--wp--preset--color--academy-fse-accent); color: var(--wp--preset--color--primary); border-radius: 0px; } .is-style-custombuttondesign2:hover .wp-block-button__link { background-color: var(--wp--preset--color--primary); color: var(--wp--preset--color--base); } .is-style-customboxshadow, .is-style-customboxshadowhover:hover { box-shadow: 0px 3px 15px 0px #1010101a; } .is-style-lineseparator { display: flex; align-items: center; gap: 10px; } .is-style-lineseparator:before { content: ""; width: 70px; margin-right: 20px; border-top-width: 3px; border-top-color: var(--wp--preset--color--academy-fse-accent); border-top-style: solid; display: inline-block; } .is-style-customovereffect { padding: 80px 10px 40px 10px; clip-path: polygon(0 0, 100% 13%, 100% 100%, 0 100%); background: var(--wp--preset--color--contrast); transition: .3s ease-in-out; } .is-style-customovereffect:hover { background: var(--wp--preset--color--primary)!important; color: var(--wp--preset--color--base)!important; z-index: 0; } .is-style-customovereffect:hover a , .is-style-customovereffect:hover h1, .is-style-customovereffect:hover h2 , .is-style-customovereffect:hover h3, .is-style-customovereffect:hover h4, .is-style-customovereffect:hover h5, .is-style-customovereffect:hover h6{ color: var(--wp--preset--color--base)!important; } .is-style-customovereffectzindex{ z-index: 10; background-repeat: round; } .is-style-customborder { border: 1px solid var(--wp--preset--color--grey-100); } .is-style-iconsborderhover.wp-block-social-links { gap: 20px; } .is-style-iconsborderhover.wp-block-social-links .wp-block-social-link { font-size: 20px; background-color: #ffffff00; border: 2px solid var(--wp--preset--color--academy-fse-accent); color: #ffffff; } .is-style-iconsborderhover.wp-block-social-links .wp-block-social-link { padding: 8px; } .is-style-iconsborderhover.wp-block-social-links .wp-block-social-link:hover { background-color: #ffffff; border: 2px solid var(--wp--preset--color--white); color: #082222; } .is-style-paginationcustomstyle .page-numbers{ background: var(--wp--preset--color--grey-100); color: var(--wp--preset--color--secondary); padding: 12px 19px; font-size: 24px; line-height: 28px; font-weight: 500; } .is-style-paginationcustomstyle .page-numbers.current{ color: var(--wp--preset--color--base); background: var(--wp--preset--color--primary); padding: 12px 19px; font-size: 24px; line-height: 28px; font-weight: 500; } .is-style-paginationcustomstyle .wp-block-query-pagination-previous span{ margin-right: 0; } .is-style-paginationcustomstyle .wp-block-query-pagination-next span{ margin-left: 0; } .is-style-paginationcustomstyle .wp-block-query-pagination-previous , .is-style-paginationcustomstyle .wp-block-query-pagination-next { background: var(--wp--preset--color--grey-100); color: var(--wp--preset--color--secondary); padding: 12px 19px; font-size: 24px; line-height: 28px; font-weight: 500; } .is-style-customcategoriesstyle a , .is-style-hovercategoriesstyle a{ background: var(--wp--preset--color--contrast); color: var(--wp--preset--color--primary); padding: 10px; margin-right: 10px; transition: .3s ease-in-out; } .is-style-hovercategoriesstyle a:hover{ color: var(--wp--preset--color--base); background: var(--wp--preset--color--primary); } .is-style-customcategoriesstyle span.wp-block-post-terms__separator , .is-style-hovercategoriesstyle span.wp-block-post-terms__separator{ display: none; } .is-style-customauthorstyle{ align-items: center; } .is-style-customauthorstyle .wp-block-post-author__name{ text-transform: capitalize; } .is-style-customauthorstyle .wp-block-post-author__avatar img{ border-radius: 50%; } .is-style-custompostnavigation{ display: flex; justify-content: center; padding: 10px; } .is-style-customcommentstyle{ background: var(--wp--preset--color--grey-100); padding: 20px; } .is-style-withoutcategoriesliststyle{ list-style: none; padding-left: 0; } .is-style-customcategoriesstyles{ list-style: none; background: var(--wp--preset--color--contrast); color: var(--wp--preset--color--primary); padding: 10px; margin-right: 10px; transition: .3s ease-in-out; } .is-style-bordercategoriesstyle{ list-style: none; padding-left: 0; } .is-style-bordercategoriesstyle li{ border: 1px solid var(--wp--preset--color--contrast); padding: 10px; margin-right: 10px; transition: .3s ease-in-out; margin-top: 10px; color: var(--wp--preset--color--primary); } .is-style-bordercategoriesstyle li a{ color: var(--wp--preset--color--primary); } .is-style-customcategoriesstyles , .is-style-bordercategoriesstyle , .is-style-customcategoriesstyle , .is-style-hovercategoriesstyle , .is-style-withoutcategoriesliststyle { display: flex; flex-wrap: wrap; gap: 10px; } .is-style-customshepone{ clip-path: polygon(10% 0, 100% 0%, 90% 100%, 0% 100%); } .is-style-customsheptwo{ clip-path: polygon(0 1%, 91% 0, 100% 100%, 7% 100%); } .is-style-customsearchstyle .wp-block-search__inside-wrapper { position: relative; } .is-style-customsearchstyle .wp-block-search__inside-wrapper .wp-block-search__input{ position: absolute; }