{"version":3,"sources":["webpack:///./src/styles/_common.scss","webpack:///./src/blocks/team/styles/style.scss","webpack:///./src/blocks/team/styles/_mixin.scss","webpack:///./src/blocks/team/team-member/styles/_mixin.scss","webpack:///style.scss","webpack:///./src/blocks/team/team-member/styles/style.scss"],"names":[],"mappings":"AAAA;EACC,gCAAgC;;ACCjC;ECcC,aAAa;;ADFd;ECRC,kBAAkB;;ADQnB;ECLC,aAAa;EACb,cAAc;EACd,kCAAkC;EAClC,uBAAuB;EACvB,eAAe;;ADYhB;EAEE,0BAA0B;;AAI5B;EAEE,8BAA8B;;AErBhC;;CCYC;ADmBD;;CChBC;ADiCD;;CC9BC;AC1BD;EFsBC,SAAS;EACT,aAAa;;AEvBd;EFKC,aAAa;;AELd;EFsBC,SAAS;EACT,aAAa;;AEvBd;EF0BC,gBAAgB;;AE1BjB;EF6BC,cAAc;EACd,SAAS;EACT,UAAU;EE/BX;IFkCC,qBAAqB;IACrB,WAAW;IACX,iBAAiB;;AEHlB;EFpBE,kBAAkB;EAClB,WAAW;;AEmBb;EFdC,kBAAkB;;AEwBnB;EFxBC,kBAAkB;EAGlB,SAAS;EACT,aAAa;;AE8Bd;EFTI,aAAa;EACb,eAAe;EEQnB;IFJI,UAAU;EEId;IFDO,SAAS;IACZ,cAAc;IACd,aAAa;;AEWjB;EACC;IFLA,2DAA2D,IEO1D","file":"gutenify-style.css","sourcesContent":[".has-shadow-dark {\n\tbox-shadow: 0 0 32px 0 #7a7a7a1a;\n}\n","@import \"./mixin\";\n\n.gutenify-team-layout_2 {\n\t.gutenify-team-block {\n\t\t.gutenify-team-item {\n\n\t\t\t@include gutenify-team-item-block-layout_2-style;\n\t\t\t.wp-block-image {\n\t\t\t\t@include gutenify-team-item-block-layout_2-image-style;\n\t\t\t}\n\t\t}\n\t}\n}\n\n.gutenify-team-block-wrapper {\n\t@include gutenify-team-block-wrapper-style;\n\t.gutenify-team-block-title {\n\t\t@include gutenify-team-block-title-style;\n\t}\n\n\t.gutenify-team-block {\n\t\t@include team-block-wrapper-style;\n\t}\n}\n\n.gutenify-team-col-1 {\n\t.gutenify-team-block {\n\t\tgrid-template-columns: 1fr;\n\t}\n}\n\n.gutenify-team-col-2 {\n\t.gutenify-team-block {\n\t\tgrid-template-columns: 1fr 1fr;\n\t}\n}\n\n","@mixin gutenify-team-block-wrapper-style {\n\t// color: #28303d;\n\t// padding: 80px 0;\n}\n@mixin gutenify-team-block-title-style {\n\t// color: #2c2e33;\n\ttext-align: center;\n}\n@mixin team-block-wrapper-style {\n\tdisplay: grid;\n\tgrid-gap: 30px;\n\tgrid-template-columns: 1fr 1fr 1fr;\n\tgrid-template-rows: 1fr;\n\tmax-width: 100%;\n}\n@mixin gutenify-team-item-block-layout_2-style {\n\tdisplay: flex;\n}\n@mixin gutenify-team-item-block-layout_2-image-style {\n\t// margin-right: 15px;\n}\n","@mixin team-member-block-wrapper-style {\n\t// background: #fff;\n\t// color: #222;\n\t//     box-shadow: 0 0 32px 0 #7a7a7a1a;\n}\n@mixin team-member-block-wrapper-text-style {\n\t// color: #222;\n}\n@mixin team-member-content-wrapper {\n\tpadding: 20px;\n}\n\n/*\n* Layout 1\n*/\n@mixin gutenify-team-member-is-style-layout-1-thumb-style {\n\timg {\n\t\tborder-radius: 50%;\n\t\twidth: 100%;\n\n\t}\n}\n@mixin gutenify-team-member-is-style-center-align-style {\n\ttext-align: center;\n}\n@mixin gutenify-team-wp-block-columns-content-space-style {\n\tmargin: 0;\n\tpadding: 30px;\n}\n@mixin gutenify-team-wp-block-thumb-bottom-margin-style {\n\tmargin-bottom: 0;\n}\n@mixin gutenify-team-wp-block-social-links-ul-style {\n\tdisplay: block;\n\tmargin: 0;\n\tpadding: 0;\n}\n@mixin gutenify-team-wp-block-social-links-ul-li-style {\n\tdisplay: inline-block;\n\tfloat: none;\n\tmargin: 5px 2px 0;\n}\n\n/*\n* Layout 2\n*/\n\n@mixin gutenify-team-member-layout-two-column-container-style {\n    display: flex;\n    flex-wrap: wrap;\n}\n\n@mixin gutenify-team-member-layout-two-thumb-width-style {\n    width: 40%;\n}\n@mixin gutenify-team-member-layout-two-content-width-style {\n       flex: 60%;\n    display: table;\n    padding: 50px;\n}\n/*\n* Media\n*/\n\n@mixin gutenify-team-block {\n\tgrid-template-columns: repeat(auto-fit, minmax(230px, 1fr));\n}\n",".has-shadow-dark {\n  box-shadow: 0 0 32px 0 #7a7a7a1a; }\n\n.gutenify-team-layout_2 .gutenify-team-block .gutenify-team-item {\n  display: flex; }\n\n.gutenify-team-block-wrapper .gutenify-team-block-title {\n  text-align: center; }\n\n.gutenify-team-block-wrapper .gutenify-team-block {\n  display: grid;\n  grid-gap: 30px;\n  grid-template-columns: 1fr 1fr 1fr;\n  grid-template-rows: 1fr;\n  max-width: 100%; }\n\n.gutenify-team-col-1 .gutenify-team-block {\n  grid-template-columns: 1fr; }\n\n.gutenify-team-col-2 .gutenify-team-block {\n  grid-template-columns: 1fr 1fr; }\n\n/*\n* Layout 1\n*/\n/*\n* Layout 2\n*/\n/*\n* Media\n*/\n.gutenify-team-item .wp-block-column {\n  margin: 0;\n  padding: 30px; }\n\n.gutenify-team-item .gutenify-team-content-wrapper {\n  padding: 20px; }\n\n.gutenify-team-item .wp-block-columns {\n  margin: 0;\n  padding: 30px; }\n\n.gutenify-team-item .wp-block-image {\n  margin-bottom: 0; }\n\n.gutenify-team-item .wp-block-social-links {\n  display: block;\n  margin: 0;\n  padding: 0; }\n  .gutenify-team-item .wp-block-social-links li {\n    display: inline-block;\n    float: none;\n    margin: 5px 2px 0; }\n\n.gutenify-block-wrapper.is-style-layout-1 .gutenify-team-thumb img {\n  border-radius: 50%;\n  width: 100%; }\n\n.gutenify-block-wrapper.is-style-layout-1 .gutenify-team-title {\n  text-align: center; }\n\n.gutenify-team-layout_1 .gutenify-team-item .wp-block-column {\n  text-align: center;\n  margin: 0;\n  padding: 30px; }\n\n.gutenify-team-layout_2 .gutenify-team-item > div {\n  display: flex;\n  flex-wrap: wrap; }\n  .gutenify-team-layout_2 .gutenify-team-item > div .wp-block-image {\n    width: 40%; }\n  .gutenify-team-layout_2 .gutenify-team-item > div .wp-block-column {\n    flex: 60%;\n    display: table;\n    padding: 50px; }\n\n@media screen and (max-width: 1023px) {\n  .gutenify-team-block-wrapper .gutenify-team-block {\n    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); } }\n","@import \"./mixin\";\n\n\n\n.gutenify-team-item {\n\t@include team-member-block-wrapper-style;\n\tp,\n\th1,\n\th2,\n\th3,\n\th4,\n\th5,\n\th6 {\n\t\t@include team-member-block-wrapper-text-style;\n\t}\n\t.wp-block-column {\n\t\t@include gutenify-team-wp-block-columns-content-space-style;\n\t}\n\t.gutenify-team-content-wrapper {\n\t\t@include team-member-content-wrapper;\n\t}\n\t.wp-block-columns {\n\t\t@include gutenify-team-wp-block-columns-content-space-style;\n\t}\n\t.wp-block-image {\n\t\t@include gutenify-team-wp-block-thumb-bottom-margin-style;\n\t}\n\n\t.wp-block-social-links {\n\t\t@include gutenify-team-wp-block-social-links-ul-style;\n\t\tli {\n\t\t\t@include gutenify-team-wp-block-social-links-ul-li-style;\n\t\t}\n\t}\n}\n\n\n.gutenify-block-wrapper.is-style-layout-1 {\n\t.gutenify-team-thumb {\n\t\t@include gutenify-team-member-is-style-layout-1-thumb-style;\n\t}\n\t.gutenify-team-title {\n\t\t@include gutenify-team-member-is-style-center-align-style;\n\t}\n}\n\n\n.gutenify-team-layout_1 {\n\t.gutenify-team-item {\n\t\t.wp-block-column {\n\t\t\t@include gutenify-team-member-is-style-center-align-style;\n\t\t\t@include gutenify-team-wp-block-columns-content-space-style;\n\t\t}\n\t}\n}\n\n\n.gutenify-team-layout_2 {\n\t.gutenify-team-item > div {\n\t\t\t@include gutenify-team-member-layout-two-column-container-style;\n\t\t\t.wp-block-image{\n\t\t\t\t@include gutenify-team-member-layout-two-thumb-width-style;\n\t\t\t}\n\t\t\t.wp-block-column {\n\t\t\t\t@include gutenify-team-member-layout-two-content-width-style;\n\t\t\t}\n\t}\n}\n\n@media screen and (max-width: 1023px) {\n\t.gutenify-team-block-wrapper .gutenify-team-block {\n\t\t@include gutenify-team-block;\n\t}\n}\n\n"],"sourceRoot":""}